@charset "UTF-8";
/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #666666 !important;
  border-top-color: #666666 !important;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-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-genderless:before,
.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-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-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";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/icomoon.eot?-b1fdqe');
  src: url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/icomoon.woff?-b1fdqe') format('woff'), url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/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";
}
/***** Main Colors *******/
.caption.main-color,
.main-color {
  color: #e7512f;
}
.footer-top .footer-menu a:hover {
  color: #e7512f;
}
.footer-top .footer-menu a:hover:before {
  color: #e7512f;
}
a,
.top-search a,
.hr-style4:after,
.hr-style4:before,
.block-head,
.widget-head,
footer a:hover,
.title-2 .breadcrumbs a,
.title-3 .breadcrumbs a,
.title-4 .breadcrumbs a,
.footer-top a:hover:before,
.list.prim li:before,
#filters li a,
.team-box-2 .t-position,
.team-box-2 .team-socials a,
.head-style3 .top-bar li a,
.author-name,
.add-items i.fa,
.copyrights b,
.dark-bg .btn-large:before,
.box-top .more-btn,
.service-box-1:hover a,
.box-top i.fa,
.item-box:hover .item-tools i,
.item-cart a:hover,
.main-border,
.btn.main-border,
.fun-title,
.staff-1 .fun-icon,
.top-bar ul.social-list li a:hover span,
.project-name,
.slick-dots li.slick-active button:before,
.title-1 h1,
.list.alt li:before,
.product-price,
.title-2 h1,
.main-title,
.accordion li.active a,
.accordion li > h3 i.fa,
.post-info h2 a:hover,
.siteMap-nav ul ul li a:hover,
.head2-lft-links li i,
.head-style3 .top-bar li i,
.item-tools i,
.product-specs a.btn.selected,
.widget-content a:hover {
  color: #e7512f;
}
.main-bg,
.btn.main-bg,
.plan-year:after,
.team-boxes-2 .cell-3:hover .team-box-2,
.head-style3 .top-search a,
.service-box-1:hover .box-top,
.top-nav-style3,
.item-box:hover .item-title,
.tp-bullets.simplebullets.round .bullet,
.top-nav li li a,
.top-search.selected a,
.top-search a:hover,
.service-box-2:hover a.r-more,
.service-box-3:hover a.r-more,
.pager ul li.selected,
.slick-prev:hover,
.slick-next:hover,
.hr-style1:before,
.hr-style1:after,
.social-list li a:hover,
.footer-top .tags a:hover,
hr:before,
hr:after,
.tp-arr-allwrapper:hover,
.level-in,
.tabs-vertical .tabs-pane .tab-panel:before,
.table-style2 th,
.menuBtn,
.service-box-1:hover:after,
.portfolio-item:hover:after,
#filters li:hover,
#filters li.active,
.head-style2 .top-search a,
.team-box .team-details,
.title-4 h1,
.tabs > ul li:hover,
.tabs > ul li.active,
.steps li.selected span,
.icon-cont,
.view-all-projects a:hover,
.accordion-horizontal > li.active a,
.list-grid a.selected,
.testimonials-2 .slick-prev:hover,
.testimonials-2 .slick-next:hover,
.comment-reply:hover,
.service-box-2:hover .fa,
.service-box-3:hover .icon,
.share-post ul li a:hover,
.item-price,
.accordion li.active h3 u,
.pager ul li:hover,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
footer .NL .NL-btn:hover,
.search-w .btn,
.cart-icon,
.sale {
  background-color: #e7512f;
  color: #fff;
}
.sale:before {
  border-color: transparent #e7512f transparent transparent;
}
.item-box:hover:after,
.item-box:hover .item-price,
.team-box:hover:after,
.team-box-2:hover:after,
.responsive-nav,
.search-box:before,
.block-head:before,
.block-head:after,
.widget-head:before,
.widget-head:after,
.details-img:after,
.post-image:after,
.team-box:after,
.team-box-2:after,
.item-box:after,
.service-box-1:after,
.portfolio-item:after {
  background-color: #e7512f;
}
.team-boxes-2 .cell-3:hover .team-box-2 .t-position {
  color: #FFffff;
}
.main-border,
.btn.main-border {
  border: 1px #e7512f solid;
}
.nav-3 .top-nav > ul > li.hasChildren > a:after {
  border-color: transparent transparent #e7512f transparent;
}
.head-style3 .login-btn .tri {
  border-color: #e7512f transparent transparent transparent;
  top: -12px;
}
.alter-border,
.btn.alter-border {
  border: 1px #e1e1e1 solid;
  color: #777;
}
.item-box:hover .item-title {
  border-top: 1px #e7512f solid;
}
.tabs-pane {
  border-top: 2px #e7512f solid;
}
blockquote {
  background: #f9f9f9;
  border-left: 2px #e7512f solid;
}
.level-out .tr {
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #e7512f;
  border-bottom: 6px solid #e7512f;
}
.service-box-1:hover h3,
.clients > div a:hover,
.sticky {
  border-bottom-color: #e7512f !important;
}
.icon-middle,
.product-img li a.active img {
  border: 2px #e7512f solid;
}
.title-3 {
  background-color: #41a1b7;
}
.tri-col,
.icon-cont:after {
  border-color: #e7512f transparent transparent transparent;
}
.head-style3 .top-bar {
  border-top: 5px #e7512f solid;
}
.steps li.selected span:after {
  border-left: 16px solid #e7512f;
}
.item-title {
  border-top: 1px #777 solid;
}
.product-specs a.btn.selected {
  border: 1px #777 solid;
}
.head-style2 .logo a,
.head-style3 .logo a {
  background-position: 50% 50% !important;
}
.accordion li.active h3 u,
.accordion li.active h3 a {
  border-color: #e7512f;
}
.post-image a .mask {
  background: rgba(232, 82, 74, 0.5);
}
.pricing-table.selected,
.cart-popup {
  border-color: #e7512f;
}
.list-grid a.selected:after {
  border-color: #e7512f transparent transparent transparent;
}
.continue-btn .btn.right:after {
  border-left: 15px solid #e7512f;
}
.continue-btn .btn.right:hover:after {
  border-left: 15px solid #c13715;
}
.continue-btn .btn.left:after {
  border-right: 15px solid #777;
}
.continue-btn .btn.left:hover:after {
  border-right: 15px solid #666;
}
.accordion-horizontal li.active > h3 i.fa,
.item-box:hover .item-title a,
.breadcrumbs .line-separate {
  color: #fff;
}
.top-nav li li {
  border-bottom: 1px #d03d17 solid;
}
#plazart-mainnav .mega-menu.top-nav li li:hover > a,
#plazart-mainnav .nav-2.top-nav li li:hover > a,
#plazart-mainnav .mega-menu.top-nav li li:active > a,
#plazart-mainnav .nav-2.top-nav li li:active > a {
  background: #c13715;
  color: #fff;
}
#plazart-mainnav .mega-menu.top-nav li li a:hover,
#plazart-mainnav .nav-2.top-nav li li a:hover {
  background: #c13715;
  color: #fff;
}
#plazart-mainnav .mega-menu.top-nav ul.level0 > li.active:after,
#plazart-mainnav .nav-2.top-nav ul.level0 > li.active:after,
#plazart-mainnav .mega-menu.top-nav ul.level0 > li:hover:after,
#plazart-mainnav .nav-2.top-nav ul.level0 > li:hover:after {
  background: #c13715;
  color: #fff;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li.active > a,
#plazart-mainnav .nav-3.top-nav ul.level0 > li > a:hover,
#plazart-mainnav .nav-3.top-nav ul.level0 > li > a:hover,
#plazart-mainnav .nav-3.top-nav ul.level0 > li.open > a {
  border-top-color: #e7512f;
}
.viewAll .btn:hover,
.btn:hover {
  background-color: #666;
  color: #ffffff;
}
.search .btn.main-bg:hover {
  background-color: #c13715;
}
.search-w .btn.main-bg:hover {
  background-color: #666666;
}
.btn.main-bg:hover,
.team-box .team-socials li a {
  background-color: #c13715;
  color: #fff;
}
.btn.main-border:hover {
  border-color: #333;
  color: #333;
  background: transparent;
}
.flickr-stream-w .img-overlay {
  background: rgba(232, 82, 47, 0.8);
}
.service-box-1:hover p,
.service-box-1:hover i.fa {
  color: #fff;
}
.contact-form input[type=text]:focus,
.contact-form input[type=password]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  border: 1px #e7512f solid;
}
.img-over a.link,
.block-bg-1:before,
.block-bg-2:before,
.block-bg-3:before,
.block-bg-4:before,
.block-bg-5:before {
  background-color: rgba(232, 82, 47, 0.7);
}
.img-over a.zoom {
  background-color: rgba(119, 119, 119, 0.7);
}

.level-in:before {
  border-color: transparent transparent transparent #e7512f;
}
.padd-title .block-head {
  margin-right: 15px;
  margin-left: 15px;
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0 ;
  left: 0 ;
}
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.tp-caption {
  z-index: 1;
  white-space: nowrap;
}
.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}
.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 0 ;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 0 ;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0 ;
  border-color: #222222;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0 ;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0 ;
  border-color: #000;
  border-style: none;
}
.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0 ;
}
.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 ;
  letter-spacing: 20px;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0 ;
  letter-spacing: 5px;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0  2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}
.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0  2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0  2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0  5px 10px;
  border-width: 0 ;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0  5px 10px;
  border-width: 0 ;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0  2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0 ;
  padding: 1px 4px 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0  2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}
.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
  padding: 0  4px;
  padding-top: 1px;
  background-color: #000;
}
.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
  padding: 0  4px;
  padding-top: 1px;
  background-color: #fff;
}
.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}
.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}
.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0 ;
  border-width: 0 ;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0  0  20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0  0  20px rgba(0, 0, 0, 0.5);
  box-shadow: 0  0  20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
  color: #ffa902;
}
.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}
.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}
.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}
.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}
.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 0  20px 5px;
  text-shadow: none;
  border-width: 0 ;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0  20px;
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0 ;
}
.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0  20px;
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0 ;
}
.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0  20px;
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0 ;
}
.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  text-shadow: none;
  margin: 0 ;
  letter-spacing: -1.5px;
  padding: 1px 4px 0  4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0 ;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0 ;
  padding: 1px 4px 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0 ;
  text-shadow: none;
  margin: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0 ;
  text-shadow: none;
  margin: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0 ;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0 ;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0  0  0  0 ;
  text-align: center;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  padding: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0 ;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.roundedimage {
  border-width: 0 ;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 10px 20px 15px;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0 ;
  border-color: #000000;
  border-style: none;
}
.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0 ;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0  0  20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0  0  20px rgba(0, 0, 0, 0.5);
  box-shadow: 0  0  20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}
