/**
 *------------------------------------------------------------------------------
 * @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.5.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.5.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper: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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 14px;
}
.readmore > .btn {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.slick-slider .slick-prev:before {
  content: "\f104";
  padding-right: 5px;
  font-family: 'FontAwesome';
}
.slick-slider .slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.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;
}
.full-width {
  padding: 0;
  margin: 0;
}
.table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ds-table {
  display: table;
  height: 100%;
  width: 100%;
}
.ds-table .ds-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.img-fixer {
  background-size: 100%;
}
.tz-center {
  text-align: center;
}
.tz_h3 {
  margin-bottom: 11px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 26px;
}
.count_title {
  background: #000 none repeat scroll 0 0;
  display: block;
  float: none;
  height: 1px;
  margin: 28px auto 41px;
  width: 80px;
  position: relative;
}
.count_title:before {
  background: #e45914 none repeat scroll 0 0;
  content: "";
  height: 6px;
  position: absolute;
  right: 44%;
  top: -3px;
  width: 10px;
  z-index: 2;
}
.count_title:after {
  background: #FFFFFF none repeat scroll 0 0;
  content: "";
  height: 7px;
  position: absolute;
  right: 37%;
  top: -2px;
  width: 22px;
  z-index: 1;
}
.count_title2:after {
  content: "";
  background: #242732;
  display: block;
  float: right;
  height: 1px;
  margin-top: 30px;
  position: absolute;
  width: 30px;
  z-index: 10;
}
.meetup_btn {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  background: #e45914;
  padding: 10px 35px;
  display: inline-block;
  font-size: 12px;
  border: 2px solid #e45914;
  margin: 0 1px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  cursor: pointer;
  vertical-align: middle;
  word-wrap: break-word;
}
.tz_btn_1 {
  background: #e45914;
  color: #FFFFFF;
}
.tz_btn_1:hover,
.tz_btn_1:focus {
  color: #FFFFFF;
  background: transparent;
  border-color: #e45914;
}
.tz_btn_2 {
  background: transparent;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.tz_btn_2:hover,
.tz_btn_2:focus {
  color: #000 !important;
  background: #FFFFFF !important;
}
.tz_btn_3 {
  background: transparent;
  border-color: #000 !important;
  color: #000 !important;
}
.tz_btn_3:hover,
.tz_btn_3:focus {
  color: #FFFFFF !important;
  background: #000 !important;
}
.tz-meetup-padding {
  padding: 85px 0;
}
.tztwd-container .tzTwitter-icon {
  background-image: url("../../../images/border-tw.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 28px 0 32px;
  text-align: center;
}
.tz_register_meetup_pricing_item_price {
  background-image: url("../../../images/price-pay.png");
  background-color: #e45914;
  background-position: center center;
  background-repeat: no-repeat;
}
#tz-flickr ul.flickr li a:before {
  font-family: FontAwesome;
}
.tztwd_blog_container ul li:after {
  font-family: FontAwesome;
}
.meetup_btn.small_btn {
  font-size: 12px;
  padding: 11px 16px;
}
.meetup_btn.medium_btn {
  padding: 14px 20px 14px 48px;
  font-size: 14px;
}
.meetup_btn.lg_btn {
  font-size: 16px;
  padding: 18px 25px;
}
.meetup_btn.pink_btn {
  background-color: #fe6c61;
  border-color: #fe6c61;
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
}
.meetup_btn.brown_btn {
  background-color: #555555;
  color: #ffffff;
  border-color: #555555;
}
.meetup_btn.primary_btn {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #ffffff;
}
.meetup_btn.success_btn {
  background-color: #6ab165;
  border-color: #6ab165;
  color: #ffffff;
}
.meetup_btn.warning_btn {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff9900;
  color: #ff9900;
}
.tz_opacity_2 {
  position: relative;
}
.tz_opacity_2:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.typography_count {
  padding-bottom: 11px;
  margin-bottom: 23px;
  position: relative;
}
.typography_count:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background: #e45914;
}
.smoke {
  padding: 32px 0 0;
}
.smoke img {
  margin: 10px 0;
  width: 100%;
}
.smoke.numeric_list ol li {
  list-style-type: decimal;
  padding: 5px 0;
}
.smoke.lists ul li {
  list-style-type: disc;
  padding: 5px 0;
}
blockquote {
  font-size: 14px;
  line-height: 22.4px;
}
code {
  background-color: rgba(228, 89, 20, 0.2);
  display: block;
  padding: 20px;
}
.typography .col-xs-1,
.typography .col-sm-1,
.typography .col-md-1,
.typography .col-lg-1,
.typography .col-xs-2,
.typography .col-sm-2,
.typography .col-md-2,
.typography .col-lg-2,
.typography .col-xs-3,
.typography .col-sm-3,
.typography .col-md-3,
.typography .col-lg-3,
.typography .col-xs-4,
.typography .col-sm-4,
.typography .col-md-4,
.typography .col-lg-4,
.typography .col-xs-5,
.typography .col-sm-5,
.typography .col-md-5,
.typography .col-lg-5,
.typography .col-xs-6,
.typography .col-sm-6,
.typography .col-md-6,
.typography .col-lg-6,
.typography .col-xs-7,
.typography .col-sm-7,
.typography .col-md-7,
.typography .col-lg-7,
.typography .col-xs-8,
.typography .col-sm-8,
.typography .col-md-8,
.typography .col-lg-8,
.typography .col-xs-9,
.typography .col-sm-9,
.typography .col-md-9,
.typography .col-lg-9,
.typography .col-xs-10,
.typography .col-sm-10,
.typography .col-md-10,
.typography .col-lg-10,
.typography .col-xs-11,
.typography .col-sm-11,
.typography .col-md-11,
.typography .col-lg-11,
.typography .col-xs-12,
.typography .col-sm-12,
.typography .col-md-12,
.typography .col-lg-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
    background: #f0f0f0;
}
:focus {
  outline: none !important;
}
html.overflow_y {
  overflow-y: hidden;
}
p {
  font-weight: 300;
}
.tz-row-left {
  padding: 75px 73px 58px 12% !important;
  text-align: right;
}
img {
  width: auto;
}
a {
  color: #e45914;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242732;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0;
}
.btn {
  line-height: inherit;
}
input {
  border: 1px solid #dddddd;
  box-shadow: none;
  line-height: normal;
  padding: 5px 7px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
input:hover {
  border-color: #e45914;
}
.vc_custom {
  background-color: rgba(36, 39, 50, 0.9) !important;
}
a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
}
a:focus {
  outline: medium none;
}
li,
a {
  list-style-type: none;
  text-decoration: none;
}
li:hover,
a:hover,
li:focus,
a:focus {
  list-style-type: none;
  text-decoration: none;
}
body #tz-main-body-wrapper {
  padding: 0 !important;
}
.plg-center {
  text-align: center;
}
.plg-left {
  text-align: left;
}
.plg-right {
  text-align: right;
}
.title_suffix .count_title {
  background: #FFFFFF none repeat scroll 0 0;
}
.title_suffix .count_title::after {
  background-color: #242732;
}
.padding_suffix {
  padding-top: 90px;
  padding-bottom: 100px;
}
.suffix_count {
  background: #FFFFFF none repeat scroll 0 0;
}
.suffix_count:after {
  background: #272c3c none repeat scroll 0 0;
}
.padding_top_suffix {
  padding-top: 75px;
}
.padding_bottom_suffix {
  padding-bottom: 80px;
}
.padding_bottom_suffix_2 {
  padding-bottom: 60px;
}
.suffix_btn_meetup_center {
  text-align: center;
}
.tzRow_ArrowType4 {
  border-left: 60px solid rgba(0, 0, 0, 0);
  border-right: 60px solid rgba(0, 0, 0, 0);
  border-top: 30px solid #e45914;
  left: 50%;
  margin-left: -62px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.navbar {
  margin-bottom: 0;
}
.question-list .col-md-4:nth-child(+3n+1) {
  clear: both;
}
.plazart-megamenu div.mega-inner {
  padding: 0;
}
.plazart-megamenu .nav-child .mega-nav li {
  list-style: outside none none;
  padding: 0 10px 3px;
  position: relative;
  line-height: 25.9px;
  border-bottom: 1px solid rgba(73, 77, 84, 0.1);
}
.plazart-megamenu .nav-child .mega-nav li:last-child {
  border-bottom: 0;
}
.plazart-megamenu .nav-child .mega-nav li a {
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  padding: 13px 0 !important;
  text-transform: uppercase;
}
.plazart-megamenu .mega .mega-dropdown-menu {
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #e45914;
}
.plazart-megamenu .mega .mega-dropdown-menu ul li a {
  margin: 0;
  color: #ffffff;
}
.plazart-megamenu .mega .mega-dropdown-menu ul li a:before {
  content: none;
}
.plazart-megamenu .mega .mega-dropdown-menu ul li a:hover {
  color: #ffffff;
}
.plazart-megamenu ul.navbar-nav {
  float: right;
}
.plazart-megamenu ul.navbar-nav li.search_icon {
  padding: 0;
}
.plazart-megamenu ul.navbar-nav > li.current > a:before {
  width: 100%;
}
.plazart-megamenu ul.navbar-nav > li.active > a:before {
  width: 100%;
}
.plazart-megamenu ul.navbar-nav > li {
  position: relative;
  padding: 0 14px;
}
.plazart-megamenu ul.navbar-nav > li > a {
  margin: 40px 0;
  font-size: 12px;
  font-weight: 600;
  color: #242732;
  line-height: 1.4em;
  display: block;
  padding: 0 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.plazart-megamenu ul.navbar-nav > li > a:hover:before {
  width: 100%;
}
.plazart-megamenu ul.navbar-nav > li > a:before {
  position: absolute;
  bottom: 35%;
  left: 0;
  content: '';
  background: #e45914;
  height: 3px;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent !important;
}
.nav > li.open a {
  background-color: transparent !important;
}
.tz-homeType2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: auto;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tz-homeType2 .plazart-megamenu > ul > li > a {
  margin: 0;
  padding: 40px 0;
  color: #FFFFFF;
}
#tz-logo a {
  padding: 36px 40px 35px 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  display: block;
}
#tz-logo a img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.wrapper-slideshows .tz_content_slider_meetup {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
}
.wrapper-slideshows .tz_slider_meetup_btn ul {
  padding: 0;
}
.wrapper-slideshows .tz_slider_meetup_btn li {
  display: inline-block;
}
.wrapper-slideshows .tz-slider-text {
  color: #FFFFFF;
}
.wrapper-slideshows .tz-slider-text p {
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.wrapper-slideshows .tz-slider-text h4 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 0;
}
.wrapper-slideshows .tz-slider-text h4 strong {
  font-weight: 700;
}
.wrapper-slideshows .tz_social {
  display: inline-block;
  margin-bottom: 9px;
  position: relative;
}
.wrapper-slideshows .tz_social:after {
  content: "";
  background: #FFFFFF;
  height: 1px;
  right: 100%;
  position: absolute;
  top: 50%;
  width: 25px;
}
.wrapper-slideshows .tz_social:before {
  content: "";
  background: #FFFFFF;
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 25px;
}
.wrapper-slideshows .tz_social a {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0 10px;
}
.wrapper-slideshows .tz-counter {
  margin-bottom: 19px;
}
.wrapper-slideshows .tz-counter input {
  line-height: 0.5;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  font-size: 63px;
  height: 79px;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-weight: 100;
}
.wrapper-slideshows .tz-counter span {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  margin-right: -30px;
  text-transform: uppercase;
}
.wrapper-slideshows .tz-counter .tz-coun {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 0 15px;
}
.wrapper-slideshows .tz-counter .tz-coun input {
  margin: 0 15px;
}
.wrapper-slideshows .tz-counter .tz-coun:first-child:before {
  width: 0;
}
.wrapper-slideshows .tz-counter .tz-coun:before {
  content: "";
  background: #e45914;
  height: 25px;
  width: 1px;
  position: absolute;
  top: 51%;
}
.wrapper-slideshows .tz-slider-image {
  position: relative;
}
.wrapper-slideshows .tz-slider-image .slides-navigation {
  z-index: 10;
}
.wrapper-slideshows .tz-slider-image .slides-navigation a.prev {
  left: 10px;
}
.wrapper-slideshows .tz-slider-image .slides-navigation a.next {
  right: 10px;
}
.wrapper-slideshows .tz-slider-image .slides-navigation .cracked i {
  color: #b0b2b6;
}
.wrapper-slideshows .tz-slider-image .slides-navigation .cracked i:before {
  font-size: 33px;
}
.wrapper-slideshows .tz-slider-image .slides-pagination {
  z-index: 9;
  bottom: 40px;
}
.wrapper-slideshows .tz-slider-image .slides-pagination a {
  text-indent: -9999px;
  border: 2px solid #e45914;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.wrapper-slideshows .tz-slider-image .slides-pagination a.current {
  background: #e45914;
}
.layout-z1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
}
.tz-title h3 {
  font-size: 26px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.tz-title h3.tz_title_meetup_medium {
  font-weight: 500;
}
.service-list .tz_description {
  margin-bottom: 85px;
}
.service-list .tz_description p {
  font-size: 16px;
  margin: 0;
}
.service-list .service-item img {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
}
.service-list .service-item h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 25px 0 18px;
}
.service-list .service-item h4 a {
  color: #242732;
  text-decoration: none;
}
.service-list .service-item h4 a:hover {
  color: #e45914;
}
.no-pm {
  padding: 0;
}
.tz_sub {
  border-bottom: 1px solid #42444d;
  display: block;
  padding-bottom: 5px;
  margin: 5px 0;
}
.tz_title_1:after {
  background: #e45914 none repeat scroll 0 0;
  content: " ";
  display: block;
  float: right;
  height: 1px;
  position: relative;
  width: 30px;
  z-index: 10;
  margin-top: 30px;
}
.wrapper-meetup-video {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.wrapper-meetup-video .tz_introduce_video {
  background: rgba(38, 40, 52, 0.9) none repeat scroll 0 0;
  width: 50%;
}
.wrapper-meetup-video .meetup_btn {
  margin-top: 50px;
}
.wrapper-meetup-video .tz-right-video {
  width: 100%;
}
.wrapper-meetup-video .tz-row {
  padding: 75px 55px 81px 26% !important;
  text-align: right;
}
.wrapper-meetup-video h3 {
  color: #fff;
  margin-bottom: 41px;
  padding-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper-meetup-video h3 em {
  font-style: normal;
  font-weight: 400;
  display: block;
  padding-top: 3px;
}
.wrapper-meetup-video .tz_introduce_title {
  color: #e45914;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
.wrapper-meetup-video .tz_introduce_title i {
  margin-left: 5px;
  color: #FFFFFF;
}
.wrapper-meetup-video .tz_content p {
  color: #ddd;
  margin-bottom: 25px;
}
.wrapper-meetup-video .tz-video {
  display: inline-block;
  float: none;
  position: absolute;
  right: 25%;
  top: 50%;
  z-index: 2;
}
.wrapper-meetup-video .tz-video .bg-video {
  height: 650px;
  width: 100%;
  z-index: 1;
}
.wrapper-meetup-video .tz-video .tz_btn_easy {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  color: #e45914;
  display: inline-block;
  font-size: 30px;
  margin-top: -30px;
  margin-right: -30px;
  padding: 30px;
  position: relative;
  right: 25%;
  top: 50%;
  z-index: 2;
  background: rgba(38, 40, 52, 0.4) none repeat scroll 0 0;
  transition: 300ms;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
  /* Standard syntax */
}
.tz_btn2_fix {
  border-color: #242732;
  color: #242732;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
.tz_btn2_fix:hover {
  color: #FFFFFF;
  background: #242732;
}
.circular_skills .row p {
  color: #e45914;
  font-weight: 800;
}
.circular_skills .row .icon {
  border: medium none;
  border-radius: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  width: 100px;
}
.circular_skills .row .icon .icon-content > div i {
  color: #e45914;
  background: transparent;
  font-size: 36px;
}
.circular_skills .row .tz-counter-number {
  position: relative;
}
.circular_skills .row h3 {
  color: #242732;
  font-size: 64px;
  font-style: normal;
  font-weight: 100;
  margin: 24px 0 30px;
  padding: 23px 0 28px;
}
.circular_skills .row h3:after {
  background: #c6c6c6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 24px;
}
.tz_discounts {
  margin: 20px 0 100px;
}
.tz_discounts h3 {
  font-size: 28px;
  margin-bottom: 0;
}
.tz_discounts p {
  color: rgba(36, 39, 50, 0.8);
  font-size: 16px;
}
.layout-z0 {
  z-index: 0;
}
.tz_meetup_video_sub_title {
  color: #e45914;
  display: inline-block;
  font-weight: 500;
  margin-top: 5px;
  text-transform: uppercase;
}
.tz-plazart-list {
  margin: 25px 0 0;
  padding: 0;
}
.tz-plazart-list li {
  color: #242732;
  font-size: 16px;
  list-style: outside none none;
  padding: 12px 0 8px;
}
.tz-plazart-list li:last-child {
  margin-bottom: 35px;
}
.tz-plazart-list li:before {
  clear: both;
  content: "";
  display: table;
}
.tz-plazart-list li span {
  display: inline-block;
  float: left;
  line-height: 0;
  margin-top: 7px;
}
.tz-plazart-list li span i {
  color: #e54053;
}
.tz-plazart-list li p {
  color: #242732;
  margin-bottom: 0;
  margin-left: 30px;
  position: relative;
}
.tz-plazart-list li p:after {
  border-bottom: 1px dashed #dbd9d9;
  bottom: -12px;
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
}
.wrapper-carousel i {
  font-size: 18px;
}
.wrapper-carousel .lwp_container {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 2;
}
.wrapper-carousel .tz_content_width {
  padding: 29px 0 81px 80px !important;
  float: right;
  background: rgba(255, 255, 255, 0.9);
}
.wrapper-carousel .tz_content_width h3 {
  color: #242732;
  margin: 24px 0 43px;
  padding: 23px 0 25px;
}
.wrapper-carousel .tz_content_width h3:after {
  content: "";
  background: #242732;
  display: block;
  float: right;
  height: 1px;
  margin-top: 30px;
  position: absolute;
  width: 30px;
  z-index: 10;
}
.wrapper-carousel .tz_content_width h3:after {
  margin-top: 25px;
}
.wrapper-carousel .tz_meetup_video_sub_title {
  border-bottom: 1px solid #42444d;
  display: block;
  padding-bottom: 5px;
  margin: 5px 0;
  display: inline-block;
  border-bottom-color: #ddd;
}
.wrapper-carousel .tz_meetup_video_sub_title i {
  color: #242732;
}
.wrapper-carousel .layout-z0 img {
  top: 0 !important;
}
.wrapper-carousel .tz_icon_maniva_list {
  display: inline-block;
  float: left;
  line-height: 0;
  margin-top: 7px;
}
.wrapper-carousel .slides-pagination {
  z-index: 10;
  bottom: 40px;
  text-align: right;
  width: 48%;
}
.wrapper-carousel .slides-pagination a {
  text-indent: -9999px;
  border: 2px solid #e45914;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.wrapper-carousel .slides-pagination a.current {
  background: #e45914;
}
.tz_maniva_meetup_title {
  margin-right: 211px;
}
.tz_maniva_meetup_title .tz_meetup_content {
  padding-bottom: 47px;
}
.tz_meetup_positionv1 {
  background: #242732;
  overflow: hidden;
  text-align: center;
  padding: 85px 0;
}
.tz_meetup_positionv1 h3 {
  color: #f8f8f8;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0 45px;
  position: relative;
  text-align: center;
}
.tz_meetup_positionv1 h3 em {
  font-style: normal;
  font-weight: 400;
}
.tz_meetup_positionv1 h3:before {
  content: "";
  background: #e45914 none repeat scroll 0 0;
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.tz_meetup_positionv1 h3:after {
  content: "";
  background: #e45914 none repeat scroll 0 0;
  height: 1px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 100%;
}
.meetup_position2 {
  color: #fff;
  margin-bottom: 11px;
  margin-top: 0;
}
.meetup_position2 .tz_h3 {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 31px;
  text-transform: uppercase;
  color: #fff;
}
.meetup_position2 .tz_h3:after {
  content: "";
  background: #242732;
  display: block;
  float: right;
  height: 1px;
  margin-top: 30px;
  position: absolute;
  width: 30px;
  z-index: 10;
}
.meetup_position2 .tz_h3:after {
  background: #FFFFFF;
  right: 0;
}
.meetup_position2 p {
  color: #ddd;
  margin-bottom: 25px;
}
.tz-information,
.tz_media {
  padding: 0;
}
.ds-table-cell {
  display: table;
  height: 100%;
  width: 100%;
}
.ds-table-cell .ds-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tz_thumbnail {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
}
.tz_thumbnail img {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  position: relative;
}
.tz_thumbnail:hover::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.tz_thumbnail:hover img {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari */
  transform: scale(1.2);
  /* Standard syntax */
}
.tz_thumbnail:hover h4.tz_meetup_employment {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease 0.2s;
}
.tz_thumbnail:hover h3.tz_meetup_name {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease 0.35s;
}
.tz_thumbnail:hover .tz_social {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease 0.5s;
}
.tz_thumbnail::after {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s linear 0.1s;
  width: 100%;
}
.tz_thumbnail .tz_member_meetup {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tz_thumbnail h4.tz_meetup_employment {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0;
  text-transform: uppercase;
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Standard syntax */
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  transition: all 100ms linear 0s;
  -moz-transition: all 100ms linear 0s;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
}
.tz_thumbnail h4.tz_meetup_employment:hover {
  color: #e45914;
}
.tz_thumbnail h3.tz_meetup_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0;
  text-transform: uppercase;
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Standard syntax */
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  transition: all 100ms linear 0s;
  -moz-transition: all 100ms linear 0s;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
}
.tz_thumbnail h3.tz_meetup_name:hover {
  color: #e45914;
}
.tz_thumbnail .tz_social {
  margin-top: 10px;
  opacity: 0;
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Standard syntax */
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
}
.tz_thumbnail .tz_social a i {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  transition: all 100ms linear 0s;
  -moz-transition: all 100ms linear 0s;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
}
.TzInformation .tz_modal_image_content,
.our_speakers .tz_modal_image_content {
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  height: 250px;
  overflow: hidden;
  width: 250px;
}
.TzInformation .modal-dialog,
.our_speakers .modal-dialog {
  margin: 125px auto;
}
.TzInformation .modal-dialog .tz_content,
.our_speakers .modal-dialog .tz_content {
  padding: 10px 25px;
}
.TzInformation .tz_modal_image,
.our_speakers .tz_modal_image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: inline-block;
  height: 250px;
  left: 50%;
  margin-left: -125px;
  overflow: hidden;
  position: absolute;
  top: -125px;
  width: 250px;
}
.TzInformation .tz_modal_image img,
.our_speakers .tz_modal_image img {
  height: 250px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: auto;
}
.TzInformation .modal-header,
.our_speakers .modal-header {
  border-bottom: 0;
  padding-bottom: 90px;
}
.TzInformation .tz_modal_title,
.our_speakers .tz_modal_title {
  text-align: center;
}
.TzInformation .tz_modal_title h4.tz_modal_name,
.our_speakers .tz_modal_title h4.tz_modal_name {
  color: #e45914;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.TzInformation .tz_modal_title span,
.our_speakers .tz_modal_title span {
  color: #898b90;
  display: block;
  margin-bottom: 4px;
}
.TzInformation .tz_modal_title .information_icon a,
.our_speakers .tz_modal_title .information_icon a {
  color: #898b90;
  margin: 0 5px;
  transition: all 0.2s linear 0s;
}
.TzInformation .media-body p,
.our_speakers .media-body p {
  line-height: 1.8em;
  padding-bottom: 25px;
}
.TzInformation .media-body .tz_list_item_content,
.our_speakers .media-body .tz_list_item_content {
  padding-bottom: 0;
}
.TzInformation .media-body .modal-header,
.our_speakers .media-body .modal-header {
  padding-bottom: 15px;
  float: none;
  text-align: center;
}
.TzInformation .media-body .modal-header .close,
.our_speakers .media-body .modal-header .close {
  float: none;
  font-size: 50px;
}
.TzInformation .media-body ul.tz-plazart-list,
.our_speakers .media-body ul.tz-plazart-list {
  padding: 0;
}
.TzInformation .media-body ul.tz-plazart-list li p,
.our_speakers .media-body ul.tz-plazart-list li p {
  font-size: 14px;
  line-height: 1.5em
      color: #242732;
  margin-bottom: 0;
  margin-left: 30px;
  position: relative;
}
.TzInformation .media-body ul.tz-plazart-list li p .tz_list_item_content::after,
.our_speakers .media-body ul.tz-plazart-list li p .tz_list_item_content::after {
  border-bottom: 1px dashed #dbd9d9;
  bottom: -12px;
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
}
.TzInformation .tz_modal_title,
.our_speakers .tz_modal_title {
  margin-bottom: 20px;
}
.modal-lg {
  width: 1200px;
}
.ezcol.ezcol-one-half {
  width: 50%;
  float: left;
}
.conference-content h3.title {
  margin-bottom: 0;
}
.conference-content h1,
.conference-content h2,
.conference-content h3,
.conference-content h4,
.conference-content h5,
.conference-content h6 {
  line-height: 1.85;
}
.conference-content .tz_tabs_meetup {
  position: relative;
}
.conference-content .tz_tabs_meetup:after {
  background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at right center, #fff 60%, #242732 100%) repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16%;
  z-index: 1;
}
.conference-content .tz_tabs_meetup:before {
  background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-side at left center, #fff 60%, #242732 100%) repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 16%;
  z-index: 1;
}
.conference-content ul {
  text-align: center;
  position: relative;
}
.conference-content ul li.active a {
  background: #e45914 none repeat scroll 0 0;
  border-color: #e45914;
  color: #fff;
}
.conference-content ul li {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
  position: relative;
  z-index: 2;
}
.conference-content ul li a {
  cursor: pointer;
  border: 1px solid #242732;
  border-radius: 25px;
  color: #242732;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 30px;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
  display: block;
  background: #fff;
  line-height: 25.9px;
}
.conference-content ul:after {
  background: #242732 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  display: table;
}
.conference-content ul:before {
  content: "";
  display: table;
}
.tab-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-right: 2px;
  margin-top: 70px;
  padding: 0;
}
.tab-content .tille_meetup_box h3 a {
  color: #e45914;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.tab-content h3 .tz_event_meetup_subtitle {
  color: #666;
  font-size: 14px;
  line-height: 1.1em;
}
.tab-content h3 .tz_event_meetup_subtitle em {
  font-style: inherit;
  font-weight: 400;
}
.tz_event_meettup_box_content {
  position: relative;
}
.tz_event_meettup_box_content:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0px, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
}
.tz_event_meettup_box_content:after {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, #fff 30%, rgba(238, 238, 238, 0) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 130px;
  left: 0;
  position: absolute;
  width: 3px;
  z-index: 1;
}
.tz_event_meetup_content {
  border-left: 3px solid #eee;
  margin-top: 40px;
  padding-left: 125px;
  position: relative;
}
.tz_event_meetup_content .tz_meetup_box_detail {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.tz_event_meetup_content .tz_meetup_box_detail h4 {
  color: #595c6a;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.tz_event_meetup_content .tz_meetup_box_detail .tz_event_meetup_item_content h5 {
  color: #0b0c0f;
  font-weight: 200;
}
.tz_event_meetup_content .tz_meetup_box_detail .tz_event_meetup_item_content p {
  font-size: 13px;
  margin: 0;
}
.tz_event_meetup_content .tz_meetup_box_detail .tz_event_meetup_item_content p:first-child {
  margin-top: 10px;
}
.tz_event_meetup_content .tz_meetup_box_detail .tz_event_meetup_item_content p em {
  color: #888a8e;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.tz_event_meetup_content .tz_meetup_box_detail:before {
  background: #e45914 none repeat scroll 0 0;
  border: 5px solid #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -136px;
  position: absolute;
  top: 45px;
  width: 20px;
  z-index: 2;
}
.tz_event_meetup_content .tz_meetup_box_detail:after {
  border-bottom: 20px solid #f8f8f8;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  content: "";
  left: -20px;
  position: absolute;
  top: 15px;
}
.tz_event_meetup_content .tz_meetup_box_detail span.tz_meetup_start_time {
  color: #242732;
  font-size: 14px;
  font-weight: 300;
  left: -110px;
  position: absolute;
  top: 40px;
}
.tz_event_meetup_content .tz_meetup_box_detail p {
  font-size: 11px;
  color: #333;
}
.tz_event_meetup_content .tz_meetup_box_detail p i.fa {
  color: #e45914;
}
.tz_event_meetup_content .tz_meetup_box_detail .tz_meetup_box_detail_custom {
  background: #f8f8f8 none repeat scroll 0 0;
  border-radius: 10px;
  display: inline-block;
  padding: 24px 40px 25px 22px;
}
.tz-conference .row {
  margin-left: 0;
  margin-right: 0;
}
.tz_description.tz-center h3 {
  text-transform: uppercase;
  font-size: 26px;
}
.tz_description.tz-center em {
  text-transform: uppercase;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
}
.tz_meetup_title_content p {
  font-size: 16px;
}
.simple:hover .simple-overlay {
  background: rgba(36, 39, 50, 0.9) none repeat scroll 0 0 !important;
}
.simple-overlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
  opacity: 1 !important;
}
.simple .simple-info a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.tz_meetup_btn h4.tz_meetup_title_btn {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.tz_meetup_btn a {
  border: 2px solid #000;
  border-radius: 25px;
  color: #242732;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 13px 35px;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}
.tz_meetup_btn a:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
.sponsors-item img {
  margin: auto;
  padding: 0 10px;
  text-align: center;
  width: auto;
}
.tz_title_meetup_line {
  font-size: 26px;
}
.tz_title_meetup_line em {
  font-style: normal;
  font-weight: 400;
}
.question-list .question-item {
  margin-bottom: 75px;
}
.question-list .gn-icon {
  background: #e45914 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 20px;
  margin-top: 4px;
  text-align: center;
  width: 20px;
}
.question-list .gn-icon i {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.question-list h4 {
  margin-left: 40px;
  margin-bottom: 20px;
}
.question-list h4 a {
  font-size: 18px;
  font-weight: 600;
}
.question-list .gn_desc {
  margin-top: 10px;
  padding-left: 40px;
}
.question-list .gn_desc p {
  font-weight: 300;
}
h4 a {
  color: #242732;
  line-height: 1.4em;
  margin-top: 0;
}
.tz_opacity {
  position: relative;
}
.tz_opacity:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.tz_opacity_1 {
  position: relative;
}
.tz_opacity_1:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.tz_opacity_1:before {
  background: rgba(9, 9, 31, 0.45);
}
.slick-slide {
  padding: 0 15px;
}
.slick-slide:hover .recen_box:before {
  background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
}
.slick-slide:hover .recen_box .mod-recent_link a {
  opacity: 1;
  transform: scale(1);
}
.slick-slide .recen_box {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.slick-slide .recen_box:before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s linear 0s;
  width: 100%;
}
.slick-slide .recen_box:before img {
  width: 100%;
}
.slick-slide .recen_box .mod-recent_link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.slick-slide .recen_box .mod-recent_link a {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 1px;
  opacity: 0;
  padding: 8px;
  text-decoration: none;
  transform: scale(0.5);
  transition: all 0.3s linear 0s;
}
.slick-slide .meetup_date {
  background: #e45914 none repeat scroll 0 0;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  left: 0;
  padding: 13px 15px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.slick-slide .meetup_date .mod-recent-mon {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
.slick-slide .meetup_date .mod-recent-date {
  color: #e5c9bb;
  font-size: 17px;
}
.slick-slide .mod_recent_content {
  text-align: left;
}
.slick-slide .mod_recent_content p.mod-articles-category-introtext {
  padding-bottom: 10px;
}
.slick-slide .mod_recent_content .mod-articles-category-title {
  display: block;
  font-size: 15px;
  margin: 25px 0 20px;
}
.slick-slide .mod_recent_content .mod-articles-category-title a {
  text-transform: uppercase;
  color: #242732;
  text-decoration: none;
}
.slick-slide .mod_recent_content .mod-recent-writtenby {
  color: #95979d;
  font-size: 12px;
  margin-right: 10px;
  text-decoration: none;
}
.slick-slide .mod_recent_content .mod-recent-date {
  font-size: 12px;
  margin-right: 10px;
}
.slick-slide .mod_recent_content .mod-recent-date i {
  margin-right: 5px;
}
.tz_meetup_btn_post {
  text-align: center;
  padding-top: 78px;
}
.tz_meetup_btn_post .meetup_btn {
  padding: 13px 35px;
}
ul.tz_recent_posts {
  margin-bottom: 80px;
  padding: 0;
}
ul.tz_recent_posts .slick-prev,
ul.tz_recent_posts .slick-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #b0b2b6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
ul.tz_recent_posts .slick-prev:before,
ul.tz_recent_posts .slick-next:before {
  color: #b0b2b6;
  font-size: 32px;
}
ul.tz_recent_posts .slick-prev {
  left: -125px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
ul.tz_recent_posts .slick-next {
  right: -125px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
.TzContactInfo {
  display: inline-block;
  margin: 0;
  padding: 99px 0 110px;
}
.TzContactInfo li {
  border-bottom: 1px solid #4f4f4f;
  color: #aaa;
  font-size: 16px;
  list-style: outside none none;
  margin-bottom: 28px;
  padding-bottom: 30px;
}
.TzContactInfo li:first-child {
  padding-bottom: 20px;
}
.TzContactInfo li:last-child {
  border-bottom: medium none;
  padding-bottom: 0;
}
.TzContactInfo li .tzContactPhone {
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
}
.TzContactInfo li a {
  color: #e45914;
  text-decoration: none;
}
.TzContactInfo li h4 {
  color: #ddd;
  font-size: 20px;
  margin-bottom: 5px;
}
.tz_map_meetup {
  position: relative;
}
.tz_meet_gmap_contact {
  background-color: rgba(9, 9, 31, 0.45);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.contactform {
  margin-bottom: 40px;
  position: relative;
}
.contactform:before {
  background: #e45914 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 38%;
  width: 33.2%;
}
.contactform:after {
  background: #e45914 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 38%;
  width: 33.2%;
}
.contactform .max-email-box {
  margin: 0 auto;
  width: 30%;
}
.contactform .mc-field-group.control-input input.required.email {
  background: #313543 none repeat scroll 0 0;
  border: 2px solid #1e212a !important;
  border-radius: 30px;
  color: #5e6479;
  font-size: 15px;
  font-style: inherit;
  padding: 25px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  line-height: 17px;
  margin: 0 -7px 0 0;
  max-width: 100%;
  position: relative;
}
.contactform .clear input.button {
  border-radius: 30px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0;
  padding: 5px 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  background: #e45914 none repeat scroll 0 0;
  border: 1px solid #e45914;
  color: #ffffff;
  height: 51px;
  text-transform: uppercase;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
.contactform .clear input.button:hover {
  background: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.contactform #mc_embed_signup_scroll {
  position: relative;
}
h3.title_widget {
  padding: 0 0 47px;
  margin: 0;
}
h3.title_widget span {
  color: #44495c;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: none;
}
.tz-social {
  text-align: center;
}
.tzSocial_bg .tzSocial_bg_meetup {
  display: inline-block;
  position: relative;
}
.tzSocial_bg .tzSocial_bg_meetup:after {
  background: #4c5266 none repeat scroll 0 0;
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  content: "";
  width: 25px;
}
.tzSocial_bg .tzSocial_bg_meetup:before {
  background: #4c5266 none repeat scroll 0 0;
  height: 1px;
  position: absolute;
  content: "";
  right: 100%;
  top: 50%;
  width: 25px;
}
.tzSocial_bg .tzSocial_bg_meetup a.tzSocial-no {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  height: auto;
  padding: 0 10px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: auto;
}
.tzSocial_bg .tzSocial_bg_meetup a.tzSocial-no i {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  color: #495266;
  font-size: 20px;
}
.tzSocial_bg .tzSocial_bg_meetup a.tzSocial-no i:hover {
  color: #e45914;
}
.tzcopyright {
  text-align: center;
}
.tzcopyright p {
  color: #656a7e;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 3px;
  text-transform: uppercase;
}
.tzcopyright p a {
  color: #787e92;
}
.close {
  font-size: 50px;
}
.tztwd-avatar {
  width: auto;
}
.tztwd::before {
  position: relative !important;
}
.tztwd-container ul {
  padding: 0;
}
.tztwd-container .tzTwitter-icon i {
  color: #fff;
  font-size: 40px;
}
.tztwd-container .tweets_txt {
  display: block;
  text-align: center;
  color: #eee;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.6em;
  padding: 0 20%;
}
.tztwd-container .tweets_txt a {
  color: #e45914 !important;
}
.tztwd-container .tweets_txt span {
  padding-top: 35px;
  display: block;
  color: #eee;
  font-size: 15px;
}
.jsn-text-center {
  display: none;
}
.tz_register_meetup_pricing {
  margin-left: 30px;
  margin-right: 68px;
}
.tz_register_meetup {
  margin: 0 0 0 auto;
  width: 585px;
  text-align: left;
}
.tz_register_meetup_pricing_item {
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s linear 0s;
}
.tz_register_meetup_pricing_item .activer .tz_register_meetup_pricing_item_container {
  background: #e45914 none repeat scroll 0 0;
}
.tz_register_meetup_pricing_item .activer .tz_register_meetup_pricing_item_container h3,
.tz_register_meetup_pricing_item .activer .tz_register_meetup_pricing_item_container p {
  color: #fff;
}
.tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container {
  background: #e45914 none repeat scroll 0 0;
}
.tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container p,
.tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container h3 {
  color: #fff;
}
.tz_register_meetup_pricing_item:after {
  clear: both;
  content: "";
  display: table;
}
.tz_register_meetup_pricing_item :last-child {
  margin-bottom: 0;
}
.tz_register_meetup_pricing_item_container {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px 0 0 5px;
  float: left;
  padding: 21px 20px;
  transition: all 0.3s linear 0s;
  width: 70%;
}
.tz_register_meetup_pricing_item_container h3 {
  color: #5c5e63;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.tz_register_meetup_pricing_item_container p {
  line-height: 1.6em;
  margin: 0;
}
.tz_register_meetup_pricing_item_price {
  background-size: cover;
  border-radius: 0 5px 5px 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}
.tz_register_meetup_pricing_item_price h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.tz_register_meetup_pricing_item.active {
  z-index: 1;
}
.tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container {
  background: #e45914 none repeat scroll 0 0;
}
.tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container h3,
.tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container p {
  color: #ffffff;
}
.tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price::after {
  border-bottom: 25px solid transparent;
  border-left: 25px solid #e45914;
  border-top: 25px solid transparent;
  content: "";
  margin-top: -22px;
  position: absolute;
  right: -15px;
  top: 50%;
  z-index: -1;
}
.jsn-master {
  line-height: 1.85em !important;
}
.jsn-master .jsn-bootstrap .tz_title_1.register_title {
  font-size: 26px;
  margin: 0 0 40px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.jsn-master .jsn-bootstrap .tz_title_1.register_title em {
  font-style: normal;
  font-weight: 400;
}
.jsn-master .jsn-bootstrap .tz_title_1.register_title:after {
  position: absolute;
}
.jsn-master .jsn-bootstrap .tz_meetup_title_content {
  padding-bottom: 33px;
}
.jsn-master .jsn-bootstrap .tz_meetup_title_content p {
  line-height: 25.9px;
  margin: 0;
}
.jsn-master .controls .jsn-input-medium-fluid {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #53586b;
  font-size: 15px;
  line-height: 1.4em;
  padding: 13px 20px;
  transition: all 0.3s linear 0s;
  width: 100%;
}
#jsn_form_2.jsn-uniform.jsn-master {
  padding: 98px 182px 95px 85px;
}
#jsn_form_2.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
  padding: 0 !important;
  margin-bottom: 15px !important;
}
#jsn_form_2.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group:last-child {
  margin-bottom: 62px !important;
}
#jsn_form_2.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
  color: #7e8394 !important;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 9px;
  text-transform: uppercase;
}
#jsn_form_2.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label span {
  color: #7e8394 !important;
}
#jsn_form_2.jsn-master.jsn-uniform .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
  background: transparent !important;
  border-color: transparent !important;
}
.fixed-top {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
}
.tz-title.tz-center.tz_title_meetup_normal > h3 {
  font-weight: 400;
}
.relative_footer {
  position: relative;
}
.relative_footer .absolute_footer {
  position: absolute;
  top: -43px;
  right: 13em;
  z-index: 1;
}
.relative_footer .absolute_footer i {
  color: #FFFFFF;
  border: 1px solid #e45914;
  background: #e45914;
  width: 50px;
  border-radius: 10px;
  height: 50px;
  padding-left: 9px;
  padding-top: 3px;
  font-size: 40px;
  cursor: pointer;
}
.tz_opacity_1 {
  background-position: center;
  background-size: cover;
}
.sponsors-list .slick-slider {
  cursor: w-resize;
}
.style_top {
  background: #e45914;
}
.style_top .tz_meetup_header_option_phone span {
  color: #ffffff;
  display: inline-block;
  line-height: 2.5em;
}
.style_top .tz_meetup_header_option_phone span:first-child {
  margin-right: 40px;
}
.style_top .tz_meetup_header_option_phone span img {
  margin-right: 5px;
  margin-left: -5px;
}
.style_top .tz_meetup_header_option_phone span a {
  color: #ffffff;
  text-decoration: none;
}
.style_top .container {
  padding-left: 15px;
  padding-right: 15px;
}
.tzSocial_bg_meetup_style2 {
  text-align: right;
}
.tzSocial_bg_meetup_style2 ol li,
.tzSocial_bg_meetup_style2 ul li {
  padding: 5px 0;
}
.tzSocial_bg_meetup_style2 ul {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
}
.tzSocial_bg_meetup_style2 ul li {
  float: left;
}
.tzSocial_bg_meetup_style2 ul li:first-child a {
  padding-right: 2px;
}
.tzSocial_bg_meetup_style2 ul li a {
  display: inline-block;
  padding: 0 14px;
}
.tzSocial_bg_meetup_style2 ul li a i {
  color: #ffffff;
  font-size: 14px;
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-default .plazart-megamenu ul > li > a {
  font-size: 12px;
  padding: 0;
  color: #242732;
}
.navbar-default .plazart-megamenu ul > li > a .caret {
  display: none !important;
}
.navbar-default .plazart-megamenu ul > li > a:before {
  bottom: -4px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #242732;
  
}
.navbar-default .row {
  position: relative;
}
.navbar-default .navbar-collapse {
  padding: 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 68px 0;
  background-color: transparent;
}
.breadcrumb a span {
  font-weight: 400;
}
.breadcrumb .left_breadcrumbs {
  display: inline-block;
}
.breadcrumb .left_breadcrumbs h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  text-transform: uppercase;
  margin: 0;
}
.breadcrumb .right_breadcrumbs {
  text-align: right;
}
.breadcrumb .right_breadcrumbs .active,
.breadcrumb .right_breadcrumbs .link_home {
  display: inline-block;
  color: #fff;
}
.breadcrumb .right_breadcrumbs .link_home a {
  padding: 0;
  color: #fff;
}
.breadcrumb .right_breadcrumbs .link_home a:hover,
.breadcrumb .right_breadcrumbs .link_home a:focus {
  color: #fff;
}
span.tz_text_hover_speaker {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 25px;
  color: #e45914;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.5em;
  opacity: 0;
  padding: 0 25px;
  text-transform: uppercase;
  transform: translateY(30px);
  transition: all 0.4s ease 0s;
}
img.media-object {
  width: 100%;
}
.tz_our_speakers_thumbnail {
  margin: 0 7px 43px 7px;
}
.tz_our_speakers_thumbnail:hover .tz_text_hover_speaker {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s linear 0.1s;
}
.tz_our_speakers_thumbnail:hover .tz_thumbnail .tz_social {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease 0.5s;
}
.tz_our_speakers_thumbnail:hover .tz_our_speakers_container {
  border-bottom-color: #e45914;
}
.tz_our_speakers_thumbnail:hover .tz_thumbnail::after {
  background: rgba(228, 89, 20, 0.8) none repeat scroll 0 0;
  transition: all 0.4s linear 0s;
}
.tz_our_speakers_container {
  border-bottom: 5px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e7e7e7;
  padding: 14px 0 15px;
  text-align: center;
  transition: all 0.4s linear 0s;
}
.tz_our_speakers_container h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.tz_our_speakers_container span {
  color: #aaaaaa;
  font-size: 12px;
}
.position_center {
  background-position: center center;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.manufacturers .slick-prev,
.manufacturers .slick-next {
  height: 50px;
}
.manufacturers .slick-prev:hover:before,
.manufacturers .slick-next:hover:before,
.manufacturers .slick-prev:focus:before,
.manufacturers .slick-next:focus:before {
  color: #e45914;
  outline: medium none;
}
.manufacturers .slick-prev:before,
.manufacturers .slick-next:before {
  color: #aaaaaa;
  font-size: 60px;
}
.blog .items-row {
  margin-bottom: 40px;
}
.blog .items-row i.fa-comments {
  display: none;
}
.blog .items-row i.fa-comments:before {
  content: "";
}
.blog .items-row .item.column-1 {
  background: #f8f8f9 none repeat scroll 0 0;
  border-bottom: 2px solid #e45914;
  padding: 30px;
}
.blog .jcomments-links {
  text-align: right;
}
.blog .readmore-link {
  color: #242732;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
  display: inline-block;
  background-image: none;
}
.blog .blog_wrap .item-image {
  position: relative;
  border-radius: 5px;
  margin-bottom: 32px;
  overflow: hidden;
}
.blog .blog_wrap .item-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.blog .blog_wrap .item-image:hover a.tz-ViewImage {
  opacity: 1;
  top: 50%;
  transition: all 0.3s ease-in 0s;
  visibility: visible;
}
.blog .blog_wrap .item-image:hover a.tz-ViewDetail {
  opacity: 1;
  top: 50%;
  transition: all 0.3s ease-in 0.1s;
  visibility: visible;
}
.blog .blog_wrap .item-image:hover .ImageOverlayH {
  opacity: 1;
  transform: scale(1);
}
.blog .blog_wrap .item-image .ImageOverlayH {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.7);
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.blog .blog_wrap .item-image .ImageOverlayH a.tz-ViewImage {
  left: 50%;
  margin-left: -44px;
}
.blog .blog_wrap .item-image .ImageOverlayH a.tz-ViewDetail {
  margin-right: -44px;
  right: 50%;
}
.blog .blog_wrap .item-image .ImageOverlayH a {
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  visibility: hidden;
  width: 40px;
}
.blog .blog_wrap .item-image .ImageOverlayH a i {
  color: #000000;
  padding: 14px 0;
}
.blog .block_intro p {
  color: #646569;
}
.blog .block_intro .page-header {
  border-bottom: 1px solid #eeeeee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}
.blog .block_intro h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 8px;
  padding: 0;
}
.blog .block_intro h2 a {
  color: #242732;
}
.blog .block_intro .page-header {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.blog .article-info dt {
  border-right: 1px solid #cccccc;
  color: #95979d;
  display: inline-block;
  line-height: 1.1;
  margin-left: 10px;
  margin-right: 0;
  padding-right: 10px;
  white-space: nowrap;
  font-weight: 300;
}
.blog .article-info dt:first-child {
  margin-left: 0;
}
.blog .article-info dt,
.blog .article-info .comments-link,
.blog .article-info dd {
  color: #95979d;
  font-size: 14px;
}
.blog .article-info dd {
  border-right: 1px solid #cccccc;
  display: inline-block;
  line-height: 1.1;
  margin-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  white-space: nowrap;
  color: #95979d;
}
.blog .article-info dd a {
  color: #95979d;
}
.blog .article-info dd a:hover {
  color: #95979d;
}
.blog .article-info dd:first-child {
  padding-left: 0;
  border-left: 0;
}
.blog .readmore {
  text-align: right;
}
.blog .readmore > .btn {
  background-color: transparent;
  border-color: transparent;
  color: #242732;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
.blog .readmore > .btn:hover {
  color: #e45914;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.tz-module .search .form-search {
  position: relative;
}
.tz-module .search .form-search button {
  color: #bec3cc;
  display: block;
  margin-top: -6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}
.tz-module .search input {
  border: 0;
  border-bottom: 1px solid #dae0ea;
  line-height: 30px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #111111;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  padding: 15px 50px 15px 19px;
  height: 50px;
}
.tz-module.search_speakers .search input {
  padding: 0;
  height: 34px;
  font-family: "Roboto Slab", serif;
}
.tz-module.search_speakers .search .form-search i {
  margin-top: -8px;
}
h3.module-title {
  position: relative;
}
h3.module-title span {
  font-size: 20px;
  font-weight: 600;
}
h3.module-title::before {
  background: #e45914 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 25px;
}
.Social_blog_bg_meetup ul {
  padding: 0;
}
.Social_blog_bg_meetup ul li {
  display: inline-block;
}
.Social_blog_bg_meetup ul li a {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  height: 29px;
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  width: 29px;
}
.Social_blog_bg_meetup ul li a i {
  text-align: center;
}
ul.categories-module {
  padding: 0;
}
ul.categories-module ul {
  padding: 0;
}
ul.categories-module ul > li:last-child {
  border-bottom: 1px solid #dddddd;
}
ul.categories-module ul h5 {
  font-weight: 400;
}
ul.categories-module ul h5 a {
  border-bottom: medium none;
  color: #646569;
  padding-bottom: 0;
}
ul.categories-module li:nth-child(2) ul li h5:last-child {
  margin-bottom: 16px;
}
ul.categories-module li:nth-child(2) h4 a {
  padding-bottom: 10px;
}
ul.categories-module li:nth-child(2) a {
  border-bottom: 0;
}
ul.categories-module li {
  color: #242732;
  font-weight: 500;
  list-style: outside none none;
}
ul.categories-module li h4,
ul.categories-module li .h4 {
  margin-bottom: 0;
}
ul.categories-module li a {
  border-bottom: 1px solid #dddddd;
  color: #242732;
  display: block;
  list-style: outside none none;
  padding: 11px 0;
  text-decoration: none;
  text-transform: capitalize;
  -ms-transform: 0.3s;
  /* IE 9 */
  -webkit-transform: 0.3s;
  /* Safari */
  transform: 0.3s;
  /* Standard syntax */
  font-size: 14px;
}
ul.categories-module li a:hover {
  color: #e45914;
}
.tagspopular > ul > li > a {
  background: #50525b none repeat scroll 0 0;
  border-radius: 3px;
  color: #c5c6c8;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 14px !important;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 5px 12px;
  text-decoration: none;
  -ms-transform: 300ms;
  /* IE 9 */
  -webkit-transform: 300ms;
  /* Safari */
  transform: 300ms;
  /* Standard syntax */
}
.tagspopular > ul > li > a:hover {
  background: #e45914;
}
ul.archive-module {
  padding: 0;
}
ul.archive-module li {
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
  color: #242732;
  list-style: outside none none;
}
ul.archive-module li a {
  border: medium none;
  color: #646569;
  display: inline-block;
  list-style: outside none none;
  padding: 6px 0 12px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
}
#tz-flickr ul.flickr {
  padding: 0;
}
#tz-flickr ul.flickr li:hover a {
  text-decoration: none;
  color: #e45914;
}
#tz-flickr ul.flickr li a {
  position: relative;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
  color: #242732;
  list-style: none;
  text-transform: capitalize;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
}
#tz-flickr ul.flickr li a:hover:before {
  opacity: 1;
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  /* Standard syntax */
}
#tz-flickr ul.flickr li a:hover:after {
  opacity: 1;
}
#tz-flickr ul.flickr li a:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  z-index: 1;
  font-size: 11px;
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(36, 39, 50, 0.6);
  padding: 2px 9px;
  opacity: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  -ms-transform: scale(0.5);
  /* IE 9 */
  -webkit-transform: scale(0.5);
  /* Safari */
  transform: scale(0.5);
  /* Standard syntax */
}
#tz-flickr ul.flickr li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 89, 20, 0.9);
  opacity: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
}
.tztwd_blog_container .tweets_txt {
  padding-bottom: 15px;
  padding-left: 43px !important;
  position: relative;
  border-bottom: 1px solid #dce2ed;
  margin: 0 0 14px;
}
.tztwd_blog_container ul li {
  position: relative;
}
.tztwd_blog_container ul li a {
  color: #e45914 !important;
}
.tztwd_blog_container ul li:after {
  position: absolute;
  content: "\f099";
  font-size: 20px;
  background: #e45914;
  color: #fff;
  top: 16px;
  left: 0;
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 1.3em;
}
ul.pagination li a {
  margin: 0 3px;
}
.blog div.pagination {
  float: right;
}
.blog div.pagination p.counter.pull-right {
  border: 1px solid #dddddd;
  color: #000000;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  float: left !important;
}
.blog div.pagination p.counter.pull-right:hover {
  background: #e45914;
  color: #fff;
  border-color: #e45914;
}
.blog div.pagination li a {
  border: 1px solid #dddddd;
  color: #000000;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
.blog div.pagination li a:hover {
  background: #e45914;
  color: #fff;
  border-color: #e45914;
}
.blog div.pagination li.active a {
  background: #e45914;
  color: #fff;
}
.blog div.pagination li.disabled {
  display: none;
}
.lnk_berum {
  line-height: 20px;
}
.lnk_berum span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.tz-conten-blog {
  background: #f8f8f9 none repeat scroll 0 0;
  border-radius: 5px;
  overflow: hidden;
  padding: 40px 40px 0;
}
.tz-conten-blog .tz-blogtext-content .Title_articles h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
}
.tz-conten-blog .tz-blogtext-content p {
  color: #646569;
  line-height: 1.8em;
  margin-bottom: 25px;
}
.tz-conten-blog .tz_conten_img img {
  width: 100%;
}
.entry-single-comment {
  border: 1px solid #dce2ed;
  border-radius: 25px;
  color: #95979d;
  display: inline-block;
  line-height: 6px;
  margin-right: 5px;
  padding: 11px 15px 5px;
}
.entry-single-comment p.count,
.entry-single-comment i {
  display: inline-block;
}
.tz-conten-blog {
  position: relative;
}
.share-wrap {
  display: inline-block;
  float: right;
}
.share-wrap p {
  border: 1px solid #dce2ed;
  border-radius: 25px;
  color: #95979d;
  cursor: pointer;
  display: inline-block;
  font-family: Lato, sans-serif;
  padding: 5px 15px;
}
.share-wrap .share-wrap-content {
  position: absolute;
  transform: scale(0);
  transform-origin: right center 0;
  transition: all 0.3s linear 0s;
  width: 100%;
  bottom: -20px;
  right: 0;
}
.share-wrap .share-wrap-content a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.share-wrap .share-wrap-content.share-wrap-full {
  transform: scale(1);
}
.bt_facebook {
  background: #4396e6 none repeat scroll 0 0;
}
.bt_twitter {
  background: #15c0cc none repeat scroll 0 0;
}
.bt_google {
  background: #4c5866 none repeat scroll 0 0;
}
.bt_pinterest {
  background: #f56048 none repeat scroll 0 0;
}
.tb_linkedin {
  background: #50525b none repeat scroll 0 0;
}
.tz_SingleContentBox_like {
  text-align: right;
  position: relative;
  padding: 20px 0 26px;
}
.Info_article .article-info dd {
  padding-right: 5px;
  position: relative;
  margin-right: 0;
  padding-left: 10px;
  color: #95979d;
}
.Info_article .article-info dd a {
  color: #95979d;
}
.Info_article .article-info dd:first-child {
  padding-left: 0;
}
.Info_article .article-info dd:before {
  content: "";
  background: #95979d;
  height: 15px;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.Info_article .article-info dd:last-child:before {
  width: 0;
}
.Info_article .article-info span dd {
  padding-right: 10px;
}
.Info_article .article-info span dd:first-child {
  padding-left: 10px;
}
.Info_article .article-info span dd:before {
  -ms-transform: rotate(25deg);
  /* IE 9 */
  -webkit-transform: rotate(25deg);
  /* Safari */
  transform: rotate(25deg);
  /* Standard syntax */
}
.Info_article .article-info span dd:last-child:before {
  width: 1px;
}
.pagenav li a {
  background: #50525b none repeat scroll 0 0;
  color: #fff;
  border-color: #50525b;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
}
.pagenav li a:hover {
  background: #e45914;
  border-color: #e45914;
}
#jc #comments-form input:focus,
#jc #comments-form textarea:focus,
#jc #comments-form input:hover,
#jc #comments-form textarea:hover,
#jc #comments-form input:active,
#jc #comments-form textarea:active {
  border: 1px solid #e45914;
  outline-color: #e45914;
}
#jc .tz-comment {
  position: relative;
}
#jc .tz-comment :last-child {
  margin-bottom: 50px;
}
#jc .tz-comment .fa {
  color: #aaaaaa;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 13px;
}
#jc #comments .avatar-indent {
  margin: 0;
  padding-left: 140px;
}
#jc #comments-form {
  margin: 0 -15px;
}
#jc #comments-form span input {
  margin: 0;
}
#jc #comments-form input#comments-form-subscribe {
  display: inline-block;
  width: auto !important;
}
#jc #comments-form #comments-form-buttons {
  float: left ;
  margin: 24px 0;
  margin-left: 0 !important;
}
#jc #comments-form #comments-form-buttons .btn {
  margin-right: 0;
}
#jc #comments-form #comments-form-buttons .btn div {
  background: #e45914 none repeat scroll 0 0;
  border-color: #e45914;
  float: left;
  margin: 0 -1px 0 0;
  padding: 14px 15px;
  border-radius: 3px;
  transition: all 300ms ease 0s;
}
#jc #comments-form #comments-form-buttons .btn div:hover {
  background: #50525b none repeat scroll 0 0;
  border-color: #50525b;
}
#jc #comments-form #comments-form-buttons .btn div:hover a {
  border-color: #252525;
  color: #ffffff;
}
#jc #comments-form #comments-form-buttons .btn div a {
  color: #ffffff;
}
#jc #comments-form .grippie {
  background: #ffffff none repeat scroll 0 0;
  border-top: 0 none;
  display: none;
  max-width: 100% !important;
  width: 100%;
}
#jc #comments-form input,
#jc #comments-form textarea {
  background-color: #f8f8f9;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #656565;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 1.42857;
  margin-bottom: 30px;
  padding: 12px 22px !important;
  vertical-align: middle;
  width: 100%;
}
#jc #comments-form p {
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: 0;
  margin-top: 0;
}
#jc #comments-form p textarea {
  height: 180px;
  margin: 0;
  max-width: 100% !important;
}
#jc h4 {
  border: 0 none;
  color: #3a424a;
  font-size: 30px;
  font-weight: 600;
  margin: 50px 0 35px;
  padding: 0;
}
#jc .comments-list {
  position: relative;
  margin-left: 0;
}
#jc .comments-list img {
  border: 2px solid #d4d4d4 !important;
  border-radius: 50%;
  left: 28px;
  margin-top: -53px;
  position: absolute;
  top: 50%;
  width: 97px;
}
#jc .comment-body img {
  border: 0;
  border-radius: 0;
  position: relative;
  margin-top: 0;
  width: auto;
}
#jc .rbox {
  border: 0 ;
  border-radius: 0;
  padding: 36px 15px;
  background: #f8f8f9 none repeat scroll 0 0;
  border-bottom: 5px solid #f2f2f2;
  border-radius: 5px;
}
#jc .rbox div {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 15px;
  text-align: left;
}
#jc .rbox .comments-buttons {
  text-align: left;
}
#comments .even {
  margin-bottom: 30px;
}
.clean_fix_comments {
  position: relative;
}
#comments-footer {
  display: none;
}
.masonry {
  padding: 100px 0;
}
.masonry .article-info .comments-link {
  font-size: 12px;
}
.masonry .grid {
  margin-left: -15px;
  margin-right: -15px;
}
.masonry .page-header h2 a {
  color: #111111;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.masonry .blog_wrap .item-image {
  border-radius: 2px;
  margin-bottom: 0;
}
.masonry .block_intro {
  border-bottom: 2px solid #e45914;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 15px 18px 20px;
}
.masonry .block_intro h2,
.masonry .block_intro dl {
  line-height: 10px;
}
.masonry .block_intro dl {
  margin-bottom: 0;
}
.masonry .block_intro h2 {
  margin: 5px 0 8px;
}
.masonry .block_intro p {
  color: #444444;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 15px;
}
.wrapper_date {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
dt.day,
dd.month {
  display: block;
}
.date_on_corner {
  display: inline-block;
  background: #e45914 none repeat scroll 0 0;
  height: 50px;
  padding: 5px;
  width: 50px;
}
.date_on_corner dt.day {
  color: #ffffff;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.date_on_corner dd.month {
  color: #ffffff;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}
.blogIcon_masonry {
  background: #444444 none repeat scroll 0 0;
  height: 50px;
  text-align: center;
  width: 50px;
}
.blogIcon_masonry i {
  color: #ffffff;
  font-size: 16px;
  padding: 16px;
}
.relative_item {
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0 15px 30px 15px;
}
.paginnation_masonry.pagination {
  float: none!important;
  display: inline-block;
}
.counter {
  margin: 20px 0;
}
.wrapper_pagination {
  text-align: center;
  display: block;
}
.block_intro ul.article-info {
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  clear: both;
}
.block_intro ul.article-info li {
  float: left;
  padding-right: 10px;
  color: #79797e;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  margin-right: 5px;
}
.comments-link {
  line-height: 18px;
  color: #79797e;
  padding: 0 5px 5px 7px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  margin-right: 5px;
  background-image: none;
}
.comments-link,
.readmore-link {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
}
.comments-link:hover,
.readmore-link:hover {
  color: #e45914;
}
.masonry .readmore-link {
  background-image: none;
  color: #42484d;
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
.multicolor-subscribe-form .mcolor-subbox {
  background: #f8f8f9 none repeat scroll 0 0;
  border: medium none !important;
  box-shadow: none;
  color: #bfc8d3;
  font-style: italic;
  border-radius: 0;
  line-height: 17px;
  margin: 0 -7px 0 0;
  max-width: 100%;
  padding: 9px 25px 9px 8px;
  position: relative;
  width: 100%;
}
.multicolor-subscribe-form .mcolor-button {
  border-radius: 3px;
  font-weight: 700;
  margin-top: 10px;
  position: static;
  text-transform: uppercase;
  width: 100%;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  float: none;
  line-height: 19px;
  padding: 8px 10px;
  right: 0;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  vertical-align: bottom;
  box-sizing: border-box;
  font-family: "lora", "serif";
  font-size: 14px;
}
.form-horizontal .control-label {
  text-align: left;
}
.tz_wpadd {
  margin-bottom: 27px;
}
.tz_wpadd .cont-tt {
  padding-left: 65px;
}
.tz_wpadd a {
  color: #333333;
}
.tz_wpadd .all-icadd h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-left: 65px;
  text-transform: uppercase;
}
.tz_wpadd .all-icadd span {
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 48px;
  text-align: center;
  width: 48px;
}
.tz_wpadd .all-icadd span i.fa {
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
}
.icon-addressz span {
  background: #3b86cf none repeat scroll 0 0;
}
.icon-phonez span {
  background: #c22d81;
}
.icon-emailz span {
  background: #24aab3;
}
.contact_form p {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.contact_form p i.fa {
  color: #ccd1db;
  font-size: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.contact_form p.textarea i.fa {
  top: 15%;
}
.contact_form input,
.contact_form textarea {
  box-shadow: none;
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #95979d;
  font-weight: 600;
  padding: 15px 10px;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  height: auto;
}
.nav-tabs {
  border-bottom: 0;
}
.send_email_button {
  background: #e66423 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 16px 10px;
  text-transform: uppercase;
  width: 100%;
}
.fucontainer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.fucontainer .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.mirror.pgthumb .back {
  background: #e45914;
}
.pgthumb.rolly .rolly-overlay {
  background: rgba(228, 89, 20, 0.6) none repeat scroll 0 0;
}
.vc_btn3-container .meetup_btn {
  float: left;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 300;
  position: relative;
}
.vc_btn3-container .meetup_btn i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 20px;
}
.wpb_text_column {
  margin-bottom: 30px !important;
}
.vc_btn3-container {
  display: inline-block;
  margin-bottom: 22px;
}
.tag-category {
  padding: 50px 114px;
}
.filters.btn-toolbar {
  padding: 20px 0;
}
.filters.btn-toolbar .chzn-container {
  line-height: 20px;
}
.search .input-group.form-group .form-control {
  height: 40px;
}
.search .input-group.form-group .btn {
  background: #e45914;
  color: #ffffff;
  border: 1px solid #e45914;
}
.search .phrases legend,
.search .only legend {
  padding-bottom: 10px;
}
.login {
  margin: auto;
  background: #f7f7f7;
  padding: 30px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.login .btn.btn-primary,
.login button.btn-primary {
  background: #e45914 none repeat scroll 0 0;
  border: 1px solid #e45914;
}
.login .tz-recovery {
  margin-top: 20px;
}
.login .tz-recovery ul {
  text-align: left;
  display: inline-block;
}
.login .inputbox {
  display: inline-block;
  width: auto;
  margin: 15px 10px 0;
}
.login .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  display: inline-block;
}
.login input {
  width: 100%;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 20px;
  color: #818d9a;
  font-size: 14px;
  line-height: 1em;
  background-color: #ffffff;
}
.login input:focus {
  outline-color: #e45914;
}
.login .login_tille h3 {
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-align: center;
  margin-bottom: 20px;
}
.login .btn {
  width: 100%;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  padding: 12px 12px;
}
.login .btn:hover {
  background-color: #000000;
  border-color: #000000;
}
.login .controls {
  display: inline;
}
.login .checkbox input {
  width: auto;
}
.login .control-label {
  display: inline-block;
  text-align: left;
}
.login .control-label label {
  margin-bottom: 10px;
  font-weight: 400;
}
.login ul {
  list-style-type: none;
}
.login ul li a {
  padding: 0;
  color: #666;
}
.login .nav .open > a,
.login .nav .open > a:focus,
.login .nav .open > a:hover {
  background-color: transparent;
}
.registration .well {
  background: #4f89af;
  background: -moz-linear-gradient(top, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4f89af), color-stop(100%, rgba(144, 164, 168, 0.8)));
  background: -webkit-linear-gradient(top, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  background: -o-linear-gradient(top, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  background: -ms-linear-gradient(top, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  background: linear-gradient(to bottom, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f89af', endColorstr='#90a4a8', GradientType=0);
}
.registration .well .widget {
  padding-bottom: 15px;
}
.registration .well .widget input {
  border: 1px solid #000;
  box-shadow: none;
  color: #000;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  padding: 8px 15px;
  border-radius: 5px;
}
.registration .well .widget input:hover {
  border: 1px solid #e45914;
}
.registration .input {
  border-radius: 0;
}
.registration .form-element {
  float: none;
  margin: 10px auto;
  text-align: center;
}
.registration .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 10px auto;
  width: 292px;
  background: #e45914 none repeat scroll 0 0;
  border: 1px solid #e45914;
  color: #fff;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.registration .btn:hover,
.registration .btn:focus,
.registration .btnactive {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #000;
}
.registration .title h3 {
  color: #fff;
  text-align: center;
}
div.contact .ct_title h4 {
  margin-top: 11px;
}
.relateditems .w_item .h_thumbnail a {
  color: #ffffff;
}
.bg-full {
  background-size: 100% 100%;
}
.bg_register {
  background: #4285f4 none repeat scroll 0 0;
  border: 1px solid #4285f4;
}
.profile {
  padding: 50px 0;
}
.profile fieldset {
  padding-bottom: 10px;
}
.profile-edit {
  padding: 50px 0;
}
.profile-edit input {
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  outline-color: #f2ce3e;
}
.profile-edit .chzn-container-single .chzn-single {
  height: 33px;
  line-height: 31px;
  background: #ffffff;
  box-shadow: none;
}
.profile-edit .chzn-container-single .chzn-single div b {
  margin-top: 2px;
}
.profile-edit .form-group.form-actions {
  padding-top: 10px;
}
.profile-edit .btn.btn-primary {
  background: #e45914;
  border-color: #e45914;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
.profile-edit .btn.btn-primary:hover {
  background: #000000;
  border-color: #000000;
}
.sv-image .layout-z0 {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 150ms;
  -moz-animation-delay: 150ms;
  animation-delay: 150ms;
}
.tz_thumbnail.thumbnail_home h3.tz_meetup_name {
  margin-bottom: 20px;
}
.tz_thumbnail.thumbnail_home .tz_text_hover_speaker {
  transform: translateY(30px);
  background: #e45914;
  color: #ffffff;
}
.tz_thumbnail.thumbnail_home:hover .tz_text_hover_speaker {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.4s ease 500ms;
  -o-transition: all 0.4s ease 500ms;
  transition: all 0.4s ease 500ms;
  transition: all all 0.4s ease 500ms linear 0s;
  -moz-transition: all all 0.4s ease 500ms linear 0s;
  -webkit-transition: all all 0.4s ease 500ms linear 0s;
  -o-transition: all all 0.4s ease 500ms linear 0s;
}
#tz-register-wrapper.bg_lass::before {
  background-color: rgba(9, 9, 31, 0.6);
}
#tz-register-wrapper {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.zumion figure img {
  height: 250px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #e45914;
}
.bg_img_resposiver {
  display: none;
}
.TzInformation .row {
  margin: auto;
}
.desceription {
  color: #7e8394;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
}
.item-page dt.published {
  border-right: 1px solid #95979d;
  color: #95979d;
  display: inline-block;
  font-weight: 300;
  line-height: 14px;
  padding-right: 10px;
}
.item-page .Info_article .article-info dd {
  padding-right: 10px;
}
.item-page .Info_article .article-info dd:before {
  transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  -webkit-transform: rotate(23deg);
}
.item-page .pager.pagenav li a {
  background: transparent;
  color: #22262b;
  border-color: transparent;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  margin: 0 6px;
  text-transform: uppercase;
}
.item-page .previous a:before {
  content: "\f177";
  font-size: 10px;
  padding: 8px 0;
  font-weight: 400;
  font-family: fontawesome;
}
.item-page .next a:after {
  content: "\f178";
  font-size: 10px;
  padding: 8px 0;
  font-weight: 400;
  font-family: fontawesome;
}
li.dropdown:hover .dropdown-menu {
  opacity: 1;
  top: 98%;
  visibility: visible;
}
.dropdown-menu {
  box-shadow: none;
  top: 120%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  position: absolute;
  border-radius: 0;
}
.plazart-megamenu .mega .mega-dropdown-menu {
  display: block !important;
}
.plazart-megamenu .mega .mega-dropdown-menu ul li a:hover {
  background: rgba(0, 0, 0, 0);
}
.contact-street,
.tz-telephone {
  line-height: 31px;
}
.tz-telephone p {
  margin: 0;
}
p.contact-telephone {
  margin: 0;
}
.smoke.smoke1 {
  padding: 19px 0 0;
}
.smoke img {
  margin: 0 0 10px;
}
blockquote {
  border-left: 5px solid #eeeeee;
  margin: 0 0 20px;
  padding: 1px 15px;
}
.comment-anchor {
  display: none;
}
.comment-author {
  display: block;
}
.tz_meetup_video_text .tz_btn_3 {
  margin-right: 10px;
}
.tz_meetup_breadcrumb .tz_meetup_breadcrumb_content {
  margin-bottom: 0;
  margin-top: 5px;
}
.sc_contact {
  color: #242732;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0;
  font-size: 24px;
}
.right_breadcrumbs .active {
  font-weight: 400;
}
.item-page ul.pager.pagenav {
  border-top: 1px solid #dce2ed;
  clear: both;
  display: block;
  margin: 0;
  padding: 46px 0 0;
}
.latest_tweets ul {
  padding: 0;
}
.a_search {
  position: absolute;
  top: 0;
  left: 0;
}
.a_search .searchid.open {
  display: block;
}
.a_search .searchid {
  display: none;
}
.a_search input {
  width: 100%;
  padding: 0 7px;
  z-index: 10;
  font-size: 20px;
  color: #222;
  line-height: 30px;
  font-weight: 300;
}
.home-revo .a_search .tz-module {
  position: fixed;
  width: 100%;
  float: left;
  left: 0;
  background: #fff;
}
.home-revo .module-inner {
  max-width: 1170px;
  margin: 0px auto;
  position: relative;
}
.tz-form-close {
  cursor: pointer;
  z-index: 12;
  position: absolute;
  right: 30px;
  top: 41%;
  color: #e45914;
}
.incon_open {
  cursor: pointer;
}
.incon_open:before {
  content: "\f002";
}
.search_icon {
  margin: 35px 0 0 15px;
}
.jsn-master .jsn-bootstrap input[type="text"],
.jsn-master .jsn-bootstrap input[type="password"],
.jsn-master .jsn-bootstrap input[type="number"],
.jsn-master .jsn-bootstrap input[type="search"],
.jsn-master .jsn-bootstrap input[type="email"],
.jsn-master .jsn-bootstrap input[type="url"] {
  box-sizing: inherit !important;
}
.zumion_info h2 {
  color: #ffffff;
}
.blog .article-info dt,
.blog .article-info .comments-link,
.blog .article-info dd {
  font-style: normal;
}
.menu-onepage ul {
  margin-right: -15px;
}
.search_iconres {
  display: none;
  opacity: 0;
}
.jsn-form-submit.meetup_btn {
  padding: 14px 35px;
}
.padding-tb-140px {
  padding: 140px 0;
}
.padding-tb-110 {
  padding: 110px 0 70px 0;
}
html {
  overflow-y: visible;
}
.overflow {
  overflow: hidden;
}
.bx-wrapper {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
}
.hikashop_subcontainer.thumbnail {
  height: auto !important;
  padding: 0;
  margin: 0;
  border-radius: 0 !important;
}
.content_shop {
  border-top: 1px solid #e1e1e1;
  padding: 20px 10px 28px;
}
.content_shop .hikashop_product_name {
  text-align: left !important;
  padding-bottom: 18px;
  position: relative;
  margin: 0;
}
.content_shop .hikashop_product_name:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #ddd;
  bottom: 0;
  left: 0;
}
.content_shop .hikashop_cart_input_button {
  color: #111 !important;
  border-color: transparent;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}
.addtocart_button,
span.hikashop_product_price_full {
  width: 49%;
  display: inline-block;
  clear: both;
  position: relative;
}
span.hikashop_product_price_full {
  text-align: left !important;
}
.addtocart_button {
  text-align: right !important;
}
.addtocart_button input.hikashop_cart_input_button {
  background: 0 0;
  border: none;
  box-shadow: none;
  color: #111;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.pricevscart {
  display: block;
  padding-top: 17px;
  width: 100%;
}
span.hikashop_product_price {
  color: #e45914!important;
  font-style: normal;
  font-size: 16px!important;
  font-weight: 400;
  line-height: 16px;
}
.hikashop_product_name a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.hikashop_listing_img_title {
  position: relative;
}
.tz_onsale {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: none repeat scroll 0 0 #e45914;
  border-radius: 50%;
  text-align: center;
  padding: 18px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  position: absolute;
  top: 33px;
  left: -8px;
  z-index: 1;
}
.tz_onsale:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e45914;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.tz_of_stock {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: none repeat scroll 0 0 #666;
  border-radius: 50%;
  text-align: center;
  padding: 18px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  position: absolute;
  top: 33px;
  right: -8px;
  z-index: 1;
}
.tz_of_stock:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span,
.hikashop_products_pagination .list-footer .pagenav,
.hikashop_subcategories_pagination .list-footer .pagenav {
  padding: 7px 15px;
  line-height: 1.42857143;
}
.hikashop_products_pagination {
  padding: 0;
  margin-top: 100px;
}
.hikashop_products_pagination .list-footer .pagenav {
  color: #e45914;
  border: 0;
  font-weight: 400;
}
.hikashop_products_pagination .pagination-list a {
  font-size: 14px;
  font-weight: 400;
}
.hikashop_products_pagination .pagination {
  margin: 0;
}
.hikashop_products_pagination .pagination li {
  border: 1px solid #d3ced2;
  display: inline-block;
  border-right: 0;
}
.hikashop_products_pagination .pagination li:last-child {
  border-right: 1px solid #d3ced2;
}
.hikashop_products_pagination .pagination li a {
  margin: 0;
  border-radius: 0;
  border: 0;
}
.hikashop_products_pagination .pagination > .active > a {
  background: #ebe9eb;
  color: #8a7e88;
  border-color: #d3ced2;
}
.hikashop_products_listing .limit {
  display: none;
}
.hikashop_container {
  margin: 0 !important;
}
.hikashop_container .hikashop_subcontainer {
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.hikashop_product_image {
  position: relative;
  overflow: hidden;
}
.hikashop_product_image:hover div.view_detail a {
  bottom: 15px;
}
span.hikashop_product_price_before_discount {
  opacity: 0.5;
  color: #e45914!important;
  text-decoration: line-through;
  line-height: 16px;
  padding-right: 5px;
}
span.hikashop_product_price_before_discount p {
  font-size: 14px;
  color: #000;
  display: inherit;
  font-weight: 400;
}
div.view_detail a {
  background: #e45914 none repeat scroll 0 0;
  bottom: -40px;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 8px 17px;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
  z-index: 1;
}
div.view_detail a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e45914;
  transform: scaleX(1.067) scaleY(1.25);
  -webkit-transform: scaleX(1.067) scaleY(1.25);
  -moz-transform: scaleX(1.067) scaleY(1.25);
  -ms-transform: scaleX(1.067) scaleY(1.25);
  -o-transform: scaleX(1.067) scaleY(1.25);
}
.layout_list .tz_of_stock {
  right: auto;
  left: -8px;
}
.layout_list ul > li.hikashop_product {
  width: 100% !important;
}
.layout_list .hikashop_add_wishlist {
  padding-top: 15px;
}
.layout_list .thumbnail div.hikashop_product_image_subdiv {
  display: inline-block;
  width: auto !important;
}
.layout_list .hikashop_listing_img_title,
.layout_list .hikashop_subcontainer,
.layout_list .hikashop_container {
  display: block;
  float: left;
  width: 100%;
}
.layout_list .hikashop_product_image,
.layout_list .content_shop {
  display: inline-block;
  float: left;
}
.layout_list .hikashop_product_image {
  width: 25%;
}
.layout_list .content_shop {
  width: 75%;
}
.layout_list .hk-rating {
  display: inline-block !important;
}
.layout_list div.hikashop_subcontainer,
.layout_list div.hikashop_subcontainer span {
  text-align: left !important;
}
.layout_list .addtocart_button,
.layout_list span.hikashop_product_price_full {
  display: block;
  width: auto;
}
.layout_list .addtocart_button input.hikashop_cart_input_button {
  background: #666666 none repeat scroll 0 0;
  border-radius: inherit;
  color: #ffffff !important;
  display: inline-block;
  padding: 7px 17px;
  position: relative;
  text-align: center;
  text-shadow: none;
  z-index: 1;
}
.layout_list .tz_add_to_cart {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
}
.layout_list .tz_add_to_cart span:after {
  border: 1px solid #666666;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(1.06) scaleY(1.21);
  width: 100%;
}
.layout_list .view_detail_list {
  position: relative;
}
.layout_list .view_detail_list a.tzdetail-view_list {
  background: #e45914 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 8px 17px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
  z-index: 1;
  bottom: 0;
  cursor: pointer;
  position: relative;
  right: 0;
}
.layout_list .view_detail_list a.tzdetail-view_list:after {
  border: 1px solid #e45914;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(1.06) scaleY(1.21);
  width: 100%;
}
.layout_list .content_shop {
  border: 0;
}
.layout_list .content_shop .hikashop_product_name:before {
  content: none;
}
.layout_list .view_detail_list {
  display: inline-block;
}
.layout_list .view_detail_list .tzdetail-view_list {
  display: inline-block !important;
}
.layout_list .hikashop_container .hikashop_subcontainer {
  padding: 30px 0;
  border: 0;
}
.layout_list .hikashop_product_name a {
  font-size: 16px;
  color: #111;
}
.layout_list .content_shop .hikashop_product_name {
  padding-bottom: 15px ;
}
.layout_list span.hikashop_product_price {
  font-size: 20px;
}
.layout_list .pricevscart {
  padding-top: 0;
}
.layout_list .pricevscart .hikashop_product_price_full {
  padding-bottom: 23px;
}
.hikashop_products .hikashop_product_price_per_unit,
.hikashop_products .hikashop_product_price_per_unit_x,
.hikashop_products table.quantity,
.hikashop_products .hikashop_product_stock_count,
.hikashop_products .hk-rating,
.hikashop_products .view_detail_list .tzdetail-view_list,
.hikashop_products #hikashop_add_wishlist {
  display: none;
}
ul.thumbnails {
  padding: 0;
}
.hikashop_cart_module {
  text-align: right;
}
.hikashop_cart_module .hikashop_cart_title {
  border-bottom: 0;
  display: none;
}
.hikashop_cart_module .hikashop_cart.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.hikashop_cart_module .hikashop_cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  min-width: 430px;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #222222;
  padding: 30px;
  z-index: 1;
}
.hikashop_cart_module tbody td {
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #ededed;
  vertical-align: top;
}
.hikashop_cart_module tbody td.hikashop_cart_module_product_image {
  padding-top: 0;
}
.hikashop_cart_module .tz_icon_cart {
  font-size: 30px;
  color: #666;
}
.hikashop_cart_module .tz_icon_cart.active {
  color: #e45914;
}
.hikashop_cart_module .tz_icon_cart.active i:before {
  content: "\f05c";
}
.hikashop_filter_module .hikashop_filter_title {
  display: none;
}
.hikashop_filter_module .hikashop_filter_main br {
  display: none;
}
.hikashop_filter_module .hikashop_filter_main_div {
  position: relative;
}
.hikashop_filter_module .hikashop_filter_button_outside {
  position: absolute;
  top: 5px;
  right: -10px;
}
.hikashop_filter_module .filter_values_container input {
  width: 100%;
  line-height: 30px;
}
.hikashop_filter_module .hikashop_filter_main {
  min-height: inherit!important;
}
.properties {
  position: relative;
}
.properties:before {
  position: absolute;
  top: 30%;
  right: 50%;
  pointer-events: none;
}
.properties input {
  margin: 0;
  color: transparent!important;
  padding-right: 0;
}
.properties input:hover {
  border: 0;
  background: transparent;
}
.orderby .hikashop_filter_main {
  width: auto !important;
}
.item-shoptz {
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
.item-shoptz .tz_top {
  padding-bottom: 45px;
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.item-shoptz .tz_top .hikashop_results_counter {
  font-weight: 400;
  line-height: 2.5em;
  margin: 0;
}
.item-shoptz .hikashop_filter_module {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.item-shoptz .pull-left {
  float: none !important;
}
.item-shoptz .filter_values_container select {
  padding: 10px;
  border: 1px solid #ddd;
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
  background-image: url(../../../images/bg_down.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hikashop_product_price_with_min_qty {
  color: #e45914 !important;
}
.view_list i {
  font-size: 18px;
  color: #666;
  line-height: 1.5em;
  padding: 0 5px;
}
.view_list label {
  color: #666;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.hikashop_cart_module_product_image img.hikashop_product_cart_image {
  width: 100%;
}
#hikashop_product_top_part h1,
.hikashop_product_right_part h1 {
  border: 0;
  margin-bottom: 5px;
}
#hikashop_product_top_part .hikashop_product_name_main,
.hikashop_product_right_part .hikashop_product_name_main {
  font-weight: 400;
  font-size: 26px;
  color: #111;
  display: block;
}
#hikashop_product_top_part .hikashop_product_code_main,
.hikashop_product_right_part .hikashop_product_code_main {
  display: none;
}
.hikashop_product_price_main span.hikashop_product_price {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 28px;
}
.layout-show .hiden-product,
.layout-show .view_detail_list {
  display: none;
}
.layout-show .hikashop_product_price_per_unit {
  display: none;
}
.layout-show .hikashop_product_price_full {
  margin: 10px 0 0;
}
.layout-show #hikashop_product_characteristics.hikashop_product_characteristics {
  border: 0;
  padding: 0;
}
.layout-show .tz_product_characteristics {
  padding: 5px 0;
  padding-bottom: 29px !important;
  border-bottom: 1px dashed #ddd !important;
  margin-bottom: 24px;
}
.layout-show .hikashop_vote_stars {
  margin-top: -7px;
}
.layout-show .hikashop_product_right_part {
  width: 50%;
}
.layout-show .hikashop_product_characteristics {
  padding-bottom: 0 !important;
  border: 0;
  margin: 0;
}
.layout-show table.quantity {
  margin-top: -3px;
  position: relative;
}
.layout-show table.quantity input {
  line-height: 30px;
  width: 30px;
}
.layout-show table.quantity .hikashop_product_quantity_field_change_plus {
  position: absolute;
  top: 5px;
  right: 2px;
  padding: 0;
  margin: 0;
  line-height: 10px;
  -ms-transform: 200ms;
  /* IE 9 */
  -webkit-transform: 200ms;
  /* Safari */
  transform: 200ms;
  /* Standard syntax */
  opacity: 0;
}
.layout-show table.quantity .hikashop_product_quantity_field_change_plus:hover {
  color: #e45914;
}
.layout-show table.quantity:hover .hikashop_product_quantity_field_change_minus,
.layout-show table.quantity:hover .hikashop_product_quantity_field_change_plus {
  opacity: 1;
}
.layout-show table.quantity .hikashop_main_image_div {
  float: left;
}
.layout-show table.quantity .hikashop_product_quantity_field_change_minus {
  position: absolute;
  bottom: 5px;
  right: 2px;
  padding: 0;
  margin: 0;
  line-height: 10px;
  -ms-transform: 200ms;
  /* IE 9 */
  -webkit-transform: 200ms;
  /* Safari */
  transform: 200ms;
  /* Standard syntax */
  opacity: 0;
}
.layout-show table.quantity .hikashop_product_quantity_field_change_minus:hover {
  color: #e45914;
}
.layout-show .hikashop_product_price_with_min_qty .hikashop_product_discount {
  color: #777777;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}
.layout-show .hikashop_product_right_part {
  position: relative;
}
.layout-show .hikashop_product_right_part .hikashop_product_stock_count {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
  line-height: 22px;
  padding-bottom: 28px;
  display: block;
}
.layout-show .hikashop_product_right_part .hikashop_product_discount {
  padding-right: 5px;
}
.layout-show .hikashop_product_right_part .hikashop_product_price_per_unit_x {
  display: block;
  color: #383838;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.layout-show .hikashop_product_right_part .tz_add_to_cart {
  display: inline-block;
  float: left;
  clear: both;
  padding-right: 15px;
}
.layout-show .hikashop_product_right_part .tz_add_to_cart span {
  position: relative;
  display: inline-block;
}
.layout-show .hikashop_product_right_part .tz_add_to_cart span input {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0 !important;
  padding: 9px 12px;
  margin-right: 18px;
  background: #454545;
  position: relative;
  box-shadow: none;
  margin-left: 4px;
  z-index: 1;
}
.layout-show .hikashop_product_right_part .tz_add_to_cart span:after {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #454545;
  transform: scaleX(1.067) scaleY(1.23);
  -webkit-transform: scaleX(1.067) scaleY(1.23);
  -moz-transform: scaleX(1.067) scaleY(1.23);
  -ms-transform: scaleX(1.067) scaleY(1.23);
  -o-transform: scaleX(1.067) scaleY(1.23);
}
.layout-show .hikashop_product_right_part .tz_onsale {
  left: -85px;
  top: 0;
}
.layout-show .hikashop_previous_product,
.layout-show .hikashop_next_product {
  position: absolute;
  top: -20px;
  font-family: fontawesome;
  width: 22px;
  height: 22px;
  border: 1px solid #666;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  background: transparent;
  background-image: none;
  color: #666;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
.layout-show .hikashop_previous_product:hover,
.layout-show .hikashop_next_product:hover {
  color: #fff;
  background-color: #666 !important;
}
.layout-show .hikashop_previous_product:before,
.layout-show .hikashop_next_product:before {
  display: block;
  line-height: 10px;
  text-align: center;
}
.layout-show .hikashop_product_page {
  position: relative;
}
.layout-show .hikashop_next_product {
  right: 0;
}
.layout-show .hikashop_next_product:before {
  content: "\f105";
}
.layout-show .hikashop_previous_product {
  right: 25px;
}
.layout-show .hikashop_previous_product:before {
  content: "\f104";
}
.layout-show .hikashop_tabs_ul {
  padding: 0;
}
.layout-show .hikashop_tabs_ul li.hikashop_tabs_li_selected {
  background-color: #e45914 !important;
  position: relative;
  color: #fff !important;
}
.layout-show .hikashop_tabs_ul li.hikashop_tabs_li_selected::after {
  border: none;
  background: 0 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 8px solid #e45914;
  content: "";
  width: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 100%;
}
.layout-show .hikashop_tabs_ul li {
  background-color: #000 !important;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400!important;
  line-height: 20px!important;
  padding: 11px 37px!important;
  margin: 0 -2px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
}
.layout-show .hikashop_results_counter,
.layout-show .view_list {
  display: none;
}
.layout-show .hikashop_category_information h2 {
  border-bottom: 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  color: #111;
  margin-bottom: 35px;
}
.layout-show .hikashop_category_information h2:after {
  content: "";
  width: 100%;
  z-index: -2;
  height: 2px;
  background-color: #ddd;
  right: 0;
  top: 50%;
  display: block;
  position: absolute;
}
.layout-show .hikashop_category_information h2:before {
  content: "";
  width: 250px;
  z-index: -1;
  margin-left: -125px;
  background-color: #fff;
  left: 50%;
  height: 2px;
  top: 50%;
  display: block;
  position: absolute;
}
.layout-show .tz_top {
  display: none;
}
img.hikashop_child_image {
  height: auto;
}
.lSAction {
  display: none !important;
}
.hikashop_tabs_content {
  padding: 15px;
}
.hikashop_tabs_div .hikashop_product_description_main {
  padding: 0;
}
.suffix_shop {
  border-top: 3px solid #e45914;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.suffix_shop:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.suffix_shop .breadcrumb {
  padding: 36px 0;
  line-height: 11px;
}
.tz_breadcrumb_shop .lnk_berum span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 2em;
}
.tz_breadcrumb_shop div.right_breadcrumbs {
  line-height: 24px;
}
.tz_breadcrumb_link {
  color: #ffffff;
}
.tz_breadcrumb_link p {
  margin: 0;
  text-align: center;
  line-height: 22px;
}
.hikashop_footer {
  display: none;
}
.production_list {
  padding: 0 0 21px;
  margin-bottom: 110px;
}
.production_list .tz_top {
  display: none;
}
.production_list .module-title {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.production_list .module-title:before {
  content: none;
}
.production_list .hikashop_vote_stars {
  padding: 0;
}
.production_list .content_shop {
  padding: 0;
  border: 0;
}
.production_list .content_shop .hikashop_product_name:before {
  content: none;
}
.production_list .pricevscart {
  padding: 0;
  text-align: left;
}
.production_list .hikashop_product_image:hover div.view_detail a,
.production_list .tz_of_stock,
.production_list div.view_detail a,
.production_list .tz_onsale,
.production_list .tz_add_to_cart {
  display: none;
}
.production_list .content_shop {
  display: inline-block;
  float: left;
  width: 60%;
  padding-left: 10px;
}
.production_list .hikashop_subcontainer,
.production_list .hikashop_product_listing_image {
  float: left;
  clear: both;
}
.production_list .hikashop_subcontainer {
  padding: 0;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.production_list .hikashop_product_image {
  display: inline-block;
  float: left;
  clear: both;
  width: 32%;
}
.production_list .hikashop_container .thumbnail:hover {
  box-shadow: none;
}
.production_list .hikashop_product_name {
  padding-bottom: 0 !important;
}
.production_list .hikashop_product_name a {
  font-size: 15px;
  font-weight: 400;
  color: #151515;
  text-transform: uppercase;
}
.production_list .hikashop_product_discount {
  color: #454545;
}
.hikashop_checkout_login {
  width: auto;
}
.hikashop_checkout_login_right_part fieldset {
  text-align: center;
}
.hikashop_checkout_login_right_part fieldset h3 {
  display: block;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: #111 !important;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 16px;
}
.hikashop_checkout_login_right_part fieldset h3:before {
  content: '';
  width: 85px;
  height: 3px;
  background-color: #ddd;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -43px;
}
.hikashop_product_carousel table {
  position: relative;
  margin: 0 -10px !important;
}
.hikashop_product_carousel table th > a {
  position: absolute;
  z-index: 2;
}
.hikashop_product_carousel table th > a i {
  color: #FFF;
  font-size: 20px;
  padding: 7px;
}
.hikashop_product_carousel table th a.buttonprev {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: -8px;
  width: 19px;
  height: 38px;
  border: none;
  background: none repeat scroll 0 0 #e1e1e1;
  box-shadow: none;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.hikashop_product_carousel table th a.buttonnext {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: -8px;
  width: 19px;
  height: 38px;
  border: none;
  background: none repeat scroll 0 0 #e1e1e1;
  box-shadow: none;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.hikashop_products .hikashop_product_carousel .hk-rating {
  display: block;
}
.hk-rating a {
  float: left;
}
.hikashop_main_carousel_div {
  border: 0;
}
.hikashop_main_carousel_div li > ul > li {
  border: 1px solid #ddd;
}
.hikashop_checkout_login .hikashop_checkout_login_right_part fieldset.input {
  border: 1px solid #ddd;
  padding: 10px;
}
.hikashop_checkout_login .control-group input {
  width: 90%;
  display: inline-block;
}
.hikashop_checkout_login .control-label select,
.hikashop_checkout_login .controls select {
  width: 90%;
  display: inline-block;
}
.control-group input.hikashop_cart_input_button {
  background: none repeat scroll 0 0 #e80f60;
  border: medium none;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 41px !important;
  margin: 8px 0 0 !important;
  text-shadow: none !important;
  text-transform: uppercase;
  width: auto;
}
.hikashop_checkout_coupon #hikashop_checkout_coupon_input {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
  width: 186px;
  padding: 6px 15px 10px;
}
.hikashop_checkout_coupon .hikashop_cart_input_button {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFF !important;
  text-transform: uppercase;
  text-shadow: none !important;
  background: none repeat scroll 0 0 #454545;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 8px 22px 7px !important;
}
.hikashop_checkout_cart .table {
  background: none repeat scroll 0 0 #fafafa;
}
.hikashop_checkout_cart .hikashop_cart_product_image_thumb img {
  width: 110px;
}
.hikashop_checkout_cart tr.row0 {
  background: #fff;
}
.hikashop_checkout_cart tr.row0:hover {
  background: #ffffff;
}
.hikashop_checkout_cart tr th {
  padding: 7px 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #656565;
}
.hikashop_checkout_cart tr td {
  padding: 30px 0 !important;
}
.hikashop_checkout_cart tr td.hikashop_cart_product_image_value {
  padding: 10px !important;
}
.hikashop_checkout_cart tr td.hikashop_cart_total_value span {
  font-weight: 400;
  font-size: 16px;
  color: #484747 !important;
  text-transform: uppercase;
  font-style: normal;
}
.hikashop_checkout_cart .hikashop_cart_product_name a,
.hikashop_checkout_cart span.hikashop_product_price,
.hikashop_checkout_cart .visible-phone {
  font-weight: 400;
  font-size: 16px;
  color: #484747 !important;
  text-transform: uppercase;
}
.hikashop_checkout_cart .table th.hikashop_cart_product_price_title,
.hikashop_checkout_cart .table th.hikashop_cart_product_quantity_title,
.hikashop_checkout_cart .table th.hikashop_cart_product_total_title {
  text-align: center;
}
.hikashop_checkout_login_left_part .input-small {
  padding: 10px !important;
}
.hikashop_checkout_login_left_part #modlgn-remember {
  width: auto;
}
.iffooter .module-title {
  margin-bottom: 13px;
}
.iffooter .module-title:before {
  content: none;
}
.iffooter .module-title span {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
}
.iffooter p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.iffooter .nav > li > a {
  padding: 0;
}
.iffooter .nav-stacked li a {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  color: #666;
  line-height: 24px;
}
.iffooter .max-email-box form {
  padding-top: 21px;
}
body .easy-opener-content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.div.pp_default .pp_close {
  color: transparent;
}
.lo_head_style {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}
.lo_head_style.remove-top {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.lo_head_style .container {
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all 0.2s linear 0s;
}
.tz-homeType2.tz-home-head {
  top: 200px;
}
.tz-homeType2.tz-home-head.remove-top {
  top: 0;
}
.TzContact_head {
  width: 75%;
  margin: 0 auto;
  padding-top: 156px;
  padding-bottom: 104px;
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}
.TzContact_head p {
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}
.TzContact_head .TzContactInfo_header {
  text-align: left;
}
.title_tzcontact_homeheader h3 {
  font-weight: 300;
  color: #e45914;
  font-size: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.title_tzcontact_homeheader h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.tzContactAbout_header h5,
.tz_meetup_contact_conference_header h5,
.tzContactAddress_header h5,
.tzContactOurWeb h5 {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.tzContact_2_content {
  margin-bottom: 50px;
}
.tz-sliderrevo-title {
  z-index: 9;
  white-space: nowrap;
  line-height: 20px;
  font-weight: 500;
  visibility: inherit;
  transition: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 13px;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
  opacity: 1;
  position: relative;
}
.tz-sliderrevo-title:after {
  position: absolute;
  content: '';
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e45914;
}
.tp-dottedoverlay {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.tz-caption {
  position: relative;
}
.tz-caption:after {
  position: absolute;
  content: '';
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #e45914;
}
body .tp-bullets.preview1 .bullet:hover,
body .tp-bullets.preview1 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e45914 !important;
  width: 13px !important;
  height: 13px !important;
  border: 3px solid #e45914 !important;
  border-radius: 50%;
}
body.com_content {
  overflow-x: hidden !important;
}
body .tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 50%;
  box-shadow: none;
  width: 13px !important;
  height: 13px !important;
  border: 3px solid #e45914 !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
a.tz_upcoming_event {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 1px 10px;
  margin-right: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
p.tz_description_event {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.6em;
  margin: 0;
}
.switchToList,
.switchToGrid {
  cursor: pointer;
}
.fix_memu_default {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
  background-color: rgba(255, 255, 255, 0.7);
}
.tz-home-head ul.navbar-nav > li:last-child {
  padding-right: 0;
}
.tz-home-head .row {
  position: relative;
}
.search_icon_revo {
  color: #ffffff;
  padding-left: 20px !important;
}
.tp-caption a:hover {
  color: #ff7302 !important;
}
@media (min-width: 992px) {
}
.container {
  max-width: 1170px;
  width: 100%;
}
@media (max-width: 1600px) {
  .navbar-default .plazart-megamenu ul > li > a {
    font-size: 11px;
  }
}
@media (max-width: 1440px) {
  ul.tz_recent_posts .slick-prev {
    left: -84px;
  }
  ul.tz_recent_posts .slick-next {
    right: -84px;
  }
  .tz_recent_posts .slick-prev,
  .tz_recent_posts .slick-next {
    top: 74%;
  }
}
@media (max-width: 1374px) {
  .tz_maniva_meetup_title {
    margin-right: 200px;
  }
}
@media (max-width: 1366px) {
  .wrapper-carousel .layout-z0 img {
    height: 100% !important;
  }
  .tz_maniva_meetup_title {
    margin-right: 189px;
  }
}
@media (max-width: 1365px) {
  .tz_recent_posts .slick-prev,
  .tz_recent_posts .slick-next {
    display: none !important;
  }
}
@media (max-width: 1330px) {
  .tz_maniva_meetup_title {
    margin-right: 131px;
  }
}
@media (max-width: 1280px) {
  #tz-introduce-video-wrapper {
    background-size: 100% 100%;
  }
  .wrapper-carousel .layout-z0 img {
    height: 100% !important;
  }
  .container {
    max-width: 1170px;
    width: 100%;
  }
  .tztwd-container .tweets_txt {
    padding: 0;
  }
  .tz_maniva_meetup_title {
    margin-right: 120px;
  }
  .wrapper-meetup-video .tz-row {
    padding: 75px 55px 81px 13% !important;
  }
  #jsn_form_2.jsn-uniform.jsn-master {
    padding: 98px 100px 95px;
  }
  #jsn_form_2.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group:last-child {
    margin-bottom: 42px !important;
  }
  .TzInformation .row {
    margin: auto;
  }
  .hikashop_checkout_login_left_part,
  .hikashop_checkout_login_right_part {
    width: 50%;
  }
}
@media (max-width: 1158px) {
  .hikashop_product_carousel .buttonprev,
  .hikashop_product_carousel .buttonnext {
    display: none;
  }
  .hikashop_product_carousel table {
    margin: 0 !important;
  }
  .hikashop_product_carousel .hikashop_main_carousel_div {
    width: 100% !important;
  }
  .hikashop_product_carousel .hikashop_main_carousel_div > ul {
    width: 100% !important;
  }
  .hikashop_product_carousel .hikashop_main_carousel_div > ul > li {
    width: 100% !important;
  }
  .hikashop_product_carousel .hikashop_main_carousel_div > ul > li > ul > li {
    margin: 0 !important;
    width: 100% !important;
  }
  .hikashop_child_image {
    max-width: 100%;
  }
  .layout-show .hikashop_product_right_part,
  .hikashop_product_left_part {
    width: 100%;
  }
  .tz_onsale {
    left: 4px;
  }
  .tz_of_stock {
    right: 4px;
  }
}
@media (max-width: 1100px) {
  .tz_register_meetup {
    width: 100%;
  }
  .tz_register_meetup_pricing {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .wrapper-carousel .tz_content_width {
    padding: 29px 0 74px 25px !important;
  }
  .tz_maniva_meetup_title {
    margin-right: 0;
  }
  .tz_breadcrumb_shop .tz_breadcrumb_link p,
  .tz_breadcrumb_shop .lnk_berum {
    text-align: left;
    margin-bottom: 0px;
  }
  .iffooter .row > div {
    margin-bottom: 20px;
  }
  .iffooter .row > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .item-blogtz #content {
    padding-top: 50px !important;
  }
  #jsn_form_2.jsn-uniform.jsn-master {
    padding: 99px 30px 62px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .plazart-megamenu ul.navbar-nav > li {
    padding: 0 10px;
  }
  .tz_maniva_meetup_title {
    margin-right: 70px;
  }
}
@media (max-width: 980px) {
  .fluid-width-video-wrapper {
    top: 220px;
  }
  .easy-opener-close {
    top: 220px;
  }
  .jicons-none {
    margin-bottom: 0;
  }
  .tzSocial_bg_meetup_style2 ul {
    float: left;
  }
  .tz_wpadd {
    width: 33.33333333%;
    float: left;
    margin-bottom: 65px;
  }
  .slick-next {
    display: none!important;
  }
  ul.tz_recent_posts .slick-next {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .right_breadcrumbs {
    text-align: left;
  }
  .lnk_berum {
    margin-bottom: 15px;
  }
  #tz-logo a {
    padding: 36px 0 35px 15px;
  }
  .tz_discounts h3 {
    font-size: 18px;
  }
  .tz_maniva_meetup_title {
    margin-right: 35px;
  }
  .meetup_btn {
    padding: 10px 25px;
  }
  .tz_meetup_positionv1 h3 {
    font-size: 14px;
  }
  .tz-row-left {
    padding: 75px 49px 58px 30px !important;
    text-align: right;
  }
  .modal-lg {
    width: 900px;
  }
  .TzInformation .media-body .modal-header .close {
    float: left;
  }
  .tab-content {
    margin-left: 30px;
  }
  #jsn_form_2.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group:last-child {
    margin-bottom: 78px!important;
  }
  .recen_box img {
    width: 100%;
  }
  .slick-dots {
    bottom: -56px;
  }
  .contactform .max-email-box {
    width: 43%;
  }
  .contactform:after {
    width: 25.0%;
  }
  .contactform:before {
    width: 25.0%;
  }
  .wrapper-carousel .tz_content_width {
    padding: 29px 0 81px 30px !important;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .plazart-megamenu ul.navbar-nav > li {
    padding: 0 10px;
  }
  .modal-lg {
    width: 100%;
  }
  .tz_register_meetup_pricing {
    margin-right: 0;
    margin-left: 8px;
  }
}
@media (max-width: 930px) {
  .top_right {
    width: 100%;
  }
  .top_right .tzSocial_bg_meetup_style2 ul li {
    float: left;
  }
  .top_right .tzSocial_bg_meetup_style2 ul li:first-child a {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .top_left {
    display: none;
  }
}
@media (max-width: 842px) {
  .tz_maniva_meetup_title {
    margin-right: 0;
  }
}
@media (max-width: 809px) {
  .grid-item {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  .plazart-megamenu ul.navbar-nav > li {
    padding: 0 6px;
  }
  .relative_item {
    margin: 0 15px;
  }
  .meetup_btn {
    padding: 10px 15px;
  }
  .conference-content ul li {
    margin: 0 5px 22px 0;
  }
  .conference-content ul:after,
  .conference-content .tz_tabs_meetup:after,
  .conference-content .tz_tabs_meetup:before {
    content: none !important;
  }
  .tz_register_meetup {
    width: 551px;
  }
  img.media-object {
    height: 100% !important;
  }
  .relative_footer .absolute_footer {
    right: 6em;
  }
  .tzSocial_bg_meetup_style2 ul li a {
    padding: 0 8px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #e45914;
  }
}
@media (max-width: 768px) {
  .conference-content .tz_meetup_btn {
    padding: 60px 0 0 0 !important;
    display: block;
    text-align: center;
  }
  .tz-slider-text p {
    font-size: 10px;
  }
  img.media-object {
    top: 0 !important;
  }
  .wrapper-slideshows .tz-slider-text h4 {
    font-size: 23px;
    margin-top: 10px;
  }
  .wrapper-slideshows .tz-counter .tz-coun {
    width: 56px;
  }
  .wrapper-slideshows .tz-counter input {
    font-size: 18px;
    height: 33px;
  }
  .wrapper-slideshows .tz-counter .tz-coun input {
    margin: 0;
  }
  .wrapper-slideshows .tz-counter span {
    font-size: 10px;
    margin: 0;
  }
  .wrapper-slideshows .tz-counter .tz-coun {
    margin: 0;
  }
  .wrapper-slideshows .tz_slider_meetup_btn li {
    margin: 0 8px;
  }
  .tz_wpadd .all-icadd span {
    float: none;
    font-size: 10px;
    margin: 0 auto;
    display: block;
  }
  .tz_wpadd .all-icadd h4 {
    margin: 0;
    text-align: center;
    padding-top: 15px;
  }
  .tz_wpadd .cont-tt {
    padding: 0;
    text-align: center;
    padding-top: 30px;
  }
  body .jsn-master .jsn-narrow .jsn-input-mini-fluid,
  body .jsn-master .jsn-narrow .jsn-input-small-fluid,
  body .jsn-master .jsn-narrow .jsn-input-medium-fluid,
  body .jsn-master .jsn-narrow .jsn-input-xlarge-fluid,
  body .jsn-master .jsn-narrow .jsn-input-fluid,
  body .jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-two .jsn-column-item,
  body .jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-three .jsn-column-item,
  body .jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-no .jsn-column-item,
  body .jsn-master .jsn-bootstrap .jsn-narrow .input-small,
  body .jsn-master .jsn-bootstrap .jsn-narrow .input-medium,
  body .jsn-master .jsn-bootstrap .jsn-narrow .input-file,
  body .jsn-master .jsn-bootstrap .jsn-narrow .jsn-column-item.jsn-uniform-others textarea.jsn-value-Others {
    width: 100% !important;
  }
  #jsn_form_2.jsn-uniform.jsn-master {
    padding: 98px 40px 95px;
  }
  .vc_custom_jl {
    width: 100%;
  }
  .tz_register_meetup_pricing {
    margin-right: 10px;
  }
  .item-default .tz_register_meetup {
    width: 100%;
  }
  .hikashop_checkout_login_left_part,
  .hikashop_checkout_login_right_part {
    width: 100%;
  }
  .hikashop_checkout_login_left_part {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
  #hikashop_checkout_cart table td:before {
    top: 0;
  }
  #hikashop_checkout_cart table td {
    text-align: left;
  }
  .hikashop_cart_product_name a {
    padding-left: 10px;
  }
  .hikashop_cart_product_name a span {
    display: block;
    padding-left: 10px;
  }
  .hikashop_cart_total_title.hikashop_cart_title {
    display: none !important;
  }
  #hikashop_checkout_cart td.hikashop_cart_product_name_value {
    width: 100%;
  }
  .hikashop_checkout_cart tr td.hikashop_cart_product_image_value {
    padding: 25px 10px !important;
  }
  .hikashop_checkout_cart tr td.hikashop_cart_product_name_value {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .production_list {
    margin-bottom: 20px;
  }
  .production_list li:last-child .hikashop_subcontainer {
    border-bottom: 0;
  }
  .masonry {
    padding: 30px 0;
  }
  .padding-tb-140px,
  .padding-tb-110 {
    padding: 50px 0;
  }
  li.dropdown:hover .dropdown-menu {
    top: 0;
  }
  .dropdown-menu {
    top: 0;
  }
  .conference-content ul li {
    margin: 0 0 22px 0;
  }
  .conference-content ul li a {
    padding: 6px 15px;
  }
  body #tz-event-wrapper {
    padding: 85px 0 0 !important;
  }
  #conference {
    padding-top: 20px !important;
  }
  .service-list .tz_description {
    margin-bottom: 15px;
  }
  .jsn-form-submit.meetup_btn {
    float: none;
  }
  .tz_opacity {
    background-size: 100% 100%;
  }
  .wrapper-meetup-video .meetup_btn {
    margin-top: 20px;
  }
  .wrapper-meetup-video .tz-row {
    padding: 75px 15px 40px!important;
  }
  .wrapper-meetup-video .tz_introduce_video {
    background: rgba(38, 40, 52, 0.9) none repeat scroll 0 0;
    width: 100%;
  }
  .wrapper-meetup-video .tz-video {
    display: inline-block;
    float: none;
    position: absolute;
    right: 50%;
    top: 77%;
    z-index: 2;
  }
  #jsn_form_2.jsn-uniform.jsn-master {
    padding: 50px 15px;
  }
  body #padding129 {
    padding-top: 0 !important;
  }
  body #tz-questions-wrapper {
    padding: 0 !important;
  }
  body #tz-conference-wrapper {
    padding: 77px 0 50px 0 !important;
  }
  .conference-content .tz_meetup_btn {
    padding: 25px 0 0 0 !important;
  }
  div.tz-carousel-image .slider-height {
    position: absolute !important;
    height: 100% !important;
  }
  .tz_meetup_video_text p:last-child {
    text-align: center;
  }
  .fix_logo_top {
    position: absolute;
    top: 0;
  }
  .tz-conten-blog {
    padding: 15px 15px 0;
  }
  .blog .items-row .item.column-1 {
    padding: 10px;
  }
  .header1 .row {
    padding: 9px 0;
  }
  .header1 .navbar-inner {
    position: relative;
  }
  .header1 .search_iconres {
    display: inline-block;
    opacity: 1;
    color: #ffffff;
    background: #e45914;
    padding: 4.2px 16px;
    position: absolute;
    right: 86px;
    top: 16px;
    border-radius: 3px;
  }
  .header1 .search_icon {
    display: none;
    opacity: 0;
    overflow: hidden;
  }
  .tz-row-left {
    padding: 50px 30px !important;
    text-align: left;
  }
  li.dropdown:hover .dropdown-menu {
    position: relative;
    clear: both;
    float: none;
  }
  .meetup_position2 .tz_h3:after {
    right: auto;
    left: 0;
  }
  .wrapper-carousel .slides-pagination {
    width: 100%;
    text-align: center;
    z-index: 0;
  }
  .tz-carousel-image {
    height: 500px !important;
  }
  .tz-carousel-image .slider-height {
    height: 500px !important;
  }
  .wrapper-carousel .tz_content_width {
    padding: 30px 20px !important;
  }
  .top_left .custom {
    text-align: left;
    margin-bottom: 10px;
  }
  .tzSocial_bg_meetup_style2 ul {
    float: left;
    padding: 0;
    margin: 0;
  }
  .contactform:after {
    content: none;
  }
  .contactform .max-email-box {
    width: 100%;
  }
  .tzSocial_bg_meetup_style2 ul li {
    float: left;
  }
  .header1 .plazart-megamenu > .searchid {
    bottom: 26px;
    left: 25%;
  }
  .header1 .plazart-megamenu > ul > li.search_icon i {
    color: #ffffff;
  }
  .plazart-megamenu li.dropdown.mega {
    position: relative;
  }
  .plazart-megamenu li.dropdown.mega.open .caret::before {
    color: #e45914;
    content: "\f107";
  }
  .plazart-megamenu .mega-dropdown-menu {
    padding: 0;
  }
  .plazart-megamenu .mega-dropdown-menu .mega-col-nav {
    padding: 0;
  }
  .plazart-megamenu .nav-child .mega-nav li {
    border-bottom: 0;
  }
  .plazart-megamenu .dropdown.mega .mega-dropdown-inner .mega-nav a {
    color: #777777;
  }
  .plazart-megamenu .mega .mega-dropdown-menu {
    background: #dad9d9 none repeat scroll 0 0;
  }
  .plazart-megamenu .mega .mega-dropdown-menu li {
    padding: 0;
  }
  .plazart-megamenu .mega .mega-dropdown-menu li a {
    padding: 15px 20px !important;
    border-bottom: 0;
  }
  .plazart-megamenu .nav .crt_active .caret:before {
    content: "\f107";
    color: #e45914;
  }
  .plazart-megamenu .plazart-megamenu .mega .mega-dropdown-menu ul li a {
    color: #777777;
  }
  .plazart-megamenu .nav .caret {
    position: absolute;
    top: 15px;
    right: 22px;
    border: 0;
    z-index: 10;
    display: inline-block !important;
    color: #000000;
    height: auto;
    margin-left: 0;
    width: auto;
  }
  .plazart-megamenu .nav .caret:before {
    content: "\f105";
    font-family: "fontawesome";
    color: #242424;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
  }
  .navbar-default .plazart-megamenu ul > li > a {
    color: #242424;
    margin: 0;
    line-height: 3.4em;
    padding: 10px;
    border-bottom: 0px solid #e1dede;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li.open > a,
  .navbar-default .navbar-nav > li.open > a:hover,
  .navbar-default .navbar-nav > li.crt_active > a {
    color: #e45914 !important;
    background: #242424 !important;
    border-right: none;
    border-bottom: 0px solid #e45914;
  }
  .header1 .navbar-inner {
    position: inherit;
  }
  .wrapper-slideshows .tz-slider-image .slides-navigation {
    z-index: 9;
  }
  .wrapper-slideshows .tz-slider-image .slides-pagination {
    z-index: 9;
  }
  .plazart-megamenu ul.navbar-nav {
    width: 100%;
  }
  .tz-homeType2 .plazart-megamenu > ul > li > a {
    padding: 13px 5px;
  }
  .navbar,
  .pull-rigtht {
    position: static;
  }
  .plazart-megamenu ul.navbar-nav > li {
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .plazart-megamenu ul.navbar-nav > li > a:before {
    height: 37px;
    opacity: 0.3;
    bottom: 5%;
  }
  .navbar-nav {
    margin: 0;
  }
  .plazart-megamenu ul.navbar-nav {
    float: none;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse {
    background: #eee;
    border-top: 2px solid #f2ce3e;
    position: absolute;
    width: 100%;
    left: 0;
    max-height: 480px;
    overflow-y: auto;
    padding: 0;
    z-index: 9999;
    margin-bottom: 0 !important;
    -webkit-box-shadow: 0 2px 3px -3px #cccccc;
    box-shadow: 0 2px 3px -3px #cccccc;
  }
  .plazart-megamenu ul.navbar-nav > li > a:before {
    height: 100%;
    opacity: 0.3;
    bottom: 5%;
    content: none;
  }
  .tz-homeType2 .plazart-megamenu > ul > li.current > a {
    border-color: #e45914;
    color: #e45914;
    background-color: #262939 !important;
  }
  .tz-homeType2 .plazart-megamenu > ul > li.open a {
    border-left: 3px solid #e45914;
    border-right: none;
    border-bottom: 1px solid #e45914;
    background-color: #262939 !important;
    color: #e45914;
  }
  .tz-homeType2 .plazart-megamenu > ul > li > a {
    color: #454545;
    padding: 15px 20px;
    border-left: 3px solid #eee;
    border-right: none;
    border-bottom: 1px solid #e1dede;
    box-shadow: none;
    -ms-transform: 200ms;
    /* IE 9 */
    -webkit-transform: 200ms;
    /* Safari */
    transform: 200ms;
    /* Standard syntax */
  }
  #tz-logo a {
    padding: 18px 0 18px 15px;
  }
  .navbar-toggle {
    color: #fff;
      background: #f8aa41 !important;
    padding: 4px 17px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-toggle.btn:hover {
    color: #fff;
  }
  .service-list .service-item {
    padding-bottom: 40px;
  }
  .circular_item {
    width: 50%;
  }
  .tz_discounts .tz_button1 {
    text-align: center;
    padding-top: 20px;
  }
  .bg_img_resposiver {
    position: relative;
    display: block;
  }
  .bg_img_resposiver:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  }
  #tz-introduce-video-wrapper {
    background-size: 100% 100%;
  }
  .wrapper-carousel .lwp_container {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .easy-opener-content {
    top: 300px;
  }
  .TzInformation .tz_media {
    width: 50%;
  }
  .conference-content ul {
    padding-left: 0;
  }
  .tz_register_meetup_pricing {
    margin: 30px 0;
  }
  .TzContactInfo {
    padding: 40px 0;
  }
  .tz_register_meetup {
    width: 95%;
  }
  .wrapper-meetup-video .tz-video {
    top: 81%;
  }
  .wrapper-meetup-video .tz-video .tz_btn_easy {
    right: -15%;
  }
  body #padding102 {
    padding-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .col-sb {
    width: 100%;
  }
  .hikashop_global_image_div .lSSlideWrapper {
    height: 370px !important;
  }
  .padding_bottom_suffix_2 {
    padding-bottom: 0;
  }
  .slick-slide {
    padding: 0;
  }
  #tz-pricing_sc .plg-center {
    padding-top: 0 !important;
  }
  #tz-sponsors .plg-center {
    padding-top: 30px !important;
  }
  #tz-sponsors-wrapper {
    padding: 50px 0!important;
  }
  .tab-content {
    margin-left: 0;
    margin-top: 0;
  }
  .tz_meetup_title_btn {
    font-size: 18px;
  }
  #tz-questions .plg-left {
    padding-bottom: 6px !important;
    padding-top: 71px !important;
  }
  .question-list .question-item {
    margin-bottom: 30px;
  }
  #gallery {
    padding-top: 40px !important;
  }
  #padding111.title_suffix {
    padding-bottom: 40px !important;
  }
  .wrapper-slideshows .tz-counter {
    margin-top: 15px;
  }
  .tz_event_meetup_content .tz_meetup_box_detail h4 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .tz_event_meetup_content .tz_meetup_box_detail .tz_event_meetup_item_content p:first-child {
    margin-top: 0;
  }
  .tz_event_meetup_content .tz_meetup_box_detail .tz_event_meetup_item_content p {
    color: #333333;
    font-size: 11px;
    line-height: 16.5px;
  }
  .btn-toolbar .btn.jsn-form-submit {
    float: none;
  }
  .bg_img_resposiver {
    height: 300px !important;
  }
  .tz_discounts {
    margin: 44px -15px 50px -15px;
  }
  .tz_discounts h3 {
    font-size: 16px;
  }
  .tz_discounts .meetup_btn {
    padding: 10px 25px;
  }
  .tz_discounts .vc_column-inner {
    margin: 0 -15px;
  }
  .bg_img_resposiver img {
    height: 300px !important;
  }
  .wrapper-meetup-video .tz-video .tz_btn_easy {
    right: -30%;
  }
  .tz_event_meetup_content .tz_meetup_box_detail span.tz_meetup_start_time {
    font-size: 10px;
  }
  .wrapper-meetup-video .tz-video {
    top: 85%;
  }
  .contact-address .contact_form {
    clear: both;
    float: left;
    padding-top: 25px;
  }
  .tz_wpadd {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid-item {
    width: 100% !important;
  }
  .TzInformation .tz_media {
    width: 100%;
  }
  .tz_meetup_btn a {
    padding: 13px 21px;
  }
  .wrapper-slideshows .tz-slider-text h4 {
    font-size: 23px;
  }
  .wrapper-slideshows .tz-counter input {
    font-size: 14px;
    height: 23px;
  }
  .wrapper-slideshows .tz-counter .tz-coun input {
    margin: 0;
  }
  .wrapper-slideshows .tz-counter span {
    margin-right: -5px;
  }
  #jsn_form_2.jsn-uniform.jsn-master {
    padding: 70px 15px;
  }
  .tz_event_meetup_content .tz_meetup_box_detail:before {
    left: -54px;
  }
  .tz_event_meetup_content .tz_meetup_box_detail span.tz_meetup_start_time {
    left: -43px;
    top: 22px;
  }
  .tz_event_meetup_content {
    padding-left: 45px;
  }
  .tz_event_meetup_content .tz_meetup_box_detail .tz_meetup_box_detail_custom {
    padding: 24px 0 25px 22px;
  }
  .wrapper-slideshows .tz-counter .tz-coun {
    margin: 0;
  }
  .wrapper-slideshows .tz-counter .tz-coun {
    width: 50px;
  }
  .wrapper-slideshows .tz-counter span {
    font-size: 10px;
  }
  .wrapper-slideshows .tz-counter .tz-coun:before {
    height: 16px;
  }
  .tz-carousel-image {
    height: 400px !important;
  }
  .tz-carousel-image .slider-height {
    height: 400px !important;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  .tz_title_1:after {
    float: none;
    margin: 30px auto 0;
  }
  .tz-right-video {
    text-align: center;
  }
  .wrapper-meetup-video h3 {
    margin-bottom: 0;
    text-align: center;
  }
  .wrapper-meetup-video .tz_introduce_title {
    text-align: center;
    width: 100%;
  }
  .wrapper-meetup-video .tz_content p {
    text-align: center;
  }
  .wrapper-meetup-video p {
    text-align: center;
  }
  .meetup_position2 .tz_h3 {
    font-size: 16px;
    text-align: left;
  }
  .meetup_position2 .tz_h3:after {
    right: 45%;
  }
  .meetup_position2 p {
    text-align: left;
  }
  .tz_register_meetup_pricing_item_price h3 {
    font-size: 23px;
  }
  .tztwd-container .tweets_txt {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .wrapper-meetup-video .tz-video {
    top: 85%;
  }
  .wrapper-meetup-video .tz-video .tz_btn_easy {
    right: -20%;
  }
  .contactform .clear input.button {
    padding: 5px 10px;
  }
}
@media (max-width: 360px) {
  .meetup_position2 .meetup_btn {
    text-align: center;
    width: 100%;
  }
  .circular_item {
    width: 100%;
  }
  .wrapper-carousel .tz_content_width p {
    text-align: center;
  }
  .wrapper-carousel .tz_content_width p .meetup_btn {
    margin-bottom: 15px;
  }
  .wrapper-carousel .tz_content_width h3 {
    text-align: center;
  }
  .wrapper-carousel .tz_content_width h3:after {
    right: 45%;
  }
  .contactform .max-email-box {
    width: 100%;
  }
  .contactform:after {
    content: none;
  }
  .tz_register_meetup_pricing {
    margin-right: 0;
  }
  .tz_register_meetup {
    width: 100%;
  }
}
@media (max-width: 318px) {
  .wrapper-slideshows .tz_slider_meetup_btn li {
    margin: 10px 8px;
  }
  .wrapper-slideshows .tz-counter .tz-coun:before {
    top: 45%;
  }
}
html[dir="rtl"] {
  overflow-x: hidden;
}
html[dir="rtl"] #tz-video {
  direction: ltr;
}
html[dir="rtl"] #tz-video .tz-right-video {
  direction: rtl;
}
html[dir="rtl"] #tz-slider,
html[dir="rtl"] #tz-carosel-wrapper,
html[dir="rtl"] #tz-information-wrapper,
html[dir="rtl"] #sponsors,
html[dir="rtl"] #tz-recent_post {
  direction: ltr;
}
html[dir="rtl"] .tz_event_meetup_content {
  border-left: 0;
  border-right: 3px solid #eee;
  padding-right: 125px;
  padding-left: 0;
}
html[dir="rtl"] .tz_event_meetup_content .tz_meetup_box_detail:before {
  left: auto;
  right: -136px;
}
html[dir="rtl"] .tz_event_meetup_content .tz_meetup_box_detail span.tz_meetup_start_time {
  left: auto;
  right: -110px;
}
html[dir="rtl"] #jsn_form_2.jsn-uniform.jsn-master {
  padding: 98px 95px 95px 158px;
}
html[dir="rtl"] .tz_register_meetup {
  margin: 0 auto 0 0;
}
html[dir="rtl"] #tz-header-wrapper a {
  text-align: right;
}
html[dir="rtl"] .relative_footer .absolute_footer i {
  padding-right: 10px;
}
html[dir="rtl"] .slick-slider .slick-next:before {
  content: "\f105" !important;
}
html[dir="rtl"] .slick-slider .slick-prev:before {
  content: "\f104";
}
html[dir="rtl"] ul.tz_recent_posts .slick-next {
  right: -125px;
  left: auto;
}
html[dir="rtl"] .conference-content {
  text-align: right;
}
html[dir="rtl"] .tz-row-left {
  padding: 75px 12% 58px 73px !important;
  text-align: right;
}
html[dir="rtl"] .tz-carousel-image .pull-right {
  direction: rtl;
}
html[dir="rtl"] .slick-slide .mod_recent_content {
  text-align: right;
}
html[dir="rtl"] .tzSocial_bg_meetup_style2 ul li {
  float: right;
}
html[dir="rtl"] .style_top .tz_meetup_header_option_phone span:first-child {
  margin-right: 0;
  margin-left: 40px;
}
html[dir="rtl"] .plazart-megamenu ul.navbar-nav {
  float: left;
  padding: 0;
}
html[dir="rtl"] #tz-logo a {
  padding: 36px 0 35px 40px;
}
html[dir="rtl"] #tz-menu-wrapper a {
  text-align: right;
}
html[dir="rtl"] .style_top .tz_meetup_header_option_phone span img {
  margin-left: 5px;
  margin-right: -5px;
}
html[dir="rtl"] .search_icon {
  margin: 35px 15px 0 0 ;
}
html[dir="rtl"] .tzSocial_bg_meetup_style2 ul li:first-child a {
  padding-right: 14px;
  padding-left: 2px;
}
html[dir="rtl"] .plg-left,
html[dir="rtl"] .tz_meetup_header_option_phone {
  text-align: right;
}
html[dir="rtl"] h3.module-title::before {
  left: auto;
  right: 0;
}
html[dir="rtl"] .tztwd_blog_container .tweets_txt {
  padding-left: 0 !important;
  padding-right: 43px !important;
}
html[dir="rtl"] .tztwd_blog_container ul li:after {
  left: auto;
  right: 0;
}
html[dir="rtl"] #manufacturers {
  direction: ltr;
}
html[dir="rtl"] .TzInformation .media-body ul.tz-plazart-list li p,
html[dir="rtl"] .our_speakers .media-body ul.tz-plazart-list li p {
  padding-left: 0;
  padding-right: 30px;
}
html[dir="rtl"] .tz-plazart-list li span {
  float: right;
}
html[dir="rtl"] .item-page dt.published {
  border-right: 0;
  padding-right: 0;
}
html[dir="rtl"] .item-page .Info_article .article-info dd .category-name {
  border-right: 1px solid #95979d;
}
html[dir="rtl"] #comments .comments-list {
  margin-right: 0;
  margin-left: 20px;
}
html[dir="rtl"] #comments-form p,
html[dir="rtl"] #comments-form #comments-form-buttons,
html[dir="rtl"] #comments-form #comments-form-error,
html[dir="rtl"] #comments-form #comments-form-captcha-holder {
  margin-right: 0 !important;
}
html[dir="rtl"] #jc .tz-comment .fa {
  right: auto;
  left: 25px;
}
html[dir="rtl"] #jc #comments-form {
  margin: 0 -15px !important;
}
html[dir="rtl"] .contact_form p i.fa {
  right: auto;
  left: 10px;
}
html[dir="rtl"] #mirror-grid {
  direction: ltr;
}
html[dir="rtl"] .hikashop_filter_module .hikashop_filter_button_outside {
  right: auto;
  left: 0;
}
html[dir="rtl"] .hikashop_products {
  direction: ltr;
}
html[dir="rtl"] .item-shoptz .tz_top {
  direction: ltr;
}
html[dir="rtl"] .hikashop_product_name a {
  text-align: right;
}
html[dir="rtl"] .hikashop_cart_module .hikashop_cart {
  right: -100px;
}
html[dir="rtl"] .tz_register_meetup_pricing_item_container {
  text-align: right;
}
html[dir="rtl"] .tz-plazart-list li p {
  margin-left: 0;
  margin-right: 30px;
}
html[dir="rtl"] .tzSocial_bg_meetup_style2 ul {
  float: left;
}
html[dir="rtl"] .tz-form-close {
  left: 30px;
  right: auto;
}
html[dir="rtl"] .pull-left {
  float: right !important;
}
html[dir="rtl"] .col-sb {
  text-align: right;
}
html[dir="rtl"] .top_left {
  float: right;
}
html[dir="rtl"] .tz_wpadd .cont-tt {
  padding-right: 65px;
  padding-left: 0;
  text-align: right;
}
html[dir="rtl"] .tz_wpadd .all-icadd span,
html[dir="rtl"] .hk-rating a,
html[dir="rtl"] .hikashop_product_quantity_main {
  float: right;
}
html[dir="rtl"] .tz_wpadd .all-icadd h4 {
  margin-left: 0;
  margin-right: 65px;
  text-align: right;
}
html[dir="rtl"] .contact_form input,
html[dir="rtl"] .contact_form textarea,
html[dir="rtl"] input,
html[dir="rtl"] textarea {
  text-align: right;
}
html[dir="rtl"] .hikashop_product_right_part {
  text-align: right;
}
html[dir="rtl"] span.hikashop_product_price_full {
  text-align: right !important;
}
html[dir="rtl"] .hikashop_product_vote_mini {
  float: right;
  width: 100%;
  display: block;
}
html[dir="rtl"] .lnk_berum {
  float: left;
}
html[dir="rtl"] .typography_count:before {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  html[dir="rtl"] .navbar-toggle {
    float: left;
    margin-top: 24px;
  }
  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}
