@charset "UTF-8";
/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.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('../../../fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../fonts/FontAwesome/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";
}
/* HELPER CLASS
 * -------------------------- */
/* FA based classes */
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {
  font-size: 5em;
}
.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.pe-ul > li {
  position: relative;
}
.pe-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.pe-li.pe-lg {
  left: -1.85714286em;
}
.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pe.pull-left {
  margin-right: .3em;
}
.pe.pull-right {
  margin-left: .3em;
}
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.pe-stack-1x {
  line-height: inherit;
}
.pe-stack-2x {
  font-size: 2em;
}
.pe-inverse {
  color: #ffffff;
}
/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle;
}
.pe-border {
  border: solid 0.08em #eaeaea;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../../../libraries/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../../../libraries/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../../libraries/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../../libraries/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../../libraries/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  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;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
body {
  line-height: 24px;
  overflow-x: hidden;
}
input,
textarea {
  font-size: 14px;
  line-height: 24px;
  color: #818d9a;
  width: 80%;
  display: block;
  padding: 12px 20px;
  border: 1px solid #dce2ed;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
input:focus,
textarea:focus,
input:active,
textarea:active {
  border-color: #4396e6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #42484d;
  line-height: 32px;
  font-weight: 600;
}
.jvc_bootstrap3 {
  background: transparent;
  font-size: 14px;
  line-height: 24px;
  color: #818d9a;
}

.jvc_bootstrap3 h1,
.jvc_bootstrap3 h2,
.jvc_bootstrap3 h3,
.jvc_bootstrap3 h4,
.jvc_bootstrap3 h5,
.jvc_bootstrap3 h6 {
  color: #42484d;
  line-height: 32px;
  font-weight: 600;
}
div.jvc_bootstrap3 {
  color: #818d9a;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
.jvc_bootstrap3 h1,
h1 {
  margin: 28px 0;
}
.jvc_bootstrap3 h2,
h2 {
  margin: 20px 0;
}
.jvc_bootstrap3 h3,
h3 {
  margin: 20px 0;
}
.jvc_bootstrap3 h4,
h4 {
  margin: 20px 0 17px;
}
.jvc_bootstrap3 h5,
h5 {
  margin: 15px 0;
}
.jvc_bootstrap3 h6,
h6 {
  margin: 10px 0;
}
.text-light .jvc_bootstrap3 h1,
.text-light .jvc_bootstrap3 h2,
.text-light .jvc_bootstrap3 h3,
.text-light .jvc_bootstrap3 h4,
.text-light .jvc_bootstrap3 h5,
.text-light .jvc_bootstrap3 h6 {
  font-weight: 300;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p {
  font-weight: 300;
}
p {
  font-size: 14px;
  line-height: 24px;
}
img {
  max-width: 100%;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  /* font-size: 10px !important; /*csaba*/ 
}
.table-cell {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.jvc_row.no-span {
  margin: 0;
}
.jvc_row.no-span [class*=" jvc_col-sm"] {
  width: auto;
  padding: 0;
}
.jvc_row.no-span [class*=" jvc_col-sm"] button {
  margin-right: 8px;
}
.owl-carousel .owl-item {
  cursor: w-resize;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #4594E3;
}
.owl-theme div.owl-controls .owl-page span {
  background: #FFF;
  opacity: 1;
}
.drop-cap::first-letter {
  float: left;
  margin-top: 10px;
  padding-right: 10px;
}
.drop-cap.style1::first-letter {
  color: #f56048;
  float: left;
  font-size: 80px;
  font-weight: bold;
  line-height: 24px;
}
.drop-cap.style2::first-letter {
  color: #15c0cc;
  font-size: 40px;
  font-weight: bold;
  padding: 15px;
}
.drop-cap.style3::first-letter {
  font-size: 80px;
  color: #4e519e;
  font-weight: 300;
}
.drop-cap.style4::first-letter {
  font-size: 80px;
  color: #818d9a;
  font-weight: 600;
}
.drop-cap[class*="bg"]::first-letter {
  color: #ffffff;
  font-size: 45px;
  font-weight: 800;
  line-height: 24px;
  margin-right: 10px;
  padding: 12px 9px;
}
.drop-cap.bg1::first-letter {
  background: #57a6f0;
}
.drop-cap.bg2::first-letter {
  background: #4c5866;
}
.drop-cap.bg3::first-letter {
  background: #e9138c;
  border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.drop-cap.bg4::first-letter {
  background: #f00d0d;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  width: 56px;
  height: 56px;
  padding: 12px;
}
.jvc_bootstrap3 button.jvc_btn {
  display: block;
  font-weight: 700;
}
.jvc_bootstrap3 img {
  max-width: 100%;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
button,
.btn,
.jvc_bootstrap3 button {
  display: block;
  border: 1px solid #4594E3;
  color: #4594E3;
  box-shadow: none;
  background: transparent;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 16px 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%; /*csaba*/
}
button.bdr-low,
.btn.bdr-low,
.jvc_bootstrap3 button.bdr-low {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
button.bdr-high,
.btn.bdr-high,
.jvc_bootstrap3 button.bdr-high {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}
button.bdr-high.jvc_btn-xl,
.btn.bdr-high.jvc_btn-xl,
.jvc_bootstrap3 button.bdr-high.jvc_btn-xl {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
}
button.bdr-high.jvc_btn-lg,
.btn.bdr-high.jvc_btn-lg,
.jvc_bootstrap3 button.bdr-high.jvc_btn-lg {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
}
button.bdr-normal,
.btn.bdr-normal,
.jvc_bootstrap3 button.bdr-normal {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
button.hidden-br,
.btn.hidden-br,
.jvc_bootstrap3 button.hidden-br {
  border: none !important;
}
button.bg-transparent,
.btn.bg-transparent,
.jvc_bootstrap3 button.bg-transparent {
  background: transparent !important;
}
button.jvc_btn-xs,
.btn.jvc_btn-xs,
.jvc_bootstrap3 button.jvc_btn-xs {
  font-size: 9px;
  line-height: 13px;
  padding: 9px 17px;
}
button.jvc_btn-sm,
.btn.jvc_btn-sm,
.jvc_bootstrap3 button.jvc_btn-sm {
  font-size: 9px;
  padding: 12px 20px;
}
button.jvc_btn-md,
.btn.jvc_btn-md,
.jvc_bootstrap3 button.jvc_btn-md {
  font-size: 10px;
  padding: 15px 23px;
}
button.jvc_btn-lg,
.btn.jvc_btn-lg,
.jvc_bootstrap3 button.jvc_btn-lg {
  font-size: 12px;
  padding: 18px 25px;
}
button.jvc_btn-xl,
.btn.jvc_btn-xl,
.jvc_bootstrap3 button.jvc_btn-xl {
  font-size: 13px;
  padding: 20px 30px;
}
button.bg-gradient.bg-gradient-1,
.btn.bg-gradient.bg-gradient-1,
.jvc_bootstrap3 button.bg-gradient.bg-gradient-1 {
  background: #8560a8 !important;
  background: -moz-linear-gradient(45deg, #8560a8 0%, #f26d7d 100%) !important;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #8560a8), color-stop(100%, #f26d7d)) !important;
  background: -webkit-linear-gradient(45deg, #8560a8 0%, #f26d7d 100%) !important;
  background: -o-linear-gradient(45deg, #8560a8 0%, #f26d7d 100%) !important;
  background: -ms-linear-gradient(45deg, #8560a8 0%, #f26d7d 100%) !important;
  background: linear-gradient(45deg, #8560a8 0%, #f26d7d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8560a8', endColorstr='#f26d7d', GradientType=1) !important;
}
button.bg-gradient.bg-gradient-2,
.btn.bg-gradient.bg-gradient-2,
.jvc_bootstrap3 button.bg-gradient.bg-gradient-2 {
  background: #408dda !important;
  background: -moz-linear-gradient(45deg, #408dda 0%, #5ca7ed 100%) !important;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #408dda), color-stop(100%, #5ca7ed)) !important;
  background: -webkit-linear-gradient(45deg, #408dda 0%, #5ca7ed 100%) !important;
  background: -o-linear-gradient(45deg, #408dda 0%, #5ca7ed 100%) !important;
  background: -ms-linear-gradient(45deg, #408dda 0%, #5ca7ed 100%) !important;
  background: linear-gradient(45deg, #408dda 0%, #5ca7ed 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408dda', endColorstr='#5ca7ed', GradientType=1) !important;
}
button.bg-gradient.bg-gradient-3,
.btn.bg-gradient.bg-gradient-3,
.jvc_bootstrap3 button.bg-gradient.bg-gradient-3 {
  background: #98c200 !important;
  background: -moz-linear-gradient(0deg, #98c200 0%, #b8df2d 100%) !important;
  background: -webkit-gradient(0deg, right top, color-stop(0%, #98c200), color-stop(100%, #b8df2d)) !important;
  background: -webkit-linear-gradient(0deg, #98c200 0%, #b8df2d 100%) !important;
  background: -o-linear-gradient(0deg, #98c200 0%, #b8df2d 100%) !important;
  background: -ms-linear-gradient(0deg, #98c200 0%, #b8df2d 100%) !important;
  background: linear-gradient(0deg, #98c200 0%, #b8df2d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98c200', endColorstr='#b8df2d', GradientType=1) !important;
}
button.bg-gradient.bg-gradient-4,
.btn.bg-gradient.bg-gradient-4,
.jvc_bootstrap3 button.bg-gradient.bg-gradient-4 {
  background: #4c5866 !important;
  background: -moz-linear-gradient(0deg, #4c5866 0%, #738396 100%) !important;
  background: -webkit-gradient(0deg, right top, color-stop(0%, #4c5866), color-stop(100%, #738396)) !important;
  background: -webkit-linear-gradient(0deg, #4c5866 0%, #738396 100%) !important;
  background: -o-linear-gradient(0deg, #4c5866 0%, #738396 100%) !important;
  background: -ms-linear-gradient(0deg, #4c5866 0%, #738396 100%) !important;
  background: linear-gradient(0deg, #4c5866 0%, #738396 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c5866', endColorstr='#738396', GradientType=1) !important;
}
button.bg-gradient.bg-gradient-5,
.btn.bg-gradient.bg-gradient-5,
.jvc_bootstrap3 button.bg-gradient.bg-gradient-5 {
  background: #f72e31 !important;
  background: -moz-linear-gradient(0deg, #f72e31 0%, #fa6e6e 100%) !important;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f72e31), color-stop(100%, #fa6e6e)) !important;
  background: -webkit-linear-gradient(0deg, #f72e31 0%, #fa6e6e 100%) !important;
  background: -o-linear-gradient(0deg, #f72e31 0%, #fa6e6e 100%) !important;
  background: -ms-linear-gradient(0deg, #f72e31 0%, #fa6e6e 100%) !important;
  background: linear-gradient(0deg, #f72e31 0%, #fa6e6e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f72e31', endColorstr='#fa6e6e', GradientType=1) !important;
}
button.default.bg,
.btn.default.bg,
.jvc_bootstrap3 button.default.bg {
  background: #539fe7;
  color: #FFF;
  border: 1px solid #539fe7;
  padding: 11px 30px 14px;
}
button.default.white,
.btn.default.white,
.jvc_bootstrap3 button.default.white {
  background: transparent !important;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 12px 30px;
}
button.default.white:hover,
.btn.default.white:hover,
.jvc_bootstrap3 button.default.white:hover {
  color: #333;
}
button.default:link,
.btn.default:link,
.jvc_bootstrap3 button.default:link,
button.default:visited,
.btn.default:visited,
.jvc_bootstrap3 button.default:visited {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
button.default:link:after,
.btn.default:link:after,
.jvc_bootstrap3 button.default:link:after,
button.default:visited:after,
.btn.default:visited:after,
.jvc_bootstrap3 button.default:visited:after {
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 150%;
  z-index: -1;
}
button.default:link:hover:after,
.btn.default:link:hover:after,
.jvc_bootstrap3 button.default:link:hover:after,
button.default:visited:hover:after,
.btn.default:visited:hover:after,
.jvc_bootstrap3 button.default:visited:hover:after,
button.default:link :hover:after,
.btn.default:link :hover:after,
.jvc_bootstrap3 button.default:link :hover:after,
button.default:visited :hover:after,
.btn.default:visited :hover:after,
.jvc_bootstrap3 button.default:visited :hover:after {
  height: 450%;
}
button.default.white:after,
.btn.default.white:after,
.jvc_bootstrap3 button.default.white:after,
button.default.white:after,
.btn.default.white:after,
.jvc_bootstrap3 button.default.white:after {
  background: #fff;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
button:hover,
.btn:hover,
.jvc_bootstrap3 button:hover {
  text-decoration: none;
}
.jvc_bootstrap3 button.jvc_btn-link:focus,
.jvc_bootstrap3 button.jvc_btn-link:hover {
  text-decoration: none;
}
button.hv_bt_blue:hover,
.btn.hv_bt_blue:hover,
.jvc_bootstrap3 button.hv_bt_blue:hover {
  background: #4396e6;
  border-color: #4396e6;
  color: #fff !important;
}
button.hv_bt_green:hover,
.btn.hv_bt_green:hover,
.jvc_bootstrap3 button.hv_bt_green:hover {
  background: #15c0cc;
  border-color: #15c0cc;
  color: #fff !important;
}
button.hv_bt_red:hover,
.btn.hv_bt_red:hover,
.jvc_bootstrap3 button.hv_bt_red:hover {
  background: #f56048;
  border-color: #f56048;
  color: #fff !important;
}
button.hv_bt_orange:hover,
.btn.hv_bt_orange:hover,
.jvc_bootstrap3 button.hv_bt_orange:hover {
  background: orange;
  border-color: orange;
  color: #fff !important;
}
button.hv_bt_yellow:hover,
.btn.hv_bt_yellow:hover,
.jvc_bootstrap3 button.hv_bt_yellow:hover {
  background: yellow;
  border-color: yellow;
  color: #fff !important;
}
button.hv_bt_pink:hover,
.btn.hv_bt_pink:hover,
.jvc_bootstrap3 button.hv_bt_pink:hover {
  background: #ed2b99;
  border-color: #ed2b99;
  color: #fff !important;
}
.padding_100 {
  padding-top: 100px;
}
.padding_90 {
  padding-top: 90px;
}
.padding_80 {
  padding-top: 80px;
}
.padding_70 {
  padding-top: 70px;
}
.padding_60 {
  padding-top: 60px;
}
.padding_50 {
  padding-top: 50px;
}
.padding_40 {
  padding-top: 40px;
}
.padding_30 {
  padding-top: 30px;
}
.hover-icon .WhiteRounded {
  background-color: #fff;
  border: medium none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hover-icon .WhiteRounded:hover {
  background: #4594E3;
}
.hover-icon .WhiteRounded:hover a {
  color: #FFF;
}
.hover-icon .WhiteRounded a {
  color: #222;
  display: block;
  font-weight: normal;
}
.title-mod {
  position: relative;
}
.title-mod.style1 {
  font-size: 30px;
  line-height: 32px;
  color: #22262b;
  font-weight: 300;
  margin-bottom: 48px;
  text-transform: none;
}
.title-mod.style1::after {
  border-bottom: 2px solid #4396e6;
  bottom: -18px;
  content: " ";
  display: block;
  left: 2px;
  position: absolute;
  width: 30px;
}
.title-mod.style2 {
  font-size: 30px;
  line-height: 30px;
  color: #3a424a;
  font-weight: 600;
  margin: 20px 0 40px;
}
.title-mod.style2::after {
  border-bottom: 2px solid #4396e6;
  bottom: -28px;
  content: " ";
  display: block;
  left: 2px;
  position: absolute;
  width: 60px;
}
.tz-module.no-br h3.module-title {
  margin-bottom: 18px;
}
.tz-module.no-br h3.module-title::after {
  border: none;
}
.tz-module.no-br .module-ct {
  padding-top: 0;
}
h3.module-title {
  color: #22262b;
  font-size: 22px;
  line-height: 24px;
  position: relative;
}
h3.module-title::after {
  border-bottom: 3px solid #4396e6;
  bottom: -19px;
  content: " ";
  display: block;
  left: 2px;
  position: absolute;
  width: 60px;
}
.module-ct {
  padding-top: 38px;
}
.module-ct ul li:first-child {
  padding-top: 0;
}
h2.title-mark,
.jvc_bootstrap3 h2.title-mark {
  color: #3a424a;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 36px;
}
mark,
.jvc_bootstrap3 mark {
  background: #57a0e7;
  z-index: 9;
}
mark.br-right,
.jvc_bootstrap3 mark.br-right {
  background: #57a0e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  padding: 6px 10px;
  margin: 0 10px;
  position: relative;
}
mark.br-right:before,
.jvc_bootstrap3 mark.br-right:before {
  border-bottom: 21px solid rgba(0, 0, 0, 0);
  border-right: 33px solid rgba(0, 0, 0, 0);
  border-top: 123px solid #b1c5d9;
  content: " ";
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: -30px;
  top: 100%;
  width: 0;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}
mark.bg-gradient,
.jvc_bootstrap3 mark.bg-gradient {
  background: #6f7f90;
  background: -moz-linear-gradient(top, #6f7f90 0%, #bfd4e9 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6f7f90), color-stop(100%, #bfd4e9));
  background: -webkit-linear-gradient(top, #6f7f90 0%, #bfd4e9 100%);
  background: -o-linear-gradient(top, #6f7f90 0%, #bfd4e9 100%);
  background: -ms-linear-gradient(top, #6f7f90 0%, #bfd4e9 100%);
  background: linear-gradient(to bottom, #6f7f90 0%, #bfd4e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7f90', endColorstr='#bfd4e9', GradientType=0);
}
.title-rhombus,
.jvc_bootstrap3 .title-rhombus {
  display: inline-block;
  max-width: 760px;
}
.title-rhombus::after,
.jvc_bootstrap3 .title-rhombus::after {
  border-bottom: 2px solid #e4e4e4;
  content: "";
  display: block;
  margin: 0 auto;
  width: 120px;
}
.title-rhombus h3,
.jvc_bootstrap3 .title-rhombus h3,
.title-rhombus h5,
.jvc_bootstrap3 .title-rhombus h5 {
  color: #3a424a;
}
.title-rhombus h3,
.jvc_bootstrap3 .title-rhombus h3 {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 7px;
}
.title-rhombus h5,
.jvc_bootstrap3 .title-rhombus h5 {
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0;
  font-weight: normal;
}
.title-rhombus > span,
.jvc_bootstrap3 .title-rhombus > span {
  background: #fff;
  bottom: -14px;
  display: block;
  height: 23px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 23px;
}
.title-rhombus > span::before,
.jvc_bootstrap3 .title-rhombus > span::before {
  background: #e4e4e4;
  bottom: 0;
  content: " ";
  display: inline-block;
  height: 14px;
  left: 3px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 14px;
}
.title-rhombus > span::after,
.jvc_bootstrap3 .title-rhombus > span::after {
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  position: relative;
  width: 22px;
}
.title-letter-sp h3,
.jvc_bootstrap3 .title-letter-sp h3 {
  font-size: 24px;
  line-height: 24px;
  color: #3a424a;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 6px;
}
.title-letter-sp .desc,
.jvc_bootstrap3 .title-letter-sp .desc {
  padding-top: 2px;
}
.title-top h6,
.jvc_bootstrap3 .title-top h6,
.title-top h3,
.jvc_bootstrap3 .title-top h3 {
  color: #3a424a;
  font-weight: bold;
}
.title-top h6,
.jvc_bootstrap3 .title-top h6 {
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 4.5px;
  margin: 0;
}
.title-top h3,
.jvc_bootstrap3 .title-top h3 {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 3px;
  margin: 4px 0 0;
}
.title-top .desc,
.jvc_bootstrap3 .title-top .desc {
  font-size: 16px;
  line-height: 28px;
  padding: 41px 0;
}
.top-title h5.title-top {
  font-size: 12px;
  color: #3a424a;
  letter-spacing: 2px;
  margin: 0;
}
.top-title h3 {
  margin-top: 7px;
}
.t-center .title-icon-top {
  text-align: center;
  margin: -51px auto 80px;
}
.title-icon-top {
  width: 102px;
  height: 102px;
  border: 5px solid #fff;
  display: block;
  text-align: center;
  position: relative;
  margin: -51px 0 80px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.title-icon-top::after {
  border-left: 1px solid #ebebeb;
  content: " ";
  height: 50px;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  bottom: -10px;
}
.title-icon-top::before {
  background: #4396e6 none repeat scroll 0 0;
  bottom: -67px;
  content: " ";
  display: block;
  height: 7px;
  left: 43px;
  position: absolute;
  width: 7px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.title-icon-top .smn_ic {
  width: 100%;
  height: 100%;
  padding: 4px;
  overflow: hidden;
  background: #e21fc8;
  background: -moz-linear-gradient(-45deg, #e21fc8 0%, #c337ce 12%, #4397e6 61%, #4397e6 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #e21fc8), color-stop(12%, #c337ce), color-stop(61%, #4397e6), color-stop(100%, #4397e6));
  background: -webkit-linear-gradient(-45deg, #e21fc8 0%, #c337ce 12%, #4397e6 61%, #4397e6 100%);
  background: -o-linear-gradient(-45deg, #e21fc8 0%, #c337ce 12%, #4397e6 61%, #4397e6 100%);
  background: -ms-linear-gradient(-45deg, #e21fc8 0%, #c337ce 12%, #4397e6 61%, #4397e6 100%);
  background: linear-gradient(135deg, #e21fc8 0%, #c337ce 12%, #4397e6 61%, #4397e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e21fc8', endColorstr='#4397e6', GradientType=1);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.title-icon-top i {
  color: #FFF;
  font-size: 36px;
  line-height: 85px;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.title-width .tz-module h3.module-title {
  margin: 8px 0 20px;
}
.title-width .tz-module .module-ct {
  padding-top: 27px;
}
.title-width .tz-module .module-ct p {
  font-size: 16px;
  line-height: 28px;
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 14px;
}
.readmore > .btn {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
#tz-tab {
  padding: 0;
}
#tz-header-top-wrapper > .container {
  padding: 0;
}
#tz-top-left {
  color: #a8b5c3;
  font-size: 14px;
  line-height: 22px;
}
#tz-top-left .custom > p {
  display: inline-block;
  padding-right: 33px;
}
#tz-top-left i {
  padding-right: 5px;
}
#tz-top-right ul.social-link {
  text-align: right;
}
#tz-top-right ul.social-link li {
  display: inline-block;
  padding-right: 0;
  padding-left: 20px;
}
#tz-top-right ul.social-link li:first-child {
  padding-left: 0;
}
ul.social-link {
  padding: 0;
  margin: 0;
}
ul.social-link li {
  display: inline-block;
  padding-right: 10px;
}
ul.social-link li:first-child {
  padding-left: 0;
}
ul.social-link a {
  color: #c5cad4;
  font-size: 16px;
  line-height: 25px;
}
ul.social-link a:hover {
  color: #4396e6;
}
#tz-menu,
#tz-search {
  padding: 0;
}
#plazart-mainnav {
  margin: 0;
  border: none;
}
.plazart-mainnav .navbar-collapse {
  padding: 0;
}
.plazart-megamenu > .navbar-nav {
  float: right;
}
.plazart-megamenu .navbar-nav a {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.plazart-megamenu b.caret {
  position: absolute;
  top: 48%;
  right: -15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px dashed;
}
.plazart-megamenu .navbar-nav > li {
  padding: 0 22px;
  position: relative;
}
.plazart-megamenu .navbar-nav > li.search_icon {
  padding: 0 0 0 22px;
}
.plazart-megamenu .navbar-nav > li > a,
.plazart-megamenu .navbar-nav > li > i.fa {
  padding: 41px 0;
}
.plazart-megamenu .navbar-nav > li > i.fa {
  color: #6c7884;
  margin: 0;
  line-height: 23px;
  cursor: pointer;
}
.plazart-megamenu .nav .open > a,
.plazart-megamenu .nav .open > a:focus,
.plazart-megamenu .nav .open > a:hover,
.plazart-megamenu .nav > li > a:focus,
.plazart-megamenu .nav > li > a:hover {
  background: transparent;
}
.plazart-megamenu .navbar-nav > li > a::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: " ";
  display: block;
  left: 0;
  margin: 0;
  max-width: 0;
  width: 0;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  height: 3px;
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.plazart-megamenu .navbar-nav > li > a:hover::after {
  background: #4396e6;
  max-width: 100%;
  width: 100%;
}
.plazart-megamenu .dropdown-menu {
  background: transparent;
}
.plazart-megamenu .navbar-nav a {
  color: #6c7884;
}
.head-slider .plazart-megamenu .navbar-nav a {
  font-size: 14px;
  line-height: 2;
  color: #FFF;
}
.head-slider .plazart-megamenu .navbar-nav > li > i.fa {
  color: #FFF;
}
.plazart-megamenu .navbar-nav > li.active > a,
.plazart-megamenu .navbar-nav > li > a:hover {
  color: #4396e6;
}
.plazart-megamenu .navbar-nav > li.active > a::after {
  background: #4396e6;
  max-width: 100%;
  width: 100%;
}
.breadcrumb {
  font-family: "Lato", sans-serif;
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  color: #818d9a;
}
.breadcrumb a,
.breadcrumb span {
  color: #818d9a;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb > li + li::before {
  content: "";
  padding: 0;
}
.breadcrumb > li + li::after {
  color: #818d9a;
  content: "/ ";
  padding: 0 5px;
}
.breadcrumb .icon-location,
.breadcrumb .divider {
  display: none;
}
.breadcrumb > li + li:last-child::after {
  content: "";
}
.breadcrumb h3 {
  margin: 0;
  font-size: 18px;
  color: #818d9a;
  line-height: 1;
  font-weight: normal;
}
.breadcrumb.center {
  text-align: center;
}
.breadcrumb.center .right-brc,
.breadcrumb.center .left-brc {
  width: 100%;
  text-align: center !important;
  display: block;
}
.breadcrumb.center .left-brc {
  width: 100%;
}
.breadcrumb.center .left-brc h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}
.breadcrumb.center .right-brc li a,
.breadcrumb.center .right-brc li span {
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.35);
}
.breadcrumb.center .right-brc .breadcrumb > li + li::before {
  padding: 0;
}
.TZ-Breadcrumb {
  background-color: #f8f8f8;
  position: relative;
}
.TZ-Breadcrumb .module-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.TZ-Breadcrumb .module-ct {
  display: table;
  width: 100%;
  height: 100%;
}
.TZ-Breadcrumb .module-ct > .breadcrumb {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.TZ-Breadcrumb .right-brc.col-lg-6 {
  text-align: right;
}
.SL-Breadcrumbs i {
  padding-right: 5px;
}
.SL-Breadcrumbs .sl-brc {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
}
.SL-Breadcrumbs div.breadcrumb {
  max-width: 1170px;
  margin: 0 auto;
}
.SL-Breadcrumbs .right-brc {
  text-align: right;
}
.head-slider {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 99;
}
#header {
  position: relative;
}
.box-shadow {
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.1);
}
#tz-logo {
  padding: 34px 0;
}
.jsearch {
  opacity: 0;
  text-align: right;
  position: absolute;
  right: 0;
  width: auto;
  bottom: -50px;
  z-index: 99;
  -webkit-transition: 0.25s ease-in-out 0s;
  -o-transition: 0.25s ease-in-out 0s;
  transition: 0.25s ease-in-out 0s;
}
.jsearch.show {
  opacity: 1;
}
.jsearch input.inputbox {
  width: 250px;
  height: 50px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 20px;
  border: none;
  font-style: italic;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.jsearch .search i.fa {
  color: #bec3cc;
  position: absolute;
  right: 33px;
  top: 35%;
}
.head-one-page {
  position: fixed;
  width: 90px;
  border-left: 1px solid #081522;
  background: rgba(8, 21, 34, 0.6);
  right: 0;
  height: 100%;
  text-align: center;
  z-index: 999;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.head-one-page > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.head-one-page #header {
  margin: 0;
}
.head-one-page #tz-menu {
  padding: 0;
}
.head-one-page [class*="col-lg-"] {
  width: 100%;
}
.head-one-page .plazart-megamenu .navbar-nav > li {
  padding: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.head-one-page .plazart-megamenu .navbar-nav > li.open {
  border-top: 1px solid #060f18;
  border-bottom: 1px solid #283848;
}
.head-one-page .plazart-megamenu .navbar-nav > li.open a:hover {
  background: rgba(18, 26, 35, 0.5);
  border-bottom: 1px solid #060f18;
  border-top: 1px solid #283848;
}
.head-one-page .plazart-megamenu .navbar-nav > li.open a:hover i {
  background: -webkit-gradient(left top, right top, color-stop(0%, #e21fc8), color-stop(100%, #4397e6));
  background: -webkit-linear-gradient(left, #e21fc8 0%, #4397e6 100%);
  background: -o-linear-gradient(left, #e21fc8 0%, #4397e6 100%);
  background: -ms-linear-gradient(left, #e21fc8 0%, #4397e6 100%);
  background: linear-gradient(to right, #e21fc8 0%, #4397e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.head-one-page .plazart-megamenu .navbar-nav > li.open > span {
  right: 105px;
  opacity: 1;
}
.head-one-page .plazart-megamenu .navbar-nav > li > a {
  font-size: 10px !important;
  padding: 14px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.head-one-page .plazart-megamenu .navbar-nav > li a::after {
  border: none;
  width: 0;
}
.head-one-page .plazart-megamenu .navbar-nav > li a i {
  color: #FFF;
  display: table;
  margin: 0 auto;
  font-weight: 400;
  font-size: 34px;
}
.head-one-page .plazart-megamenu .navbar-nav > li > span {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #FFF;
  color: #fff;
  right: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 25px;
  position: absolute;
  top: 18px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.head-one-page .plazart-megamenu .navbar-nav > li > span::after {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0px 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: -4px;
  top: 13px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.head-one-page .plazart-megamenu .navbar-nav > li.w120 > span {
  width: 120px;
}
.head-one-page .plazart-megamenu .navbar-nav > li.w130 > span {
  width: 130px;
}
.head-one-page .plazart-megamenu .navbar-nav > li.w140 > span {
  width: 140px;
}
.head-one-page .plazart-megamenu .navbar-nav > li.w150 > span {
  width: 150px;
}
.head-one-page .plazart-megamenu .navbar-nav > li.w160 > span {
  width: 160px;
}
.head-one-page .social-link {
  padding-top: 20px;
}
.head-one-page .social-link li {
  display: block;
  position: relative;
  text-align: center;
  padding: 8px 0;
}
.head-one-page .social-link li span {
  font-size: 20px;
  color: #37485a;
}
.head-one-page .social-link li a:hover span {
  background: -webkit-gradient(left top, right top, color-stop(0%, #e21fc8), color-stop(100%, #4397e6));
  background: -webkit-linear-gradient(left, #e21fc8 0%, #4397e6 100%);
  background: -o-linear-gradient(left, #e21fc8 0%, #4397e6 100%);
  background: -ms-linear-gradient(left, #e21fc8 0%, #4397e6 100%);
  background: linear-gradient(to right, #e21fc8 0%, #4397e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.head-one-page.header-scroll {
  background: rgba(8, 21, 34, 0.9);
}
.head-one-page.header-scroll .plazart-megamenu .navbar-nav > li > span::after,
.head-one-page.header-scroll .plazart-megamenu .navbar-nav > li > span {
  border-color: #4397e6;
}
.head-one-page.header-scroll .plazart-megamenu .navbar-nav > li > span::after {
  border-color: #4397e6;
}
.head-one-page.header-scroll .plazart-megamenu .navbar-nav > li > span .br .br_top {
  border-color: #4397e6;
}
.head-one-page.header-scroll .plazart-megamenu .navbar-nav > li > span .br .br_bottom {
  border-color: #4397e6;
}
.head-one-page.header-scroll .plazart-megamenu .navbar-nav > li > span {
  color: #3a424a;
}
.shop-cart .hikashop_cart_module a {
  padding: 40px 0 40px 20px;
}
.shop-cart .plazart-megamenu li.search_icon {
  padding-left: 0;
}
.head-slider.menu-fixed {
  top: 10px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bg-menu .head-slider.menu-fixed {
  background: #FFF;
  top: -200px;
}
.bg-menu .head-slider.menu-fixed .plazart-megamenu .navbar-nav a {
  color: #6c7884;
}
.bg-menu .head-slider.menu-fixed.nav-fixed {
  top: 0;
}
.bg-menu .head-slider.menu-fixed .plazart-megamenu .navbar-nav > li > i.fa {
  color: #6c7884;
}
.bg-menu .logo_default {
  display: none;
}
.bg-menu .logo_scroll {
  display: block;
}
.logo_scroll {
  display: none;
}
.scroll-slider .content i,
.scroll-slider .content img {
  cursor: pointer;
}
@-moz-document url-prefix() {
  .head-one-page .plazart-megamenu .navbar-nav > li.open a:hover i,
  .head-one-page .social-link li a:hover span {
    background: transparent !important;
    color: #4396E6;
  }
}
.head-one-page .plazart-megamenu .navbar-nav > li > span .br {
  width: 1px;
  height: 100%;
}
.head-one-page .plazart-megamenu .navbar-nav > li > span .br .br_top {
  position: absolute;
  top: 0;
  border-right: 1px solid #FFF;
  height: 35%;
  right: 0;
}
.head-one-page .plazart-megamenu .navbar-nav > li > span .br .br_center {
  position: absolute;
  top: 30%;
  height: 40%;
}
.head-one-page .plazart-megamenu .navbar-nav > li > span .br .br_bottom {
  position: absolute;
  bottom: 0;
  height: 35%;
  right: 0;
  border-right: 1px solid #FFF;
}
.menu-fixed.nav-fixed #tz-logo {
  padding-top: 20px;
}
.wrapper.container .menu-fixed.nav-fixed {
  left: 0;
}
.head-one-page .mCSB_container > .container {
  padding: 0;
}
.slider > .container-fluid {
  padding: 0;
}
.gradient .tp-bgimg.defaultimg:after {
  background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider.gradient .tp-bgimg.defaultimg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: rgba(30, 66, 102, 0.5);
  background: -moz-linear-gradient(0deg, rgba(30, 66, 102, 0.5) 0%, rgba(28, 62, 94, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(30, 66, 102, 0.5)), color-stop(100%, rgba(28, 62, 94, 0)));
  background: -webkit-linear-gradient(0deg, rgba(30, 66, 102, 0.5) 0%, rgba(28, 62, 94, 0) 100%);
  background: -o-linear-gradient(0deg, rgba(30, 66, 102, 0.5) 0%, rgba(28, 62, 94, 0) 100%);
  background: -ms-linear-gradient(0deg, rgba(30, 66, 102, 0.5) 0%, rgba(28, 62, 94, 0) 100%);
  background: linear-gradient(0deg, rgba(30, 66, 102, 0.5) 0%, rgba(28, 62, 94, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4266', endColorstr='#1c3e5e', GradientType=1);
}
.tp-videolayer .opacity {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.tp-videolayer .tp-video-controls {
  z-index: 99;
}
.tp-caption.btnwhite .btn,
.tp-caption.btnwhite a {
  padding: 17px 30px !important;
  color: #fff;
}
.tp-caption.btnwhite .btn {
  border-color: #fff;
}
.tp-caption.btnwhite .bg-color {
  border-color: #539fe7;
  background: #539fe7;
}
.line1,
.line2 {
  border-top: 1px solid #98a0a9 !important;
  content: " ";
  display: block;
  height: 1px;
}
.line1 {
  width: 15%;
}
.line2 {
  width: 20%;
}
.tp-caption.lineleft {
  left: 0 !important;
}
.tp-caption.lineright {
  right: 0 !important;
  text-align: right;
  left: auto !important;
}
.tp-caption.lineright .line2,
.tp-caption.lineright .line1 {
  float: right;
}
.tp-bullets {
  bottom: 22% !important;
}
.tp-bullets .bullet {
  float: left;
  padding: 0 5px;
}
.tp-bullets .bullet:after {
  content: "\f10c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.tp-bullets .bullet.selected:after {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.tp-caption.home3h1::after {
  content: "]";
  margin-left: -7px;
}
.tp-caption.home3h1::before {
  content: "[";
  margin-right: 5px;
}
.tp-caption.home3h1::after,
.tp-caption.home3h1::before {
  font-size: 85px;
  line-height: 1;
  color: #539fe7;
  position: relative;
  top: 8px;
}
.tp-caption.mediumtext,
.mediumtext {
  text-align: center;
}
.sl_br_lr,
.sl_br_rl {
  background-repeat: repeat-y;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0 !important;
  top: 0 !important;
}
.sl_br_lr {
  background-image: url("../../../images/sl-br-lr.png");
  text-align: left;
}
.sl_br_rl {
  text-align: right;
  background-image: url("../../../images/sl-br-rl.png");
  background-position: right;
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.next-project {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  width: 100px;
  height: 100px;
  padding-top: 0 !important;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border: 2px solid #4396e6;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.next-project canvas {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 99;
}
.next-project canvas:hover {
  animation-name: infinite-spinning;
  -webkit-animation-duration: 5s;
  /* Chrome, Safari, Opera */
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.next-project p {
  top: 21px;
  position: relative;
}
.SL-Breadcrumbs .service-background {
  padding: 250px 0 130px;
}
.SL-Breadcrumbs .service-background .title h4 {
  color: #FFF;
}
.SL-Breadcrumbs .service-background p {
  color: #ddd;
}
.one-page .btn {
  padding: 17px 35px;
  letter-spacing: 3px;
  color: #FFF;
}
.one-page .btn.bg-color {
  border-color: #408dda;
  background: #408dda;
  background: -moz-linear-gradient(top, #408dda 0%, #5ca7ed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #408dda), color-stop(100%, #5ca7ed));
  background: -webkit-linear-gradient(top, #408dda 0%, #5ca7ed 100%);
  background: -o-linear-gradient(top, #408dda 0%, #5ca7ed 100%);
  background: -ms-linear-gradient(top, #408dda 0%, #5ca7ed 100%);
  background: linear-gradient(to bottom, #408dda 0%, #5ca7ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408dda', endColorstr='#5ca7ed', GradientType=0);
}
.zindex-21 {
  z-index: 21;
  position: relative;
}
.scroll-slider {
  bottom: 20px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.scroll-slider i {
  font-size: 20px;
  color: #FFF;
}
#slider,
#tz-slider {
  padding: 0;
  margin: 0;
}
.next-project.scroll-slider {
  position: relative;
  width: 100px;
}
.wrapper.container .rev_slider_wrapper {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  left: auto !important;
}
.one-page.wrapper .fullscreen-container {
  width: 100% !important;
}
.agencystyle3 .primary-color.bold {
  color: #e5ae49;
  font-weight: bold;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(0deg);
    transform: rotate(0deg);
  }
}
@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(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
    -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);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  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);
    -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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@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);
    -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);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  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);
    -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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.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(0deg);
    transform: perspective(400px) rotateX(0deg);
    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(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    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(0deg);
    transform: perspective(400px) rotateY(0deg);
    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(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    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(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    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(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    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(0deg);
    transform: translateX(0%) skewX(0deg);
    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(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -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-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -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-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -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-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -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-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -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-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -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-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -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-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -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-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -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-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -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);
    -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);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -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);
    -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;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -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;
    -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;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@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(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  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;
}
div.jvc_bootstrap3 .jvc_alert {
  border: 1px solid #bebebe;
  position: relative;
  padding: 41px 40px 42px;
}
div.jvc_bootstrap3 .jvc_alert .icon {
  color: #9fadbd;
  float: left;
  font-size: 36px;
  line-height: 1;
  padding-right: 25px;
  margin-top: 7px;
}
div.jvc_bootstrap3 .jvc_alert .alert-content strong {
  font-size: 18px;
  color: #7a8692;
  font-weight: 600;
  margin-bottom: 5px;
}
div.jvc_bootstrap3 .jvc_alert .alert-content p {
  font-size: 14px;
  line-height: 24px;
  color: #818d9a;
  margin: 0;
}
div.jvc_bootstrap3 .jvc_alert i.close {
  color: #9fadbd;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  right: 17px;
  top: 10px;
  opacity: 1;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-danger {
  border-color: #c76e60;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-danger .alert-content strong,
div.jvc_bootstrap3 .jvc_alert.jvc_alert-danger .alert-content p {
  color: #c86353;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-danger i {
  color: #f95b46;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-success {
  border-color: #b7c3a2;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-success .alert-content strong,
div.jvc_bootstrap3 .jvc_alert.jvc_alert-success .alert-content p {
  color: #84be20;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-success i {
  color: #84be20;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-warning {
  border-color: #c8c2a1;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-warning .alert-content strong,
div.jvc_bootstrap3 .jvc_alert.jvc_alert-warning .alert-content p {
  color: #d99e12;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-warning i {
  color: #e7ad24;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-info {
  border-color: #90acc8;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-info .alert-content strong,
div.jvc_bootstrap3 .jvc_alert.jvc_alert-info .alert-content p {
  color: #4c8ecd;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-info i {
  color: #69aae7;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-dark {
  border-color: #4c5866;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-dark .alert-content strong,
div.jvc_bootstrap3 .jvc_alert.jvc_alert-dark .alert-content p {
  color: #6c7884;
}
div.jvc_bootstrap3 .jvc_alert.jvc_alert-dark i {
  color: #f56048;
}
.module_hover_gradient .mod_tz_tag li a:hover,
.module_hover_gradient .mod_tz_tag li span:hover {
  border: 1px solid transparent;
  color: #fff;
  background: #ed2a98;
  background: -moz-linear-gradient(45deg, #ed2a98 0%, #4d98e3 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ed2a98), color-stop(100%, #4d98e3));
  background: -webkit-linear-gradient(45deg, #ed2a98 0%, #4d98e3 100%);
  background: -o-linear-gradient(45deg, #ed2a98 0%, #4d98e3 100%);
  background: -ms-linear-gradient(45deg, #ed2a98 0%, #4d98e3 100%);
  background: linear-gradient(45deg, #ed2a98 0%, #4d98e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed2a98', endColorstr='#4d98e3', GradientType=1);
}
.pdm-55 .module-ct {
  padding-top: 55px;
}
.t-center {
  text-align: center;
}
.t-center h3.module-title::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.t-center.br-content .module-ct::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.t-right {
  text-align: right;
}
.br-content h3.module-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #3a424a;
  margin-bottom: 17px;
}
.br-content h3.module-title::after {
  border: none;
}
.br-content .module-ct {
  padding-top: 0;
  position: relative;
  max-width: 760px;
  margin: 0 auto 50px;
}
.br-content .module-ct::after {
  border-bottom: 2px solid #4396e6;
  bottom: -16px;
  content: " ";
  display: block;
  left: 2px;
  position: absolute;
  width: 60px;
}
.round_skills {
  position: relative;
}
.round_skills .chart {
  position: relative;
}
.round_skills .percent::after {
  content: " %";
}
.round_skills .percent {
  color: #22262b;
  font-size: 50px;
  line-height: 1.16;
}
.round_skills h3.title {
  font-size: 14px;
  line-height: 2;
  color: #3a424a;
  font-weight: 600;
  text-transform: uppercase;
  margin: 12px 0;
}
.round_skills .skills_boxes {
  padding-bottom: 28px;
}
.round_skills .col-lg-2 .percent {
  font-size: 40px;
}
.tz-progress-bar {
  overflow: hidden;
}
.tz-progress-bar h4 {
  font-size: 14px;
  color: #50575d;
  line-height: 24px;
  font-weight: bold;
  margin: 5px 0;
}
.tz-progress-bar .prgb-content {
  position: relative;
  padding-bottom: 10px;
}
.tz-progress-bar .prgb-content .value-prgb {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.tz-progress-bar .prgb-content .value-prgb > div {
  position: relative;
}
.tz-progress-bar .item-progress {
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.tz-progress-bar .tzskill-item-width {
  background: #e45914;
  height: 10px;
  position: relative;
  overflow: hidden !important;
}
.tz-progress-bar .child-prgb {
  position: relative;
}
.tz-progress-bar .child {
  position: absolute;
  top: -35px;
  right: 0;
}
.tz-progress-bar .child span {
  background: #4c5866;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 0 7px 1px;
  border-radius: 2px 2px 0;
  -moz-border-radius: 2px 2px 0;
  -webkit-border-radius: 2px 2px 0;
  -o-border-radius: 2px 2px 0;
}
.tz-progress-bar .child span::after {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid #4c5866;
  bottom: -3px;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.circular_skills .icon {
  width: 180px;
  height: 180px;
  position: relative;
  border: 2px solid #576474;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.circular_skills .icon > div {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}
.circular_skills .icon > div .table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.circular_skills .icon > div i {
  color: #fff;
  font-size: 35px;
  line-height: 30px;
  background: #576474;
  padding: 30px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.circular_skills .icon:hover {
  border-color: #f56048;
}
.circular_skills .icon:hover i {
  background: #f56048;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.circular_skills h3 {
  color: #3a424a;
  font-size: 36px;
  font-weight: normal;
  line-height: 24px;
  margin: 24px 0 8px;
}
.circular_skills .col-lg-2.col-md-2:last-child {
  margin-right: 0;
}
.circular_skills .col-lg-2.col-md-2 {
  margin-right: 40px;
}
.parallax.circular .row {
  margin: 0 -22px;
}
.parallax.circular > .container {
  padding: 50px 15px;
}
.parallax.circular .circular_prl {
  padding: 170px 0 180px;
}
.parallax.circular h3.module-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.3px;
  line-height: 40px;
  margin-bottom: 35px;
}
.parallax.circular h3.module-title::after {
  border-bottom: 4px solid #fff;
  bottom: -33px;
}
.parallax.circular .item {
  color: #FFF;
  border: 2px solid;
  margin: 0 22px;
  padding: 20px 0 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.parallax.circular .item i {
  font-size: 60px;
}
.parallax.circular .item h3 {
  font-size: 50px;
  color: #FFF;
  font-weight: 300;
  margin: 15px 0 12px;
}
.parallax.circular .item p {
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 0 15px;
}
.parallax.circular .item .table-cell {
  text-align: center;
  display: block;
}
.parallax.circular .w_bt {
  float: left;
}
.parallax.circular .w_bt.center {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.skill-home .circular_skills {
  padding: 94px 0 48px;
}
.module_pricing_table .jvc_bootstrap3 [class*="jvc_col-"] {
  padding: 0;
  border-right: none;
}
.module_pricing_table .jvc_row [class*="jvc_col-"]:last-child {
  border-right: 1px;
}
.custom_pricing_table {
  padding: 0 15px;
}
.custom_pricing_table .jvc_row > div:first-child .pricing-table {
  border-width: 1px;
}
.pricing-table {
  border-color: #dce2ed;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  text-align: center;
}
.pricing-table .ct-title {
  background: #4396e6;
  box-shadow: 0 5px 0 #3a76af;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  padding: 13px 45px;
  margin-top: -10px;
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
}
.pricing-table .price {
  font-size: 66px;
  line-height: 28px;
  color: #3a424a;
  padding: 55px 0;
}
.pricing-table .price sub.top {
  font-size: 40%;
  vertical-align: top;
  font-weight: bold;
  margin-right: -15px;
}
.pricing-table .price sub.bottom {
  font-size: 20%;
  vertical-align: bottom;
  margin-left: -15px;
}

 label {
    display: inline-block; 
    max-width: 100%;
    margin-bottom: 5px !important;
    font-weight: 700; /*csaba*/
}

/* .hikabtn { 
  display: none !important;
} /*csaba*/

/* dl.hika_options, dl.hika_suboptions { 
    margin-bottom: 2px;
    display: none;
} /*csaba*/

#hikashopcpanel div.icon{
    height: 100px !important;
	color: red;
} /*csaba*/

.address_selection, #hikashop_checkout_selected_billing_address, #hikashop_checkout_selected_shipping_address { /*csaba*/
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin: 0px 0px 10px 0px;
    background: #F8F8F8;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
    background: -o-linear-gradient(top, #ffffff, #f8f8f8);
    background: linear-gradient(top, #ffffff, #f8f8f8);
}

.hikashop_product_variant_subname {	/*csaba*/
    font-size: 10px;
	color: white;
}

.hikashop_cart_products { /*csaba*/
    font-size: 10px;
}

.hikashop_order_main_table {
	font-size: 10px !important;
	
} /*csaba*/

.hikashop_order_item_total { /*csaba*/
	display: none;
}

/*table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    font-size: 10px !important;
} /*csaba*/

.plazart-mainnav .navbar-toggle { /*csaba*/
    
    max-width: 10% !important;
}



.pricing-table .ds-title {
  background: #ff0000 none repeat scroll 0 0;
  border: 5px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  bottom: -30px;
  color: #fff;
  display: inline-block;
  height: 52px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: -21px;
  text-align: left;
  top: auto;
  width: 52px;
}
.pricing-table .ds-title > span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  left: -3px;
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}
.pricing-table .title {
  position: relative;
  display: inline-block;
}
.pricing-table ul {
  padding: 0;
  list-style: none;
}
.pricing-table ul li {
  font-size: 14px;
  line-height: 58px;
  border-top: 1px solid #dce2ed;
  color: #818d9a;
  font-weight: 500;
}
.pricing-table ul li:last-child {
  border-bottom: 1px solid #dce2ed;
}
.pricing-table ul li:nth-child(2n+1) {
  background: #f8f8f8;
}
.pricing-table .bottom {
  padding: 25px 0 43px;
}
.pricing-table .bottom .btn {
  border: 1px solid;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 14px 25px;
}
.pricing-table .btn:focus,
.pricing-table .btn:active,
.pricing-table :hover {
  outline: none;
  text-decoration: none !important;
}
.pricing-table.jvc_active {
  margin-top: -25px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #ced4df;
}
.pricing-table.jvc_active .price {
  padding-top: 80px;
}
.tz-tab {
  border: 1px solid #dce2ed;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.tz-tab ul.nav-tabs {
  border: none;
  background: #4c5866;
  width: 100%;
  display: table;
}
.tz-tab ul.nav-tabs li {
  display: table-cell;
  float: none;
  margin: 0;
  border-right: 1px solid #fff;
}
.tz-tab ul.nav-tabs li.active,
.tz-tab ul.nav-tabs li:hover,
.tz-tab ul.nav-tabs li.open {
  background: #4396e6;
}
.tz-tab ul.nav-tabs li.active::before,
.tz-tab ul.nav-tabs li:hover::before,
.tz-tab ul.nav-tabs li.open::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.tz-tab ul.nav-tabs li:last-child {
  border: none;
}
.tz-tab ul.nav-tabs li a {
  background: transparent;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding: 1px 43px;
}
.tz-tab ul.nav-tabs li a:hover {
  background: transparent;
  color: #fff;
}
.tz-tab .nav-tabs > li > a {
  border: none;
}
.tz-tab .nav-tabs > li.active > a,
.tz-tab .nav-tabs > li.active > a:focus,
.tz-tab .nav-tabs > li.active > a:hover {
  border: none;
}
.tz-tab .tab-content {
  padding: 20px 20px 18px;
  font-size: 14px;
  line-height: 24px;
  color: #818d9a;
}
.tz-tab .edge_left .active::after {
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #4396e6;
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
.tz-tab .edge_center .active::after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 9px solid #4396e6;
  bottom: -9px;
  content: " ";
  display: block;
  height: 10px;
  left: 45%;
  position: absolute;
  text-align: center;
  width: 10px;
}
.tz-tab .edge_right .active::after {
  border-bottom: 9px solid rgba(0, 0, 0, 0);
  border-left: 10px solid;
  content: " ";
  height: 0;
  position: absolute;
  right: -1px;
  width: 10px;
}
.tz-tab.smntab_border > ul li,
.tz-tab.smntab_border > ul li:last-child {
  border-bottom: 1px solid #dce2ed;
}
.tz-tab.smntab_border > ul li.active,
.tz-tab.smntab_border > ul li:last-child.active {
  border-bottom: none;
}
.tz-tab-vertical .nav-tabs {
  border-bottom: none;
}
.tz-tab-vertical.style1 li:last-child a {
  border-bottom-width: 1px !important;
}
.tz-tab-vertical .nav-tabs > li {
  float: none;
  display: block;
  position: relative;
  clear: both;
}
.tz-tab-vertical > .row > div:first-child {
  padding-right: 0;
  background: #fff;
  display: block;
  position: relative;
  z-index: 999;
}
.tz-tab-vertical > .row > div:last-child {
  padding-left: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #dce2ed;
  margin-left: -1px;
}
.tz-tab-vertical > .row > div:last-child .tab-content {
  font-size: 14px;
  line-height: 24px;
  color: #818d9a;
  padding: 15px 20px;
}
.tz-tab-vertical li {
  margin: 0;
}
.tz-tab-vertical li.active a,
.tz-tab-vertical li a:hover {
  border-width: 1px 0 1px 1px;
  color: #4396e6;
}
.tz-tab-vertical li a {
  color: #818d9a;
  font-size: 14px;
  line-height: 21px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #dce2ed;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.tz-tab-vertical li a:hover {
  color: #4396e6;
}
.tz-tab-vertical li a i {
  padding-right: 5px;
}
.tz-tab-vertical li:first-child a {
  border-width: 1px !important;
}
.tz-tab-vertical li:first-child > a:focus,
.tz-tab-vertical li:first-child > a:hover,
.tz-tab-vertical li:first-child.active a,
.tz-tab-vertical li:first-child.open > a,
.tz-tab-vertical li:first-child.open > a:focus,
.tz-tab-vertical li:first-child.open > a:hover {
  border-width: 1px 0 1px 1px !important;
  border-color: #dce2ed;
}
.tz-tab-vertical li:last-child a {
  border-bottom-width: 0 !important;
}
.tz-tab-vertical li:last-child > a:focus,
.tz-tab-vertical li:last-child > a:hover,
.tz-tab-vertical li:last-child.open > a,
.tz-tab-vertical li:last-child.open > a:focus,
.tz-tab-vertical li:last-child.open > a:hover {
  border-width: 0 0 0 1px;
  border-color: #dce2ed;
}
.tz-tab-vertical li.active > a,
.tz-tab-vertical li.active > a:focus,
.tz-tab-vertical li.active > a:hover {
  background: transparent;
  border-width: 0 0 1px 1px;
  border-color: #dce2ed;
}
.tz-tab-vertical li > a:focus,
.tz-tab-vertical li > a:hover,
.tz-tab-vertical li.open > a,
.tz-tab-vertical li.open > a:focus,
.tz-tab-vertical li.open > a:hover {
  background: transparent;
  border-width: 0px 0 1px 1px;
  border-color: #dce2ed;
}
.tz-tab-vertical.style2 > .row > div:last-child {
  margin: 0;
}
.tz-tab-vertical.style2 li:first-child a,
.tz-tab-vertical.style2 li:first-child.active a:hover,
.tz-tab-vertical.style2 li:first-child.open a,
.tz-tab-vertical.style2 li:first-child a:hover {
  border-width: 0 0 1px 0 !important;
}
.tz-tab-vertical.style2 li:last-child a {
  border-width: 0 !important;
}
.tz-tab-vertical.style2 li a {
  border-width: 0 0 1px 0 !important;
}
.tz-tab-vertical.style3 > .row > div:last-child {
  margin: 0;
}
.tz-tab-vertical.style3 > .row > div:last-child {
  margin: 0;
  border-width: 0 0 0 1px;
}
.tz-tab-vertical.style3 li:first-child a,
.tz-tab-vertical.style3 li:first-child.active a:hover,
.tz-tab-vertical.style3 li:first-child.open a,
.tz-tab-vertical.style3 li:first-child a:hover {
  border-width: 0 0 1px 0 !important;
}
.tz-tab-vertical.style3 li:last-child a {
  border-width: 0 !important;
}
.tz-tab-vertical.style3 li a {
  border-width: 0 0 1px 0 !important;
}
.tab-menu .tz-module.module {
  padding-bottom: 50px;
}
.tz-accordion .panel-group .panel + .panel {
  margin-top: 8px;
}
.tz-accordion .panel {
  box-shadow: none;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}
.tz-accordion .panel .panel-heading {
  padding: 0;
}
.tz-accordion .panel .panel-heading a {
  font-size: 14px;
  padding: 12px 15px 12px 20px;
  font-weight: 600;
  display: block;
  line-height: 16px;
  position: relative;
}
.tz-accordion .panel .panel-heading a.accordion-toggle {
  background: #4396e6;
  color: #fff;
}
.tz-accordion .panel .panel-heading a.accordion-toggle::after {
  background-image: url("../../../images/minus.png");
}
.tz-accordion .panel .panel-heading a.accordion-toggle.collapsed {
  background: #f8f8f8;
  color: #6c7884;
}
.tz-accordion .panel .panel-heading a.accordion-toggle.collapsed::after {
  background-image: url("../../../images/plus.png");
}
.tz-accordion .panel .panel-heading a:hover,
.tz-accordion .panel .panel-heading a:focus,
.tz-accordion .panel .panel-heading a:active {
  text-decoration: none;
}
.tz-accordion .panel .panel-heading a::after {
  background-position: right center;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  width: 100%;
}
.tz-accordion .panel .panel-body {
  border: 1px solid #dce2ed;
  border-top: none;
  color: #818d9a;
  font-size: 14px;
  line-height: 24px;
}
.tz-accordion.tab-br .panel .panel-heading a {
  border: 1px solid #dce2ed;
}
.tz-accordion.tab-br .panel-heading a.accordion-toggle,
.tz-accordion.tab-br .panel-default > .panel-heading {
  background: transparent !important;
}
.tz-accordion.tab-br-bt .panel .panel-heading a {
  border-bottom: 1px solid #dce2ed;
}
.tz-accordion.tab-br-bt .panel-heading a.accordion-toggle,
.tz-accordion.tab-br-bt .panel-default > .panel-heading {
  background: transparent !important;
}
.tz-accordion.tab-br-bt .panel .panel-heading a {
  padding-left: 15px;
}
.tz-accordion.tab-br-bt .panel .panel-heading a.accordion-toggle::after {
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  background-color: #4396e6;
  top: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.tz-accordion.tab-br-bt .panel .panel-heading a.accordion-toggle.collapsed::after {
  background-color: #f8f8f8;
}
.accordion-widget .panel-heading a {
  color: #4396e6;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.accordion-widget .panel-heading a i {
  color: #ccc;
  font-size: 13px;
}
.accordion-widget .panel-heading a.collapsed {
  color: #818d9a;
}
.accordion-widget .panel-heading a.collapsed i {
  color: #818d9a;
}
.accordion-widget .panel-heading a:not(.collapsed) i {
  font-size: 0;
}
.accordion-widget .panel-heading a:not(.collapsed) i:before {
  content: "\f057";
  display: block;
  font-size: 13px;
  font-family: FontAwesome;
}
.accordion-widget a:hover,
.accordion-widget a:focus,
.accordion-widget a:active {
  text-decoration: none;
}
.accordion-widget .panel {
  box-shadow: none;
}
.accordion-widget .panel-heading {
  padding: 0;
  position: relative;
}
.accordion-widget .panel-heading i {
  position: absolute;
  right: 0;
  top: 10px;
}
.accordion-widget .panel-heading span {
  padding-right: 8px;
}
.accordion-widget .panel-body {
  padding: 0 0 5px 0;
  border: none !important;
  padding-top: 5px !important;
}
.accordion-widget .panel {
  background: transparent;
  border-color: #dce2ed;
  border-width: 0 0 1px 0;
  border-style: solid;
  margin-top: 0 !important;
  padding-bottom: 5px;
}
.accordion-widget .panel-heading,
.accordion-widget .panel-body {
  background: transparent;
  border: none;
}
.accordion-widget .panel:last-child {
  border: none;
}
.accordion-widget.icon_left .panel-heading i {
  left: 0;
  right: auto;
}
.accordion-widget.icon_left .panel-heading a {
  padding-left: 25px;
}
.module_icon_left .accordion-widget .panel {
  padding-top: 3px;
}
.module_icon_left .accordion-widget .panel-collapse,
.module_icon_left .accordion-widget .accordion-toggle {
  padding-left: 30px;
}
.module_icon_left .accordion-widget i {
  right: auto;
  left: 0;
}
.module_icon_left .accordion-widget .panel-heading span {
  padding-right: 0;
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recent-post a:hover {
  text-decoration: none;
}
.recent-post ul {
  padding: 0;
  list-style: none;
}
.recent-post ul li {
  padding: 10px 0;
  border-bottom: 1px solid #374554;
}
.recent-post ul li:last-child {
  border: none;
}
.recent-post ul a {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  position: relative;
}
.recent-post ul .media {
  display: block;
  float: left;
  height: 70px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 70px;
}
.recent-post ul .media .tz_image {
  max-height: 70px;
  overflow: hidden;
}
.recent-post ul .media img {
  width: 80px;
  max-height: 70px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  max-width: 100%;
}
.recent-post ul .media i {
  background: #344355;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  height: 26px;
  left: 33%;
  line-height: 26px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 35%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
  z-index: 99;
}
.recent-post ul h6 {
  margin: 0;
  line-height: 1;
}
.recent-post ul .tz_date {
  color: #67737f;
}
.recent-post .tz_image::after {
  background: #4396e6;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.recent-post .tz_image:hover:after,
.recent-post .tz_image:hover i {
  opacity: 0.8;
}
.recent-post .tz_image:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.recent-post .content {
  padding-left: 86px;
}
.footer .TzContact {
  padding: 0;
}
.tz-services .container {
  position: relative;
}
.tz-services .serviceicon {
  float: left;
  padding-right: 20px;
}
.tz-services .serviceicon i {
  font-size: 32px;
  color: #4396e6;
  line-height: 28px;
}
.tz-services h4 {
  color: #3a424a;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.tz-services .owl-item img {
  display: block;
  margin: 0 auto;
}
.tz-services .navigation > a {
  width: 19px;
  height: 46px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 31%;
  cursor: pointer;
  opacity: 0.5;
}
.tz-services .navigation > a:hover {
  opacity: 1;
}
.tz-services .navigation > a:first-child {
  background: url("../../../images/left.png");
  left: 15px;
}
.tz-services .navigation > a:last-child {
  background: url("../../../images/right.png");
  right: 15px;
}
.tz-services.background {
  padding: 100px 0;
  text-align: center;
}
.tz-services.parallax {
  padding: 50px 0;
}
.tz-services.parallax .owl-carousel {
  position: static;
}
.tz-services.parallax .owl-carousel.owl-theme {
  padding: 150px 0 110px;
}
.tz-services.parallax .owl-carousel .owl-wrapper-outer {
  width: 99%;
}
.tz-services.parallax .owl-carousel .owl-item:last-child .image {
  border-right: none !important;
}
.tz-services.parallax .image {
  border-bottom: 1px solid #6d7173;
  border-right: 1px solid #6d7173;
  height: 150px;
  text-align: center;
}
.tz-services.parallax .image:last-child {
  border-bottom: none;
}
.tz-services.parallax .image img {
  padding: 20px 0;
  margin: 0 auto;
}
.tz-services.parallax h3 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  position: relative;
}
.tz-services.parallax h3:after {
  border-bottom: 4px solid #fff;
  bottom: -30px;
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 80px;
}
.tz-services.parallax .owl-pagination {
  position: absolute;
  right: 80px;
}
.tz-services.parallax .owl-pagination .owl-page {
  display: block;
}
.tz-services.parallax .owl-pagination .owl-page span {
  background: transparent;
  border: 2px solid #FFF;
  width: 14px;
  height: 14px;
}
.tz-services.parallax .owl-pagination .owl-page.active span {
  background: #FFF;
}
.tz-services.parallax .navigation > a {
  bottom: 50px;
  top: auto;
}
.tz-services.parallax .navigation > a:last-child {
  right: 48%;
}
.tz-services.parallax .navigation > a:first-child {
  left: 48%;
}
.tz-services .clr {
  clear: both;
}
.tz-services.center {
  text-align: center;
}
.tz-services.center h4 {
  margin: 30px 0 13px;
}
.tz-services.center .smn-ic .serviceicon {
  float: none;
}
.tz-services.center .row > div {
  padding-bottom: 30px;
}
.tz-services.center .row > div.clr {
  padding-bottom: 26px;
}
.module.no-br .tz-services.parallax h3::after {
  border: none;
}
.parallax.mobile {
  text-align: center;
}
.parallax.mobile .owl-carousel .owl-wrapper-outer {
  width: 100%;
}
.parallax.mobile .image {
  height: auto;
  border: none;
}
.parallax.mobile h3.module-title {
  color: #3a424a;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 10px;
}
.parallax.mobile .tz-services.parallax {
  padding: 50px 0 0;
}
.parallax.mobile .tz-services.parallax .owl-carousel.owl-theme {
  padding: 5px 0 0;
}
.parallax.mobile .tz-services.parallax .owl-controls {
  position: relative;
}
.parallax.mobile .tz-services.parallax .owl-pagination {
  text-align: center;
  position: absolute;
  bottom: -64px;
  margin: 0 auto;
  right: 0;
  width: 100%;
}
.parallax.mobile .tz-services.parallax .owl-pagination .owl-page {
  display: inline-block;
}
.parallax.mobile .tz-services.parallax .owl-pagination .owl-page span {
  border: 2px solid #dce2ed;
  background: transparent;
}
.parallax.mobile .tz-services.parallax .owl-pagination .owl-page.active span {
  border: 2px solid #4396e6;
  background: #4396e6;
}
.mod-abouts p {
  padding: 5px 0 10px;
}
.mod-abouts .title-mod {
  margin-bottom: 78px;
}
.mod-abouts .jvc_btn {
  margin-top: 35px;
  letter-spacing: 2px;
}
.mod-abouts .module-ct img {
  padding-top: 35px;
}
.mod-abouts .jvc_btn:hover {
  background-color: #4396e6 !important;
  color: #FFF !important;
  border-color: #4396e6 !important;
}
.mod-abouts button.jvc_btn-lg,
.mod-abouts .btn.jvc_btn-lg,
.mod-abouts .jvc_bootstrap3 button.jvc_btn-lg {
  padding: 18px 30px;
}
.parallax.default {
  color: #fff;
}
.parallax.default h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 34px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.parallax.default p {
  font-size: 16px;
  line-height: 32px;
}
.parallax.default .desc {
  padding: 73px 0 85px;
}
.parallax.poligon .content-left {
  padding: 113px 0 115px;
}
.parallax.poligon h3,
.parallax.poligon h4 {
  font-size: 36px;
  line-height: 46px;
  color: #FFF;
}
.parallax.poligon h4 {
  font-weight: 300;
  margin: -4px 0 0 0;
}
.parallax.poligon h3 {
  font-weight: bold;
  margin-top: 0;
}
.parallax.poligon h6 {
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  margin: 0;
}
.parallax.poligon .desc {
  padding: 15px 0 0;
}
.parallax.poligon .desc p {
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
  padding-bottom: 20px;
}
.parallax.poligon .btn {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 17px 30px;
  color: #FFF;
  border: none;
  background: #408dda;
  background: -moz-linear-gradient(90deg, #408dda 0%, #5ca7ed 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #408dda), color-stop(100%, #5ca7ed));
  background: -webkit-linear-gradient(90deg, #408dda 0%, #5ca7ed 100%);
  background: -o-linear-gradient(90deg, #408dda 0%, #5ca7ed 100%);
  background: -ms-linear-gradient(90deg, #408dda 0%, #5ca7ed 100%);
  background: linear-gradient(90deg, #408dda 0%, #5ca7ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408dda', endColorstr='#5ca7ed', GradientType=1);
}
.parallax.poligon .media-right {
  position: absolute;
  right: 0;
  top: -80px;
}
.parallax.detail .content {
  position: relative;
}
.parallax.detail h2 {
  font-size: 60px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  margin: 105px 0 0;
}
.parallax.detail h3 {
  font-size: 36px;
  color: #FFF;
  font-weight: 300;
  line-height: 49px;
  margin-top: 2px;
}
.parallax.detail .prent-table {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.parallax.feature > .overlay {
  padding: 120px 0 80px;
}
.parallax.feature .row > .media {
  padding: 0;
}
.parallax.feature .item {
  padding-top: 38px;
}
.parallax.feature .item .smn-ic {
  width: 85px;
  height: 85px;
  float: left;
  padding: 4px;
  border: 2px solid #4396e6;
  color: #FFF;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.parallax.feature .item .smn-ic .serviceicon {
  background: #4396e6;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.parallax.feature .item .smn-ic .serviceicon i {
  font-size: 36px;
  color: #FFF;
  line-height: 70px;
}
.parallax.feature .item .smn-ic:hover .serviceicon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.parallax.feature .item > .content {
  padding-left: 120px;
}
.parallax.feature .item > .content h4 {
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
}
.tz-bar {
  padding: 55px 0;
  position: relative;
}
.tz-bar .btn {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 28px;
  letter-spacing: 2px;
}
.tz-bar .btn:hover {
  background: #fff;
  color: #333;
}
.tz-bar h3 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 11px;
}
.tz-bar p {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}
.tz-bar .bar-right {
  text-align: right;
}
.tz-bar.center {
  text-align: center;
  padding: 60px 0 80px;
}
.tz-bar.center .btn {
  margin-top: 20px;
}
.tz-bar .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tz-mobilize h2 {
  font-size: 36px;
  line-height: 30px;
  color: #3a424a;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  padding: 15px 0 30px;
}
.tz-mobilize .image-mobilize {
  padding-top: 70px;
}
.tz-mobilize mark {
  background: #57a0e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  margin: 0 10px;
  position: relative;
}
.tz-mobilize mark:before {
  border-bottom: 21px solid rgba(0, 0, 0, 0);
  border-right: 33px solid rgba(0, 0, 0, 0);
  border-top: 130px solid #57a0e7;
  content: " ";
  display: block;
  height: 0;
  left: -8%;
  position: absolute;
  right: 100%;
  top: 100%;
  width: 0;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.portfolio-desc {
  text-align: center;
}
.portfolio-desc .tz_title {
  margin: 0;
  padding: 13px 0 0;
  line-height: 25px;
}
.portfolio-desc .tz_title > a {
  color: #50575d;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.portfolio-desc .owl-wrapper-outer .owl-item > div {
  padding: 0 15px;
}
.portfolio-desc .article-info {
  font-style: italic;
}
.portfolio-desc .tz_description {
  margin-top: -1px;
  padding-bottom: 4px;
}
.portfolio-desc p {
  color: #9fadbd;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.portfolio-desc .content {
  border-color: #dce2ed;
  background: #FFF;
  border-style: solid;
  border-width: 0 1px 1px;
  box-shadow: 0 5px 0 #dfdfdf;
  margin-top: 0;
  margin-bottom: 35px;
  position: relative;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.portfolio-desc .content::after {
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: -10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 10px;
}
.portfolio-desc .navigation {
  padding: 65px 0 35px;
}
.portfolio-desc .navigation a {
  background: #ddd;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}
.portfolio-desc .navigation a:hover {
  background: #57a0e7;
}
.portfolio-desc .navigation a i {
  font-size: 30px;
  line-height: 45px;
  color: #FFF;
}
.portfolio-desc .WhiteRounded {
  position: absolute;
}
.portfolio-desc .hover-icon span:nth-of-type(2) {
  margin: -20px -82px 0 0;
  opacity: 0;
  right: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.portfolio-desc .hover-icon span:nth-of-type(1) {
  left: 50%;
  margin: -20px 0 0 -82px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.portfolio-desc .table-prent,
.portfolio-desc .table-prent {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.portfolio-desc .item-content:hover .hover-icon span:nth-of-type(2) {
  margin: -20px -42px 0 0;
  opacity: 1;
  visibility: visible;
}
.portfolio-desc .item-content:hover .hover-icon span:nth-of-type(1) {
  margin: -20px 0 0 -42px;
  opacity: 1;
  visibility: visible;
}
.portfolio-desc .item-content:hover .content {
  background: #4396e6 none repeat scroll 0 0;
  border-color: #4396e6;
  box-shadow: 0 5px 0 #3a76af;
}
.portfolio-desc .item-content:hover .content::after {
  border-bottom: 10px solid #4396e6;
}
.portfolio-desc .item-content:hover .tz_title > a,
.portfolio-desc .item-content:hover .tz_description p {
  color: #fff;
}
.portfolio-desc .item-content .tz_image.ImageWrapper img {
  width: 100%;
}
.carousel.portfolio {
  padding-top: 110px;
}
.carousel.portfolio .media {
  position: relative;
  margin-top: 0;
  max-height: 250px;
  overflow: hidden;
}
.carousel.portfolio .media .tz_image {
  overflow: hidden;
  position: relative;
}
.carousel.portfolio .media .tz_image:after {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.portfolio .media .tz_image img {
  max-width: none;
}
.carousel.portfolio .content {
  background: #FFF;
  padding: 20px 15px;
  position: relative;
  z-index: 9;
}
.carousel.portfolio .content.top::after {
  border-bottom: 12px solid #fff;
  border-right: 20px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: -15px;
  width: 20px;
}
.carousel.portfolio .content.bottom::after {
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #ffffff;
  bottom: -15px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 20px;
  top: auto;
  width: 20px;
}
.carousel.portfolio .content.bottom .article-info span {
  padding: 0;
}
.carousel.portfolio .content.bottom .article-info span .line {
  padding: 0 4px;
}
.carousel.portfolio .tz_date {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 24px;
  height: 56px;
  left: 20px;
  line-height: 16px;
  padding-top: 11px;
  position: absolute;
  top: 20px;
  width: 56px;
  text-align: center;
}
.carousel.portfolio .tz_date span {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: block;
  text-transform: uppercase;
}
.carousel.portfolio .article-info {
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
}
.carousel.portfolio .article-info span {
  padding-right: 4px;
  padding-left: 3px;
}
.carousel.portfolio .article-info span:first-child {
  padding-left: 0;
}
.carousel.portfolio .article-info span:last-child {
  padding-right: 0;
}
.carousel.portfolio .tz_description {
  padding-top: 16px;
  padding-bottom: 5px;
}
.carousel.portfolio .tz_description p {
  margin-bottom: 5px;
}
.carousel.portfolio .tz_hits {
  font-size: 14px;
  line-height: 20px;
  color: #cccccc;
  font-style: italic;
}
.carousel.portfolio .tz_title {
  margin: 0;
  line-height: 25px;
}
.carousel.portfolio .tz_title a {
  color: #3a424a;
  font-size: 18px;
  line-height: 22px;
}
.carousel.portfolio .owl-item:hover .content {
  background: #4396e6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.carousel.portfolio .owl-item:hover .content .tz_title a {
  color: #FFF;
}
.carousel.portfolio .owl-item:hover .content p {
  color: #cedbe9;
}
.carousel.portfolio .owl-item:hover .content.top::after {
  border-bottom: 12px solid #4396e6;
  border-right: 20px solid rgba(0, 0, 0, 0);
}
.carousel.portfolio .owl-item:hover .content.bottom::after {
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #4396e6;
}
.carousel.portfolio .owl-item:hover .content div {
  color: #FFF;
}
.carousel.portfolio .owl-controls {
  padding: 65px 0 0;
}
.carousel.portfolio .owl-theme .owl-page.active span,
.carousel.portfolio .owl-theme .owl-page:hover span {
  background: #4396e6 none repeat scroll 0 0;
}
.carousel.portfolio .owl-theme div.owl-controls span {
  background: #ccc;
}
.carousel.portfolio-full-width .item {
  position: relative;
}
.carousel.portfolio-full-width .item .content {
  color: #FFF;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 13px;
}
.carousel.portfolio-full-width .item .content a {
  color: #FFF;
}
.carousel.portfolio-full-width .item img {
  max-width: none;
  position: relative;
}
.carousel.portfolio-full-width .item .tz_title {
  margin: 0;
  line-height: 1;
}
.carousel.portfolio-full-width .item .tz_title a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: bold;
}
.carousel.portfolio-full-width .item .hover-icon {
  position: absolute;
  bottom: 105px;
  width: 100%;
}
.carousel.portfolio-full-width .item .hover-icon .WhiteRounded {
  position: absolute;
  -webkit-transition: 0.4;
  -o-transition: 0.4;
  transition: 0.4;
}
.carousel.portfolio-full-width .item .hover-icon .WhiteRounded:nth-of-type(1) {
  bottom: 50%;
  left: 50%;
  margin: -20px 0 0 -44px;
  opacity: 0;
  top: 50%;
  visibility: hidden;
  -webkit-transform: scale(0.2) rotate(0deg);
  -moz-transform: scale(0.2) rotate(0deg);
  -ms-transform: scale(0.2) rotate(0deg);
  -o-transform: scale(0.2) rotate(0deg);
  transform: scale(0.2) rotate(0deg);
}
.carousel.portfolio-full-width .item .hover-icon .WhiteRounded:nth-of-type(2) {
  bottom: 50%;
  margin: -20px -44px 0 0;
  opacity: 0;
  right: 50%;
  top: 50%;
  visibility: hidden;
  -webkit-transform: scale(0.2) rotate(0deg);
  -moz-transform: scale(0.2) rotate(0deg);
  -ms-transform: scale(0.2) rotate(0deg);
  -o-transform: scale(0.2) rotate(0deg);
  transform: scale(0.2) rotate(0deg);
}
.carousel.portfolio-full-width .item:hover .hover-icon .WhiteRounded:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  visibility: visible;
}
.carousel.portfolio-full-width .item:hover .hover-icon .WhiteRounded:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.module_loadmodule h3.module-title {
  color: #fff;
}
.module_loadmodule.br-content .module-ct {
  width: auto;
  max-width: none;
}
.module_loadmodule.br-content .module-ct::after {
  border: none;
}
.module_loadmodule.br-content .module-ct .desc-title {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.module_loadmodule.br-content .module-ct .desc-title::after {
  border-bottom: 2px solid #4396e6;
  bottom: -24px;
  content: " ";
  display: block;
  left: 2px;
  position: absolute;
  width: 60px;
}
.module_loadmodule.t-center .module-ct .desc-title::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.TzContact {
  padding-left: 15px;
  padding-right: 15px;
}
.TzContact input,
.TzContact textarea {
  margin-bottom: 20px;
  background: transparent;
  position: relative;
  border: 1px solid transparent;
}
.TzContact .input-v3 {
  position: relative;
}
.TzContact .emailCopy {
  padding: 15px 0;
}
.TzContact .emailCopy input {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
}
.TzContact .emailCopy label {
  margin: 0;
}
.TzContact .contact-address {
  padding: 15px 0;
}
.TzContact #contact-form i {
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 14px;
}
.TzContact #tz-contact-send {
  background: #57a1e9;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 15px 20px;
}
.TzContact #tz-contact-send.full {
  display: block;
  font-size: 12.75px;
  letter-spacing: 1.5px;
  padding: 18px 20px;
  width: 100%;
}
.TzContact .contact-address.border-color {
  padding: 10px 0;
  text-align: center;
}
.TzContact .contact-address.border-color .smnicon-font .border {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border: 1px solid #4396e6;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.TzContact .contact-address.border-color .smnicon-font .border i {
  font-size: 30px;
  line-height: 72px;
  color: #4396e6;
}
.TzContact .contact-address.border-color .map .smnicon-font .border {
  border-color: #e9138c;
}
.TzContact .contact-address.border-color .map .smnicon-font .border i {
  color: #e9138c;
}
.TzContact .contact-address.border-color .email .smnicon-font .border {
  border-color: #f56048;
}
.TzContact .contact-address.border-color .email .smnicon-font .border i {
  color: #f56048;
}
.TzContact .contact-address.border-color .phone .smnicon-font .border {
  border-color: #15c0cc;
}
.TzContact .contact-address.border-color .phone .smnicon-font .border i {
  color: #15c0cc;
}
.TzContact .contact-address.border-color .info {
  padding: 0;
}
.TzContact .contact-address.border-color h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 14px;
}
.TzContact.contact-2 #contact-form {
  padding: 90px 0;
}
.TzContact.contact-2 #tz-contact-send {
  background: #4c5866;
  background: -moz-linear-gradient(0deg, #4c5866 0%, #738396 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4c5866), color-stop(100%, #738396));
  background: -webkit-linear-gradient(0deg, #4c5866 0%, #738396 100%);
  background: -o-linear-gradient(0deg, #4c5866 0%, #738396 100%);
  background: -ms-linear-gradient(0deg, #4c5866 0%, #738396 100%);
  background: linear-gradient(0deg, #4c5866 0%, #738396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c5866', endColorstr='#738396', GradientType=1);
}
.TzContact.contact-2 .fleft {
  position: relative;
}
.TzContact.contact-2 textarea {
  min-height: 190px;
}
.TzContact.contact-3 .input-v3 {
  position: relative;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left {
  text-align: left;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left h4,
.TzContact.contact-3 .contact-address.border-color .smnicon-left .desc {
  padding-left: 65px;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left h4 {
  margin-bottom: 7px;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left .smnicon-font {
  float: left;
  text-align: center;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left .border {
  width: 46px;
  height: 46px;
  border: none;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left .border i {
  font-size: 24px;
  color: #FFF;
  line-height: 46px;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left .clock .border {
  background: #4396e6;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left .map .border {
  background: #e9138c;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left .phone .border {
  background: #15c0cc;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left .email .border {
  background: #f56048;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left .email .border i {
  font-size: 20px;
}
.TzContact.contact-3 .contact-address.border-color .smnicon-left > div:first-child h4 {
  margin-top: 0;
}
.TzContact.contact-3 .contact-address.border-color .desc {
  font-size: 14px;
  line-height: 24px;
  color: #818d9a;
}
.TzContact.contact-3 .contact-misc h4 {
  margin-top: -5px;
  font-size: 24px;
  color: #50575d;
  font-weight: normal;
}
.TzContact.contact-3 .social-contact {
  border-top: 1px solid #dce2ed;
  margin-top: 33px;
  padding-top: 40px;
}
.TzContact.contact-3 .social-link li {
  padding-right: 9px;
}
.TzContact.contact-3 .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #dce2ed;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  display: inline-block;
}
.TzContact.contact-3 .social-link li a span {
  font-size: 14px;
  line-height: 30px;
  color: #cbd1dc;
  margin-left: 4px;
}
.TzContact.touch input,
.TzContact.touch textarea {
  padding: 6px 10px;
}
.TzContact.touch #contact-form i {
  top: 6px;
  right: 10px;
}
.TzContact.touch #tz-contact-send.full {
  padding: 10px 20px;
}
.contact-home .tz-services.background {
  padding: 0;
}
.contact-home .tz-services.background > .container {
  padding: 0;
}
.contact-home .TzContact {
  padding: 160px 15px 140px;
}
.contact-home .TzContact input,
.contact-home .TzContact textarea {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.contact-home .TzContact textarea {
  margin-bottom: 10px;
}
.contact-home .TzContact #tz-contact-send {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.contact-home .TzContact .contact-address {
  padding-top: 0;
}
.contact-home .TzContact .ct-desc {
  text-align: left;
  line-height: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
.contact-home .TzContact .ct-desc:first-child {
  padding-top: 0;
}
.contact-home .TzContact .ct-desc:last-child {
  border-bottom: none;
}
.contact-home .TzContact .ct-desc .contact-icon {
  width: 70px;
  float: left;
}
.contact-home .TzContact .ct-desc .info {
  padding-left: 90px;
  padding-bottom: 0;
}
.contact-home .contact-webpage a {
  color: #FFF;
}
.contact-home .parallax .container {
  padding: 78px 15px 125px;
}
.contact-home .module-ct {
  margin-bottom: 0;
}
.contact-v1 .TzContact textarea {
  margin-bottom: 8px;
}
.tz-google-map {
  position: relative;
}
.tz-google-map .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.tz-google-map .table {
  display: table;
  margin-bottom: 0;
  height: 100%;
}
.tz-google-map .table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tz-google-map h2 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.tz-google-map h2::after {
  border-top: 2px solid;
  content: "";
  display: block;
  margin-top: 13px;
}
.tz-google-map h2::before {
  border-top: 2px solid;
  content: "";
  display: block;
  margin-bottom: 13px;
}
.tz-google-map h2 span {
  font-weight: 300;
}
.our-work {
  position: relative;
}
.our-work .br {
  border-bottom: 2px dashed #eeeeee;
  display: block;
  left: 30px;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 31%;
  width: 93%;
}
.our-work .media {
  position: relative;
  padding: 0 22px;
}
.our-work .media img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.our-work .media .smnicon-font {
  background: #4396e6;
  bottom: 0;
  display: block;
  height: 60px;
  position: absolute;
  right: 25px;
  width: 60px;
  line-height: 48px;
  color: #FFF;
  font-size: 24px;
  border: 5px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.our-work .media .icon {
  border: 4px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  bottom: 15px;
  color: #fff;
  font-size: 24px;
  height: 55px;
  line-height: 46px;
  position: absolute;
  right: 20px;
  width: 55px;
}
.our-work .h4 {
  font-size: 18px;
  line-height: 20px;
  color: #3a424a;
  margin-bottom: 15px;
}
.our-team {
  text-align: center;
}
.our-team .name {
  color: #3a424a;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px;
}
.our-team .job {
  color: #9fadbd;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: inline-block;
}
.our-team .job::after {
  border-bottom: 2px solid #4396e6;
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 3px;
  width: auto;
}
.our-team .desc {
  padding: 25px 0;
  line-height: 24px;
}
.our-team .avatar {
  padding-bottom: 18px;
}
.our-team .social-link a {
  border: 1px solid #cbd1dc;
  border-radius: 100%;
  display: block;
  height: 35px;
  text-align: center;
  width: 35px;
  line-height: 33px;
  color: #c5cad4;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.our-team .social-link a span {
  margin-left: 2px;
}
.our-team .social-link a:hover {
  border-color: #4396e6;
  background: #4396e6;
  color: #FFF;
}
.TzMultipurpose.our-team a {
  display: inline-block;
  margin: 0 5px;
}
.our-team-2 {
  position: relative;
  margin-bottom: 30px;
}
.our-team-2 .table-before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
}
.our-team-2 .table-before .table-cell {
  position: relative;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.our-team-2 .table-before ul.social-link a {
  color: #FFF;
}
.our-team-2 .ImageOverlayHe {
  background-image: none;
}
.our-team-2.ImageWrapper:hover .table-cell {
  opacity: 1;
}
.jvc_bootstrap3 .our-team-2.ImageWrapper .avatar img {
  width: 100%;
}
.time-line {
  text-align: center;
  padding: 90px 0 60px;
}
.time-line .year-style {
  clear: both;
  display: block;
  float: none;
  position: relative;
  text-align: center;
}
.time-line .year-style h3 {
  background: #FFF;
  display: inline-block;
  width: 65px;
  height: 65px;
  font-size: 16px;
  font-weight: normal;
  padding-top: 20px;
  line-height: 24px;
  color: #42484d;
  position: relative;
  margin-bottom: 55px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.time-line .year-style h3:after {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid #989ba0;
  width: 67px;
  height: 67px;
  top: -1px;
  left: -1px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.time-line .year-style h3::before {
  background: #fff none repeat scroll 0 0;
  bottom: -68px;
  content: "";
  height: 60px;
  left: 31px;
  position: absolute;
  width: 3px;
}
.time-line .item-row .item {
  float: left;
  width: 50%;
  padding: 0 50px;
  position: relative;
}
.time-line .item-row .item::after {
  border: 3px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: -8px;
  top: 26px;
  width: 15px;
}
.time-line .item-row .item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  left: -8px;
}
.time-line .item-row .item:last-child .content {
  margin: 0 0 0 20px;
  padding: 20px 20px 20px 0;
  border-width: 1px 1px 1px 0;
  border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0 12px 12px 0;
  -o-border-radius: 0 12px 12px 0;
}
.time-line .item-row .item:hover::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: #f56048;
}
.time-line .item-row .item:hover .content {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.time-line .item-row .item .br-center {
  background: #fff none repeat scroll 0 0;
  height: 25%;
  position: absolute;
  right: -2px;
  top: 53px;
  width: 3px;
}
.time-line .item-row .content {
  border-width: 1px 0 1px 1px;
  border-color: #FFF;
  border-style: solid;
  padding: 20px 0 20px 20px;
  margin-right: 20px;
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  text-align: left;
  position: relative;
}
.time-line .item-row .content .media {
  padding-bottom: 10px;
}
.time-line .item-row .content .tz_title {
  line-height: 25px;
  margin: 0 0 3px;
}
.time-line .item-row .content .tz_title a {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.time-line .item-row .content .dv2 {
  line-height: 1;
  color: #ddd;
  font-size: 12px;
  text-transform: uppercase;
}
.time-line .item-row .content .tz_readmore a {
  color: #fff;
}
.time-line .item-row .content .tz_description p {
  font-size: 13px;
  line-height: 20px;
  color: #ddd;
}
.time-line .item-row .content .tz_description p:last-child {
  margin-bottom: 0;
}
.time-line .item-row .content .center-border {
  bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 20px;
}
.time-line .item-row .content .center-border .line-top {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  height: 20px;
  position: absolute;
  top: -1px;
  width: 20px;
  border-radius: 0 12px 0 0;
  -moz-border-radius: 0 12px 0 0;
  -webkit-border-radius: 0 12px 0 0;
  -o-border-radius: 0 12px 0 0;
}
.time-line .item-row .content .center-border .line-top::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  left: -8px;
  position: absolute;
  top: 18px;
}
.time-line .item-row .content .center-border .line-center {
  height: 16px;
  top: 19px;
  position: relative;
}
.time-line .item-row .content .center-border .line-center::after {
  content: "";
  display: block;
  position: absolute;
  margin-right: -8px;
  right: 0;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  top: 0;
}
.time-line .item-row .content .center-border .line-center::before {
  border-right: 1px solid #ffffff;
  right: -6px;
  border-bottom: 1px solid #ffffff;
  content: "";
  height: 12px;
  position: absolute;
  top: 2px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.time-line .item-row .content .center-border .line-bottom {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 20px;
  bottom: -1px;
  top: 35px;
  border-radius: 0 0 12px 0;
  -moz-border-radius: 0 0 12px 0;
  -webkit-border-radius: 0 0 12px 0;
  -o-border-radius: 0 0 12px 0;
}
.time-line .item-row .item:hover .center-border .line-top,
.time-line .item-row .item:hover .center-border .line-center,
.time-line .item-row .item:hover .center-border .line-bottom {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.3);
}
.time-line .item-row .item:hover .center-border .line-center::after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.time-line .item-row > .item:first-child {
  margin-top: 70px;
}
.time-line .item-row > .item:first-child .br-center {
  height: 69%;
}
.time-line .item-row > .item:first-child .center-border {
  right: -20px;
}
.time-line .item-row > .item:first-child .center-border .line-center::after {
  border-left: 8px solid transparent;
}
.time-line .item-row > .item:first-child:hover .center-border .line-center::after {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.time-line .item-row > .item:last-child .br-center {
  left: -2px;
  right: auto;
}
.time-line .item-row > .item:last-child .center-border {
  left: -20px;
}
.time-line .item-row > .item:last-child .center-border .line-top {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-radius: 12px 0 0;
  -moz-border-radius: 12px 0 0;
  -webkit-border-radius: 12px 0 0;
  -o-border-radius: 12px 0 0;
}
.time-line .item-row > .item:last-child .center-border .line-bottom {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-radius: 0 0 0 12px;
  -moz-border-radius: 0 0 0 12px;
  -webkit-border-radius: 0 0 0 12px;
  -o-border-radius: 0 0 0 12px;
}
.time-line .item-row > .item:last-child .center-border .line-center::before {
  right: 0;
  left: -6px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: none;
  border-right: none;
}
.time-line .item-row > .item:last-child .center-border .line-center::after {
  margin: 0;
  left: -8px;
  right: auto;
  border-left: none;
  border-right: 8px solid transparent;
}
.time-line .item-row > .item:last-child:hover .center-border .line-center::after {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.time-line .year-style:last-child h3::before {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
}
.module_promo {
  color: #FFF;
}
.module_promo div.jvc_bootstrap3 {
  color: #FFF;
}
.module_promo .title h3 {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 8px;
  margin-top: 0;
}
.module_promo .title h3::after {
  border-bottom: 2px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 30px;
}
.module_promo .promo {
  padding: 62px 95px;
}
.module_promo .desc {
  padding: 14px 0 15px;
}
.module_promo .desc p {
  font-size: 16px;
  line-height: 28px;
}
.module_promo .btn {
  border-color: #fff;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 14px 20px;
  text-transform: uppercase;
}
.module_promo .btn:hover {
  background: #FFF;
  color: #333;
  text-decoration: none;
}
.module_promo .jvc_bootstrap3 [class*="jvc_col"] {
  padding: 0;
}
.module_promo .jvc_row {
  display: table;
}
.module_promo .jvc_row > [class*="jvc_col"] {
  display: table-cell;
  float: none;
}
.module_promo .custom_promo {
  padding: 0 15px;
}
.about_image img {
  float: left;
  padding: 5px 10px 10px 0;
}
.service-background h4 {
  font-size: 18px;
  line-height: 26px;
  color: #3a424a;
  text-transform: none;
}
.service-background .serviceicon {
  max-width: 40px;
}
.service-background .serviceicon i {
  color: #4396e6;
  font-size: 24px;
  line-height: 24px;
}
.service-background p {
  color: #818d9a;
  margin-bottom: 16px;
  padding-left: 40px;
}
.service-background .tz-services {
  padding: 18px 0 100px;
}
.testerminal {
  color: #FFF;
}
.testerminal .content {
  border-left: 2px solid;
  border-right: 2px solid;
  max-width: 960px;
  margin: 20px auto;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.testerminal .head::after {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 45%;
}
.testerminal .head::before {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
  width: 45%;
}
.testerminal .serviceicon {
  position: relative;
  top: -10px;
}
.testerminal .serviceicon i {
  font-size: 36px;
}
.testerminal .desc {
  font-size: 34px;
  line-height: 48px;
  padding: 36px 40px 45px;
}
.testerminal .author {
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}
.testerminal .author:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 40%;
  background: #FFF;
  bottom: 0;
  height: 2px;
}
.testerminal .author:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  width: 40%;
  background: #FFF;
  bottom: 0;
  height: 2px;
}
.testerminal .author span {
  position: relative;
  display: block;
  top: 10px;
}
.testerminal .tz-testerminal {
  padding: 207px 0 175px;
}
.testerminal2 h3.module-title {
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
.testerminal2 h3.module-title::after {
  border-color: #ffffff;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 90px;
  border-width: 4px;
  bottom: -40px;
}
.testerminal2 .avatar {
  width: 120px;
  height: 120px;
  border: 8px solid rgba(20, 43, 65, 0.8);
  overflow: hidden;
  margin: 0 auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.testerminal2 .content-left {
  text-align: center;
}
.testerminal2 .name {
  font-size: 11px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
  padding: 15px 0 3px;
}
.testerminal2 .job {
  color: #ebebeb;
  font-size: 11px;
}
.testerminal2 .content-right {
  position: relative;
}
.testerminal2 .content-right .border {
  border-style: solid;
  border-width: 0 0 1px 1px;
  height: 26px;
  left: 0;
  position: absolute;
  top: 30px;
  -webkit-transform: skewX(-49deg);
  -moz-transform: skewX(-49deg);
  -o-transform: skewX(-49deg);
  transform: skewX(-49deg);
  width: 29px;
  border-color: #FFF;
}
.testerminal2 .desc {
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}
.testerminal2 .desc::before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 55px;
  width: 1px;
}
.testerminal2 .desc::after {
  background: #fff;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.testerminal2 .container {
  padding: 57px 15px 0;
}
.testerminal2 .tz-testerminal {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.testerminal2 .tz-testerminal .table-prent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testerminal2 .tz-testerminal .table-prent .table {
  margin-bottom: 0;
}
.social-link span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.social-link.xl-icon a {
  font-size: 26px;
  line-height: 22px;
  color: #566688;
}
.social-link.xl-icon > li {
  padding-left: 96px;
  padding-right: 0;
}
div ul.category-menu {
  padding: 0;
  list-style: none;
}
div ul.category-menu li {
  position: relative;
  line-height: 24px;
  padding: 10px 0 8px;
  border-color: #dae0ea;
}
div ul.category-menu li:after {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 6px;
}
div ul.category-menu li.show:after {
  content: "\f068";
}
div ul.category-menu li:last-child {
  border-bottom: none;
}
div ul.category-menu li .sub-menu-category {
  border-top: 1px solid #dae0ea;
  list-style: outside none none;
  margin-top: 7px;
  padding: 4px 0 0;
}
div ul.category-menu li .sub-menu-category li {
  margin: 0 !important;
  border: none !important;
  padding: 0;
}
div ul.category-menu li .sub-menu-category li a {
  color: #818d9a;
  font-size: 14px;
  font-weight: normal;
  text-transform: unset;
  line-height: 30px;
}
div ul.category-menu a {
  color: #3a424a;
  font-weight: bold;
  text-transform: uppercase;
}
div ul.category-menu a:hover {
  text-decoration: none;
  color: #4396e6;
}
.tz_flickr {
  padding: 0;
}
.tz_flickr a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.tz_flickr a:after {
  background: #4396e6 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tz_flickr a i {
  background: #344355 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 11px;
  height: 26px;
  left: 33%;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 35%;
  width: 26px;
  z-index: 99;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tz_flickr a:hover::after,
.tz_flickr a:hover i {
  opacity: 0.8;
}
.tz_flickr a:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#tztwd-tweets .tztwd-tweet-container {
  border-bottom: 1px solid #dce2ed;
  padding: 18px 0 10px;
}
#tztwd-tweets .tztwd-tweet-container:last-child {
  border-bottom: none;
}
.tztwd-tweet-container .tztwd-avatar {
  width: 25px;
}
.tztwd-tweet-container .tztwd-tweet-data {
  text-align: left;
  padding-left: 40px;
}
.tztwd-tweet {
  color: #818d9a;
  font-size: 14px;
  line-height: 24px;
  margin-top: -5px;
  padding-left: 40px;
}
.tztwd-tweet-data a {
  font-size: 14px;
  line-height: 24px;
  color: #818d9a;
}
table.acymailing_form {
  width: 100%;
}
.acymailing_form .acyfield_name,
.acymailing_form .acyfield_email {
  position: relative;
}
.acymailing_form .acyfield_name::after,
.acymailing_form .acyfield_email::after {
  position: absolute;
  right: 15px;
  top: 8px;
  color: #bfc8d3;
  font-family: 'FontAwesome';
}
.acymailing_form .acyfield_name::after {
  content: "\f007";
}
.acymailing_form .acyfield_email::after {
  content: "\f003";
}
.module_choose_us {
  padding: 78px 0;
}
.module_choose_us .module-ct {
  padding-top: 63px;
}
.module_choose_us .module-ct ul {
  list-style: none;
  padding: 20px 0 0 0;
}
.module_choose_us .module-ct ul li {
  position: relative;
  padding-left: 35px;
  line-height: 24px;
  padding-bottom: 20px;
}
.module_choose_us .module-ct ul li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  color: #4798e6;
}
.module_choose_us .module-ct button {
  letter-spacing: 2px;
  padding: 18px 30px;
}
.module_choose_us .module-ct .media-right {
  bottom: 0;
  position: absolute;
  right: 12%;
  top: auto;
}
.module_choose_us .module-ct .media-right img {
  max-width: none;
}
.module_choose_us .module-ct .content-left {
  z-index: 99;
}
.module_choose_us .module-ct .layout_right .media-right {
  right: 0;
}
.service-op .tz-services {
  padding-top: 117px;
}
.skill-home .tz-progress-bar {
  margin-top: -10px;
}
#home_content_portfolio {
  display: block;
  position: relative;
  margin: 0 -15px;
  padding: 45px 0 70px;
}
#home_content_portfolio #tz_options {
  padding: 70px 0;
}
#home_content_portfolio .tz-image-portfolio img {
  position: relative;
  max-width: none;
}
#home_content_portfolio .tz-portfolio-content h4 {
  margin: 10px 0 3px;
}
#home_content_portfolio .tz-portfolio-content h4 a {
  color: #22262b;
  font-size: 16px;
  line-height: 24px;
}
#home_content_portfolio a {
  color: #22262b;
}
#home_content_portfolio .TzInner:hover .tz-portfolio-content {
  background: transparent;
}
#home_content_portfolio #tz_append {
  padding: 80px 0;
}
.latest-posts {
  margin: 0 -15px;
}
.latest-posts .table-prent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.latest-posts .hover-icon span:nth-of-type(2) {
  margin: -20px -82px 0 0;
  opacity: 0;
  right: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.latest-posts .hover-icon span:nth-of-type(1) {
  left: 50%;
  margin: -20px 0 0 -82px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.latest-posts .table-prent,
.latest-posts .table-prent {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.latest-posts .item-content:hover .hover-icon span:nth-of-type(2) {
  margin: -20px -42px 0 0;
  opacity: 1;
  visibility: visible;
}
.latest-posts .item-content:hover .hover-icon span:nth-of-type(1) {
  margin: -20px 0 0 -42px;
  opacity: 1;
  visibility: visible;
}
.latest-posts .opacity {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-posts .item-content:hover .opacity {
  background: rgba(0, 0, 0, 0.3);
}
.latest-posts .item-content:hover .hover-icon .WhiteRounded:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  visibility: visible;
}
.latest-posts .item-content:hover .hover-icon .WhiteRounded:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.latest-posts .tz_image.ImageWrapper::after {
  border-left: 30px solid #fafafa;
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-top: 20px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 51px;
  z-index: 9;
}
.latest-posts .tz_image.ImageWrapper::before {
  border-right: 30px solid #fafafa;
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-top: 20px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  right: 0;
  position: absolute;
  width: 51px;
  z-index: 9;
}
.latest-posts .item-content {
  margin: 0 15px;
  background: #fafafa;
  border-bottom: 2px solid #4396e6;
  text-align: left;
}
.latest-posts .item-content .content {
  padding: 15px 30px;
}
.latest-posts .article-info {
  font-size: 14px;
  color: #bbb;
}
.latest-posts h6 {
  line-height: 26px;
  margin-top: 0;
}
.latest-posts h6 a {
  font-size: 16px;
  color: #3a424a;
}
.latest-posts .tz_description {
  color: #6c7884;
}
.latest-posts .tz_description p {
  font-size: 14px !important;
  line-height: 24px !important;
}
.latest-posts .owl-item:nth-child(2n+1) {
  padding-top: 25px;
}
.latest-posts .tz_readmore {
  float: right;
  font-size: 11px;
  color: #42484d;
  text-transform: uppercase;
  background: url("../../../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
}
.latest-posts .tz_readmore a {
  color: #42484d;
  font-weight: 600;
  letter-spacing: 2px;
}
.latest-posts .tz_hits {
  font-style: italic;
  color: #bbb;
}
.latest-posts .bottom {
  padding-bottom: 10px;
}
.latest-posts .owl-theme div.owl-controls .owl-page span {
  border: 1px solid #dde3ed;
}
.latest-posts .owl-theme .owl-controls .owl-page.active span {
  border: 1px solid #4594e3;
}
.latest-posts .owl-pagination {
  padding-top: 10px;
  position: absolute;
  right: -50px;
  top: 45%;
}
.latest-posts .owl-theme .owl-controls .owl-page {
  display: block;
}
.latest-posts .link-button {
  text-align: center;
  padding-top: 55px;
}
.latest-posts .link-button .btn {
  background: #5ca7ed;
  background: -moz-linear-gradient(top, #5ca7ed 0%, #408dda 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5ca7ed), color-stop(100%, #408dda));
  background: -webkit-linear-gradient(top, #5ca7ed 0%, #408dda 100%);
  background: -o-linear-gradient(top, #5ca7ed 0%, #408dda 100%);
  background: -ms-linear-gradient(top, #5ca7ed 0%, #408dda 100%);
  background: linear-gradient(to bottom, #5ca7ed 0%, #408dda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca7ed', endColorstr='#408dda', GradientType=0);
  display: inline-block;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #FFF;
  margin: 0 auto;
  padding: 17px 30px;
}
.latest-posts .article-info .line {
  padding: 0 4px;
}
.title-width .module-ct .latest-posts {
  padding-top: 100px;
}
.contact-form.joomla .row.message {
  margin-top: 20px;
}
.contact-form.joomla .control-group.email-copy > div {
  display: inline-block;
}
.contact-form.joomla .control-group.email-copy label {
  font-weight: normal;
  padding-right: 5px;
}
.contact-form.joomla i {
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 14px;
  color: #bfc8d3;
}
.contact-form.joomla .form-actions .btn {
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  border: none;
  background: #5ca7ed;
  background: -moz-linear-gradient(top, #5ca7ed 0%, #408dda 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5ca7ed), color-stop(100%, #408dda));
  background: -webkit-linear-gradient(top, #5ca7ed 0%, #408dda 100%);
  background: -o-linear-gradient(top, #5ca7ed 0%, #408dda 100%);
  background: -ms-linear-gradient(top, #5ca7ed 0%, #408dda 100%);
  background: linear-gradient(to bottom, #5ca7ed 0%, #408dda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca7ed', endColorstr='#408dda', GradientType=0);
}
.contact-form.joomla .form-actions .btn:hover {
  border: none;
}
.joomla-address .dl-horizontal dt {
  text-align: left;
  width: auto;
  min-width: 80px;
}
.joomla-address .dl-horizontal dd {
  margin-left: 100px;
}
.joomla-address dd,
.joomla-address dt {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 10px;
}
.login > .form-horizontal label {
  font-weight: normal;
}
.login > .form-horizontal #remember {
  width: auto;
}
.login > .form-horizontal .form-group button.btn {
  padding: 10px 25px;
  font-weight: 600;
  margin-top: 0;
}
.login > .form-horizontal .form-group button.btn:hover {
  background: #4594e3;
  border-color: #4594e3;
  color: #fff;
}
.login > .form-horizontal input {
  max-width: 320px;
}
.login .other-links ul {
  list-style: none;
  padding: 0;
}
.registration > #member-registration fieldset > legend {
  color: #6c7884;
  padding-bottom: 10px;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: normal;
}
.registration #jform_gender > input {
  display: inline-block;
  width: auto;
}
.registration #jform_gender > input label {
  font-weight: normal;
}
.registration .control-group {
  padding: 5px 0;
}
.reset .btn,
.registration .btn {
  padding: 10px 25px;
  margin-top: 0;
  font-weight: 600;
  display: inline-block;
}
.reset .btn:hover,
.registration .btn:hover {
  background: #4594e3;
  border-color: #4594e3;
  color: #fff;
}
.reset > #user-registration #jform_email-lbl {
  font-weight: normal;
}
.reset > #user-registration fieldset > .form-group {
  margin-bottom: 5px;
}
.coming-soon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.coming-soon .table-prent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.coming-soon .container {
  position: relative;
  height: 100%;
}
.coming-soon ul {
  list-style: none;
  margin: 0;
}
.coming-soon .count-down {
  height: auto;
  padding: 40px 0 0 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.coming-soon .desc {
  font-size: 14px;
  line-height: 24px;
  color: #e1e1e1;
  max-width: 700px;
  margin: 0 auto;
}
.coming-soon .count-down li {
  display: inline-block;
  font-size: 28px;
  list-style: outside none none;
  margin: 0;
  min-height: 250px;
  padding: 0;
}
.coming-soon .count-down li div {
  margin: 0 !important;
  padding: 0;
  display: inline-block !important;
  position: relative;
  width: 100% !important;
}
.coming-soon .count-down li {
  position: relative;
}
.coming-soon .count-down li input {
  font-size: 68px !important;
  margin: 50px 0 0 0 !important;
  width: 100% !important;
  top: 0;
}
.coming-soon .count-down li > span {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 100px;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  left: 0;
}
.coming-soon .title-top {
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  position: relative;
}
.coming-soon .title-top::after {
  border-left: 23px solid #ccc;
  content: " ";
  display: block;
  height: 1px;
  left: -30px;
  position: absolute;
  top: 12px;
}
.coming-soon .title-top::before {
  border-right: 23px solid #ccc;
  content: " ";
  display: block;
  height: 1px;
  right: -30px;
  position: absolute;
  top: 12px;
}
.coming-soon h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 15px;
}
.coming-soon .acyfield_email input {
  width: 500px !important;
  height: 50px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  border-color: #817f7d;
  margin: 0 auto;
  color: #ccc;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
}
.coming-soon .acymailing_form {
  max-width: 500px;
  position: relative;
}
.coming-soon .acymailing_form .acysubbuttons input {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 0;
  width: auto;
  color: #FFF;
  font-style: inherit;
  border: none;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 5px;
  padding: 10px 25px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  background: #2f80ba;
  background: -moz-linear-gradient(top, #2f80ba 0%, #61b3e3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2f80ba), color-stop(100%, #61b3e3));
  background: -webkit-linear-gradient(top, #2f80ba 0%, #61b3e3 100%);
  background: -o-linear-gradient(top, #2f80ba 0%, #61b3e3 100%);
  background: -ms-linear-gradient(top, #2f80ba 0%, #61b3e3 100%);
  background: linear-gradient(to bottom, #2f80ba 0%, #61b3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f80ba', endColorstr='#61b3e3', GradientType=0);
}
.coming-soon .acymailing_form .acyfield_name::after,
.coming-soon .acymailing_form .acyfield_email::after {
  display: none;
}
.coming-soon .social-link {
  padding: 30px 0;
}
.coming-soon .social-link li a {
  padding: 0 5px;
}
.coming-soon .style2 .count-down-wrapper .count-down {
  padding-top: 30px;
}
.coming-soon .style2 .coming-soon .count-down li {
  min-height: 225px;
}
.coming-soon .style2 .desc {
  padding-bottom: 20px;
}
.module_bg2 .social-link {
  padding: 25px 0;
}
.module_bg2 .social-link a {
  background: #344153;
  border-radius: 3px;
  display: inline-block;
  height: 29px;
  color: #FFF;
  padding: 0 5px;
  width: 29px;
  line-height: 29px;
}
.module_style3 .coming-soon .social-link {
  padding: 0 0 10px;
  display: inline-block;
  position: relative;
}
.module_style3 .coming-soon .social-link::after {
  border-left: 23px solid #cccccc;
  content: " ";
  display: block;
  height: 1px;
  left: -30px;
  position: absolute;
  top: 12px;
}
.module_style3 .coming-soon .social-link::before {
  border-right: 23px solid #cccccc;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  right: -30px;
  top: 12px;
}
.module_style3 .coming-soon .social-link li {
  padding-right: 8px;
}
.module_style3 .coming-soon h1 {
  margin-bottom: 22px;
  letter-spacing: 1px;
}
.module_style3 .coming-soon .title-top {
  font-size: 24px;
  color: #FFF;
}
.module_style3 .coming-soon .title-top:after,
.module_style3 .coming-soon .title-top:before {
  display: none;
}
.tz-progress-bar.coming-soon-skill {
  max-width: 500px;
  margin: 0 auto;
}
.tz-progress-bar.coming-soon-skill .prgb-content {
  margin-top: 30px;
}
.tz-progress-bar.coming-soon-skill .child span {
  font-size: 16px;
  background: transparent;
}
.tz-progress-bar.coming-soon-skill .child span:after {
  display: none;
}
.tz-progress-bar.coming-soon-skill h4 {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.pring-table .module-ct {
  padding-top: 75px;
}
.module_pricing_table .parallax .module-title {
  color: #FFF;
}
.module_pricing_table .parallax .custom_pricing_table {
  padding: 120px 15px;
}
.module_pricing_table .parallax .container {
  padding-top: 80px;
}
.module_pricing_table .parallax .container > .row {
  margin: 0;
}
.module_pricing_table .jvc_row > .hot {
  z-index: 1;
}
.layout_prgb .pd {
  padding-top: 63px;
}
.parallax.default h3.module-title {
  color: #FFF;
}
.parallax.default .tz-progress-bar h4 {
  color: #FFF;
}
.layout_prgb .parallax .container {
  padding: 80px 0;
}
.layout_prgb .parallax .container > .row {
  margin: 0;
}
.layout_prgb .parallax .tz-progress-bar {
  padding-top: 50px;
}
.skills-page .tz-module.module {
  border-bottom: 1px solid #DCE2EE;
  padding-bottom: 15px;
  padding-top: 30px;
}
#tz-social.mod_right,
#tz-copyright.mod_left {
  z-index: 9999;
}
.our-team-onepage #tz-our-team {
  padding: 88px 0;
}
.milestones-onepage .module-ct {
  padding-top: 0;
}
.search .form-control {
  padding: 12px 20px;
}
.search .btn-toolbar button {
  margin-top: 0;
  padding: 14px 25px;
  border-color: #dce2ed;
  color: #dce2ed;
}
.search .searchintro {
  padding: 20px 0;
}
.search .searchintro strong {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.search .searchintro strong span {
  background: #4594e3;
}
.search .phrases legend,
.search .only legend {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.search .phrases .controls > label,
.search .only .controls > label,
.search .phrases label.checkbox,
.search .only label.checkbox,
.search .phrases label.ordering,
.search .only label.ordering {
  font-weight: normal;
}
.search .form-limit {
  text-align: right;
}
.search .form-limit label {
  font-weight: normal;
}
.search p.counter {
  text-align: right;
  width: 100%;
  margin-top: 0;
}
.search .result-title {
  padding-top: 20px;
}
.search .result-title,
.search .result-title a {
  color: #6c7884;
}
.search .pagination .pagination-list {
  border: 1px solid;
}
.right > div:first-child {
  padding-bottom: 5px;
}
.right > div:first-child h3.module-title {
  margin-top: 0;
}
.right .mod_tz_tag li {
  padding-bottom: 5px;
}
.right .mod_tz_tag span,
.right .mod_tz_tag a {
  background: #4c5866;
  border: none;
  color: #FFF;
  padding: 3px 8px 6px;
  line-height: 22px;
}
.right .mod_tz_tag span:hover,
.right .mod_tz_tag a:hover {
  background: #4396e6;
  color: #FFF;
}
.right .recent-post ul li {
  border-color: #dce2ed;
}
.right .recent-post ul a {
  color: #818d9a;
}
.right h3.module-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 28px;
}
.right h3.module-title::after {
  border-bottom: 2px solid #4396e6;
  bottom: -8px;
  width: 25px;
}
.right .module-ct {
  padding-top: 12px;
}
.right .mod_tz_tag {
  padding-top: 6px;
  padding-bottom: 11px;
}
.right .tz_flickr {
  padding-bottom: 6px;
}
.right #tztwd-tweets .tztwd-tweet-container:first-child {
  padding-top: 5px;
}
.right #tztwd-tweets .tztwd-tweet-container:last-child {
  padding-bottom: 4px;
}
.right .recent-post {
  padding-top: 5px;
}
.right .search .form-inline {
  position: relative;
}
.right .search .form-inline input {
  background: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dae0ea;
  padding-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.right .search .form-inline i {
  color: #bec3cc;
  position: absolute;
  right: 0;
  top: 10px;
}
.right .search.border .form-inline input {
  border: 1px solid #dae0ea;
  line-height: 20px;
  padding: 7px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.right .search.border i {
  right: 10px;
}
.right ul.social-link li {
  padding-bottom: 5px;
  padding-right: 0;
}
.right .recent-post ul .tz_description p {
  margin-bottom: 0;
}
.right .recent-post ul .tz_date {
  color: #9fadbd;
  font-size: 14px;
  line-height: 30px;
}
.right .acymailing_form .inputbox {
  border: medium none;
  height: 38px;
  padding: 6px 15px;
  font-style: italic;
}
.right .acymailing_form .button {
  background: #4c5866 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 4px;
  padding: 9px 0;
  text-transform: uppercase;
}
.right .search {
  padding-bottom: 3px;
}
#tz_options {
  text-align: center;
  padding: 0 0 60px;
}
#tz_options .option-combo a.btn {
  display: inline-block;
  color: #505b65;
  border-color: #dce2ed;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  padding: 6px 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#tz_options .option-combo a.btn.selected,
#tz_options .option-combo a.btn:hover,
#tz_options .option-combo a.btn:focus,
#tz_options .option-combo a.btn:active {
  background: #4396e6;
  border-color: #4396e6;
  color: #FFF;
}
#tz_options #filter {
  margin-top: -10px;
}
.Blog-masonry .element .TzInner {
  padding: 0;
}
#TzContent {
  margin: 0 -15px;
}
#TzContent .element .TzInner {
  margin: 0;
  border: none;
}
#TzContent #portfolio .TzInner {
  background: transparent;
}
#TzContent #portfolio .content_rating {
  display: inline-block;
}
.TzBlog #tz_append a.append-gradient1 {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #4c5866;
  background: -moz-linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4c5866), color-stop(100%, #738396));
  background: -webkit-linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  background: -o-linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  background: -ms-linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  background: linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c5866', endColorstr='#738396', GradientType=1);
}
.TzBlog #tz_append a.append-gradient1 i {
  line-height: 60px;
  color: #FFF;
  font-size: 30px;
}
.semona-portfolio a:hover {
  text-decoration: none;
}
.semona-portfolio.column4 .element .TzInner {
  padding: 0 8px;
}
.semona-portfolio .element .TzInner {
  padding: 0 15px;
}
.semona-portfolio .TzPortfolioDescription {
  padding: 0;
}
.semona-portfolio .TzPortfolioTitle {
  margin-bottom: 5px;
}
.semona-portfolio .TzPortfolioTitle a {
  font-size: 16px;
  line-height: 25px;
  color: #50575d;
}
.semona-portfolio .TzPortfolioReadmore {
  color: #50575d;
}
.semona-portfolio .TzArticle-info a {
  color: #50575d;
}
.fixed_height .TzInner .TzPortfolioMedia {
  overflow: hidden;
}
.fixed_height .TzInner .TzPortfolioMedia img {
  position: relative;
  max-width: none;
}
.TzPortfolioMedia {
  overflow: hidden;
}
.TzPortfolioMedia img {
  position: relative;
  max-width: none;
}
#TzContent .element {
  padding-bottom: 30px;
}
.ImageOverlayHe {
  background-color: #4396e6;
  background-image: url("../../../images/plus2.png");
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ImageWrapper {
  position: relative;
}
.ImageWrapper:hover .ImageOverlayHe {
  bottom: 20px;
  opacity: 0.9;
  position: absolute;
  top: 20px;
  background-size: 51px;
  right: 20px;
  left: 20px;
}
.TzInner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#tz_append {
  padding: 35px 0;
}
#tz_append a.btn {
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 16px 35px;
  text-transform: uppercase;
  background: #ed2a98;
  background: -moz-linear-gradient(left, #ed2a98 0%, #4d98e3 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ed2a98), color-stop(100%, #4d98e3));
  background: -webkit-linear-gradient(left, #ed2a98 0%, #4d98e3 100%);
  background: -o-linear-gradient(left, #ed2a98 0%, #4d98e3 100%);
  background: -ms-linear-gradient(left, #ed2a98 0%, #4d98e3 100%);
  background: linear-gradient(to right, #ed2a98 0%, #4d98e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed2a98', endColorstr='#4d98e3', GradientType=1);
}
.semona-portfolio.plo-description .TzPortfolioMedia {
  margin-bottom: 0;
}
.semona-portfolio.plo-description .TzPortfolioDescription {
  border-color: #dce2ed;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-style: solid;
  border-width: 0 1px 1px;
  box-shadow: 0 5px 0 #dfdfdf;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.semona-portfolio.plo-description .TzPortfolioDescription::after {
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: -10px;
  width: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.semona-portfolio.plo-description .TzInner:hover .TzPortfolioDescription {
  background: #4396e6;
  box-shadow: 0 5px 0 #3a76af;
  border-color: #4396e6;
}
.semona-portfolio.plo-description .TzInner:hover .TzPortfolioDescription:after {
  border-bottom: 10px solid #4396e6;
}
.semona-portfolio.plo-description .TzInner:hover .TzPortfolioDescription .TzPortfolioTitle a {
  color: #FFF;
}
.TzBlogMedia,
.TzPortfolioMedia {
  margin: 0;
  position: relative;
}
.TzBlogMedia .table-prent,
.TzPortfolioMedia .table-prent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.TzBlogMedia .hover-icon .WhiteRounded,
.TzPortfolioMedia .hover-icon .WhiteRounded {
  position: absolute;
}
.TzBlogMedia .hover-icon span:nth-of-type(1),
.TzPortfolioMedia .hover-icon span:nth-of-type(1) {
  margin: -20px 0 0 -82px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  left: 50%;
}
.TzBlogMedia .hover-icon span:nth-of-type(2),
.TzPortfolioMedia .hover-icon span:nth-of-type(2) {
  margin: -20px -82px 0 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  right: 50%;
}
.TzBlogMedia:hover .hover-icon,
.TzPortfolioMedia:hover .hover-icon {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.TzBlogMedia:hover .hover-icon span:nth-of-type(1),
.TzPortfolioMedia:hover .hover-icon span:nth-of-type(1) {
  margin: -20px 0 0 -42px;
  opacity: 1;
  visibility: visible;
}
.TzBlogMedia:hover .hover-icon span:nth-of-type(2),
.TzPortfolioMedia:hover .hover-icon span:nth-of-type(2) {
  margin: -20px -42px 0 0;
  opacity: 1;
  visibility: visible;
}
.TzItemPage.portfolio.v4 .smn-comment #comments [class*="comment-item"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.TzItemPage.v4 .smn-comment #comments-form input,
.TzItemPage.v4 .smn-comment #comments-form textarea,
.TzItemPage.portfolio.v4 .smn-comment #comments-form input,
.TzItemPage.portfolio.v4 .smn-comment #comments-form textarea {
  border: 1px solid #dce2ed;
  background: transparent;
}
#comments-form [class*="col-lg-"] i {
  color: #bfc8d3;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 13px;
}
.TzItemPage .pager.pagenav a:hover {
  color: #4396e6;
}
span.s-pinterest > a {
  background-image: none !important;
  width: auto !important;
  font-size: 0;
}
span.s-pinterest > a:before {
  content: "\f0d3";
  font-family: FontAwesome;
  color: #cbd1dc;
  font-size: 20px;
  line-height: 22px;
}
.TzIcon a.btn {
  padding: 0;
  border: none;
}
.TzLetters .breadcrumb li {
  float: left;
}
.TzLetters .breadcrumb li:first-child a {
  padding-left: 0;
}
.TzLetters .breadcrumb li a {
  color: #6c7884;
}
.TzBlog a {
  color: #3a424a;
}
.TzBlog a:hover {
  text-decoration: none;
}
.TzBlog .TzItemsRow {
  clear: both;
}
.TzBlog .item-head-media {
  position: relative;
}
.TzBlog .br {
  border-bottom: 2px solid #4396e6;
  margin-bottom: 40px;
}
.TzBlog .item-content {
  background: #FFF;
  padding: 16px 25px 16px;
}
.TzBlog .tz_date {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 24px;
  height: 56px;
  left: 20px;
  line-height: 16px;
  padding-top: 11px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 56px;
}
.TzBlog .tz_date span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  text-transform: uppercase;
}
.TzBlog .TzArticleBlogInfo {
  margin: 1px 0 0;
  color: #CCC;
}
.TzBlog .TzArticleBlogInfo a {
  color: #CCC;
}
.TzBlog .TzArticleBlogInfo > span {
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.TzBlog .TzArticleBlogInfo > span a {
  color: #CCC;
}
.TzBlog .TzBlogTitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.TzBlog .TzPortfolioCommentCount {
  font-size: 14px;
  line-height: 20px;
  float: left;
  color: #CCC;
}
.TzBlog .TzPortfolioCommentCount .commentCount {
  font-style: normal;
}
.TzBlog .TzReadmore {
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #42484d;
  display: block;
  position: relative;
  right: 0;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: right;
  background: url("../../../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
}
.TzBlog .flexslider {
  padding: 0;
  margin: 0;
  border: none;
}
.TzBlog .TzLeading,
.TzBlog .TzItem {
  margin-bottom: 30px;
}
.TzBlog div.pagination {
  padding: 30px 0;
}
.TzBlog iframe {
  border: none;
  padding: 0;
}
.TzBlog .TzQuote {
  background: #FFF;
  padding: 60px 40px;
  text-align: center;
}
.TzBlog .TzQuote i {
  font-size: 30px;
  color: #4396e6;
  padding: 28px 0;
}
.TzBlog .TzQuote p {
  font-size: 22px;
  font-style: normal;
  line-height: 29px;
}
.TzBlog .TzQuote .author {
  color: #f56048;
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  padding-top: 8px;
}
div.pagination {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
div.pagination li.active a {
  border-color: #3a424a;
}
div.pagination li:first-child a {
  border: none;
}
div.pagination li:first-child a {
  border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
}
div.pagination li:last-child a {
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
}
div.pagination a {
  color: #3a424a;
  line-height: 24px;
  border-width: 0 0 0 1px;
  border-color: #f0efee;
  padding: 8px 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
div.pagination li.active a {
  background: #4c5866;
}
div.pagination a:hover,
div.pagination li.active a:hover {
  background: #4396e6;
  color: #FFF;
}
div.pagination .tz_portfolio_video {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.flexslider .flex-control-nav {
  bottom: 5px;
}
.flexslider .flex-control-nav li a {
  background: #FFF;
  box-shadow: none;
}
.flexslider .flex-control-nav li a.flex-active {
  background: #4396e6;
}
.fluidvids {
  height: 100%;
}
.fluidvids iframe {
  height: 100%;
}
.blog-post .icon-top-left {
  position: absolute;
  top: 30px;
}
.blog-post .icon-top-left .tz_date {
  background: #4396e6;
  border: medium none;
  height: 60px;
  left: 0;
  position: relative;
  top: 0;
  width: 60px;
}
.blog-post .icon-imgs {
  background: #2acbd6;
  color: #ffffff;
  font-size: 24px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  width: 60px;
}
.blog-post .TzPortfolioCommentCount {
  float: none;
}
.blog-post .TzItemsRow > div,
.blog-post .TzLeading {
  background: #FFF;
}
.blog-post .item-head-media {
  padding: 30px 15px;
}
.blog-post .TzBlogTitle {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
}
.blog-post .item-content {
  padding-top: 3px;
}
.blog-post .TzDescription {
  padding-top: 25px;
}
.blog-post .bottom-item-readmore {
  padding: 6px 0;
}
#TzContent.Blog-masonry #portfolio .TzInner {
  margin: 0 15px;
}
.TzBlog .TzLeading .br {
  margin-bottom: 0;
}
.TzTagHeading {
  margin-top: 0;
}
#infscr-loading .loading {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #4c5866;
  background: -moz-linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4c5866), color-stop(100%, #738396));
  background: -webkit-linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  background: -o-linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  background: -ms-linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  background: linear-gradient(-10deg, #4c5866 0%, #738396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c5866', endColorstr='#738396', GradientType=1);
}
#infscr-loading .loading i {
  line-height: 60px;
  color: #FFF;
  font-size: 30px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  position: relative;
}
.TzItemPage .TzArticleInfo > span,
.TzItemPage .TzArticleInfo > div,
.bottom-item-readmore .TzPortfolioCommentCount,
.TzItemPage .content-right .TzArticleInfo,
.TzBlog .TzArticleBlogInfo > span {
  font-family: "Lato", sans-serif;
}
.bottom-item-readmore .TzPortfolioCommentCount {
  font-style: normal;
}
.TzArticleInfo i {
  font-size: 11px;
}
.TzArticleInfo .TzVote {
  padding-right: 5px;
}
.append-gradient1.tzNomore {
  font-size: 0;
}
.append-gradient1.tzNomore:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 60px;
  color: #FFF;
}
.TzItemPage .content-head {
  padding: 40px;
  background: #FFF;
}
.TzItemPage .content-head .TzArticleMedia {
  margin: 0;
}
.TzItemPage .content-head .image {
  position: relative;
}
.TzItemPage .content-head .tz_portfolio_user {
  bottom: -80px;
  left: 30px;
  position: absolute;
  width: 100%;
}
.TzItemPage .content-head .tz_portfolio_user .AuthorAvatar {
  border: 5px solid rgba(255, 255, 255, 0.5);
  height: 120px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 120px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.TzItemPage .content-head .TzSocialLink {
  border: 5px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 48px;
  position: relative;
  text-align: center;
  width: 48px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.TzItemPage .content-head .TzSocialLink i {
  color: #fff;
  font-size: 18px;
  height: 100%;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.TzItemPage .content-head .social-content {
  padding-left: 130px;
}
.TzItemPage .content-head .social-content .AuthorSocial {
  padding-top: 35px;
}
.TzItemPage .content-head .AuthorSocial .TzSocialLink {
  margin-right: 3px;
}
.TzItemPage .content-head .AuthorSocial .TzSocialLink .facebook {
  margin-right: 1px;
}
.TzItemPage .content-head .AuthorSocial .twitter i {
  background: #15c0cc;
}
.TzItemPage .content-head .AuthorSocial .facebook i {
  background: #4396e6;
}
.TzItemPage .content-head .AuthorSocial .google-plus i {
  background: #f56048;
}
.TzItemPage .content-center {
  clear: both;
  display: block;
  padding-top: 50px;
}
.TzItemPage .content-center .TzArticleTitle {
  margin-bottom: 10px;
}
.TzItemPage .content-center .jvc_bootstrap3 p,
.TzItemPage .content-center p {
  margin: 12px 0;
}
.TzItemPage .TzLine {
  padding: 0 10px;
}
.TzItemPage .TzArticleInfo {
  margin-bottom: 15px;
}
.TzItemPage.blog .content-center {
  padding-top: 25px;
}
.TzItemPage.blog .TzArticleTitle {
  padding-top: 5px;
}
.TzItemPage.blog .content-center {
  position: relative;
}
.TzItemPage.blog .content-center .right {
  float: right;
}
.TzItemPage.blog .content-center .right .btn {
  border: 1px solid #dce2ee;
  color: #9fadbd;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-left: 10px;
  padding: 5px 18px;
  position: relative;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
}
.TzItemPage.blog .content-center .right .share {
  float: right;
}
.TzItemPage.blog .content-center .right .share .atr_social {
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.TzItemPage.blog .content-center .right .share.show-social .atr_social {
  opacity: 1;
}
.TzItemPage.blog .author-main .tz_portfolio_user {
  box-shadow: 0 5px 0 #eae9e8;
}
.TzItemPage .atr_social a i {
  color: #cbd1dc;
  font-size: 20px;
  line-height: 22px;
}
.TzItemPage .atr_social a:hover i {
  color: #4396e6;
}
.TzItemPage .atr_social .pinterest a {
  background: transparent;
  background-image: none !important;
  width: auto !important;
}
.TzItemPage .atr_social .pinterest a::after {
  content: "\f0d3";
  font-family: FontAwesome;
  color: #cbd1dc;
  font-size: 20px;
  line-height: 22px;
}
.TzItemPage .atr_social span,
.TzItemPage .atr_social > a {
  padding-left: 5px;
}
.TzItemPage .TzArticleTitle {
  display: block;
  position: relative;
  clear: both;
}
.TzItemPage .count-comment .TZCommentCount {
  padding-top: 68px;
  display: block;
  padding-bottom: 42px;
}
.TzItemPage .TzArticleMedia {
  position: relative;
}
.TzItemPage .top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  z-index: 99;
  text-align: center;
}
.TzItemPage .top-left .date {
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #4396e6;
  color: #FFF;
  font-size: 24px;
  padding-top: 7px;
}
.TzItemPage .top-left .date span {
  font-size: 15px;
  display: block;
  text-transform: uppercase;
}
.TzItemPage .top-left .type-media {
  color: #fff;
  font-size: 24px;
  background: #2acbd6;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.TzItemPage .TzArticleInfo {
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
}
.TzItemPage .TzArticleInfo a {
  color: #ccc;
}
.TzItemPage .TzArticleInfo > span,
.TzItemPage .TzArticleInfo > div {
  clear: both;
  display: inline-block;
  margin: 0;
}
.TzItemPage .TzArticleInfo .TzArticleTag > * {
  display: inline-block;
}
.TzItemPage .TzArticleInfo .TzVote > * {
  display: inline-block;
}
.TzItemPage .jvc_bootstrap3 blockquote,
.TzItemPage blockquote {
  border-color: #4396e6;
  margin-bottom: 0;
}
.TzItemPage .quote-article .quote-desc {
  text-align: center;
  font-style: italic;
}
.TzItemPage .quote-article .quote-desc span:first-child {
  color: #4396e6;
}
.TzItemPage .quote-article i {
  color: rgba(80, 80, 80, 0.08);
  font-size: 80px;
  position: absolute;
  right: 50%;
  top: 20%;
}
.TzItemPage .quote-article.style1 {
  padding-bottom: 14px;
}
.TzItemPage .quote-article.style1 blockquote {
  padding: 0 0 0 20px;
}
.TzItemPage .quote-article.style1 blockquote p {
  color: #adb5be;
  font-size: 16px;
  line-height: 28px;
}
.TzItemPage .quote-article.style2 {
  padding: 20px 0 40px;
}
.TzItemPage .quote-article.style2 blockquote {
  padding: 0 100px 0 0;
  border: none !important;
  position: relative;
}
.TzItemPage .quote-article.style2 blockquote i {
  font-size: 80px;
  position: absolute;
  right: 0;
  top: 20%;
  color: #f56048;
}
.TzItemPage .quote-article.style2 p {
  font-size: 24px;
  line-height: 36px;
  color: #3a424a;
  font-weight: 600;
}
.TzItemPage .quote-article.style2 .quote-desc {
  text-align: left;
  display: block;
  line-height: 1;
  padding-top: 3px;
}
.TzItemPage .TzArticleTag {
  padding: 40px 0 15px;
}
.TzItemPage .TzArticleTag h4 {
  display: inline-block;
  margin: 0;
  padding-right: 40px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.TzItemPage .TzArticleTag span {
  padding-right: 8px;
}
.TzItemPage .TzArticleTag a.btn {
  border-color: #ccc;
  border-radius: 30px;
  color: #9fadbd;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 20px 10px;
  margin: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.TzItemPage .TzArticleTag a.btn:hover {
  background: #4396e6;
  border-color: #4396e6;
  color: #FFF;
}
.TzItemPage .author-main {
  background: #FFF;
  margin-top: 40px;
}
.TzItemPage .author-main h4 a {
  font-size: 24px;
  line-height: 36px;
  color: #3a424a;
  font-weight: normal;
}
.TzItemPage .author-main h4 span {
  color: #ccc;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
}
.TzItemPage .author-main .title {
  padding-bottom: 10px;
}
.TzItemPage .author-main .title .email {
  font-size: 14px;
  color: #ccc;
  line-height: 1;
}
.TzItemPage .author-main .tz_portfolio_user {
  display: block;
  position: relative;
  padding: 35px;
}
.TzItemPage .author-main .tz_portfolio_user .media-avatar {
  display: block;
  float: left;
}
.TzItemPage .author-main .tz_portfolio_user .media-avatar .AuthorSocial {
  display: block;
  clear: both;
  color: #FFF;
  text-align: center;
  padding-top: 5px;
}
.TzItemPage .author-main .tz_portfolio_user .media-avatar .AuthorSocial .TzSocialLink {
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.TzItemPage .author-main .tz_portfolio_user .media-avatar .AuthorSocial .social.le a:nth-child(2n) {
  top: 8px;
}
.TzItemPage .author-main .tz_portfolio_user .media-avatar .AuthorSocial .ch a {
  top: 5px;
}
.TzItemPage .author-main .tz_portfolio_user .media-avatar .AuthorSocial .facebook {
  background: #4396e6;
}
.TzItemPage .author-main .tz_portfolio_user .media-avatar .AuthorSocial .twitter {
  background: #15c0cc;
}
.TzItemPage .author-main .tz_portfolio_user .media-avatar .AuthorSocial .google-plus {
  background: #f56048;
}
.TzItemPage .author-main .tz_portfolio_user .media {
  border: 3px solid #f56048;
  float: left;
  height: 150px;
  position: relative;
  width: 150px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.TzItemPage .author-main .tz_portfolio_user .media::after {
  border: 5px solid #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.TzItemPage .author-main .tz_portfolio_user .media .AuthorAvatar {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.TzItemPage .author-main .tz_portfolio_user .media .AuthorAvatar img {
  height: 100%;
  max-width: none;
  width: 100%;
}
.TzItemPage .author-main .tz_portfolio_user .media .AuthorSocial {
  display: block;
  clear: both;
  text-align: center;
}
.TzItemPage .author-main .tz_portfolio_user .media-heading {
  margin-bottom: 0;
}
.TzItemPage .author-main .tz_portfolio_user .media-heading span {
  display: inline-block;
  color: #4396e6;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
}
.TzItemPage .author-main .tz_portfolio_user .media-body {
  padding-left: 40px;
}
.TzItemPage .smn-comment {
  position: relative;
  padding-bottom: 40px;
}
.TzItemPage .smn-comment .count-comment .TZCommentCount {
  font-size: 30px;
  line-height: 36px;
  color: #3a424a;
  font-weight: 600;
}
.TzItemPage .smn-comment .tz_portfolio_comment {
  position: relative;
}
.TzItemPage .smn-comment #comments {
  padding-bottom: 20px;
}
.TzItemPage .smn-comment #comments [class*="comment-item"] {
  background: #FFF;
  box-shadow: 0 5px 0 #eae9e8;
  margin-bottom: 30px;
  position: relative;
}
.TzItemPage .smn-comment #comments h4.title-head {
  position: absolute;
  top: -95px;
  right: 0;
  border: none;
}
.TzItemPage .smn-comment #comments h4.title-head a {
  background: none !important;
  padding: 0;
  color: #22262b;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #22262b;
}
.TzItemPage .smn-comment #comments .rbox {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding: 42px 30px 22px;
}
.TzItemPage .smn-comment #comments #comments-list-0 {
  margin: 0;
}
.TzItemPage .smn-comment #comments .avatar {
  float: left;
  padding-right: 30px;
}
.TzItemPage .smn-comment #comments .comment-avatar {
  border: 5px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  box-shadow: 0 0 1px #eae9e8;
  height: 90px;
  width: 90px;
}
.TzItemPage .smn-comment #comments .comment-avatar img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.TzItemPage .smn-comment #comments .comment-box .comment-author {
  color: #3a424a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.TzItemPage .smn-comment #comments .comment-box .comment-body {
  color: #818d9a;
  font-size: 14px;
  line-height: 24px;
}
.TzItemPage .smn-comment #comments .comment-box .comments-buttons a {
  background: #88939f;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 15px 4px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.TzItemPage .smn-comment #comments .comment-box .comments-buttons a:hover {
  background: #f56048;
}
.TzItemPage .smn-comment #comments .comment-date {
  background: none;
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #ccc;
  padding: 0 0 8px;
}
.TzItemPage .smn-comment #comments .avatar-indent {
  padding-left: 120px;
}
.TzItemPage .smn-comment #comments #comments-list-0 .comments-list {
  border-left: 1px solid #f56048;
  padding-left: 50px;
}
.TzItemPage .smn-comment #comments #comments-list-0 .comments-list > .comment-item::after {
  border-bottom: 1px solid #f56048;
  content: " ";
  display: block;
  left: -50px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.TzItemPage .smn-comment #comments #comments-list-0 .comments-list > .comment-item::before {
  background: #f56048 none repeat scroll 0 0;
  border-radius: 100%;
  content: " ";
  display: block;
  height: 8px;
  left: -20px;
  position: absolute;
  top: 48%;
  width: 8px;
}
.TzItemPage .smn-comment .title-add-cm {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  display: block;
  position: relative;
  margin: 23px 0 30px;
  border-bottom: none;
}
.TzItemPage .smn-comment #comments-form input,
.TzItemPage .smn-comment #comments-form textarea {
  border: none;
}
.TzItemPage .smn-comment #comments-form > .row {
  padding-bottom: 20px;
}
.TzItemPage .smn-comment #comments-form #comments-form-buttons {
  margin: 0;
}
.TzItemPage .smn-comment #comments-form #comments-form-buttons a.btn {
  background: #408dda;
  background: -moz-linear-gradient(45deg, #408dda 0%, #5ca7ed 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #408dda), color-stop(100%, #5ca7ed));
  background: -webkit-linear-gradient(45deg, #408dda 0%, #5ca7ed 100%);
  background: -o-linear-gradient(45deg, #408dda 0%, #5ca7ed 100%);
  background: -ms-linear-gradient(45deg, #408dda 0%, #5ca7ed 100%);
  background: linear-gradient(45deg, #408dda 0%, #5ca7ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408dda', endColorstr='#5ca7ed', GradientType=1);
  border: none;
  font-size: 11px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 25px;
  margin-top: 0;
}
.TzItemPage .smn-comment #comments-form-send a {
  display: inline-block;
}
.TzItemPage .pager.pagenav {
  border-top: 1px solid #dce2ed;
  padding-top: 33px;
}
.TzItemPage .pager.pagenav a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #22262b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 20px;
  padding: 0;
  text-transform: uppercase;
}
.TzItemPage .TzRelated {
  padding-top: 13px;
}
.TzItemPage .TzRelated h3.TzRelatedTitle {
  font-size: 30px;
  line-height: 36px;
}
.TzItemPage #TzRelated.carousel.portfolio {
  padding-top: 10px;
}
.TzItemPage .rating > .rating-item {
  color: #4396e6;
  font-size: 13px;
  padding-right: 5px;
}
.TzItemPage .icon-star::before {
  content: "\f006";
  font-family: FontAwesome;
  color: #4396e6;
}
.TzItemPage .rating > .rating-item:hover span::before,
.TzItemPage .rating > .rating-item:hover ~ a span::before,
.TzItemPage .rating > .voted::before,
.TzItemPage .rating > .rating-item:hover::before,
.TzItemPage .rating > .rating-item:hover ~ .rating-item::before {
  content: "\f005";
  color: #4396e6;
}
.TzItemPage .TzVote-count {
  display: none;
}
.TzItemPage .TzArticleExtraField ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.TzItemPage .TzArticleExtraField ul.project-detail li {
  border-bottom: 1px solid #ecf0f6;
  padding: 7px 0;
}
.TzItemPage .TzArticleExtraField ul.project-detail li span {
  display: inline-block;
  color: #77828e;
}
.TzItemPage .TzArticleExtraField ul.project-detail li .al-right {
  text-align: right;
  display: block;
  float: right;
}
.TzItemPage .TzArticleExtraField ul.project-detail li i {
  padding-right: 10px;
  color: #e3e7f0;
}
.TzItemPage .TzArticleExtraField ul a {
  color: #4396e6;
}
.TzItemPage .tz_portfolio_video {
  margin-bottom: -3px;
}
.TzItemPage .tz_portfolio_video iframe {
  position: relative;
  display: block;
}
.TzItemPage .youtube .fluidvids {
  padding-top: 0 !important;
}
.TzItemPage .TzArticleExtraField .div-button button {
  color: #FFF;
  border: none;
  display: inline-block;
  font-size: 10px;
  padding: 7px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.TzItemPage.portfolio .TzArticleMedia {
  margin-bottom: 18px;
}
.TzItemPage.portfolio .TzArticleMedia #sync1 {
  position: relative;
}
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons {
  position: absolute;
  top: 45%;
  width: 100%;
}
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons .owl-prev:after {
  content: "\f104";
  left: 20px;
}
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
  right: 20px;
}
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons .owl-next,
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons .owl-prev {
  font-size: 0;
  background: transparent;
}
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons .owl-next:after,
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons .owl-prev:after {
  background: #c1c8d0 none repeat scroll 0 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  color: #ffffff;
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  line-height: 40px;
  width: 40px;
}
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons .owl-next:hover:after,
.TzItemPage.portfolio .TzArticleMedia .owl-controls .owl-buttons .owl-prev:hover:after {
  background: #4396e6;
}
.TzItemPage.portfolio .TzArticleMedia #sync2 img {
  cursor: pointer;
}
.TzItemPage.portfolio .TzArticleMedia #sync2 .owl-item:first-child .item {
  padding-left: 0;
}
.TzItemPage.portfolio .TzArticleMedia #sync2 .owl-item .item {
  padding: 0 5px;
}
.TzItemPage.portfolio .TzArticleMedia #sync2.owl-carousel .owl-wrapper-outer {
  margin: 0;
}
.TzItemPage.portfolio .TzArticleMedia #sync2.owl-carousel .owl-wrapper-outer .synced img {
  border: 2px solid #4396e6;
}
.TzItemPage.portfolio .content-center {
  padding-top: 0;
}
.TzItemPage.portfolio .content-center .content-right h3 {
  margin-bottom: 5px;
}
.TzItemPage.portfolio .content-center .content-right .TzArticleInfo > span {
  padding-right: 10px;
}
.TzItemPage.portfolio .extra_fields .TzArticleTag {
  border-bottom: 1px solid #ecf0f6;
  padding: 7px 0;
}
.TzItemPage.portfolio .extra_fields .TzArticleTag i {
  color: #e3e7f0;
  font-size: 14px;
  padding-right: 10px;
}
.TzItemPage.portfolio .extra_fields .TzArticleTag .tag-item {
  float: right;
}
.TzItemPage.portfolio .smn-comment #comments [class*="comment-item"] {
  border: 1px solid #dce2ed;
  box-shadow: none;
}
.TzItemPage.portfolio #comments-form-buttons > div {
  display: inline-block;
}
.TzItemPage.portfolio .smn-comment #comments-form input,
.TzItemPage.portfolio .smn-comment #comments-form textarea {
  background-color: #f8f8f8;
}
.TzItemPage.portfolio.v1 .pager.pagenav {
  border: none;
}
.TzItemPage.portfolio.v1 .pager.pagenav a {
  border: 1px solid #dce2ed;
  color: #ccd3e1;
  font-size: 11px;
  line-height: 19px;
  padding: 10px 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.TzItemPage.portfolio.v1 .pager.pagenav a:hover {
  color: #4396e6;
  border-color: #4396e6;
}
.TzItemPage.portfolio.v1 .TzArticleInfo {
  margin-top: 10px;
}
.TzItemPage.portfolio.v2 {
  padding-top: 38px;
}
.TzItemPage.portfolio.v2 .TzArticleInfo {
  margin-top: 10px;
}
.TzItemPage.portfolio.v2 .TzItemPageInner > .media {
  overflow: visible;
}
.TzItemPage.portfolio.v2 #TzRelated.carousel {
  position: relative;
}
.TzItemPage.portfolio.v2 #TzRelated.carousel .owl-buttons .owl-prev,
.TzItemPage.portfolio.v2 #TzRelated.carousel .owl-buttons .owl-next {
  top: 30%;
}
.TzItemPage.portfolio.v2 .pager.pagenav a {
  color: #9fadbd;
}
.TzItemPage.portfolio.v2 .TzRelated {
  padding: 9px 0 63px;
}
.TzItemPage.portfolio.v3 {
  padding: 40px 0 90px;
}
.TzItemPage.portfolio.v3 .owl-wrapper-outer {
  display: block;
  position: relative;
}
.TzItemPage.portfolio.v3 .owl-wrapper-outer .owl-item > div {
  padding: 0 15px;
  display: block;
}
.TzItemPage.portfolio.v3 .TzArticleInfo {
  padding-bottom: 4px;
  padding-top: 2px;
}
.TzItemPage.portfolio.v3 .TzArticleTag {
  padding: 0;
}
.TzItemPage.portfolio.v3 .ImageWrapper {
  position: relative;
}
.TzItemPage.portfolio.v3 .owl-buttons .owl-prev,
.TzItemPage.portfolio.v3 .owl-buttons .owl-next {
  background-color: transparent;
  width: 30px;
  height: 70px;
  position: absolute;
  opacity: 1;
  font-size: 0;
  top: 30%;
}
.TzItemPage.portfolio.v3 .owl-buttons .owl-prev::after,
.TzItemPage.portfolio.v3 .owl-buttons .owl-next::after {
  display: none;
}
.TzItemPage.portfolio.v3 .owl-buttons .owl-prev {
  background-image: url("../../../images/left1.png");
  left: -60px;
}
.TzItemPage.portfolio.v3 .owl-buttons .owl-next {
  background-image: url("../../../images/right1.png");
  right: -60px;
}
.TzItemPage.portfolio.v3 .ImageOverlayHe {
  cursor: pointer;
  background-color: #4396e6;
  background-image: url("../../../images/plus2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 auto;
  bottom: 50%;
  display: block;
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.TzItemPage.portfolio.v3 .ImageWrapper:hover .ImageOverlayHe {
  background-size: 51px auto;
  bottom: 20px;
  opacity: 0.9;
  position: absolute;
  top: 20px;
}
.TzItemPage.portfolio.v3 .content-center .content {
  position: relative;
  margin-bottom: 34px;
}
.TzItemPage.portfolio.v3 .content-center .content .atr_social {
  position: absolute;
  right: 0;
  bottom: 0;
}
.TzItemPage.portfolio.v3 .content-center .content .atr_social a::after,
.TzItemPage.portfolio.v3 .content-center .content .atr_social i {
  font-size: 28px;
}
.TzItemPage.portfolio.v3 .count-comment .TZCommentCount {
  padding-top: 45px;
}
.TzItemPage.portfolio.v5 {
  padding-top: 55px;
}
.TzItemPage.portfolio.v5 .TzArticleTitle {
  margin: -10px 0 6px;
  font-size: 24px;
  line-height: 36px;
}
.TzItemPage.portfolio.v5 .TzArticleInfo {
  margin-bottom: 10px;
}
.TzItemPage.portfolio.v5 .TzArticleTag {
  padding: 0;
}
.TzItemPage.portfolio.v5 .TzArticleExtraField .div-button {
  padding-top: 22px;
}
.TzItemPage.portfolio.v5 .smn-comment {
  padding-top: 23px;
}
.TzItemPage.portfolio.v3.right-silder .TzArticleTitle {
  font-size: 24px;
  line-height: 36px;
  margin: -10px 0 6px;
}
.TzItemPage.portfolio.v3.right-silder .TzArticleExtraField .div-button {
  padding-top: 24px;
}
.TzItemPage.portfolio.v3.right-silder .TzArticleInfo {
  margin-bottom: 5px;
}
.TzItemPage.portfolio.v3.right-silder .content-center .content {
  margin-bottom: 5px;
}
.TzItemPage.portfolio .tz_portfolio_user {
  border-width: 1px 1px 0 1px;
  border-color: #dce2ed;
  border-style: solid;
  box-shadow: 0 5px 0 #eae9e8;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}
.TzItemPage.portfolio .TzRelated {
  position: relative;
}
.TzItemPage.portfolio .TzRelated h3.TzRelatedTitle {
  padding: 17px 0 56px;
}
.TzItemPage.portfolio .TzRelated .related {
  margin: 0 -15px;
}
.TzItemPage.portfolio .TzRelated.button-image h3.TzRelatedTitle {
  padding-bottom: 15px;
}
.TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons {
  top: 30%;
  border: none;
}
.TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons .owl-prev,
.TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons .owl-next {
  background-color: transparent;
  width: 30px;
  height: 70px;
  position: absolute;
  opacity: 1;
  font-size: 0;
}
.TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons .owl-prev::after,
.TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons .owl-next::after {
  display: none;
}
.TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons .owl-prev {
  background-image: url("../../../images/left1.png");
  left: -60px;
}
.TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons .owl-next {
  background-image: url("../../../images/right1.png");
  right: -60px;
}
.TzItemPage.portfolio #TzRelated.portfolio-desc .tz_description {
  padding: 0 20px 14px;
}
.TzItemPage.portfolio #TzRelated .owl-controls .owl-buttons {
  border-bottom: 1px solid #dce2ed;
  left: 15px;
  position: absolute;
  right: 15px;
  text-align: right;
  top: -100px;
  width: auto;
}
.TzItemPage.portfolio #TzRelated .owl-controls .owl-next,
.TzItemPage.portfolio #TzRelated .owl-controls .owl-prev {
  font-size: 0;
  padding: 0;
  opacity: 1;
  width: 30px;
  height: 30px;
  background: transparent;
  margin: 0 0 5px 5px;
}
.TzItemPage.portfolio #TzRelated .owl-controls .owl-next::after,
.TzItemPage.portfolio #TzRelated .owl-controls .owl-prev::after {
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #dce2ed;
  display: block;
  color: #cbd1dc;
  position: absolute;
  top: 0;
  text-align: center;
}
.TzItemPage.portfolio #TzRelated .owl-controls .owl-next::after {
  content: "\f105";
}
.TzItemPage.portfolio #TzRelated .owl-controls .owl-prev::after {
  content: "\f104";
}
.TzItemPage.portfolio #TzRelated .owl-controls .owl-page span {
  border: 1px solid;
}
.TzItemPage.portfolio #TzRelated .owl-controls .owl-page.active span {
  border: none;
}
.sider-bar .TzItemPage.portfolio {
  padding-top: 0;
}
.sider-bar .TzItemPage.portfolio .TzRelated {
  padding-top: 1px;
}
.sider-bar .TzItemPage.portfolio.v3 {
  padding-bottom: 73px;
}
.AuthorAvatar img {
  max-width: 120px;
}
.footer.style1 h3.module-title {
  color: #dee9f5;
  font-size: 22px;
  line-height: 24px;
}
.footer.style1 .br_bottom {
  border-bottom: 1px solid #374554;
  padding-bottom: 5px;
  margin-bottom: 29px;
}
.footer.style1 .module-ct {
  padding-top: 40px;
}
.footer.style2 .custom_footer_logo img {
  margin-top: 10px;
  margin-bottom: 35px;
}
.footer.style2 h3.module-title {
  color: #dee9f5;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer.style2 h3.module-title::after {
  border-bottom: 1px solid #4396e6;
  bottom: -14px;
}
.footer.style2 .br_bottom {
  border-bottom: 1px solid #374554;
  padding-bottom: 5px;
}
.footer.style2 .tz-module.no-br h3.module-title {
  margin-bottom: 10px;
}
.footer.style3 .nav.nav-stacked li {
  border-bottom: none;
  border-right: 1px solid #1a2129;
}
.footer.style3 .nav.nav-stacked li::after {
  content: "";
  font-size: 0;
}
.footer.style3 .nav.nav-stacked li.open a {
  background: transparent;
}
.footer.style3 .nav.nav-stacked li a {
  border-right: 1px solid #324052;
  padding: 0 15px;
  line-height: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.footer.style3 .nav.nav-stacked li:last-child {
  border: none;
}
.footer.style3 .nav.nav-stacked li:last-child a {
  border: none;
  padding-right: 0;
}
.footer.style3 h3.module-title {
  font-size: 15px;
  line-height: 24px;
  color: #dee9f5;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer.style3 h3.module-title::after {
  bottom: -8px;
}
.footer.style3 .TzContact input,
.footer.style3 .TzContact textarea {
  margin-bottom: 5px;
}
.footer.style4 h3.module-title {
  font-size: 15px;
  line-height: 24px;
  color: #dee9f5;
  font-weight: bold;
}
.footer.style4 h3.module-title::after {
  border-width: 2px;
  bottom: -15px;
  width: 30px;
}
.footer.style4 .module-ct {
  padding-top: 45px;
}
.footer .module_nbg_bd .mod_tz_tag li:hover span,
.footer .module_nbg_bd .mod_tz_tag li:hover a {
  background: #4396e6;
  border-color: #4396e6;
  color: #FFF;
}
.footer .module_footer_lv32 .module-ct {
  padding-top: 0;
}
.footer .module-ct {
  padding-top: 35px;
}
.footer .custom_footer_logo {
  margin-bottom: 10px;
}
.footer .custom_footer_logo a {
  font-style: italic;
}
.footer .custom_footer_logo a:hover {
  text-decoration: none;
}
.footer .custom_footer_logo img {
  margin: -25px 0 30px;
}
.footer .custom_footer_logo p {
  padding: 7px 0;
  margin-bottom: 0;
}
.footer ul.social-link {
  padding-right: 5px;
}
.footer .recent-post ul a {
  color: #a0adbc;
}
.footer .recent-post ul a:hover {
  color: #e0e9f3;
  text-decoration: none;
}
.footer .recent-post p {
  line-height: 22px;
  margin-bottom: 2px;
  color: #818d9a;
}
.footer .recent-post .tz_description a:hover p {
  color: #a2b0c0;
}
.footer .recent-post .content {
  padding-left: 90px;
}
.footer h3.module-title {
  color: #fff;
}
.footer .tz-module.no-br h3.module-title::after {
  border: none;
}
.footer #tztwd-tweets .tztwd-tweet-container {
  border-bottom: 1px solid #374554;
  padding: 18px 0 10px;
}
.footer #tztwd-tweets .tztwd-tweet-container:first-child {
  padding-top: 0;
}
.footer .tztwd-tweet-data > a {
  color: #677381;
}
.footer #tztwd {
  color: #818d9a;
}
.footer #tztwd-tweets .tztwd-tweet-container:last-child {
  border: none;
}
.footer .module_bg_color .mod_tz_tag li span,
.footer .module_bg_color .mod_tz_tag li a {
  background: #2f3f4f;
  border-color: #2f3f4f;
  font-weight: 600;
}
.footer .module_bg_color .mod_tz_tag li span:hover,
.footer .module_bg_color .mod_tz_tag li a:hover {
  color: #3B94E8;
}
.footer .nav.nav-stacked li {
  border-bottom: 1px solid #374554;
}
.footer .nav.nav-stacked li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
}
.footer .nav.nav-stacked li:last-child {
  border-bottom: none;
}
.footer .nav.nav-stacked li a {
  color: #818d9a;
  padding: 4px 15px 8px;
}
.footer .nav.nav-stacked li a:hover,
.footer .nav.nav-stacked li a:focus {
  background: transparent;
}
.footer .nav.nav-stacked .open > a,
.footer .nav.nav-stacked .open > a:focus,
.footer .nav.nav-stacked .open > a:hover {
  background: transparent;
  color: #3B94E8;
}
.footer .accordion-widget .panel {
  border-color: #374554;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.footer .acymailing_module .acymailing_introtext {
  font-size: 14px;
  color: #818d9a;
  font-style: italic;
  display: block;
  padding-bottom: 15px !important;
}
.footer .acymailing_module input {
  margin-bottom: 1px;
}
.footer .acymailing_module input,
.footer .acymailing_module textarea {
  padding: 6px 10px;
  background: #2e3e4e;
  border: none;
  font-style: italic;
}
.footer .acymailing_module .acysubbuttons .button {
  color: #FFF;
  font-weight: bold;
  background: #4396e6;
  text-transform: uppercase;
  padding: 8px 10px;
  font-style: normal;
}
.footer .logo_center {
  text-align: center;
}
.footer .acymailing_form .acyfield_name::after,
.footer .acymailing_form .acyfield_email::after {
  top: 6px;
}
.footer.style4 {
  border-bottom: 2px solid #1c232c;
}
.footer.footer-bg .custom_footer_logo img {
  margin: 13px 0 30px !important;
}
.footer .custom_footer_logo p > a {
  margin-top: -6px;
  display: block;
}
.footer .custom_footer_logo .social-link {
  border-top: 1px solid #374554;
  margin-top: 11px;
  padding-top: 18px;
}
.footer-bg .border {
  padding: 0 0 27px;
  position: relative;
}
.footer-bg .border::after {
  border-bottom: 1px solid #1a2129;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
}
.footer-bg .border::before {
  border-bottom: 1px solid #324052;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
}
#copy-right ul {
  margin-top: 0;
}
.mod_tz_tag {
  padding: 0;
}
.mod_tz_tag li {
  display: inline-block;
  padding: 0 5px 8px 0;
}
.mod_tz_tag li span,
.mod_tz_tag li a {
  color: #818d9a;
  text-transform: capitalize;
  border: 1px solid #3c4d61;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#mc-embedded-subscribe-form {
  position: relative;
  padding-top: 5px;
}
#mc-embedded-subscribe-form input {
  background: #2e3e4e;
  border: medium none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  color: #818d9a;
  font-style: italic;
  padding: 7px 15px 10px;
}
#mc-embedded-subscribe-form i {
  color: #4396e6;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.custom_footer_lv32 .jvc_row > div > p {
  border-width: 1px 0 0;
}
.custom_footer4 ul {
  list-style: none;
  padding: 0;
}
.custom_footer4 .left {
  float: left;
  width: 70px;
}
.custom_footer4 .right {
  padding-left: 90px;
}
.custom_footer4 li {
  padding: 10px 0;
  border-bottom: 1px solid #374554;
}
.custom_footer4 li:last-child {
  border: none;
}
.custom_footer4 li div {
  line-height: 22px;
}
.custom_footer4 li a {
  color: #818d9a;
}
.copyright {
  position: relative;
}
.copyright > .container {
  position: relative;
}
.copyright .module-ct {
  padding: 22px 0;
}
.copyright img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.copyright p {
  margin: 6px 0 0;
}
.copyright .tz-module .module-ct {
  padding: 25px 0;
}
.copyright .tz-module .module-ct p {
  margin-top: 3px;
}
.copyright .mod_right {
  text-align: right;
}
.copyright.style4::after {
  border-top: 2px solid #35414e;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  top: 5px;
  width: 100%;
}
.copyright.style4 .nav.nav-stacked li {
  border: none;
}
.copyright.style4 .nav.nav-stacked li::after {
  content: "";
  font-size: 0;
}
.copyright.style4 .nav.nav-stacked li.open a {
  background: transparent;
}
.copyright.style4 .nav.nav-stacked li a {
  border-right: 1px solid #06080b;
  padding: 0 15px;
  line-height: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.copyright.style4 .nav.nav-stacked li:last-child a {
  border: none;
  padding-right: 0;
}
.copyright ul.social-link a {
  font-size: 20px;
  color: #818d9a;
}
.copyright ul.social-link a:hover {
  color: #4396e6;
}
.copyright #tz-copyright,
.copyright #tz-logo-footer,
.copyright #tz-menu-footer {
  z-index: 99;
}
.module_footer_menu ul {
  float: right;
  margin: 6px 0 0;
}
.module_footer_menu ul li > a:focus,
.module_footer_menu ul > li > a:hover,
.module_footer_menu ul .open > a,
.module_footer_menu ul .open > a:focus,
.module_footer_menu ul .open > a:hover {
  background: transparent;
}
.module_footer_menu ul li {
  float: left;
  margin-top: 0;
}
.module_footer_menu ul li:first-child a {
  padding: 0;
}
.module_footer_menu ul li:hover,
.module_footer_menu ul li.open,
.module_footer_menu ul li:focus {
  background: transparent;
}
.module_footer_menu ul li a {
  padding: 0 0 0 25px;
  font-size: 13px;
  line-height: 22px;
  color: #818d9a;
}
.module_footer_menu ul li a:hover {
  background: transparent;
  color: #4396e6;
}
.dmtop {
  left: 0;
  position: absolute;
  right: 0;
  top: -42px;
}
.dmtop > * {
  margin: 0;
}
.dmtop .module-ct {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.dmtop .module-ct i {
  background: #2c3b4b none repeat scroll 0 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  color: #93adca;
  font-size: 26px;
  line-height: 22px;
  padding: 7px 9px 10px 14px;
  position: relative;
  right: 0;
  top: -20px;
  cursor: pointer;
}
.dmtop.center .module-ct i {
  right: auto;
  left: auto;
  top: -20px;
}
.module_footer_logo {
  margin-bottom: 15px;
  border-bottom: 1px solid #374554;
}
.error-404 {
  position: relative;
}
.error-404 #module-error-404 {
  background-position: center;
}
.error-404 .table-prent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.error-404 .desc {
  font-size: 32px;
  line-height: 42px;
  color: #08111c;
  max-width: 600px;
  margin: 0 auto;
}
.error-404 h1 {
  font-size: 260px;
  line-height: 1;
  color: #317bc2;
}
.error-404 .show-home {
  color: #000;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  font-weight: bold;
  bottom: 50px;
  width: 100%;
  left: 0;
}
.error-404 .show-home a {
  color: #000;
  border-bottom: 2px solid;
  letter-spacing: 4px;
}
.error-404 .show-home a:hover {
  text-decoration: none;
}
.error-404 img {
  padding-bottom: 40px;
}
.search-404 {
  background: #f8f8f8;
  padding: 75px 0 70px;
}
.search-404 .form-inline {
  width: 518px;
  height: 56px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.search-404 .form-inline i {
  position: absolute;
  right: 20px;
  top: 19px;
}
.search-404 input {
  border: 1px solid #dce2ed;
  overflow: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
}
.wrapper {
  padding: 0;
  position: relative;
}
.wrapper .head-one-page {
  position: fixed;
  top: 0;
  right: 0;
}
.wrapper.one-page {
  padding-right: 90px;
}
.wrapper .container {
  max-width: 1170px;
  width: auto;
}
.wrapper .head-one-page {
  background: rgba(8, 21, 34, 0.9);
}
.wrapper .parallax.default .tz-services.parallax .owl-carousel {
  position: relative;
}
.wrapper .parallax.default .tz-services.parallax .owl-carousel .owl-pagination {
  bottom: 0;
  right: 0;
}
.wrapper .module_promo .promo {
  padding: 60px;
}
.one-page.wrapper .head-one-page {
  background: rgba(8, 21, 34, 0.9) none repeat scroll 0 0;
}
body > .wrapper.dark h1,
body > .wrapper.dark h2,
body > .wrapper.dark h3,
body > .wrapper.dark h4,
body > .wrapper.dark h5,
body > .wrapper.dark h6 {
  color: #FFF;
}
body > .wrapper.dark .br-content h3.module-title,
body > .wrapper.dark h3.module-title,
body > .wrapper.dark .parallax.mobile h3.module-title {
  color: #e1e1e1;
}
body > .wrapper.dark .top-title h5.title-top {
  color: #4396e6;
}
body > .wrapper.dark .tz-services h4,
body > .wrapper.dark .round_skills h3.title,
body > .wrapper.dark .round_skills .percent {
  color: #FFF;
}
body > .wrapper.dark .title-icon-top {
  border-color: #535050;
}
body > .wrapper.dark #tz_options .option-combo a.btn {
  color: #9fadbd;
  border-color: #818d9a;
}
body > .wrapper.dark #tz_options .option-combo a.btn.selected,
body > .wrapper.dark #tz_options .option-combo a.btn:hover {
  border-color: #4396e6;
  color: #FFF;
}
body > .wrapper.dark .custom_pricing_table .jvc_row > div:first-child .pricing-table {
  border-right: 1px solid #333;
}
body > .wrapper.dark .pricing-table {
  border: none;
  background: #333641;
}
body > .wrapper.dark .pricing-table ul li {
  border: none;
}
body > .wrapper.dark .pricing-table ul li:nth-child(2n+1) {
  background: #3a3d49;
}
body > .wrapper.dark .pricing-table.jvc_active {
  -webkit-box-shadow: 0px 0px 6px #222222;
  box-shadow: 0px 0px 6px #222222;
  z-index: 9999;
  position: relative;
}
body > .wrapper.dark .pricing-table .price {
  color: #e1e1e1;
}
body > .wrapper.dark .pricing-table .ds-title {
  border-color: #333641;
}
body > .wrapper.dark .latest-posts .item-content {
  background: #333641;
}
body > .wrapper.dark .latest-posts .item-content .tz_image.ImageWrapper::before {
  border-right-color: #333641;
}
body > .wrapper.dark .latest-posts .item-content .tz_image.ImageWrapper::after {
  border-left-color: #333641;
}
body > .wrapper.dark .latest-posts .tz_hits {
  color: #bbb;
}
body > .wrapper.dark .latest-posts .tz_readmore a {
  color: #9fadbd;
}
body > .wrapper.dark .latest-posts h6 a {
  color: #e1e1e1;
}
body > .wrapper.dark .contact-form.joomla input,
body > .wrapper.dark .contact-form.joomla textarea {
  background: transparent;
  border-color: #818d9a;
}
body > .wrapper.dark .portfolio-desc .content {
  background: #FFF;
}
body > .wrapper.dark .portfolio-desc .item-content:hover .content {
  background: #4396E6;
}
body > .wrapper.dark .portfolio-desc .navigation a {
  background: #4C5268;
}
body > .wrapper.dark .portfolio-desc .navigation a:hover {
  background: #57a0e7;
}
body > .wrapper.dark .title-rhombus > span,
body > .wrapper.dark .jvc_bootstrap3 .title-rhombus > span {
  background: #23252d;
}
body > .wrapper.dark .our-work .media .icon {
  border-color: #1b1e25;
}
body > .wrapper.dark .time-line .year-style h3 {
  color: #42484d;
}
body > .wrapper.dark .panel {
  background-color: transparent;
}
body > .wrapper.dark .panel-default > .panel-heading {
  background-color: transparent;
}
body > .wrapper.dark h4.panel-title {
  background: transparent;
}
body > .wrapper.dark .carousel.portfolio .content {
  background: #333541;
}
body > .wrapper.dark .carousel.portfolio .content.top::after {
  border-bottom-color: #333541;
}
body > .wrapper.dark .carousel.portfolio .tz_title a {
  color: #e1e1e1;
}
body > .wrapper.dark .carousel.portfolio .content.bottom::after {
  border-top-color: #333541;
}
body > .wrapper.dark .carousel.portfolio .owl-item:hover .content {
  background: #4396e6;
}
body > .wrapper.dark .carousel.portfolio .owl-item:hover .content.bottom::after,
body > .wrapper.dark .carousel.portfolio .owl-item:hover .content.top::after {
  border-top-color: #4396e6;
}
.dark .custom_pricing_table .jvc_row > div:first-child .pricing-table {
  border-right: 1px solid #333;
}
.dark .pricing-table {
  border: none;
  background: #333641;
}
.dark .pricing-table ul li {
  border: none;
}
.dark .pricing-table ul li:nth-child(2n+1) {
  background: #3a3d49;
}
.dark .pricing-table.jvc_active {
  -webkit-box-shadow: 0px 0px 6px #222222;
  box-shadow: 0px 0px 6px #222222;
  z-index: 9999;
  position: relative;
}
.dark .pricing-table .price {
  color: #e1e1e1;
}
.dark .pricing-table .ds-title {
  border-color: #333641;
}
.wrapper.container .tp-caption.lineright,
.wrapper.container .lineright,
.wrapper.container .tp-caption.lineleft,
.wrapper.container .lineleft {
  display: none;
}
a:hover {
  text-decoration: none;
}
.chzn-container {
  width: auto !important;
  margin-right: 10px;
}
.chzn-container.chzn-container-active.chzn-with-drop .chzn-single {
  background: transparent;
  border-color: #dce2ed;
}
.chzn-container .chzn-drop {
  border-color: #dce2ed;
}
.chzn-container .chzn-drop .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-drop .chzn-results li {
  padding: 5px 15px;
  font-size: 7px;
  text-transform: uppercase;
}
.chzn-container .chzn-drop .chzn-results li.highlighted {
  background: #4396e6;
}
.chzn-container .chzn-single {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  border-color: #dce2ed;
  height: auto;
  padding: 5px 15px;
  line-height: 2.2em;
  font-size: 10px;
  font-weight: bold;
  color: #505b65;
  text-transform: uppercase;
}
.chzn-container .chzn-single span {
  margin-right: 15px;
}
.chzn-container .chzn-single:before {
  content: '\f107 ';
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  color: #505b65;
  right: 10px;
}
.chzn-container .chzn-single div {
  display: none;
}
.hikashop_products_listing {
  position: relative;
}
.hikashop_products_listing .thumbnail {
  padding: 0;
}
.hikashop_products_listing .hikashop_subcontainer {
  border-radius: 0 !important;
  border-color: #dce2ed;
  position: relative;
}
.hikashop_products_listing .tz-discount {
  position: absolute;
  top: 11px;
  left: -5px;
  z-index: 1;
  background-color: #f7383a;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1px 12px 3px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7em;
}
.hikashop_products_listing .tz-discount:after,
.hikashop_products_listing .tz-discount:before {
  top: 70%;
  left: 73%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hikashop_products_listing .tz-discount:after {
  border-color: rgba(241, 241, 241, 0);
  border-left-color: #f7383a;
  border-width: 5px;
  margin-left: 10px;
}
.hikashop_products_listing .tz-discount:before {
  border-color: rgba(221, 221, 221, 0);
  border-left-color: #f7383a;
  border-width: 4px;
  margin-left: 10px;
}
.hikashop_products {
  padding-top: 55px;
}
.hikashop_products:after {
  content: '';
  display: block;
  clear: both;
}
.hikashop_products .hikashop_product_stock_count {
  display: none;
}
.hikashop_products .hikashop_subcontainer {
  margin-bottom: 30px;
}
.hikashop_products .hikashop_container .TzShopInfo {
  padding: 20px 15px 25px;
  background: #ffffff;
  border-top: 1px solid #dce2ed;
}
.hikashop_products .hikashop_container .hikashop_product_image {
  position: relative;
}
.hikashop_products .hikashop_container .hikashop_product_image .add_product {
  position: absolute;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.hikashop_products .hikashop_container .hikashop_product_image .add_product .link_product,
.hikashop_products .hikashop_container .hikashop_product_image .add_product .hikashop_cart_button.tz-add-cart {
  position: absolute;
  bottom: 30px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
}
.hikashop_products .hikashop_container .hikashop_product_image .add_product .link_product:hover,
.hikashop_products .hikashop_container .hikashop_product_image .add_product .hikashop_cart_button.tz-add-cart:hover {
  text-decoration: none;
  background: #4396e6;
  border-color: #4396e6;
}
.hikashop_products .hikashop_container .hikashop_product_image .add_product .link_product {
  left: 20px;
}
.hikashop_products .hikashop_container .hikashop_product_image .add_product .hikashop_cart_button.tz-add-cart {
  right: 20px;
}
.hikashop_products .hikashop_container .hikashop_product_image .add_product .hikashop_add_wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
}
.hikashop_products .hikashop_container .hikashop_product_image .add_product .hikashop_add_wishlist:hover i {
  color: #4396e6;
}
.hikashop_products .hikashop_container .hikashop_product_image .add_product .hikashop_add_wishlist i {
  font-size: 14px;
  color: #ffffff;
}
.hikashop_products .hikashop_container:hover .hikashop_product_image .add_product {
  opacity: 1;
}
.hikashop_products .hikashop_container .hikashop_total_vote {
  display: none;
}
.hikashop_products .hikashop_product_name a {
  color: #3a424a;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7em;
}
.hikashop_products .hikashop_product_name a:hover {
  text-decoration: none;
}
.hikashop_products .tz-manufacturer {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #a3aeb9;
  padding-top: 4px;
  letter-spacing: 1px;
}
.hikashop_products .hikashop_product_price_full {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #3a424a;
  padding-top: 14px;
}
.hikashop_products .hikashop_product_price_full .hikashop_product_discount {
  display: none;
}
.hikashop_products .hikashop_product_price_full .hikashop_product_price > span {
  padding: 0 5px;
}
.hikashop_products .hikashop_product_price_full .hikashop_product_price.with_tax .price_original {
  color: #a2acb6;
  text-decoration: line-through;
}
.hikashop_products .hikashop_product_price_full .hikashop_product_price.without_tax .price_with_tax {
  display: none;
}
.hikashop_product_price.without_tax .price_with_tax {
  display: none;
}
.hikashop_product_price.with_tax .price_original {
  display: none;
}
div.hk-rating {
  position: relative;
  display: inline-block;
}
div.hk-rating:before,
div.hk-rating:after {
  content: '';
  height: 1px;
  width: 30%;
  background: #dce2ed;
  position: absolute;
  top: 10px;
}
div.hk-rating:before {
  left: -40%;
}
div.hk-rating:after {
  right: -40%;
}
div.hk-rating .state-full,
div.hk-rating a.state-empty {
  background: none !important;
  font-size: 14px;
  float: left;
  padding-right: 4px;
  cursor: pointer;
}
div.hk-rating a:last-child {
  padding-right: 0;
}
div.hk-rating .state-full,
div.hk-rating .icon-star:before,
div.hk-rating a.state-empty:before {
  content: "\f006";
}
div.hk-rating .state-full,
div.hk-rating a.icon-star,
div.hk-rating a.state-empty {
  font-family: FontAwesome;
  color: #c0c0c0 !important;
}
div.hk-rating > .rating-item:hover span:before,
div.hk-rating > .rating-item:hover ~ a span:before,
div.hk-rating > .voted:before,
div.hk-rating > .rating-item:hover:before,
div.hk-rating > .rating-item:hover ~ .rating-item:before,
div.hk-rating a.hk-rating-hover:before,
div.hk-rating a.state-full:before {
  color: #4396e6 !important;
  content: "\f005";
  text-decoration: none;
}
.hikashop_filter_main_div {
  display: inline-block;
}
.hikashop_products_pagination_bottom .limit {
  display: none;
}
.hikashop_products_pagination_bottom .hikashop_results_counter {
  display: none;
}
.hikashop_products_pagination_bottom .pagination {
  margin: 0;
}
.hikashop_products_pagination_bottom .pagination:after {
  display: block;
  content: '';
  clear: both;
}
.hikashop_products_pagination_bottom .pagination-list {
  float: right;
  padding-top: 48px;
}
.hikashop_products_pagination_bottom .pagination-list li {
  display: inline-block;
  padding: 2px;
}
.hikashop_products_pagination_bottom .pagination-list li a {
  border: 1px solid #dce2ed !important;
  cursor: pointer;
  line-height: 1.5em;
  color: #9fadbd;
}
.pagination_top {
  display: inline-block;
  float: left;
}
.pagination_top .hikashop_products_pagination {
  padding: 0;
}
.pagination_top .pagination {
  display: none;
}
.pagination_top .limit .chzn-container {
  margin-left: 10px;
}
.pagination_top span.hikashop_results_counter {
  position: absolute;
  right: 0;
  top: 8px;
}
.ui-slider {
  position: relative;
  height: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  top: 0;
  height: 10px;
  border-radius: 5px;
  background: #4396e6;
}
.ui-slider a.ui-slider-handle {
  height: 14px;
  width: 14px;
  background: #505b65;
  position: absolute;
  border-radius: 50%;
  top: -2px;
  margin-left: -0.6em;
}
.hikashop_subcategories_listing .panel {
  background: transparent;
  border-bottom-color: #dce2ed;
  border-radius: 0;
  margin: 0;
}
.hikashop_subcategories_listing .panel .title {
  margin: 0;
  position: relative;
}
.hikashop_subcategories_listing .panel .title:after {
  content: '\f067';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  color: #ffffff;
  padding: 3px;
  background: #818d9a;
  font-size: 8px;
  border-radius: 50%;
  font-weight: normal;
  line-height: 1em;
  top: 10px;
}
.hikashop_subcategories_listing .panel .title.pane-toggler-down a {
  color: #4396e6;
}
.hikashop_subcategories_listing .panel .title.pane-toggler-down:after {
  content: '\f068';
}
.hikashop_subcategories_listing .panel .title a {
  font-size: 14px;
  color: #3a424a;
  font-weight: 600;
}
.hikashop_subcategories_listing .panel .title a:hover,
.hikashop_subcategories_listing .panel .title a:focus {
  text-decoration: none;
  color: #4396e6;
}
.hikashop_subcategories_listing .panel .content .hikashop_category_list {
  padding: 0;
  list-style: none;
  border-top: 1px solid #dce2ed;
}
.hikashop_subcategories_listing .panel .content .hikashop_category_list .hikashop_category_list_item a {
  color: #818d9a;
  line-height: 2em;
  display: block;
  padding: 5px 0 0;
}
.hikashop_subcategories_listing .panel .content .hikashop_category_list .hikashop_category_list_item a:hover,
.hikashop_subcategories_listing .panel .content .hikashop_category_list .hikashop_category_list_item a:focus {
  text-decoration: none;
  color: #4396e6;
}
.tz-aside-right .hikashop_filter_main_div {
  display: block;
}
.tz-aside-right .hikashop_filter_main {
  display: block;
  float: none !important;
  min-height: 0 !important;
}
.tz-aside-right .hikashop_filter_main.hikashop_filter_main_search input {
  width: 100% !important;
}
.tz-feature-product .hikashop_products {
  padding: 0;
}
.tz-feature-product .hikashop_products .hikashop_product:first-child .hikashop_subcontainer {
  padding-top: 0;
}
.tz-feature-product .hikashop_products .hikashop_subcontainer {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dce2ed;
}
.tz-feature-product .hikashop_products .hikashop_container .hikashop_product_item_left_part {
  display: table-cell;
  width: 70px;
  vertical-align: top;
  max-width: 70px;
}
.tz-feature-product .hikashop_products .hikashop_container .hikashop_product_item_right_part {
  display: table-cell;
  border: none;
  padding: 0;
  vertical-align: top;
  padding-left: 15px;
}
.tz-feature-product .hikashop_products .hikashop_container .hikashop_product_item_right_part .hikashop_product_name a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.tz-feature-product .hikashop_products .hikashop_product_price_full {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1em;
}
.tz-feature-product .hikashop_products .hikashop_product_price_full .price_original,
.tz-feature-product .hikashop_products .hikashop_product_price_full .price_with_tax {
  padding: 0 10px 0 0;
}
.tz-feature-product .hikashop_products .hikashop_product_vote {
  padding-top: 5px;
}
.tz-feature-product .hikashop_products .hikashop_product_vote .hikashop_vote_stars {
  line-height: 1em;
}
.tz-feature-product .hikashop_products .hikashop_product_vote .hikashop_vote_stars .hk-rating a {
  font-size: 12px !important;
}
.tz-feature-product .hikashop_products .hikashop_product_desc {
  display: none;
}
.tz-feature-product .hikashop_products .hk-rating:before,
.tz-feature-product .hikashop_products .hk-rating:after {
  content: none;
}
.tz-feature-product .hikashop_products .tz-manufacturer {
  font-size: 10px;
  line-height: 1em;
  padding-top: 0;
}
.hikashop_product_page .single-image-item img {
  width: 100%;
}
.hikashop_product_page .hikashop_total_vote {
  padding-left: 15px;
}
.hikashop_product_page .hikashop_total_vote i {
  font-size: 11px;
}
.hikashop_product_page .hk-rating:before,
.hikashop_product_page .hk-rating:after {
  content: none;
}
.hikashop_product_page .hikashop_total_vote {
  display: inline-block;
  vertical-align: top;
}
.hikashop_product_page .hikashop_product_name_main h2 {
  margin: 0;
}
.hikashop_product_page .hikashop_product_description_main {
  border-bottom: 1px solid #dce2ed;
  padding: 10px 0;
}
.hikashop_product_page .manufacturer a {
  text-transform: uppercase;
  font-size: 13px;
  color: #a3aeb9;
  font-weight: bold;
  line-height: 1.5em;
  padding: 5px 0;
  display: block;
}
.hikashop_product_page .hikashop_product_price_main {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
  color: black;
}
.hikashop_product_page .hikashop_product_code_main {
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
}
.hikashop_product_page .hikashop_product_characteristics {
  padding: 25px 0 0;
}
.hikashop_product_page .hikashop_product_price.with_tax {
  display: inline-block;
}
.hikashop_product_page .hikashop_product_price.with_tax:after {
  display: block;
  clear: both;
  content: '';
}
.hikashop_product_page .hikashop_product_price.with_tax span {
  float: right;
  padding-right: 10px;
  font-weight: bold;
}
.hikashop_product_page .hikashop_product_price.with_tax span.price_with_tax {
  color: #3a424a;
}
.hikashop_product_page .hikashop_product_price.with_tax span.price_original {
  text-decoration: line-through;
}
.hikashop_product_page .hikashop_product_characteristics_table {
  display: block;
}
.hikashop_product_page .hikashop_product_characteristics_table tr {
  display: inline-block;
}
.hikashop_product_page .hikashop_product_characteristics_table tr td {
  padding-right: 20px;
}
.hikashop_product_page .hikashop_product_characteristics_table tr td .chzn-container {
  margin: 0;
}
.hikashop_product_page .hikashop_product_characteristics_table tr td .chzn-container .chzn-results,
.hikashop_product_page .hikashop_product_characteristics_table tr td .chzn-container .chzn-single {
  background: #f8f8f8;
}
.hikashop_product_page .hikashop_product_quantity_main {
  padding-top: 15px;
  position: relative;
  border-bottom: 1px solid #dce2ed;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_stock_count {
  position: relative;
  display: block;
  padding-bottom: 5px;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_quantity_div {
  display: block;
  color: #505b65;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_quantity_div .add-on,
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_quantity_div input {
  display: inline-block;
  width: 40px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  border: 1px solid #dce2ed;
  border-radius: 3px;
  margin: 0 2px;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_quantity_add_to_cart_div {
  display: inline-block;
  padding: 28px 0;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_quantity_add_to_cart_div a {
  padding: 5px 30px;
  font-size: 9px;
  color: #ffffff;
  display: block;
  border-radius: 3px;
  line-height: 3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #8560a8;
  background: -moz-linear-gradient(left, #8560a8 0%, #f26d7d 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8560a8), color-stop(100%, #f26d7d));
  background: -webkit-linear-gradient(left, #8560a8 0%, #f26d7d 100%);
  background: -o-linear-gradient(left, #8560a8 0%, #f26d7d 100%);
  background: -ms-linear-gradient(left, #8560a8 0%, #f26d7d 100%);
  background: linear-gradient(to right, #8560a8 0%, #f26d7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8560a8', endColorstr='#f26d7d', GradientType=1);
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_quantity_add_to_cart_div a:hover {
  text-decoration: none;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_add_wishlist {
  display: inline-block;
  padding: 28px 0 28px 10px;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_add_wishlist a.hikashop_cart_button {
  padding: 8px 20px;
}
.hikashop_product_page #hikashop_social > span {
  display: inline-block;
}
.hikashop_product_page .hikashop_product_tags {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dce2ed;
}
.hikashop_product_page .hikashop_product_tags > span {
  font-weight: bold;
}
.hikashop_product_page .hikashop_product_tags .tags {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
}
.hikashop_product_page .hikashop_product_tags .tags li {
  padding: 0;
}
.hikashop_product_page .hikashop_product_tags .tags .label-info {
  background: transparent;
  color: #818d9a;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}
.hikashop_product_page #hikashop_social {
  padding: 20px 0;
}
.hikashop_product_page .hikashop_submodules div.hk-rating:before,
.hikashop_product_page .hikashop_submodules div.hk-rating:after {
  content: '';
}
.hikashop_product_page .hikashop_submodules .hikashop_products {
  padding-top: 15px;
}
.hikashop_product_page .hikashop_submodules .pagination_top {
  display: none;
}
#hikashop_carts_listing .form-row .input-prepend,
#hikashop_cart_listing .form-row .input-prepend,
.hikashop_checkout_page .form-row .input-prepend {
  position: relative;
}
#hikashop_carts_listing .form-row .tz_faq,
#hikashop_cart_listing .form-row .tz_faq,
.hikashop_checkout_page .form-row .tz_faq {
  right: 15px;
  top: 10px;
  position: absolute;
}
#hikashop_carts_listing .form-row .tz_faq i,
#hikashop_cart_listing .form-row .tz_faq i,
.hikashop_checkout_page .form-row .tz_faq i {
  color: #dce2ed;
}
#hikashop_carts_listing input,
#hikashop_cart_listing input,
.hikashop_checkout_page input {
  padding: 10px 20px;
  line-height: 1.7em;
  margin-bottom: 20px;
  color: #bfc8d3;
}
#hikashop_carts_listing input[type="checkbox"],
#hikashop_cart_listing input[type="checkbox"],
.hikashop_checkout_page input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
#hikashop_carts_listing table,
#hikashop_cart_listing table,
.hikashop_checkout_page table { /*csaba2020*/
    margin-bottom: 10px;
    width: 100% !important;
	padding: 10px 20px; 
	margin-bottom: 20px;
	max-width: 100%;
	
	
}

	
	
}
#hikashop_carts_listing .check_out_title,
#hikashop_cart_listing .check_out_title,
.hikashop_checkout_page .check_out_title {
  margin: 0 0 35px;
  font-size: 30px;
}
#hikashop_carts_listing table thead,
#hikashop_cart_listing table thead,
.hikashop_checkout_page table thead {
  background: #f8f8f8;
  border: 1px solid #dce2ed;
}
#hikashop_carts_listing table thead tr th,
#hikashop_cart_listing table thead tr th,
.hikashop_checkout_page table thead tr th {
  border: none;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.8em;
  padding: 15px 8px; /*csaba*/
  color: #505b65;
}
#hikashop_carts_listing table tfoot,
#hikashop_cart_listing table tfoot,
.hikashop_checkout_page table tfoot {
  background: #f8f8f8;
}
#hikashop_carts_listing table tbody,
#hikashop_cart_listing table tbody,
.hikashop_checkout_page table tbody {
  border: 1px solid #dce2ed;
}
#hikashop_carts_listing table tbody tr td,
#hikashop_cart_listing table tbody tr td,
.hikashop_checkout_page table tbody tr td {
  padding: 17px 0px; /*csaba*/
  vertical-align: middle;
  color: #505b65;
  font-size: 12px;
}
#hikashop_carts_listing table tbody tr td.hikashop_cart_product_quantity_value,
#hikashop_cart_listing table tbody tr td.hikashop_cart_product_quantity_value,
.hikashop_checkout_page table tbody tr td.hikashop_cart_product_quantity_value {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
#hikashop_carts_listing table tbody tr td.hikashop_cart_product_quantity_value > input,
#hikashop_cart_listing table tbody tr td.hikashop_cart_product_quantity_value > input,
.hikashop_checkout_page table tbody tr td.hikashop_cart_product_quantity_value > input,
#hikashop_carts_listing table tbody tr td.hikashop_cart_product_quantity_value > div,
#hikashop_cart_listing table tbody tr td.hikashop_cart_product_quantity_value > div,
.hikashop_checkout_page table tbody tr td.hikashop_cart_product_quantity_value > div {
  display: inline-block;
}
#hikashop_carts_listing table tbody tr td.hikashop_cart_product_quantity_value > input,
#hikashop_cart_listing table tbody tr td.hikashop_cart_product_quantity_value > input,
.hikashop_checkout_page table tbody tr td.hikashop_cart_product_quantity_value > input {
  width: 50px;
  margin: 0;
  font-size: 8px; /*csaba*/
}
#hikashop_carts_listing table tbody tr td .hikashop_product_code_checkout,
#hikashop_cart_listing table tbody tr td .hikashop_product_code_checkout,
.hikashop_checkout_page table tbody tr td .hikashop_product_code_checkout {
  text-transform: uppercase;
  font-size: 11px;
  color: #818d9a;
}
#hikashop_carts_listing table tbody tr td .hikashop_cart_product_name a,
#hikashop_cart_listing table tbody tr td .hikashop_cart_product_name a,
.hikashop_checkout_page table tbody tr td .hikashop_cart_product_name a {
  font-size: 10px; /*csaba*/
  font-weight: 600;
  color: #505b65;
  display: block;
}
.btn.with_auto {
  width: auto;
  display: inline-block;
  padding: 10px 15px;
}
.hikashop_payment_methods_table {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hikashop_payment_methods_table li {
  border: 1px solid #dce2ed;
  border-radius: 5px;
  line-height: 1em;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.hikashop_payment_methods_table li:after {
  content: '';
  display: block;
  clear: both;
}
.hikashop_payment_methods_table li label,
.hikashop_payment_methods_table li input {
  margin: 5px 0 !important;
}
.hikashop_payment_methods_table li input {
  padding-left: 15px !important;
}
.hikashop_payment_methods_table li label {
  padding-left: 15px;
  color: #bfc8d3;
}
.hikashop_payment_methods_table li .tz-image-payment {
  display: inline-block;
  float: right;
}
.hikashop_payment_methods_table li > input,
.address_selection > input,
.hikashop_payment_methods_table li > div,
.address_selection > div {
  display: table-cell;
  vertical-align: top;
}
.hikashop_payment_methods_table li > input,
.address_selection > input {
  width: auto;
  float: left;
  margin: 0;
}
.hikashop_payment_methods_table li > div,
.address_selection > div {
  line-height: 2em;
  padding-bottom: 10px;
}
.hikashop_payment_methods_table li .hika_edit,
.address_selection .hika_edit {
  line-height: 1em;
  vertical-align: top;
}
.hikashop_payment_methods_table li .hika_edit > a,
.address_selection .hika_edit > a {
  margin-left: 10px;
}
.hikashop_payment_methods_table li .hika_edit > a span,
.address_selection .hika_edit > a span {
  padding-left: 5px;
}
.hikashop_payment_methods_table li .hikashop_address_content,
.address_selection .hikashop_address_content {
  padding-left: 10px;
}
.check-right:last-child > div:first-child {
  padding-bottom: 0;
}
.check-right > div:first-child {
  padding-bottom: 75px;
}
.check-right > div.hikashop_payment_methods {
  padding-bottom: 40px;
}
.check-right .hikashop_checkout_terms {
  color: #818d9a;
}
.check-right .hikashop_checkout_terms label {
  font-weight: normal;
}
.check-right .hikashop_checkout_address:after {
  display: block;
  content: '';
  clear: both;
}
.tz-button-checkout {
  display: inline-block;
  float: right;
}
.tz-button-checkout .btn-primary {
  background: #529de6;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-button-checkout .btn-primary:hover {
  background: transparent;
  color: #529de6;
  border-color: #529de6;
}
#hikashop_carts_listing table thead tr th,
#hikashop_cart_listing table thead tr th,
#hikashop_carts_listing table tbody tr th,
#hikashop_cart_listing table tbody tr th,
#hikashop_carts_listing table tfoot tr th,
#hikashop_cart_listing table tfoot tr th,
#hikashop_carts_listing table thead tr td,
#hikashop_cart_listing table thead tr td,
#hikashop_carts_listing table tbody tr td,
#hikashop_cart_listing table tbody tr td,
#hikashop_carts_listing table tfoot tr td,
#hikashop_cart_listing table tfoot tr td {
  padding: 15px 10px;
}
#hikashop_carts_listing table thead tr th:first-child,
#hikashop_cart_listing table thead tr th:first-child,
#hikashop_carts_listing table tbody tr th:first-child,
#hikashop_cart_listing table tbody tr th:first-child,
#hikashop_carts_listing table tfoot tr th:first-child,
#hikashop_cart_listing table tfoot tr th:first-child,
#hikashop_carts_listing table thead tr td:first-child,
#hikashop_cart_listing table thead tr td:first-child,
#hikashop_carts_listing table tbody tr td:first-child,
#hikashop_cart_listing table tbody tr td:first-child,
#hikashop_carts_listing table tfoot tr td:first-child,
#hikashop_cart_listing table tfoot tr td:first-child {
  padding-left: 15px;
}
#hikashop_carts_listing table thead tr th:last-child,
#hikashop_cart_listing table thead tr th:last-child,
#hikashop_carts_listing table tbody tr th:last-child,
#hikashop_cart_listing table tbody tr th:last-child,
#hikashop_carts_listing table tfoot tr th:last-child,
#hikashop_cart_listing table tfoot tr th:last-child,
#hikashop_carts_listing table thead tr td:last-child,
#hikashop_cart_listing table thead tr td:last-child,
#hikashop_carts_listing table tbody tr td:last-child,
#hikashop_cart_listing table tbody tr td:last-child,
#hikashop_carts_listing table tfoot tr td:last-child,
#hikashop_cart_listing table tfoot tr td:last-child {
  padding-right: 30px;
}
#hikashop_carts_listing table tfoot,
#hikashop_cart_listing table tfoot {
  border: 1px solid #dce2ed;
}
#hikashop_carts_listing table tfoot tr td,
#hikashop_cart_listing table tfoot tr td {
  padding: 20px 0;
  vertical-align: middle;
  font-weight: bold;
  color: #505b65;
}
#hikashop_carts_listing table tfoot tr td .hikashop_cart_button,
#hikashop_cart_listing table tfoot tr td .hikashop_cart_button {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ed2a98 0%, #4d98e3 100%) repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
}
#hikashop_carts_listing table td.hikashop_show_cart_delete i,
#hikashop_cart_listing table td.hikashop_show_cart_delete i {
  padding: 2px 3px;
  font-size: 10px;
  color: #ffffff;
  background: #ff0000;
  border-radius: 50%;
}
#hikashop_carts_listing table td.hikashop_show_cart_quantity_td input,
#hikashop_cart_listing table td.hikashop_show_cart_quantity_td input {
  width: 35px;
  margin-bottom: 0;
  display: inline-block;
  color: #505b65;
  padding: 5px;
  text-align: center;
}
#hikashop_carts_listing table td.hikashop_show_cart_quantity_td .hikashop_cart_product_quantity_refresh,
#hikashop_cart_listing table td.hikashop_show_cart_quantity_td .hikashop_cart_product_quantity_refresh {
  display: inline-block;
  padding: 8px 10px;
  background: #f8f8f8;
  border-radius: 2px;
  margin-left: 5px;
}
#hikashop_carts_listing table td.hikashop_show_cart_quantity_td .hikashop_cart_product_quantity_refresh i,
#hikashop_cart_listing table td.hikashop_show_cart_quantity_td .hikashop_cart_product_quantity_refresh i {
  color: #505b65;
  font-size: 13px;
}
#hikashop_carts_listing table td.tz_product_title,
#hikashop_cart_listing table td.tz_product_title {
  font-size: 15px;
  font-weight: 600;
}
#hikashop_carts_listing table td.tz_product_title a,
#hikashop_cart_listing table td.tz_product_title a {
  color: #505b65;
}
#hikashop_carts_listing table td .hikashop_product_price_full .hikashop_product_price,
#hikashop_cart_listing table td .hikashop_product_price_full .hikashop_product_price {
  font-weight: bold;
}
#hikashop_carts_listing table td.hikashop_show_cart_add input,
#hikashop_cart_listing table td.hikashop_show_cart_add input {
  padding: 0;
  margin: 0;
}
#hikashop_carts_listing table th.hikashop_cart_quantity_title,
#hikashop_cart_listing table th.hikashop_cart_quantity_title,
#hikashop_carts_listing table th.hikashop_cart_action_title,
#hikashop_cart_listing table th.hikashop_cart_action_title {
  text-align: center;
}
.hikashop_showcart_infos {
  width: 50% !important;
}
.hikashop_showcart_infos input {
  margin: 0 !important;
}
.hikashop_showcart_infos .key {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.hikashop_header_buttons {
  padding-top: 15px;
}
.hikashop_header_buttons .hikashop_no_border tbody {
  border: none !important;
}
.hikashop_header_buttons .hikashop_no_border tbody td {
  padding: 0 !important;
}
.form_carts {
  width: 50%;
  padding-bottom: 30px;
}
.form_carts #hikashop_search {
  width: 65%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.form_carts .btn.with_auto {
  margin: 0;
}
#hikashop_carts_listing table th.hikashop_cart_quantity_title {
  text-align: left;
}
#hikashop_cart_listing a.tz_cart_button,
#hikashop_cart_listing a.convert_wishlist,
#hikashop_cart_listing a.proceed_checkout {
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bold;
}
#hikashop_cart_listing a.tz_cart_button,
#hikashop_cart_listing a.proceed_checkout {
  background: #57a2e9;
}
#hikashop_cart_listing a.convert_wishlist {
  background: #8560a8;
  background: -moz-linear-gradient(left, #8560a8 0%, #e73827 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8560a8), color-stop(100%, #e73827));
  background: -webkit-linear-gradient(left, #8560a8 0%, #e73827 100%);
  background: -o-linear-gradient(left, #8560a8 0%, #e73827 100%);
  background: -ms-linear-gradient(left, #8560a8 0%, #e73827 100%);
  background: linear-gradient(to right, #8560a8 0%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8560a8', endColorstr='#e73827', GradientType=1);
}
#hikashop_cart_listing a.hikashop_cart_button.convert_wishlist,
#hikashop_cart_listing a.hikashop_cart_button.proceed_checkout {
  float: none;
  line-height: 24px;
}
.btn-toggle {
  display: none;
  padding: 45px 50px;
}
.btn-toggle i {
  color: #50575d;
}
.tz-toggle .btn-toggle {
  display: block;
}
.tz-toggle .form_cart {
  display: none;
}
.tz-toggle .form_cart.active {
  display: block;
}
.tz-toggle table th {
  display: none;
}
.tz-toggle .form_cart {
  position: absolute;
  right: 0;
  z-index: 9999;
  top: 100%;
}
.form_cart {
  background: #ffffff;
  width: 100%;
  border-top: 2px solid #4396e6;
  padding: 10px 0px;
  /* Csaba  */
}
.form_cart .hikashop_cart_value input {
  /*width: 90%; /*csaba*/
  padding: 0;
  text-align: center;
  display: inline-block;
  font-size: 10px;
}

.form_cart .hikashop_cart_value { /*csaba*/
  width: 10%;
  font-size: 10px;
}


.form_cart tbody tr td {
  border-bottom: 1px solid #dce2ed;
  padding: 20px 10px 20px; /*csaba*/
  vertical-align: middle;
}

/*.form_cart tbody tr td.hikashop_cart_module_product_price_value {
  border-bottom: 1px solid #dce2ed;
  padding: 20px 8px 20px; /*csaba*/
  /*vertical-align: middle;  */
} 

.form_cart tbody tr td.hikashop_cart_module_product_name_value {
  padding-left: 0px; /*csaba*/
}
.form_cart tbody tr td.hikashop_cart_module_product_name_value a {
  color: #646e79;
  font-weight: normal;
  font-size: 10px; /*csaba*/
}
.form_cart tbody tr td.hikashop_cart_module_product_price_value,
.form_cart tbody tr td.hikashop_cart_module_product_quantity_value {
  color: #4396e6;
}
.form_cart tbody tr td.hikashop_cart_module_product_price_value input,
.form_cart tbody tr td.hikashop_cart_module_product_quantity_value input {
  color: #4396e6;
}
.form_cart tbody tr td i {
  color: #dce2ed;
}
.form_cart .tz_cart_button {
  float: left;
  margin: 30px 0 20px;
  font-size: 9px;
  font-weight: 600;
  padding: 5px 15px;
}
.form_cart .tz_cart_button:after {
  display: inline-block;
  content: '';
  clear: both;
}
.form_cart .hikashop_cart_module_product_total_title {
  float: right;
  margin: 30px 0 20px;
  vertical-align: middle;
  color: #86929e;
  padding: 5px 0;
  font-size: 10px; /*csaba*/
}

.form_cart .hikashop_cart_module_product_name_title {
  font-size: 12px; /*csaba*/
}

.form_cart .hikashop_cart_module_product_quantity_title {
  font-size: 12px; /*csaba*/
}

.form_cart .hikashop_cart_module_product_price_title {
  font-size: 12px; /*csaba*/
}

.form_cart .hikashop_cart_module_product_total_title:after {
  display: inline-block;
  content: '';
  clear: both;
}
.form_cart .hikashop_cart_module_product_total_title .hikashop_cart_module_product_total_value {
  padding-left: 5px;
  display: inline-block;
  color: #4396e6;
}
.hikashop_cart_module .hikashop_product_price.without_tax .price_with_tax {
  display: none;
}
.hikashop_cart_module .hikashop_product_price.with_tax .price_original {
  display: none;
}
.hikashop_products .hikashop_product_listing_image {
  width: 100%;
}
.hikashop_vote_notification_mini {
  display: block;
}
.pagination-list a:hover,
.hikashop_products_pagination_bottom .pagination-list li a:hover {
  color: #FFF;
}
.acymailing_form .acyfield_name input,
.acymailing_form .acyfield_email input {
  background: #f8f8f8;
}
.hikashop_subcategories .panel {
  padding-bottom: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#hikashop_cart {
  position: relative;
}
#hikashop_cart .icon_wishlist_cart {
  background: #f56048 none repeat scroll 0 0;
  color: #ffffff;
  height: 16px;
  position: absolute;
  right: -5px;
  top: 38px;
  text-align: center;
  width: 16px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
#hikashop_cart .tz_count {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  top: -5px;
}
#hikashop_cart .hikashop_cart a i {
  font-size: 15px;
  line-height: 24px;
}
.shop-cart .hikashop_cart_module .hikashop_product_cart_image {
  max-width: 64px;
  max-height: 64px;
  overflow: hidden;
}

.shop-cart a.tz_cart_button,
.shop-cart a.proceed_checkout
.nav > li a:hover, .nav > li a:focus {
    color: #ccc !important;
	/* csaba */
}

.shop-cart tr td.hikashop_cart_module_product_name_value a {
  font-weight: normal;
  padding: 0;
  text-transform: none;
}
.shop-cart a.tz_cart_button,
.shop-cart a.proceed_checkout {
  background: #3e94e9;
  color: #FFF;
  padding: 5px 15px;
  font-size: 9px;
  font-weight: normal;
}
.shop-cart .form_cart.active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#hikashop_register_form_button,
a.hikashop_cart_button {
  background: #4391dc none repeat scroll 0 0;
  border-color: #4391dc;
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  float: left;
  padding: 10px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
#com-form-login-remember label {
  font-weight: normal;
}

#hikashop_carts_listing table tbody tr td, #hikashop_cart_listing table tbody tr td, .hikashop_checkout_page table tbody tr td { /*csaba*/
    
	min-height: 14px;
    min-width: 14px;
	
}

#hikashop_checkout_page #hikashop_checkout_coupon_input { /*csaba*/
    margin-bottom: 10px;
    width: 100% !important;
}


/* .acysubscribe label {
    float: left;
    width: 153px;
    text-align: right;
    font-weight: bold !important; 
    min-height: 14px;
    min-width: 14px;
    margin-right: 123px !important; /*csaba*/
}

/* .acy_lists { 
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px !important;
    padding-left: 0px !important;
	box-sizing: border-box;
	color: white; /*csaba*/
}

#com-form-login-remember #remember {
  float: left;
  margin-right: 5px;
}
#hikashop_checkout_login_left_part ul {
  float: right;
  list-style: none;
  padding: 0;
}
#hikashop_checkout_login {
  padding-bottom: 20px;
}
#hikashop_checkout_page .hikashop_cart_product_image_thumb img {
  max-width: 33px; /*csaba*/
}
#hikashop_checkout_page .hikashop_product_code_checkout {
  display: block;
}
#hikashop_checkout_page .hikashop_cart_product_total_value {
  border-bottom: 1px solid #ddd;
}
#hikashop_checkout_page #hikashop_checkout_coupon_input {
  margin-bottom: 10px;
  width: 150px;
}
#hikashop_checkout_page #hikashop_checkout_coupon {
  padding-bottom: 20px;
}
#hikashop_checkout_cart {
  clear: both;
}
#hikashop_checkout_status {
  clear: both;
  display: block;
  padding-top: 20px;
}
.smn_payment_methods,
.smn_shipping_methods {
  padding-left: 0;
  padding-top: 30px;
}
.smn_payment_methods fieldset > legend,
.smn_shipping_methods fieldset > legend {
  font-size: 30px;
  font-weight: bold;
  color: #42484d;
  border: none;
}
.hikashop_payment_methods_table tbody > tr {
  border-bottom: 1px solid #DCE2EE;
}
.hikashop_payment_methods_table tbody > tr td {
  padding: 15px 5px 10px 20px !important;
}
.hikashop_shipping_group span.hikashop_checkout_shipping_price {
  font-weight: normal;
}
.hikashop_shipping_group .hikashop_checkout_shipping_radio {
  margin: 0 !important;
}
.hikashop_cart_product_quantity_value > input {
  padding: 0;
  text-align: center;
}
.hikashop_products .hikashop_product_price_full .hikashop_product_price.with_tax .price_original {
  color: #a2acb6;
  text-decoration: line-through;
  display: inline-block;
}
.hikashop_product_page .hikashop_product_price_before_discount {
  padding-bottom: 5px;
  display: block;
  position: relative;
  clear: both;
  font-size: 14px;
}
.hikashop_submodules .hikashop_category_information.hikashop_products_listing_main {
  padding-top: 50px;
}
#hikashop_external_comments {
  padding-top: 100px;
}
#hikashop_cart_product_listing .hikashop_product_cart_image {
  max-width: 64px;
  max-height: 64px;
}
.hikashop_cart_action_title.title a {
  color: #505b65;
}
#hikashop_cart_product_listing .hika_show_cart_total a.hikashop_cart_button {
  float: right;
}
#hikashop_cart_product_listing .hikashop_show_cart td,
#hikashop_cart_product_listing .hika_show_cart_total .hika_show_cart_total_price {
  text-align: left;
}
.shop .right .hikashop_filter_module input {
  padding: 7px 20px;
}
.shop .right .tz-aside-right.tz-price-ranger {
  padding-top: 20px;
}
.shop .right h3.module-title {
  margin-top: 35px;
}
.shop .right .hikashop_products [class*="col-"] {
  width: 100%;
}
.row-sm::after {
  clear: both;
  content: " ";
  display: table;
}
.related_products .hikashop_products_listing {
  margin: 0 -15px;
}
.hikashop_products_listing a.hikashop_cart_button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.view-category.layout-listing .hikashop_category_information .hikashop_products_pagination.hikashop_products_pagination_top {
  padding-right: 20px;
}
.view-category.layout-listing .hikashop_category_information .hikashop_filter_main_price.range .ui-slider {
  margin-top: 5px !important;
}
.view-category.layout-listing div.hikashop_container {
  margin: 0 !important;
}
html {
  overflow-x: hidden;
}
body {
  color: #818d9a;
}
a:focus {
  outline: none;
}
section > .container-fluid {
  padding: 0;
}
.tz-table {
  display: table;
  width: 100%;
  height: 100%;
}
.tz-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
}
#tz-menu-wrapper {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#tz-menu-wrapper #plazart-mainnav {
  margin: 0;
  border: none;
}
#tz-menu-wrapper #plazart-mainnav .navbar-collapse {
  padding: 0;
}
.tz-module .nav li a {
  display: block;
}
.form-group {
  margin-bottom: 20px;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
.module-title {
  margin-bottom: 20px;
  font-size: 22px;
}
.framework-logo {
  padding: 10px 0 30px;
}
.plazart-mainnav .navbar-toggle {
  display: none;
}
@media (min-width: 1280px) {
  #header {
    margin: 0;
  }
  #tz-menu,
  #tz-search {
    padding: 0 15px;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .parallax.circular .item p {
    font-size: 10px;
  }
  .parallax.circular .item h3 {
    font-size: 40px;
  }
}
@media (min-width: 981px) {
  .hikashop_products .clr {
    display: block;
    clear: both;
  }
  .service-background .col-md-4:nth-child(3n+1) {
    clear: both;
    display: block;
  }
}
@media (max-width: 1280px) {
  .mod-abouts .module-ct img {
    padding-top: 0;
  }
  .SL-Breadcrumbs .service-background {
    padding: 150px 0 30px;
  }
  .tp-caption.lineright,
  .lineright,
  .tp-caption.lineleft,
  .lineleft {
    display: none;
  }
}
@media (max-width: 1190px) {
  #tz-header-wrapper > .container,
  .head-slider > .container {
    width: 100%;
  }
  #tz-header-wrapper > .container > .row,
  .head-slider > .container > .row {
    margin: 0;
  }
  .tp-caption.btnwhite .btn,
  .tp-caption.btnwhite a {
    color: #ffffff;
    padding: 15px 25px !important;
  }
  .tp-caption.home3h1::after,
  .tp-caption.home3h1::before {
    font-size: 60px;
  }
  .social-link.xl-icon > li {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .plazart-megamenu .navbar-nav > li {
    padding: 0 20px;
  }
}
@media (max-width: 980px) {
  .header-top > .container {
    width: 100%;
    padding: 0 15px !important;
  }
  .wrapper.container {
    width: 100%;
    margin: 0;
  }
  .head-slider .plazart-megamenu .navbar-nav a,
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > a {
    font-size: 12px;
    font-weight: 600;
  }
  .plazart-megamenu .navbar-nav > li {
    padding: 0 16px;
  }
  .plazart-megamenu b.caret {
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    right: -12px;
  }
  #plazart-mainnav .dropdown-menu .mega-dropdown-inner .row > .col-md-3 {
    float: left;
    width: 25%;
  }
  #plazart-mainnav .plazart-megamenu .mega-align-justify > .dropdown-menu .mega-inner .mega-nav > li > a {
    line-height: 40px;
  }
  .plazart-megamenu .mega-align-justify > .dropdown-menu .mega-inner .mega-nav > li > a.mega-group-title {
    font-size: 15px;
    line-height: 36px;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li.add-cart {
    padding-right: 0;
  }
  .shop-cart .hikashop_cart_module a {
    padding: 40px 10px;
  }
  #tz-top-right ul.social-link li {
    padding-left: 15px;
  }
  .circular_skills .col-lg-2.col-md-2 {
    margin: 0;
  }
  .circular_skills .icon {
    margin: 0 auto;
  }
  .circular_skills .col-lg-2.col-md-2:last-child {
    width: 100%;
    padding-bottom: 0;
  }
  .circular_skills .col-lg-2.col-md-2 {
    padding-bottom: 20px;
  }
  .tz-bar .bar-right {
    text-align: center;
  }
  .tz-mobilize h2,
  h2.title-mark,
  .jvc_bootstrap3 h2.title-mark {
    font-size: 30px;
  }
  .contact-home .TzContact .ct-desc .contact-icon {
    width: 100%;
  }
  .contact-home .TzContact .ct-desc .info {
    width: 100%;
    padding: 0;
  }
  #tz-footer3 {
    clear: both;
  }
  #tz-footer1 {
    padding-bottom: 20px;
  }
  .pricing-table .bottom .btn {
    font-size: 10px;
    font-weight: 600;
    padding: 12px 15px;
  }
  .pricing-table .bottom {
    padding: 20px 0 40px;
  }
  .pricing-table .ct-title {
    font-size: 15px;
    padding: 8px 40px;
  }
  .pricing-table .price {
    font-size: 50px;
    padding: 40px 0;
  }
  .pricing-table.jvc_active .price {
    padding-top: 60px;
  }
  .mod-abouts .title-mod {
    margin-bottom: 50px;
  }
  .mod-abouts .jvc_btn {
    margin-top: 15px;
  }
  #tz-about-wrapper {
    padding: 80px 0 !important;
  }
  .skill-home .circular_skills {
    padding: 50px 0 30px;
  }
  .padding_90 {
    padding-top: 50px;
  }
  section#tz-portfolio-wrapper {
    padding: 55px 0 !important;
  }
  .contact-home .TzContact {
    padding: 100px 15px;
  }
  .jvc_bootstrap3 h4,
  h4 {
    margin-bottom: 0;
  }
  .our-work .br {
    display: none;
  }
  .our-work .media .icon {
    right: 45px;
  }
  .our-work .media > .image {
    padding-top: 20px;
  }
  .module_promo .promo {
    padding: 20px 15px;
  }
  .pdm-55 .module-ct {
    padding-top: 30px;
  }
  .parallax.poligon .desc {
    padding: 0;
  }
  .parallax.poligon .media-right {
    top: 50px;
  }
  .parallax.poligon h3,
  .parallax.poligon h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .parallax.poligon .content-left {
    padding: 80px 0;
  }
  .service-background .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .social-link.xl-icon > li {
    padding-left: 50px;
  }
  .module_footer_menu ul {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .module_footer_menu ul li {
    float: none;
    display: inline-block;
  }
  #copy-right {
    text-align: center;
  }
  .hikashop_products_pagination_bottom .pagination-list {
    padding-top: 20px;
  }
  .shop .right {
    padding-top: 40px;
  }
  .tz-feature-product .hikashop_products .hikashop_product:first-child .hikashop_subcontainer {
    padding-top: 15px;
  }
  .copyright {
    text-align: center;
  }
  .footer .tz-module.no-br h3.module-title::after {
    border: medium none;
  }
  .footer .custom_footer_logo img {
    margin: -45px 0 30px;
  }
  .row-sm {
    margin: 0 -15px;
  }
  .hikashop_product_right_part {
    padding-top: 40px;
  }
  .tz-shop-single.variant .hikashop_product_right_part {
    padding-top: 0;
  }
  .hikashop_product_page .hikashop_product_description_main {
    border-bottom: none;
  }
  .hikashop_submodules .hikashop_category_information.hikashop_products_listing_main {
    padding-top: 0;
  }
  .related_products .hikashop_product:nth-child(2n+1) {
    clear: both;
  }
  .tz-services.parallax .owl-carousel.owl-theme {
    padding: 100px 0;
  }
  .TzContact.contact-3.v4 .contact-miscinfo {
    padding-bottom: 35px;
  }
  .TzContact.contact-3.v4 .TzContact.contact-3 .social-contact {
    margin-top: 20px;
    padding-top: 20px;
  }
  .tz-bar h3 {
    font-size: 25px;
    line-height: 1.2;
  }
  .tz-bar p {
    font-size: 20px;
  }
  #tz-top-wrapper.contact-v5 {
    padding: 50px 0 0 !important;
  }
  #tz-service-wrapper.contact-v5 {
    margin-top: 10px !important;
  }
  .SL-Breadcrumbs .brc-sl {
    bottom: 20px;
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 100%;
  }
  .SL-Breadcrumbs .brc-sl .sl-brc {
    bottom: 25px;
    left: 0;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
    width: 100%;
  }
  .TzBlog div.pagination {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
  }
  #tz_append {
    padding: 0;
  }
  .tz-bar .btn {
    margin-top: 10px;
  }
  .copyright.style4 > div {
    margin: 0;
    width: 100%;
  }
  .copyright.style4 .nav.nav-stacked li a {
    padding: 0 10px;
  }
  .semona-portfolio #portfolio.radio-no-height .tz_portfolio_image.ImageWrapper {
    max-height: 360px;
  }
  .sider-bar .semona-portfolio #portfolio.radio-no-height .tz_portfolio_image.ImageWrapper {
    max-height: 240px;
  }
  .sider-bar .right {
    padding-top: 50px;
  }
  .v5-content-right {
    padding-top: 30px;
  }
  .sider-bar.v6 .right {
    padding-top: 0;
  }
  .our-work .col-sm-6:nth-child(3n+1) {
    clear: both;
    display: block;
  }
  .our-work .media .icon {
    right: 100px;
  }
  .parallax .circular_prl {
    text-align: center;
  }
  .parallax .circular_prl .w_bt {
    width: 30% !important;
    padding-bottom: 20px;
    float: none;
    display: inline-block;
  }
  .parallax.circular .w_bt.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .tp-caption.btnwhite .btn,
  .tp-caption.btnwhite a {
    padding: 13px 20px !important;
  }
}
@media (max-width: 800px) {
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: none;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > a,
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > i.fa {
    padding: 20px 0;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li {
    padding: 0 12px;
  }
  #plazart-mainnav .plazart-megamenu .mega-align-justify > .dropdown-menu .mega-inner .mega-nav > li > a.mega-group-title {
    font-size: 13px;
    font-weight: 600;
  }
  #plazart-mainnav .plazart-megamenu .mega-nav > li a,
  #plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav > li a {
    font-size: 13px;
  }
  #plazart-mainnav .plazart-megamenu .mega-align-justify > .dropdown-menu .mega-inner .mega-nav > li > a.mega-group-title {
    line-height: 25px;
  }
  .head-slider .plazart-megamenu .navbar-nav a,
  #plazart-mainnav .plazart-megamenu .navbar-nav a {
    font-size: 12px;
  }
  .shop-cart .hikashop_cart_module a {
    padding: 20px 0;
  }
  #tz-logo,
  .menu-fixed.nav-fixed #tz-logo {
    padding: 11px 0 !important;
  }
  .tz-bar h3 {
    font-size: 24px;
  }
  .tz-google-map h2 {
    font-size: 40px;
  }
  .tp-caption.lineright,
  .lineright,
  .tp-caption.lineleft,
  .lineleft {
    display: none;
  }
  .tp-caption.tzxltransform,
  .tzxltransform {
    width: 100%;
    text-align: center;
  }
  .tp-caption.tzmediumtransform,
  .tzmediumtransform {
    margin-bottom: 10px !important;
  }
  .tp-caption.btnwhite,
  .btnwhite {
    margin-top: 20px !important;
  }
  .tp-caption.btnwhite a,
  .btnwhite a,
  .tp-caption.btnwhite .btn,
  .btnwhite .btn {
    font-size: 8px !important;
  }
  .tp-caption.btnwhite .mleft {
    margin-left: -35px !important;
  }
  .tp-caption.btnwhite .mright {
    right: -35px !important;
    position: relative !important;
    display: block !important;
  }
  .tp-caption.btnwhite .btn {
    border-width: 1px !important;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li {
    padding: 0 10px;
  }
  .tz-services.parallax .owl-pagination {
    position: relative;
    left: 0;
    right: 0;
    top: 10px;
  }
  .tz-services.parallax .owl-pagination .owl-page {
    display: inline-block;
  }
  .tz-services.parallax .owl-carousel.owl-theme {
    padding: 80px 0 20px;
  }
  .TzItemPage.portfolio .TzRelated h3.TzRelatedTitle {
    padding: 17px 0 30px;
  }
  .TzItemPage.portfolio #TzRelated .owl-controls .owl-buttons {
    top: -80px;
  }
  .TzItemPage.portfolio.v3 {
    padding: 40px 0 0;
  }
  .TzItemPage.portfolio .TzRelated.button-image h3.TzRelatedTitle {
    margin-top: 0;
  }
  .sider-bar.v6 .TzItemPage.portfolio.v3 {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 768px) {
  #tz-top-left .custom > p {
    display: inline-block;
    padding-right: 15px;
  }
  .parallax.poligon .col-sm-6 {
    width: 100%;
  }
  .parallax.poligon .media-right {
    width: 100%;
    position: relative;
    top: 0;
  }
  .parallax.poligon .media-right .media {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .parallax.poligon .content-left {
    padding-bottom: 40px;
  }
  .blog-post .TzDescription {
    padding-top: 10px;
  }
  .TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons .owl-prev,
  .TzItemPage.portfolio .TzRelated.button-image #TzRelated .owl-controls.clickable .owl-buttons .owl-next {
    display: none;
  }
  .TzItemPage.portfolio .TzRelated.button-image h3.TzRelatedTitle {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .TzItemPage.portfolio.v2 .TzRelated {
    padding: 10px 0 20px;
  }
  .our-work .media .icon {
    right: 60px;
  }
}
@media (max-width: 480px) {
  body,
  html body {
    overflow-x: hidden;
  }
  body #tz-welcome-wrapper {
    padding: 0 0 30px !important;
  }
  body #tz-header-top-wrapper {
    padding: 15px 0 !important;
  }
  body #tz-milestones-wrapper {
    padding: 20px 0 0 !important;
  }
  body #tz-our-team-2-wrapper {
    padding: 0 !important;
  }
  body #tz-main-body-wrapper {
    padding: 60px 0 50px !important;
  }
  body #tz-about-wrapper {
    padding: 50px 0 !important;
  }
  body #tz-skills-wrapper {
    padding: 40px 0 !important;
  }
  body .our-team-onepage #tz-our-team {
    padding: 50px 0 !important;
  }
  body #tz-mobilize-wrapper {
    padding: 40px 0 !important;
  }
  body #tz-blog-wrapper {
    padding: 0 0 50px !important;
  }
  body .latest-posts .link-button {
    padding-top: 30px;
  }
  body #tz-pricing-table-wrapper {
    padding: 40px 0 !important;
  }
  body #tz-footer-wrapper {
    padding: 40px 0 60px !important;
  }
  body #tz-service-wrapper {
    padding: 25px 0 !important;
    margin: 0 !important;
  }
  body #tz-service-wrapper.sv-contact {
    padding: 0 !important;
  }
  body .jvc_bootstrap3 .tz_custom_css_1437194069192 {
    padding-bottom: 0;
  }
  body #tz-title-p5-wrapper {
    padding: 40px 0 0 !important;
  }
  body #tz-about-tab-skill-wrapper {
    padding: 40px 0 !important;
  }
  body #tz-top-wrapper {
    padding: 35px 0 !important;
  }
  body .jvc_bootstrap3 .tz_custom_css_1438854958996 {
    padding-top: 0;
    padding-bottom: 0;
  }
  body #tz-contact-wrapper {
    padding: 0 !important;
  }
  body #tz-component-article-wrapper {
    padding: 100px 0 25px !important;
  }
  body #tz-pt-4-column-wrapper {
    padding: 40px 0 !important;
  }
  h1,
  h2 {
    font-size: 24px;
  }
  .header-top {
    text-align: center;
  }
  .TZ-Breadcrumb .right-brc {
    display: none;
  }
  .TZ-Breadcrumb .tz-module {
    height: 100px !important;
  }
  .header-top ul.social-link {
    text-align: center !important;
  }
  .parallax {
    background-position: center center !important;
  }
  #tz-header-wrapper {
    z-index: 9999;
  }
  #tz-header-wrapper > div {
    padding: 0;
  }
  #tz-header-wrapper #tz-logo {
    z-index: 999;
    padding-left: 15px;
  }
  #tz-header-wrapper #tz-menu {
    width: 100%;
    position: absolute;
    top: 0;
  }
  #tz-header-wrapper .plazart-mainnav .navbar-toggle {
    margin-bottom: 15px;
  }
  #tz-header-wrapper .sm_cart {
    position: absolute;
    right: 60px;
    top: 0;
  }
  .shop-cart.nav-fixed .btn-toggle i {
    color: #FFF;
  }
  #tz-header-wrapper {
    background: #FFF;
    position: relative;
  }
  #tz-header-wrapper.nav-fixed {
    width: 100%;
    position: fixed;
    background: #262932;
    top: 0;
    z-index: 9999;
  }
  .jsearch {
    display: none;
  }
  #tz-header-wrapper.head-slider {
    background: #262932;
    position: fixed;
    top: 0;
  }
  #tz-header-wrapper.head-slider .plazart-mainnav .navbar-toggle {
    margin-top: 10px;
  }
  .plazart-mainnav .navbar-toggle {
    background: #3E94E9;
    border: none;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    color: #ffffff;
    display: block;
    font-size: 10px;
    padding: 4px 7px 4px 8px;
  }
  .plazart-mainnav .navbar-toggle i {
    font-size: 21px;
    color: #FFF;
  }
  #plazart-mainnav {
    top: 8px;
  }
  #plazart-mainnav {
    width: 100%;
  }
  #plazart-mainnav .plazart-megamenu > ul {
    width: 100%;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret {
    border: 1px solid #404040;
    height: 30px;
    line-height: 30px;
    right: 10px;
    text-align: center;
    top: 2px;
    width: 30px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    display: block;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret::before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
  }
  #plazart-mainnav .navbar-inner .nav-collapse {
    background: #292929;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul {
    margin: 0;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul.level0 {
    padding: 10px 0;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul.level0 > li {
    clear: both;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul li a {
    color: #fff;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    text-transform: none;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul li a:hover {
    background: transparent !important;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul li.search_icon {
    display: none !important;
  }
  #plazart-mainnav .plazart-megamenu .mega .mega-dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #plazart-mainnav .mega-dropdown-inner .row .mega-col-nav {
    padding: 0;
  }
  #plazart-mainnav .plazart-megamenu .mega-align-justify {
    position: relative !important;
  }
  .plazart-megamenu ul.level0 > li.open {
    display: none;
  }
  #plazart-mainnav {
    max-height: 100%;
    overflow-y: auto;
  }
  #plazart-mainnav .plazart-megamenu .mega.open > .mega-dropdown-menu {
    display: none;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown.mega.smn_active > .caret::before {
    content: "\f107";
  }
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu {
    display: block !important;
    position: relative;
    background: transparent;
  }
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu ul.mega-nav li {
    border: none;
  }
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu ul.mega-nav li a {
    border: none;
  }
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu .mega-nav > li:hover,
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu .dropdown-menu .mega-nav > li:hover {
    background: transparent;
  }
  #plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title {
    background: #292929 !important;
    padding-left: 15px;
    padding-top: 5px;
  }
  #plazart-mainnav .plazart-megamenu .mega-group-ct {
    background: #292929;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > a:hover::after {
    background: transparent;
  }
  #plazart-mainnav .plazart-megamenu ul.level0 li .mega-nav li.mega a::after {
    border: none;
  }
  #plazart-mainnav .plazart-megamenu ul.level0 li .mega-nav .mega .mega-dropdown-menu {
    background: #292929;
    display: block;
    position: relative;
    border-top: none;
    padding-left: 25px;
  }
  .title-rhombus h3,
  .jvc_bootstrap3 .title-rhombus h3,
  .title-letter-sp h3,
  .jvc_bootstrap3 .title-letter-sp h3 {
    font-size: 18px;
  }
  .title-letter-sp h3,
  .jvc_bootstrap3 .title-letter-sp h3 {
    letter-spacing: 3px;
  }
  .jvc_bootstrap3 .tz_custom_css_1437192236809 {
    padding-top: 40px;
  }
  button.jvc_btn-lg,
  .btn.jvc_btn-lg,
  .jvc_bootstrap3 button.jvc_btn-lg {
    font-size: 10px;
    padding: 15px 19px;
  }
  .parallax.default .desc {
    padding: 50px 0;
  }
  .pricing-table {
    border-width: 1px;
  }
  .pricing-table.jvc_active {
    margin-top: 0;
  }
  .tz-bar h3 {
    font-size: 20px;
  }
  .tz-bar p {
    font-size: 15px;
    line-height: 24px;
  }
  .tz-bar .btn {
    margin-top: 15px;
  }
  .tz-mobilize h2,
  h2.title-mark,
  .jvc_bootstrap3 h2.title-mark {
    font-size: 20px;
  }
  .tz-mobilize h2 {
    padding-bottom: 0;
  }
  .tz-mobilize mark::before {
    border: none;
  }
  .tz-mobilize .image-mobilize {
    padding-top: 20px;
  }
  .portfolio-desc .navigation {
    padding: 20px 0 0;
  }
  mark.br-right::before,
  .jvc_bootstrap3 mark.br-right::before {
    border: none;
  }
  .jvc_bootstrap3 .tz_custom_css_1438931840300 {
    padding-top: 30px !important;
  }
  .module_pricing_table .jvc_bootstrap3 [class*="jvc_col-"] {
    padding-bottom: 30px;
  }
  .contact-home .parallax .container {
    padding: 50px 15px;
  }
  .contact-home .TzContact {
    padding: 80px 15px;
  }
  #map {
    height: 350px !important;
  }
  .tz-google-map h2 {
    font-size: 30px;
  }
  .footer.style2 .custom_footer_logo img {
    margin-bottom: 20px;
  }
  .footer .module-ct,
  .footer.style4 .module-ct {
    padding-top: 10px;
  }
  .copyright {
    text-align: center;
  }
  .parallax.default h2 {
    font-size: 20px;
  }
  .br-content h3.module-title,
  h3.module-title {
    font-size: 24px;
  }
  .padding_90 {
    padding-top: 20px;
  }
  .jvc_bootstrap3 .tz_custom_css_1437194069192 {
    padding-bottom: 20px;
  }
  .our-team {
    padding-bottom: 20px;
  }
  .our-team .desc {
    padding: 15px 0;
  }
  .time-line {
    padding: 50px 0 0;
  }
  .time-line .item-row .item {
    width: 100%;
    display: block;
    padding: 0 15px 15px;
  }
  .time-line .item-row .item::after,
  .time-line .item-row .item::before,
  .time-line .item-row .item .br-center {
    display: none;
  }
  .time-line .item-row .item .content::after,
  .time-line .item-row .item .content::before {
    display: none;
  }
  .time-line .item-row .item:last-child::after,
  .time-line .item-row .item:last-child::before {
    display: none;
  }
  .time-line .item-row .item:last-child .content::after {
    display: none;
  }
  .time-line .item-row > .item:first-child {
    margin-top: 10px;
  }
  .time-line .year-style h3::before {
    bottom: -55px;
    height: 45px;
  }
  .parallax.poligon .media-right .media {
    width: 100%;
  }
  .parallax.poligon .desc p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 0;
  }
  .parallax.poligon .btn {
    padding: 10px 20px;
    letter-spacing: 1px;
  }
  .carousel.portfolio {
    padding-top: 50px;
  }
  .carousel.portfolio .owl-controls {
    padding: 15px 0 0;
  }
  .jvc_bootstrap3 .tz_custom_css_1437104940409 {
    padding-top: 25px;
  }
  .owl-theme .owl-controls .owl-page span {
    border: 1px solid #4396e6;
  }
  .carousel.portfolio-full-width .item .hover-icon {
    bottom: 180px;
  }
  .service-background .tz-services {
    padding-bottom: 30px;
  }
  .testerminal .desc {
    font-size: 18px;
    line-height: 30px;
    padding: 30px 15px;
  }
  .testerminal .author::before,
  .testerminal .author::after {
    width: 20%;
  }
  .testerminal .tz-testerminal {
    padding: 50px 0;
  }
  .tz-services.background {
    padding: 70px 0;
  }
  .social-link.xl-icon > li {
    padding-left: 13px;
  }
  .social-link.xl-icon a {
    font-size: 15px;
  }
  .pagination_top {
    width: 100%;
  }
  .pagination_top span.hikashop_results_counter {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .hikashop_products {
    clear: both;
    padding-top: 40px;
  }
  div.pagination a {
    padding: 5px 10px;
  }
  .hikashop_products_pagination_bottom .pagination-list {
    float: none;
  }
  .hikashop_products_pagination_bottom .pagination-list {
    padding-top: 0;
  }
  .footer .custom_footer_logo img {
    margin: -15px 0 30px;
  }
  .wowslider-container1 .ws_images {
    margin-left: 0 !important;
  }
  .hikashop_product_right_part {
    padding-top: 20px;
  }
  .hikashop_product_page .hikashop_product_price_main {
    font-size: 18px;
    padding: 0;
  }
  .hikashop_product_page .hikashop_product_description_main,
  .hikashop_product_page .hikashop_submodules .hikashop_products {
    padding: 0;
  }
  .related_products h2 {
    margin-bottom: 0;
  }
  .hikashop_products .hikashop_product_price_full {
    font-size: 15px;
  }
  .hikashop_products .hikashop_product_price_full {
    padding-top: 5px;
  }
  .hikashop_products .hikashop_container .TzShopInfo {
    padding: 20px 15px 15px;
  }
  .TzItemPage .smn-comment #comments .avatar {
    display: block;
    width: 100%;
    float: none;
    padding: 0 10px 0 0;
  }
  .TzItemPage .smn-comment #comments .avatar .comment-avatar {
    width: 60px;
    height: 60px;
  }
  .TzItemPage .smn-comment #comments .avatar-indent {
    padding: 0;
  }
  .TzItemPage .smn-comment #comments .comment-box .comment-author {
    font-size: 15px;
  }
  .TzItemPage .smn-comment #comments .comment-box .comments-buttons a {
    top: 10px;
    right: 10px;
    padding: 2px 12px 3px;
    font-size: 10px;
  }
  .TzItemPage .smn-comment #comments .rbox {
    padding-bottom: 0;
  }
  .TzItemPage .smn-comment #comments #comments-list-0 .comments-list {
    padding: 0 0 0 10px;
    border: none;
  }
  .TzItemPage .smn-comment #comments #comments-list-0 .comments-list .comment-item::before,
  .TzItemPage .smn-comment #comments #comments-list-0 .comments-list .comment-item::after {
    display: none;
  }
  .TzItemPage .smn-comment .title-add-cm {
    font-size: 24px;
    margin: 0 0 15px;
  }
  #comments-form #comments-form-name {
    margin-bottom: 10px;
  }
  .TzItemPage .smn-comment {
    padding-bottom: 0;
  }
  #hikashop_cart .icon_wishlist_cart {
    top: 18px;
    width: 13px;
    height: 13px;
  }
  #hikashop_cart .tz_count {
    font-size: 9px;
    top: -7px;
  }
  html body.view-checkout #hikashop_checkout_cart {
    overflow-x: auto;
  }
  #toolbar.hikashop_header_buttons {
    float: none !important;
    padding: 0 0 10px 0;
  }
  .hikashop_showcart_infos {
    width: 100% !important;
  }
  .hikashop_showcart_infos .key {
    font-size: 12px;
    text-transform: none;
  }
  #hikashop_cart_listing a.tz_cart_button,
  #hikashop_cart_listing a.convert_wishlist,
  #hikashop_cart_listing a.proceed_checkout {
    padding: 4px 12px;
  }
  #hikashop_carts_listing input,
  #hikashop_cart_listing input,
  .hikashop_checkout_page input {
    padding: 5px 20px;
  }
  #hikashop_cart_listing a.hikashop_cart_button.convert_wishlist,
  #hikashop_cart_listing a.hikashop_cart_button.proceed_checkout {
    margin-bottom: 10px;
  }
  .parallax.detail h2 {
    font-size: 30px;
    margin-top: 50px;
  }
  .parallax.detail h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .parallax.detail .content {
    max-height: 450px;
  }
  .drop-cap[class*="bg"]::first-letter {
    font-size: 24px;
  }
  .copyright .logo-copy-right .tz-module .module-ct {
    padding: 0;
  }
  .tz-services.parallax .owl-carousel.owl-theme {
    padding: 0;
  }
  .contact-2 .info > .row > div {
    display: block;
    padding-bottom: 20px;
  }
  .TzContact .contact-address.border-color h4 {
    line-height: 1;
    margin-bottom: 5px;
  }
  .TzContact.contact-2 #contact-form {
    padding: 10px 0 40px;
  }
  .tz-services.parallax .owl-pagination {
    right: auto;
    position: relative;
    margin: 0 auto;
  }
  .tz-services.parallax .owl-pagination .owl-page {
    display: inline-block;
  }
  .footer.style1 .module-ct {
    padding-top: 30px;
  }
  .footer.style1 h3.module-title {
    font-size: 18px;
  }
  #tz-logo-footer .module-ct {
    padding: 0;
  }
  .TzContact.contact-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .TzContact.contact-3 .smnicon-left {
    padding-bottom: 20px;
  }
  .tz-services.parallax h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .TzContact.contact-3.v4 .contact-address.border-color .smnicon-left {
    padding-top: 20px;
  }
  .tz-bar.center {
    padding: 60px 0;
  }
  .SL-Breadcrumbs .service-background {
    padding: 80px 0 50px;
  }
  .module_choose_us .module-ct .media-right {
    display: none;
  }
  .module_choose_us {
    padding: 30px 0;
  }
  .jvc_bootstrap3 .tz_custom_css_1439269432869.logo_center {
    padding-bottom: 0;
  }
  .blog-post .icon-top-left .tz_date,
  .blog-post .icon-imgs {
    width: 50px;
    height: 50px;
  }
  .blog-post .icon-top-left .tz_date {
    line-height: 12px;
    font-size: 20px;
  }
  .blog-post .icon-imgs {
    line-height: 45px;
  }
  .blog-post .TzBlogTitle {
    font-size: 20px;
  }
  .blog-post .item-head-media {
    padding: 15px 15px 5px;
  }
  .TzBlog .TzArticleBlogInfo > span {
    font-size: 13px;
  }
  #tz_options .option-combo a.btn {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
  }
  #tz_options {
    padding: 0 0 40px;
  }
  #TzContent.Blog-masonry {
    margin: 0;
  }
  #TzContent.Blog-masonry .element {
    padding-bottom: 0;
  }
  .TzBlog .item-content {
    padding: 15px;
  }
  .TzBlog #tz_append a.append-gradient1 i {
    font-size: 20px;
    line-height: 50px;
  }
  .TzBlog #tz_append a.append-gradient1 {
    width: 50px;
    height: 50px;
  }
  .Blog-masonry.TzBlog #portfolio {
    margin-bottom: 0;
  }
  .TzBlog .TzPortfolioCommentCount {
    font-size: 12px;
  }
  .TzBlog .TzReadmore {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .right-brc {
    display: none;
  }
  .TzItemPage .top-left {
    display: none;
  }
  .TzItemPage .content-head {
    padding: 15px;
  }
  .TzItemPage .content-head .social-content {
    padding-left: 0;
  }
  .TzItemPage .content-head .social-content .AuthorSocial {
    padding-top: 17px;
  }
  .TzItemPage .content-head .tz_portfolio_user {
    left: 0;
    bottom: -40px;
    margin: 0;
  }
  .TzItemPage .content-head .tz_portfolio_user .AuthorAvatar {
    width: 80px;
    height: 80px;
  }
  .AuthorAvatar img {
    width: 100%;
  }
  .TzItemPage.blog .content-center .right .btn {
    font-size: 13px;
    padding: 5px 12px;
  }
  .TzItemPage.blog .content-center .right {
    padding-top: 35px;
  }
  .TzItemPage.blog .content-center .right .share .atr_social {
    top: 35px;
  }
  .TzItemPage .TzLine {
    padding: 0 5px;
  }
  .TzItemPage .TzArticleInfo {
    margin-bottom: 0;
  }
  .TzItemPage .content-center .jvc_bootstrap3 p,
  .TzItemPage .content-center p {
    margin: 5px 0;
  }
  .TzItemPage .quote-article.style1 blockquote {
    padding-left: 15px;
  }
  .TzItemPage .quote-article.style2 blockquote i {
    color: rgba(245, 96, 72, 0.3);
  }
  .TzItemPage .quote-article.style2 blockquote {
    padding: 0;
  }
  .TzItemPage .quote-article.style2 p {
    font-size: 18px;
    line-height: 30px;
  }
  .TzItemPage .quote-article.style2 {
    padding: 20px 0;
  }
  .TzItemPage .TzArticleTag h4 {
    padding-left: 5px;
  }
  .TzItemPage .TzArticleTag span {
    padding-right: 5px;
  }
  .TzItemPage .TzArticleTag {
    padding: 20px 0 0 0;
  }
  .TzItemPage .TzArticleTag a.btn {
    margin-bottom: 5px;
    padding: 6px 10px 10px;
  }
  .TzItemPage .author-main .tz_portfolio_user {
    padding: 15px;
  }
  .TzItemPage .author-main .tz_portfolio_user .media-avatar {
    width: 100%;
    float: none;
  }
  .TzItemPage .author-main .tz_portfolio_user .media {
    float: none;
    position: relative;
    margin: 0 auto;
  }
  .TzItemPage .author-main .title {
    padding-top: 10px;
  }
  .TzItemPage .TzRelated h3.TzRelatedTitle {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
  }
  .TzItemPage .smn-comment .count-comment .TZCommentCount {
    font-size: 24px;
    line-height: 30px;
  }
  .TzItemPage .author-main .tz_portfolio_user .media-body {
    padding-left: 0;
    text-align: center;
  }
  .carousel.portfolio .tz_description {
    padding-top: 5px;
  }
  .TzItemPage .count-comment .TZCommentCount {
    padding: 25px 0 15px;
  }
  .TzItemPage .smn-comment #comments h4.title-head {
    top: 80px;
  }
  .TzItemPage .smn-comment #comments-form #comments-form-buttons a.btn {
    letter-spacing: 1px;
    padding: 12px 20px;
  }
  #TzContent.semona-portfolio {
    margin: 0;
  }
  #TzContent.semona-portfolio .element {
    max-width: 290px !important;
  }
  .TzItemPage.portfolio.v1 .pager.pagenav {
    margin-top: 0;
    padding: 0;
  }
  .TzItemPage .content-center .TzArticleTitle {
    margin-top: 0;
  }
  .jvc_bootstrap3 .tz_custom_css_1438662157211 {
    padding-top: 5px;
  }
  .TzItemPage.portfolio.v2 {
    padding-top: 0;
  }
  .TzItemPage.portfolio.v2 .TzRelated {
    padding: 0;
  }
  .jvc_bootstrap3 .tz_custom_css_1438684459769 {
    padding-top: 0;
  }
  .TzItemPage.portfolio.v3 {
    padding: 0;
  }
  .TzItemPage.portfolio.v5 {
    padding-top: 0;
  }
  .portfolio.v5 .connected-carousels > .navigation {
    display: none;
  }
  .connected-carousels .carousel-stage,
  .connected-carousels .carousel-navigation {
    margin: 0;
    max-height: 350px;
  }
  .connected-carousels .stage {
    width: 100%;
  }
  .connected-carousels .prev-stage.inactive,
  .connected-carousels .next-stage.inactive {
    display: block;
  }
  .module-title {
    font-size: 18px !important;
    line-height: 1.2;
  }
  .pring-table .module-ct {
    padding-top: 30px;
  }
  .module_pricing_table .parallax .custom_pricing_table {
    padding: 50px 15px;
  }
  .module_pricing_table .parallax .container {
    padding-top: 40px;
  }
  .wrapper.one-page {
    padding: 0;
  }
  .wrapper.one-page .head-one-page {
    width: 100%;
  }
  .wrapper.one-page #tz-header-wrapper #tz-logo {
    text-align: left;
  }
  .wrapper.one-page #tz-header-wrapper #tz-logo {
    width: 50%;
    position: relative;
  }
  .wrapper.one-page #tz-header-wrapper #tz-menu {
    position: absolute;
    width: 100%;
  }
  .wrapper.one-page #tz-header-wrapper.head-one-page {
    background: #262932;
  }
  .wrapper.one-page #tz-header-wrapper.head-one-page #tz-social {
    z-index: 999;
    left: 50px;
    position: absolute;
    right: 50px;
    top: 5px;
    width: auto;
  }
  .wrapper.one-page #tz-header-wrapper.head-one-page .social-link li {
    display: inline-block;
    padding: 0 5px;
  }
  .wrapper.one-page #tz-header-wrapper.nav-fixed {
    height: auto;
  }
  .head-one-page {
    border: none;
  }
  .head-one-page .plazart-megamenu .navbar-nav > li > span {
    top: 7px;
    opacity: 1;
    border: none;
  }
  .head-one-page #plazart-mainnav .navbar-inner .nav-collapse ul li a {
    line-height: 10px;
    padding-top: 10px;
  }
  .head-one-page .plazart-megamenu .navbar-nav > li a i {
    font-size: 25px;
  }
  .head-one-page .plazart-megamenu .navbar-nav > li.open > span {
    right: 0;
  }
  .head-one-page .plazart-megamenu .navbar-nav > li > span::after {
    border: none;
  }
  .head-one-page.nav-fixed {
    right: 0 !important;
  }
  .parallax .circular_prl .w_bt {
    width: 100% !important;
  }
  .parallax.feature .item {
    text-align: center;
  }
  .parallax.feature .item > .content {
    display: block;
    padding-top: 10px;
    padding-left: 0;
  }
  .parallax.feature .item .smn-ic {
    float: none;
    margin: 0 auto;
  }
  .br-content .module-ct::after {
    bottom: -20px !important;
  }
  .service-op .tz-services {
    padding-top: 40px;
  }
  .tz-services.center .row > div.clr {
    display: none;
  }
  .round_skills .skills_boxes {
    padding-bottom: 10px;
  }
  .parallax.circular .circular_prl {
    padding: 40px 0;
  }
  #home_content_portfolio #tz_options {
    padding: 10px 0;
  }
  #home_content_portfolio #tz_append {
    padding: 20px 0 0;
  }
  #tz_append a.btn {
    font-size: 10px;
    padding: 12px 25px;
  }
  .latest-posts .link-button .btn {
    font-size: 10px;
    padding: 13px 25px;
  }
  .testerminal2 h3.module-title::after {
    bottom: 15px;
  }
  .testerminal2 .desc {
    font-size: 14px;
    line-height: 25px;
  }
  .testerminal2 .content-right .border {
    display: none;
  }
  .title-width .module-ct .latest-posts {
    padding-top: 0;
  }
  .title-icon-top {
    width: 80px;
    height: 80px;
  }
  .title-icon-top i {
    font-size: 25px;
    line-height: 60px;
  }
  .t-center .title-icon-top {
    margin: -40px auto 50px;
  }
  .title-icon-top::after {
    height: 35px;
  }
  .title-icon-top::before {
    left: 32px;
    bottom: -55px;
  }
  .br-title .module-title::after {
    bottom: -20px !important;
  }
  #contact-form .control-group input {
    margin-bottom: 10px;
  }
  body #tz-main-body-wrapper.main-one-page {
    padding-top: 0 !important;
  }
  body #tz-contact-wrapper.ct-one-page {
    padding-top: 60px !important;
  }
  .title-width .tz-module .module-ct {
    padding-top: 0;
  }
  #plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title {
    padding-left: 0;
  }
  .tz-tab ul.nav-tabs li a {
    padding: 1px 20px;
  }
  body #tz-tab-1-wrapper {
    padding: 40px 0 !important;
  }
  #tz-tab-1-wrapper.tab-menu {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tab-menu .tz-module.module {
    padding-bottom: 10px;
  }
  .tab-menu .tz-module.module .module-ct [class*="col-lg-"] {
    padding-bottom: 15px;
  }
  .tz-tab-vertical .smntab-head {
    padding-bottom: 0 !important;
  }
  .tz-tab-vertical .row {
    margin: 0;
  }
  .tz-tab-vertical .smntab-head {
    padding: 0;
  }
  .tp-caption.home3h1,
  .home3h1 {
    font-size: 20px;
  }
  .tp-caption.home3h1::after,
  .tp-caption.home3h1::before {
    font-size: 30px;
    top: 2px;
  }
  .tp-caption .btn-left {
    margin-left: -30px !important;
  }
  .tp-caption .btn-right {
    margin-right: -30px !important;
  }
  .tp-caption .btn-right60 {
    display: block !important;
    right: -60px !important;
    position: relative;
  }
  .tp-caption .btn-right30 {
    display: block !important;
    right: -30px !important;
    position: relative;
  }
  .next-project.scroll-slider,
  .next-project {
    display: none;
  }
  .plazart-megamenu .navbar-nav > li.active > a::after {
    background: transparent;
  }
  .plazart-megamenu .mega .mega-dropdown-menu {
    border: none;
  }
  .tp-caption.btnwhite .btn,
  .tp-caption.btnwhite a {
    padding: 13px 15px !important;
  }
  .error-404 .table-prent img {
    width: 100%;
  }
  .error-404 .desc {
    font-size: 18px;
    line-height: 1.3;
  }
  .coming-soon .count-down li {
    float: left;
    width: 50%;
    min-height: 80px;
  }
  .coming-soon .count-down li input {
    font-size: 18px !important;
    margin-top: 20px !important;
  }
  .coming-soon .acyfield_email input {
    width: 100% !important;
  }
  .coming-soon h1 {
    font-size: 24px;
  }
  .coming-soon canvas {
    width: 100px !important;
  }
  .coming-soon .count-down li div {
    height: 150px !important;
  }
  .coming-soon .count-down li > span {
    bottom: 20px;
  }
  .coming-soon {
    overflow-y: auto;
    background-size: cover;
  }
  .coming-soon .prgb-content .tzskill-item-width {
    visibility: visible !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*update: 1.1---------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px){
  .TzAttachments .TzAttachmentsTitle{display: inline-block;}

  .TzAttachments ul{
    display: inline-block;
    list-style-type: none;
    text-decoration: none;
  }
  .TzAttachments ul a{
    font-size: 18px;
    font-weight: 500;
  }
  /**/
  .plazart-mainnav .navbar-toggle {
    background: #3E94E9;
    border: none;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    color: #ffffff;
    display: block;
    font-size: 10px;
    padding: 4px 7px 4px 8px;
  }
  .plazart-mainnav .navbar-toggle i {
    font-size: 21px;
    color: #FFF;
  }
  #plazart-mainnav {
    top: 8px;
  }
  #plazart-mainnav {
    width: 100%;
  }
  #plazart-mainnav .plazart-megamenu > ul {
    width: 100%;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret {
    border: 1px solid #404040;
    height: 30px;
    line-height: 30px;
    right: 10px;
    text-align: center;
    top: 2px;
    width: 30px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    display: block;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret::before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
  }
  #plazart-mainnav .navbar-inner .nav-collapse {
    background: #292929;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul {
    margin: 0;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul.level0 {
    padding: 10px 0;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul.level0 > li {
    clear: both;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul li a {
    color: #fff;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    text-transform: none;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul li a:hover {
    background: transparent !important;
  }
  #plazart-mainnav .navbar-inner .nav-collapse ul li.search_icon {
    display: none !important;
  }
  #plazart-mainnav .plazart-megamenu .mega .mega-dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #plazart-mainnav .mega-dropdown-inner .row .mega-col-nav {
    padding: 0;
  }
  #plazart-mainnav .plazart-megamenu .mega-align-justify {
    position: relative !important;
  }
  .plazart-megamenu ul.level0 > li.open {
    display: none;
  }
  #plazart-mainnav {
    max-height: 100%;
    overflow-y: auto;
  }
  #plazart-mainnav .plazart-megamenu .mega.open > .mega-dropdown-menu {
    display: none;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown.mega.smn_active > .caret::before {
    content: "\f107";
  }
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu {
    display: block !important;
    position: relative;
    background: transparent;
  }
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu ul.mega-nav li {
    border: none;
  }
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu ul.mega-nav li a {
    border: none;
  }
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu .mega-nav > li:hover,
  #plazart-mainnav .plazart-megamenu .mega.smn_active > .mega-dropdown-menu .dropdown-menu .mega-nav > li:hover {
    background: transparent;
  }
  #plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title {
    background: #292929 !important;
    padding-left: 15px;
    padding-top: 5px;
  }
  #plazart-mainnav .plazart-megamenu .mega-group-ct {
    background: #292929;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > a:hover::after {
    background: transparent;
  }
  #plazart-mainnav .plazart-megamenu ul.level0 li .mega-nav li.mega a::after {
    border: none;
  }
  #plazart-mainnav .plazart-megamenu ul.level0 li .mega-nav .mega .mega-dropdown-menu {
    background: #292929;
    display: block;
    position: relative;
    border-top: none;
    padding-left: 25px;
  }

}