/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0  solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0 ;
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0  solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0 ;
  top: 0 ;
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0  solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0 ;
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0  solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0 ;
  top: 0 ;
}
/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0  1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../../../images/assets/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}
.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0  1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../../../images/assets/g40.png) repeat-x top;
}
.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
@media only screen and (min-width: 0 ) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0  3px 0  0  #104d0b;
  -moz-box-shadow: 0  3px 0  0  #104d0b;
  box-shadow: 0  3px 0  0  #104d0b;
}
.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0  3px 0  0  #0f3e68;
  -moz-box-shadow: 0  3px 0  0  #0f3e68;
  box-shadow: 0  3px 0  0  #0f3e68;
}
.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0  3px 0  0  #7c1212;
  -moz-box-shadow: 0  3px 0  0  #7c1212;
  box-shadow: 0  3px 0  0  #7c1212;
}
.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0  3px 0  0  #a34c00;
  -moz-box-shadow: 0  3px 0  0  #a34c00;
  box-shadow: 0  3px 0  0  #a34c00;
}
.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0  3px 0  0  #222;
  -moz-box-shadow: 0  3px 0  0  #222;
  box-shadow: 0  3px 0  0  #222222;
}
.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0  3px 0  0  #555;
  -moz-box-shadow: 0  3px 0  0  #555;
  box-shadow: 0  3px 0  0  #555555;
}
/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}
/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}
.tp-simpleresponsive img {
  max-width: none;
}
/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important;
}
/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {
  background: url(../../../images/assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow2 {
  background: url(../../../images/assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
  background: url(../../../images/assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0 ;
  top: 0 ;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.tp-caption.fullscreenvideo {
  left: 0 ;
  top: 0 ;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000000;
}
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0 ;
  left: 0 ;
}
.html5vid.videoisplaying .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer;
}
.html5vid .tp-revstop {
  width: 15px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.html5vid .tp-revstop {
  display: none;
}
.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}
.html5vid.videoisplaying .tp-revstop {
  display: block;
}
.html5vid.videoisplaying .tp-video-play-button {
  display: none;
}
.html5vid:hover .tp-video-play-button {
  display: block;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 ;
  left: 0 ;
  z-index: 4;
}
.tp-dottedoverlay.twoxtwo {
  background: url(../../../images/assets/gridtile.png);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../../../images/assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
  background: url(../../../images/assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../../../images/assets/gridtile_3x3_white.png);
}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both;
}
.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../../../images/assets/boxed_bgtile.png);
  height: 40px;
  padding: 0  10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.navbar-old {
  background: url(../../../images/assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0  10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0 ;
  float: left;
  margin-top: 0 ;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}
.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0 ;
  float: left;
  margin-top: 0 ;
}
.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0 ;
}
/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0 ;
  float: left;
  margin-top: 0 ;
}
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0 ;
}
/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0 ;
  float: left;
  margin-top: 0 ;
}
.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0 ;
}
/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0 ;
}
.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0  !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0  !important;
}
/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0  !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0  !important;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}
/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}
.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0 ;
  float: left;
  margin-top: 0 ;
}
.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0 ;
  float: left;
  margin-top: 0 ;
}
.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0 ;
  float: left;
  margin-top: 0 ;
}
.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0 ;
  float: left;
  margin-top: 0 ;
}
.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}
.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}
.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}
.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0 ;
}
.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0 ;
  margin-top: 0 ;
}
.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0 ;
  margin-top: 0 ;
}
.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0 ;
  margin-top: 0 ;
}
.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0 ;
  margin-top: 0 ;
}
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/large_left.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../../images/assets/large_right.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}
/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-thumbs img {
  width: 100%;
}
/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../../../images/assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0 ;
}
.tp-bannertimer.tp-bottom {
  bottom: 0 ;
  height: 5px;
  top: auto;
}
/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0 ) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}
/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-simpleresponsive a {
  text-decoration: none;
}
.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../../../images/assets/coloredbg.png) repeat;
}
.tp-caption.slidelink a span {
  background: url(../../../images/assets/coloredbg.png) repeat;
}
/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
.tparrows .tp-arr-imgholder {
  display: none;
}
.tparrows .tp-arr-titleholder {
  display: none;
}
/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: transparent;
}
.tparrows.preview1:after {
  position: absolute;
  left: 0 ;
  top: 0 ;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.tp-rightarrow.preview1:after {
  content: '\e825';
}
.tp-leftarrow.preview1:after {
  content: '\e824';
}
.tparrows.preview1:hover:after {
  background: #ffffff;
  color: #aaaaaa;
}
.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 ;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}*/
.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 0 ) and (max-width: 479px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
/* PREVIEW 1 BULLETS */
.tp-bullets.preview1 {
  height: 21px;
}
.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  /*-webkit-border-radius: 10px;
  border-radius: 10px;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0  !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview1 .bullet.last {
  margin-right: 0 ;
}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid #ffffff !important;
}
/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  backface-visibility: hidden;
}
.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px;
}
.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px;
}
.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: hidden;
  position: relative;
  top: 0 ;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0  10px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.tparrows.preview2.hovered {
  width: 300px;
}
.tparrows.preview2:hover {
  background: #ffffff;
}
.tparrows.preview2:hover:after {
  color: #000000;
}
.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  position: absolute;
}
/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
  height: 17px;
}
.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0  !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview2 .bullet.last {
  margin-right: 0 ;
}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
.tp-arr-titleholder.alwayshidden {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0 ;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0 ;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none;
  }
}
@media only screen and (min-width: 0 ) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none;
  }
  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important;
  }
}
/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: #ffffff;
  -webkit-transform-style: flat;
}
.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0 ;
  left: 0 ;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.tparrows.preview3:hover:after {
  color: #000000;
}
.tp-rightarrow.preview3:after {
  content: '\e825';
}
.tp-leftarrow.preview3:after {
  content: '\e824';
}
.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0 ;
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0 ;
  padding-right: 70px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0 ;
  direction: rtl;
  padding-left: 70px;
}
.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle;
}
.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
  height: 17px;
}
.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0  !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview3 .bullet.last {
  margin-right: 0 ;
}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px;
  }
  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px;
  }
  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px;
  }
  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px;
  }
  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px;
  }
}
/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0 ;
  left: 0 ;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-rightarrow.preview4:after {
  content: '\e825';
}
.tp-leftarrow.preview4:after {
  content: '\e824';
}
.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0 ;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat;
}
.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0 ;
}
.tparrows.preview4 .tp-arr-iwrapper {
  position: relative;
}
.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0 ;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0 ;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px;
}
.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0  10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
  height: 17px;
}
.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0  !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview4 .bullet.last {
  margin-right: 0 ;
}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px;
  }
  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
  }
  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important;
  }
}
/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../../../images/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
  background: url(../../../images/assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0  0  -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0  0  -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0  0  20px 0  rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0 ;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-transparentimg {
  content: "url(../assets/transparent.png)";
}
.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)";
  zoom: 1;
}
@font-face {
  font-family: 'revicons';
  src: url('../../../libraries/assets/font/revicons.eot?5510888');
  src: url('../../../libraries/assets/font/revicons.eot?5510888#iefix') format('embedded-opentype'), url('../../../libraries/assets/font/revicons.woff?5510888') format('woff'), url('../../../libraries/assets/font/revicons.ttf?5510888') format('truetype'), url('../../../libraries/assets/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.revicon-search-1:before {
  content: '\e802';
}
/* '' */
.revicon-pencil-1:before {
  content: '\e831';
}
/* '' */
.revicon-picture-1:before {
  content: '\e803';
}
/* '' */
.revicon-cancel:before {
  content: '\e80a';
}
/* '' */
.revicon-info-circled:before {
  content: '\e80f';
}
/* '' */
.revicon-trash:before {
  content: '\e801';
}
/* '' */
.revicon-left-dir:before {
  content: '\e817';
}
/* '' */
.revicon-right-dir:before {
  content: '\e818';
}
/* '' */
.revicon-down-open:before {
  content: '\e83b';
}
/* '' */
.revicon-left-open:before {
  content: '\e819';
}
/* '' */
.revicon-right-open:before {
  content: '\e81a';
}
/* '' */
.revicon-angle-left:before {
  content: '\e820';
}
/* '' */
.revicon-angle-right:before {
  content: '\e81d';
}
/* '' */
.revicon-left-big:before {
  content: '\e81f';
}
/* '' */
.revicon-right-big:before {
  content: '\e81e';
}
/* '' */
.revicon-magic:before {
  content: '\e807';
}
/* '' */
.revicon-picture:before {
  content: '\e800';
}
/* '' */
.revicon-export:before {
  content: '\e80b';
}
/* '' */
.revicon-cog:before {
  content: '\e832';
}
/* '' */
.revicon-login:before {
  content: '\e833';
}
/* '' */
.revicon-logout:before {
  content: '\e834';
}
/* '' */
.revicon-video:before {
  content: '\e805';
}
/* '' */
.revicon-arrow-combo:before {
  content: '\e827';
}
/* '' */
.revicon-left-open-1:before {
  content: '\e82a';
}
/* '' */
.revicon-right-open-1:before {
  content: '\e82b';
}
/* '' */
.revicon-left-open-mini:before {
  content: '\e822';
}
/* '' */
.revicon-right-open-mini:before {
  content: '\e823';
}
/* '' */
.revicon-left-open-big:before {
  content: '\e824';
}
/* '' */
.revicon-right-open-big:before {
  content: '\e825';
}
/* '' */
.revicon-left:before {
  content: '\e836';
}
/* '' */
.revicon-right:before {
  content: '\e826';
}
/* '' */
.revicon-ccw:before {
  content: '\e808';
}
/* '' */
.revicon-arrows-ccw:before {
  content: '\e806';
}
/* '' */
.revicon-palette:before {
  content: '\e829';
}
/* '' */
.revicon-list-add:before {
  content: '\e80c';
}
/* '' */
.revicon-doc:before {
  content: '\e809';
}
/* '' */
.revicon-left-open-outline:before {
  content: '\e82e';
}
/* '' */
.revicon-left-open-2:before {
  content: '\e82c';
}
/* '' */
.revicon-right-open-outline:before {
  content: '\e82f';
}
/* '' */
.revicon-right-open-2:before {
  content: '\e82d';
}
/* '' */
.revicon-equalizer:before {
  content: '\e83a';
}
/* '' */
.revicon-layers-alt:before {
  content: '\e804';
}
/* '' */
.revicon-popup:before {
  content: '\e828';
}
/* '' */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../../../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(../../../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(../../../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../../../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../../../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(../../../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(../../../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(../../../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(../../../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(../../../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(../../../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../../../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(../../../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../../../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../../../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(../../../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(../../../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(../../../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(../../../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(../../../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(../../../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(../../../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(../../../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #ffffff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(../../../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(../../../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
  background: url(../../../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(../../../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(../../../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(../../../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(../../../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../../../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(../../../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(../../../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 999999;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../../../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #ffffff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../../../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/* ============================================================================
	- CSS Document
	- Theme Name: EXCEPTION Responsive Business HTML Template.
	- Theme URI: http://demo.it-rays.com/exception
	- Author: IT-RAYS
	- Version: 1.0
============================================================================= */
/*===========================================================================
    CONTENTS:

    1. CSS RESET.
    2. SITE PRELOADER.
    3. HEADER STYLE:
        3.1. Top bar.
        3.2. Top logo.
        3.3. Main menu.
        3.4. Search.
        3.5. Header style 2.
        3.6. Header style 3.
        3.7. Login Box.
    4. BLOCKS BACKGROUNDS.
    5. COMMON STYLES.
    6. TYPOGRAPHY.
    7. PAGES ELEMENTS:
	    7.1. Heading styles:
	        7.1.1. Heading style 1.
	        7.1.2. Heading style 2.
	        7.1.3. Heading style 3.
	        7.1.4. Heading style 4.

        7.2. Services boxes:
	        7.2.1. Services boxes style 1.
	        7.2.2. Services boxes style 2.
	        7.2.3. Services boxes style 3.

        7.3. Skill levels style 1.

        7.4. Fun Staff:
        	7.4.1. Fun Staff Style 1.
        	7.4.2. Fun Staff Style 2.
        	7.4.3. Fun Staff Style 3.

        7.5. Testimonials Style:
	        7.5.1. Testimonials Style 1.
	        7.5.2. Testimonials Style 2.

	    7.6. Portfolio:
	        7.6.1. Portfolio Carousel.
	        7.6.2. Portfolio Filterable.

        7.7. Form conrols:
        	7.7.1. Buttons.
        	7.7.2. Inputs.
        7.8. Information boxes.
        7.9. Horizontal Tabs.
        7.10. Vertical Tabs.
        7.11. Accordion.
        7.12. Horizontal Accordion.
        7.13. Icons list.
        7.14. BreadCrumbs style.
        7.15. Clients style.

   8. PAGE SPECIFIC STYLES:
        8.1. About pages.
        8.2. Portfolio pages.
        8.3. Pricing tables.
        8.4. Team styles.
        8.5. Blog.
        8.6. Contact page.
        8.7. Site map Page.
        8.8. 404 page.
        8.9. Shop page.


   9. PAGE TITLES:
        9.1. Page title 1.
        9.2. Page title 2.
        9.3. Page title 3.
        9.4. Page title 4.

   10. WIDGETS.
   11. FOOTER.
   12. FIXED LAYOUT STYLES.
============================================================================= */
/* ==========================================================================
  1. CSS RESET
============================================================================= */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.428571429;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
html,
body,
div,
span,
hr,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
input,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
[hidden] {
  display: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
select {
  padding: 8px;
  border: 1px #e9e9e9 solid;
  background: #f3f3f3;
  font-size: 11px;
  line-height: 25px;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-spacing: 0;
  border-collapse: collapse;
}
tr:nth-child(even) {
  background: #f3f3f3;
}
tfoot {
  background: #e9e9e9;
  font-weight: bold;
}
th {
  text-transform: uppercase;
  border-right: 1px solid #e2e2e2;
  background: #f5f5f5;
  border-bottom: 2px #777 solid;
  text-align: center;
}
td,
caption {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
tr.even td {
  background: #f9f9f9;
}
th,
td,
caption {
  padding: 10px !important;
}
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}
.table-style2 th {
  border-right-color: #fff;
  border-bottom-color: #5c5c5c !important;
}
/* =========================================================================
	2.SITE PRELOADER & TOOLS
============================================================================ */
.page-loader {
  position: fixed;
  z-index: 999999;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
}
.loader-in {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
}
.status {
  position: relative;
  z-index: 0;
  width: 60px;
  height: 60px;
}
.status span {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 6px solid #d9d9d9;
  border-radius: 50%;
}
.status .spin {
  z-index: 1;
  border-color: #262626;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.4;
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/****** tools *****/
.tools {
  position: fixed;
  top: 90px;
  right: -232px;
  z-index: 99999;
  width: 230px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tools > a {
  float: left;
  margin-top: 38px;
  margin-left: -55px;
  padding: 17px;
  background-color: #444;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.inner-tools {
  width: 230px;
  background-color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border-left: 5px #444444 solid;
}
.inner-tools p.change-style-title {
  margin: 0 -15px;
  padding: 10px 0 9px 10px;
  background: #E6E6E6;
  color: #555;
}
.inner-tools .colors {
  color: #888;
}
.inner-tools h5 {
  margin: 0;
  padding: 15px 0;
  font-weight: normal;
}
.chang-style {
  padding: 0 15px 15px;
}
.colors {
  overflow: hidden;
  margin-bottom: 10px;
}
.colors li {
  float: left;
  padding: 2px;
}
.colors li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.def-styl span {
  display: block;
  height: 18px;
}
.colors li a.selected:before {
  position: absolute;
  top: 5px;
  left: 9px;
  z-index: 9;
  display: inline-block;
  color: #fff;
  content: "\f00c";
  font-size: 17px;
  font-family: FontAwesome;
}
.patterns li {
  float: left;
  margin: 3px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.patterns li a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #CCC;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.patterns {
  overflow: hidden;
}
.layout .btn {
  margin: 0 5px 0 0;
  padding: 0 27px;
  border: 1px #eee solid;
}
.layout .btn.light {
  background: #fff !important;
  color: #333 !important;
  border: 2px #f00 solid !important;
}
.layout .btn.dark {
  background: #333 !important;
  color: #fff !important;
  border: 0 !important;
}
/* ==========================================================================
  3. HEADER STYLE.
============================================================================= */
/* ---- 3.1 Top bar ------------------ */
.top-bar {
  border-bottom: 1px #eee solid;
  background: #f4f4f4;
  text-transform: uppercase;
  font-size: 11px;
}
.top-bar.main-bg {
  border-bottom: 0;
}
.top-bar a,
.top-bar span {

  padding: 0 10px 0 0;
  color: #A2A2A2;
  line-height: 39px;
}
.hd-6.top-bar ul li a:hover,
.hd-6.top-bar ul li span:hover,
.hd-6.top-bar .cart_items .hikashop_cart,
.hd-6.top-bar .cart_items .hikashop_cart span:hover,
.hd-6.top-bar .cart_items .hikashop_cart a:hover {
  color: #ffffff;
}
.hd-6 .cart_items .hikashop_cart,
.hd-6 .cart_items .hikashop_cart span:hover,
.hd-6 .cart_items .hikashop_cart a:hover {
  color: #ffffff;
}
.hd-6 a,
.hd-6 span,
.hd-6 .cart_items a,
.hd-6 .cart_items span {
  color: #ffffff;
}
.hd-6 a:hover,
.hd-6 span:hover,
.hd-6 .cart_items a:hover,
.hd-6 .cart_items span:hover {
  color: #ffffff;
}
.top-bar.main-bg .cart_items .hikashop_cart_module {
  border-right-color: #a0a0a0;
}
.top-bar.main-bg li {
  border-left-color: #a0a0a0;
}
.top-bar a:hover {
  text-decoration: underline;
}
.top-bar li {
  float: left;
  border-left: 1px #E9E9E9 solid;
}
.top-bar li:first-child {
  border-left: 0;
}
.top-bar li i {
  margin: 0 8px;
  font-size: 13px;
}
.top-bar.main-bg li i {
  color: #ffffff;
}
.top-bar li:first-child i {
  margin: 0 8px 0 0;
}
.top-bar ul.social-list li a:hover {
  background: #333;
}
/* ---- 3.2 Top logo --------------------- */
header.top-head {
  position: relative;
  top: 0 !important;
  z-index: 99991;
  min-height: 92px;
  border-bottom: 9px #f4f4f4 solid;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
header.top-head.home-news {
  border: medium none;
  min-height: 0;
}
.fixedHead {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
}
header.top-head .logo {
  margin-top: 20px;
}
.top-head .logo a,
header.top-head .logo a {
  display: table;
  min-width: 207px;
  height: 47px;
}
/* ---- 3.3 Main menu ------------------ */
.top-menu {
  float: right !important;
  width: auto !important;
}
.top-nav {
  float: left;
}
.top-nav ul > li ul li {
  border-left: none;
  height: auto;
}
.top-nav ul > li {
  position: relative;
  border-left: 1px #eee solid;

  overflow: hidden ;
}
.top-nav ul.level0 > li{
    min-height: 0;
}
.top-nav ul > li:hover {
  overflow: visible;
}
.top-nav ul > li:hover > a ,
.top-nav ul > li > a:hover ,
.top-nav ul > li.active > a ,
.top-nav ul > li.open > a  {
  /*margin-top: 5px;*/
  padding-top: 27px;
}
.top-nav ul > li > a {
  display: block;
  padding: 0 17px;
  padding-top: 22px;
  height: 83px;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.top-nav ul > li ul li a {
  height: auto;
  text-transform: none;
  text-align: left;
}
.top-nav > ul li a span {
  display: block;
  margin-top: 5px;
}
.top-nav ul li a i {
  color: #b8b8b8;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.top-nav ul li.open a i {
  color: #ffffff;
}
.top-nav ul li.active a i {
  color: #ffffff;
}
.top-nav ul li a:hover i,
.top-nav ul li.selected a i,
.top-nav ul li.current a i {
  color: #fff;
}
.mega-menu .level0 > li:after {
  position: absolute;
  bottom: -9px;
  left: -3px;
  display: inline-block;
  width: 100%;
  height: 9px;
  border-left: 1px #E4E4E4 solid;
  background: transparent;
  content: "";
  -moz-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  -o-transform: skew(-35deg, 0);
  -webkit-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.level0 > li:hover .nav-child > .mega-dropdown-inner,
.level0 > li:hover .nav-child > .mega-dropdown-menu * {
  height: auto;
  opacity: 1;
}
.level1 > li:hover .mega-dropdown-inner,
.level1 > li:hover .mega-dropdown-menu *,
.level1 > .open .mega-dropdown-inner,
.level1 > .open .mega-dropdown-menu * {
  height: auto;
}
.dropdown-menu,
.mega-dropdown-inner,
.mega-dropdown-menu * {
  height: 0;
  transition: opacity .5s, transform .4s;
  -moz-transition: opacity 0.5s, -moz-transform 0.4s;
  -ms-transition: opacity 0.5s, -ms-transform 0.4s;
  -o-transition: opacity 0.5s, -o-transform 0.4s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
}
.top-nav ul.level0 li ul.level1 > li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: 35px;
  opacity: 0;
  transition: opacity .5s, transform .4s;
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transition: opacity 0.5s, -moz-transform 0.4s;
  -ms-transition: opacity 0.5s, -ms-transform 0.4s;
  -o-transition: opacity 0.5s, -o-transform 0.4s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
  transform: rotateY(90deg);
}
.top-nav ul > li:hover > ul {
  z-index: 0;
  height: auto;
}
.top-nav ul.level0 li:hover ul.level1 > li {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.top-nav li li a {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 40px;
}
.top-nav li li.dropdown-submenu:after {
  position: absolute;
  top: 2px;
  right: 10px;
  display: inline-block;
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
}
.top-nav li li a:hover,
.top-nav li li.selected > a,
.top-nav li li.current > a {
  text-decoration: none;
}
/*** sub menu level more than 2 ***/
.top-nav li li li {
  opacity: 0;
  transition: opacity .4s, transform .5s;
  -moz-transition: opacity 0.4s, -moz-transform 0.5s;
  -ms-transition: opacity 0.4s, -ms-transform 0.5s;
  -o-transition: opacity 0.4s, -o-transform 0.5s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.top-nav li li > ul {
  height: 0;
  left: 100%;
  top: 0;
}
.top-nav li li:hover > ul {
  height: auto;
}
.top-nav li li.open,
.top-nav li li:hover ul li {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
/************ navgation style 2 ************/
.nav-2.top-nav ul.level0 > li:after,
.nav-3 .top-nav ul.level0 > li:after,
.head-style2 .top-nav ul.level0 > li:after,
.head-style3 .top-nav ul.level0 > li:after {
  display: none;
}
.head-style2 .top-nav ul > li,
.head-style3 .top-nav ul > li {
  border: 0  !important;
}
.nav-2.top-nav ul > li,
.nav-3.top-nav ul > li {
  border-left: 0 ;
  margin: 0 1px;
}
.nav-2.top-nav ul.level0 > li {
  height: 92px;
}
.nav-2.top-nav ul > li:hover > a i,
.nav-2.top-nav ul > li > a:hover i,
.nav-2.top-nav ul > li.active > a i {
  color: #e7512f;
}
.nav-2.top-nav ul > li > a span {
  line-height: 94px;
}
.nav-2.top-nav ul.level0 > li > a {
  height: 92px;
  line-height: 100px;
}
.nav-2.top-nav ul > li > a i {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #eee;
  color: #b8b8b8;
  text-align: center;
  font-size: 16px;
  line-height: 31px;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.nav-2.top-nav ul > li > a i:after {
  position: absolute;
  top: -25px;
  left: 47%;
  display: inline-block !important;
  width: 1px;
  height: 25px;
  background: #eee;
  content: "";
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.nav-2.top-nav ul > li > a:hover i:after,
.nav-2.top-nav ul > li.current > a i:after,
.nav-2.top-nav ul > li.selected > a i:after {
  top: -29px;
  height: 30px;
}
.nav-2.top-nav ul > li.selected > a i:after,
.nav-2.top-nav > ul > li.current > a i:after,
.sticky.nav-2 .top-nav > ul > li:after {
  display: none;
}
.nav-2.top-nav ul > li ul,
.nav-3 .top-nav ul > li ul {
  top: 92px;
  left: 0 !important;
}
header.top-head.nav-2 .logo,
header.top-head.nav-3 .logo {
  margin-top: 25px;
}
.sticky .top-nav.nav-2 {
  padding: 0;
}
.sticky .top-nav.nav-2 ul.level0 > li > a {
  padding-top: 9px;
  line-height: 95px;
}
.sticky .top-nav.nav-2 ul.level0 > .current {
  background: #e7512f;
}
.sticky .top-nav.nav-2 ul.level0 > .current > a {
  color: #ffffff;
}
.sticky .top-nav.nav-2 ul.level0 > .current > a i {
  margin-top: 5px;
}
/************ navgation style 3 ************/
#tzlogo {
  padding-left: 25px;
  margin-top: 5px;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li {
  padding-top: 3px;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li:hover > a,
#plazart-mainnav .nav-3.top-nav ul.level0 > li.active.mega > a,
#plazart-mainnav .nav-3.top-nav ul.level0 > li.mega > a:hover {
  background: transparent;
  color: #e7512f;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li:hover > a i,
#plazart-mainnav .nav-3.top-nav ul.level0 > li.active.mega > a i,
#plazart-mainnav .nav-3.top-nav ul.level0 > li.mega > a:hover i {
  color: #e7512f;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li > a {
  height: 92px;
  background: transparent !important;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li:hover > a i {
  color: #e7512f;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li.open > a {
  background: #ffffff;
  color: #e7512f;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li.open > a i {
  margin-top: 0;
  color: #b8b8b8;
}
#plazart-mainnav .nav-3.top-nav ul > li > a {
  border-top: 2px transparent solid;
}
#plazart-mainnav .nav-3.top-nav ul > li > a i {
  background: transparent;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li > a:hover,
#plazart-mainnav .nav-3.top-nav ul.level0 > li.selected > a {
  background: transparent;
}
#plazart-mainnav .nav-3.top-nav ul > li > a i:after {
  display: none;
}
#plazart-mainnav .nav-3.top-nav ul > li > a:hover i,
#plazart-mainnav .nav-3.top-nav ul > li.active > a i,
#plazart-mainnav .nav-3.top-nav ul > li.selected > a i {
  margin-top: 0;
}
#plazart-mainnav .nav-3.top-nav ul > li.dropdown > a:after {
  border-color: transparent transparent #e7512f;
}
#plazart-mainnav .nav-3.top-nav ul > li.dropdown > a:after {
  position: absolute;
  bottom: 0;
  left: 36%;
  z-index: 5;
  display: none;
  width: 0;
  height: 0;
  border-width: 0 10px 8px 10px;
  border-style: solid;
  content: "";
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#plazart-mainnav .nav-3.top-nav ul.level0 > li.open > a:after,
#plazart-mainnav .nav-3.top-nav ul.level0 > li > a:hover:after,
#plazart-mainnav .nav-3.top-nav ul.level0 > li.active:hover > a:after {
  display: block;
}
/****** Sticky Navigation Style *********/
.sticky.one-page .top-search {
  display: none;
}
.sticky.one-page li.current > a {
  color: #e7512f !important;
  background: transparent !important;
}
.one-page li.current > a {
  color: #ffffff !important;
  background: #e7512f !important;
}
.sticky .marg-top-20 {
  margin-top: 5px ! important;
}
.sticky #plazart-mainnav {
  height: 60px;
}
.sticky .top-nav ul.level0 > li > a,
.sticky .top-nav ul.level0 > li {
  height: 60px;
}
.sticky .menu-header-3 .top-nav ul.level0 > li > a {
  height: 50px !important;
  line-height: 50px !important;
}
.sticky #plazart-mainnav .plazart-megamenu ul.level0.navbar-nav > li.dropdown.active > a,
.sticky #plazart-mainnav .plazart-megamenu ul.level0.navbar-nav > li.open.dropdown.active > a,
.sticky #plazart-mainnav .plazart-megamenu ul.level0.navbar-nav > li.dropdown.active > a > i {
  background: transparent !important;
}
.sticky .menu-header-3 .top-search a {
  line-height: 40px;
}
.sticky .top-nav ul.level0 > li.open > a,
.sticky .top-nav ul.level0 > li:hover > a,
.sticky .top-nav ul.level0 > li.active > a {
  color: #e7512f !important;
}
.sticky .top-nav ul.level0 > li > a {
  height: 60px !important;
  line-height: 60px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
  color: #777777;
}
.sticky .top-nav ul.level0 > li > a:hover {
  color: #e7512f !important;
}
.sticky .nav-2 .top-nav > ul > li > a {
  padding-top: 9px;
}
.sticky .top-nav > ul > li > ul {
  top: 70px !important;
  left: 0 !important;
}
.top-head.sticky {
  min-height: 50px;
  z-index: 99991;
}
.sticky .top-nav ul.level0 > li:after {
  display: none;
}
#home {
  position: relative;
  z-index: 9999;
}
.sticky {
  background-color: #fff;
  border-bottom: 0 none !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  left: 0;
  min-height: inherit !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 99999;
}
.sticky .mega-new .top-nav ul.level0 > li > a {
  height: 50px !important;
  line-height: 60px !important;
  font-weight: 500 !important;
}
.sticky #plazart-mainnav .nav-3 ul.level0 > li > .dropdown-menu {
  top: 100%;
}
.sticky #plazart-mainnav .nav-3.top-nav ul > li.dropdown > a:after {
  border: none !important;
}
.sticky .plazart-megamenu i {
  display: none !important;
}
.sticky .top-search a {
  border-radius: 0 !important;
  height: 45px !important;
  line-height: 45px;
  margin-top: 5px !important;
  padding: 0 !important;
  text-align: center;
  width: 45px;
}
.sticky .top-search a span {
  font-size: 14px;
}
.sticky .top-nav ul.level0 > li {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.sticky .search-box {
  top: 60px;
}
.sticky .search-box:before {
  width: 45px;
}
.sticky.head-style2 .top-search a,
.sticky.head-style2 .top-search a span,
.sticky.head-style2 .top-nav ul.level0 > li > div,
.sticky.head-style2 .top-nav ul.level0 > li > a,
.sticky.head-style2 .top-nav ul.level0 > li {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.sticky.head-style2 .top-nav ul.level0 > li,
.sticky.head-style2 .top-nav ul.level0 > li > a {
  height: 60px;
  line-height: 60px;
}
.sticky.head-style2 .top-nav ul > li ul > li {
  border-bottom: 1px solid #d03d17 !important;
}
.sticky.head-style2 #tz-logo {
  padding: 0;
}
.sticky.head-style2 .top-search a {
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  transform: skew(0deg, 0deg);
  width: 40px;
}
.sticky .head2-lft-links {
  display: none;
}
.sticky .hidden-sm.hidden-xs.hidden-md.right-bar {
  display: none;
}
.sticky.nav-2 .top-nav > ul > li > a i:after {
  z-index: -1;
}
.sticky.nav-2 .top-nav > ul > li > a:hover i:after,
.sticky.nav-2 .top-nav > ul > li.current > a i:after {
  top: -13px !important;
}
.sticky.nav-2 .top-nav > ul > li > a i {
  z-index: 2;
}
.sticky.nav-2 .top-nav > ul li a span {
  margin-top: 0;
}
.head-style2 .sticky .head2-lft-links,
.head-style2 .sticky .right-bar {
  display: none;
}
.head-style2 .sticky .logo {
  padding: 7px 0 1px;
}
.head-style3 .sticky .logo {
  display: none;
}
.head-style3 header.top-head.sticky {
  margin-top: 0;
  min-height: inherit;
}
.head-style2 .sticky .bg-head2 {
  display: none;
}
.head-style2 .sticky .top-nav {
  margin-top: 7px;
}
.head-style2 .sticky .top-nav > ul > li > ul {
  top: 50px !important;
  left: 0 !important;
}
.sticky.nav-3 .top-nav > ul > li {
  padding-top: 0 !important;
}
/****** Mega menu Style *********/
.mega-menu .div-mega {
  position: absolute;
  top: 89px;
  left: 0;
  z-index: 99;
  display: none;
  padding: 20px 0 20px 15px;
}
.mega-menu > li > a {
  display: block;
  position: relative;
}
.div-mega-section {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.mega-menu div.div-mega ul {
  visibility: visible;
  position: static;
  max-height: 100%;
  max-width: none !important;
  min-width: 160px !important;
  height: 100%;
}
.mega-menu div.div-mega ul li {
  opacity: 1;
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.mega-menu div.div-mega ul li a {
  padding: 8px 5px;
  line-height: normal;
  overflow: inherit;
  text-overflow: initial;
  white-space: normal;
}
.div-mega h4 {
  background: #fff;
  color: #777;
  padding: 8px 10px;
  font-weight: bold;
}
/* ---- 3.4 Search ---------------- */
.top-search {
  position: relative;
  float: right;
  margin-left: 20px;
}
.top-search a {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 19px !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #eee;
  text-align: center;
  line-height: 55px;
}
.top-search a span {
  font-size: 19px;
}
.search-box {
  position: absolute;
  top: 92px;
  right: 0;
  z-index: 3;
  display: none;
  width: 400px;
}
.search-box:before {
  position: absolute;
  top: -46px;
  right: 0;
  z-index: 0;
  display: inline-block;
  width: 55px;
  height: 48px;
  content: "";
}
.search-box input[type=text] {
  width: 343px;
  height: 53px;
}
.left input {
  line-height: 52px;
  color: #b8b8b8;
}
.left input,
.search-box input[type=submit] {
  width: 55px;
  height: 55px;
}
/* ---- 3.5 Header style 2 ---------------- */
.head-style2 #tzlogo {
  margin-top: 0;
  padding-left: 0;
}
.top-head .container {
  position: relative;
  z-index: 9;
}
.head-style2 .logo {
  margin: 8px 0 0 0 !important;
  padding: 15px 0 14px;
  min-width: 230px;
}
.head-style2.top-head,
.head-style3.top-head {
  padding: 0;
  min-height: inherit;
  border-bottom: 0  !important;
}

.head2-lft-links {
  padding: 9px;
  direction: rtl;
}
.head2-lft-links li {
  float: none;
  padding: 2px 0;
  text-align: right;
  white-space: nowrap;
}
.head2-lft-links li i {
  margin-left: 10px;
}
.head-style2 .bg-head2 {
  position: absolute;
  bottom: 4px;
  left: 27%;
  width: 70%;
  height: 50px;
  background: #f6f6f6;
}
.head-style2 .top-nav {
  margin-right: 10px;
  padding-right: 0;
}
.head-style2 .top-nav ul.level0 > li {
  margin-right: 1px;
}
.head-style2 .top-nav ul.level0 > li,
.head-style2 .top-nav ul.level0 > li > a {
  padding-top: 0;
  height: 50px;
  line-height: 54px;
}
.head-style2 .top-nav ul.level0 > li i,
.head-style2 .top-nav ul.level0 > li > a i {
  display: none;
}
.head-style2 .top-nav ul.level0 > li > a span,
.head-style3 .top-nav > ul > li > a span {
  line-height: 43px !important;
}
.head-style2 .top-search {
  margin: 0 15px 0 0;
}
.head-style2 .top-search a {
  margin-top: 0;
  padding: 0 !important;
  width: 50px;
  height: 50px;
  border-radius: 0;
  line-height: 50px;
}
.head-style2 .top-search a span {
  color: #fff;
}
.head-style2 .top-nav > ul > li > ul {
  top: 50px;
  margin-left: -6px;
}
.head-style2 .login-btn .tri {
  top: -11px;
}
.head-style2 .right-bar {
  float: right;
  overflow: hidden;
  margin: 2px 5px 0 0;
}
.head-style2 .right-bar .custom li {
  float: left;
  padding: 5px 0 5px 15px;
}
.head-style2 .right-bar li i {
  margin: 0 10px 0 0;
}
.head-style2 .top-menu {
  float: right !important;
  clear: none;
}
.head-style2 .search-box:before,
.head-style3 .search-box:before {
  display: none;
}
.head-style2 .search-box {
  top: 50px;
  right: 12px;
  padding: 15px;
  background: #ECECEC;
}
.head-style2 .search-box input[type=text] {
  width: 310px;
}
.head-style2 .logo a,
.head-style3 .logo a {
  margin: auto;
}
/* ---- 3.6 Header style 3 ---------------- */
.head-style3.top-head.top-bar{
  margin-bottom: -51px;
  overflow: hidden;
}
.sticky.head-style3 {
  margin-top: 0 !important;
}
.sticky.head-style3 .menu-header-3 {
  top: 0;
}
.sticky.head-style3 #tz-logo,
.sticky.head-style3 #tz-top-bar-1,
.sticky.head-style3 #tz-top-bar-2 {
  display: none;
}
.sticky.head-style3 .top-nav ul.level0 > li.active > a,
.sticky.head-style3 .top-nav ul.level0 > li:hover > a,
.sticky.head-style3 .top-nav ul.level0 > li.open > a {
  background: #eeeeee !important;
}
.sticky.head-style3 .top-nav ul.level0 > li > a {
  color: #ffffff;
}
.sticky.head-style3 .top-search {
  margin-left: 15px;
}
.head-style3 #tzlogo {
  margin-top: 0;
  padding-left: 0;
}
.head-style3 .plazart-mainnav{
  margin: auto;
}
.login-box .txt-box {
  height: auto;
  width: auto;
  line-height: 29px;
}
.head-style3 .cart_items .hikashop_cart {
  color: #e7512f;
}
.head-style3.menu #plazart-mainnav {
  text-align: center;
  margin-bottom: 0;
}
.head-style3 .top-nav,
.head-style3 #tzlogo img {
  padding: 0;
}
.head-style3 .top-search {
  float: none;
}
.head-style3 .main-bg {
  top: 6px;
  z-index: 999;
}
.head-style3.top-head .logo a {
  line-height: 0;
}
.head-style3 .plazart-megamenu .navbar-nav > li.active.dropdown > a {
  color: #777777 !important;
  background: #eeeeee !important;
}
.head-style3 .plazart-megamenu .navbar-nav > li.active.dropdown.open > a {
  color: #777777;
  background: #eeeeee;
}
.head-style3 .plazart-megamenu .navbar-nav > li > a {
  color: #ffffff;
}
.head-style3 .plazart-megamenu .navbar-nav > li.open > a {
  color: #777777 !important;
  background: #eeeeee !important;
}
.head-style3 #plazart-mainnav .nav > li > a:hover {
  color: #777777;
  background: #eeeeee;
}
.head-style3 #plazart-mainnav .dropdown-menu li > a {
  color: #777777;
  background: #eeeeee;
}
.head-style3 #plazart-mainnav .dropdown-menu li > a:hover {
  background: #dddddd;
  color: #333333;
}
.head-style3 #plazart-mainnav .dropdown-menu li.active > a {
  background: #dddddd;
  color: #777777;
}
.head-style3 #plazart-mainnav .dropdown-menu li.dropdown-submenu:after {
  color: #b1b1b1;
}
.head-style3 #plazart-mainnav .dropdown-menu li.open > a {
  background: #dddddd;
}
.head-style3 .top-nav ul.level0 > li {
  height: 50px;
}
.head-style3 .top-nav ul.level0 > li > a {
  line-height: 50px;
  padding-top: 0;
  height: 50px;
  margin-left: 1px;
}
.head-style3 .top-nav ul.level0 > li > a i {
  display: none;
}
.head-style3 .top-bar {
  overflow: hidden;
  background-color: #f6f6f6;
}
.head-style3 .logo {
  display: table;
  float: none;
  margin: 0 auto !important;
  padding: 15px 15px 20px !important;
  text-align: center;
  z-index: 555;
}
.top-nav-style3 {
  height: 50px;
  background: #f6f6f6;
}
.head-style3 .top-nav > ul > li > a,
.head-style3 .top-search a {
  line-height: 50px;
}
.head-style3 .top-search {
  margin: 0;
  top: 0;
}
.head-style3 .top-nav > ul > li,
.head-style3 .top-nav > ul > li > a {
  height: 50px;
}
.head-style3 .top-nav > ul > li > ul {
  top: 50px !important;
  left: 0 ;
}
.head-style3 .top-nav > ul li ul li a {
  background: #eee !important;
  color: #777;
}
.head-style3 .top-nav > ul li ul li a:hover {
  background: #ddd !important;
  color: #333;
}
.head-style3 .top-nav li li.hasChildren:after {
  color: #b1b1b1;
}
.head-style3 .top-nav > ul li ul li {
  border-bottom: 1px #ddd solid;
}
.head-style3 .top-bar li,
.head-style3 .top-bar li span {
  color: #b3b3b3;
}
.head-style3 .top-bar li {
  border-left: 1px #e4e4e4 solid;
}
.head-style3 .top-bar li:first-child {
  border-left: 0;
}
.head-style3 .top-bar li:first-child i {
  margin-left: 8px;
}
.head-style3.top-head.menu {
  position: static;
  /*margin-top: -46px;*/
  padding: 0;
  background: transparent;
}
.head-style3 .top-nav ul ul li {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.head-style3 .search-box {
  top: 50px;
  right: 0;
}
.head-style3 .top-search a {
  margin: 0;
  width: auto;
  height: auto;
}
.head-style3 .top-menu {
  display: table;
  float: none !important;
  margin: auto;
}
.head-style3 .top-nav > ul > li.current > a,
.head-style3 .top-nav > ul > li.selected > a,
.head-style3 .top-nav > ul > li > a:hover {
  background: #eee !important;
  color: #777 !important;
}
.head-style3 .top-nav ul li ul li.selected > a,
.head-style3 .top-nav ul li ul li.current > a {
  background: #ddd !important;
}
/* ---- 3.7 Login Box ---------------- */
.login-btn {
  position: relative;
}
.login-btn .tri {
  position: absolute;
  top: -1px;
  left: 30%;
  z-index: 5;
  width: 0;
  height: 0;
  border-width: 8px 10px 0 10px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.login-controls {
  display: table;
  margin: auto;
}
.login-box {
  position: relative;
  display: none;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
}
.login-box input {
  font-size: 11px;
}
.close-login {
  position: absolute;
  top: -13px;
  right: -16.8%;
  color: #fff;
  font-size: 22px;
}
.close-login:hover i {
  color: #ffffff;
}
.login-box .left {
  float: left;
  margin: 0 5px;
}
/* ==========================================================================
  4. BLOCKS BACKGROUNDS.
============================================================================= */
.block-bg-1 {
  background: url('../images/bgs/block-bg-1.jpg') no-repeat fixed 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.block-bg-2 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.block-bg-3 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.block-bg-4 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.block-bg-5 {
  background: url('../images/bgs/block-bg-5.jpg') no-repeat fixed 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.block-bg-1:before,
.block-bg-2:before,
.block-bg-3:before,
.block-bg-4:before,
.block-bg-5:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: "";
}
.black-overlay:before {
  background: rgba(0, 0, 0, 0.8) !important;
}
.parallax p,
[class*="block-bg-"] p {
  position: relative;
  z-index: 2;
}
.video-bg {
  position: relative;
  z-index: -99;
  height: 100%;
  overflow: hidden;
}
.video-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
/* patterns backgrounds */
.dots-pattern {
  border-top: 1px #E4E4E4 solid;
  background: transparent url('../../../images/assets/patterns/dots.png');
}
.gry-pattern {
  background: #eeeeee url('../../../images/assets/patterns/gry-patt.png');
  border-top: 1px #E6E6E6 solid;
  border-bottom: 1px #E6E6E6 solid;
}
.img-pattern {
  border-top: 1px #E4E4E4 solid;
  border-bottom: 1px #E4E4E4 solid;
  background: #ffffff url('../../../images/assets/patterns/1.png');
}
/* ==========================================================================
  5. COMMON STYLES.
============================================================================= */
.fx {
  opacity: 0;
}
.animated {
  opacity: 1;
}
.marginRight {
  margin-right: 10px;
}
.marginLeft {
  margin-left: 10px;
}
.marginBottom {
  margin-bottom: 20px;
}
.autoMargin {
  float: none !important;
  margin: auto;
}
input,
select,
textarea,
button,
.btn,
.fun-title,
.r-more {
  text-transform: uppercase;
}
.right {
  float: right !important;
}
.left {
  float: left;
}
.hidden {
  display: none;
}
.visible {
  display: block !important;
  visibility: visible !important;
}
.sectionWrapper {
  padding: 80px 0 !important;
}
.page-section,
.scroll-section {
  padding: 140px 0;
}
.icon-middle {
  display: table;
  margin: auto;
  margin-bottom: 20px;
  padding: 1px 15px;
  font-size: 35px;
}
.skew-5 {
  -moz-transform: skew(-5deg, 0);
  -ms-transform: skew(-5deg, 0);
  -o-transform: skew(-5deg, 0);
  -webkit-transform: skew(-5deg, 0);
  transform: skew(-5deg, 0);
}
.skew5 {
  -moz-transform: skew(5deg, 0);
  -ms-transform: skew(5deg, 0);
  -o-transform: skew(5deg, 0);
  -webkit-transform: skew(5deg, 0);
  transform: skew(5deg, 0);
}
.skew-10 {
  -moz-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  -webkit-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
}
.skew10 {
  -moz-transform: skew(10deg, 0);
  -ms-transform: skew(10deg, 0);
  -o-transform: skew(10deg, 0);
  -webkit-transform: skew(10deg, 0);
  transform: skew(10deg, 0);
}
.skew-15 {
  -moz-transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -o-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}
.skew15 {
  -moz-transform: skew(15deg, 0);
  -ms-transform: skew(15deg, 0);
  -o-transform: skew(15deg, 0);
  -webkit-transform: skew(15deg, 0);
  transform: skew(15deg, 0);
}
.skew-20 {
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -o-transform: skew(-20deg, 0);
  -webkit-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
}
.skew20 {
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -o-transform: skew(20deg, 0);
  -webkit-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
}
.skew-25 {
  -moz-transform: skew(-25deg, 0);
  -ms-transform: skew(-25deg, 0);
  -o-transform: skew(-25deg, 0);
  -webkit-transform: skew(-25deg, 0);
  transform: skew(-25deg, 0);
}
.skew25 {
  -moz-transform: skew(25deg, 0);
  -ms-transform: skew(25deg, 0);
  -o-transform: skew(25deg, 0);
  -webkit-transform: skew(25deg, 0);
  transform: skew(25deg, 0);
}
.skew-0 {
  -moz-transform: skew(0, 0);
  -ms-transform: skew(0, 0);
  -o-transform: skew(0, 0);
  -webkit-transform: skew(0, 0);
  transform: skew(0, 0);
}
/************ Useful classes  ***********/
.width-10 {
  width: 10px;
}
.width-20 {
  width: 10px;
}
.width-30 {
  width: 10px;
}
.width-40 {
  width: 10px;
}
.width-50 {
  width: 10px;
}
.width-60 {
  width: 10px;
}
.width-70 {
  width: 10px;
}
.width-80 {
  width: 10px;
}
.width-90 {
  width: 10px;
}
.width-100 {
  width: 10px;
}
.width-110 {
  width: 10px;
}
.width-120 {
  width: 10px;
}
.width-130 {
  width: 10px;
}
.width-140 {
  width: 10px;
}
.width-150 {
  width: 150px;
}
.padd-top-0 {
  padding-top: 0;
}
.padd-top-5 {
  padding-top: 5px;
}
.padd-top-10 {
  padding-top: 10px;
}
.padd-top-15 {
  padding-top: 15px;
}
.padd-top-20 {
  padding-top: 20px;
}
.padd-top-25 {
  padding-top: 25px;
}
.padd-top-30 {
  padding-top: 30px;
}
.padd-top-35 {
  padding-top: 35px;
}
.padd-top-40 {
  padding-top: 40px;
}
.padd-top-45 {
  padding-top: 45px;
}
.padd-top-50 {
  padding-top: 50px;
}
.padd-bottom-0 {
  padding-bottom: 0;
}
.padd-bottom-5 {
  padding-bottom: 5px;
}
.padd-bottom-10 {
  padding-bottom: 10px;
}
.padd-bottom-15 {
  padding-bottom: 15px;
}
.padd-bottom-20 {
  padding-bottom: 20px;
}
.padd-bottom-25 {
  padding-bottom: 25px;
}
.padd-bottom-30 {
  padding-bottom: 30px;
}
.padd-bottom-35 {
  padding-bottom: 35px;
}
.padd-bottom-40 {
  padding-bottom: 40px;
}
.padd-bottom-45 {
  padding-bottom: 45px;
}
.padd-bottom-50 {
  padding-bottom: 50px;
}
.padd-vertical-0 {
  padding: 0;
}
.padd-vertical-5 {
  padding: 5px 0;
}
.padd-vertical-10 {
  padding: 10px 0;
}
.padd-vertical-15 {
  padding: 15px 0;
}
.padd-vertical-20 {
  padding: 20px 0;
}
.padd-vertical-25 {
  padding-bottom: 25px;
  padding-top: 25px;
}
.padd-vertical-30 {
  padding: 30px 0;
}
.padd-vertical-35 {
  padding: 35px 0;
}
.padd-vertical-40 {
  padding: 40px 0;
}
.padd-vertical-45 {
  padding: 45px 0;
}
.padd-vertical-50 {
  padding: 50px 0;
}
.padd-horizontal-0 {
  padding: 0 0;
}
.padd-horizontal-5 {
  padding: 0 5px;
}
.padd-horizontal-10 {
  padding: 0 10px;
}
.padd-horizontal-15 {
  padding: 0 15px;
}
.padd-horizontal-20 {
  padding: 0 20px;
}
.padd-horizontal-25 {
  padding: 0 25px;
}
.padd-horizontal-30 {
  padding: 0 30px;
}
.padd-horizontal-35 {
  padding: 0 35px;
}
.padd-horizontal-40 {
  padding: 0 40px;
}
.padd-horizontal-45 {
  padding: 0 45px;
}
.padd-horizontal-50 {
  padding: 0 50px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-45 {
  margin-top: 45px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
[class*="padd-"]:after,
[class*="margin-"]:after {
  display: block;
  clear: both;
  content: "";
}
/***** pager style *******/
.pager {
  margin: 0 15px;
  background: #eee;
}
.pager ul {
  display: table;
  margin: auto;
}
.pager ul li {
  float: left;
  margin: 0 1px 0 0;
  background: #777;
}
.pager ul li a,
.pager ul li span {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.pager ul li i {
  font-weight: bold;
  font-size: 140%;
}
.pager ul li.selected span {
  color: #fff;
}
.pager ul li:hover a,
.pager ul li.selected a {
  color: #fff;
}
#map_canvas {
  height: 450px;
}
.noScroll {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}
#map_canvas img {
  max-width: none;
}
/* ==========================================================================
  6. TYPOGRAPHY.
============================================================================= */
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong,
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
small {
  font-size: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold;
  line-height: 1;
}
h1 {
  font-size: 38px;
  line-height: 40px;
}
h2 {
  text-transform: uppercase;
  font-size: 20px;
}
h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
h4 {
  font-weight: normal;
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  margin-top: 0;
  letter-spacing: 0.5px;
  font-size: 12px;
}
p {
  margin: 0 0 20px 0;
  line-height: 22px;
  font-size: 13px;
}
.white-bg {
  background: #fff;
}
.dark-bg {
  padding: 80px 0;
  background-color: #222;
}
.dark-bg p {
  color: #A3A3A3;
  margin: 0;
}
.gry-bg {
  background: #eee;
}
.staff-3 .gry-bg .fun-text {
  color: #333 !important;
}
.dark-bg h2 {
  color: #bdbdbd;
  font-size: 24px;
}
.alter-bg {
  background: #777;
  color: #ffffff;
}
.alter-bg a {
  color: #ffffff;
}
.welcome {
  padding: 80px 0;
  text-align: center;
}
.btn.ExtraLargeBtn {
  display: block;
  height: 78px;
  font-weight: bold;
  font-size: 22px;
  line-height: 78px;
}
.extraBold {
  font-weight: 800;
}
.extraLarge {
  font-size: 20px;
}
.center {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
.red {
  color: #f00;
}
.congrats {
  color: #4FB830;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
}
.success-icon {
  margin-bottom: 15px;
  color: #ecc686;
  font-size: 90px;
}
span.block {
  display: block;
  clear: both;
  padding-left: 20px;
}
.list-item {
  margin: 0;
  padding: 5px 0;
}
.list-item i.fa {
  margin-right: 7px;
  color: #CFCFCF;
}
/*********** HR style 1 *********/
hr {
  position: relative;
  display: block;
  overflow: visible;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px #eeeded solid;
}
hr:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 20%;
  height: 1px;
  content: "";
}
hr:after {
  position: absolute;
  top: -1px;
  right: 0;
  display: inline-block;
  width: 20%;
  height: 1px;
  content: "";
}
/*********** HR style 2 *********/
.hr-style2:before {
  left: 30%;
  width: 40%;
}
.hr-style2:after {
  display: none;
}
/*********** HR style 3 *********/
.hr-style3:before {
  left: 20%;
  width: 20%;
}
.hr-style3:after {
  right: 20%;
  width: 20%;
}
/*********** HR style 4 *********/
.hr-style4:before {
  left: 44%;
  margin-top: 0;
  width: 5%;
  content: "\f105";
  text-align: right;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 1px;
}
.hr-style4:after {
  right: 44%;
  margin-top: 0 ;
  width: 5%;
  content: "\f104";
  text-align: left;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 1px;
}
/*********** HR style 5 *********/
.hr-style5:before {
  left: 44%;
  margin-top: 0 ;
  width: 5%;
  content: "\f1d8";
  text-align: center;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 1px;
}
.hr-style5:after {
  right: 44%;
  margin-top: 0 ;
  width: 5%;
  content: "\f1d8";
  text-align: center;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 1px;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.hr-style5:before,
.hr-style5:after {
  background: #fff;
  color: #d4d4d4;
}
.follow-block p {
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
  font-size: 16px;
}
.follow-block .follow-link {
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
}
.slick-prev,
.slick-next {
  background: #777;
  color: #eee;
}
/********** highlight *************/
.highlight-1 {
  background: #fcff00;
}
/**********  Dropcaps  ************/
.dropcap {
  display: block;
  float: left;
  margin: 2px 8px 0 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
}
/**********  Blockquote ************/
blockquote {
  margin: 0;
  padding: 15px;
}
blockquote p {
  margin: 0;
  padding-bottom: 15px;
  width: 80%;
  color: #afafaf;
  font-size: 16px;
  line-height: 140%;
}
blockquote span {
  color: #a3a3a3;
  font-weight: bold;
  font-size: 14px;
}
/**********  Tooltips ************/
.tooltip {
  position: fixed;
  z-index: 999999;
  padding: 7px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  -moz-transition: all 0.1s ease !important;
  -ms-transition: all 0.1s ease !important;
  -o-transition: all 0.1s ease !important;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
}
.tooltip:after {
  position: absolute;
  bottom: -4px;
  left: 40%;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px 5px 0 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  content: "";
}
.lft-tip:after {
  right: -5px;
  bottom: 25%;
  left: auto;
  border-width: 5px 0 8px 8px;
  border-color: transparent transparent transparent #000;
}
.rit-tip:after {
  bottom: 25%;
  left: -5px;
  border-width: 5px 8px 8px 0;
  border-color: transparent #000 transparent transparent;
}
.bot-tip:after {
  top: -5px;
  bottom: auto;
  border-width: 0 4px 5px 5px;
  border-color: transparent transparent #000 transparent;
}
/* ==========================================================================
  7. PAGES ELEMENTS.
============================================================================= */
/* -------- 7.1. Heading styles ------------------ */
/* ---- 7.1.1. Heading style 1 ------------- */
.block-head {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px #e2e2e2 solid;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 20px;
}
.footer-top .block-head {
  border-bottom-color: #3a3a3a;
  color: #c5c5c5;
  text-transform: uppercase;
}
.block-head:before {
  position: absolute;
  bottom: -3px;
  left: 20px;
  width: 35px;
  height: 5px;
  content: "";
  display: inline-block;
}
.block-head:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  content: "";
  display: inline-block;
}
.block-head.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-right: 30px;
  padding-left: 30px;
}
.block-head.center:before {
  left: 50%;
  margin-left: -17.5px;
}
.block-head.center:after {
  left: 50%;
  margin-left: -40px;
}
.side-heading {
  font-weight: 800;
  border: 0 ;
  padding: 0;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.side-heading span {
  color: #777;
  font-weight: 100;
}
.side-heading:after,
.side-heading:before {
  display: none;
}
.large-heading {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 20px;
  border-bottom: 1px #e2e2e2 solid;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
}
.large-heading:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 100px;
  height: 5px;
  content: "";
  display: inline-block;
  margin-left: -57px;
  border-left: 15px #fff solid;
  border-right: 15px #fff solid;
}
.gry-bg .large-heading:before {
  border-left: 15px #eee solid;
  border-right: 15px #eee solid;
}
/* ---- 7.2. Services boxes ---------------- */
/* ---- 7.2.1. Services boxes style 1 ---------------- */
.service-box-1 {
  position: relative;
}
.box-top {
  z-index: 2;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}
.box-top i.fa {
  display: table;
  margin: 0 auto 30px;
  font-size: 38px;
  width: 103px;
  height: 103px;
  line-height: 95px;
  text-align: center;
  border-radius: 50%;
  border: 3px #fff solid;
  -moz-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.4);
  transform: rotate(0deg);
}
.box-top h3 {
  margin: 0 0 10px;
  padding: 0 15px 10px;
  text-align: center;
  font-size: 23px;
  color: #777;
  font-weight: 800;
  text-transform: uppercase;
}
.box-top h3 span {
  text-transform: none;
  font-size: 19px;
  font-weight: 100;
  display: block;
  margin-bottom: -15px;
}
.box-top .more-btn {
  display: table;
  margin: 30px auto 0;
  background: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 11px;
}
.box-top p {
  padding: 0 15px;
}
.box-top p a {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
}
.service-box-1:hover i.fa {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.service-box-1:hover h3 {
  color: #ffffff;
}
.portfolio-item:hover:after {
  height: 3px;
  border-top: 0 ;
}
/* ---- 7.2.2. Services boxes style 2 ---------------- */
.service-box-2 {
  padding-top: 30px;
}
.box-2-cont {
  position: relative;
  border-top: 1px #ECECEC solid;
  text-align: center;
  padding: 0 15px 15px;
  border: 1px #e6e6e6 solid;
}
.service-box-2 h4 {
  text-align: center;
  font-weight: bold;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sub-title {
  margin: -10px 0 15px;
  font-size: small;
}
.service-box-2 .fa {
  display: table;
  margin: 0 auto 25px;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  border: 1px #E6E6E6 solid;
  border-radius: 50%;
  background-color: #F0F0F0;
  box-shadow: inset 0 0 0 3px #fff;
  color: #B3B3B3;
  text-align: center;
  font-size: 38px;
  line-height: 90px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-box-2 .r-more {
  position: relative;
  z-index: 1;
  display: table;
  margin: 15px auto 0;
  padding: 8px 15px;
  background: #ECECEC;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-box-2 .r-more:after {
  display: inline-block;
  margin-left: 8px;
  content: "+";
  font-size: 14px;
}
.service-box-2:hover h4 {
  color: #4e4e4e;
}
.service-box-2 p.mediumFont {
  overflow: hidden;
  max-height: 180px;
  border-bottom: 1px #eee solid;
  padding-bottom: 25px !important;
}
/* ---- 7.2.3. Services boxes style 3 ---------------- */
.service-box-3 {
  margin-bottom: 30px;
  text-align: center;
}
.service-box-3 .box-head {
  clear: both;
  margin-bottom: 15px;
}
.service-box-3 h4 {
  position: relative;
  overflow: hidden;
  height: 1.1em;
  font-weight: bold;
}
.service-box-3:hover h4 {
  color: #4e4e4e;
}
.service-box-3 h4 span {
  position: relative;
  display: inline-block;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.service-box-3 h4 span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.service-box-3 p.mediumFont {
  overflow: hidden;
  max-height: 110px;
}
.service-box-3 .icon {
  display: table;
  margin: 0 auto 25px;
  width: 150px;
  height: 150px;
  border: 1px #DADADA solid;
  border-radius: 50%;
  background-color: #DADADA;
  box-shadow: inset 0 0 0 3px #fff;
  color: #777;
  text-align: center;
  font-size: 50px;
  line-height: 150px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-box-3:hover span,
.service-box-3:focus span {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.service-box-3 .r-more {
  position: relative;
  display: table;
  margin: 15px auto 0;
  padding: 8px 15px;
  background: #eee;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-box-3 .r-more:after {
  display: inline-block;
  margin-left: 8px;
  content: "+";
  font-size: 14px;
}
/*------- Services Boxes 4 ------*/
.service-box-4 {
  margin: 30px 0;
}
.service-box-4 a {
  display: table;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}
.service-box-4 .fa {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: transparent;
}
.service-box-4 h3 {
  text-align: left;
  margin-bottom: 5px;
}
.service-box-4 h3 span,
.service-box-5 h3 span {
  font-weight: bold;
  margin-right: 2px;
}
.service-box-4 p {
  overflow: hidden;
  text-align: left;
  margin: 0;
  line-height: 16px;
}
.service-box-4:hover .fa {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
/* ----- Services Boxes Style 5 ---- */
.service-box-5 {
  margin: 30px 0;
}
.service-box-5 a {
  text-align: center;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  height: 100px;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.service-box-5 a .fa {
  font-size: 70px;
  margin-top: 18px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background: transparent;
}
.service-box-5 h3 {
  text-align: center;
  margin: 0 0 10px;
  background: #fff;
  padding: 9px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.service-box-5 p {
  max-height: 94px;
  overflow: hidden;
  text-align: center;
  margin: 0;
}
.service-box-5:hover a {
  color: #fff;
}
.service-box-5:hover a .fa {
  font-size: 116px;
  margin-top: 0;
  -webkit-transform: rotate(-16deg);
  opacity: 0.8;
}
/* ---- 7.3. Skill levels --------- */
/* ---- 7.3.1. Skill levels style 1 --------- */
.levels {
  overflow: hidden;
}
.level-out {
  position: relative;
  margin: 0 10px 25px 0;
  padding: 0;
  background: #E7E7E7;
}
.level-in {
  position: relative;
  float: left;
  height: 21px;
}
.level-out:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 10px;
  border-color: transparent transparent transparent #E7E7E7;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 0;
}
.level-in:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 10px;
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 5;
}
.level-name {
  font-size: 15px;
  font-style: normal;
  margin-bottom: 4px;
  font-weight: bold;
  color: #777;
}
.level-out span {
  background: #E7E7E7;
  display: block;
  padding: 0 10px;
  height: 21px;
  width: 54px;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  line-height: 21px;
  position: absolute;
  z-index: 5;
}
.level-out span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 10px;
  border-color: transparent transparent transparent #E7E7E7;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 5;
}
.levels li:last-child .level-out {
  margin-bottom: 0;
}
/* ---- 7.3.2. Skill levels style 2 --------- */
.levels-2 li {
  float: left;
  margin: 0 1.5%;
  width: 22%;
}
.level-in-2 {
  text-align: center;
}
.level-name-2 {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}
/* ---- 7.4. Fun Staff -------------- */
.fun-staff .fun-text {
  z-index: 1;
  text-align: center;
  font-size: 18px;
}
.fun-staff .fun-number {
  padding: 0;
  text-align: center;
  font-size: 35px;
}
.fun-title {
  margin: auto;
  /* height: 100%; */
  background-color: #fff;
  font-size: 40px;
}
/* ---- 7.4.1 Fun Staff Style 1 -------------- */
.staff-1 .fun-text {
  padding: 23px 0;
}
.staff-1 .fun-number {
  background-color: #fff;
  color: #444;
  /* margin-top: 60px; */
}
.staff-1 .fun-number.skew-15,
.staff-1 .fun-icon.skew-15 {
  right: 7px;
}
.staff-1 .fun-icon {
  padding: 5px 0;
  background-color: #fff;
  text-align: center;
  font-size: 30px;
}
.staff-1 .fun-number.skew15,
.fun-icon.skew15 {
  left: 7px;
}
.staff-1 .fun-title {
  padding: 29px;
  text-align: center;
}
.staff-1 .fun-title span {
  color: #333;
}
/* ---- 7.4.2. Fun Staff Style 2 -------------- */
.staff-2-home-2 .staff-2 {
  min-height: 0;
  padding: 0;
}
.staff-2 {
  min-height: 288px;
}
.staff-2 .fun-text {
  padding: 25px 0 10px;
}
.staff-2 .fun-number {
  font-weight: 700;
}
.staff-2 .fun-icon {
  display: table;
  margin: auto;
  text-align: center;
  font-size: 35px;
  border: 2px #fff solid;
  border-radius: 50%;
  width: 90px;
  height: 86px;
  line-height: 86px;
}
.staff-2 .fun-title {
  padding: 21px;
  text-align: center;
  line-height: 45px;
}
.staff-2 .fun-title span {
  color: #333;
}
.staff-2 .fun-title p {
  color: #777;
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  margin-top: 6px;
}
/* ---- 7.4.3. Fun Staff Style 3 -------------- */
.staff-3 .main-bg {
  margin: 0 -10px;
  padding: 15px;
}
.staff-3 .fun-text {
  top: 0;
  padding: 0 0 15px;
  min-height: inherit;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.staff-3 .fun-number {
  padding: 0;
  background-color: transparent;
  text-align: center;
  font-weight: 400;
  font-size: 38px;
}
/* ---- 7.5. Testimonials -------------- */
/* ---- 7.5.1. Testimonials Style 1 -------------- */
.testimonials-1 {
  padding-top: 5px;
}
.testimonials-bg {
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin: 0 15px;
  padding: 8px;
  background: #E9E9E9;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials-bg .rating {
  position: relative;
  z-index: 1;
  clear: both;
  overflow: hidden;
  padding: 10px 0 0 0;
}
.testimonials-bg:hover {
  background: #e6e6e6;
}
.testimonials-img {
  position: relative;
  z-index: 2;
  float: left;
  margin: 0 10px 5px 0;
  max-width: 70px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials-bg .rating .fa {
  margin-right: 4px;
  color: #ffc000;
  font-size: 15px;
}
.testimonials-bg:after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-block;
  margin-right: 7px;
  color: #CFCFCF;
  content: "\f10e";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  font-family: FontAwesome;
  line-height: 1;
}
.testimonials-name {
  position: relative;
  margin: 0 5px;
  padding: 6px 0 8px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.testimonials-name:after {
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 0;
  width: 0;
  height: 0;
  border-width: 20px 23px 0 0;
  border-style: solid;
  border-color: #DADADA transparent transparent transparent;
  content: "";
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials-name:before {
  position: absolute;
  bottom: 9px;
  left: 11px;
  z-index: 0;
  width: 0;
  height: 0;
  border-width: 20px 0 0 23px;
  border-style: solid;
  border-color: #DADADA transparent transparent transparent;
  content: "";
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonials-bg:hover + .testimonials-name:after,
.testimonials-bg:hover + .testimonials-name:before {
  border-color: #ccc transparent transparent transparent;
}
.testimonials-bg .rating .fa-star-o {
  color: #c0c0c0;
}
/* ---- 7.5.2. Testimonials Style 2 -------------- */
.testimonials-2 .testimonials-name {
  display: table;
  margin: auto;
  padding: 10px 20px;
  font-size: 130%;
}
.testimonials-2 p {
  font-size: 16px;
  line-height: 29px;
}
.testimonials-2 .testimonials-name:before,
.testimonials-2 .testimonials-name:after {
  display: none;
}
.testimonials-2 .slick-list {
  margin: 0;
  text-align: center;
}
/* ---- 7.6. Portfolio -------------- */

.TzArticleMedia {
  margin: 0;
}

.TzArticleMedia .flexslider{
  border:none;
  margin: 0;
}
.TzArticleMedia .flexslider .flex-direction-nav .flex-next,
.TzArticleMedia .flexslider .flex-direction-nav .flex-prev{
  text-align: center;
}
.TzArticleMedia .flexslider .flex-direction-nav a::before{
  line-height: 60px;
}
.TzArticleMedia .flexslider .flex-direction-nav li .flex-prev:hover:before,
.TzArticleMedia .flexslider .flex-direction-nav li .flex-next:hover:before{
 color: #fff !important;
}

/* ---- 7.6.1. Portfolio Carousel -------------- */
.TzLetters .breadcrumb ul li{
  display:inline-block;
}
.portfolio .portfolio-item {
  margin: 0 15px;
  background-color: #eee;
}
.portfolio-item:after {
  display: block;
  clear: both;
  border-top: 2px #fff solid;
  height: 3px;
  content: "";
}
.img-holder {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
  cursor: pointer;
}
.img-holder img {
  width: 100%;
  height: auto;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.img-holder:hover img {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.img-over {
  position: absolute;
  top: -46%;
  left: -20%;
  z-index: 9;
  display: none;
  overflow: hidden;
  width: 100%;
  width: 170%;
  height: 100%;
  height: 170%;
  -moz-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  -o-transform: rotate(-34deg);
  -webkit-transform: rotate(-37deg);
  transform: rotate(-34deg);
}
.img-over a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.TzInner .img-over{
  display: block;
  opacity: 0;
}
.TzInner:hover .img-over{
  opacity: 1;
}
.img-over a.link {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.TzInner:hover .img-over  a.link {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.img-over a.zoom {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.TzInner:hover .img-over a.zoom {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.img-over b {
  position: absolute;
  z-index: 8;
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  -moz-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  -o-transform: rotate(34deg);
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}
.img-over a.link {
  top: -52%;
  left: -8%;
}
.img-over a.zoom {
  top: 48%;
  left: -10%;
}
.img-over a b {
  top: 13%;
  left: 51%;
}
.img-over a.link b {
  top: 75%;
  left: 40%;
}
.name-holder {
  overflow: hidden;
  padding: 0 15px 10px;
}
.project-name {
  display: table;
  margin: auto;
  font-weight: bold;
  font-size: 16px;
}
.project-options {
  margin-top: 4px;
  display: block;
  text-align: center;
  font-size: 12px;
}
.project-options a {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  color: #444;
  font-size: 14px;
}
.project-brief {
  display: none;
}
.portfolio {
  position: relative;
}
.viewAll {
  padding-top: 10px;
}
.viewAll .btn {
  background: #eee;
  font-weight: bold;
  font-size: 12px;
  float: left;
  padding: 0 10px;
  line-height: 27px;
  border-radius: 3px;
  color: #777;
}
.homeGallery .slick-prev,
.homeGallery .slick-next {
  right: auto;
  left: -70px;
  bottom: 0;
  top: auto;
}
.homeGallery .slick-prev {
  left: -100px;
}
.portfolio-lft-txt {
  max-height: 154px;
  overflow: hidden;
}
.lft-minus-margin {
  margin-right: -15px;
}
.view-all-projects {
  padding-top: 30px;
  text-align: center;
}
.view-all-projects a {
  display: table;
  margin: auto;
  padding: 10px 30px;
  background: #777;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
}
/* ---- 7.6.2. Portfolio Filterable -------------- */
.portfolio-filterable .portfolio-item {
  margin-top: 20px;
  background-color: #f4f4f4;
}
.portfolio-filterable .white-bg,
.portfolio-filterable .gry-bg {
  margin: 0 15px 10px;
  line-height: 35px;
}
.portfolio-filterable .white-bg {
  background-color: #fff;
}
.portfolio-filterable.full [class*="cell-"] {
  margin: 0;
  padding: 0;
  border-right: 1px #fff solid;
}
.full-portfolio {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.filter-by {
  display: inline-block;
  margin-left: 20px;
  line-height: 35px;
}
#filters {
  display: table;
  margin: auto;
}
#filters li {
  float: left;
  margin: 0 1px 0 0;
  background: #777;
}
#filters li a {
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 35px;
  color: #fff !important;
  border: none;
  box-shadow: none;
}
#filters li:hover a,
#filters li.active a {
  color: #fff;
}
/* ---- 7.7. Form controls -------------- */
/* ---- 7.7.1. Buttons -------------- */
.control-label {
  display: block;
  padding-bottom: 4px;
  color: #777;
  text-transform: uppercase;
  font-weight: bold;
}
.control-group {
  display: table;
  clear: both;
  margin: 5px 0;
  padding: 10px 0 20px;
  width: 100%;
  border-bottom: 1px #E9E9E9 solid;
}
.btn-group {
  clear: both;
  padding: 20px 0;
  text-align: center;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 11px;
  border: 1px solid transparent;
  background: #777 none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
}
.btn:hover {
  color: #ffffff;
}
[class*="skew-"] .btn {
  background: transparent none;
  color: inherit;
}
[class*="skew-"] .btn:hover {
  background: transparent none;
  color: inherit;
}
.btn span {
  display: block;
}
.btn i {
  margin-right: 5px;
}
button.skew-25 i {
  -moz-transform: skew(25deg, 0);
  -ms-transform: skew(25deg, 0);
  -o-transform: skew(25deg, 0);
  -webkit-transform: skew(25deg, 0);
  transform: skew(25deg, 0);
}
.btn-tiny {
  padding: 0 4px;
  font-size: 9px;
  line-height: 27px;
}
.btn-small {
  padding: 0 10px;
  font-size: 11px;
  line-height: 33px;
}
.btn-medium {
  padding: 0 12px;
  font-size: 13px;
  line-height: 41px;
}
.btn-large {
  padding: 0 22px;
  font-size: 15px;
  line-height: 49px;
}
.empty {
  background: transparent none;
}
/* ---- 7.7.2. Inputs -------------- */
.input-box {
  border: 1px #eee solid;
  background: #fff;
    overflow: hidden;
}
.txt-box {
  padding: 0 12px;
  height: 30px;
  border: 0;
  background-color: transparent;
  background-image: none;
  color: #555;
  font-size: 12px;
  line-height: 30px;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.txt-box:focus {
  outline: transparent none 0;
  border: 0;
}
.check-box-box {
  float: none !important;
  line-height: 34px;
  clear: both;
}
.check-box-box * {
  float: left;
  font-weight: normal;
}
.check-box-box a {
  margin-left: 10px;
}
.check-box-box a:hover {
  color: #e7512f;
}
#modlgn-remember.check-box {
  margin: 11px 8px 0 0;
}
/* ---- 7.8. Information boxes -------------- */
.box {
  position: relative;
  margin: 0 auto 15px;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
}
.box i.fa {
  color: #333;
}
.close-box {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 2px 8px 4px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 17px;
}
.box h3 {
  margin-bottom: 0 ;
  font-weight: bold;
}
.box p {
  margin: 5px 0 0;
  padding-bottom: 0;
}
.warning-box {
  border-color: #e0d594;
  background: #fff6bf;
}
.info-box {
  border-color: #9fc6d7;
  background: #c2e1ee;
}
.success-box {
  border-color: #a0c272;
  background: #bbdd8c;
}
.error-box {
  border-color: #f2b1b4;
  background: #f1d5d6;
}
/* ---- 7.9. Horizontal Tabs -------------- */
.tabs {
  display: inline-block;
  width: 100%;
}
.tabs > ul {
  margin-left: 5px;
}
.tabs > ul:after {
  display: block;
  clear: both;
  content: "";
}
.tabs > ul li {
  float: left;
  margin: 0 0 0 2px;
  background: #efefef;
  color: #6c6c6c;
}
.tabs > ul li a {
  color: #6c6c6c;
  text-transform: uppercase;
  display: block;
  padding: 6px 15px;
}
.tabs > ul li a i {
  margin-right: 8px;
  color: #333;
}
.tabs > ul li:hover a,
.tabs > ul li.active a {
  color: #fff;
}
.tabs-pane {
  padding: 15px;
}
/* ---- 7.10. Vertical Tabs -------------- */
.tabs-vertical > ul {
  float: left;
  width: 30%;
}
.tabs-vertical > ul li {
  display: block;
  float: none;
  margin: 0 0 7px 0;
}
.tabs-vertical .tabs-pane {
  float: left;
  margin-left: 25px;
  padding: 0;
  width: 63%;
  border-top: 0 ;
  border-bottom: 1px #e4e4e4 solid;
}
.tabs-vertical .tabs-pane .tab-panel {
  position: relative;
  padding: 0 15px 15px;
}
.tabs-vertical .tabs-pane .tab-panel:before {
  position: absolute;
  top: 20%;
  left: 0;
  display: inline-block;
  width: 2px;
  height: 60%;
  content: "";
}
.tab-img-holder {
  margin-right: 15px;
  width: 30%;
}
/* ---- 7.11. Accordion -------------- */
.accordion li > h3 {
  overflow: hidden;
  margin: 0 0 15px;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.accordion li > h3 a {
  float: left;
  margin: 0;
  padding: 0 15px;
  border: 1px #d4d4d4 solid;
  background: #fff;
  line-height: 28px;
  display: block;
  width: 83%;
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 12px;
}
.accordion li > h3 a:hover {
  text-decoration: none;
}
.accordion li > h3 i.fa {
  margin-right: 7px;
}
.accordion li > h3 u {
  display: inline-block;
  float: left;
  margin: 0 5px 0 10px;
  padding: 10px 10px 8px 10px;
  border: 1px #d4d4d4 solid;
  background: #fff;
  color: #a8a8a8;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.accordion li > h3 u:before {
  display: block;
  content: "\f067";
  font-family: FontAwesome;
}
.accordion li > h3[class*="skew-"] u::before {
  -moz-transform: skew(25deg, 0);
  -ms-transform: skew(25deg, 0);
  -o-transform: skew(25deg, 0);
  -webkit-transform: skew(25deg, 0);
  transform: skew(25deg, 0);
}
.accordion li.active > h3 u:before {
  content: "\f068";
  font-family: FontAwesome;
}
.accordion li > h3 a span {
  display: block;
}
.accordion-panel {
  margin: 15px 40px;
  padding: 0 15px;
  border-left: 3px #d4d4d4 solid;
}
/* ---- 7.12. horizontal Accordion -------------- */
.accordion-horizontal > li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 1px;
  width: 50px;
  height: 240px;
}
.accordion-horizontal > li.active {
  width: 80%;
}
.accordion-horizontal > li h3 span {
  display: block;
  margin-top: 130px;
  white-space: nowrap;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-horizontal > li > h3 {
  position: absolute;
  left: 0;
  float: left;
  width: 40px;
  height: 100%;
}
.accordion-horizontal > li > h3 a {
  display: table-cell;
  width: 40px;
  height: 100%;
  vertical-align: middle;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.accordion-horizontal .accordion-panel {
  margin: 0 0 0 40px;
  border: 0;
}
.accordion-horizontal > li > h3:before {
  display: none;
}
/* ---- 7.13. Icons list -------------- */
.list li {
  padding: 0 0 10px 10px;
  text-align: left;
}
.list li:before {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
}
.list-crosshairs li:before {
  content: "\f05b";
}
.list-ok li:before {
  content: "\f00c";
}
.list-bell li:before {
  content: "\f0f3";
}
.list-bookmark li:before {
  content: "\f02e";
}
/* ---- 7.14. BreadCrumbs style -------------- */
.breadcrumbs {
  float: left;
  overflow: hidden;
  padding: 8px 10px;
}
.title-1 .breadcrumbs {
  background-color: #777777 !important;
}
.breadcrumbs a {
  float: left;
  margin: 0 3px;
  color: #fff;
}
.breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs span {
  float: left;
  margin: 0;
  font-weight: normal;
}
/* ---- 7.15. Clients Style -------------- */
.clients,
.auto-clients {
  padding-top: 10px;
}
.clients > div a,
.auto-clients > div a {
  margin: 0 15px;
  display: block;
  border-bottom: 1px #ddd solid;
  padding: 10px;
  text-align: center;
}
/* ==========================================================================
  8. PAGE SPECIFIC STYLES.
============================================================================= */
/* ---- 8.1. About pages -------------- */
.plan-title {
  margin: auto;
  padding-top: 50px;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 90%;
}
.plan-title span {
  color: #333;
}
.plan-block {
  padding: 50px 50px 0 !important;
  color: #fff;
}
.plan-block .block {
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
}
.plan-year {
  position: absolute;
  bottom: 40px;
  z-index: 9;
  width: 250px;
  color: #333;
  font-weight: 800;
  font-size: 20px;
}
.plan-year:before {
  position: absolute;
  right: 23px;
  bottom: -6px;
  z-index: -1;
  display: inline-block;
  width: 38px;
  height: 40px;
  background: #fff;
  content: "";
}
.plan-year:after {
  position: absolute;
  right: -15px;
  bottom: -6px;
  z-index: -1;
  display: inline-block;
  width: 38px;
  height: 40px;
  content: "";
}
.lft-plan .plan-year {
  right: -73px;
  text-align: right;
}
.rit-plan .plan-year {
  left: -75px;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rit-plan .plan-year span {
  display: block;
  float: right;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rit-plan .plan-year:after {
  right: -13px;
}
.plan-block h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 19px;
}
.plan-block p {
  margin: 5px 0;
}
.my-img {
  overflow: hidden;
  padding-bottom: 40px;
}
.my-img .my-name {
  font-size: 18px;
  margin: 15px 0;
  line-height: normal;
  padding-left: 25px;
  display: table;
}
.my-img img {
  border-radius: 5px;
  width: 150px;
  height: 150px;
  float: left;
  position: relative;
  z-index: 5;
}
.my-img .my-details {
  background: #F3F3F3;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.work-exp li h4 {
  color: #777;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.work-exp li h4:before {
  display: inline-block;
  content: "\f1d9";
  font-size: 12px;
  font-family: FontAwesome;
  margin-right: 10px;
  color: #B8B8B8;
}
.work-exp li p {
  padding-left: 23px;
  padding-bottom: 10px;
}
.work-exp li:last-Child p {
  padding-bottom: 0;
  margin-bottom: 0;
}
/***** chart ******/
.chart {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 140px;
  height: 140px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  z-index: 2;
  display: inline-block;
  color: #bdbdbd;
  font-size: 21px;
  line-height: 137px;
}
.percent:after {
  margin-left: 0.1em;
  content: '%';
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
/* ---- 8.2. Portfolio pages -------------- */
.portfolio-img-slick {
  overflow: hidden;
  max-height: 500px;
}
.portfolio-img-slick .slick-list {
  max-height: 500px;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.portfolio-img-slick .slick-prev,
.portfolio-img-slick .slick-next {
  top: 50%;
  right: 10px;
  padding: 0;
  width: 60px;
  height: 60px;
  border-bottom: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  margin-top: -30px;
  text-indent: 0;
}
.portfolio-img-slick .slick-next:before {
  content: "\f105";
  font-size: 50px;
}
.portfolio-img-slick .slick-prev:before {
  content: "\f104";
  font-size: 50px;
}
.portfolio-img-slick .slick-prev {
  right: auto;
  left: 10px;
}
.porto-stats [class*="cell-"] {
  padding: 3px;
}
.porto-stats .gry-bg {
  padding: 15px 9px;
}
.porto-stats .fun-text {
  color: #333;
}
.list-details li {
  padding: 10px 3px;
  border-top: 1px #e5e5e5 solid;
}
.list-details li:first-child {
  border-top: 0;
}
.list-details li span {
  margin: 0 15px 0 5px;
}
.list-details li span.main-color {
  font-weight: bold;
  font-size: 13px;
}
/* ---- 8.3. Pricing tables -------------- */
.pricing-table,
.pricing-table-2 {
  padding: 45px 11px 20px;
  border: 1px #e4e4e4 solid;
  text-align: center;
}
.pricing-table i.fa {
  position: absolute;
  top: 0 ;
  left: 50%;
  font-size: 30px;
  width: 60px;
  height: 56px;
  z-index: 9999;
  text-align: center;
  line-height: 56px;
  margin-top: -28px;
  margin-left: -30px;
}
.pricing-table .head,
.pricing-table-2 .head {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.pricing-table li,
.pricing-table-2 li {
  padding: 10px 0;
  border-bottom: 1px #e4e4e4 solid;
  font-size: 14px;
}
.pricing-table .price span,
.pricing-table-2 .price span {
  font-weight: 400;
  font-size: 26px;
}
.pricing-footer {
  padding-top: 20px !important;
  border-bottom: 0 !important;
}
/* Pricing tables style 2 */
.pricing-table-2 {
  z-index: 2;
  padding: 0 0 20px;
}
.pricing-table-2 .dark-bg {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background-color: #373737;
}
.pricing-table-2 .head {
  margin-bottom: 20px;
}
.pricing-table-2 i.fa {
  position: absolute;
  left: 50%;
  font-size: 26px;
  width: 90px;
  height: 84px;
  z-index: 9999;
  text-align: center;
  line-height: 23px;
  margin-left: -45px;
  margin-bottom: -48px;
  bottom: 0;
  padding: 10px 25px 39px;
  border-radius: 50%;
  background: #fff;
}
.pricing-table-2 li.even {
  background: #f3f3f3;
}
.pricing-table-2.selected {
  position: relative;
  z-index: 66 !important;
  background: #494949;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pricing-table-2.selected li.even {
  background: #373737;
}
.pricing-table-2.selected li {
  border-color: #585858;
  color: #949494;
}
.pricing-table-2.selected i.fa {
  background: #494949;
}
.highInd {
  z-index: 11 !important;
}
/* ---- 8.4. Team styles -------------- */
.team-boxes [class*="cell-"] {
  margin: 0 0 30px;
}
.team-box {
  -moz-perspective: 1700px;
  -ms-perspective: 1700px;
  -webkit-perspective: 1700px;
  -moz-perspective-origin: 0 50%;
  -ms-perspective-origin: 0 50%;
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
  perspective: 1700px;
  position: relative;
  padding: 0 0 8px;
  background-color: #f4f4f4;
}
.team-img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-img img {
  width: 100%;
  height: auto;
}
.team-box .team-details {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  height: 100%;
  border-left: 5px #333 solid;
  opacity: 0;
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.team-box h3 {
  padding: 7px 0 !important;
  text-align: center;
  font-size: 14px;
  text-transform: none;
  margin: -5px !important;
}
.team-img h3 {
  overflow: hidden;
  margin: 0;
  padding-bottom: 0;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-box:hover .team-img {
  opacity: .3;
}
.team-box:hover .team-details {
  opacity: 1;
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: transform 0.4s, opacity 0.1s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.team-box:hover .team-details .gry-bg {
  color: #666;
}
.team-box:after,
.team-box-2:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}
.team-socials {
  position: relative;
  z-index: 99999;
}
.team-socials ul {
  display: table;
  overflow: hidden;
  margin: auto;
  padding: 0;
}
.team-socials li {
  float: left;
  margin: 6px 3px;
}
.team-socials a {
  padding: 5px 10px;
  color: #fff;
  font-size: 17px;
}
.team-details p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 130%;
}
.team-details h3 {
  margin: 0;
  padding: 13px 0 0 5px;
}
.t-position {
  padding: 10px 0;
  color: #ababab;
  text-align: center;
  font-size: 11px;
}
.team-box .t-position {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: table;
  margin: 15px auto 10px;
  padding: 5px !important;
  color: #fff !important;
  font-size: 12px;
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.team-box .team-details p {
  padding: 10px;
  color: #fff;
  font-size: 12px;
  max-height: 100px;
  overflow: hidden;
  height: 100px;
}
.team-box .team-socials li a {
  padding: 3px 10px;
}
.team-box:hover:after,
.team-box-2:hover:after {
  height: 1px;
}
/**** Team style 2 ****/
.team-box-2 {
  position: relative;
  margin-top: 60px;
  padding: 45px 11px 5px;
  background-color: #f4f4f4;
  text-align: center;
}
.team-box-2:before {
  position: absolute;
  top: -20px;
  right: 14px;
  color: #999;
  content: "\f030";
  font-size: 168px;
  font-family: FontAwesome;
  opacity: .1;
  -moz-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  -o-transform: rotate(-34deg);
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg);
}
.team-box-2 .team-img {
  position: absolute;
  top: 0;
  margin-top: -45px;
  margin-left: -45px;
  left: 50%;
  padding: 2px;
  width: 90px;
  height: 90px;
  border: 1px #e4e4e4 solid;
  background: transparent;
}
.team-boxes-2 .cell-3:hover .team-box-2:before,
.team-boxes-2 .cell-3:hover .team-socials li a {
  color: #fff;
}
.team-boxes-2 .cell-3 .team-details h3:gry-bg,
.team-boxes-2 .cell-3:hover .team-details .t-position {
  color: #fff !important;
}
.team-box-2 .team-details {
  position: relative;
  z-index: 9999;
  margin-top: 25px;
  background: transparent;
}
.team-box-2 .team-details h3 {
  margin: 0 0 5px;
  padding: 8px 0;
}
.team-boxes-2 [class*="cell-"] {
  margin: 0 0 30px !important;
}
.team-box-2 .team-socials a {
  display: block;
  padding: 5px 10px;
}
.team-box-2 p {
  border-bottom: 1px #e4e4e4 solid;
  padding-bottom: 15px;
}
.team-box-2 .t-position {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px #e4e4e4 solid;
}
/* -------- 8.5. Blog ------------------ */
.post-item {
  padding-right: inherit;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.post-content {
  overflow: hidden;
}
.post-image {
  position: relative;
}
.post-video:hover .post-lft-info {
  display: none;
}
.no-bar .blog-posts .post-image {
  max-height: 340px;
}
.post-image a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 0;
  border-left: 0;
  opacity: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-image a:hover .mask {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post-image a .mask:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  color: #fff;
  content: "\f0c1";
  font-weight: normal;
  font-size: 30px;
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.details-img a .mask:before {
  content: "\f00e";
}
.details-img {
  position: relative;
}
.details-img:after,
.post-image:after {
  top: 0;
  height: 6px;
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.post-item p {
  margin-bottom: 0;
}
.details-img .post-lft-info,
.post-image .post-lft-info {
  position: absolute;
  left: 15px;
  top: 0 ;
  min-height: inherit;
  z-index: 999;
}
.post-lft-info {
  float: left;
  margin-right: 20px;
  min-height: 150px;
}
.post-lft-info div {
  position: relative;
  padding: 10px 25px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.tri-col {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 4;
  width: 0;
  height: 0;
  border-width: 20px 40px 0 40px;
  border-style: solid;
}
.post-info h2 {
  margin: 20px 0;
  text-transform: none;
  font-weight: normal;
}
.post-item .post-day,
.post-item .post-year {
  display: inline-block;
}
.post-info.post-meta,
.post-info .post-meta {
  overflow: hidden;
  margin-bottom: -5px;
  padding-bottom: 3px;
  border-bottom: 1px #eaeaea solid;
  text-transform: uppercase;
  font-size: 11px;
}
.post-info .post-meta li {
  float: left;
  margin: 0 15px 0 0;
  color: #A8A8A8;
}
.post-info .post-meta li i {
  margin-right: 7px;
  color: #c7c7c7;
  font-size: 14px;
}
.post-info .post-meta li a {
  color: #777777;
}
.post-content p {
  margin-top: 20px;
}
.post-info-container h1 {
  margin: 20px 0;
  font-size: 27px;
  font-weight: normal;
}
.post-tags {
  padding: 20px 0;
}
.post-tags span {
  margin: 0 10px 0 5px;
  display: inline-block;
}
/* blog masonry style */
.masonry .meta-tags {
  display: none;
}
.masonry .post-image {
  background: #eee;
  max-height: 167px;
}
.masonry .post-item {
  margin-bottom: 30px;
  min-height: 167px;
}
.masonry .post-info h2 {
  overflow: hidden;
  height: 25px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  margin: 20px 0 15px;
}
.masonry .post-content p {
  overflow: hidden;
  min-height: 60px;
  font-size: 13px;
}
.masonry .pager {
  clear: both;
}
.masonry.nobar .post-content p {
  max-height: 90px;
}
/*** blog-thumbs ***/
.blog-thumbs .post-image {
  float: left;
  margin-right: 10px;
  max-height: 177px;
  margin-bottom: 0 ;
}
.blog-thumbs.no-bar .post-image {
  max-height: 177px;
}
.blog-thumbs .post-item {
  float: none;
  clear: both;
  overflow: hidden;
}
.blog-thumbs .post-info h2 {
  margin-top: 0;
}
.blog-thumbs .post-content {
  padding-left: 15px;
}
.share-post {
  overflow: hidden;
  padding: 0 10px;
  background: #eee;
}
.share-post .sh,
.share-post ul li {
  float: left;
  margin-right: 2px;
}
.share-post .sh,
.share-post ul li a {
  display: block;
  padding: 8px 10px;
  font-size: 15px;
}
.share-post .sh {
  display: block;
  font-weight: bold;
}
.share-post ul li i {
  margin: 0;
  padding: 3px;
}
/*** comments ***/
.comment-list {
  margin-bottom: 60px;
  padding: 0 15px;
}
.comment {
  position: relative;
}
.comment-avatar {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 6;
  margin: 0 20px 0 0;
  padding: 2px;
  width: 70px;
  height: 70px;
  border: 2px #f6f6f6 solid;
  background: #fff;
}
.comment-content {
  margin-bottom: 20px;
}
.comment-body {
  padding: 5px 0 5px 115px;
}
.comment-author {
  overflow: hidden;
  margin-bottom: 10px;
  background: #eee;
  font-weight: normal;
  font-size: 13px;
}
.comment-author .hika_comment_listing_stars{
  top: 5px;
}
ul.child-comment {
  margin-left: 90px;
}
ul.child-comment li {
  position: relative;
}
.comments-list .comments-list > div:before {
  position: absolute;
  top: 17px;
  left: -37px;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #eee;
  content: "";
}
.comments-list .comments-list > div:after {
  position: absolute;
  top: -101%;
  left: -37px;
  display: inline-block;
  width: 1px;
  height: 117%;
  background: #eee;
  content: "";
}
.comments .hint .main-color {
  display: inline-block;
  padding: 5px;
  background: #eee;
  font-size: 150%;
}
.author-name {
  display: inline-block;
  margin-left: 100px;
  padding: 10px 0 0 15px;
  font-weight: bold;
}
.comment-date {
  float: right;
  padding: 11px 20px 0 0;
}
.comment-reply {
  float: right;
  padding: 10px 15px;
  font-size: 12px;
}
.comment-reply span {
  display: block;
}
.comment-reply i {
  margin-right: 5px;
  color: #fff;
}
.leave-comment {
  padding-bottom: 30px;
}
.leave-comment .txt-box {
  width: 31.4%;
}
.leave-comment textarea {
  width: 100% !important;
}
/* -------- 8.6. Contact page ------------------ */
.contact-detalis h4 {
  text-transform: none;
  font-size: 17px;
}
.contact-detalis h5 {
  margin-bottom: 0;
  text-transform: none;
  font-size: 15px;
}
.contact-detalis p {
  margin-top: 0;
  padding-bottom: 0;
}
.form-input {
  overflow: hidden;
  width: 100%;
}
.form-input textarea,
.form-input input,
.form-input select {
  margin-bottom: 20px;
}
.form-input label {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0  0 5px;
  width: 100%;
  font-weight: 500;
}
.form-buttons .btn {
  margin-right: 5px;
}
.contact-form span.red {
  display: inline-block;
  margin-left: 5px;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form textarea,
.contact-form input[type=file] {
  display: inline-block;
  float: left;
  padding: 12px 15px;
  width: 100%;
  border: 0;
  border: 1px #DFDFDF solid;
  background: #fff;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form select {
  display: inline-block;
  float: left;
  padding: 10px 15px;
  width: 100%;
  border: 0;
  border: 1px #DFDFDF solid;
  background: #fff;
  line-height: 35px;
}
.contact-form input[type=radio],
.contact-form input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}
.form-box {
  display: inline-block;
  float: left;
  line-height: 34px;
}
.form-box span {
  display: inline-block;
  margin-right: 15px;
}
.contact-form textarea {
  clear: both;
  width: 100%;
  height: 180px;
  resize: none;
}
.small-txt-box {
  padding: 0  !important;
}
.small-txt-box input[type=text] {
  width: 100px !important;
}
.btns-right {
  padding: 0 !important;
  text-align: right;
}
#error_msg {
  display: none;
}
#error_msg ul {
  margin: 10px 0 0 20px;
}
#error_msg ul li {
  margin-left: 10px;
  padding: 4px 0;
  color: #000;
  list-style-type: square !important;
}
.small-select {
  margin-right: 15px;
  padding: 10px !important;
  width: auto !important;
}
#message {
  display: block;
  margin: 15px 0;
  padding: 13px;
  background: #47c447;
  color: #fff;
  text-align: center;
}
.cform {
  position: relative;
}
img.loader {
  position: absolute;
  bottom: -5px;
  right: 10px;
}
.TzContact input.error,
.TzContact textarea.error,
.TzContact select.error {
  border: 1px solid #faabab;
  background: transparent;
}
/* ---- 8.7. Site map Page -------------- */
.siteMap-nav ul li {
  margin: 5px 0;
}
.siteMap-nav > ul > li > a {
  display: block;
  padding: 10px;
  background: #f1f1f1;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.siteMap-nav > ul > li > a i {
  margin-right: 8px;
  color: #999;
}
.siteMap-nav ul ul {
  margin: 10px 20px;
}
.siteMap-nav ul ul li {
  padding: 5px 10px;
  border-bottom: 1px #f1f1f1 dashed;
}
.siteMap-nav ul ul li a:before {
  display: inline-block;
  margin-right: 7px;
  color: #5b5b5b;
  content: "\f105";
  font-family: FontAwesome;
}
.siteMap-nav ul ul li a:hover {
  margin-left: 10px;
}
.siteMap-nav ul ul li:last-child {
  border-bottom: 0 ;
}
/* ---- 8.8. 404 Page -------------- */
.not-found {
  display: table;
  margin: auto;
  width: 65%;
  text-align: center;
}
.err-404 {
  position: relative;
  margin-top: 50px;
  color: #494949;
  font-weight: 800;
  font-size: 150px;
  line-height: 1;
}
.err-404:before {
  position: absolute;
  top: -45px;
  left: 46.5%;
  color: #f0f0f0;
  content: "\f119";
  font-weight: normal;
  font-size: 60px;
  font-family: FontAwesome;
}
/* ---- 8.9. Shop pages -------------- */
.item-box {
  position: relative;
  margin-bottom: 30px;
  background-color: #f4f4f4 !important;
  cursor: pointer;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0;
  border: none;
}
.item-box:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}
.item-box:hover:after {
  bottom: -1px;
  height: 1px;
}
.item-title {
  margin: 0;
  padding: 10px 0;
  background: #ebebeb;
  color: #666;
  text-align: center;
  font-size: 14px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.item-title a {
  color: #666;
}
.item-img {
  padding: 10px;
  text-align: center;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.item-details {
  overflow: hidden;
  padding: 10px 0 0;
  border-top: 1px #dfdfdf solid;
}
.item-details p {
  padding: 0 10px;
}
.item-price {
  padding: 5px 25px;
  font-size: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.item-rating {
  padding-bottom: 3px;
}
.item-details .item-rating {
  text-align: center;
}
.item-rating .fa {
  margin-right: 4px;
  color: #ffc000;
  font-size: 15px;
}
.item-rating .fa-star-o {
  color: #c0c0c0;
}
.right-rating {
  float: right;
  clear: both;
  font-size: 14px;
  font-weight: bold;
}
.right-rating .item-rating {
  float: right;
}
.item-details .left {
  padding-left: 10px;
}
.item-cart {
  padding: 0 0 6px 0;
  border-bottom: 1px #dfdfdf solid;
}
.item-cart a {
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
}
.remove-item i {
  font-size: 23px;
}
.item-details .left i.fa {
  margin-right: 8px;
}
.item-tools {
  padding-top: 8px;
}
.item-tools i {
  font-size: 17px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.item-box:hover {
  background: #F0F0F0;
}
.item-box:hover .item-img {
  opacity: 0.5;
}
.sale {
  position: absolute;
  right: 5px;
  top: 15px;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 11px;
  z-index: 99999;
}
.sale:before {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 15px 0;
  content: "";
  display: inline-block;
}
.toolsBar {
  display: table;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 100%;
  background: #F5F5F5;
  text-transform: uppercase;
}
.toolsBar span {
  display: inline-block;
  margin: 0 5px 0 0;
}
.toolsBar select {
  margin-right: 10px;
  background: #fff;
}
.order-asc i.fa {
  margin-top: 7px;
  font-size: 20px;
}
.products-filter-top {
  float: left !important;
  clear: none !important;
  width: auto !important;
}
.list-grid {
  float: right !important;
  clear: none !important;
  width: auto !important;
}
.list-grid a {
  position: relative;
  float: right;
  margin: 0 0 0 4px;
  padding: 8px 13px;
  background: #EBEBEB;
  font-size: 14px;
}
.list-grid a.selected:after {
  position: absolute;
  bottom: -6px;
  left: 30%;
  z-index: 5;
  width: 0;
  height: 0;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  content: "";
}
.shop-item p {
  overflow: hidden;
  padding: 5px 10px;
  max-height: 50px;
}
.grid-list.list .shop-item {
  float: none;
  clear: both;
  width: 100%;
}
.grid-list.list .shop-item p {
  overflow: visible;
  min-height: 115px;
  max-height: 150px;
}
.grid-list.list .item-img {
  float: left;
  margin-right: 20px;
  max-height: 200px;
}
.grid-list.list .item-img img {
  max-height: 200px;
}
.control-group .box i.fa {
  margin-right: 7px;
  color: #333;
}
.similar-products .item-img img {
  max-height: 200px;
}
.grid-list.list .item-box {
  overflow: hidden;
  background: transparent;
}
.grid-list.list .item-title {
  padding-left: 25px;
  border: 0;
  text-align: left;
}
.grid-list.list .item-box:hover .item-img {
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.grid-list.list .item-box:hover {
  border-bottom-width: 3px;
}
.grid-list.list .item-box:hover .item-title {
  border: 0;
}
.grid-list.list .item-details {
  border: 0;
}
.left-shop .control-group select {
  width: 100%;
}
.left-shop .control-group label.checkbox {
  display: block;
  clear: both;
  padding: 10px;
}
.left-shop .control-group label.checkbox input[type=checkbox],
.left-shop .control-group label.checkbox input[type=radio] {
  display: inline;
  margin-right: 8px;
  vertical-align: middle;
}
.left-shop .accordion-panel {
  margin: 0;
  padding: 0;
  border: 0;
}
.left-shop .accordion li > h3 a {
  border: 0;
  font-weight: bold;
}
.left-shop .accordion li > h3 u,
.left-shop .accordion li > h3 u:before {
  -moz-transform: skew(0, 0);
  -ms-transform: skew(0, 0);
  -o-transform: skew(0, 0);
  -webkit-transform: skew(0, 0);
  transform: skew(0, 0);
}
.left-shop .accordion li > h3 u {
  margin: 0;
  border: 0;
  background: #EBEBEB;
}
.steps {
  margin-bottom: 30px;
  padding: 0 15px 0 0;
}
.steps ul {
  display: table;
  width: 100%;
}
.steps li {
  display: table-cell;
  width: 15.5%;
  background: #E9E9E9;
}
.continue-btn {
  margin: 30px 15px 0;
  height: 43px;
  background: #E9E9E9;
}
.continue-btn .btn {
  position: relative;
  height: 43px;
}
.continue-btn .btn.right:after {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 3;
  display: inline-block;
  margin-top: -22px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 21px solid transparent;
  content: "";
}
.continue-btn .btn.left:after {
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 3;
  display: inline-block;
  margin-top: -22px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 21px solid transparent;
  content: "";
}
.steps li span {
  position: relative;
  display: block;
  padding: 20px 20px 20px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.steps li span:after {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 3;
  display: inline-block;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 16px solid #E9E9E9;
  content: "";
}
.steps li span:before {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
  display: inline-block;
  margin-top: -30px;
  margin-left: 1px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 16px solid #fff;
  content: "";
}
.product-img {
  position: relative;
  border: 1px #ddd solid;
  text-align: center;
}
.thumbs {
  border-top: 1px #ddd solid;
}
.product-img > img {
  display: table;
  margin: auto;
}
.product-img .thumbs ul {
  padding: 10px;
}
.product-img .thumbs ul li {
  border: 1px solid transparent;
  padding: 5px 5px 0;
}
.product-img .thumbs ul li a{
  display: block;
}
.product-img .thumbs ul li:hover {
  border-color: #e7512f;
}
.product-img li {
  display: table-cell;
  margin: 0 5px 0 0;
}
.product-img li img {
  width: 60px;
}
.product-specs a.btn,
.item-avl > div {
  margin-right: 6px;
  margin-bottom: 0;
}
.product-specs a.btn {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  border: 1px #ddd solid;
  color: #777777;
}
.product-specs a.btn:hover {
  border: 1px #ccc solid !important;
  background: #E4E4E4;
  color: #333;
}
.product-price {
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
}
.old-price {
  color: #c4c3c3;
  text-decoration: line-through;
  font-size: 20px;
  margin: 0 0 0 10px;
}
.price-block {
  display: table;
  clear: both;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  border-bottom: 1px #E9E9E9 solid;
}
.price-box {
  padding-bottom: 10px;
}
.pro-btns {
  margin: 5px 0 0 15px;
}
.item-avl > div {
  padding: 10px;
  font-weight: bold;
}
.item-avl .success-box,
.item-avl .warning-box,
.item-avl .error-box {
  border-radius: 50%;
  padding: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.item-avl span {
  line-height: 25px;
}
.item-avl i {
  color: #fff !important;
  margin: 0 !important;
}
.product-block {
  padding: 15px 0;
  border-bottom: 1px #E9E9E9 solid;
}
.last-list {
  padding-top: 15px !important;
}
.last-list p {
  margin-bottom: 0 ;
}
.reviews .comments {
  padding-top: 30px;
}
.reviews .author-name {
  margin-left: 0 ;
  padding: 15px;
}
.reviews .comment-date {
  padding: 15px 30px 0 0;
}
.reviews .comment-content p {
  padding: 15px;
}
.item-add {
  clear: both;
  overflow: hidden;
}
#items-num {
  margin: 0 5px 0 0;
  padding: 10px 0;
  width: 50px;
  border: 1px #dfdfdf solid;
  text-align: center;
  font-size: 16px;
}
.item-add .btn {
  /* margin-top: 10px; */
}
.add-items i.fa {
  /* margin-top: 10px; */
  padding: 0 8px;
  height: 44px;
  border: 1px transparent solid;
  background: #ddd;
  font-size: 10px;
  line-height: 46px;
}
.add-items i.fa:hover {
  border: 1px #ddd solid;
  background: #fff;
}
.qty-txt-box {
  width: 70px;
  text-align: center;
}
.qty-txt-box i {
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}
.qty-txt-box input[type=text] {
  width: 30px;
  border: 1px #ddd solid;
  text-align: center;
  padding: 5px 10px;
}
.cart-icon {
  position: relative;
  float: right;
  margin: 0 0 0 auto;
  z-index: 9;
}
.cart-heading {
  padding: 10px;
  cursor: pointer;
}
.cart-heading i {
  margin-right: 10px;
  font-size: 16px;
}
.cart-popup {
  position: absolute;
  display: none;
  padding: 20px;
  background: #F5F5F5;
  min-width: 350px;
  min-height: 200px;
  right: 0;
  border-width: 6px;
  border-style: solid;
}
.cart-popup .empty {
  line-height: 160px;
  text-align: center;
  color: #ff0000;
}
.mini-cart-list li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cart-mini-lft {
  float: left;
  margin-right: 8px;
}
.cart-mini-lft img {
  width: 40px;
  border: 1px #fff solid;
  padding: 2px;
}
.mini-cart-list a.remove {
  position: absolute;
  right: 5px;
  top: 0;
}
.mini-cart-list a.remove i {
  font-size: 130%;
  color: #bababa;
}
.mini-cart-list a.remove:hover i {
  color: #000;
}
.mini-cart-total {
  padding: 0 10px 20px 10px;
  font-weight: 400;
  color: #444;
  border-bottom: 1px solid #E7E7E7;
}
.mini-cart .checkout {
  text-align: center;
  padding-top: 20px;
}
.mini-cart .checkout a {
  margin: 0 5px;
  height: 35px;
  display: inline-block;
  line-height: 33px;
  background: #fff;
  color: #000;
  border: 1px solid #e1e1e1;
  padding: 0 20px;
  text-transform: none;
}
.mini-cart .checkout a:hover {
  background: #6c6c6c;
  color: #fff;
  border-color: #6c6c6c;
}
.cart-body .price {
  color: #777777;
}
.shop-bottom-btns {
  padding-top: 30px;
}
/* ==========================================================================
  9. PAGE TITLES.
============================================================================= */
/* ---- 9.1. Page title 1 -------------- */
.page-title h1 {
  font-weight: bold;
  font-size: 0px;
}
.page-title h1 span {
  color: #777;
}
.page-title .cell-4 img {
  margin-top: 10px;
}
.title-1 {
  background: #ffffff url('../images/page-titles/Page-title-1.jpg') no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.title-1 h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.empty-title {
  padding-bottom: 50px;
}
/* ---- 9.2. Page title 2 -------------- */
.title-2 {
  background: #ffffff url('../images/page-titles/Page-title-1.jpg') no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.title-2 h1 {
  margin-top: 30px;
  margin-bottom: 5px;
  float: left;
  text-transform: uppercase;
}
.title-2 p {
  margin: 0;
  padding: 10px 0 30px;
  width: 75%;
  font-size: 20px;
  line-height: 120%;
}
.page-title.title-2 .breadcrumb li {
  color: #333;
}
.page-title.title-2 .breadcrumb > li + li:before,
.page-title.title-2 .breadcrumb li:first-child,
.page-title.title-2 .breadcrumb li:last-child{
  color: #ffffff;
}


.title-2 h1 span {
  display: block;
}
.title-2 i {
  float: left;
  margin-top: 36px;
  margin-right: 10px;
  padding: 7px;
  font-size: 60px;
}
/* ---- 9.3. Page title 3 -------------- */
.title-3 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.title-3 h1 {
  float: left;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
}
.title-3 p {
  margin: 0;
  padding: 10px 0 30px;
  width: 75%;
  font-size: 20px;
  line-height: 120%;
}
.title-3 .breadcrumbs {
  background: #fff;
}
.title-3 .breadcrumbs span {
  color: #333;
}
.title-3 h1 span {
  display: block;
  color: #ffffff;
}
.title-3 i {
  float: left;
  margin-top: 36px;
  margin-right: 10px;
  padding: 7px;
  background: #2f2f2f;
  color: #fff;
  font-size: 60px;
}
/* ---- 9.4. Page title 4 -------------- */
.title-4 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.title-4 h1 {
  display: inline-block;
  float: left;
  clear: both;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 2px 15px;
  color: #fff;
  text-transform: uppercase;
}
.title-4-desc {
  display: inline-block;
  float: left;
  clear: both;
  margin: 0;
  padding: 10px 15px;
  font-size: 20px;
  font-size: 15px;
  line-height: 120%;
  background: #777;
  color: #ffffff;
}
.title-4-desc span {
  display: block;
}
.title-4 .breadcrumbs {
  background: #fff;
}
.title-4 .breadcrumbs span {
  color: #333;
}
.title-4 h1 span {
  display: block;
  color: #fff !important;
  font-size: 20px;
}
/* ==========================================================================
  10. WIDGETS.
============================================================================= */
.widget {
  padding-bottom: 40px;
  color: #b2b2b2;
}
.widget h4 {
  overflow: hidden;
  margin-bottom: 8px;
  height: 18px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.widget-head {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 20px;
  border-bottom: 1px #ddd solid;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 17px;
}
.widget-head:before {
  position: absolute;
  bottom: -3px;
  left: 20px;
  width: 35px;
  height: 5px;
  content: "";
  display: inline-block;
}
.widget-head:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  content: "";
  display: inline-block;
}
.widget-content {
  border: 1px #ddd solid;
  border-top: 0 ;
  padding: 10px;
  overflow: hidden;
}
.widget-content a {
  color: #666;
}
/******* Search widget *******/
.search-w form {
  overflow: hidden;
  padding: 5px 0 3px;
  margin: 0 -10px;
  position: relative;
}
.search-w .txt-box {
  width: 80%;
  font-size: 11px;
}
.search-w form .btn{
  position: absolute;
  right: 15px;
  top: 5px;
}
.search-w .btn i {
  margin: 0 !important;
}
/******* recent posts widget *******/
.r-posts-w > ul > li,
.blog-cat-w ul li,
.r-comments-w ul li {
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px #f0f0f0 solid;
}
.r-posts-w > ul > li:first-child,
.blog-cat-w ul li:first-child,
.r-comments-w ul li:first-child {
  border-top: 0 ;
}
.r-posts-w .post-img {
  float: left;
  margin-right: 10px;
  max-height: 70px;
  overflow: hidden;
}
.r-posts-w .post-img img {
  padding: 1px;
  width: 70px;
  /*height: 70px;*/
  border: 1px #f0f0f0 solid;
}
.r-posts-w .meta span {
  display: inline-block;
  margin-right: 10px;
}
.r-posts-w .meta i {
  margin: 0 5px 0 0;
}
.widget-content li {
  overflow: hidden;
}
.r-posts-w li {
  border-top: 1px #eee solid;
  padding: 10px 0;
}
.r-posts-w li:first-child {
  border-top: 0 ;
}
.sale-widget .meta span {
  margin-right: 2px !important;
}
.widget-content .accordion {
  margin: 10px auto;
}
.blog-cat-w li span {
  float: right;
}
/******* recent comments widget *******/
.r-comments-w i.fa {
  margin-right: 10px;
  color: #777;
  font-size: 60px;
}
.r-comments-w i.fa.fa-clock-o {
  font-size: 16px;
}
.r-comments-w h5 {
  margin: 10px 0 5px;
  text-transform: none;
  font-weight: normal;
}
/******* Tag cloud widget *******/
.tags-w {
  overflow: hidden;
}
.tags-w .tags a {
  display: block;
  float: left;
  margin: 3px;
  padding: 8px;
  background: #eee;
  color: #616161;
  font-size: 11px;
}
.tags-w .tags a:hover {
  background: #777;
  color: #fff;
}
/******* Flickr stream widget *******/
.widget.flickr-stream-w ul,
.widget-content .tags {
  margin: 6px 0;
  overflow: hidden;
}
.flickr-stream-w ul li {
  position: relative;
  float: left;
  margin: 1px;
}
.flickr-stream-w ul li a {
  height: 73px;
  display: block;
}
.flickr-stream-w ul li img {
  width: 78px;
  height: 78px;
}
.flickr-stream-w .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 78px;
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flickr-stream-w .img-overlay:before {
  display: block;
  color: #fff;
  content: "\f0c1";
  text-align: center;
  font-size: 25px;
  font-family: FontAwesome;
  line-height: 80px;
}
.flickr-stream-w ul li:hover .img-overlay {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*********************************************
	Custom slider options
**********************************************/
.tp-banner-container {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}
.tp-banner {
  position: relative;
  width: 100%;
}
.tp-caption {
  line-height: normal !important;
}
.tp-caption a {
  color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}
.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}
.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: #fff;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
  -moz-transform: skew(25deg, 0);
  -ms-transform: skew(25deg, 0);
  -o-transform: skew(25deg, 0);
  -webkit-transform: skew(25deg, 0);
  transform: skew(25deg, 0);
}
.tp-rightarrow .tp-arr-allwrapper {
  -moz-transform: skew(-25deg, 0);
  -ms-transform: skew(-25deg, 0);
  -o-transform: skew(-25deg, 0);
  -webkit-transform: skew(-25deg, 0);
  transform: skew(-25deg, 0);
}
.tp-arr-iwrapper {
  color: #a0a0a0;
  text-align: center;
  font-size: 30px;
  font-family: FontAwesome;
  line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {
  -moz-transform: skew(-25deg, 0);
  -ms-transform: skew(-25deg, 0);
  -o-transform: skew(-25deg, 0);
  -webkit-transform: skew(-25deg, 0);
  transform: skew(-25deg, 0);
}
.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
  -moz-transform: skew(25deg, 0);
  -ms-transform: skew(25deg, 0);
  -o-transform: skew(25deg, 0);
  -webkit-transform: skew(25deg, 0);
  transform: skew(25deg, 0);
}
.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}
.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}
.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}
.large-desc {
  font-size: 16px;
}
.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}
.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}
.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
.slide-desc {
  font-size: 22px;
  line-height: 150%;
}
.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}
.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}
.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}
.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}
.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
a.wit-btn.btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}
.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}
.wit-line.wit-line1 {
  width: 30px;
}
.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}
.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}
.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}
.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}
.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.witTxt {
  color: #fff !important;
}
.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}
.black-bg {
  background: rgba(0, 0, 0, 0.63);
  color: #a8a8a8;
  text-transform: none;
}
.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}
.vertical-ticker {
  height: 120px;
  overflow: hidden;
}
.vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}
.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* ==========================================================================
  11. FOOTER.
============================================================================= */
#to-top {
  position: fixed;
  right: 10px;
  bottom: -100px;
  z-index: 55;
  overflow: auto;
  margin: 0;
  padding: 12px 14px 14px;
  font-size: 18px;
  line-height: 10px;
  cursor: pointer;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  background: #e7512f;
  left:auto ;
  top: auto !important;;
  visibility: hidden;
}
#to-top .fa {
  color: #ffffff;
}
#footWrapper {
  clear: both;
  overflow: hidden;
  height: 100%;
}
.copyrights-center {
  text-align: center;
}
.footer-bar {
  background: none repeat scroll 0 0 #000;
  font-size: 11px;
  padding-bottom: 10px;
  padding-top: 30px;
}
.footer-bar-3 p {
  color: #b0b0b0;
  font-size: 20px;
  line-height: 40px;
  text-transform: none;
}
.footer-bar-3 .buyNow {
  border-left: 1px solid #322f2f;
  margin-top: -5px;
}
.footer-bar-3 .buyNow a {
  font-size: 20px;
  font-weight: 800;
}
.footer-bar-3 a {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  vertical-align: bottom;
}
.footer-bar-3 a:hover span,
.footer-bar-3 a:focus span {
  background: none repeat scroll 0 0 #b53a2d;
  transform: rotateY(-90deg);
}
.footer-bar-3 a span {
  display: block;
  font-size: 20px;
  padding: 0 7px;
  position: relative;
  text-align: center;
  transform-origin: -50% 50% 0;
  transform-style: preserve-3d;
  transition: transform 0.4s ease 0s, background 0.4s ease 0s;
}
.footer-bar-3 a span:before {
  content: attr(data-view);
  height: 100%;
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: rotateY(90deg);
  transform-origin: -50% 50% 0;
  transition: background 0.4s ease 0s;
  width: 100%;
}
.footer-top.no-border{
  border:none;
}
.footer-top.footer-top-4 {
  background: url("../../../images/bg16.png") repeat scroll 0 0 #424242;
}
.footer-top.footer-top-4 .foot-logo {
  height: 52px;
  text-align: center;
}
.footer-top.footer-top-4 .foot-logo img {
  float: left;
}
.footer-top.footer-top-4 hr {
  border-top-color: #1d1d1d;
}
.footer-top.footer-top-4 .copyrights,
.footer-top.footer-top-4 .footer-menu-inline {
  background: none repeat scroll 0 0 #1d1d1d;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-top.footer-top-4 .hover_links_effect li a {
  background: none repeat scroll 0 0 #1d1d1d;
}
.footer-top.footer-top-4 .hover_links_effect li a:hover {
  background-color: #e7512f;
}
.footer-top-4 ul.footer-menu a:hover,
.footer-top.footer-top-4 .footer-menu a:hover:before {
  color: #fff;
}
.footer-top-4 p,
.footer-top-4 ul.footer-menu a,
.footer-top.footer-top-4 .footer-menu a:before {
  color: #ccc;
}
.footer-top-2 {
  border-top: 5px solid #e7512f;
}
.footer-top-2 .foot-logo {
  border-bottom: 1px solid #3a3a3a;
  height: 52px;
  margin: -8px auto 9px;
  text-align: center;
}
.footer-top-2 .foot-logo img {
  float: left;
}
.footer-top-3 .social-list li:hover span,
.footer-top-2 .social-list li:hover span,
.footer-top-4 .social-list li:hover span {
  color: #ffffff;
}
.footer-top-3 .social-list li span,
.footer-top-2 .social-list li span,
.footer-top-4 .social-list li span {
  color: #b5b5b5;
  padding: 0 7px;
}
.footer-top-3 .social-list li a,
.footer-top-2 .social-list li a,
.footer-top-4 .social-list li a {
  background: none repeat scroll 0 0 #494949;
  border-radius: 50%;
  display: inline-block;
  font-size: 17px;
  margin: 0 6px 0 0;
  text-align: center;
  width: 33px;
}
.footer-top-3 .social-list li a:hover,
.footer-top-2 .social-list li a:hover,
.footer-top-4 .social-list li a:hover {
  background-color: #e7512f;
  color: #fff;
}
.hover_links_effect li:hover span {
  animation-name: fadeInUp;
}
.hover_links_effect li span {
  animation-duration: 300ms;
  animation-fill-mode: both;
  padding: 0 7px;
}
.footer-top {
  overflow: hidden;
  padding: 60px 0 50px;
  border-bottom: 1px #0f0f0f solid;
  background: #222;
  color: #aaa;
}
.footer-top .widget-content {
  border: none;
  padding: 0;
}
.footer-top .r-posts-w li {
  border-top: none;
  border-bottom: 1px dotted #323232;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 6px 5px;
}
.footer-top .r-posts-w .post-img img {
  border: none;
}
.footer-top a {
  color: #9E9E9E;
}
.footer-top hr {
  clear: both;
  margin: 50px 15px;
  border-top: 1px #3A3A3A solid;
}
.footer-top h3 {
  position: relative;
  font-weight: bold;
  font-size: 15px;
}
.footer-top hr.hr-style5:before,
.footer-top hr.hr-style5:after {
  background: #222;
  color: #3A3A3A;
}
/******** footer menu ********/
.footer-menu-center,
.footer-menu-inline {
  font-size: 11px;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.footer-menu-center li,
.footer-menu-inline li {
  display: inline-block;
  margin: 0 5px;
}
.footer-menu-center li a,
.footer-menu-inline li a {
  color: #777;
  transition: all 300ms linear 0s;
}
.footer-menu-inline {
  float: right;
}
.footer-menu-inline li a:hover,
.footer-menu-center li a:hover {
  border-bottom: 2px solid #e7512f;
  color: #e7512f;
}
.footer-menu-inline li a:hover,
.footer-menu-center li a:hover {
  padding-bottom: 4px;
}
.footer-top .footer-menu a {
  display: inline-block;
  padding: 7px 0;
}
.footer-top .footer-menu a:before {
  display: inline-block;
  margin-right: 7px;
  color: #5b5b5b;
  content: "\f105";
  font-family: FontAwesome;
}
/******* Footer NewsLetters *******/
.foot-logo {
  height: 40px;
  margin: 0 auto 5px;
  text-align: center;
}
.footer .NL {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  margin: auto 15px;
}
.footer .NL .input-box {
  margin-left: 10px;
  padding-left: 25px;
  width: 67%;
  border: 1px #3F3F3F solid;
  border-right: 0 ;
  background: transparent none;
  color: #fff;
  font-size: 11px;
}
.footer .NL input {
  line-height: 30px;
  height: auto;
  width: auto;
}
.footer .NL .txt-box {
  color: #969696;
  font-size: 11px;
  height: auto;
  width: auto;
  opacity: 0.5;
}
.footer .NL:before {
  position: absolute;
  top: 16px;
  left: 24px;
  display: inline-block;
  color: #5C5C5C;
  content: "\f0e0";
  font-family: FontAwesome;
}
.footer .NL .NL-btn {
  background: #3F3F3F;
  color: #fff;
}
.footer .NL .NL-btn:hover {
  background: #e7512f;
}
.footer .no-margin {
  margin: 20px 20px 8px;
  text-align: center;
  font-size: 12px;
}
/******* footer Latest tweets *******/
.footer-top .tweet {
  position: relative;
  padding: 0 0 5px 45px;
  font-size: 12px;
  min-height: 35px;
}
.footer-top .tweet a:hover {
  color: #e7512f;
}
.footer-top .tweet .fa-twitter {
  position: absolute;
  top: 3px;
  left: 0;
  color: #5c5c5c;
  font-size: 250%;
}
.footer-top .tweet p {
  margin: 0 0 10px;
  font-size: 12px;
}
/******* footer tags *******/
.footer-top .tags a {
  display: block;
  float: left;
  margin: 3px;
  padding: 8px 6px;
  background: #2C2C2C;
  color: #C4C4C4;
  font-size: 11px;
  text-transform: capitalize;
}
/******* footer tags *******/
.footer-contact {
  padding: 7px 0;
}
.footer-contact i {
  display: table-cell;
  padding: 0 12px 0 0;
  color: #6a6a6a;
  vertical-align: middle;
  font-size: 18px;
}
.footer-contact span {
  display: table-cell;
}
/******* Footer Flickr **********/
.footer-top .flickr-stream-w ul li img,
.footer-top .flickr-stream-w .img-overlay {
  width: 61px;
  height: 61px;
}
.footer-top .flickr-stream-w .img-overlay:before {
  font-size: 22px;
  line-height: 61px;
}
.footer-top .flickr {
  height: 61px;
  display: block;
  overflow: hidden;
}
/******* copyrights *******/
.copyrights {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  font-size: 11px;
}
.copyrights a {
  color: #7C7C7C;
  text-decoration: underline;
}
.copyrights a:hover {
  text-decoration: none;
  color: #e7512f;
}
.footer-bottom {
  overflow: auto;
  padding: 15px 0;
  border-top: 1px #363636 solid;
  background: #1D1D1D;
}
/******* footer social list *******/
.social-list li {
  float: left;
  margin: 0 1px 0 0;
  font-size: 18px;
}
.social-list li a {
  display: block;
  padding: 0;
  color: #737373;
}
.social-list li span {
  display: block;
  padding: 0 12px;
  text-align: center;
  line-height: 33px;
}
.social-list li a:hover {
  text-decoration: none;
}
.top-bar .social-list li span {
  line-height: 39px;
}
/* ==========================================================================
  12. FIXED LAYOUT STYLES.
============================================================================= */
.pageWrapper.fixedPage {
  position: relative;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-top-width: 2px;
  border-top-style: solid;
  border-radius: 10px 10px 0 0;
  z-index: 99991;
}
.fixedPage .login-box {
  border-radius: 10px 10px 0 0;
}
.pageWrapper.fixedPage {
  border-top-color: #e7512f;
}
.bg11,
.bg12,
.bg13,
.bg14,
.bg15 {
  background-attachment: fixed !important;
  background-position: center bottom !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.service-box-2 a.main-color:hover,
.service-box-3 a.main-color:hover,
a.main-color:hover,
.project-name:hover,
.box-top .more-btn:hover {
  color: #333;
  text-decoration: none;
}
.nicescroll-rails {
  z-index: 99999 !important;
}
.banner div {
  background: none repeat scroll 0 0 #f2f2f2;
  color: #dadada;
  font-size: 30px;
  font-weight: 800;
  height: 65px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  }
  80%,
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  }
  80%,
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0);
    -ms-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0);
    -ms-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  0%,
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  40%,
  80% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  40%,
  80% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -15px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url('../images/ajax-loader.gif') center center no-repeat;
}
.slick-list.dragging {
  cursor: move !important;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/*.slick-slide img {
	display: block;
}*/
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  float: none;
}
/* Arrows */
.flex-prev,
.flex-next,
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.flex-prev,
.slick-prev {
  right: 32px;
  top: -60px;
}
.flex-next,
.slick-next {
  right: 0 ;
  top: -60px;
}
.flex-prev:focus,
.flex-next:focus,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  margin: auto;
}
.flex-prev:before,
.slick-prev:before {
  content: "\f104";
}
.flex-next:before,
.slick-next:before {
  content: "\f105";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 ;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 ;
  padding: 0 ;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 48px;
  line-height: 20px;
  text-align: center;
  color: #777;
}
body > .custom {
  max-width: 100% !important;
}
.custom ul li a:hover,
.custom ul li a:focus {
  color: #e7512f;
}
.custom ul.social-list li a:hover,
.custom ul.social-list li a:focus {
  color: #ffffff;
}
.fixedPage .top-bar,
.fixedPage .login-box {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul li {
  list-style: none !important;
}
.slide {
  background: #FFffff;
}
.width {
  width: 100%;
}
.menu-header-3 {
  height: 50px;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
}
.tz_portfolio_image img,
.post-image img {
  width: 100%;
}
.margin-top--20 {
  margin-top: -20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.recent_right,
.padd-right-0 {
  padding-right: 0 !important;
}
.recent_left,
.padd-left-0 {
  padding-left: 0 !important;
}
.tz-right {
  padding-right: 0;
}
.tz-left {
  padding-left: 0;
}
.pagination.pager.skew-25 {
  display: block;
}
.btn.btn-navbar.navbar-toggle {
  display: none;
}
.default-margin {
  margin-left: 15px;
  margin-right: 15px;
}
.default-padding {
  padding: 0 15px;
}
.tz-1 .container {
  padding: 0;
}
.container-fluid {
  margin: 0;
  padding: 0;
}
.container-fluid > .row {
  margin: 0;
  padding: 0;
}
.container-fluid > .row > div {
  padding: 0;
}
.tz.container {
  float: none;
  width: 100%;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.row.margin-left-right,
.margin-left-right {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.padd-top-40 {
  padding-top: 40px;
}
.padd-top-80 {
  padding-top: 80px;
}
.padd-bot-80 {
  padding-bottom: 80px;
}
.padd-hori-right-30 {
  padding-right: 30px;
}
.padd-hori-left-30 {
  padding-left: 30px;
}
.padd-hori-left-0 {
  padding-left: 0 ;
}
.padd-hori-right-0 {
  padding-right: 0 ;
}
.marg-top-20 {
  margin-top: 20px;
}
.margin-right-45 {
  margin-right: 45px;
}
.breadcrumbs a:hover,
a:hover {
  text-decoration: none;
}
.caret {
  display: none !important;
}
#tzlogo img {
  padding-left: 3px;
  padding-top: 5px;
}
.right-bar ul {
  float: right;
}
.right-bar ul:after{
  content:' ';
  display: block;
  clear:both;
}
.position1 .padd-top-25 {
  padding-top: 0;
}
.top-search,
.navbar-inner {
  display: inline-block;
}
#tz-menu.pull-right #plazart-mainnav {
  float: right;
}
.home-4 > .container {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
}
.home-4 > .container.sticky > .row {
  margin: auto;
}
.home-4 > .container #header.row {
  /*width: 1170px;*/
}
.page-title .breadcrumb {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}
.page-title .breadcrumb .active {
  color: #ffffff;
  font-weight: bold;
}
.page-title .breadcrumb li:first-child {
  margin-right: 0;
}
.breadcrumb > li:last-child:before {
  content: '';
}
.title-1 .breadcrumb > li + li:before {
  color: #ffffff;
}
.title-1 .breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.title-4 .breadcrumb > li + li:before,
.title-3 .breadcrumb > li + li:before,
.title-2 .breadcrumb > li + li:before {
  color: #333333;
}
.title-4 .breadcrumbs a:hover,
.title-3 .breadcrumbs a:hover,
.title-2 .breadcrumbs a:hover {
  color: #e7512f;
  text-decoration: underline;
}
.page-title.title-4 .breadcrumb .active,
.page-title.title-3 .breadcrumb .active {
  color: #333333;
}
.wds-tweet-container {
  padding-bottom: 5px;
}
.caption.main-bg {
  color: #ffffff;
}
.twitter-style2 {
  font-size: 16px;
}
.tweet .icon-middle > i {
  line-height: 50px;
}
.pricing-table-2 ul li:last-child {
  border-bottom: none;
  padding-top: 20px;
}
.employees {
  margin: 0 -15px;
}
.owl-item .fx {
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-table-2 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 0 20px;
  z-index: 2;
}
.contact_sent_loading {
  float: right;
}
.contact_sent_loading img {
  float: right;
  display: none;
}
.arrow_box {
  display: none;
  position: relative;
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  top: 30px;
  width: 40%;
  height: 30px;
}
.arrow_box span {
  color: #cccccc;
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 4px;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #EEEEEE;
  border-width: 10px;
  margin-left: 0 ;
}
.arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #EEEEEE;
  border-width: 10px;
  margin-left: 0 ;
}
.full  #portfolio .element .TzInner  {
  padding-left: 0 !important;
  padding-right: 0 !important;

}
.full  #portfolio .element .TzInner  .portfolio-item{
    border-right: 1px solid #ffffff !important;
}
#tz_append .mess {
  text-align: center;
}
#tz_append .mess a {
  color: #e7512f;
  font-size: 14px !important;
  font-weight: 500 !important;
}
#TzContent #tz_options {
  padding: 0 15px;
  margin-bottom: 10px;
}
#TzContent .option-set {
  text-align: center;
}
#TzContent .option-set a {
  color: #ffffff !important;
  background: #777777 !important;
  margin: 0 -1px;
}
#TzContent .option-set a:hover,
#TzContent .option-set a.selected {
  color: #ffffff;
  background: #e7512f !important;
}
.portoflio #tz-component-wrapper {
  margin: 0 -15px;
}
.margin-0 #tz-component-wrapper {
  margin: 0 -15px;
}
#TzContent .portfolio-items {
  /*margin: -10px -15px;*/
}
#TzContent .item.cell-3,
#TzContent .item.cell-6,
#TzContent .item.cell-4 {
  padding: 0;
}
.TzPortfolioInner{
  /*width: 100%;*/
  margin: -10px -15px;
  padding-top: 15px;
}
#TzContent .tz-content {
  margin: 0 15px;
}
#TzContent .portfolio-item {
  /*margin-top: 20px;*/
  background: #f4f4f4;
}
#portfolio .element .TzInner {
  border: none;
  /*padding: 0;*/
  padding: 10px 15px 10px 15px;
  margin: 0;
  /*padding: 0;*/
  background: transparent;
}

#tz_append {
  padding-top: 20px;
  background: transparent;
}
.flexslider .slides img {
  width: 100%;
}
li .TzArticleTag a,
.list-details li > a {
  color: #777777;
}
.social .social_button,
li .TzArticleTag {
  padding: 0;
  margin: 0;
}
.social .social_title {
  padding-right: 0;
}
.social .social_button a {
  padding: 0 5px;
  line-height: 20px;
}
.social .social_button a i {
  margin: 0;
}
.related {
  padding-top: 80px;
}
.media {
  padding-bottom: 80px;
}
.flex-direction-nav li .flex-prev:hover,
.flex-direction-nav li .flex-next:hover {
  background: #e7512f;
}
.flex-direction-nav li .flex-prev {
  left: 10px;
  margin-top: -30px !important;
}
.flex-direction-nav li .flex-next {
  right: 10px;
  margin-top: -30px !important;
}
.flex-prev:before,
.flex-next:before {
  font-family: FontAwesome;
  font-size: 55px;
  line-height: 55px;
  display: inline-block;
}
.post-content {
  position: relative;
}
.TzIcon .btn-group.pull-right {
  display: block !important;
  padding: 0;
  position: absolute;
  top: 60px;
  right: 0;
}
.TzIcon .btn-group.pull-right .dropdown-toggle {
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #e7512f;
  line-height: 1;
}
.TzIcon .btn-group.pull-right .dropdown-toggle i {
  margin: 0;
  font-size: 15px;
}
.TzIcon .btn-group.pull-right .dropdown-menu {
  height: auto !important;
}
.TzIcon .btn-group.pull-right .dropdown-menu li a {
  background: transparent;
  color: #e7512f;
}
.TzIcon .btn-group.pull-right .dropdown-menu li:hover a {
  background: transparent;
  color: #c13715;
}
a.read-more:hover {
  color: #e7512f;
}
.blog.small_image  .post-info h2 {
  margin-top: 0;
}
.blog.small_image .post-content > p {
  margin-bottom: 0;
}
.blog.small_image .TzItemsRow {
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.blog.small_image .TzItemsRow .TzItem {
  margin-bottom: 0;
}
.blog.small_image .TzItemsRow .TzItem .tz_portfolio_video {
  line-height: 0;
}
.blog.small_image .post-lft-info div{
  padding: 10px 15px 10px;
  font-size: 12px;
}
.blog.small_image .tri-col{
  border-width: 20px 29px 0  28px;
}
.tz_audio > iframe{
  width: 100%;
}
.masonry {
  margin: 0 -15px;
}
.masonry .post-image {
  max-height: none;
}
.masonry .TzBlogInner{
  margin: 0 15px;
}
.cell-option {
  display: inline-block !important;
  float: none !important;
}
.pagin.pager ul li > a {
  background: transparent;
  border: none;
  color: #ffffff;
  border-radius: 0;
}
.pagin.pager li.active {
  background: #e7512f;
  color: #ffffff;
}
.pagin.pager li.active a {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.pagin.pager li.disabled a {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.pagin.pager li.disabled a:hover {
  background: transparent;
  color: #ffffff;
}
blockquote {
  background: none repeat scroll 0 0 #f9f9f9;
  border-left: 2px solid #e7512f;
}
.TzItemPageInner p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.TzItemPageInner blockquote {
    margin: 20px 0;
}
.width_auto{
    width: auto;
}
.blog_info span {
  color: #a8a8a8;
}
.blog_info span i {
  color: #c7c7c7;
  font-size: 14px;
  margin-right: 7px;
}
.blog_info a,
.blog_info a span,
.blog_info .TZCommentCount span {
  color: #777777;
}
.post-tags a:hover {
  color: #777777;
}
.TzItemPageInner p.marginBottom.hint {
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 0;
}
p.desc_form {
  margin-top: 0;
  margin-bottom: 20px;
}
.hikashop_product_left_part,
.hikashop_product_right_part {
  padding-bottom: 20px;
}
.hikashop_product_right_part .hikashop_product_vote_mini {
  padding-bottom: 20px;
}
.hikashop_product_right_part .quantity_stock {
  padding-bottom: 20px;
}
.hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_div .add-cart i {
  display: none;
}
.hikashop_product_stock .success-box {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  margin-right: 6px;
}
.hikashop_product_stock .success-box i {
  color: #ffffff;
  margin: 0;
}
.hikashop_product_stock .hikashop_product_stock_count {
  line-height: 25px;
}
.hikashop_product_price_main .item-price {
  padding: 0 0 10px 0;
  background: transparent;
}
.hikashop_product_price_main .item-price .hikashop_product_price {
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  color: #e7512f;
}
.hikashop_product_characteristics_table {
  border: none;
}
.hikashop_product_characteristics_table tr {
  border-bottom: 1px solid #e9e9e9;
}
.hikashop_product_characteristics_table tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.hikashop_product_characteristics_table tr:nth-child(2n) {
  background: none;
}
.hikashop_product_characteristics_table td {
  border: none;
  padding: 15px 0 !important;
}
.hikashop_product_characteristics_table .radio {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.hikashop_product_characteristics_table .radio input[type="radio"] {
  position: relative;
  margin: 0 5px 0 0;
}
.hikashop_module.top_sell,
.hikashop_module.categories_shop,
.hikashop_module.hika_filter {
  padding-bottom: 40px;
}
.top_sell .block-head,
.categories_shop .block-head,
.hika_filter .block-head {
  margin-bottom: 0;
}
.top_sell .hikashop_category_custom_info_main {
  display: none;
}
.top_sell .post-img {
  height: 100px;
}
.top_sell .post-img img {
  height: 100%;
}
.hika_filter {
  padding-bottom: 40px;
}
.hikashop_products_listing_main div.hikashop_container {
  margin: 0 !important;
}
.categories_shop .hikashop_category_information {
  margin: 0 !important;
}
.categories_shop .hikashop_category_information .hikashop_subcategories_listing .hikashop_container {
  margin: 0 !important;
  /*display: inline-block;*/
  padding-left: 25px;
}
.categories_shop .hikashop_category_information .hikashop_subcategories_listing .hikashop_container .hikashop_subcontainer {
  padding: 0 !important;
  text-align: left !important;
}
.hikashop_subcategories_listing .list li{
  position: relative;
}
.hikashop_subcategories_listing .list li::before{
  position: absolute;
  top: 10px;
}
div.hk-rating,
div.ui-rating {
  position: relative;
  display: inline-block;
}
.state-empty,
.state-full,
div.ui-rating .ui-rating-full,
div.ui-rating a.ui-rating-empty {
  background: none !important;
  font-size: 15px;
  float: left;
  padding-right: 4px;
  cursor: pointer;
}
.state-empty:before,
.state-full:before,
div.ui-rating .ui-rating-full,
div.ui-rating .icon-star:before,
div.ui-rating a.ui-rating-empty:before {
  content: "\f006";
}
.state-full,
.state-empty,
div.ui-rating .ui-rating-full,
div.ui-rating a.icon-star,
div.ui-rating a.ui-rating-empty {
  font-family: FontAwesome;
  color: #c0c0c0 !important;
}
.state-full:before,
.state-full.state-hover:before,
.state-empty.state-hover:before,
div.ui-rating > .rating-item:hover span:before,
div.ui-rating > .rating-item:hover ~ a span:before,
div.ui-rating > .voted:before,
div.ui-rating > .rating-item:hover:before,
div.ui-rating > .rating-item:hover ~ .rating-item:before,
div.ui-rating a.ui-rating-hover:before,
div.ui-rating a.ui-rating-full:before {
  color: #ffc000 !important;
  content: "\f005";
}
ul.hikashop_product_list {
  display: block !important;
}
ul.hikashop_product_list li {
  border-top: 1px solid #eee;
  text-align: left;
  margin: 0;
}
ul.hikashop_product_list li:first-child {
  border-top: none;
}
ul.hikashop_product_list li .post-img {
  float: left;
  margin-right: 10px;
}
ul.hikashop_product_list li .post-img img {
  border: 1px solid #f0f0f0;
  padding: 1px;
}
ul.hikashop_product_list li .post-img,
ul.hikashop_product_list li .widget-post-info {
  display: inline-block;
}
ul.hikashop_product_list li .post-img a,
ul.hikashop_product_list li .widget-post-info a {
  font-weight: normal;
  font-size: 13px;
}
ul.hikashop_product_list li .post-img span,
ul.hikashop_product_list li .widget-post-info span {
  float: none !important;
}
ul.hikashop_product_list li .meta span span {
  padding-top: 0;
}
ul.hikashop_product_list li .ui-rating a {
  font-size: 14px;
}
.hikashop_filter_main {
  margin: 5px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.hikashop_filter_main br {
  display: none;
}
.hikashop_filter_main .hikashop_filter_title {
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 0;
  display: block;
}
.hikashop_filter_main .hikashop_filter_checkbox {
  display: block;
}
.hikashop_filter_main .hikashop_filter_checkbox input {
  margin-right: 8px;
}
.hikashop_filter_main .hikashop_filter_checkbox label {
  font-weight: normal;
  color: #b2b2b2;
}
.hikashop_cart_input_button.bt-filter {
  color: #ffffff !important;
}
.hikashop_cart_input_button.bt-filter:hover {
  background: #c13715 !important;
  color: #ffffff !important;
}
.shop-item .item-img {
  height: auto !important;
}
.shop-item .item-img img {
  width: 100%;
}
.hikashop_product_desc {
  text-align: left;
}
.left .add-cart {
  line-height: 30px !important;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 0;
  border: none !important;
  background: transparent;
}
.left .add-cart:hover {
  color: #e7512f;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
.shop .hikashop_products_listing_main {
  margin: 0 -15px;
}
.hikashop_product_image_subdiv {
  width: 100% !important;
}
#hikashop_add_wishlist {
  text-align: left;
}
#hikashop_add_wishlist a {
  font-size: 17px;
}
.right .hikashop_vote_stars {
  text-align: right;
}
.right .item-price span {
  line-height: 31px;
}
.list-footer {
  background: #eeeeee;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  text-align: center;
  font-size: 14px;
  margin: 0 15px;
}
.list-footer .limit {
  display: none;
}
.list-footer .pagination {
  background: #eeeeee;
  margin: 0;
}
.list-footer .pagination ul {
  margin: auto;
}
.list-footer .pagination ul li {
  background: #777777;
  margin-right: 1px;
  display: inline-block;
  cursor: pointer;
}
.list-footer .pagination ul li:hover {
  color: #ffffff;
  background: #e7512f;
}
.list-footer .pagination ul li.disabled {
  cursor: not-allowed;
}
.list-footer .pagination ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 38px;
  padding: 0 20px;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.list-footer .pagination ul li a i {
  font-weight: bold;
  font-size: 18px;
}
.list-footer .pagination ul li.active {
  color: #ffffff;
  background: #e7512f;
}
.product-img .hikashop_product_main_image_thumb,
.product-img .hikashop_product_main_image {
  height: auto !important;
}
.product-img .hikashop_product_main_image_subdiv,
.product-img img {
  width: 100% !important;
}
.product-img img {
  margin: 0 !important;
}
.product-specs label {
  color: #777;
  display: block;
  font-weight: bold;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.label_custom label {
  display: inline-block !important;
}
.item-cart-product {
  display: inline-block;
}
.item-cart-product .hikashop_product_quantity_div a {
  position: relative;
  top: -3px;
}
.item-cart-product .hikashop_product_quantity_change_div_leftright,
.item-cart-product .hikashop_product_quantity_add_to_cart_div_leftright {
  display: inline-block;
}
.item-cart-product .add-on {
  background: none repeat scroll 0 0 #ddd;
  border: 1px solid transparent;
  font-size: 10px;
  height: 44px;
  line-height: 46px;
  padding: 0 8px;
  position: relative;
  display: inline-block;
}
.item-cart-product .add-on a {
  background: transparent;
  font-size: 15px;
  color: #e7512f;
  font-weight: bold;
}
.item-cart-product input,
.item-cart-product .add-on {
  margin-right: 4px;
}
.item-cart-product input {
  line-height: 40px;
  padding: 0 5px;
  position: relative;
  top: -3px;
  width: 50px;
  text-align: center;
}
#hikashop_add_wishlist.wishlist_product {
  display: inline-block;
  margin-left: 10px;
}
#hikashop_add_wishlist.wishlist_product > a {
  font-size: 13px;
  top: -3px;
  position: relative;
}
#hikashop_add_wishlist.wishlist_product > a:hover {
  color: #e7512f;
}
.reviews .pagination {
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
.layout-listing .hikashop_product_stock_count,
.similar-products .hikashop_product_stock_count,
.layout-listing .success-box.left,
.similar-products .success-box.left {
  display: none;
}
.layout-listing #hikashop_add_wishlist.wishlist_product,
.similar-products #hikashop_add_wishlist.wishlist_product {
  display: block;
  margin: 0;
}
.layout-listing .hikashop_product_stock.item-cart-product > a.add-cart,
.similar-products .hikashop_product_stock.item-cart-product > a.add-cart {
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  text-align: left;
  border-bottom: 1px solid #dfdfdf !important;
  background: transparent !important;
}
.similar-products .shop-item .item-img img {
  width: auto;
}
#hikashop_category_custom_info_main {
  display: none;
}
.hikashop_show_cart_quantity {
  width: 100%;
  text-align: center;
}
.product-name {
  text-align: left;
}
.product-name a,
.product-name a:hover {
  color: #777777;
}
.hikashop_all_carts_delete i:hover,
.carts_name a:hover {
  color: #e7512f !important;
}
.hikashop_all_carts_delete,
.carts_price,
.carts_quantity {
  text-align: center;
}
.width-90 {
  width: 5%;
}
.hikashop_cart_product_quantity_value input {
  width: 50%;
}
.hikashop_cart_product_quantity_value input,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh {
  display: inline-block;
}
.hikashop_cart_product_quantity_refresh a,
.hikashop_cart_product_name_value a {
  color: #777777;
}
.table_style2.table_address tr select,
.table_style2.table_address tr input {
  width: 95%;
}
#sbox-window iframe {
  width: 100%;
  height: 100%;
}
.text.input_coupon {
  width: 95% !important;
}
.alert.alert-message {
  background: none repeat scroll 0 0 #fff6bf;
  border-color: #e0d594;
  border-style: solid;
  border-width: 1px;
  margin: 0 auto 15px;
  padding: 15px;
  position: relative;
}
.alert.alert-message h4 {
  font-weight: bold;
}
span.star {
  color: #e7512f;
}
.off-canvas-enabled.off-canvas #off-canvas-nav {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  z-index: 9999;
  height: 100%;
  width: 100%;
  position: fixed;
}
.off-canvas-enabled #tz-logo {
  opacity: 0.2;
}
.off-canvas-enabled .top-head {
  border-color: transparent;
  background: transparent;
}
ul.level0 > li {
  display: block !important;
}
#tz-slide-wrapper {
  border-top-color: #e7512f;
}
.container.sticky {
  max-width: 100% !important;
  width: 100% !important;
}
#plazart-mainnav {
  z-index: 99999;
}
#off-canvas-nav .always-show .dropdown-menu,
#off-canvas-nav .always-show .mega-dropdown-inner,
#off-canvas-nav .always-show .mega-dropdown-menu * {
  height: auto;
  position: relative;
  opacity: 1;
  display: block;
}
#off-canvas-nav .plazart-mainnav {
  background: #e7512f;
  height: 100%;
  overflow: auto;
  position: fixed !important;
  top: 0 !important;
}
#off-canvas-nav .plazart-mainnav ul li.current {
  background: #575757;
}
#off-canvas-nav .plazart-mainnav ul.level1 > li > a:hover,
#off-canvas-nav .plazart-mainnav ul.level0 > li > a:hover,
#off-canvas-nav .plazart-mainnav ul.level0 > li.open:hover > a:hover,
#off-canvas-nav .plazart-mainnav .dropdown-submenu ul > li > a:hover {
  background: #c13715 !important;
}
#off-canvas-nav .plazart-mainnav ul li a {
  background: transparent !important;
}
#off-canvas-nav .plazart-mainnav .top-nav {
  width: 100%;
}
#off-canvas-nav .plazart-mainnav .top-nav li li {
  border-bottom: none;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 {
  width: 100%;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 ul li.dropdown-submenu {
  display: inline-block;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 ul li.dropdown-submenu .dropdown-menu {
  padding-left: 25px;
  margin-top: 0;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 ul li.dropdown-submenu .dropdown-menu li a {
  padding-left: 0;
  padding-right: 0;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 ul li.dropdown-submenu.open {
  display: block;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 ul li.dropdown-submenu:after {
  content: '';
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 ul li {
  display: block;
  width: 100%;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li {
  width: 100%;
  border-left: none;
  height: auto;
  float: none;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li:hover .dropdown-menu,
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li:hover .mega-dropdown-inner,
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li:hover .mega-dropdown-menu * {
  height: auto;
  position: relative;
  opacity: 1;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li.open > a {
  background: #474747 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li > a {
  height: auto;
  text-align: left;
  color: #ffffff;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li > a i {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  color: #ffffff;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li ul > li {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#off-canvas-nav .plazart-mainnav .top-nav ul.level0 > li ul > li a {
  font-size: 13px;
}
#off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a {
  border-bottom: none;
}
#off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu {
  background: #474747;
  border: none;
  box-shadow: none;
  border-radius: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
#off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#off-canvas-nav .plazart-mainnav .nav-3.top-nav ul.nav > li,
#off-canvas-nav .plazart-mainnav .nav-2.top-nav ul.nav > li {
  margin: 0;
}
#off-canvas-nav .plazart-mainnav .nav-3.top-nav ul.nav > li > a i,
#off-canvas-nav .plazart-mainnav .nav-2.top-nav ul.nav > li > a i {
  background: none;
  height: auto;
  left: 0;
  line-height: 1;
  margin-left: 0;
  width: auto;
  position: relative;
}
#off-canvas-nav .plazart-mainnav .nav-3.top-nav ul.nav > li > a i:after,
#off-canvas-nav .plazart-mainnav .nav-2.top-nav ul.nav > li > a i:after {
  background: none;
}
#off-canvas-nav .title_menu {
  display: block;
}
.title_menu {
  display: none;
}
.pull-right .navbar-inner {
  float: right;
}
.our_team .tz_team .row.team-boxes {
  margin: 0;
}
.cart_items .hikashop_cart_module {
  border-right: 1px solid #e9e9e9;
  margin-right: 8px;
}
.cart_items .item-price {
  padding: 0;
  background: none;
  display: inline-block;
  font-size: 12px;
}
.cart_items .hikashop_cart {
  color: #A2A2A2;
  line-height: 39px;
  padding-right: 10px;
}
.cart_items .hikashop_cart span,
.cart_items .hikashop_cart a {
  padding: 0;
  color: #A2A2A2;
}
.cart_items .hikashop_cart span:hover,
.cart_items .hikashop_cart a:hover {
  color: #A2A2A2;
}
.cart_items i {
  margin-right: 8px;
  font-size: 13px;
}
.hikashop_checkout_login .input {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #e2e2e2;
}
.hikashop_checkout_login .input .login_hika,
.hikashop_checkout_login .input .regis_hika {
  padding: 20px;
}
.hikashop_checkout_login .input .checkbox label {
  display: inline-block;
}
.hikashop_checkout_login .input .checkbox input {
  float: left;
}
.hikashop_field_required {
  display: none;
}
.tw_avatar {
  float: left;
}
.head-style3 .container-fluid .row {
  margin: 0;
}
.loading .container {
  width: 100%;
  padding: 0;
}
.loading .container > .row {
  margin: 0;
}
#tz-loading {
  padding: 0;
}
a:focus {
  text-decoration: none;
}
.hikashop_checkout_page .widget-head {
  margin-bottom: 20px;
}
.hikashop_product_quantity_field {
  text-align: center;
}
/* ------ Services ----- */
.service-box-5 a,
.service-box-4 a {
  background: #e7512f;
}
.service-box-5 span,
.service-box-4 span {
  color: #e7512f;
}
/* ------- Video ------ */
.tz-video-exception {
  overflow: hidden;
  height: 600px;
}
.video-content {
  position: absolute;
  top: 35%;
  width: 100%;
}
.larg-socials {
  display: table;
  margin: 30px auto 0;
}
.larg-socials li {
  float: left;
  margin: 0 15px;
}
.larg-socials li a {
  border: 2px solid #e4e4e4;
  border-radius: 50%;
  display: block;
  height: 66px;
  line-height: 66px;
  padding: 2px;
  position: relative;
  width: 66px;
}
.larg-socials li a i {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 30px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  width: 58px;
}
.larg-socials li a:hover:before,
.larg-socials li a:focus:before,
.larg-socials li a:active:before {
  bottom: -6px;
  left: -6px;
  opacity: 0.3;
  right: -6px;
  top: -6px;
}
.larg-socials li a:hover:after,
.larg-socials li a:focus:after,
.larg-socials li a:active:after {
  bottom: -9px;
  left: -9px;
  opacity: 0.3;
  right: -9px;
  top: -9px;
}
.larg-socials li a:hover i,
.larg-socials li a:focus i,
.larg-socials li a:active i {
  background-color: #fff;
  color: #e8522f;
}
.larg-socials li a:before {
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  bottom: -20px;
  content: "";
  left: -20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: -20px;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.larg-socials li a:after {
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  bottom: -20px;
  content: "";
  left: -20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: -20px;
  transition-duration: 0.8s;
  transition-property: top, right, bottom, left;
}
/* ---- Home Flexslide --- */
.tz_slideshow .info_slide {
  position: relative;
}
.tz_slideshow .absolute-slide {
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 999;
  width: 50%;
}
.tz_slideshow .rit {
  left: auto;
  right: 20px;
}
.tz_slideshow .flexslider {
  margin-top: 25px;
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.tz_slideshow .flexslider:after,
.tz_slideshow .flexslider:before {
  background: none repeat scroll 0 0 #777;
  bottom: 20px;
  box-shadow: 0 25px 10px #777;
  content: "";
  left: 10px;
  max-width: 300px;
  position: absolute;
  top: 80%;
  transform: rotate(-3deg);
  width: 50%;
  z-index: -1;
}
.tz_slideshow .flexslider:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}
.tz_slideshow .flexslider:hover .flex-prev {
  left: 20px;
  opacity: 1;
}
.tz_slideshow .flexslider:hover .flex-next {
  opacity: 1;
  right: 20px;
}
.tz_slideshow .flex-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  clear: both;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px;
}
.tz_slideshow .flex-caption a {
  color: #ffffff;
}
.tz_slideshow .flex-caption a:hover {
  color: #ffffff;
}
.tz_slideshow .flex-direction-nav li > a:hover {
  background-color: #ffffff;
}
.tz_slideshow .flex-direction-nav a {
  background: none repeat scroll 0 0 #fff;
  color: #a0a0a0;
  font: 0 /0 a;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: skew(-25deg, 0deg);
  transition: all 0.3s ease 0s;
  z-index: 10;
  width: 50px;
}
.tz_slideshow .flex-direction-nav a:before {
  width: 50px;
  font-size: 30px;
}
.tz_slideshow .flex-direction-nav .flex-prev {
  left: -50px;
  transform: skew(25deg, 0deg);
}
.tz_slideshow .flex-direction-nav .flex-next {
  right: -50px;
}
.tz_slideshow .flex-control-nav {
  bottom: 10px;
  height: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 888;
}
.tz_slideshow .flex-control-paging li a {
  background-color: #666;
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  cursor: pointer;
  display: block;
  height: 15px;
  text-indent: -9999px;
  width: 15px;
}
.tz_slideshow .flex-control-paging li a.flex-active {
  cursor: default;
  background-color: #e7512f;
}
/* ---- Home New ---- */
.top-head-new #tzlogo {
  padding-left: 0;
}
.top-head-new #tzlogo img {
  margin-top: 25px;
  padding: 0 0 20px 3px;
}
.banner {
  border: 1px solid #f2f2f2;
  margin-top: 12px;
  padding: 1px;
}
.Newsslider {
  border-bottom: 6px solid #e7512f;
}
.Newsslider {
  background: none repeat scroll 0 0 #f4f4f4;
  margin-bottom: -6px;
  margin-top: 25px;
  max-height: 500px;
  overflow: hidden;
}
.Newsslider .slick-list {
  max-height: 500px;
  padding: 15px;
}
.Newsslider .post-info h2 {
  font-size: 18px;
  height: 25px !important;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Newsslider .post-content p {
  min-height: 179px;
  line-height: 19px;
  margin-bottom: 15px;
  overflow: hidden;
}
.Newsslider .post-content a.read-more {
  bottom: -16px;
  color: #fff;
  padding: 11px 20px;
  position: absolute;
  right: 15px;
}
.Newsslider .post-content {
  position: static;
}
.Newsslider .slick-prev,
.Newsslider .slick-next {
  border-bottom: 0 none;
  border-radius: 0;
  color: #fff;
  height: 40px;
  margin-top: 0;
  padding: 0;
  right: 10.9%;
  bottom: -1px;
  top: auto;
  width: 40px;
  background: none repeat scroll 0 0 rgba(119, 119, 119, 0.23);
}
.Newsslider .slick-prev:before,
.Newsslider .slick-next:before {
  font-size: 25px;
}
.Newsslider .slick-prev:hover,
.Newsslider .slick-next:hover {
  background-color: #e7512f;
}
.Newsslider .slick-prev {
  right: 14.6%;
}
.bg-slide-new:before {
  background-color: rgba(232, 82, 47, 0.7);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-thumbs .post-item {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.blog-thumbs .post-info h2 {
  margin-top: 0;
}
.post-item .cell-new-1 {
  padding-right: 0;
}
.post-item .cell-new-2 {
  padding-left: 0;
}
.block-head-News {
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: none;
  transition: all 300ms linear 0s;
}
.block-head-News:hover a {
  animation-name: slideInDown;
  display: block;
}
.block-head-News:hover a span {
  animation-name: slideInRight;
}
.block-head-News:hover .icon {
  background-color: #e7512f;
  color: #ffffff;
}
.block-head-News .icon {
  background-color: #f7f7f7;
  font-size: 20px;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  transition: all 300ms linear 0s;
}
.block-head-News a {
  animation-duration: 500ms;
  animation-fill-mode: both;
  background-color: #f7f7f7;
  color: #ccc;
  display: none;
  float: right;
  font-size: 17px;
  font-weight: normal;
  padding-left: 13px;
}
.block-head-News a span {
  animation-duration: 800ms;
  animation-fill-mode: both;
  display: inline-block;
  font-size: 20px;
  padding: 10px;
  color: #e7512f;
}
.small_items h2 {
  color: #888;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
.small_items h2 a {
  color: #888;
}
.small_items .post-meta {
  font-size: 10px;
}
.small_items .post-meta li {
  float: left;
  margin: 0 10px 0 0;
}
.small_items .post-meta li i {
  margin-right: 5px;
}
.news-masnory .post {
  overflow: hidden;
  padding: 0;
}
.news-masnory .post-info h2 {
  font-size: 17px;
  height: 19px;
  margin: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-masnory .post-content {
  padding-left: 5px;
}
.news-masnory .post-lft-info div {
  animation-duration: 500ms;
  animation-fill-mode: both;
  display: none;
}
.news-masnory .post:hover .post-lft-info div {
  animation-name: slideInDown;
  display: block;
}
.news-masnory .gallery li {
  float: left;
  margin: 0 1px -3px 0;
  max-width: 16%;
  position: relative;
}
.news-masnory .gallery li:hover .img-overlay {
  opacity: 1;
  transform: scale(1);
}
.news-masnory .gallery li .img-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.news-masnory .gallery li .img-overlay:before {
  color: #fff;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 80px;
  text-align: center;
}
body #off-canvas-nav .plazart-mainnav {
  background: #e7512f;
  height: 100%;
  overflow: auto;
  /*position: fixed !important;*/
  position: absolute !important;
  top: 0 !important;
}
ul.hikashop_product_list li {
  padding: 10px 0;
}
body .head-style3.sticky #plazart-mainnav .plazart-megamenu ul.navbar-nav > li.active.dropdown > a {
  background: #eeeeee !important;
}
body .top-nav ul > li {
  overflow: visible;
}
@media (min-width: 769px) and (max-width: 991px) {
  body header.top-head {
    max-height: 181px;
  }
}
@media (width: 992px) {
  body header.top-head {
    max-height: 92px;
  }
}
body #plazart-mainnav .dropdown-submenu:hover > .dropdown-menu {
  z-index: 2147483647;
}
.top-search .btn.main-bg {
  height: 55px;
  width: 55px;
  display: block;
}
/* ============================================================================
	- CSS Document
	- Theme Name: EXCEPTION Multi-Purpose Responsive Template.
	- Theme URI: http://demo.it-rays.com/exception
	- Author: IT-RAYS
	- Version: 1.0
============================================================================= */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
[class*="cell-"],
.masonry .post-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.cell-12 {
  width: 100%;
}
.cell-11 {
  width: 91.66666667%;
}
.cell-10 {
  width: 83.33333333%;
}
.cell-9 {
  width: 75%;
}
.cell-8 {
  width: 66.66666667%;
}
.cell-7 {
  width: 58.33333333%;
}
.cell-6,
.masonry .post-item {
  width: 50%;
}
.cell-5 {
  width: 41.66666667%;
}
.cell-4,
.masonry.nobar .post-item {
  width: 33.33333333%;
}
.cell-3 {
  width: 25%;
}
.cell-2 {
  width: 16.66666667%;
}
.cell-1 {
  width: 8.33333333%;
}
.responsive-nav,
.menuBtn {
  display: none;
}
.ds-table-cell{
  display: table-cell;
}
.Newsslider .post-media{
  width: 75%;
}
.Newsslider .post-content{
  width:25%;
  vertical-align: top;

}
.Newsslider .post-media,
.Newsslider .post-content{
  padding-right: 15px;
  padding-left : 15px;
}
.gallery:after{
  clear:both;
  content: ' ';
  display: block;
}
#sbox-overlay{
  z-index: 999990 !important;
}
#sbox-window{
  z-index: 999991 !important;
}

.ds-table-cell{
  display: table-cell;
}
.item-details .right{
  width: 50%;
}
@media (max-width: 1200px) {
  .head-style2 .logo {
    margin: 0 !important;
  }
  .head-style2 a:hover,
  .head-style2 a:focus,
  .head-style2 a:active {
    color: #e7512f;
  }
  .head-style2 #plazart-mainnav {
    text-align: center;
    height: 50px;
  }
  .head-style2 #plazart-mainnav > .navbar-inner {
    height: 50px;
    float: none;
  }
  .head-style2 #plazart-mainnav > .navbar-inner .top-search,
  .head-style2 #plazart-mainnav > .navbar-inner .top-nav {
    float: none;
  }
  .head-style2 #tz-menu{
    top: 60px;
  }
  .head-style2.sticky #tz-menu{
    top: 40px;
  }
  .head-style2.sticky .head2-lft-links{
    display: block;
  }
  .padd {
    padding: 0;
  }
  section .container,
  header .container,
  .head-style3 .container {
    width: 100%;
  }
  .fun-staff .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 1024px) {
  .dark-bg h2 {
    font-size: 20px;
  }
  .head2-lft-links {
    float: right !important;
    width: auto !important;
  }
  .head2-lft-links li,
  .head-style2 .right-bar {
    float: left !important;
  }
  .bg-head2 {
    display: none;
  }
  .head2-lft-links li i {
    margin-right: 10px;
    float: left;
    margin-top: 4px;
  }
  .head-style2 .top-menu {
    margin: auto;
    float: none !important;
    clear: both !important;
  }
  .top-nav ul > li > a {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }
  .side-heading {
    font-size: 26px;
  }
  .team-box .team-socials li a {
    font-size: 15px;
    padding: 3px 5px;
  }
  .masonry .post-image {
    max-height: 138px !important;
    overflow: hidden;
  }
  .footer .NL .input-box,
  .footer .NL .txt-box,
  .footer .NL .NL-btn,
  .footer .NL .NL-btn .btn {
    transform: skew(0deg, 0);
    -webkit-transform: skew(0deg, 0);
    -moz-transform: skew(0deg, 0);
    -o-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
  }
  .footer .NL .input-box {
    margin: 0 !important;
    padding-left: 10px !important;
  }
  .footer .NL:before {
    left: 7px !important;
  }
}
@media (max-width: 1188px) {
  .masonry .post-image {
    max-height: 137px;
  }
}
@media (max-width: 1070px) {
  .testimonials-img {
    max-width: 60px;
  }
  .masonry .post-image {
    max-height: 167px;
  }
}
@media (max-width: 992px) {
  .block-bg-4{
    background-attachment: scroll !important;
    /*background-position: center 50% !important;*/
  }
  .recent {
    padding: 0 ! important;
  }
  .tz .container,
  .tz_p_article > .container {
    width: 100%;
  }
  .home-4 > .container #header.row {
    /*width: 750px !important;*/
  }
  .top-bar {
    font-size: 10px ! important;
  }
  .ar_custom {
    padding: 0;
  }
  .container.sv,
  .container-fluid .dark-bg .container {
    width: 100%;
  }
  header > .container {
    width: 100%;
  }
  section > .container {
    width: 100%;
  }
  section > .container .fun-staff .container {
    padding: 0 15px;
    width: 100%;
  }
  .responsive {
    padding: 0 !important;
  }
  #plazart-mainnav .navbar-inner {
    float: none;
  }
  #plazart-mainnav {
    text-align: center;
  }
  #tz-logo {
    text-align: center;
  }
  [class*="cell-"],
  .masonry .post-item,
  .masonry.nobar .post-item,
  .masonry .post-image img {
    width: 100%;
    float: none;
    clear: both;
  }
  .masonry .post-image,
  .masonry .post-image img {
    height: auto;
  }
  .staff-3 [class*="cell-"] {
    margin-top: 10px;
  }
  .staff-3 [class*="cell-"]:first-child {
    margin-top: 0 ;
  }
  header.top-head #tz-logo {
    margin-bottom: 10px;
  }
  #tzlogo img{
    padding: 0;
  }
  header.top-head .logo a {
    background-position: 50% 0 !important;
    margin-bottom: 15px;
  }
  .toolsBar .left,
  .top-bar [class*="cell-"] {
    clear: none !important;
    float: left !important;
    width: auto !important;
  }

  .toolsBar .right {
    clear: none !important;
    float: right !important;
    width: auto !important;
  }
  .top-menu {
    float: none !important;
    display: table;
    margin: auto;
  }
  .service-box-1,
  .footer-top .cell-3,
  .service-box-2 {
    margin-top: 20px;

  }
  .service-box-1{
    padding: 0;
  }
  .service-box-1:first-child,
  .footer-top .cell-3:first-child,
  .service-box-2:first-child {
    margin-top: 0 ;
  }
  .staff-1 .cell-2 {
    width: 50%;
    float: left;
    clear: none;
  }
  .staff-1 .cell-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .portfolio-items > div {
    width: 32%;
    float: left;
    clear: none;
  }
  .img-over {
    top: -69%;
    left: -46%;
    width: 220%;
    height: 220%;
    -ms-transform: rotate(-34deg);
    -webkit-transform: rotate(-34deg);
    -moz-transform: rotate(-34deg);
    transform: rotate(-34deg);
  }
  .img-over a.link b {
    left: 42%;
    top: 79%;
  }
  .img-over a b {
    left: 57%;
    top: 11%;
  }
  .copyrights {
    text-align: center;
  }
  .social-list.right,
  .rit-dark {
    float: none !important;
    display: table;
    margin: auto;
    width: auto;
  }
  .right-sidebar {
    margin-top: 50px;
  }
  .top-nav > ul > li > a i:after {
    display: none;
  }
  .vertical-ticker {
    height: 90px !important;
  }
  .viewAll {
    padding: 0 0 10px;
    overflow: hidden;
  }
  .homeGallery.portfolio .slick-prev,
  .homeGallery.portfolio .slick-next {
    top: -38px;
  }
  .homeGallery.portfolio .slick-prev {
    right: 26px;
    left: auto;
  }
  .homeGallery.portfolio .slick-next {
    left: auto;
    right: -5px;
  }
  .plan-title {
    height: auto !important;
    padding: 20px 0;
    font-size: 250%;
  }
  .lft-plan .plan-year {
    right: -42px;
  }
  .rit-plan .plan-year {
    left: -47px;
  }
  .plan-year {
    bottom: 30px;
  }
  .team-boxes [class*="cell-"] {
    float: left;
    width: 33%;
    clear: none;
  }
  .team-boxes-2 [class*="cell-"] {
    float: left;
    width: 50%;
    clear: none;
  }
  header.top-head .logo a {
    margin: auto;
  }
  .portfolio-img-slick {
    margin-bottom: 20px;
  }
  .project-info {
    margin-top: 20px;
  }
  .accordion li > h3 a {
    width: 80%;
  }
  .my-details [class*="cell-"] {
    float: left;
    width: 33%;
    clear: none;
  }
  .btn.ExtraLargeBtn {
    margin: 20px auto 0;
    width: 60%;
  }
  .blog-thumbs .post-image {
    max-height: none;
  }
  .blog-thumbs .post-image,
  .masonry .post-image {
    max-height: 177px;
    overflow: hidden;
  }
  .blog-thumbs .post-image img,
  .masonry .post-image img {
    width: 100%;
  }
  .footer-top.footer-top-4 .footer-menu-inline{
    margin-top: 10px;
    float: none;
    text-align: center;
  }
  .nav-2.top-nav ul > li ul, .nav-3 .top-nav ul > li ul{
    top: 0;
  }
  .head-style2 .menuBtn{
    padding: 9px 12px;
    top: 0;
  }
  .head-style2.sticky .menuBtn{
    top: 10px;
  }
  .head-style3 .menuBtn{
    top: 15px;
  }
  .head-style3.sticky #tz-logo{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }
  .head-style3.sticky #tz-logo a{
    margin: 0;
  }
  .head-style3.top-head.top-bar{
    margin-bottom: 0;
  }
  .head-style3.top-head.menu {
    position: relative;
  }
  .head-style3 #tz-menu{
    top: 7px;
    background: transparent;
  }
}
@media (max-width: 768px) {
  .head-style2 #tz-menu{
    top: 90px;
  }
  .head-style2.sticky #tz-menu{
    top: 75px;
  }
  .home-news #tz-menu{
    position: relative;
  }
  .home-news #tz-menu .menuBtn{
    top: 5px;
  }
  .gallery{
    padding:0 15px;
  }
  .news-masnory{
    margin: 0 -15px;
  }
  .news-masnory .post{
    padding: 0 15px;
  }
  .news-masnory .post:nth-child(2n+1){
    clear:both;
  }
  .news-masnory .post-image{
    margin: 0
  }
  .blog-thumbs .post-item{
    padding-right:0;
  }
  .blog-thumbs .post-image{
    float:none;
  }
  .blog-thumbs .post-content{
    padding-left:0;
  }
  .filter-by{
    margin-right: 5px;
  }
  #filters li{
    margin-bottom: 1px;
  }
  .fun-staff.staff-2.sectionWrapper{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .fun-staff.staff-2 .item_count{
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .pageWrapper.fixedPage {
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .head-style3 .container-fluid .row {
    margin: 0;
  }
  .head-style3.top-head.menu {
    margin-top: 0;
  }
  .menu-header-3 {
    height: auto;
  }
  .tz-right {
    padding-right: 15px;
  }
  .tz-left {
    padding-left: 15px;
  }
  #plazart-mainnav {
    left: 0;
  }
  .recent_right,
  .padd-right-0 {
    padding-left: 0;
  }
  .recent_left,
  .padd-left-0 {
    padding-right: 0;
  }
  .navbar-collapse.collapse {
    display: none !important;
    visibility: visible;
  }
  #off-canvas-nav .navbar-collapse.collapse {
    display: block !important;
  }
  #tz-top-bar-1 {
    /*display: none;*/
  }
  .top-search {
    display: none !important;
  }
  .btn.btn-navbar.navbar-toggle {
    display: block !important;
  }
  .top-menu,
  .top-bar .cell-5,
  .head-style2 .right-bar {
    /*display: none !important;*/
  }
  .pageWrapper {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    z-index: 9;
    position: relative;
    background: #ffffff;
  }
  body {
    overflow-x: hidden;
  }
  .responsive-nav {
    position: fixed;
    width: 60%;
    overflow: auto;
    left: 0;
    top: 0 ;
    height: 100%;
    z-index: 1;
    display: block;
  }
  .colBody {
    position: fixed;
    margin-left: 60%;
  }
  .colBody:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 99999;
  }
  .navbar-default .navbar-toggle.menuBtn {
    border-color: transparent;
  }
  .navbar-default .navbar-toggle.menuBtn:hover {
    background: #e7512f;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #e7512f;
  }
  .sticky .menuBtn{
    top: 15px;
  }
  .menuBtn {
    padding: 9px 12px 8px 12px;
    margin: 0;
    cursor: pointer;
    z-index: 999;
    top: 25px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .menuBtn-selected {
    margin-left: 60%;
  }
  .menuBtn-selected i:before {
    content: "\f00d";
  }
  .menuBtn:focus,
  .menuBtn:hover {
    color: #ffffff;
  }
  .menuBtn i {
    font-size: 21px;
    margin: 0;
  }
  #off-canvas-nav h3 {
    color: #fff;
    margin: 0 ;
    padding: 15px;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: bold;
  }
  #off-canvas-nav ul.level0 > li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #off-canvas-nav ul.level0 > li > a {
    text-transform: uppercase;
  }
  #off-canvas-nav ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    outline: none;
    padding: 10px 15px;
    line-height: 1;
    font-weight: normal;
  }
  #off-canvas-nav ul li a i {
    margin-right: 10px;
  }
  #off-canvas-nav > ul > li.selected {
    background: #474747;
  }
  .responsive-nav ul li a:hover {
    text-decoration: none;
  }
  .responsive-nav ul li ul,
  .responsive-nav ul li div.div-mega {
    display: none;
  }
  .div-mega-section {
    float: none;
    width: 100%;
  }
  .responsive-nav ul li ul li a {
    font-size: 13px;
    text-transform: none;
  }
  .responsive-nav ul li ul li.selected {
    background: #575757;
  }
  .responsive-nav ul ul ul {
    margin-left: 25px;
  }
  .responsive-nav ul ul ul li a {
    font-size: 11px;
  }
  .portfolio-items > div {
    width: 48%;
    float: left;
    clear: none;
  }
  .err-404:before {
    left: 44.5%;
  }
  .steps li {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  .top-nav-style3 {
    display: none;
  }
  .pricing-table {
    margin-bottom: 50px;
  }
  .pricing-table-2 {
    margin-bottom: 40px;
  }
  .team-box-2 {
    margin-bottom: 70px;
  }
  .vertical-ticker {
    height: 60px !important;
  }
  .team-boxes [class*="cell-"] {
    width: 50%;
  }

}
@media (max-width: 768px) and (min-width: 480px) {
  /*.footer-top div[class^="col-"]:nth-child(2n+1){*/
    /*clear:both;*/
  /*}*/
  .clear_both_sm{
    clear:both;
  }
  .Newsslider .post-content{
    width: 40%;
  }
  .Newsslider .post-media{
    width: 60%;
  }
  .Newsslider .post-content p{
    min-height: 100px;
  }
  .Newsslider .slick-prev{
    right: 27%;
  }
  .Newsslider .slick-next{
    right : 20%;
  }

}