html[dir="rtl"] .wrapper-carousel .lwp_container {
  right: auto;
  left: 0;
}
html[dir="rtl"] .tz_maniva_meetup_title {
  margin-right: 0;
  margin-left: 211px;
}
html[dir="rtl"] .wrapper-carousel .tz_content_width {
  padding: 29px 80px 81px 0 !important;
}
html[dir="rtl"] .wrapper-carousel .slides-pagination {
  width: 60%;
}
html[dir="rtl"] .vc_custom_jl {
  float: right;
}
html[dir="rtl"] .tz_register_meetup_pricing_item_price {
  right: auto;
  left: 0;
}
html[dir="rtl"] .tz_register_meetup_pricing_item_container,
html[dir="rtl"] .btn-toolbar .btn,
html[dir="rtl"] .btn-toolbar .btn-group,
html[dir="rtl"] .btn-toolbar .input-group {
  float: right;
}
html[dir="rtl"] .tz_discounts > div > div {
  float: right;
}
html[dir="rtl"] .slick-slide .meetup_date {
  left: auto;
  right: 0;
}
html[dir="rtl"] .tz_register_meetup_pricing_item_container,
html[dir="rtl"] .tz_register_meetup_pricing_item_price {
  border-radius: 0;
}
html[dir="rtl"] .relative_footer .absolute_footer {
  left: 13em;
  right: auto;
}
html[dir="rtl"] .contactform .clear input.button {
  left: 20px;
  right: auto;
}
html[dir="rtl"] .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price::after {
  left: -15px;
  right: auto;
  border-left: 0;
  border-right: 25px solid #e45914;
}
html[dir="rtl"] .media-body {
  text-align: right;
}
/*# sourceMappingURL=template.css.map */