/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
#tz-header-wrapper .container .row .tzLogo {
  line-height: 90px;
}
#tz-header-top-wrapper p {
  margin: 0;
}
#tz-component .sp-page-builder {
  margin: 0 -15px;
}
.fullscreen {
  height: 100%;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
}
.no-border {
  border: none !important;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 300;
}
h2.sppb-addon-title {
  font-size: 40px;
}
#tz-coming-soon-wrapper {
  text-align: center;
  color: #ffffff;
}
#tz-coming-soon-wrapper h1 {
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
}
#tz-coming-soon-wrapper a {
  color: #ffffff;
}
.sppb-social-items-wrap {
  padding: 0 !important;
}
.sppb-social-items-wrap a {
  color: #a2a2a2;
}
.sppb-social-items-wrap a:hover {
  color: #4396e6;
}
.sppb-addon-countdown {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.sppb-addon-countdown h1 {
  color: #ffffff;
  font-size: 50px;
}
.sppb-addon-countdown .sppb-countdown-text {
  margin-top: 1em;
}
.sppb-optin-form-content .sppb-optin-form {
  position: relative;
}
.sppb-optin-form-content .sppb-optin-form .sppb-form-control,
.sppb-optin-form-content .sppb-optin-form .sppb-form-group .sppb-form-control {
  padding: 13px 22px;
  overflow: hidden;
  border-color: #817f7d;
  margin: 0 auto;
  color: #ccc;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
}
.sppb-optin-form-content .sppb-optin-form .button-wrap {
  position: absolute;
  top: 4px;
  right: 4px;
}
.sppb-optin-form-content .sppb-optin-form .button-wrap button {
  border-radius: 23px;
  margin: 0;
  padding: 10px 25px;
  background: #2f80ba;
  background: -moz-linear-gradient(top, #2f80ba 0%, #61b3e3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2f80ba), color-stop(100%, #61b3e3));
  background: -webkit-linear-gradient(top, #2f80ba 0%, #61b3e3 100%);
  background: -o-linear-gradient(top, #2f80ba 0%, #61b3e3 100%);
  background: -ms-linear-gradient(top, #2f80ba 0%, #61b3e3 100%);
  background: linear-gradient(to bottom, #2f80ba 0%, #61b3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f80ba', endColorstr='#61b3e3', GradientType=0);
  border: none;
}
.sppb-progress {
  border-radius: 20px;
}
.sppb-icon-container {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  margin: 0 auto;
}
.spbd-icon-header {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.spbd-icon-header .sppb-icon {
  margin-right: 20px;
}
.line-under .sppb-addon-title:after,
.line-under .sppb-addon-content:after {
  background-color: #4396e6;
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  margin: 28px auto 1em;
}
.sppb-text-left .sppb-addon-title:after,
.sppb-text-left .sppb-addon-content:after {
  margin-left: 0;
}
.sppb-form-control,
.sppb-form-group .sppb-form-control {
  padding: 12px 20px;
  border: 1px solid #dce2ed;
}
.sppb-btn {
  padding: 12px 15px;
}
.sppb-addon-clients .sppb-addon-title {
  color: #ffffff;
  margin-top: 0;
}
.sppb-addon-clients .sppb-addon-title:after {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  margin: 30px auto 80px;
}
.sppb-addon-clients .sppb-addon-content .sppb-row > div {
  margin-bottom: 50px;
}
#tz-copyright-wrapper {
  position: relative;
}
#tz-copyright-wrapper > .container {
  position: relative;
}
#tz-copyright-wrapper .module-ct {
  padding: 22px 0;
}
#tz-copyright-wrapper img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#tz-copyright-wrapper p {
  margin: 6px 0 0;
}
#tz-copyright-wrapper .tz-module .module-ct {
  padding: 25px 0;
}
#tz-copyright-wrapper .tz-module .module-ct p {
  margin-top: 3px;
}
#tz-copyright-wrapper .tz-module .nav li a {
  padding: 0 0 0 25px;
}
#tz-copyright-wrapper .mod_right {
  text-align: right;
}
#tz-footer-wrapper h3 {
  color: #dee9f5;
  font-size: 16px;
}
#tz-footer-wrapper #tztwd-tweets .tztwd-tweet-container {
  border-bottom: 1px solid #374554;
}
#tz-footer-wrapper .module_footer_logo {
  margin-bottom: 15px;
  border: none;
}
#tz-footer-wrapper .custom_footer_logo > div:first-child {
  margin-bottom: 30px;
}
#tz-footer-wrapper ul li {
  border-bottom: 1px solid #374554;
}
#tz-footer-wrapper ul li a {
  color: #818d9a;
}
#tz-footer-wrapper ul li a:hover {
  color: #9da7b1;
}
#tz-footer-wrapper ul.social-link li {
  border: none;
}
.sppb-addon-animated-number .circular_skills {
  padding: 0;
}
.sppb-addon-animated-number .icon {
  margin-bottom: 20px;
}
.sppb-addon-feature .sppb-addon-title {
  margin: 0;
  padding: 0;
}
.sppb-addon-feature .sppb-img-container {
  position: relative;
}
.sppb-addon-feature img {
  border-radius: 50%;
}
.sppb-addon-feature .iconimage {
  border: 4px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  bottom: 15px;
  color: #fff;
  font-size: 24px;
  height: 55px;
  line-height: 46px;
  position: absolute;
  right: 8px;
  width: 55px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
  left: -2px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
  right: -2px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.sppb-panel-modern > .sppb-panel-heading {
  padding: 10px 30px 10px 15px;
}
.one-page #tz-component .sp-page-builder {
  margin: 0;
}
.sppb-addon-person .style2 .sppb-person-information {
  margin-top: 20px;
}
.sppb-addon-person .style2 .sppb-person-information .sppb-person-designation {
  display: inline-block;
  font-size: 90%;
  margin: 0;
}
.sppb-addon-person .style2 .sppb-person-information .sppb-person-designation:after {
  background-color: #4396e6;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin: 2px auto 10px;
}
.sppb-addon-person .sppb-person-social li a {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 30px;
  width: 35px;
  text-align: center;
}
.sppb-person-image {
  position: relative;
}
.sppb-person-image .sppb-person-data {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  color: #ffffff !important;
  background-color: #4396e6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-person-image .sppb-person-data .sppb-person-information {
  width: 100%;
}
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-name,
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-designation,
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-email,
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-social-icons,
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-social {
  color: #ffffff !important;
}
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-name li > a,
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-designation li > a,
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-email li > a,
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-social-icons li > a,
.sppb-person-image .sppb-person-data .sppb-person-information .sppb-person-social li > a {
  color: #ffffff !important;
}
.sppb-person-image:hover .sppb-person-data {
  margin: 20px;
  opacity: 1;
}
.sppb-addon-pie-progress .sppb-addon-title {
  font-size: 14px;
  margin-top: 25px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #818d9a;
  margin-bottom: 2%;
  margin-top: 0;
  line-height: 1.1;
}
a {
  color: #4396e6;
}
p {
  margin-bottom: 1.4em;
}
ol,
ul {
  margin-bottom: 1.5em;
}
.flex-box {
  display: flex;
}
.arizonia {
  font-family: 'Arizonia', cursive, Arial, sans-serif;
  font-size: 24px;
}
blockquote {
  border-left: 5px solid #4396e6;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #4396e6;
}
pre {
  background-color: #2e2e2e;
  color: #ccc;
}
.form-control {
  border: 1px solid #eeeeee;
  box-shadow: none;
  height: 38px;
  border-radius: 0;
}
.nav-pills > li > a {
  border-radius: 0;
  color: #555555;
}
.nav-pills > li > a:hover {
  color: #4396e6;
}
.nav-pills > li.active > a {
  background: transparent;
  color: #4396e6;
}
.nav-pills > li.active > a:focus {
  background: transparent;
  color: #4396e6;
}
.nav-pills > li.active > a:hover {
  background: transparent;
  color: #4396e6;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: transparent;
  border: none;
}
.nav > li a:hover,
.nav > li a:focus {
  background: transparent;
}
.display-flex {
  display: flex;
  align-items: center;
}
.btn {
  padding: 8px 18px;
  border-radius: 0;
}
.pagination {
  display: flex;
  align-items: center;
}
.pagination > li > a {
  color: #555555;
  min-width: 38px;
  text-align: center;
  border-color: #eeeeee;
}
.pagination .active > a {
  background-color: #4396e6;
  border-color: #4396e6;
}
.pagination .active > a:hover,
.pagination .active > a:focus {
  background-color: #4396e6;
  border-color: #4396e6;
}
.pagination > .disabled > a {
  border-color: #eeeeee;
}
.view-article .detail-hidden {
  display: none;
}
.dropdown-menu li a:hover {
  color: #4396e6;
}
.dropdown-menu > .active > a {
  background-color: transparent;
  color: #4396e6;
}
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #4396e6;
}
.highlight {
  background: yellow;
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  color: #333333;
  display: block;
  padding: 2px 9px;
  font-size: 0.8em;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #4396e6;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 14px;
}
.readmore > .btn {
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 50ms;
  background-color: #4396e6;
  border-color: #4396e6;
  color: #fff;
  white-space: pre-line;
}
.readmore > .btn:hover {
  background-color: #70afec;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.items-leading > div {
  margin-bottom: 2em;
}
.items-row > div {
  margin-bottom: 2em;
}
.blogItem {
  background-color: #ffffff;
  padding: 30px;
  border-bottom: 2px solid #4396e6;
}
.blogItem > div:last-child {
  padding-left: 0;
  padding-right: 0;
}
.blogItem .item-image {
  padding: 0;
  margin-bottom: 2em;
}
.blogItem .articleBody {
  margin-top: 1em;
  border-bottom: 3px solid #eee;
  padding-bottom: 1em;
}
.blogItem .pull-left {
  margin: .5em 2em .5em 0;
}
.blogItem .pull-right {
  margin: .5em 0 1.5em 2em;
}
.blogItem button,
.blogItem .btn {
  border: none;
  margin-top: 0;
  display: inline-block;
}
.tags {
  margin: 0 0 1em;
}
.tags li {
  padding-left: 0;
  padding-right: 0;
}
.tags li a.tag {
  background-color: #eaeaea;
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 8px;
  font-weight: 700;
}
img {
  max-width: 100%;
}
.page-header {
  border-bottom: none;
  margin: 0;
}
.page-header h2 {
  font-size: 42px;
  margin: 0;
}
.page-header h2 a {
  color: #42484d;
  text-decoration: none;
}
.flex-box {
  align-items: center;
}
.flex-box dl {
  margin: 0;
}
.flex-box .icons .btn {
  background: none;
}
.flex-box .icons .btn:active {
  box-shadow: none;
}
.flex-box .icons .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.intro {
  margin: 10px 0 0;
}
.intro .readmore {
  margin-top: 1em;
}
.tz-module .form-control {
  width: 100%;
}
.tz-module h3 {
  text-transform: uppercase;
}
.tz-module h3 span {
  font-weight: 600;
}
.tz-module .latestnews {
  margin: 0;
  padding: 0;
}
.tz-module .latestnews li {
  display: table;
  margin-bottom: 1.2em;
}
.tz-module .latestnews li .info time {
  font-size: 12px;
  font-weight: 300;
  color: #888888;
}
.tz-module .latestnews li .info a {
  font-size: 15px;
  display: block;
  line-height: 1.4;
  font-weight: 600;
  color: #42484d;
}
.pager li {
  display: block;
  width: 50%;
}
.pager li > a {
  border: none;
  padding: 5px 0;
  color: #cccccc;
}
.pager li > a:focus,
.pager li > a:hover {
  background-color: transparent;
}
.pager li > a span {
  display: block;
  font-size: 1.2em;
  color: #4396e6;
  line-height: 1.4;
}
.pager .previous {
  text-align: left;
  float: left;
}
.pager .next {
  text-align: right;
  float: right;
}
.contact h2 {
  margin-bottom: 27px;
  margin-top: 0;
}
.contact input,
.contact textarea {
  border-color: #eeeeee;
  background: #f9f9f9;
  border-radius: 0;
  box-shadow: none;
}
.contact button {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.contact .contact-address .contact-head {
  text-transform: uppercase;
  font-weight: 700;
  color: #42484d;
}
.contact .contact-address dd {
  margin-left: 20px;
}
.contact .contact-address > div {
  margin: 20px 0;
}
.items-row .blogItem > div {
  padding: 0;
}
.items-row .page-header h2 {
  font-size: 32px;
}
.items-row .flex-box {
  margin-top: 15px;
}
.items-row .intro {
  margin: 15px 0 0;
}
.items-more ol li {
  border-top: 1px solid #eeeeee;
}
.items-more ol li a {
  padding: 10px 0;
}
.items-more ol li a:hover {
  border-color: transparent;
}
.breadcrumb-bg {
  padding: 50px 0;
}
.breadcrumb-bg h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.breadcrumb-bg .breadcrumb {
  text-align: right;
}
.breadcrumb-bg .breadcrumb a,
.breadcrumb-bg .breadcrumb span {
  color: #ffffff;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 4px 0;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li + li:after {
  color: #ffffff;
  padding: 0;
}
.headline {
  text-align: center;
}
.headline h1 {
  margin: 80px 0;
}
.tag-category .filters {
  margin-bottom: 2em;
}
.tag-category .filters input {
  padding: 3px 7px;
  font-size: 14px;
}
.tag-category ul.category li {
  padding: 10px 20px;
  border: 1px solid #eeeeee;
  margin-bottom: 2em;
  border-radius: 3px;
}
.tag-category ul.category li .featuredimg {
  margin-bottom: 1.5em;
}
.tag-category ul.category li a {
  color: #42484d;
  text-decoration: none;
}
#tz-right .dropdown-menu {
  padding: 7px 15px;
}
#tz-right .tz-module {
  margin-bottom: 2em;
}
#tz-right .tz-module:last-child {
  margin-bottom: 0;
}
#tz-right .module-inner {
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
}
#tz-right .module-inner .module-title {
  padding: 15px 20px;
  background-color: #4396e6;
  color: #fff;
  font-size: 14px;
  margin: 0;
}
#tz-right .module-inner .module-title:after {
  border: none;
}
#tz-right .module-inner .module-ct {
  padding: 20px;
}
.login .other-links ul {
  padding: 0;
  list-style: none;
}
.newsfeed ol {
  list-style: none;
  padding: 0;
}
.newsfeed ol li {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  margin-top: 2em;
}
.search .search-results .result-container {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 20px;
  margin-top: 2em;
}
.search .search-results .result-title a {
  color: #42484d;
}
.search .search-results .result-text {
  margin-top: 1em;
}
#eb .eb-navbar.has-footer .eb-navbar__body,
#eb .eb-navbar__body {
  border-radius: 0;
}
#eb .eb-navbar__footer {
  border-color: #eeeeee;
  border-radius: 0;
}
#eb .eb-showcase-meta {
  font-size: 80%;
}
#eb .eb-showcase-article {
  font-size: 90%;
  line-height: 1.6em;
}
#eb .eb-entry {
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
}
#eb .eb-post-content .eb-post-thumb,
#eb .eb-entry-article .eb-post-thumb,
#eb .eb-showcase .eb-post-thumb {
  margin-bottom: 2.5em;
}
#eb .eb-post-content .eb-post-thumb .eb-post-image,
#eb .eb-entry-article .eb-post-thumb .eb-post-image,
#eb .eb-showcase .eb-post-thumb .eb-post-image {
  border: none;
}
#eb .eb-post-content .eb-post-thumb .eb-post-image img,
#eb .eb-entry-article .eb-post-thumb .eb-post-image img,
#eb .eb-showcase .eb-post-thumb .eb-post-image img {
  padding: 0;
  border-radius: 10px;
}
#eb .eb-showcase .eb-post-thumb {
  margin-bottom: 0;
}
#eb .eb-post {
  margin-bottom: 60px;
  padding: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}
