/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@font-face {
  font-family: 'cus-icon';
  src: url('../../../fonts/cus-icon/cus-icon.eot?-hl803b');
  src: url('../../../fonts/cus-icon/cus-icon.eot?#iefix-hl803b') format('embedded-opentype'), url('../../../fonts/cus-icon/cus-icon.ttf?-hl803b') format('truetype'), url('../../../fonts/cus-icon/cus-icon.woff?-hl803b') format('woff'), url('../../../fonts/cus-icon/cus-icon.svg?-hl803b#cus-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="cus-icon-"],
[class*=" cus-icon-"] {
  font-family: 'cus-icon';
  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;
}
.cus-icon-arrow:before {
  content: "\e601";
}
.cus-icon-quote_icon1:before {
  content: "\e600";
}
@font-face {
  font-family: 'f-semona';
  src: url('../../../fonts/f-semona/f-semona.eot?-yv0cgm');
  src: url('../../../fonts/f-semona/f-semona.eot?#iefix-yv0cgm') format('embedded-opentype'), url('../../../fonts/f-semona/f-semona.ttf?-yv0cgm') format('truetype'), url('../../../fonts/f-semona/f-semona.woff?-yv0cgm') format('woff'), url('../../../fonts/f-semona/f-semona.svg?-yv0cgm#f-semona') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="f-semona"],
[class*=" f-semona"] {
  font-family: 'f-semona';
  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;
}
.f-semonaMenu-Switch:before {
  content: "\e600";
}
@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: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
body {
  font-size: 14px;
}
body.loaded #loading {
  visibility: hidden;
  opacity: 0;
}
#loading {
  background: #ffffff;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.none-padding-rl {
  padding-left: 0;
  padding-right: 0;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  text-outline: none;
}
@media (min-width: 1200px) {
  .clear_ds {
    clear: both;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .clear_md {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .clear_sm {
    clear: both;
  }
}
@media (max-width: 480px) {
  .clear_xs {
    clear: both;
  }
}
.ds-table {
  display: table;
  width: 100%;
  height: 100%;
}
.ds-table .ds-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tz-header {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.style_1 {
  background: rgba(0, 0, 0, 0.3);
  top: 70px;
}
.tz-header.style_1.tz-fixed {
  position: fixed;
  top: 0;
  background: #000000;
  padding: 0;
}
.tz-header.style_1.tz-fixed #tzlogo {
  padding: 15px 0;
}
.tz-header.style_1.tz-fixed .plazart-megamenu ul.level0 > li > a {
  padding: 25px 20px;
}
.tz-header.style_1.tz-fixed .navbar-inner .btn-menu {
  padding: 13px 0;
}
.tz-header.style_1 #tzlogo {
  padding: 30px 0;
  display: block;
}
.tz-header.tz-fixed {
  position: fixed;
  top: 0;
  background: #000000;
  padding: 15px 0;
}
.tz-header.style_2.tz-fixed {
  background: transparent;
}
.tz-header.style_2.tz-fixed #tz-logo {
  visibility: hidden;
  opacity: 0;
}
.tz-header.style_2.tz-fixed .btn-menu {
  padding: 19px 15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3 linear 0s;
  -o-transition: all 0.3 linear 0s;
  transition: all 0.3 linear 0s;
}
.tz-header.style_2.tz-fixed .btn-menu:hover {
  background: #000000;
}
.banner_custom_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner_custom_text .custom_text_banner {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.banner_custom_text .custom_text_banner.style_1 {
  font-size: 66px;
}
.banner_custom_text .custom_text_banner.style_1:before {
  content: '';
  position: absolute;
  background: #e0006c;
  height: 5px;
  width: 172px;
  left: 40%;
  top: 50%;
  margin-top: -15px;
  margin-left: -16px;
}
.banner_custom_text .custom_text_banner.style_2 {
  font-size: 20px;
  letter-spacing: 3px;
}
.tz-breadcrumb h2.bread_last {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
}
.tz-breadcrumb .breadcrumb {
  margin: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
.tz-breadcrumb .breadcrumb li a,
.tz-breadcrumb .breadcrumb li span {
  color: #ffffff;
}
.tz-breadcrumb .breadcrumb li a:hover,
.tz-breadcrumb .breadcrumb li span:hover,
.tz-breadcrumb .breadcrumb li a:focus,
.tz-breadcrumb .breadcrumb li span:focus,
.tz-breadcrumb .breadcrumb li a:active,
.tz-breadcrumb .breadcrumb li span:active {
  text-decoration: none;
}
.tz-breadcrumb .breadcrumb > li + li:before {
  color: #e0006c;
  margin: 0;
  padding: 0 5px 0 10px;
}
.flexslider {
  border: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.flex-control-nav.flex-control-paging {
  bottom: 25px;
}
.flex-control-nav.flex-control-paging li {
  line-height: 1em;
  margin: 0 3px;
}
.flex-control-nav.flex-control-paging li a {
  background: #ffffff;
  height: 12px;
  width: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flex-control-nav.flex-control-paging li a.flex-active,
.flex-control-nav.flex-control-paging li a:hover,
.flex-control-nav.flex-control-paging li a:focus {
  background: #e0006c;
}
.TzUserMedia,
.TzBlogMedia {
  margin: 0;
}
.block_info {
  padding: 30px 30px 40px;
  background: #ffffff;
}
.TzUserArticleInfo,
.TzTagArticleInfo,
.TzArticleBlogInfo {
  font-size: 13px;
  color: #bbbbbb;
  margin-bottom: 25px;
  font-family: Lato;
}
.TzUserArticleInfo.single_article,
.TzTagArticleInfo.single_article,
.TzArticleBlogInfo.single_article {
  margin: 0;
}
.TzUserArticleInfo > div,
.TzTagArticleInfo > div,
.TzArticleBlogInfo > div,
.TzUserArticleInfo .content_rating,
.TzTagArticleInfo .content_rating,
.TzArticleBlogInfo .content_rating {
  display: inline-block;
}
.TzUserArticleInfo a,
.TzTagArticleInfo a,
.TzArticleBlogInfo a {
  color: #dddddd !important;
}
.TzUserArticleInfo a:hover,
.TzTagArticleInfo a:hover,
.TzArticleBlogInfo a:hover {
  color: #e0006c !important;
}
.TzUserArticleInfo .content_rating .muted,
.TzTagArticleInfo .content_rating .muted,
.TzArticleBlogInfo .content_rating .muted {
  color: #dddddd;
}
.TzUserArticleInfo .rating > .rating-item:hover span::before,
.TzTagArticleInfo .rating > .rating-item:hover span::before,
.TzArticleBlogInfo .rating > .rating-item:hover span::before,
.TzUserArticleInfo .rating > .rating-item:hover ~ a span::before,
.TzTagArticleInfo .rating > .rating-item:hover ~ a span::before,
.TzArticleBlogInfo .rating > .rating-item:hover ~ a span::before,
.TzUserArticleInfo .rating > .voted::before,
.TzTagArticleInfo .rating > .voted::before,
.TzArticleBlogInfo .rating > .voted::before,
.TzUserArticleInfo .rating > .rating-item:hover::before,
.TzTagArticleInfo .rating > .rating-item:hover::before,
.TzArticleBlogInfo .rating > .rating-item:hover::before,
.TzUserArticleInfo .rating > .rating-item:hover ~ .rating-item::before,
.TzTagArticleInfo .rating > .rating-item:hover ~ .rating-item::before,
.TzArticleBlogInfo .rating > .rating-item:hover ~ .rating-item::before {
  color: #e0006c;
}
.TzDescription {
  margin-top: 25px;
  color: #8b8b8b;
  line-height: 1.7em;
}
.TzDescription p {
  margin: 0;
}
.TzReadmore {
  background: #363d4f;
  color: #ffffff !important;
  text-transform: inherit;
  padding: 10px 25px;
  margin: 25px 0 0;
  display: inline-block;
  border: 1px solid #363d4f;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.3333333;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.TzReadmore:hover,
.TzReadmore:focus {
  color: #ffffff !important;
  background: #e0006c;
  border: 1px solid #e0006c;
}
.TzItem {
  margin-bottom: 40px;
}
.TzUserTitle,
.TzTagTitle,
.TzBlogTitle {
  font-size: 26px;
  font-weight: 600;
}
.TzUserTitle a,
.TzTagTitle a,
.TzBlogTitle a {
  color: #363d4f;
}
.TzUserTitle a:hover,
.TzTagTitle a:hover,
.TzBlogTitle a:hover {
  text-decoration: none;
  color: #e0006c;
}
.TzQuote {
  position: relative;
}
.TzQuote .TzBlogMedia:before {
  background: #434a5d;
  content: " ";
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 100%;
}
.TzQuote .TzBlogMedia img {
  opacity: 0.05;
}
.TzQuote .block_info {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  color: #ffffff;
  text-align: center;
}
.TzQuote .block_info i {
  font-size: 23px;
  color: #e0006c;
  padding-bottom: 20px;
  display: block;
}
.TzQuote .block_info .text {
  font-size: 20px;
  font-style: normal;
}
.TzQuote .block_info .text p {
  padding: 12px 0 15px;
  margin: 0;
}
.TzQuote .block_info .author {
  color: #cccccc;
  font-size: 13px;
  line-height: 1em;
  display: block;
  padding-top: 20px;
}
.style1 .module-title {
  margin-bottom: 25px;
  position: relative;
}
.style1 .module-title:after {
  border-top: 1px solid #e1e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: 1px;
  width: 100%;
}
.style1 .module-title > span {
  position: relative;
  font-size: 20px;
  padding-right: 30px;
  display: inline-block;
  background: #f7f7f7;
  z-index: 1111;
}
.style1 .module-title > span:before {
  background: #e0006c;
  border-radius: 50%;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  width: 7px;
  top: 50%;
  margin-top: -3px;
}
.style2 .module-title {
  color: #e1e1e1;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
}
.style2.ver1 .module-title {
  margin-bottom: 60px;
}
.style2.ver1 .module-title:before {
  content: ' ';
  border-bottom: 1px solid #e0006c;
  position: absolute;
  top: 30px;
  width: 80px;
  left: 0;
}
.style2.ver2 .module-title {
  margin-bottom: 10px;
}
.style2 ul.mod_tz_tag {
  margin-bottom: 30px;
}
.style2 ul.mod_tz_tag li a {
  background: #3f3f3f;
  color: #cccccc;
}
.style2 .tztwd-tweets .avatar-info i {
  background: #3f3f3f;
  color: #cccccc;
}
.style2 div.tztwd-tweet-container {
  border-color: #3f3f3f !important;
}
.style2 div.tztwd-tweet-container:last-child {
  border: none !important;
}
.tz-color-white .custom_text_mod {
  color: #ffffff !important;
}
.style3 .module-title {
  margin: 0;
  z-index: 11;
}
.style3 .module-title .mod_title {
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #3d3d3d;
  line-height: 1.3em;
}
.style3 .module-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #3d3d3d;
  margin: 15px auto;
}
.style3 .module-title .custom_text_mod {
  display: block;
}
.style3 .custom_text_mod_top {
  padding-bottom: 13px;
  font-weight: 600;
  color: #e0006c;
  text-align: center;
}
.style3 .custom_text_mod {
  padding: 10px 0 23px;
  font-size: 15px;
  color: #888888;
  width: 65%;
  margin: auto;
  line-height: 1.7em;
  text-align: center;
}
.style3.ver2 .module-title {
  position: relative;
}
.style3.ver2 .module-title:after {
  content: none;
}
.style3.ver2 .module-title .mod_title {
  position: relative;
  font-weight: 400;
  font-size: 40px;
}
.style3.ver2 .module-title .mod_title:after {
  content: '';
  position: absolute;
  border-top: 3px solid #e0006c;
  left: 80px;
  top: 23px;
  width: 145px;
}
.style3.ver2 .custom_text_mod {
  font-size: 18px;
  padding: 23px 0 10px;
}
.style3.ver3 .module-title:after {
  content: none;
}
.style3.ver3 .custom_text_mod {
  font-size: 18px;
  color: #555555;
}
.aside-right .tz-module {
  margin: 30px 0;
}
.aside-right .tz-module:first-child {
  margin-top: 0;
}
.aside-right .tz-module h3.module-title {
  margin-top: 0;
}
.form-search .search-query {
  width: 100%;
  font-size: 13px;
  background: #ffffff;
  color: #bbbbbb;
  border-color: #ffffff;
  border-radius: 50px;
  padding: 15px 20px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search .search-query:focus {
  border-color: #e0006c;
}
#login-form .form-group {
  margin-bottom: 5px;
}
#login-form .tz-submit {
  height: auto;
  border: 1px solid #4c5866;
  padding: 10px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  line-height: 1.3em;
  text-transform: uppercase;
  width: 100%;
  display: block;
  background: #4c5866;
  color: #ffffff;
}
#login-form .unstyled {
  float: right;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
#login-form .unstyled li a {
  color: #e0006c;
  text-decoration: underline;
}
#login-form .unstyled li a:hover {
  color: #e0006c;
  text-decoration: none;
}
#login-form .input-group {
  width: 100%;
}
#login-form .input-group i {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #dce2ed;
  z-index: 99;
}
#login-form .input-group input {
  width: 100%;
  height: auto;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  line-height: 1.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #818d9a;
}
ul.category-menu,
.archive-module {
  list-style: outside none none;
  padding: 0;
}
ul.category-menu li,
.archive-module li {
  border-bottom: 1px dashed #e1e1e1 !important;
  padding: 8px 0 !important;
}
ul.category-menu li:first-child,
.archive-module li:first-child {
  padding-top: 0;
}
ul.category-menu li a,
.archive-module li a {
  color: #363d4f;
  font-size: 15px;
  font-weight: 600;
}
ul.category-menu li a:hover,
.archive-module li a:hover {
  color: #e0006c;
  text-decoration: none;
}
ul.category-menu li a .count,
.archive-module li a .count {
  float: right;
  color: #ffffff;
  background: #e0006c;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border-radius: 2px;
}
ul.category-menu li ul.sub-menu-category {
  display: block;
  padding: 8px 0 0;
  list-style: none;
}
ul.category-menu li ul.sub-menu-category li {
  border-top: 1px dashed #e1e1e1;
  border-bottom: none;
  margin: 0;
}
ul.category-menu li ul.sub-menu-category li:first-child {
  padding-top: 8px;
}
ul.category-menu li ul.sub-menu-category li:last-child {
  padding-bottom: 0;
}
div.tztwd-tweet-container {
  padding: 20px 0 15px;
  border-bottom: 1px dashed #e1e1e1 !important;
}
div.tztwd-tweet-container:last-child {
  border-bottom: none;
}
div.tztwd-tweet-container:first-child {
  padding-top: 0;
}
.tztwd-header {
  padding: 0 0 10px;
}
.tztwd-tweets {
  font-size: 14px;
}
.tztwd-tweets .avatar-info,
.tztwd-tweets .tweet-detail {
  display: table-cell;
  vertical-align: top;
}
.tztwd-tweets .avatar-info {
  width: 40px;
}
.tztwd-tweets .avatar-info i {
  color: #ffffff;
  font-size: 16px;
  padding: 6px;
  background: #e0006c;
  border-radius: 50%;
}
.tztwd-tweet-data {
  font-size: 13px;
  text-align: left;
  margin-top: 5px;
}
ul.mod_tz_tag {
  margin: -3px -2px;
}
ul.mod_tz_tag li {
  padding: 3px 2px;
  display: inline-block !important;
}
ul.mod_tz_tag li a {
  color: #ffffff;
  font-size: 10px;
  padding: 8px 15px;
  background: #363d4f;
  display: block;
  text-transform: uppercase;
}
ul.mod_tz_tag li a:hover {
  color: #e0006c;
  text-decoration: none;
}
.latestnews li {
  border-bottom: 1px dashed #e1e1e1;
  padding: 10px 0 15px;
}
.latestnews li:first-child {
  padding-top: 0;
}
.latestnews li a {
  color: #8b8b8b;
  margin-bottom: 10px;
}
.latestnews li a:hover {
  color: #e0006c;
  text-decoration: none;
}
.latestnews li .created {
  margin-top: 10px;
  color: #bbbbbb;
  font-size: 13px;
}
.tz_item_default .tz_description {
  color: #8b8b8b;
}
.tz_item_default .tz_description p {
  line-height: 1.7em;
}
.tz_item_default .tz_readmore a,
.tz_item_default .tz_readmore i {
  color: #e0006c;
  text-decoration: none;
}
.pagination {
  display: block;
  text-align: center;
  margin: 0;
}
.pagination .pagination {
  display: inline-block;
}
.pagination .pagination-list li {
  display: inline-block;
}
.pagination .pagination-list li a {
  border: none;
  background: transparent;
  color: #363d4f;
  margin: 0;
  font-size: 16px;
}
.pagination .pagination-list li a:hover {
  background: transparent;
  color: #e0006c;
}
.pagination .pagination-list li.active a {
  color: #e0006c;
}
.pagination .pagination-list:after {
  content: '';
  display: block;
  clear: both;
}
.text-custom-bottom p {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 7px 0;
  padding: 0;
  line-height: 1.2em;
}
.text-custom-bottom p.text-semibold {
  font-weight: 600;
}
.text-custom-bottom a {
  background: #363d4f;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0;
  display: inline-block;
  border: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.3333333;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: right;
  letter-spacing: 2px;
}
.text-custom-bottom a:hover,
.text-custom-bottom a:focus {
  color: #e0006c !important;
  background: #363d4f;
  border: none;
}
.flickr {
  padding: 0;
  margin: -6px;
}
.flickr a {
  position: relative;
  display: block;
}
.flickr a:before {
  color: #ffffff;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 20px;
  left: 50%;
  margin: -14px 0 0 -8px;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.flickr a:after {
  background: #e0006c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.flickr a:hover:before {
  opacity: 1;
}
.flickr a:hover:after {
  opacity: 0.9;
}
.style-gallery .TzInner {
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  height: 480px;
}
.style-gallery .TzInner:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.style-gallery .TzInner:hover .line-right:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.style-gallery .TzInner:hover .line-right:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.style-gallery .TzInner:hover .line-left:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.style-gallery .TzInner:hover .line-left:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.style-gallery .TzInner:hover .TzPortfolioDescription {
  opacity: 1;
}
.style-gallery .TzInner:hover:after {
  opacity: 1;
}
.style-gallery .TzPortfolioMedia {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.style-gallery .TzPortfolioMedia img {
  position: relative;
}
.style-gallery .TzPortfolioDescription {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 2;
}
.style-gallery div#infscr-loading {
  background-color: transparent;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 0;
}
.style-gallery .tzNomore {
  display: none;
}
.tz-gallery {
  padding: 0;
}
.tz-gallery #tz_options {
  padding: 30px 0;
}
.tz-gallery .option-combo {
  text-align: center;
}
.tz-gallery .option-combo .option-set a {
  border: 1px solid #ffffff;
  padding: 10px 20px;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 0;
  margin: 0 5px;
}
.tz-gallery .option-combo .option-set a.selected,
.tz-gallery .option-combo .option-set a:hover,
.tz-gallery .option-combo .option-set a:focus {
  background: transparent !important;
  color: #e0006c;
  border-color: #e0006c;
}
.tz-gallery .TzPortfolioMedia {
  margin: 0;
}
.tz-gallery .TzPortfolioDescription {
  padding: 15px;
}
.tz-gallery .TzPortfolioDescription .TzPortfolioTitle a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px;
}
.tz-gallery .TzPortfolioDescription .TzTag {
  color: #e0006c;
  font-size: 18px;
}
.tz-gallery .TzPortfolioDescription .TzTag a {
  color: #e0006c;
  text-transform: capitalize;
}
@media (min-width: 640px) {
  .tz_extra_landscape .line-left:before {
    width: 94%;
    left: 2%;
  }
  .tz_extra_landscape .line-right:before {
    width: 94%;
    right: 2%;
  }
  .tz_landscape .line-left:before {
    width: 90%;
    left: 3%;
  }
  .tz_landscape .line-right:before {
    width: 90%;
    right: 3%;
  }
  .tz_portrait .line-left:after {
    top: 2%;
    height: 90%;
  }
  .tz_portrait .line-right:after {
    height: 90%;
    bottom: 3%;
  }
}
.line-left {
  height: 100%;
  margin: 0;
  top: 20px;
  left: 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.line-left:after {
  width: 1px;
  height: 80%;
  position: absolute;
  top: 5%;
  left: 0;
  content: '';
  background: #e0006c;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.line-left:before {
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 5%;
  content: '';
  background: #e0006c;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.line-right {
  height: 100%;
  margin: 0;
  right: 20px;
  bottom: 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.line-right:before {
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 5%;
  content: '';
  background: #e0006c;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.line-right:after {
  width: 1px;
  height: 80%;
  position: absolute;
  bottom: 5%;
  right: 0;
  content: '';
  background: #e0006c;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
/*----- page service ---*/
.mod_tz_news_gird {
  padding-top: 20px;
}
.box-lagre .tz_item_gird .tz_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 39px;
  display: block;
  margin-bottom: 19px;
}
.box-lagre .tz_item_gird .tz_title a {
  font-weight: 700;
}
.tz_item_gird {
  padding-bottom: 50px;
}
.tz_item_gird .tz_image {
  position: relative;
  margin-bottom: 25px;
}
.tz_item_gird .tz_image img {
  width: 100%;
}
.tz_item_gird .tz_image:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.tz_item_gird .tz_image:hover .overlay:before {
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
}
.tz_item_gird .tz_image:hover .overlay a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz_item_gird .tz_image:hover .tz_date {
  opacity: 0;
}
.tz_item_gird .tz_title {
  margin-top: 0;
  line-height: 1.2em;
}
.tz_item_gird .tz_title a {
  font-weight: 600;
  text-transform: uppercase;
  color: #252525;
}
.tz_item_gird .tz_description {
  color: #888888;
  line-height: 1.7em;
}
.tz_item_gird .tz_readmore {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #e0006c;
  font-weight: 400;
  font-size: 13px;
  padding-top: 20px;
}
.tz_item_gird .tz_readmore:after,
.tz_item_gird .tz_readmore:before {
  content: '';
  width: 40px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.tz_item_gird .tz_readmore:after {
  margin-left: 5px;
  background: #d7d7d7;
  background: -moz-linear-gradient(left, #d7d7d7 0%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d7d7d7), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #d7d7d7 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #d7d7d7 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #d7d7d7 0%, #ffffff 100%);
  background: linear-gradient(to right, #d7d7d7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ffffff', GradientType=1);
}
.tz_item_gird .tz_readmore:before {
  margin-right: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #d7d7d7 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #d7d7d7));
  background: -webkit-linear-gradient(left, #ffffff 0%, #d7d7d7 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #d7d7d7 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #d7d7d7 100%);
  background: linear-gradient(to right, #ffffff 0%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=1);
}
.tz_item_gird .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.tz_item_gird .overlay:before {
  background: rgba(255, 255, 255, 0.5);
}
.tz_item_gird .overlay a {
  top: 50%;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  margin: -15px 0 0 -15px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz_item_gird .overlay a:hover {
  color: #e0006c;
}
.tz_item_gird .tz_date {
  position: absolute;
  top: 0;
  left: 0;
  background: #e0006c;
  color: #f8f8f8;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8em;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-project .tz_item_gird .tz_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.feature-project .tz_item_gird .tz_description {
  line-height: 1.8em;
}
.parallax {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.tz_parallax .quote-content {
  font-weight: 600;
  font-size: 44px;
  text-transform: uppercase;
  color: #e1e1e1;
  text-align: center;
}
.parallax_overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.parallax_overlay > * {
  z-index: 2;
  position: relative;
}
.quote_style_1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 55px 0 45px;
}
.quote_author_style_1 {
  font-weight: 600;
  font-size: 18px;
  color: #e0006c;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.quote_icon {
  color: #e0006c;
  font-size: 27px;
}
.home3 .offer .flexslider {
  padding: 0;
  border: none;
  background: transparent;
}
.tz-custom-list li {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.tz-custom-list li:before {
  display: block;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.tz-custom-list li.tz-yes:before {
  content: '\f00c ';
  color: #84be20;
}
.tz-custom-list li.tz-no:before {
  content: '\f00d ';
  color: #f95b46;
}
.offer {
  overflow: hidden;
}
.offer .text {
  line-height: 1.6em;
}
.offer .text.text-1 {
  font-size: 18px;
  color: #555555;
  margin-bottom: 27px;
}
.offer .text.text-2 {
  font-size: 15px;
  color: #888888;
  margin-bottom: 33px;
}
.offer .title_offer {
  text-transform: uppercase;
  font-size: 30px;
  color: #3d3d3d;
  margin: 0 0 80px 0;
  position: relative;
}
.offer .title_offer a {
  color: #3d3d3d;
}
.offer .title_offer:after {
  content: '';
  position: relative;
  display: block;
  top: 20px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #3d3d3d;
}
.offer .tz-btn-readmore {
  margin-top: 14px;
  padding: 10px 35px;
  background: #e0006c;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.7em;
  -webkit-box-shadow: 0px -3px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px -3px 1px rgba(0, 0, 0, 0.2) inset;
}
.offer .flexslider {
  margin: 0;
  border: 1px solid #e1e1e1;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.offer .flexslider .flex-control-nav {
  bottom: 20px;
}
.offer .flexslider .flex-control-nav li {
  margin: 0 5px;
}
.offer .flexslider .flex-control-nav li a {
  border-radius: 0;
}
.offer .flexslider .flex-direction-nav a {
  background: #ffffff;
  height: 30px;
  width: 30px;
  margin: -15px 0 0;
  line-height: 30px;
}
.offer .flexslider .flex-direction-nav a:hover {
  background: #e0006c;
}
.offer .flexslider .flex-direction-nav a:hover:before {
  color: #ffffff;
}
.offer .flexslider .flex-direction-nav a:before {
  width: 100%;
  text-align: center;
  font-family: FontAwesome;
  color: #252525;
  font-size: 14px;
}
.offer .flexslider .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.offer .flexslider .flex-direction-nav a.flex-prev:before {
  content: '\f104';
}
.offer .flexslider:hover .flex-direction-nav .flex-next,
.offer .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.offer .flexslider:hover .flex-direction-nav .flex-next {
  right: 20px;
}
.offer .flexslider:hover .flex-direction-nav .flex-prev {
  left: 20px;
}
.tz-absolute .tz-media {
  float: none;
  text-align: center;
  opacity: 0.15;
}
.tz-absolute .tz-media img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.tz-absolute .tz-content {
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
.recent-model .models {
  padding-top: 40px;
}
.recent-model .models .model-box .team-details .title {
  font-weight: 400;
  color: #ffffff;
}
.models .model-box img {
  position: relative;
}
.models .model-box .team-details {
  padding: 35px 10px 0;
}
.models .model-box .team-details .title {
  font-size: 20px;
  color: #252525;
  margin: 0;
  padding-bottom: 10px;
}
.models .model-box .team-details .position {
  color: #e0006c;
  font-size: 16px;
  line-height: 1.6em;
}
.models .model-box .team-details .position,
.models .model-box .team-details .title {
  text-transform: uppercase;
  font-weight: 600;
}
.models .model-box:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.models .model-box:hover .overlay:before {
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
}
.models .model-box .overlay {
  background: transparent;
  z-index: 111;
}
.models .model-box .overlay:before {
  background: rgba(0, 0, 0, 0.5);
}
.models .model-box .overlay a {
  background-color: #ced0d1;
  border: 1px solid #ced0d1;
  display: inline-block;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  color: #111111;
  position: absolute;
  bottom: 30px;
  margin: 0 4px;
}
.models .model-box .overlay a:hover {
  color: #eeeeee;
  background: #e0006c;
  border-color: #e0006c;
}
.models .model-box .overlay a.pretty {
  left: 50%;
  margin-left: -40px;
}
.models .model-box .overlay a.link {
  right: 50%;
  margin-right: -40px;
}
.models .model-box .team-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.models .model-box .team-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 0;
  left: 0;
}
.models .model-box .option {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  padding: 10px;
  display: table;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.models .model-box .option > span {
  width: 100%;
  height: 100%;
  margin: 10px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
.models .model-box .option > span > a {
  background-color: #ced0d1;
  border: 1px solid #ced0d1;
  display: inline-block;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  color: #111111;
  position: absolute;
  bottom: 30px;
  margin: 0 4px;
}
.models .model-box .option > span > a:hover {
  color: #eeeeee;
  background: #e0006c;
  border-color: #e0006c;
}
.models .model-box-1 .team-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.models .model-box-1 .team-img img {
  position: relative;
}
.models .model-box-1 .title {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.models .model-box-1 .position {
  font-weight: 600;
  font-size: 15px;
  color: #e0006c;
  text-transform: uppercase;
  line-height: 1.5em;
  padding-bottom: 15px;
  letter-spacing: 1px;
}
.models .model-box-1 .description {
  color: #EEEEEE;
  line-height: 1.8em;
}
.models .model-box-1 .overlay {
  background: transparent;
  z-index: 111;
}
.models .model-box-1 .overlay:before {
  background: rgba(0, 0, 0, 0.5);
}
.models .model-box-1 .team-socials {
  padding: 0 15px;
}
.models .model-box-1 .team-socials li {
  display: inline-block;
}
.models .model-box-1 .team-socials li a {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: block;
  margin: 5px;
  position: relative;
  z-index: 1111;
}
.models .model-box-1 .team-socials li a:hover {
  background: #e0006c;
  border-color: #e0006c;
}
.models .model-box-1 .team-socials li a i {
  color: #ffffff;
  line-height: 35px;
  font-size: 18px;
  height: 35px;
  width: 35px;
}
.models .model-box-1:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.models .model-box-1:hover .overlay:before {
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
}
.models .owl-controls {
  margin-top: 0 !important;
}
.owl-carousel .owl-controls .owl-dot span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  opacity: 1 !important;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: #e0006c !important;
}
.tztwd-twitter-icon {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  position: relative;
  border: 6px solid rgba(255, 255, 255, 0.25);
  margin: auto;
}
.tztwd-twitter-icon i {
  font-size: 30px;
  background: #e0006c;
  color: #ffffff;
  line-height: 83px;
  height: 83px;
  width: 83px;
  border-radius: 50%;
}
.tztwd_parallax .tztwd-tweets {
  padding-top: 30px;
}
.tztwd_parallax .tztwd-header {
  padding: 20px 0;
}
.tztwd_parallax .tztwd-header img {
  float: none;
}
.tztwd_parallax div.tztwd-tweet-container {
  border: none !important;
  text-align: center;
  line-height: 2.5em;
  padding: 0 !important;
}
.tztwd_parallax div.tztwd-tweet-container .tztwd-tweet-data,
.tztwd_parallax div.tztwd-tweet-container .tztwd-tweet {
  font-size: 24px;
  font-weight: 400;
}
.tztwd_parallax div.tztwd-tweet-container .tztwd-tweet-data {
  margin: 0;
}
.tztwd_parallax div.tztwd-tweet-container .tztwd-tweet-data a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.tztwd_parallax .owl-theme .owl-controls {
  margin-top: 60px;
}
.tztwd_parallax .owl-theme .owl-controls .owl-dot span {
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
}
.tztwd_parallax .owl-theme .owl-controls .owl-dot.active span {
  background: #e0006c;
}
.TzContact {
  width: 75%;
  margin: auto;
}
.TzContact #contact-form input,
.TzContact #contact-form textarea {
  width: 100%;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  border-width: 0 0 2px 0;
  border-color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.TzContact #contact-form input:focus,
.TzContact #contact-form textarea:focus {
  border-color: transparent transparent #e0006c transparent;
  outline: none;
}
.TzContact #contact-form .emailCopy {
  padding-top: 25px;
}
.TzContact #contact-form .emailCopy input[type="checkbox"] {
  width: auto;
  margin: auto 10px auto auto;
  height: auto;
}
.TzContact #contact-form .emailCopy label {
  font-weight: 400;
  font-size: 15px;
  color: #EEEEEE;
  margin: 0;
}
.TzContact #contact-form .form-actions {
  padding-top: 20px;
}
.TzContact #contact-form label {
  color: #ffffff;
}
.TzContact #contact-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.TzContact #contact-form :-ms-input-placeholder {
  color: #ffffff;
}
.TzContact #message-sent,
.TzContact #message-sent-false {
  display: none;
}
.TzContact .tz-contact-button-bar {
  text-align: right;
}
.TzContact .tz-contact-send {
  text-transform: uppercase;
  background: transparent;
  border: none;
  color: #ffffff;
  position: relative;
  font-weight: 600;
  padding: 0;
  letter-spacing: 2px;
  font-size: 16px;
}
.TzContact .tz-contact-send:before {
  content: '';
  border-bottom: 2px solid #e0006c;
  display: block;
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
}
.TzContact .tz-contact-send:after {
  content: '';
  border-bottom: 2px solid #e0006c;
  position: absolute;
  width: 13px;
  display: block;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  bottom: -7px;
  right: 0;
}
.TzContact .mod_custom {
  padding-top: 125px;
}
.clients {
  margin: 0;
}
.clients .owl-stage img {
  margin: auto;
  width: auto !important;
  max-width: 100%;
}
.single_custom_text .page_image {
  padding-top: 20px;
  padding-bottom: 15px;
}
.single_custom_text .page_social {
  padding-top: 15px;
  padding-bottom: 15px;
}
.single_custom_text .page_info {
  color: #6e6b76;
  font-size: 15px;
  padding-top: 10px;
  line-height: 1.6em;
  font-weight: 500;
}
.single_custom_text .page_info p {
  margin: 0;
}
.page_social a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #686570;
  color: #686570;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
}
.page_social a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.about-team .team-img {
  position: relative;
}
.about-team .team-img img {
  width: 100%;
}
.about-team .team-img:hover .team-socials {
  opacity: 1;
}
.about-team .team-img .team-socials {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.about-team .team-img .team-socials ul li {
  display: inline-block;
}
.about-team .team-img .team-socials ul li a {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: block;
  margin: 0 5px;
}
.about-team .team-img .team-socials ul li a:hover {
  background: #e0006c;
  border-color: #e0006c;
}
.about-team .team-img .team-socials ul li a i {
  color: #ffffff;
  line-height: 35px;
  font-size: 18px;
  height: 35px;
  width: 35px;
}
.about-team .custom_text_header {
  font-size: 15px;
  color: #888888;
  margin-top: -4px;
  line-height: 1.7em;
  margin-bottom: 90px;
}
.about-team .team-details {
  padding-top: 25px;
}
.about-team .team-details .title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.about-team .team-details .position {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #aaaaaa;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.about-team .team-details .description {
  color: #888888;
  line-height: 1.7em;
  padding: 5px 0;
}
.tz_testimonial-multiple {
  margin-bottom: -60px;
}
.tz_testimonial-multiple > div {
  padding-bottom: 60px;
}
.tz_testimonial-multiple .tz-media {
  width: 105px;
}
.tz_testimonial-multiple .tz-media .image {
  height: 105px;
  border-radius: 50%;
  background: #cccccc;
  border: 6px solid transparent;
}
.tz_testimonial-multiple .tz-media img {
  max-width: 100%;
  border-radius: 50%;
  width: 100%;
}
.tz_testimonial-multiple .tz-media,
.tz_testimonial-multiple .tz-content {
  display: table-cell;
  vertical-align: top;
}
.tz_testimonial-multiple .tz-content {
  padding-top: 5px;
  padding-left: 20px;
}
.tz_testimonial-multiple .tz-content .quote {
  color: #888888;
  line-height: 1.7em;
  padding-bottom: 10px;
}
.tz_testimonial-multiple .tz-content .author,
.tz_testimonial-multiple .tz-content .job {
  font-weight: 500;
}
.tz_testimonial-multiple .tz-content .author {
  color: #252525;
}
.tz_testimonial-multiple .tz-content .job {
  color: #aaaaaa;
}
.clients-grid .client-wrap {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
  border-right-style: solid;
  border-right-width: 1px;
  padding: 0;
  height: 150px;
  position: relative;
  width: 20%;
  float: left;
}
.clients-grid .client-wrap .clients-logo {
  position: absolute;
  width: 100%;
  height: 100%;
}
.clients-grid .client-wrap.last {
  border-right-width: 0;
}
.clients-grid .client-wrap.no-border {
  border-bottom-width: 0;
}
.clients-grid .client-wrap img {
  max-width: 100%;
  display: block;
  margin: auto;
  vertical-align: middle;
}
.clients-grid .first {
  clear: both !important;
}
#toTop {
  position: relative;
}
#toTop .toTop {
  position: absolute;
  right: 0;
  bottom: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00000;
  width: 40px;
  height: 40px;
  text-align: center;
}
#toTop .toTop i {
  font-size: 26px;
  color: #eeeeee;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
}
.tp-bullets.custom .bullet {
  width: 5px;
  height: 35px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tp-bullets.custom .bullet:hover,
.tp-bullets.custom .bullet.selected {
  background: rgba(224, 0, 108, 0.8);
}
.tparrows.default.custom {
  background: none;
  text-align: center;
}
.tparrows.default.custom:after {
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 32px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
}
.tparrows.default.custom:hover:after {
  background: #e0006c;
}
.tparrows.default.custom.tp-leftarrow:after {
  content: '\f104';
}
.tparrows.default.custom.tp-rightarrow:after {
  content: '\f105';
}
.menu-style-home-1 {
  position: fixed;
  top: -70px;
  left: 0;
  bottom: -70px;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 9999;
}
.menu-style-home-1.open {
  visibility: visible;
  opacity: 1;
}
.menu-style-home-1 .nav {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.menu-style-home-1 .nav li {
  text-align: center;
}
.menu-style-home-1 .nav li.current a {
  color: #e0006c;
  background: transparent;
}
.menu-style-home-1 .nav li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  padding: 0;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  -ms-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.btn-menu {
  display: inline-block;
  cursor: pointer;
  padding: 10px 0;
}
.btn-menu .menu-toggle {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  height: 22px;
}
.btn-menu .menu-toggle .bar {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s;
  transition: -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out, transform 0.3s ease-out, opacity 0.3s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.btn-menu .menu-toggle .bar1 {
  top: 0;
}
.btn-menu .menu-toggle .bar2 {
  top: 50%;
  margin-top: -1px;
}
.btn-menu .menu-toggle .bar3 {
  bottom: 0;
}
.btn-menu .menu-toggle.active .bar1 {
  -webkit-transform: rotate(45deg) translateX(7px) translateY(7px);
  -moz-transform: rotate(45deg) translateX(7px) translateY(7px);
  -ms-transform: rotate(45deg) translateX(7px) translateY(7px);
  -o-transform: rotate(45deg) translateX(7px) translateY(7px);
  transform: rotate(45deg) translateX(7px) translateY(7px);
}
.btn-menu .menu-toggle.active .bar2 {
  opacity: 0;
}
.btn-menu .menu-toggle.active .bar3 {
  -webkit-transform: rotate(-45deg) translateX(7px) translateY(-7px);
  -moz-transform: rotate(-45deg) translateX(7px) translateY(-7px);
  -ms-transform: rotate(-45deg) translateX(7px) translateY(-7px);
  -o-transform: rotate(-45deg) translateX(7px) translateY(-7px);
  transform: rotate(-45deg) translateX(7px) translateY(-7px);
}
.btn-menu i {
  color: #ffffff;
  font-size: 22px;
}
.tz_creative .tz_item_default {
  padding: 45px 0;
  display: block;
  float: none;
}
.tz_creative .tz_item_default:first-child {
  padding-top: 0;
}
.tz_creative .tz_item_default:last-child {
  padding-bottom: 0;
}
.tz_creative .tz_item_default .tz-content {
  padding: 30px 15px 0;
}
.tz_creative .tz_item_default .tz-content .tz_category {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #e0006c;
}
.tz_creative .tz_item_default .tz-content .tz_title {
  padding-bottom: 60px;
  position: relative;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.5em;
}
.tz_creative .tz_item_default .tz-content .tz_title:after {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 3px solid #3d3d3d;
  width: 50px;
  top: 62px;
}
.tz_creative .tz_item_default .tz-content .tz_title a {
  text-transform: uppercase;
  color: #3d3d3d;
}
.tz_creative .tz_item_default .tz_description .text-1 {
  font-size: 18px;
  line-height: 1.6em;
  color: #555555;
  padding-bottom: 18px;
}
.tz_creative .tz_item_default .tz_description .text-2 {
  font-size: 15px;
  color: #888888;
}
.tz_creative .tz-media img {
  max-width: 100%;
}
.tz_creative .eve .tz-media .tz_image {
  padding-right: 40px;
}
.tz_creative .eve .tz_title:after {
  left: 0;
}
.tz_creative .old .tz-media,
.tz_creative .old .tz-content {
  float: right;
}
.tz_creative .old .tz-content {
  text-align: right;
}
.tz_creative .old .tz-media .tz_image {
  padding-left: 40px;
}
.tz_creative .old .tz_title:after {
  right: 0;
}
.tz-menu-footer-page li {
  display: inline-block;
  margin: 0;
  padding: 12px 0;
}
.tz-menu-footer-page li:last-child a {
  border-right: none;
}
.tz-menu-footer-page li.open > a:hover,
.tz-menu-footer-page li.open > a:focus,
.tz-menu-footer-page li.open > a {
  border-color: #000000;
}
.tz-menu-footer-page li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #5e5c63;
  border-right: 1px solid #000000;
  padding: 0 15px;
  line-height: 1em;
  border-radius: 0;
  font-weight: 500;
}
.tz-footer-2 {
  border-bottom: 1px solid #0c0c0e;
}
.tz-menu-footer-1 {
  position: relative;
}
.tz-menu-footer-1:after {
  border-top: 1px solid #2e2e33;
  content: '';
  position: absolute;
  width: 100%;
  top: 4px;
}
.tz-footer {
  color: #8b8b8b;
}
.tz-footer a {
  color: #8b8b8b;
}
.tz-footer .custom-text-footer {
  margin-top: 45px;
}
.tz-footer .custom-text-footer p {
  margin: 15px 0;
  line-height: 1.7em;
}
.tz-footer .custom-text-footer p:first-child {
  margin-top: 0;
}
.tz-footer .custom-text-footer a {
  font-style: italic;
  color: #e0006c;
}
.tz-footer .custom-text-footer a i {
  font-size: 6px;
}
.social_footer li {
  display: inline-block;
}
.social_footer li a {
  color: #636363;
  padding: 0 5px;
}
.social_footer li a:hover i {
  color: #e0006c;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.social_footer li a i {
  font-size: 15px;
  line-height: 2.5em;
}
.social_footer li:first-child a {
  padding-left: 0;
}
.social_footer li:last-child a {
  padding-right: 0;
}
.nav li.open > a,
.nav li.open > a:hover,
.nav li.open > a:focus,
.nav li > a:hover,
.nav li > a:focus,
.nav li.active > a,
.nav li.active > a:hover {
  background: transparent;
  color: #e0006c;
}
.nav.tz-useful-menu li {
  display: block;
  border-bottom: 1px dashed #3f3f3f;
}
.nav.tz-useful-menu li:last-child {
  border-bottom: none;
}
.nav.tz-useful-menu li:before {
  content: '\f054 ';
  font-family: FontAwesome;
  top: 12px;
  position: absolute;
  color: #e0006c;
  font-size: 10px;
}
.nav.tz-useful-menu li a {
  line-height: 1.3em;
}
.nav.tz-menu-footer {
  float: right;
}
.nav.tz-menu-footer li {
  display: inline-block;
}
.nav.tz-menu-footer li:first-child a {
  padding-left: 0;
}
.nav.tz-menu-footer li:last-child a {
  padding-right: 0;
}
.nav.tz-menu-footer li.active > a {
  color: #e0006c;
}
.nav.tz-menu-footer li a {
  color: #636363;
  padding: 5px 10px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.skill-count-item {
  padding: 15px 0;
}
.skill-count-item .tz_media,
.skill-count-item .tz_content {
  display: table-cell;
  vertical-align: middle;
}
.skill-count-item .tz_content {
  border-left: 1px solid #e0006c;
  padding-left: 15px;
}
.skill-count-item .tz_content h2,
.skill-count-item .tz_content p {
  margin: 0;
}
.skill-count-item .tz_content h2 {
  color: #3d3d3d;
  font-size: 40px;
  margin-top: 10px;
}
.skill-count-item .tz_content p {
  color: #252525;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.skill-count-item .tz_media {
  padding-right: 15px;
}
.custom_text_top_count {
  padding-bottom: 55px;
}
.custom_text_top_count .style_1 {
  font-size: 26px;
  line-height: 1.5em;
}
.mod_coutndown {
  color: #dddddd;
}
.mod_coutndown .custom_text_countdown .style_1 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e0006c;
}
.mod_coutndown .custom_text_countdown .style_2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 20px;
}
.mod_coutndown .custom_text_countdown .style_3 {
  font-size: 18px;
  color: #dddddd;
  width: 70%;
  margin: auto;
  line-height: 1.6em;
}
.mod_coutndown .custom_text_bottom_countdown p {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.mod_coutndown .custom_text_bottom_countdown a {
  color: #ffffff;
  background: #e0006c;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: inset 0 -4px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -4px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.8em;
}
.tzCountdown {
  margin: auto;
  text-align: center;
  padding: 55px 0 40px;
}
.tzCountdown .countdown-section {
  padding: 0 30px;
}
.tzCountdown .countdown-section .countdown-amount {
  font-weight: 200;
  font-size: 120px;
  color: #eeeeee;
  vertical-align: middle;
}
.tzCountdown .countdown-section .countdown-period {
  padding-left: 10px;
  width: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  color: #e0006c;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.owl-carousel.testimonial-slide {
  width: 60%;
  margin: auto;
}
.owl-carousel.testimonial-slide .owl-item img {
  width: 110px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.owl-carousel.testimonial-slide .owl-item .tz-content {
  color: #ffffff;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 35px;
}
.owl-carousel.testimonial-slide .owl-item .tz-content .quote {
  font-size: 16px;
  line-height: 1.6em;
  padding-bottom: 45px;
}
.owl-carousel.testimonial-slide .owl-item .tz-content .author {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.7em;
  padding-bottom: 5px;
  font-weight: 400;
}
.owl-carousel.testimonial-slide .owl-item .tz-content .job {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #e0006c;
  font-weight: 600;
}
.tz_filter {
  text-align: center;
  padding-bottom: 60px;
}
.tz_filter .option-combo a {
  background: transparent !important;
  border: 1px solid #3b3b3b;
  color: #3b3b3b;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 5px;
  padding: 5px 15px;
  font-weight: 500;
  line-height: 1.7em;
}
.tz_filter .option-combo a.selected {
  color: #e0006c;
  border-color: #e0006c;
}
.home_content_portfolio {
  margin: -15px;
}
.home_content_portfolio .element {
  background: transparent;
}
.home_content_portfolio .TzInner {
  position: relative;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 15px;
}
.home_content_portfolio .TzInner:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.home_content_portfolio .TzInner:hover .overlay:before {
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
}
.home_content_portfolio .TzInner .tz-image-portfolio img {
  width: auto;
  position: relative;
}
.home_content_portfolio .TzInner .tz-portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home_content_portfolio .TzInner .tz-portfolio-content .ds-table-cell {
  padding: 30px;
  z-index: 111;
  position: relative;
}
.home_content_portfolio .TzInner .tz-portfolio-content .tz_title {
  line-height: 1.7em;
  margin: 0;
  padding-bottom: 5px;
}
.home_content_portfolio .TzInner .tz-portfolio-content .tz_title a {
  color: #ffffff;
  text-transform: uppercase;
}
.home_content_portfolio .TzInner .tz-portfolio-content .tz_tag a {
  color: #e0006c;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.home_content_portfolio .TzInner .tz-portfolio-content .option {
  position: absolute;
  bottom: 45px;
  width: 100%;
  left: 0;
}
.home_content_portfolio .TzInner .tz-portfolio-content .option a {
  height: 35px;
  width: 35px;
  margin: 0 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.home_content_portfolio .TzInner .tz-portfolio-content .option a i {
  line-height: 35px;
  color: #111111;
  font-size: 17px;
}
.home_content_portfolio .TzInner .tz-portfolio-content .option a:hover {
  background: #e0006c;
}
.home_content_portfolio .TzInner .tz-portfolio-content .option a:hover i {
  color: #EEEEEE;
}
.home_content_portfolio .TzInner .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.home_content_portfolio .TzInner .overlay:before {
  background: rgba(0, 0, 0, 0.4);
}
.view-all-projects {
  padding-top: 75px;
}
.view-all-projects .title {
  font-size: 28px;
  color: #3d3d3d;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.button-style-1 {
  color: #ffffff;
  background: #000000;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.8em;
  border: 1px solid #000000;
}
.button-style-2 {
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.8em;
}
.rev_slider_wrapper .button-style-1 {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.rev_slider_wrapper .button-style-1:hover {
  background: #ffffff;
  color: #e0006c;
  border-color: transparent;
}
.rev_slider_wrapper .button-style-2 {
  color: #000000;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.tz-style-dots .owl-dots {
  padding-top: 110px;
}
.tz-menu-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 330px;
  z-index: 99999;
  background: #000000;
  padding: 20px 0 60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-menu-fixed.open {
  visibility: visible;
  opacity: 1;
}
.tz-menu-fixed #login-form .tz-submit {
  border-color: #e0006c;
  background: #e0006c;
}
.tz-menu-fixed #login-form .unstyled li a {
  font-weight: 600;
}
.tz-menu-fixed #login-form .checkbox label {
  color: #ffffff;
}
.tz-menu-fixed .logo-menu {
  padding: 32px 0 30px;
}
.tz-menu-fixed .logo-menu .btn-menu {
  float: right;
  position: relative;
  height: 10px;
  width: 24px;
  display: block;
  clear: both;
  top: -33px;
  right: -15px;
}
.tz-menu-fixed .logo-menu .btn-menu .bar-1 {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  top: 0;
  -webkit-transform: rotate(45deg) translateX(7px) translateY(7px);
  -moz-transform: rotate(45deg) translateX(7px) translateY(7px);
  -ms-transform: rotate(45deg) translateX(7px) translateY(7px);
  -o-transform: rotate(45deg) translateX(7px) translateY(7px);
  transform: rotate(45deg) translateX(7px) translateY(7px);
}
.tz-menu-fixed .logo-menu .btn-menu .bar-2 {
  position: absolute;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transform: rotate(-45deg) translateX(6px) translateY(-7px);
  -moz-transform: rotate(-45deg) translateX(6px) translateY(-7px);
  -ms-transform: rotate(-45deg) translateX(6px) translateY(-7px);
  -o-transform: rotate(-45deg) translateX(6px) translateY(-7px);
  transform: rotate(-45deg) translateX(6px) translateY(-7px);
}
.tz-menu-fixed .form-search .search-query {
  background: #252525;
  color: #bbbbbb;
  border-color: #252525;
}
.tz-menu-fixed .archive-module {
  margin-top: -15px;
  padding-bottom: 15px;
}
.tz-menu-fixed .archive-module li a {
  color: #8b8b8b;
}
.tz-menu-fixed .archive-module li a:hover {
  color: #ffffff;
}
.tz-menu-fixed .archive-module li,
.tz-menu-fixed .latestnews li {
  border-bottom: 1px dashed rgba(139, 139, 139, 0.3) !important;
}
.tz-menu-fixed div.tztwd-tweet-container:last-child {
  border-bottom: none !important;
}
.tz-menu-fixed .flickr {
  padding-bottom: 12px;
}
.tz-menu-fixed .latestnews {
  padding-bottom: 14px;
}
.tz-menu-fixed .style1 .module-title {
  text-transform: uppercase;
}
.tz-menu-fixed .style1 .module-title:after {
  border-color: rgba(204, 204, 204, 0.3);
  margin-top: 2px;
}
.tz-menu-fixed .style1 .module-title > span {
  background: #000000;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}
.tz-menu-fixed .style1 .module-title > span:before {
  margin-top: -4px;
}
.tz-menu-fixed .search {
  padding-bottom: 17px;
  position: relative;
}
.tz-menu-fixed .search .button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  color: transparent;
}
.tz-menu-fixed .search .button:after {
  content: '\f002 ';
  display: block;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 13px;
  right: 30px;
}
.tz-menu-fixed ul.mod_tz_tag {
  padding-bottom: 12px;
}
.tz-menu-fixed ul.mod_tz_tag li a {
  background: #252525;
}
.tz-menu-fixed ul.mod_tz_tag li a:hover {
  background: #e0006c;
  color: #ffffff;
}
.tz-menu-fixed div.tztwd-tweet-container {
  border-color: rgba(139, 139, 139, 0.3) !important;
}
.tz-menu-fixed .tz-menu {
  margin-right: -30px;
  margin-top: -13px;
  padding-bottom: 45px;
}
.tz-menu-fixed .tz-menu .dropdown-menu {
  left: 100%;
  top: 0;
  background: #000000;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  min-width: 200px;
}
.tz-menu-fixed .tz-menu .dropdown-menu li a {
  padding: 8px 20px;
}
.tz-menu-fixed .tz-menu .dropdown-menu li .tzicon-dropdown {
  display: none;
}
.tz-menu-fixed .tz-menu .dropdown-menu li:last-child > a {
  border-bottom: none !important;
}
.tz-menu-fixed .tz-menu li.open > a,
.tz-menu-fixed .tz-menu li:hover > a,
.tz-menu-fixed .tz-menu li.active > a {
  color: #ffffff !important;
}
.tz-menu-fixed .tz-menu li a {
  border-bottom: 1px dashed rgba(139, 139, 139, 0.3) !important;
  color: #8b8b8b !important;
  padding: 8px 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
}
.tz-menu-fixed .tz-menu > li {
  padding-right: 30px;
}
.tz-menu-fixed .tz-menu .tzicon-dropdown {
  float: right;
  color: #ffffff;
  height: 18px;
  width: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e0006c;
  text-align: center;
}
#tz-sidebar-click {
  padding: 0;
}
.tz-theme-panel {
  position: fixed;
  top: 50%;
  bottom: 0;
  left: auto;
  width: 180px;
  right: -180px;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 99999;
}
.tz-theme-panel.left {
  left: -180px;
  right: auto;
}
.tz-theme-panel.left.active {
  left: 0;
}
.tz-theme-panel.left .theme-panel .click {
  right: -44px;
  left: auto;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.tz-theme-panel.active {
  right: 0;
}
.tz-theme-panel.tz-close {
  right: 0;
}
.tz-theme-panel .theme-panel {
  position: relative;
  border: 6px solid rgba(0, 0, 0, 0.7);
}
.tz-theme-panel .theme-panel .click {
  position: absolute;
  left: -44px;
  top: 20px;
  font-size: 18px;
  color: #e1e1e1;
  background: rgba(0, 0, 0, 0.7);
  height: 38px;
  width: 38px;
  text-align: center;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  line-height: 1em;
  cursor: pointer;
}
.tz-theme-panel .theme-panel .click i {
  line-height: 38px;
}
.tz-theme-panel .theme-panel .ds-table-cell {
  text-align: center !important;
}
.tz-theme-panel .text {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 0 5px;
}
.tz-theme-panel .boxs .box {
  position: relative;
  border-bottom: 6px solid rgba(0, 0, 0, 0.7);
}
.tz-theme-panel .boxs .box:last-child {
  border-bottom: none;
}
.tz-theme-panel .boxs .box img {
  width: 100%;
}
.tz-theme-panel .boxs .box .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz-theme-panel .boxs .box a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.home3 .tz-header {
  top: 30px;
  padding: 0 15px;
  position: fixed;
}
.home3 .btn-menu .menu-toggle {
  margin-right: 45px;
}
.home3 .offer video {
  position: relative;
}
.home3 .offer .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home3 .tz_btn_easy {
  position: absolute;
  top: 50%;
  color: #e0006c;
  font-size: 30px;
  padding: 30px 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-top: -50px;
  z-index: 1111;
}
.home3 .home3_title_offer {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.home3 .home3_title_offer.style1 {
  padding-bottom: 10px;
}
.home3 .home3_title_offer a {
  line-height: 1.2em;
  font-weight: 600;
}
.home3 .home3_title_offer:after {
  content: '';
  display: block;
  position: relative;
  width: 70px;
  height: 3px;
  background: #e0006c;
  margin: 17px 0 30px;
}
.home3 .bg-right {
  position: absolute;
  right: -28%;
  top: -6%;
  background: rgba(255, 255, 255, 0.1);
  height: 90%;
  width: 70%;
  -webkit-border-radius: 0 0 0 100%;
  -moz-border-radius: 0 0 0 100%;
  border-radius: 0 0 0 100%;
  z-index: 2;
}
.home3 .offer:after {
  content: '';
  display: block;
  clear: both;
}
.home3 .about-team-home3 .team-img img {
  width: 100%;
}
.home3 .about-team-home3 .ds-table-cell {
  text-align: center;
}
.home3 .about-team-home3 .model-box-1 {
  padding: 30px 15px 10px;
}
.home3 .about-team-home3 .model-box-1 .team-img,
.home3 .about-team-home3 .model-box-1 .team-details {
  margin-right: 45px;
}
.home3 .about-team-home3 .model-box-1 .team-img {
  margin-bottom: 20px;
}
.home3 .about-team-home3 .team-socials li a {
  margin: 2px;
}
.home3 .about-team-home3 .team-socials li a i {
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  width: 30px;
}
.home3 .about-team-home3 .title {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
}
.home3 .about-team-home3 .position {
  font-size: 12px;
}
.home3 .client_home3 {
  padding-top: 50px;
}
.home3 .client_home3 .clients-logo {
  min-height: 150px;
  padding-right: 0;
}
.home3 .client_home3 .clients-logo img {
  height: 100%;
  width: auto;
  margin: auto;
}
.home3 .text-lagre {
  font-size: 46px;
}
.home3 .text-lagre.home3_title_offer:after {
  width: 100px;
}
.home3 .text-medium {
  font-size: 18px !important;
}
.home3 .team-img {
  position: relative;
}
.home3 .team-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.home3 .team-img:hover .overlay:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.home3 .flexslider {
  overflow: hidden;
}
.home3 .flexslider:before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
  z-index: 11;
}
.home3 .slider {
  position: relative;
}
.home3 .slider li img {
  position: relative;
}
.home3 .slider .flexslider .flex-control-nav {
  z-index: 111;
  right: 100px;
}
.home3 .ds-table-cell {
  text-align: left;
}
.home3 .tz_content {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background: rgba(13, 22, 41, 0.85);
  z-index: 111;
  padding-left: 110px;
  padding-right: 110px;
  color: #ffffff;
}
.home3 .tz_content:after {
  content: '';
  display: block;
  clear: both;
}
.home3 .tz_content.contact .text {
  font-size: 16px;
  color: #ffffff;
}
.home3 .tz_content.contact .home3_title_offer {
  margin-top: 55px;
}
.home3 .tz_content.content_style1 {
  width: 100%;
}
.home3 .tz_content.content_style1 .content_custom {
  height: 100%;
}
.home3 .tz_content a {
  color: #ffffff;
}
.home3 .tz_content .text {
  color: #dddddd;
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 10px;
}
.home3 .tz_content .text.style1 {
  margin-bottom: 30px;
}
.home3 .tz_content .content_custom {
  width: 70%;
}
.home3 .tz_content .content_custom:after {
  content: '';
  display: block;
  clear: both;
}
.home3 .tz_content .title_offer:before {
  background: #e0006c;
}
.home3 .tz_content .info {
  padding-bottom: 27px;
}
.home3 .tztwd {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.home3 .tztwd .tztwd-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home3 .tztwd .tztwd-child .tztwd-tweet {
  width: 70%;
  margin: auto;
  font-size: 24px;
  padding-bottom: 45px;
  padding-top: 45px;
  line-height: 1.5em;
}
.home3 .tztwd .tztwd-child .owl-controls {
  margin-top: 20px;
}
.home3 .tztwd .tztwd-child .tztwd-data {
  font-size: 13px;
}
.home3 .tztwd-twitter-icon {
  height: 70px;
  width: 70px;
  line-height: 1;
  border: 6px solid rgba(224, 0, 108, 0.8);
}
.home3 .tztwd-twitter-icon i {
  line-height: 58px;
  height: 58px;
  width: 58px;
}
.home3 .section:nth-child(2n+1) .tz_content {
  right: 0;
}
.home3 .section:nth-child(2n+1) .tz_btn_easy {
  left: 25%;
  right: auto;
}
.home3 .section:nth-child(2n+1) .slider .flexslider .flex-control-nav {
  right: 100px;
}
.home3 .section:nth-child(2n) .tz_content {
  left: 0;
}
.home3 .section:nth-child(2n) .tz_content .content_custom {
  float: right;
}
.home3 .section:nth-child(2n) .slider .flexslider .flex-control-nav {
  left: 100px;
}
.home3 .section:nth-child(2n) .tz_btn_easy {
  right: 25%;
}
.logout .login .tz_input input,
.login-wrap .login .tz_input input,
.logout .login .tz_input textarea,
.login-wrap .login .tz_input textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 20px;
  color: #818d9a;
  font-size: 14px;
  line-height: 1em;
}
.logout .login .page-header,
.login-wrap .login .page-header {
  border: none;
  color: #363d4f;
  padding: 5px 0 25px;
  margin: 0;
}
.logout .login .page-header h2,
.login-wrap .login .page-header h2 {
  margin: 0;
}
.logout .login .tz_label label,
.login-wrap .login .tz_label label,
.logout .login .form-group,
.login-wrap .login .form-group {
  margin-bottom: 10px;
}
.logout .login .form-group.other-links,
.login-wrap .login .form-group.other-links {
  text-align: right;
  margin-top: 10px;
}
.logout .login .form-group.other-links a,
.login-wrap .login .form-group.other-links a {
  color: #e0006c;
  text-decoration: underline;
}
.logout .login .checkbox,
.login-wrap .login .checkbox {
  padding: 0;
  margin: 10px 0 0;
}
.logout .login .checkbox label,
.login-wrap .login .checkbox label {
  min-height: 0;
  margin: 0;
  padding: 0;
}
.logout .login .checkbox input,
.login-wrap .login .checkbox input {
  position: relative;
  margin: 0 5px 0 0;
  top: 2px;
}
.logout .btn,
.login-wrap .btn {
  width: 100%;
  display: block;
  background: #4c5866;
  border-color: #4c5866;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1.9em;
  letter-spacing: 1px;
}
.logout {
  width: 70%;
  background: #e7e7e7;
  padding: 30px;
  margin: auto;
}
.profile dt,
.profile dd {
  color: #8b8b8b;
}
.profile .btn:focus {
  color: #fff;
}
.contact {
  text-align: center;
}
.contact .form-group {
  position: relative;
}
.contact .form-group i {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #e7e7e7;
}
.contact .form-group .checkbox {
  margin: 0 0 20px;
}
.contact .form-group .checkbox label {
  padding: 0;
  color: #3d3d3d;
}
.contact .contact-address {
  padding: 70px 0 40px;
  font-size: 16px;
}
.contact input[type="checkbox"] {
  width: auto !important;
}
.contact .contact-links ul li {
  display: inline-block;
}
.contact a {
  color: #3d3d3d;
}
.contact a:hover {
  color: #e0006c;
}
.contact .contact-misc {
  padding: 15px 30px;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.5em;
}
.contact p,
.profile p,
.profile-edit p,
.registration p,
.reset p,
.remind p {
  margin: 0 0 20px;
}
.contact fieldset,
.profile fieldset,
.profile-edit fieldset,
.registration fieldset,
.reset fieldset,
.remind fieldset {
  margin: 15px 0;
}
.contact .form-group input,
.profile .form-group input,
.profile-edit .form-group input,
.registration .form-group input,
.reset .form-group input,
.remind .form-group input,
.contact .form-group textarea,
.profile .form-group textarea,
.profile-edit .form-group textarea,
.registration .form-group textarea,
.reset .form-group textarea,
.remind .form-group textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 20px;
  color: #818d9a;
  font-size: 14px;
  line-height: 1em;
}
.contact .form-group .tz_label,
.profile .form-group .tz_label,
.profile-edit .form-group .tz_label,
.registration .form-group .tz_label,
.reset .form-group .tz_label,
.remind .form-group .tz_label {
  padding-top: 15px;
}
.contact .btn,
.profile .btn,
.profile-edit .btn,
.registration .btn,
.reset .btn,
.remind .btn {
  width: 100%;
  display: block;
  background: #4c5866;
  border-color: #4c5866;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 1.9em;
  letter-spacing: 1px;
  color: #ffffff;
}
.contact #helpsite-refresh,
.profile #helpsite-refresh,
.profile-edit #helpsite-refresh,
.registration #helpsite-refresh,
.reset #helpsite-refresh,
.remind #helpsite-refresh {
  width: 120px;
  display: inline-block;
  padding: 0 5px;
  color: #ffffff;
}
.newsfeed .filters,
.newsfeed-category .filters,
.categories-list .filters,
.blog-featured .filters,
.contact-categories .filters,
.contact-category .filters {
  margin-bottom: 10px;
}
.newsfeed h2,
.newsfeed-category h2,
.categories-list h2,
.blog-featured h2,
.contact-categories h2,
.contact-category h2 {
  font-weight: 700;
}
.newsfeed .list-title a,
.newsfeed-category .list-title a,
.categories-list .list-title a,
.blog-featured .list-title a,
.contact-categories .list-title a,
.contact-category .list-title a {
  color: #363d4f;
}
.newsfeed .list-title a:hover,
.newsfeed-category .list-title a:hover,
.categories-list .list-title a:hover,
.blog-featured .list-title a:hover,
.contact-categories .list-title a:hover,
.contact-category .list-title a:hover {
  color: #e0006c;
}
.newsfeed .item-title a,
.newsfeed-category .item-title a,
.categories-list .item-title a,
.blog-featured .item-title a,
.contact-categories .item-title a,
.contact-category .item-title a {
  color: #e0006c;
}
.newsfeed input[type="text"],
.newsfeed-category input[type="text"],
.categories-list input[type="text"],
.blog-featured input[type="text"],
.contact-categories input[type="text"],
.contact-category input[type="text"] {
  width: 100%;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 20px;
  color: #818d9a;
  font-size: 14px;
  line-height: 1em;
}
.newsfeed a,
.newsfeed-category a,
.categories-list a,
.blog-featured a,
.contact-categories a,
.contact-category a {
  color: #e0006c;
}
.blog-featured .btn {
  margin-top: 10px;
}
.blog-featured legend {
  padding: 10px 0px;
  border-bottom: 1px dashed #bbbbbb;
  margin-bottom: 15px;
}
.blog-featured .item-title a,
.blog-featured th a {
  color: #666666;
}
.blog-featured .item-title a:hover,
.blog-featured th a:hover {
  color: #e0006c;
}
.blog-featured td {
  color: #9d9d9d;
}
.blog-featured li a {
  color: #666666;
}
.blog-featured li a:hover {
  color: #e0006c;
}
.blog-featured ul {
  list-style-type: none;
}
.blog-featured ul li {
  border-left: 4px solid #e0006c;
  padding-left: 8px;
  margin-bottom: 10px;
  color: #8b8b8b;
}
.blog-featured p {
  font-weight: 400;
  color: #8b8b8b;
}
.blog-featured h2 {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #363d4f;
  transition: 400ms;
}
.blog-featured h2:hover {
  color: #e0006c;
  text-decoration: none;
}
.blog-featured h2 a {
  font-size: 26px;
  font-weight: 700;
  color: #363d4f;
  transition: 400ms;
}
.blog-featured h2 a:hover {
  color: #e0006c;
  text-decoration: none;
}
.pagination-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.pagination-wrap .pagination > li {
  display: inline-block;
}
.pagination-wrap .pagination > li a {
  background: transparent !important;
  border: none;
  color: #3d3d3d;
}
.pagination-wrap .pagination > li.active > a {
  color: #e0006c;
}
.search #searchForm i {
  color: #e0006c;
}
.search legend {
  padding: 0 0 15px;
}
.search label {
  color: #8b8b8b;
}
.search .result-title a {
  color: #363d4f;
}
.search .result-text {
  color: #8b8b8b;
}
.search .result-created {
  border-bottom: 1px dashed #8b8b8b;
  color: #8b8b8b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.finder .btn {
  background-color: #363D4F;
  border-color: #363D4F;
  opacity: 100;
}
.finder .btn:hover {
  background-color: #e0006c;
  border-color: #e0006c;
}
.finder .btn:focus {
  background-color: #e0006c;
  border-color: #e0006c;
}
.finder #finder-filter-window input {
  width: 80%;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 20px;
  color: #818d9a;
  font-size: 14px;
  line-height: 1em;
}
.finder #finder-filter-window .btn {
  margin-left: 15px;
}
.finder #finder-filter-window .btn [class^="icon-"] {
  color: #ffffff;
}
.finder #finder-filter-window select {
  padding: 10px 15px;
  margin: 15px 0;
}
.finder #finder-filter-window .search-results li {
  padding: 20px;
}
.full-content .finder,
.full-content .search,
.full-content .newsfeed,
.full-content .newsfeed-category,
.full-content .categories-list,
.full-content .blog-featured,
.full-content .contact-categories,
.full-content .contact-category {
  background: #e7e7e7;
  width: 70%;
  padding: 30px;
  margin: auto;
}
.full-content .profile,
.full-content .profile-edit,
.full-content .registration,
.full-content .reset,
.full-content .remind {
  width: 70%;
  background: #e7e7e7;
  margin: auto;
  padding: 60px 30px;
}
.full-content .logout .login,
.full-content .login-wrap .login {
  width: 40%;
  margin: auto;
  background: #f7f7f7;
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  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);
}
.TzUserInner .tz_portfolio_user {
  margin: 0 0 30px 0;
  background: #ffffff;
  padding: 15px;
}
.TzUserInner .tz_portfolio_user .media-heading {
  margin-bottom: 10px;
}
.TzUserInner .tz_portfolio_user .media-heading a {
  font-weight: 600;
  text-transform: uppercase;
}
.TzUserInner .tz_portfolio_user .AuthorAvatar {
  padding-right: 0;
}
.TzUserInner .tz_portfolio_user .media-body > p {
  font-size: 90%;
}
.TzTagInner .content_rating {
  display: inline-block;
}
.TzTagInner .TzTagMedia {
  margin: 0;
}
.TzTagInner .TzTagHeading {
  margin: 0;
  padding-bottom: 30px;
}
.date-group .text-info {
  color: #e0006c;
  border-color: #e0006c;
}
.width_auto .tz-row > div {
  width: auto;
}
.tz_navigation_article .pagenav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #363d4f;
  background: #363d4f;
  color: #ffffff;
}
.tz_navigation_article .pagenav li a:hover {
  background: #e0006c;
  border-color: #e0006c;
}
.TzArticleMedia {
  margin: 0;
}
.TzArticleMedia img {
  max-width: 100%;
}
#comments-list-0 .comment_item:first-child {
  padding-top: 5px !important;
}
div#comments .comments-list {
  margin: 0;
  height: auto;
}
div#comments .comments-list .comment-avatar {
  width: 150px;
  float: none;
  margin: auto;
  padding-right: 40px;
  vertical-align: middle;
}
div#comments .comments-list .comment-avatar img {
  width: 100%;
  height: 110px;
  border: 5px solid #ffffff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