.box-media {  background: #cde9ee; padding: 15px; border: 2px solid #0080b4;  border-radius: 10px; width: 260px; margin-bottom: 15px; }

.block-links {float: left; margin-right: 50px; width: 260px; margin-bottom: 15px;}
.orange {color: #d7810d;}

.blue {color: #0080b1;}
.h2, h2  {color: #0080b1; font-size: 1.4em; line-height: 1.3em; font-weight: normal;}
.h4, h4  {color: #0080b1; font-size: 1.2em; line-height: 1.3em; font-weight: normal;}

ul.list-media, ul.list-media-flex {
    list-style: none;
margin-top: 15px;
}

  ul.list-media-flex li {
    margin: 0;
    padding-left: 18px;
    position: relative;
 display: flex;
      margin-left: -35px;
  background: url("../../../../../images/template/pt-li.png") no-repeat scroll left top transparent;

}
    
  ul.list-media li {
    margin: 0;
    padding-left: 18px;
    position: relative;
    display: block;
      margin-left: -35px;
  background: url("../../../../../images/template/pt-li.png") no-repeat scroll left top transparent;

}
ul.list-media li:after, ul.list-media-flex li:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 0.34em solid transparent;
    left: 5px;
    top: 4px;
}






.table-responsive {
   
    border: 0px solid #fefefe !important;
}
a {color: #d7810d;}
a:hover {color: #0080b1;}



.ls-v5 .ls-thumbnail-inner {

    background: #fbf4eb  !important;
}

.button-blue {
    background: #0080b1;
    padding: 5px;
    color: #fff !important;
    width: 270px;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
}


.button-blue:hover {
    background: #f39324;
    padding: 5px;
    width: 270px;
    color: #fff !important;
    text-align: center;
    border-radius: 8px;
}
.carouselck_caption > div {

    height: 30% !important;
    width: 100% !important;
}.carouselck_caption_title {
    margin: 5px 0 !important;
}

.navbar-default .plazart-megamenu ul > li > a {color: #0080b1 !important; text-transform: none; } 


.plazart-megamenu ul.navbar-nav > li > a {

    max-width: 100px !important;
 } 

.bild-georgiadou {margin-bottom: 90px; margin-right: 40px;  margin-top: 6px; float: left;  }
@media (max-width: 768px) { 
   .plazart-megamenu ul.navbar-nav > li > a {
    margin: 10px 0; }
    
.bild-georgiadou {margin-bottom: 20px; margin-right: 200px;  margin-top: 0px;   }
    .mobile-title img {    
 max-width: 100%;   
}
 
    
    .plazart-megamenu ul.navbar-nav > li > a {

    max-width: 100% !important;} 
.navbar-default .plazart-megamenu ul > li > a {

    padding: 0 10px 0;
}
 
}
strong {font-weight: 600;}

.rl_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
    
    background: #fbf4eb;
}

.menupunkt {display: none !important;}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 8px;
   color: #ffffff !important;
    background: #0080b1;
}

.panel-heading a {

   color: #ffffff !important;
   
}
.panel {
    border-radius: 8px;
    background-color: #fbf4eb !important;}
  
.panel-heading:hover {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 8px;
    color: #ffffff !important;
    background: #f39324;
}

.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    color: #ffffff !important;
    background: #f39324;
    text-decoration: none;   
    border-radius: 8px;
}


.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: #0080b1;
    border-radius: 8px !important;
    color: #ffffff;}

.rl_sliders.accordion > .accordion-group {
    border: 0px solid #e5e5e5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}