@media (max-width: 640px) {
  ul#filters li {
    margin-bottom: 1px;
  }
  .pagin.pager li.disabled a,
  .pagin.pager li.active a,
  .pager,
  .pager * {
    transform: skew(0deg, 0);
    -webkit-transform: skew(0deg, 0);
    -moz-transform: skew(0deg, 0);
    -o-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
  }
  .pager ul li a,
  .pager ul li span {
    padding: 0 15px !important;
  }
  .icon-cont:after {
    border-width: 5px 5px 0 5px;
    bottom: -5px;
  }
  .plan-block {
    padding: 20px 10px 0 !important;
  }
  .lft-plan .plan-year {
    right: 0 ;
  }
  .rit-plan .plan-year {
    left: 0 ;
  }
  .levels-2 li {
    display: block;
    float: none;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
  }
  .level-out-2 {
    display: table;
    margin: auto;
  }
  .comment-content p {
    padding-left: 0 ;
    padding-top: 15px;
    clear: both;
  }
  ul.child-comment {
    margin-left: 37px;
  }
  ul.child-comment li:before {
    top: 35px;
  }
  ul.child-comment li:after {
    height: 110%;
    top: -94%;
  }
  article.comment {
    overflow: hidden;
  }
  .comment-author {
    background: transparent none;
  }
  .author-name {
    margin: 0;
    padding: 0;
    float: none;
  }
  .comment-reply {
    font-size: 11px;
    padding: 3px 7px;
  }
  .comment-date {
    padding: 3px 10px 0 0;
    float: none;
  }
  .comment-avatar {
    position: static;
    float: left;
  }
  .product-specs a.btn,
  .item-avl > div {
    margin-bottom: 5px;
  }
  .fun-title {
    font-size: 250%;
    margin-bottom: 15px;
  }
  [class*="skew"],
  .accordion li > h3[class*="skew-"] u::before {
    -webkit-transform: skew(0deg, 0);
    -moz-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
    -o-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
  .tabs-vertical .tabs-pane,
  .accordion-horizontal > li.active {
    width: 60%;
  }
  .vertical-ticker {
    height: 30px !important;
  }
  #filters li a {
    padding: 0 9px;
  }
  /*.my-details [class*="cell-"],*/
  /*.my-img img {*/
    /*clear: both;*/
    /*margin: auto;*/
    /*float: none;*/
    /*display: table;*/
  /*}*/
  .my-img img{
    width:auto;
    height: auto;
    float: none;
  }
  .my-img .my-name {
    margin: 15px auto;
    padding: 0;
  }
  .my-details [class*="cell-"]{
    width: 50%;
  }
  .list li{
    padding-left:0;
  }
  .post-image {
    clear: both;
    margin: 0 0 5px;
    float: none !important;
    margin-right: 0 !important;
  }
  .post-image img {
    width: 100% !important;
  }
  .post-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .login-controls .input-box,
  .login-controls .check-box-box {
    clear: both;
    margin: 0 0 3px;
  }
  .login-box .left.main-bg {
    float: none;
    clear: both;
    width: 60px;
    margin: 0;
  }
  .check-box-box a {
    float: none !important;
    clear: both !important;
    display: table;
    margin: 0 !important;
  }
  .filter-by {
    margin-left: 10px;
  }
  .cart-icon {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .block-head.center{
    padding-right:0;
    padding-left: 0;
  }
  .news-masnory .gallery li{
    max-width: 24%;
    margin: 0;
    float: none;
    display: inline-block;
  }
  .blog-thumbs .post-info h2{
    margin-top: 15px;
  }
  .Newsslider .slick-prev{
    left: 13% !important;
  }
  .Newsslider .slick-next{
    left : 20% !important;
  }
  .Newsslider .post-media,
  .Newsslider .post-content{
    width: 100%;
  }
  .Newsslider .post-content p{
    min-height:0;
  }
  .Newsslider .post-content a.read-more{
    bottom: auto;
  }
  .top-bar li i{
    margin: 0 5px;
  }
  .top-bar a, .top-bar span{
    padding: 0 5px 0 0;
  }
  .cart_items .hikashop_cart{
    padding-right: 2px;
  }
  .cart_items i{
    margin-right: 5px;
  }
  .cart_items .hikashop_cart_module{
    margin-right:0;
  }
  .top-bar li:first-child i{
    margin: 0 5px 0 3px;
  }
  .top-bar li:last-child a{
    padding-right: 0;
  }
  .tz_slideshow .flexslider{
    margin-bottom: 25px;
  }
  .tz_slideshow .absolute-slide{
    right: 20px !important;
    left: 20px !important;
    width:auto;
  }
  .tz_slideshow .flex-caption{
    font-size: 12px;
    padding: 10px;
  }
  .dark-bg .btn-large {
    font-size: 18px;
  }
  .testimonials-bg > span {
    font-size: 11px;
  }
  .testimonials-img {
    max-width: 60px;
  }
  .portfolio-filterable .white-bg,
  .portfolio-filterable .gry-bg {
    margin: 0 25px 10px;
  }
  #filters {
    width: 100%;
  }
  #filters li {
    display: block;
    float: none;
  }
  .portfolio-items > div {
    width: 100%;
  }
  .follow-block .follow-link {
    font-size: 14px;
  }
  .err-404:before {
    left: 40.5%;
  }
  .small-txt-box {
    margin-bottom: 5px;
  }
  .small-txt-box input[type=text] {
    width: 80px !important;
  }
  .products-filter-top {
    padding: 10px 0;
  }
  .products-filter-top .left {
    padding: 0 0 5px;
  }
  .pager ul li a,
  .pager ul li span {
    padding: 0 10px !important;
  }
  .shop-bottom-btns .btn {
    clear: both;
    display: table;
    margin: 5px auto;
    float: none !important;
  }

  #TzContent #tz_options{
    padding: 0;
  }
  #TzContent .option-set{
    text-align: left;
  }
  #TzContent .option-set a{
    margin: 0 -1px 2px 0;
    font-size: 10px;
  }
  .filter-by{
    margin-right: 10px;
  }
  .portfolio-filterable .filter-by {
    display: block;
    clear: both;
    margin-bottom: 5px;
  }
  .portfolio-filterable [class*="skew"],
  .comment-reply [class*="skew"] {
    transform: skew(0deg, 0);
    -webkit-transform: skew(0deg, 0);
    -moz-transform: skew(0deg, 0);
    -o-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
  }
  .tabs ul li {
    float: none;
  }
  .tabs-vertical > ul {
    float: none;
    width: 100%;
  }
  .post-image {
    height: auto;
  }
  .toolsBar [class*="cell-"] {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    padding: 10px 0;
    text-align: center;
  }
  .list-grid a {
    float: none;
  }
  .masonry .post-item,
  .masonry.nobar .post-item {
    float: none;
    padding: 0;
    margin: 15px 0;
    width: 100%;
    clear: both;
  }
  /*.post-image {*/
    /*height: auto !important;*/
    /*max-height: 200px;*/
  /*}*/
  .share-post .sh,
  .share-post ul li a {
    padding: 5px 6px;
    font-size: 12px;
  }
  .comment-avatar {
    width: 50px;
    height: 50px;
  }
  .comment-author,
  .comment-author * {
    transform: skew(0deg, 0);
    -webkit-transform: skew(0deg, 0);
    -moz-transform: skew(0deg, 0);
    -o-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
  }
  .custom-heading {
    font-size: 20px;
  }
  .social-list li {
    font-size: 12px;
  }
  [class*="block-bg-"] {
    background-attachment: scroll !important;
  }
  .list-grid {
    display: none;
  }
  .copyrights span {
    clear: both;
    display: block;
  }
  .slick-slider .slick-list {
    padding-bottom: 40px;
  }
  .portfolio-img-slick .slick-list {
    padding-bottom: 0 ;
  }
  .slick-prev,
  .slick-next {
    top: auto !important;
    bottom: 0;
  }
  .slick-prev {
    right: auto !important;
    left: 50% !important;
    margin-left: -29px;
  }
  .slick-next {
    left: auto !important;
    right: 50% !important;
    margin-right: -29px;
  }
  .team-boxes [class*="cell-"] {
    float: none;
    width: 100%;
    clear: both;
  }
  .btn.ExtraLargeBtn {
    margin: 20px auto 0;
    width: 80%;
  }
  .cart_items {
    /*display: none;*/
  }
  .post-lft-info div {
    padding: 15px;
    font-size: 13px;
  }
  .post-lft-info .tri-col {
    border-width: 15px 30px 0 30px;
    bottom: -15px;
  }
  .portfolio-img-slick .slick-prev {
    right: 0 !important;
    left: auto !important;
    margin-right: 65px;
  }
  .portfolio-img-slick .slick-next {
    right: 0 !important;
    left: auto !important;
    margin-right: 0  !important;
  }
  .masonry.nobar .blog-posts {
    padding: 0 15px;
  }
}
@media (max-width: 320px) {
  .dark-bg .btn-large {
    font-size: 18px;
  }
  .staff-1 .cell-2 {
    width: 100%;
    float: none;
    clear: both;
  }
  .toolsBar select {
    margin-right: 5px;
  }
  table * {
    font-size: 10px;
  }
  .tabs-vertical .tabs-pane {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .head-style2 .navbar-collapse.collapse {
    display: inline-block !important;
    height: 50px !important;
  }
}
@media (max-width: 768px) {


  .head-style2 div.top-nav.navbar-collapse.collapse {
    display: none !important;
  }
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body > * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #plazart-mainnav .nav-collapse,
  .off-canvas #plazart-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    background: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    height: auto;
    background: none;
    display: block;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-enabled #plazart-mainnav {
    display: block;
  }
}
/**
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/plazartfw
 * @Link:         http://plazart-framework.org
 *------------------------------------------------------------------------------
 */