#eb .eb-post:last-child {
  margin-bottom: 0;
}
#eb .eb-post-meta > div {
  line-height: 32px;
}
#eb .eb-post-content .eb-post-head {
  margin-bottom: 1.5em;
}
#eb .eb-post-content .eb-avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
#eb .eb-post-content .eb-post-title {
  font-size: 2em;
  line-height: 1.1;
}
#eb .eb-entry-head {
  margin-bottom: 2em;
}
#eb .eb-entry-head .eb-entry-title {
  font-size: 2em;
}
#eb blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #4396e6;
}
#eb .eb-entry-article .pull-left {
  margin: .5em 2em .5em 0;
}
#eb .eb-entry-article .pull-right {
  margin: .5em 0 1.5em 2em;
}
#eb .eb-showcases {
  border-radius: 0;
  border: 3px solid #eeeeee;
}
#eb .eb-mod-title a {
  color: #42484d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}
#eb .eb-mod-media-title {
  color: #555555;
}
#eb .eb-mod-media-body .mod-small {
  font-size: 80%;
}
#eb .eb-mod .eb-mod-thumb .eb-mod-image-cover {
  border: none;
  border-radius: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
#eb .eb-mod .eb-mod-thumb .eb-mod-image-cover:before {
  border: none;
  display: none;
}
#eb .eb-mod .mod-item + .mod-item {
  border-top: 1px solid #eeeeee;
}
#eb .eb-mod-body {
  font-size: 95%;
  line-height: 1.6;
}
#eb .eb-comments .eb-comment {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
}
#eb .eb-comment-form {
  background-color: #fff;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  #eb .eb-post-content .eb-post-thumb,
  #eb .eb-entry-article .eb-post-thumb,
  #eb .eb-showcase .eb-post-thumb {
    margin-bottom: 1.5em;
  }
  #eb .eb-post-content .eb-post-title {
    font-size: 2em;
    line-height: 1.1;
  }
  #eb .eb-post-content .eb-post-head {
    margin-bottom: 0.5em;
  }
  #eb .eb-entry-head {
    margin-bottom: 1em;
  }
  #eb .eb-entry-head .eb-entry-title {
    font-size: 2em;
  }
}
#plazart-mainnav .plazart-megamenu .mega-nav .mega-group > .mega-group-title,
#plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
#plazart-mainnav .plazart-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  padding: 5px 30px 5px;
  border-bottom: 1px solid #dce2ed;
}
#plazart-mainnav .plazart-megamenu .mega-dropdown-inner .row > div {
  border-right: 1px solid #dce2ed;
}
#plazart-mainnav .plazart-megamenu .mega-dropdown-inner .row > div:last-child {
  border: none;
}
#plazart-mainnav .plazart-megamenu .navbar-nav > li > a i {
  display: none;
}
.hikashop_subcategories .panel {
  padding-bottom: 10px;
  padding-top: 3px;
  margin: 4px; /* csaba */
}
.one-page #plazart-mainnav .plazart-megamenu .navbar-nav > li > a i {
  display: block;
}
.one-page #plazart-mainnav .plazart-megamenu .dropdown-menu {
  top: 0 !important;
  right: 100% !important;
  left: auto !important;
}
.tz-module .nav li a {
  display: block;
  padding: 6px 0;
}
.form-group {
  margin-bottom: 20px;
}
#login-form ul.unstyled {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.module-title {
  margin-bottom: 20px;
  font-size: 20px;
}
.framework-logo {
  padding: 10px 0 30px;
}
.big-headline {
  font-size: 20px;
  line-height: 1.6em;
}
.big-headline h1 {
  font-size: 60px;
  margin-bottom: 2%;
}
.big-headline span {
  font-size: 18px;
}
.tpArticle .pull-left {
  margin: .5em 2em .5em 0;
}
.tpArticle .pull-right {
  margin: .5em 0 1.5em 2em;
}
.tplSelena .masonry {
  margin: 0 -5px;
}
.tplSelena #tz_options {
  padding-bottom: 40px;
}
.tplSelena #tz_options .option-set .btn {
  border-radius: 0;
  padding: 5px 13px;
  box-shadow: none;
}
.tplSelena #tz_options .option-set a.selected,
.tplSelena #tz_options .option-set a:hover,
.tplSelena #tz_options .option-set a:focus {
  background: #4396e6;
  color: #fff;
  border-color: #4396e6;
}
.tplSelena .TzInner .tpThumbnail .overlay {
  background: #22dde9;
  background: -moz-linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #22dde9), color-stop(100%, #ff0084));
  background: -webkit-linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  background: -o-linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  background: -ms-linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  background: linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4397e6", endColorstr="#14d4e2", GradientType=1);
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.tplSelena .TzInner .TzPortfolioTitle a {
  color: #42484d;
}
.tplSelena #tz_append a {
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #4396e6;
  color: #fff;
  border-color: #4396e6;
}
.tplSelena #tz_append a:hover {
  background: #22dde9;
  background: -moz-linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #22dde9), color-stop(100%, #ff0084));
  background: -webkit-linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  background: -o-linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  background: -ms-linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  background: linear-gradient(45deg, #22dde9 0%, #ff0084 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4397e6", endColorstr="#14d4e2", GradientType=1);
}
.tplSelena #tz_append .tzNomore {
  display: none !important;
}
.tplSelena #tz_append #infscr-loading {
  background: none;
}
.tplSelena.tpp-module-carousel .TzInner .tpThumbnail {
  align-items: flex-end;
}
.tplSelena.tpp-module-carousel .TzInner .TzPortfolioDescription {
  opacity: 1;
}
.tplSelena.tpp-module-carousel .overlay {
  display: none;
}
.elegant #portfolio .element .TzInner {
  border-bottom-width: 6px;
  border-radius: 0 0 5px 5px;
  padding: 0;
}
.elegant #portfolio .element .TzInner .TzPortfolioDescription {
  padding: 20px;
}
.elegant #portfolio .element .TzInner .TzPortfolioDescription .header-box {
  padding: 0;
}
.elegant #portfolio .element .TzInner .TzPortfolioDescription .header-box h3 {
  font-size: 18px;
  text-align: center;
}
.elegant #portfolio .element .TzInner .TzPortfolioDescription .TzPortfolioTitle {
  margin-bottom: 0;
}
.elegant #portfolio .element .TzInner:hover {
  border-color: #1d7dd9;
  background: #4396e6;
}
.elegant #portfolio .element .TzInner:hover h3 a {
  color: #ffffff;
}
.tpItemPage .tpHead .tpTitle {
  font-size: 30px;
}
.tpItemPage .tpBody .tpArticleExtraField .pull-right {
  margin: 0;
}
.tpItemPage .tpBody .tpArticleExtraField ul {
  border-top-width: 2px;
}
.tpItemPage .tpBody .tpArticleExtraField .list-striped li {
  background-color: transparent;
  padding: 15px 0;
}
.tpItemPage .tpBody .tpArticleExtraField .list-striped li .tp_extrafield-label {
  font-weight: 700;
}
.tpItemPage .tpBody .tpPortfolioLink a {
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 50ms;
  background: #4396e6;
  border-color: #4396e6;
  color: #ffffff;
  border-radius: 0;
}
.tpItemPage .tpBody .tpPortfolioLink a:hover {
  text-decoration: none;
  background: #f5f5f5;
  color: #4396e6;
}
.tpItemPage .tpRelated {
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.tpItemPage .tpRelated ul.related li {
  padding: 15px;
}
.tpArticleAuthor .media > .pull-left {
  padding-right: 0;
}
.tpSearch .btn {
  background-color: #4396e6;
  color: #ffffff;
}
.tplfolio .option-combo,
.tplSimple .option-combo {
  text-align: center;
  margin-bottom: 30px;
}
.tplfolio .option-combo .option-set a.btn,
.tplSimple .option-combo .option-set a.btn {
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-color: #dce2ed;
  border-radius: 3px;
  color: #505b65;
  font-weight: normal;
  background-color: #ffffff;
}
.tplfolio .option-combo .option-set a.btn.selected,
.tplSimple .option-combo .option-set a.btn.selected {
  background-color: #4396e6;
  color: #ffffff;
}
.tplfolio .TzPortfolioTitle,
.tplSimple .TzPortfolioTitle {
  font-size: 20px;
}
.tplSimple .btn {
  padding: 8px 18px;
  letter-spacing: inherit;
  color: #4594E3;
}
@media (max-width: 991px) {
  .sppb-row-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #plazart-mainnav .plazart-megamenu .mega-inner {
    margin: 0;
  }
  #plazart-mainnav .plazart-megamenu .mega-dropdown-inner .row > div {
    border: none;
  }
  #plazart-mainnav .plazart-megamenu .mega-nav .mega-group > .mega-group-title,
  #plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
  #plazart-mainnav .plazart-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    padding: 5px 0px 5px;
  }
  #plazart-mainnav .plazart-megamenu .mega-nav > li a,
  #plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav > li a {
    margin: 0 10px;
  }
  .one-page .head-one-page #plazart-mainnav .plazart-megamenu .dropdown-menu {
    left: 0 !important;
  }
  .one-page .head-one-page #plazart-mainnav .plazart-megamenu .navbar-nav > li > a {
    font-size: 14px !important;
    text-align: left;
    padding: 12px 0;
  }
  .one-page .head-one-page #plazart-mainnav .plazart-megamenu .navbar-nav > li > a i {
    display: none;
  }
  .one-page #plazart-mainnav .plazart-megamenu .mega-nav .mega-group > .mega-group-title,
  .one-page #plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
  .one-page #plazart-mainnav .plazart-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    padding: 15px 0px;
  }
  .one-page .head-one-page .plazart-megamenu .navbar-nav > li.open {
    border: none;
  }
  .head-one-page #plazart-mainnav .navbar-inner .nav-collapse ul li a {
    line-height: 12px;
    padding: 12px 0;
  }
}
 h3, h4 {
font-weight: normal;
line-height: 24px;
}

h2 {
color: #000;
}
.hikashop_product_no_stock{ color: red; }

body { /*csaba jobklick tilt*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/*#hikashop_checkout_address 
.hikashop_checkout_page  { /*csaba2020*/
    /*margin-bottom: 10px;*/
    /*width: 100% !important;*/
	/*padding: 10px 20px;*/ 
/*	margin-bottom: 20px;
	width: 90%; } */
	
/*# sourceMappingURL=template.css.map */ 