div#comments .comments-list .comment-avatar,
div#comments .comments-list .comment-content {
  display: table-cell;
}
div#comments .comments-list .comment-content {
  background: #ffffff;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
div#comments .comments-list .comment-content:after,
div#comments .comments-list .comment-content:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div#comments .comments-list .comment-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 13px;
  margin-top: -13px;
}
div#comments .comments-list .comment-content:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #e1e1e1;
  border-width: 14px;
  margin-top: -14px;
}
div#comments .comments-list .comment-content p {
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 0;
  margin: 0;
  color: #8b8b8b;
}
div#comments .comments-list .comment_item {
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
div#comments .comments-list .comments-list {
  margin-left: 100px;
}
div#comments .comments-list .comments-list .comment_item .tz-icon-comment-child {
  display: block;
}
div#comments .comments-list .comment-author {
  padding-bottom: 20px;
}
div#comments .comments-list .comment-author .j-author {
  padding-right: 12px;
  font-size: 16px;
  line-height: 1em;
}
div#comments .comments-list .comment-author .comment-meta {
  float: right;
}
div#comments .comments-list .comment-author .comment-meta {
  color: #cccccc;
}
div#comments .comments-list .comment-author .comment-meta .j-date {
  color: #cccccc;
  font-size: 13px;
  font-family: Lato;
}
div#comments .comments-list .comment-author .comment-meta span,
div#comments .comments-list .comment-author .comment-meta a {
  margin: 0 5px;
  font-weight: 300;
}
div#comments .comments-list .comment-author .comment-meta a {
  color: #e0006c;
}
div#comments .comments-list .comment-author .comment-meta a:hover {
  color: #e0006c !important;
}
div#comments #comments_content {
  padding-bottom: 40px;
}
div#comments .leave_comment {
  margin-bottom: 25px;
}
div#comments .comment {
  position: relative;
}
div#comments .comment .tz-icon-comment-child {
  font-size: 30px;
  color: #e0006c;
  display: none;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -16px;
}
.comment-block {
  padding-left: 90px;
}
.comment-header .vcard {
  font-weight: 600;
  font-style: normal;
  margin-right: 12px;
}
.comment-header .comment-meta {
  color: #e0006c;
}
.comment-header .comment-meta .time {
  font-size: 16px;
  color: #e0006c;
  margin: 0 12px;
}
.comment-header .comment-meta .reply {
  margin-left: 12px;
  font-size: 16px;
  color: #e0006c;
}
.comment-content p {
  padding: 8px 0;
  line-height: 1.5em;
}
.comment-content p:last-child {
  padding-bottom: 0;
}
#reply-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 67px 0 26px;
  padding: 0;
  letter-spacing: 0.3px;
}
#comments-form > .row {
  margin: -10px;
}
#comments-form > .row > div {
  padding: 10px;
}
#comments-form .comment-for-content i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #eeeeee;
}
#comments-form .form-group {
  padding: 0;
  margin: 0;
  position: relative;
}
#comments-form .form-group i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #eeeeee;
}
#comments-form input[type='text'],
#comments-form input[type='email'],
#comments-form input[type='url'],
#comments-form textarea {
  background: white !important;
  padding: 5px 15px !important;
  height: 50px;
  display: block;
  border: 0;
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 50px;
  color: #bbbbbb;
}
#comments-form ::-webkit-input-placeholder {
  color: #bbbbbb;
}
#comments-form :-moz-placeholder {
  color: #bbbbbb;
}
#comments-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbbbbb;
}
#comments-form :-ms-input-placeholder {
  color: #bbbbbb;
}
#comments-form .comment-for-author,
#comments-form .comment-for-email {
  width: 50%;
  float: left;
}
#comments-form .comment-for-url,
#comments-form .comment-for-submit,
#comments-form .comment-for-content {
  width: 100%;
  float: left;
}
#comments-form input.email {
  cursor: default;
}
#comments-form textarea {
  height: 150px;
  width: 100%;
  max-width: 100% !important;
}
#comments-form textarea:focus {
  outline-color: transparent;
  outline: none;
  background: #ffffff !important;
  border-color: #ffffff !important;
}
#comments-form .grippie {
  width: 100% !important;
  max-width: 100% !important;
  background: #ffffff;
  border-color: #ffffff;
}
#comments-form a.submit,
#comments-form button.submit {
  letter-spacing: 3px;
  border-radius: 0;
  background: #363d4f;
  color: #eeeeee;
  padding: 13px 20px !important;
  margin: 13px 0 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5em;
}
#comments-form .jcomment-captcha {
  margin-top: 30px;
}
#comments-form .jcomment-captcha > * {
  margin-right: 30px !important;
}
#comments-form .jcomment-captcha img.captcha {
  margin: 0;
}
#comments-form .jcomment-captcha span.captcha {
  padding-left: 10px;
}
#comments-form .jcomment-captcha #comments-form-captcha {
  border: 1px solid #777777;
  width: auto !important;
  min-width: 200px;
  display: inline-block;
  height: 60px !important;
}
#comments-inline-edit.comments-inline-edit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
  margin: 0 !important;
  padding: 10px;
}
#comments-inline-edit.comments-inline-edit button.submit,
#comments-inline-edit.comments-inline-edit a.submit {
  width: 50%;
  display: inline-block;
  margin-right: 0;
}
.TzLikeButtonInner {
  padding: 0;
  margin: 0;
}
.TzLikeButtonInner a {
  height: 35px;
  width: 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1em;
  margin: 0 2px;
}
.TzLikeButtonInner a i {
  line-height: 35px;
  font-size: 16px;
  color: #363d4f;
}
.TzLikeButtonInner a:hover {
  background: rgba(255, 255, 255, 0.9);
}
.TzArticleTag {
  margin: 0;
}
.TzArticleTag .title {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding-right: 25px;
  color: #363d4f;
}
.TzArticleTag > span {
  display: inline-block;
}
.TzArticleTag a {
  color: #ffffff;
  font-size: 11px;
  padding: 12px 20px;
  background: #363d4f;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 6px 0 0;
  letter-spacing: 1px;
  font-weight: 400;
}
.TzArticleTag a:hover {
  color: #ffffff;
  background: #e0006c;
}
.tz_portfolio_user {
  margin: 0;
  color: #3d3d3d;
}
.tz_portfolio_user .AuthorAvatar {
  margin: 0;
}
.tz_portfolio_user .media-body {
  padding: 0 30px;
}
.tz_portfolio_user .media-body a {
  color: #363d4f;
}
.tz_portfolio_user .media-body a:hover {
  color: #e0006c;
}
.tz_portfolio_user .AuthorAvatar,
.tz_portfolio_user .media-body {
  display: table-cell;
}
.TzRelated .TzTitle {
  color: #363d4f;
  margin: auto;
  padding: 0 0 3px 0;
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.TzRelated .TzTitle:hover {
  color: #e0006c;
}
.TzRelated .tz-content {
  padding: 15px 20px 20px;
  background: #ffffff;
}
.TzRelated .tz-desc {
  color: #8b8b8b;
  line-height: 1.8em;
}
.TzRelated .tz-info {
  padding: 0 0 8px;
  font-size: 13px;
  font-family: Lato;
  color: #bbbbbb;
}
.TzRelated .TzImage {
  height: 200px;
  overflow: hidden;
}
.TzRelated .TzImage img {
  position: relative;
}
.TzRelated .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
  background: #f7f7f7;
  padding-left: 20px;
}
.TzRelated .owl-nav > div {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 1em;
  background: #3b3b3b;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.TzRelated .owl-nav > div i {
  line-height: 22px;
  font-size: 14px;
}
.TzRelated .owl-nav > div:hover {
  background: #e0006c;
}
.TzRelated .owl-nav > div.owl-prev {
  margin-right: 5px;
}
.tz-style-title {
  font-weight: 400;
  font-size: 26px;
  margin: 0;
  padding-bottom: 30px;
  position: relative;
}
.tz-style-title > span {
  position: relative;
  padding-right: 30px;
  background: #f7f7f7;
  z-index: 111;
}
.tz-style-title > span:before {
  background: #e0006c;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  width: 6px;
  top: 50%;
  margin-top: -2px;
}
.tz-style-title:after {
  border-top: 1px solid #e1e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 25%;
  right: 0;
}
.TzItemPage .flex-direction-nav a {
  height: 38px;
  width: 38px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  text-align: center;
  opacity: 1 !important;
}
.TzItemPage .flex-direction-nav a:before {
  content: none;
}
.TzItemPage .flex-direction-nav a i {
  line-height: 36px;
  color: #ffffff;
  font-size: 20px;
}
.TzItemPage .flex-direction-nav a:hover {
  background: #3b3b3b;
  border-color: #3b3b3b;
}
.TzItemPage .TzArticleTitle {
  margin: 0;
  font-weight: 600;
  color: #363d4f;
}
.TzItemPage .text-article {
  color: #8b8b8b;
}
.TzItemPage .text-article p {
  line-height: 1.8em;
  margin-bottom: 25px;
}
.TzItemPage .text-article a {
  color: #e0006c;
}
.TzItemPage .image-float {
  float: left;
  padding-right: 30px;
}
.TzItemPage .text-semibold {
  font-weight: 600;
}
.TzItemPage .text-quote {
  color: #e0006c;
  padding-left: 45px;
  position: relative;
  font-size: 16px;
}
.TzItemPage .text-quote i {
  font-size: 26px;
  left: 0;
  position: absolute;
  top: 5px;
}
.TzItemPage .text-medium {
  font-weight: 500;
}
.TzItemPage .text-italic {
  font-style: italic;
}
.TzItemPage .pos-absoulte {
  position: absolute;
}
.TzItemPage .pos-absoulte.right {
  top: 40px;
  right: 40px;
}
.TzItemPage .pos-absoulte.left {
  top: 40px;
  left: 40px;
}
.TzItemPage .pos-absoulte .date-style2 {
  display: block;
}
.TzItemPage .pos-absoulte .date-style1 {
  display: none;
}
.TzItemPage .date-style2 {
  display: none;
  text-align: center;
  color: #ffffff;
  padding: 7px 0;
  border-color: #ffffff;
  border-style: solid none;
  border-width: 2px;
}
.TzItemPage .date-style2 .day {
  font-size: 30px;
  line-height: 1em;
}
.TzItemPage .date-style2 .month {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
}
.TzItemPage .date-style2 > span {
  display: block;
}
.TzItemPage .first-letter:first-letter {
  color: #e0006c;
  font-size: 80px;
  font-weight: 600;
  float: left;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: -4px;
  line-height: 1em;
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .home3 .text-lagre {
    font-size: 30px;
  }
  .home3 .text-medium {
    font-size: 16px !important;
  }
  .home3 .text-small {
    font-size: 13px !important;
  }
  .home3 .tz_content {
    padding: 0 70px;
  }
  .home3 .tz_content .text.style1 {
    margin-bottom: 15px;
  }
  .home3 .tz_content .content_custom {
    width: 100%;
  }
  .home3 .tz_content .info {
    padding-bottom: 15px;
  }
  .home3 .about-team-home3 .row {
    padding: 0 15px;
  }
  .home3 .about-team-home3 .model-box-1 {
    padding: 0 0 10px 0;
  }
  .home3 .about-team-home3 .model-box-1 .team-img {
    margin-bottom: 10px;
  }
  .home3 .about-team-home3 .model-box-1 .team-details {
    margin-bottom: 0;
  }
  .home3 .about-team-home3 .model-box-1 .position {
    padding: 0;
  }
  .home3 .about-team-home3 .team-socials li a i {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
  .home3 .client_home3 {
    padding-top: 15px;
  }
}
@media (max-width: 1366px) {
  .bg-right {
    display: none;
  }
  .home3 .home3_title_offer:after {
    margin: 10px 0 20px;
  }
  .home3 .text-center-repsonsive {
    text-align: center;
  }
  .home3 .text-center-repsonsive:after {
    left: auto;
    margin: 10px auto 20px;
  }
}
@media (max-width: 1200px) {
  .home3 .tz_content {
    padding: 0 30px;
  }
  .home3 .tz_content .content_custom {
    width: 95%;
  }
  .home3 .client_home3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home3 .client_home3 .clients-logo {
    min-height: 130px;
    padding-right: 15px;
  }
  .home3 .client_home3 .clients-logo img {
    height: auto;
    max-width: 100%;
  }
  .home3 .tz_content .text {
    font-size: 18px;
  }
  .home3 .tz-header.tz-fixed {
    padding: 10px 15px;
    top: 0;
  }
  .tz-gallery .option-combo .option-set a {
    margin: 5px;
  }
}
@media (max-width: 1024px) {
  .home3 .slider .tz_content {
    position: absolute;
    height: 100%;
  }
  .home3 .slider .flexslider .flex-control-nav {
    z-index: 999;
    left: auto !important;
    right: auto !important;
  }
  .home3 .video .tz_content {
    padding-bottom: 200px;
  }
  .home3 .video .tz_btn_easy {
    left: 50%;
    right: auto !important;
    margin-left: -60px;
    top: auto;
    bottom: 60px;
  }
  .home3 .tz_content {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(13, 22, 41, 0.5);
  }
  .home3 .tz_content .content_custom {
    width: 100%;
  }
  .home3 .about-team-home3 .model-box-1 .team-img,
  .home3 .about-team-home3 .model-box-1 .team-details {
    margin-right: 0;
  }
  .parallax {
    background-attachment: scroll !important;
    background-position: 50% 0 !important;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .home3 .about-team-home3 .model-box-1 .team-img,
  .home3 .about-team-home3 .model-box-1 .team-details {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1366px) and (min-width: 991px) {
  .TzQuote .block_info .text {
    font-size: 14px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .tz_creative .tz_item_default .tz_description .text-1 {
    font-size: 16px;
  }
  .tz_creative .tz_item_default .tz_description .text-2 {
    font-size: 14px;
  }
  .style3.ver3 .custom_text_mod {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .tparrows.default.custom:after {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .menu-style-home-1 .nav li > a {
    font-size: 32px;
  }
  .TzContact {
    width: 90%;
  }
  .tzCountdown .countdown-section .countdown-amount {
    font-size: 80px;
  }
  .tzCountdown .countdown-section .countdown-period {
    font-size: 13px;
  }
  .style3 .module-title .custom_text_mod {
    width: 80%;
  }
  .home3 .about-team-home3 .model-box-1 {
    padding: 30px 15px 0;
  }
  .home3 .about-team-home3 .model-box-1 .team-details,
  .home3 .about-team-home3 .model-box-1 .team-img {
    margin: 0;
  }
  .home3 .about-team-home3 .model-box-1 .team-details {
    margin-top: 20px;
  }
  .home3 .about-team-home3 .model-box-1 .title {
    font-size: 18px;
  }
  .home3 .about-team-home3 .model-box-1 .position {
    font-size: 16px;
  }
  .home3 .about-team-home3 .team-socials li a i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .home3 .offer .tz-btn-readmore {
    padding: 5px 20px;
    font-size: 12px;
  }
  .navbar-inner .btn-menu {
    padding: 28px 0;
  }
  .navbar-collapse {
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .navbar-collapse .plazart-megamenu {
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    overflow: auto !important;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .navbar-collapse.in .plazart-megamenu {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .navbar-toggle {
    display: block !important;
    float: none !important;
  }
  .navbar-toggle i {
    color: #ffffff;
    font-size: 30px;
  }
  .tz-fixed .navbar-collapse .plazart-megamenu {
    background: #000000;
  }
  .plazart-mainnav {
    width: auto;
    display: inline-block;
    min-height: 0;
  }
  .plazart-mainnav div.btn-menu {
    display: block;
  }
  .plazart-mainnav .plazart-megamenu ul.level0 {
    text-align: left;
    margin: 0;
  }
  .plazart-mainnav .plazart-megamenu ul.level0 li {
    display: block !important;
  }
  .plazart-mainnav .plazart-megamenu ul.level0 li a {
    padding: 10px 20px !important;
  }
  .plazart-mainnav .plazart-megamenu ul ul {
    padding: 0 15px !important;
  }
  .plazart-mainnav .plazart-megamenu .tz-mega-menu .mega-col-nav {
    margin: 0;
  }
  .plazart-mainnav .plazart-megamenu .tz-mega-menu .mega-col-nav .mega-group-ct {
    padding: 0 15px;
  }
  .plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav > li a,
  .plazart-mainnav .plazart-megamenu .mega-nav > li a {
    color: #ffffff;
    font-size: 16px;
  }
  .plazart-mainnav .plazart-megamenu .dropdown-menu {
    background: transparent;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    float: none;
  }
  .plazart-mainnav .plazart-megamenu.always-show.animate .mega > .mega-dropdown-menu {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .plazart-mainnav .plazart-megamenu.always-show .mega > .mega-dropdown-menu {
    opacity: 1;
    display: block;
    left: 0;
  }
  .tz-media,
  .tz-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tz_parallax .quote-content {
    font-size: 35px;
  }
  .tz-absolute .tz-content.single_image {
    position: relative;
  }
  .social_footer,
  .nav.tz-menu-footer {
    float: none;
    text-align: center;
  }
  .social_footer li a,
  .nav.tz-menu-footer li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .owl-carousel.testimonial-slide {
    width: 100%;
  }
  .navbar-inner .btn-menu .menu-toggle {
    height: 24px;
  }
}
@media (max-width: 480px) {
  .tz-header {
    top: 40px;
  }
  .tz-header.style_1 {
    top: 40px;
  }
  .tz-header.style_1.tz-fixed .navbar-inner .btn-menu {
    padding: 20px 0;
  }
  .tz-header.style_1 .navbar-inner .btn-menu {
    padding: 17px 0 10px;
  }
  .tz-header.style_1 #tzlogo {
    padding: 10px 0;
  }
  .tz-header.style_1 #tzlogo img {
    max-width: 100px;
  }
  .btn-menu .menu-toggle {
    height: 14px;
    width: 20px;
    padding: 0;
    margin: 0 15px 0;
  }
  .btn-menu .menu-toggle.active .bar1 {
    -webkit-transform: rotate(45deg) translateX(4px) translateY(4px);
    -moz-transform: rotate(45deg) translateX(4px) translateY(4px);
    -ms-transform: rotate(45deg) translateX(4px) translateY(4px);
    -o-transform: rotate(45deg) translateX(4px) translateY(4px);
    transform: rotate(45deg) translateX(4px) translateY(4px);
  }
  .btn-menu .menu-toggle.active .bar3 {
    -webkit-transform: rotate(-45deg) translateX(4px) translateY(-4px);
    -moz-transform: rotate(-45deg) translateX(4px) translateY(-4px);
    -ms-transform: rotate(-45deg) translateX(4px) translateY(-4px);
    -o-transform: rotate(-45deg) translateX(4px) translateY(-4px);
    transform: rotate(-45deg) translateX(4px) translateY(-4px);
  }
  #plazart-mainnav .plazart-megamenu ul li a {
    font-size: 14px;
  }
  .plazart-mainnav .plazart-megamenu ul.level0 li a {
    padding: 5px 20px !important;
  }
  .plazart-mainnav .plazart-megamenu ul ul {
    padding: 0 10px !important;
  }
  .tz_parallax .quote-content {
    font-size: 24px;
  }
  .tz-absoulte .tz-content.single_image {
    position: relative;
  }
  .tz_testimonial-multiple > div {
    padding-bottom: 15px;
  }
  .tz_testimonial-multiple .tz-media,
  .tz_testimonial-multiple .tz-content {
    display: block;
    margin: auto;
    text-align: center;
  }
  .tz_testimonial-multiple .tz-content {
    padding-left: 0;
  }
  .tz-menu-footer-page li a {
    font-size: 9px;
    padding: 0 10px;
  }
  .tp-bullets.custom .bullet {
    width: 7px;
    height: 20px;
  }
  .quote_style_1 {
    font-size: 24px;
    padding: 40px 0 30px;
  }
  .quote_author_style_1 {
    font-size: 16px;
  }
  .style3 .custom_text_mod {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    line-height: 2em;
  }
  .style3 .mod_title {
    font-size: 24px;
  }
  .style3.ver2 .module-title .mod_title {
    font-size: 30px;
  }
  .style3.ver2 .module-title .mod_title:after {
    left: 50%;
    margin-left: -70px;
    top: 16px;
  }
  .tztwd_parallax div.tztwd-tweet-container .tztwd-tweet-data,
  .tztwd_parallax div.tztwd-tweet-container .tztwd-tweet {
    font-size: 18px;
  }
  .tztwd-twitter-icon {
    width: 80px;
    height: 80px;
  }
  .tztwd-twitter-icon i {
    height: 67px;
    width: 67px;
    line-height: 71px;
  }
  .offer .text.text-1 {
    font-size: 16px;
  }
  .offer .text.text-2 {
    font-size: 13px;
  }
  .TzContact {
    width: 100%;
  }
  .tz_creative .tz_item_default {
    padding: 15px 0;
  }
  .tz_creative .tz_item_default .tz-content .tz_title {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .tz_creative .tz_item_default .tz-content .tz_title:after {
    top: 50px;
  }
  .tz_creative .tz_item_default .tz-content .tz_category {
    font-size: 13px;
  }
  .tz_creative .tz_item_default .tz-content .tz_description .text-1 {
    font-size: 16px;
  }
  .tz_creative .tz_item_default .tz-content .tz_description .text-2 {
    font-size: 13px;
  }
  .tz_creative .tz_item_default .tz-media .tz_image {
    padding: 0 !important;
  }
  .menu-style-home-1 .nav li > a {
    font-size: 24px;
  }
  .tzCountdown .countdown-section {
    padding: 0 10px;
  }
  .tzCountdown .countdown-section .countdown-amount {
    font-size: 36px;
  }
  .tzCountdown .countdown-section .countdown-period {
    font-size: 8px;
    width: 10px;
  }
  .tzCountdown:after {
    clear: both;
    content: '';
    display: block;
  }
  .mod_coutndown .custom_text_countdown .style_3 {
    width: 100%;
    font-size: 16px;
  }
  .mod_coutndown .custom_text_countdown .style_2 {
    font-size: 24px;
  }
  .mod_coutndown .custom_text_bottom_countdown p {
    font-size: 20px;
  }
  .owl-carousel.testimonial-slide {
    width: 100%;
  }
  .style3 .module-title {
    padding: 0 0 30px 0 !important;
  }
  .tz_filter .option-combo a {
    margin: 5px;
  }
  .view-all-projects {
    padding-top: 45px;
  }
  .view-all-projects .title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .tz_filter {
    padding-bottom: 30px;
  }
  .owl-carousel.testimonial-slide .owl-item .tz-content {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .owl-carousel.testimonial-slide .owl-item .tz-content .quote {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .skill-count-item .tz_media {
    padding-left: 40px;
    min-width: 85px;
  }
  .models .owl-controls {
    padding-top: 50px;
  }
  .custom_text_top_count {
    padding-bottom: 10px;
  }
  .custom_text_top_count .style_1 {
    font-size: 18px;
  }
  .home3 .video .tz_btn_easy {
    font-size: 20px;
    padding: 21px 28px;
    margin-left: -38px;
    bottom: 80px;
  }
  .home3 .tz-header {
    top: 20px;
    padding: 0;
  }
  .home3 .tz-header .tz-logo img {
    max-width: 80px;
  }
  .home3 .tz-header .btn-menu {
    padding: 3px 0;
  }
  .home3 .tz-header .btn-menu .menu-toggle {
    margin: 0;
  }
  .home3 .tz_content {
    width: 100%;
    padding: 70px 15px;
    z-index: 999;
    height: auto;
  }
  .home3 .tz_content .text-medium {
    font-size: 13px !important;
  }
  .home3 .tz_content .text-small {
    font-size: 11px !important;
  }
  .home3 .tz_content .text.style1 {
    margin-bottom: 10px;
  }
  .home3 .tz_content .info {
    padding-bottom: 0;
  }
  .home3 .tz_content .content_custom {
    width: 100%;
  }
  .home3 .home3_title_offer {
    font-size: 18px;
    margin: 0;
  }
  .home3 .about-team-home3 .tz_content .content_custom {
    width: 100%;
  }
  .home3 .about-team-home3 .model-box-1 {
    padding: 0 15px 0;
  }
  .home3 .about-team-home3 .model-box-1 .team-img,
  .home3 .about-team-home3 .model-box-1 .team-details {
    margin-right: 20px;
    margin-left: 20px;
  }
  .home3 .about-team-home3 .title {
    font-size: 11px;
  }
  .home3 .about-team-home3 .position {
    font-size: 10px;
  }
  .home3 .slider .flexslider .flex-control-nav {
    display: none;
  }
  .home3 .tz_content .text {
    font-size: 13px;
  }
  .home3 .text-center-xs {
    text-align: center;
  }
  #pp-nav {
    display: none;
  }
  .banner_page {
    height: 300px !important;
  }
  .tz-breadcrumb h2.bread_last {
    font-size: 36px;
  }
  .tz-breadcrumb .breadcrumb li a,
  .tz-breadcrumb .breadcrumb li span {
    font-size: 12px;
  }
  #toTop .toTop {
    right: 5px;
    width: 30px;
    height: 30px;
  }
  #toTop .toTop i {
    font-size: 19px;
    line-height: 30px;
  }
  .clients-grid .client-wrap {
    width: 100% !important;
    border: none;
  }
  .TzBlogTitle {
    font-size: 24px;
  }
  .block_info {
    padding: 25px 15px 15px;
  }
  .TzQuote .block_info {
    position: relative;
  }
  .TzQuote .block_info .text {
    font-size: 16px;
  }
  .tz-xs-padding-100 {
    padding: 100px 0;
  }
  .parallax {
    padding: 120px 0 !important;
  }
}
/*# sourceMappingURL=template.css.map */