#plazart-mainnav .dropdown.new_sub {
  position: inherit;
}
.top-nav li.new_sub li.open,
.top-nav li.new_sub li ul li {
  transform: none;
  opacity: 1;
}
.mega-new .navbar-inner {
  width: 100%;
}
.mega-new .navbar-inner:before,
.mega-new .navbar-inner:after {
  bottom: 8px;
  box-shadow: 0 6px 8px #000;
  content: "";
  left: 23px;
  position: absolute;
  top: 80%;
  transform: rotate(-2deg);
  width: 38%;
  z-index: -1;
}
.mega-new .navbar-inner:after {
  left: auto;
  right: 23px;
  transform: rotate(2deg);
}
.mega-new .top-search .search-box {
  top: 49px;
}
.mega-new .top-search a {
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  margin-top: 0;
}
.mega-new #plazart-mainnav {
  z-index: inherit;
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #f0f0f0;
  height: 52px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.mega-new #plazart-mainnav .top-nav ul.level0 > li {
  height: auto;
}
.mega-new #plazart-mainnav .top-nav ul.level0 > li ul.level1 > li {
  border-bottom: none;
}
.mega-new #plazart-mainnav .top-nav ul.level0 > li > a {
  height: 50px;
  padding: 0 22px;
  line-height: 50px;
  font-weight: 500;
}
.mega-new #plazart-mainnav .new_sub .dropdown-menu li > a {
  line-height: normal;
  overflow: inherit;
  padding: 8px 5px;
  text-overflow: initial;
  white-space: normal;
}
#plazart-mainnav ul.level0 .new_sub:hover > .nav-child {
  padding-top: 20px;
}
#plazart-mainnav ul.level0 .new_sub .dropdown-menu > div > div > .mega-col-nav {
  margin: 0 2% 2% 2%;
  width: 21%;
}
#plazart-mainnav ul.level0 .new_sub .mega-inner {
  border: none !important;
}
#plazart-mainnav ul.level0 .new_sub ul li .mega-group-title {
  background: none repeat scroll 0 0 #fff;
  color: #777 !important;
  font-weight: bold;
  padding: 8px 10px !important;
  font-size: 14px;
  line-height: 1 !important;
}
#plazart-mainnav ul.level0 .new_sub ul li .mega-group-title:hover {
  background-color: #ffffff;
  color: #777777;
}
#plazart-mainnav ul.level0 .new_sub .nav-child {
  background-color: #e7512f !important;
  z-index: 111;
}
#plazart-mainnav ul.level0 .new_sub:hover .dropdown-menu,
#plazart-mainnav ul.level0 .new_sub:hover .mega-dropdown-inner,
#plazart-mainnav ul.level0 .new_sub:hover .mega-dropdown-menu * {
  height: auto !important;
}
.sticky .mega-menu ul.level0 > li > .dropdown-menu {
  top: 100% !important;
  left: 0 !important;
}
.head-style2 .level0 > li > .dropdown-menu {
  top: 100% !important;
  left: 0 !important;
}
#plazart-mainnav .nav {
  margin-bottom: 0;
}
#plazart-mainnav .nav > li:hover > a,
#plazart-mainnav .nav > li > a:hover {
  /*background-color: #e7512f;*/
  /*color: #ffffff;*/
}
#plazart-mainnav .nav .dropdown-toggle .caret {
  border-top-color: #0077bb;
  border-bottom-color: #0077bb;
  margin-top: 8px;
  margin-left: 5px;
}
#plazart-mainnav .nav .dropdown-toggle:hover .caret {
  border-top-color: #00466e;
  border-bottom-color: #00466e;
}
#plazart-mainnav .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#plazart-mainnav .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
#plazart-mainnav .dropup,
#plazart-mainnav .dropdown {
  position: relative;
}
#plazart-mainnav .dropdown-toggle {
  *margin-bottom: -3px;
}
#plazart-mainnav .dropdown-toggle:active,
#plazart-mainnav .open .dropdown-toggle {
  outline: 0;
}
#plazart-mainnav .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
#plazart-mainnav .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
#plazart-mainnav .mega-menu .dropdown-menu {
  top: 111%;
  left: -6px;
}
#plazart-mainnav .nav-2 .dropdown-menu {
  top: 100%;
  left: 0;
}
#plazart-mainnav .nav-3 .dropdown-menu {
  top: 100%;
  left: 0;
}
#plazart-mainnav .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  opacity: 0;
}
#plazart-mainnav .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#plazart-mainnav .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
#plazart-mainnav .dropdown-menu li > a {
  clear: both;
  color: #ffffff;
  display: block;
  line-height: 40px;
  font-weight: normal;
  padding: 0 15px;
  text-shadow: none;
  white-space: nowrap;
  border: none;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#plazart-mainnav .dropdown-menu li > a:hover,
#plazart-mainnav .dropdown-menu li > a:focus,
#plazart-mainnav .dropdown-submenu:hover > a,
#plazart-mainnav .dropdown-submenu.open > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #c13715;
}
#plazart-mainnav .dropdown-menu .active > a,
#plazart-mainnav .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #c13715;
}
#plazart-mainnav .dropdown-menu .disabled > a,
#plazart-mainnav .dropdown-menu .disabled > a:hover {
  color: #999999;
}
#plazart-mainnav .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
#plazart-mainnav .open {
  *z-index: 1000;
}
#plazart-mainnav ul li:hover > .dropdown-menu {
  opacity: 1;
}
#plazart-mainnav .mega-menu .nav li.dropdown.open > .dropdown-toggle,
#plazart-mainnav .nav-2 .nav li.dropdown.open > .dropdown-toggle,
#plazart-mainnav .mega-menu .nav li.dropdown.active > .dropdown-toggle,
#plazart-mainnav .nav-2 .nav li.dropdown.active > .dropdown-toggle,
#plazart-mainnav .mega-menu .nav li.dropdown.open.active > .dropdown-toggle,
#plazart-mainnav .nav-2 .nav li.dropdown.open.active > .dropdown-toggle,
#plazart-mainnav .mega-menu .nav > li.dropdown.open.active > a:hover,
#plazart-mainnav .nav-2 .nav > li.dropdown.open.active > a:hover {
  background-color: #e7512f;
  color: #ffffff;
}
#plazart-mainnav .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
#plazart-mainnav .nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#plazart-mainnav .nav li.dropdown.open > .dropdown-toggle .caret,
#plazart-mainnav .nav li.dropdown.active > .dropdown-toggle .caret,
#plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#plazart-mainnav .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#plazart-mainnav .dropup .caret,
#plazart-mainnav .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
#plazart-mainnav .dropup .dropdown-menu,
#plazart-mainnav .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
#plazart-mainnav .dropdown-submenu {
  position: relative;
}
#plazart-mainnav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0 ;
  margin-left: 0 ;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#plazart-mainnav .dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  height: auto;
}
#plazart-mainnav .touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
#plazart-mainnav .touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
#plazart-mainnav .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#plazart-mainnav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
}
#plazart-mainnav .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
#plazart-mainnav .dropdown-submenu.pull-left {
  float: none;
}
#plazart-mainnav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#plazart-mainnav .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
#plazart-mainnav .typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#plazart-mainnav .plazart-navhelper {
  background: #2f2f2f;
  color: #666666;
}
#plazart-mainnav .breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
#plazart-mainnav .breadcrumb:before,
#plazart-mainnav .breadcrumb:after {
  display: table;
  content: "";
}
#plazart-mainnav .breadcrumb:after {
  clear: both;
}
#plazart-mainnav .breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
#plazart-mainnav .breadcrumb a {
  color: #666666;
}
#plazart-mainnav .breadcrumb .divider {
  padding: 0 5px;
  color: #666666;
}
#plazart-mainnav .breadcrumb .divider img {
  vertical-align: middle;
}
#plazart-mainnav .breadcrumb .active {
  color: #999999;
}
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li:hover,
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li.open,
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li.active {
  background: #e7512f;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
}
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li:hover > a,
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li.open > a,
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li.active > a {
  background: transparent;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li:hover > a.dropdown-toggle,
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li.open > a.dropdown-toggle,
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li.active > a.dropdown-toggle {
  background: transparent;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li:hover > a.dropdown-toggle.open,
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li.open > a.dropdown-toggle.open,
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li.active > a.dropdown-toggle.open {
  background: transparent;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.head-style2 #plazart-mainnav .top-nav .nav.level0 > li > div {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
.head-style2 .head2-lft-links {
  padding-left: 15px;
  padding-right: 15px;
}
.head-style2.top-head .logo a#tzlogo {
  line-height: 0;
}
.head-style2.top-head .logo a#tzlogo img {
  padding: 0;
}
.head-style2 #plazart-mainnav {
  margin-bottom: 0;
}
.head-style2 .top-search {
  top: 0;
}
.head-style2 .top-search a {
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
}
.head-style2 .top-search a span {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}
/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org
 *------------------------------------------------------------------------------
 */
.sticky_home4 {
  min-height: 0 !important;
}
.plazart-mainnav {
  background: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  height: auto;
  margin: 0;
}
.plazart-mainnav .navbar {
  color: #666666;
  margin-bottom: 0;
  margin-top: 0;
}
.plazart-mainnav .navbar-inner {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.plazart-mainnav .navbar .nav {
  margin: 0;
}
.plazart-mainnav .navbar .nav > li > a {
  border-top: 0;
  border-right: 1px solid #d9d9d9;
  padding: 10px 20px;
  text-shadow: none;
}
.plazart-mainnav .navbar .nav > li > a:focus,
.plazart-mainnav .navbar .nav > li > a:hover {
  background-color: #e7512f;
  text-shadow: none;
  outline: none;
}
.plazart-mainnav .navbar .nav > .active > a,
.plazart-mainnav .navbar .nav > .active > a:hover,
.plazart-mainnav .navbar .nav > .active > a:focus {
  color: #000000;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.plazart-mainnav .navbar .btn-navbar {
  float: left;
  padding: 5px 10px;
  margin: 5px 20px 0;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: -o-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: linear-gradient(to bottom, #f2f2f2, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd9d9d9', GradientType=0);
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d9d9d9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.plazart-mainnav .navbar .btn-navbar:hover,
.plazart-mainnav .navbar .btn-navbar:focus,
.plazart-mainnav .navbar .btn-navbar:active,
.plazart-mainnav .navbar .btn-navbar.active,
.plazart-mainnav .navbar .btn-navbar.disabled,
.plazart-mainnav .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #d9d9d9;
  *background-color: #cccccc;
}
.plazart-mainnav .navbar .btn-navbar:active,
.plazart-mainnav .navbar .btn-navbar.active {
  background-color: #bfbfbf \9;
}
.plazart-mainnav .navbar .btn-navbar [class^="icon-"],
.plazart-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #666666;
  text-shadow: none;
}
.plazart-mainnav .dropdown .caret {
  margin-left: 5px;
}
.plazart-mainnav .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.plazart-mainnav .dropdown-menu li > a {
  border-top: 1px solid #eeeeee;
  padding: 5px 20px;
  text-shadow: none;
}
.plazart-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.plazart-mainnav .dropdown-menu .disabled > a,
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  color: #999999;
}
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.plazart-mainnav .nav li.dropdown.active > .dropdown-toggle,
.plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e7512f;
  color: #ffffff;
}
.plazart-mainnav.vertical-nav {
  background: #222222;
  position: fixed;
  width: 200px;
  margin-left: -220px;
  top: 40px;
  padding: 0 0 70px;
  z-index: 1013;
}
.plazart-mainnav.vertical-nav .navbar {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav > li {
  float: none;
  padding: 0 20px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a {
  border-top: 0;
  border-right: 0;
  padding: 20px 0;
  border-bottom: 1px solid #2c2c2c;
  text-shadow: none;
  text-transform: uppercase;
  background: none;
  color: #666666;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > li > a:focus {
  color: #ffffff;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a .mega-caption {
  text-transform: none;
  color: #444;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #666666;
  border-top: 4px solid transparent;
  margin-top: 5px;
  float: right;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #000000;
  border-top: 4px solid transparent;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active > a,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:focus {
  border-bottom-color: #2c2c2c;
  color: #666666;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222222;
  position: absolute;
  right: -5px;
  top: 20px;
}
.plazart-mainnav.vertical-nav .dropdown-menu {
  left: 100%;
  top: 0;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu {
  left: 200px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
/**
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org
 *------------------------------------------------------------------------------
 */
@media (max-width: 768px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
  }
  .navbar-collapse-fixed-top,
  .navbar-collapse-fixed-bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .navbar-collapse-fixed-top .nav-collapse.in,
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    top: 40px;
    bottom: 0;
  }
  .navbar-collapse-fixed-top .nav-collapse.in > *,
  .navbar-collapse-fixed-bottom .nav-collapse.in > * {
    padding-bottom: 50px;
  }
  .navbar-collapse-fixed-bottom {
    bottom: 0;
    top: auto;
  }
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    top: 0;
    bottom: 40px;
  }
  .plazart-navhelper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sticky #tz-logo a {
    margin-top: 10px;
  }
  #tz-logo a {
    display: block;
    padding: 0;
  }
  #tz-menu{
    position: absolute;
    float:none;
    width: auto;
    padding: 0;
  }
  /*.plazart-mainnav {*/
    /*background: transparent;*/
    /*border-top: none;*/
    /*min-height: 0;*/
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*height: 0;*/
  /*}*/
  .plazart-mainnav .navbar .btn-navbar {
    margin-bottom: 0;
  }
  .plazart-mainnav .navbar .btn-navbar:hover {
    cursor: pointer;
  }
  .plazart-mainnav .nav-collapse {
    margin-top: 0;
    background: #fff;
  }
  .plazart-mainnav .nav-collapse .nav {
    margin: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a,
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-weight: bold;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a:hover {
    background-color: #e7512f;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-top: 1px solid #d9d9d9;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a:hover {
    background-color: #e7512f;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .plazart-mainnav .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .plazart-mainnav.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:before,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:after,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu .divider {
    display: none;
  }
  .plazart-mainnav .customization {
    display: none;
  }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: inherit;
}
/*# sourceMappingURL=bootstrap.css.map */