/**
 *------------------------------------------------------------------------------
 * @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: '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: #444444;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #444444;
  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: #444444;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 312px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 156px 5px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 13px;
}
.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: 312px;
  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;
}
.reset-focus:focus {
  outline: none;
  outline-color: transparent;
}
/**
* Table of Contents:
* 1.0 - Typography
* 2.0 - Header
* 3.0 - Content
*   3.1 - Breaking
*   3.2 - Featured post
*   3.3 - Element Post
*   3.4 - Slider ADS
*   3.5 - Counter
*   3.6 - Lastests
*   3.7 - Post Photos
*   3.8 - Blog post
*   3.9 - Blog Sidebar post
*   3.10 - Single Post
*   3.11 - Blog Style Left
*   3.12 - About us
*   3.13 - Contact us
*   3.14 - 404 Page
*   3.15 - ComingSoon
*   3.16 - Joom Base
*   3.17 - Off canvas
* 0.0 - Theme color
*   0.1 - Color green
* 0.0 - Theme RTL
* 0.0 - Responsive
* 0.0 - Footer
* -----------------------------------------------------------------------------
*/
/**
 * 1.0 - Typography
 * -----------------------------------------------------------------------------
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #313133;
  line-height: 23.4px;
  background: #fdfdfd;
}
.background-gray {
  background: #7a2121;
}
.background-gray .site {
  border: 0;
}
.bk-body {
  background-position: center center;
  background-repeat: repeat;
}
.bk-body2 {
  background-position: center center;
  background-repeat: repeat;
}
.bk-body2 .site {
  border: 0;
}
p {
  padding: 0;
  margin: 10px 0;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 16px;
    line-height: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.site {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
a {
  color: #7a2121;
}
a:hover {
  text-decoration: none;
  color: #313133;
}
a:focus {
  text-decoration: none;
  outline: none;
  outline-color: transparent;
}
img {
  height: auto;
  max-width: 100%;
}
.glod {
  background: #ffc926;
}
.gold {
  background: #ffc926;
}
.light-coral {
  background: #ed581c;
}
.green {
  background: #006633;
}
.green-dark {
  background: #004a25;
}
.blue-dark {
  background: #00468c;
}
.blue-light {
  background: #00a3d9;
}
.red {
  background: #d90000;
}
.light-coral {
  background: #ed581c;
}
.red-light {
  background: #ef4135;
}
.blue {
  background: #0084b4;
}
.purple {
  background: #7e004b;
}
.cat_name {
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  display: inline-block;
  padding: 4px 8px;
}
.cat_name:hover {
  color: #ffffff;
}
.margin-top12 {
  margin-top: 12px;
}
.margin-top15 {
  margin-top: 15px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.remove-padding {
  padding-left: 0;
  padding-right: 0;
}
.style-box1 {
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid #eeeeee;
}
.style-box-right {
  padding-left: 0;
  padding-right: 50px;
}
.padding-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding25 {
  padding-right: 25px;
  padding-left: 25px;
}
.padding-right50 {
  padding-right: 50px;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.border-bottom2 {
  border-bottom: 2px solid #eeeeee;
}
.border-top {
  border-top: 1px solid #eeeeee;
}
.border-top2 {
  border-top: 2px solid #eeeeee;
}
.border-right {
  border-right: 1px solid #eeeeee;
}
.border-left {
  border-left: 1px solid #eeeeee;
}
.no-border {
  border: 0 !important;
}
.box {
  margin: 35px 0;
}
.page-shortcode-wrap {
  padding-bottom: 55px;
}
.page-typography-wrap {
  padding: 22px 0 70px;
}
.box-typography p {
  margin-top: 25px;
}
.tz_icon_menu {
  display: none;
}
.tz-box-cat-slider {
  padding: 45px 10px 38px;
  border-bottom: 2px solid #eeeeee;
}
/**
 * 2.0 - Header
 * -----------------------------------------------------------------------------
 */
.tz-header {
  position: relative;
  z-index: 9;
}
.tz-header-top {
  border-bottom: 2px solid #eeeeee;
  line-height: 51px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.tz-header-top-left {
  position: relative;
}
.tz-header-top-left:after {
  clear: both;
  display: table;
  content: '';
}
.tz-header-top-left > div {
  float: left;
}
.tz-data-time {
  margin-right: 25px;
  margin-left: 3px;
}
.top-header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-header-menu:after {
  clear: both;
  display: table;
  content: '';
}
.top-header-menu li {
  float: left;
  position: relative;
}
.top-header-menu li a {
  padding: 0 28px;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.top-header-menu li a.active,
.top-header-menu li a:hover {
  background: #eeeeee;
}
.tz-header-top-right {
  border-left: 1px solid #eeeeee;
}
.tz-header-top-right:after {
  clear: both;
  display: table;
  content: '';
}
.top-header-social ul {
  border-left: 1px solid #eeeeee;
  padding: 0 10px;
  margin: 0;
  list-style: none;
}
.top-header-social ul:after {
  clear: both;
  display: table;
  content: '';
}
.top-header-social ul li {
  float: left;
}
.top-header-social ul li:last-child a {
  padding-right: 0;
}
.top-header-social ul li a {
  padding: 0 11px;
  display: block;
  font-size: 16px;
}
.tz-hotline {
  margin-right: 20px;
}
.tz-hotline i {
  margin-right: 15px;
  font-size: 16px;
}
.tz-header-content {
    /* height: 145px; */
   line-height: 114px;
}
.tz-header-content:after {
  clear: both;
  display: table;
  content: '';
}
.tz-header-ads {
  max-width: 83%;
}
.tz-header-logo {
  text-align: left;
}
.tz-header-logo a {
  display: inline-block;
}
.tz-header-menu {
  background: #6b0808;
}
.tz-header-menu .container {
  position: relative;
}
.plazart-megamenu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plazart-megamenu > ul:after {
  clear: both;
  display: table;
  content: '';
}
.plazart-megamenu > ul > li {
  float: left;
  position: relative;
}
.plazart-megamenu > ul > li.no-position {
  position: static;
}
.plazart-megamenu > ul > li.active > a,
.plazart-megamenu > ul > li.open > a,
.plazart-megamenu > ul > li.active a:hover,
.plazart-megamenu > ul > li.open a:hover,
.plazart-megamenu > ul > li.active a:focus,
.plazart-megamenu > ul > li.open a:focus,
.plazart-megamenu > ul > li.active a:active,
.plazart-megamenu > ul > li.open a:active {
  background: rgba(255, 255, 255, 0.1);
}
.plazart-megamenu > ul > li > a {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 18px;
  display: inline-block;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  letter-spacing: 1px;
}
.plazart-megamenu > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.plazart-megamenu > ul > li > a i {
  font-size: 12px;
  font-weight: 700;
  padding-left: 2px;
}
.plazart-megamenu > ul > li:hover .tz-megamenu-wrap {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.plazart-megamenu > ul > li > .sub-menu {
  position: absolute;
  left: 0;
  top: 140%;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  min-width: 220px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.plazart-megamenu > ul > li > .sub-menu li {
  float: none;
  position: relative;
  padding: 0 20px;
}
.plazart-megamenu > ul > li > .sub-menu li a {
  border-bottom: 1px solid #eeeeee;
  background: none;
  color: #313133;
  text-transform: none;
  font-weight: 400;
  line-height: 42.9px;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.plazart-megamenu > ul > li > .sub-menu li a .icon-submenu-down {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #aaaaaa;
  font-size: 10px;
}
.plazart-megamenu > ul > li > .sub-menu li a:hover {
  padding-left: 10px;
}
.plazart-megamenu > ul > li > .sub-menu li a:hover .icon-submenu-down {
  color: #313133;
}
.plazart-megamenu > ul > li > .sub-menu li .sub-menu {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  position: absolute;
  left: 70%;
  top: 0;
  z-index: 1;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.plazart-megamenu > ul > li > .sub-menu li .sub-menu li {
  background: #ffffff;
}
.plazart-megamenu > ul > li > .sub-menu li:hover .sub-menu {
  left: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.plazart-megamenu > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.tz-search {
  position: relative;
  margin-top: 13px;
}
.tz-search form {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.tz-search form.input-width input {
  width: 260px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tz-search form.input-width .tz-button-search {
  color: #313133;
}
.tz-search form input {
  background: #ffffff;
  height: 35px;
  border: 0;
  padding: 0 15px;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-search form input::-moz-placeholder {
  color: #313133;
  opacity: 1;
}
.tz-search form input:-ms-input-placeholder {
  color: #313133;
}
.tz-search form input::-webkit-input-placeholder {
  color: #313133;
}
.tz-search form input::-moz-placeholder {
  color: #313133;
  opacity: 1;
}
.tz-search form input:-ms-input-placeholder {
  color: #313133;
}
.tz-search form input::-webkit-input-placeholder {
  color: #313133;
}
.tz-search form input:focus {
  outline: none;
  outline-color: transparent;
}
.tz-search form .tz-button-search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 25px 9px 10px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
/*------------Header styl 2--------------*/
.tz-header-2 .tz-header-content {
  margin: 0;
  padding: 0;
  height: 120px;
  line-height: 120px;
}
.tz-header-2 .tz-header-logo {
  width: 220px;
  text-align: left;
  padding-left: 50px;
}
.tz-header-2 .plazart-megamenu > ul > li.active > a,
.tz-header-2 .plazart-megamenu > ul > li:hover > a {
  background: none;
}
.tz-header-2 .plazart-megamenu > ul > li:first-child > a {
  padding-left: 38px;
}
.tz-header-2 .plazart-megamenu > ul > li a {
  color: #313133;
}
.tz-header-2 .tz-search {
  position: relative;
  margin: 41px 25px 0 0;
  line-height: 30px;
}
.tz-header-2 .tz-search form {
  padding: 0;
  margin: 0;
}
.tz-header-2 .tz-search form input {
  background: #ffffff;
  height: 35px;
  border: 1px solid #313133;
}
.tz-header-2 .tz-search form .tz-button-search {
  color: #313133;
}
/*------------Header style 3--------------*/
.tz-header-3 .tz-header-content {
  background: #313133;
  text-align: center;
  height: 96px;
  line-height: 94px;
  border-bottom: 2px solid #eeeeee;
}
.tz-header-3 .tz-header-content .tz-header-inline {
  display: inline-block;
}
.tz-header-3 .tz-header-content .plazart-megamenu > ul > li > a {
  line-height: inherit;
  display: block;
  padding: 0 25px;
}
.tz-header-3 .tz-header-content .tz-header-logo {
  width: 206px;
  margin: 0 7px;
}
.tz-header-3 .tz-header-content .sub-menu {
  text-align: left;
}
.tz-header-3 .tz-form-search {
  line-height: 30px;
  margin-top: 17px;
}
/*------------Header style 4--------------*/
.tz-header-4 .tz-header-content {
  height: 200px;
  line-height: 200px;
  padding: 0;
}
.tz-header-4 .tz-header-ads {
  height: 100%;
  overflow: hidden;
  max-width: 75.5%;
  background: #eeeeee;
}
.tz-header-4 .tz-header-logo {
  width: 24.5%;
  text-align: center;
}
/*------------Header style 5--------------*/
.tz-header-5 .tz-header-content {
  height: 120px;
  line-height: 120px;
  padding: 0;
}
.tz-header-5 .tz-search {
  position: relative;
  margin: 41px 25px 0 0;
  line-height: 30px;
}
.tz-header-5 .tz-search form {
  padding: 0;
  margin: 0;
}
.tz-header-5 .tz-search form input {
  background: #ffffff;
  height: 35px;
  border: 1px solid #313133;
}
.tz-header-5 .tz-search form .tz-button-search {
  color: #313133;
}
/*------------Mega Menu--------------*/
.tz-megamenu-wrap {
  position: absolute;
  left: 0;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-megamenu-wrap.full {
  padding: 0 15px;
  width: 100%;
}
.tz-megamenu-wrap.width500 {
  width: 500px;
}
.tz-megamenu-wrap.width500 .mega-item {
  width: 50%;
  padding: 0 20px;
}
.tz-megamenu-wrap .tz-megamenu {
  background-color: #ffffff;
  padding: 0;
  border-width: 0 1px 2px 1px;
  border-style: solid;
  border-color: #eeeeee;
}
.tz-megamenu-wrap .tz-megamenu:after {
  clear: both;
  display: table;
  content: '';
}
.tz-megamenu-wrap .tz-megamenu.five-columns .mega-item {
  width: 20%;
}
.tz-megamenu-wrap .tz-megamenu.maga-two-columns .mega-item {
  width: 50%;
}
.tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item {
  width: 50%;
  padding: 21px 20px;
  border-left: 1px solid #eeeeee;
}
.tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item:first-child {
  border-left: 0;
}
.tz-megamenu-wrap .tz-megamenu .mega-item {
  float: left;
  padding: 21px 10px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-megamenu-wrap .tz-megamenu .mega-item ul li {
  float: none;
}
.tz-megamenu-wrap .tz-megamenu .mega-item ul li a {
  background: none;
  color: #313133;
  text-transform: none;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li {
  float: none;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li a {
  background: none;
  color: #313133;
  text-transform: none;
  font-weight: 400;
  line-height: 42.9px;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li a .icon-submenu-down {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #aaaaaa;
  font-size: 10px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li a:hover {
  padding-left: 15px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li a:hover .icon-submenu-down {
  color: #313133;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li .sub-menu {
  position: absolute;
  left: 70%;
  top: 0;
  padding-left: 20px;
  z-index: 1;
  min-width: 250px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li .sub-menu li {
  background: #ffffff;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li .sub-menu li a {
  margin-right: 20px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .sub-menu li:hover .sub-menu {
  left: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-ads a {
  padding: 0;
  display: block;
  margin-top: 50px;
  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-ads a img {
  width: 100%;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-ads.ads-style2 a {
  margin-top: 20px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .menu-title {
  font-size: 15px;
  line-height: 49.5px;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 0;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-news ul {
  margin-top: 11px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-news ul li a {
  line-height: 28.6px;
  display: inline-block;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-news ul li span {
  font-size: 12px;
  line-height: 26.4px;
  display: block;
  color: #868686;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-list-icon ul {
  margin-top: 11px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-list-icon ul li a {
  line-height: 28.6px;
  display: inline-block;
  color: #878787;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-list-icon ul li a i {
  color: #313133;
  padding-right: 5px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .textwidget {
  padding-top: 10px;
  color: #878787;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-image {
  margin-top: 5px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-image .tz-thumbnail img {
  width: 100%;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-image .tz-thumbnail:before {
  background: rgba(0, 0, 0, 0.6);
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-image .tz-thumbnail:hover:before {
  background: transparent;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-image h6 {
  color: #333333;
  line-height: 28.6px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0 0 0;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-image h6 a:hover {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form .menu-title {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 20px 0;
  margin: 0 0 18px 0;
  color: #333333;
  text-align: center;
  border: 0;
  position: relative;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form .menu-title:after {
  width: 40px;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  content: '';
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form p {
  color: #858585;
  font-size: 12px;
  text-align: center;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form {
  margin-top: 20px;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form input {
  width: 100%;
  display: block;
  background: #eeeeee;
  height: 50px;
  border: 0;
  color: #333333;
  font-size: 11px;
  padding: 0 10px;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form input::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form input:-ms-input-placeholder {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form input::-webkit-input-placeholder {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form input::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form input:-ms-input-placeholder {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form input::-webkit-input-placeholder {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form input:focus {
  outline: none;
  outline-color: transparent;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form textarea {
  width: 100%;
  display: block;
  background: #eeeeee;
  height: 130px;
  border: 0;
  color: #333333;
  font-size: 11px;
  padding: 0 10px;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form textarea:-ms-input-placeholder {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form textarea::-webkit-input-placeholder {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form textarea:-ms-input-placeholder {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form textarea::-webkit-input-placeholder {
  color: #333333;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form textarea:focus {
  outline: none;
  outline-color: transparent;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form button,
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form .submit {
  width: 100%;
  display: block;
  background: #7a2121;
  height: 50px;
  border: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form button:focus,
.tz-megamenu-wrap .tz-megamenu .mega-item .widget-form form .submit:focus {
  outline: none;
  outline-color: transparent;
}
/**
 * 3.0 - Content
 * -----------------------------------------------------------------------------
 */
/**
 * 3.1 - Breaking
 * -----------------------------------------------------------------------------
 */
.tz-breaking-news {
  padding: 16px 0;
  line-height: 35px;
  border-top: 2px solid #eeeeee;
}
.breaking-bk {
  background: rgba(238, 238, 238, 0.5);
}
.breaking-black {
  background: #313133;
  border-top: 0;
  color: #ffffff;
}
.tz-breaking-content {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
}
.tz-breaking-content li {
  font-size: 14px;
}
.tz-breaking-content li p {
  margin: 0;
}
.breaking-title {
  display: block;
  float: left;
  font-weight: 700;
  color: #d90000;
  margin-right: 7px;
}
.tz-button-next,
.tz-button-prev {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 30px;
  border: 0;
  padding: 0 10px;
  text-align: center;
  background: #eeeeee;
}
.tz-button-next i,
.tz-button-prev i {
  font-size: 16px;
  color: #ffffff;
}
.tz-button-next:focus,
.tz-button-prev:focus {
  outline: none;
  outline-color: transparent;
}
.tz-button-next.contro-style2,
.tz-button-prev.contro-style2 {
  border: 1px solid #eeeeee;
  background: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-button-next.contro-style2 i,
.tz-button-prev.contro-style2 i {
  color: #7a2121;
}
.tz-button-next.contro-style2:hover,
.tz-button-prev.contro-style2:hover {
  border-color: #7a2121;
}
.tz-button-next {
  margin-left: 5px;
}
/**
 * 3.2 - Featured post
 * -----------------------------------------------------------------------------
 */
.featured-post-wrap {
  border-width: 2px 0;
  border-color: #eeeeee;
  border-style: solid;
  padding: 22px 0 25px;
}
.featured-post {
  list-style: none;
  padding: 0;
  margin: 0;
}
.featured-post li {
  cursor: e-resize;
}
.featured-post li:after {
  clear: both;
  display: table;
  content: '';
}
.tz-grid-post-0 {
  width: 50%;
  float: left;
  position: relative;
  height: 380px;
}
.tz-grid-post-0 img {
  min-height: 380px;
}
.tz-grid-post-0 .tz-featured-info h3 {
  font-size: 22px;
  line-height: 30.8px;
  font-weight: 700;
  padding: 0;
  margin: 3px 0 2px 0;
  color: #ffffff;
}
.tz-grid-post-0 .tz-featured-info .tz-featured-meta {
  font-size: 12px;
}
.tz-grid-post-0:hover img {
  -webkit-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
}
.tz-grid-post-1,
.tz-grid-post-2,
.tz-grid-post-3,
.tz-grid-post-4 {
  height: 190px;
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
  padding-left: 10px;
}
.tz-grid-post-1 img,
.tz-grid-post-2 img,
.tz-grid-post-3 img,
.tz-grid-post-4 img {
  min-height: 190px;
}
.tz-grid-post-1 .tz-featured-info,
.tz-grid-post-2 .tz-featured-info,
.tz-grid-post-3 .tz-featured-info,
.tz-grid-post-4 .tz-featured-info {
  bottom: 14px;
}
.tz-grid-post-1 .tz-featured-info h3,
.tz-grid-post-2 .tz-featured-info h3,
.tz-grid-post-3 .tz-featured-info h3,
.tz-grid-post-4 .tz-featured-info h3 {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 700;
  padding: 0;
  margin: 5px 0 4px 0;
  color: #ffffff;
}
.tz-grid-post-1 .tz-featured-info .tz-featured-meta,
.tz-grid-post-2 .tz-featured-info .tz-featured-meta,
.tz-grid-post-3 .tz-featured-info .tz-featured-meta,
.tz-grid-post-4 .tz-featured-info .tz-featured-meta {
  line-height: 26px;
}
.tz-grid-post-1:hover img,
.tz-grid-post-2:hover img,
.tz-grid-post-3:hover img,
.tz-grid-post-4:hover img {
  -webkit-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
}
.tz-grid-post-1,
.tz-grid-post-2 {
  padding-bottom: 5px;
}
.tz-grid-post-3,
.tz-grid-post-4 {
  padding-top: 5px;
}
.tz-featured-thumb {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.tz-featured-thumb .icon-video-one {
  left: 10px;
  top: 18px;
}
.tz-featured-thumb img {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.tz-featured-thumb:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.tz-featured-info {
  position: absolute;
  bottom: 22px;
  left: 20px;
  z-index: 9;
  color: #ffffff;
}
.tz-featured-info a {
  color: #ffffff;
}
/**
 * 3.3 - Element Post
 * -----------------------------------------------------------------------------
 */
.tz-wrap-element1 {
  padding: 45px 25px 35px;
}
.tz-box-one {
  padding: 45px 25px 35px;
}
.tz-box-two {
  padding: 0 25px 0;
}
.tz-box-three {
  padding: 45px 25px 60px;
}
.tz-wrap-box {
  padding: 25px 25px 35px;
}
.tz-wrap-element3 {
  padding: 45px 25px 50px;
}
.tz-wrap-element2 {
  padding: 0 25px 0;
}
.tz-large-box {
  padding: 45px 25px 38px;
}
.padding-style {
  padding-top: 30px;
  padding-bottom: 53px;
}
.cat-box-two-columns {
  padding-bottom: 12px;
}
.cat-box-two-columns:after {
  clear: both;
  display: table;
  content: '';
}
.cat-box-two-columns .item-small {
  margin-top: 47px;
}
.tz-element {
  padding: 15px 25px;
}
.tz-element .tz-title-filter {
  margin-top: 6px;
}
.one-cat {
  padding-top: 25px;
}
.tz-cat-box {
  margin: 30px 0;
  padding: 0 25px;
}
.tz-title-filter {
  position: relative;
}
.tz-title-filter .tz-cat-filter {
  position: absolute;
  right: 0;
  top: -6px;
}
.tz-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 23.8px;
  text-transform: uppercase;
  margin: 0 0 27px;
  padding: 0;
  width: 100%;
  position: relative;
}
.tz-title span {
  background: #ffffff;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #7a2121;
}
.tz-title:before {
  width: 100%;
  height: 5px;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  /*-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  background: #7a2121;
}
.tz-cat-filter {
  font-size: 12px;
  line-height: 32.4px;
  text-align: center;
  padding-left: 15px;
  background: #ffffff;
}
.tz-cat-filter span {
  background: #eeeeee;
  padding: 2px 21px;
  display: inline-block;
}
.tz-cat-filter2 span {
  background: transparent;
  border: 1px solid #eeeeee;
  padding: 1px 12px;
}
.tz-cat-filter2 span i {
  padding-left: 5px;
  color: #bbbbbb;
  font-size: 14px;
}
.tz-thumbnail {
  position: relative;
}
.tz-thumbnail > a {
  position: relative;
  display: block;
}
.tz-thumbnail > a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-thumbnail:hover > a:after {
  background: transparent;
}
.tz-thumbnail.post-video > a:after {
  background: rgba(0, 0, 0, 0.4);
}
.tz-thumbnail.post-video:hover > a:after {
  background: transparent;
}
.tz-thumbnail.post-video img {
  width: 100%;
}
.post-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #313133;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  z-index: 2;
}
.post-icon .fa-play {
  margin-left: 4px;
}
.post-icon.post-icon-border {
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 0 0 2px #ffffff inset, 0 0 0 3px #eeeeee inset;
  -webkit-box-shadow: 0 0 0 2px #ffffff inset, 0 0 0 3px #eeeeee inset;
}
.post-icon.post-icon-border i {
  font-size: 10px;
  margin-left: 2px;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
.post-icon.icon-border {
  box-shadow: 0 0 0 3px #ffffff inset, 0 0 0 4px #eeeeee inset;
  -webkit-box-shadow: 0 0 0 3px #ffffff inset, 0 0 0 4px #eeeeee inset;
}
.post-icon.icon-video-small {
  width: 30px;
  height: 30px;
  line-height: 30px;
  box-shadow: 0 0 0 2px #ffffff inset, 0 0 0 3px #eeeeee inset;
  -webkit-box-shadow: 0 0 0 2px #ffffff inset, 0 0 0 3px #eeeeee inset;
}
.post-icon.icon-video-small i {
  font-size: 8px;
  margin-left: 2px;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.icon-video-one {
  position: absolute;
  left: 18px;
  top: 18px;
  color: #ffffff;
  z-index: 2;
}
.item-large .tz-infomation {
  color: #888888;
  margin: 19px 0 0;
}
.item-large .tz-infomation .tz-post-title {
  font-size: 22px;
  line-height: 30.8px;
  font-weight: 700;
  padding: 0;
  margin: 11px 0 9px 0;
}
.item-large .tz-infomation .tz-post-title a {
  color: #7a2121;
}
.item-large .tz-infomation .meta {
  font-size: 12px;
}
.item-large.post-horizontal {
  margin-bottom: 18px;
}
.item-large.post-horizontal:after {
  clear: both;
  display: table;
  content: '';
}
.item-large.post-horizontal .tz-thumbnail {
  width: 52%;
  float: left;
}
.item-large.post-horizontal .tz-infomation {
  width: 48%;
  float: left;
  padding-left: 20px;
  margin: 0;
}
.item-large.post-horizontal .tz-infomation .tz-post-title {
  font-size: 18px;
  line-height: 25.2px;
  margin: 5px 0 4px 0;
}
.item-small {
  margin-top: 38px;
}
.item-small:first-child {
  margin-top: 0;
}
.item-small:after {
  clear: both;
  display: table;
  content: '';
}
.item-small .tz-thumbnail {
  width: 130px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.item-small .tz-infomation {
  color: #000;
  margin: 0;
}
.item-small .tz-infomation .tz-post-title {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
}
.item-small .tz-infomation .tz-post-title a {
  color: #7a2121;
}
.item-small .tz-infomation .meta {
  font-size: 12px;
  color: #aaaaaa;
}
.item-small.style-two .tz-thumbnail {
  width: 170px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.item-small.style-two .tz-infomation p {
  margin: 30px 0 0 0;
}
.item-small.item-rating .tz-thumbnail {
  width: 150px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.item-small.item-rating .rating {
  font-size: 10px;
  margin-top: 8px;
  display: block;
  color: #bbbbbb;
}
.item-small.item-rating .rating.star5 i {
  color: #ffc926;
}
.item-small.item-rating .rating.star1 i:nth-child(1) {
  color: #ffc926;
}
.item-small.item-rating .rating.star2 i:nth-child(1),
.item-small.item-rating .rating.star2 i:nth-child(2) {
  color: #ffc926;
}
.item-small.item-rating .rating.star3 i:nth-child(1),
.item-small.item-rating .rating.star3 i:nth-child(2),
.item-small.item-rating .rating.star3 i:nth-child(3) {
  color: #ffc926;
}
.item-small.item-rating .rating.star3 i:nth-child(1),
.item-small.item-rating .rating.star3 i:nth-child(2),
.item-small.item-rating .rating.star3 i:nth-child(3),
.item-small.item-rating .rating.star3 i:nth-child(4) {
  color: #ffc926;
}
.post-wrap-rating {
  margin-bottom: 20px;
}
.post-wrap-rating .item-rating {
  margin-top: 30px;
}
.post-wrap-rating .item-rating:first-child {
  margin-top: 0;
}
.widget-ads-two {
  margin-bottom: 10px;
}
.widget-ads-two img {
  width: 100%;
}
.item-thumbnail-wrap .tz-thumbnail > a {
  position: relative;
}
.item-thumbnail-wrap .tz-thumbnail > a:after {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: rgba(0, 0, 0, 0.6);
}
.item-thumbnail-wrap .tz-thumbnail > a:hover:after {
  background: transparent;
}
.item-thumbnail-wrap .tz-infomation {
  color: #ffffff;
  position: absolute;
  left: 18px;
  bottom: 18px;
}
.item-thumbnail-wrap .tz-infomation .tz-post-title {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 700;
  padding: 0;
  margin: 10px 5px 6px 0;
  color: #ffffff;
}
.item-thumbnail-wrap .tz-infomation .tz-post-title a {
  color: #ffffff;
}
.item-thumbnail-wrap .tz-infomation .meta {
  font-size: 12px;
  color: #ffffff;
}
.item-thumbnail-wrap .tz-infomation .meta a {
  color: #ffffff;
}
.item-thumbnail-wrap.item-vertical .tz-infomation {
  z-index: 2;
}
.item-thumbnail-wrap.item-vertical .tz-infomation .tz-post-title {
  line-height: 27px;
  margin: 0 5px 5px 0;
}
.item-thumbnail-wrap.item-vertical .tz-infomation .meta a {
  color: #bababa;
}
.item-thumbnail-wrap.item-vertical .tz-infomation p {
  margin: 13px 5px 12px;
}
.item-thumbnail-wrap.item-vertical .cat_name {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.item-thumbnail-wrap.item-vertical .tz-thumbnail:after {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item-thumbnail-wrap.item-vertical .tz-thumbnail:hover:after {
  background: transparent;
}
.item-thumbnail-wrap.item-vertical .tz-thumbnail > a:after {
  display: none;
}
.item-thumbnail-wrap.size-large .tz-infomation .tz-post-title {
  font-size: 27px;
  line-height: 38.8px;
  font-weight: 700;
  padding: 0;
  margin: 10px 5px 6px 0;
  color: #ffffff;
}
.item-thumbnail-wrap.size-large .tz-infomation .tz-post-title a {
  color: #ffffff;
}
.cat-box-wrap .item-thumbnail-wrap {
  margin-bottom: 30px;
}
.slider-post-wrap {
  margin: 0 -15px;
}
.slider-post-wrap:after {
  clear: both;
  display: table;
  content: '';
}
.slider-post-wrap .slider-contro {
  padding-right: 15px;
  margin-top: 15px;
}
.slider-post {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-post li {
  padding: 0 15px;
}
/*============= item slider vertical*/
.item-slider-vertical {
  background: rgba(0, 0, 0, 0.6);
}
.item-slider-vertical:after {
  clear: both;
  display: table;
  content: '';
}
.item-slider-vertical .slider-vertical {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.item-slider-vertical .tz-thumbnail {
  overflow: hidden;
}
.item-slider-vertical .tz-thumbnail:before {
  background: rgba(0, 0, 0, 0.6);
}
.item-slider-vertical .cat-post a {
  margin: 15px;
}
.item-slider-vertical .tz-infomation {
  padding: 20px;
  color: #888888;
}
.item-slider-vertical .tz-infomation .tz-post-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0 15px 0;
}
.item-slider-vertical .tz-infomation .tz-post-title a {
  color: #7a2121;
}
.item-slider-vertical .tz-infomation .meta {
  font-size: 12px;
}
.item-slider-vertical .tz-infomation .meta a {
  color: #313133;
}
.item-slider-vertical .slider-contro {
  margin: 0 15px 15px 0;
}
.item-slider-vertical .slider-contro button i {
  color: #777777;
}
/**
 * 3.4 - Slider ADS
 * -----------------------------------------------------------------------------
 */
.slider-ads {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-ads li img {
  width: 100%;
}
.abs {
  margin: 20px 0;
}
.abs img {
  width: 100%;
}
/**
 * 3.5 - Counter
 * -----------------------------------------------------------------------------
 */
.tz-counter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #eeeeee;
}
.tz-counter ul:after {
  clear: both;
  display: table;
  content: '';
}
.tz-counter ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 21px 0 22px;
}
.tz-counter ul li a .icon-social {
  display: block;
}
.tz-counter ul li a .icon-social i {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-counter ul li a strong {
  display: block;
  font-size: 15px;
  color: #7a2121;
  margin-top: 16px;
}
.tz-counter ul li a .number {
  color: #878787;
  font-size: 12px;
  line-height: 14.4px;
  display: block;
}
.tz-counter ul li a:hover .icon-social i {
  color: #ffffff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.tz-counter.counter-style2 {
  margin: 30px 0 15px;
}
.tz-counter.counter-style2 ul {
  border: 1px solid #7a2121;
  background: transparent;
}
.tz-counter.counter-style2 ul li {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding: 14px 0 14px;
}
.tz-counter.counter-style2 ul li:first-child {
  border-top: 0;
  border-left: 0;
}
.tz-counter.counter-style2 ul li strong {
  margin-top: 3px;
}
.tz-counter.counter-style2 ul li a {
  text-align: center;
}
.tz-counter.counter-style2 ul li a .icon-social {
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 54px;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.tz-counter.counter-style2 ul li a .icon-social i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #313133;
}
.tz-counter.counter-style2 ul li a:hover .icon-social {
  background: #313133;
}
.tz-counter.counter-style2 ul li a:hover .icon-social i {
  color: #ffffff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: aff-icon 0.6s 1;
  -o-animation: aff-icon 0.6s 1;
  animation: aff-icon 0.6s 1;
}
@-webkit-keyframes aff-icon {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aff-icon {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/**
 * 3.6 - Lastests
 * -----------------------------------------------------------------------------
 */
.tz-lastests {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-lastests li {
  margin-bottom: 20px;
}
.tz-lastests li .head:after {
  clear: both;
  display: table;
  content: '';
}
.tz-lastests li .head .cat_name {
  float: left;
  padding: 5px 8px;
  margin: 0 13px 0 0;
}
.tz-lastests li .head .tz-post-title {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
}
.tz-lastests li .meta {
  display: block;
  margin-top: 3px;
  color: #bababa;
  font-size: 12px;
}
.tz-lastests li .meta a {
  color: #313133;
}
/**
 * 3.7 - Post Photos
 * -----------------------------------------------------------------------------
 */
.tz-post-photos {
  list-style: none;
  padding: 0;
  margin: 0 -6px 20px;
}
.tz-post-photos:after {
  clear: both;
  display: table;
  content: '';
}
.tz-post-photos li {
  float: left;
  width: 33.33%;
  padding: 6px;
}
.tz-post-photos li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.tz-post-photos li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-post-photos li a:hover:after {
  background: transparent;
}
.tz-post-photos li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tz-post-photos li a img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/**
 * 3.8 - Blog post
 * -----------------------------------------------------------------------------
 */
.tz-heading {
  position: relative;
  overflow: hidden;
  border-top: 3px solid #eeeeee;
  width: 100%;
}
.tz-heading:hover img {
  transform: scale(1.1) translateY(10px);
  -webkit-transform: scale(1.1) translateY(10px);
  -moz-transform: scale(1.1) translateY(10px);
}
.tz-heading:after {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.tz-heading h1 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 34.43px;
  line-height: 44.91px;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.tz-heading img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.tz-control {
  height: 64px;
  line-height: 64px;
  border-bottom: 2px solid #eeeeee;
}
.tz-control-2 .border-right {
  padding-left: 25px;
}
.tz-control-2 .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.tz-control-2 .container > .row {
  margin: 0;
}
.tz-control-2 .search {
  padding: 0;
}
.tz-control-2 .search-form {
  background: #f6f6f6;
  line-height: 62px;
}
.tz-control-2 .search-form input {
  background: none;
  width: 100%;
  height: 100%;
  border: 0;
  color: #aaaaaa;
  padding: 0 10px 0 38px;
}
.tz-control-2 .search-form input:focus {
  outline: none;
  outline-color: transparent;
}
.tz-control-2 .search-form .icon-search {
  position: absolute;
  right: 40px;
  top: 0;
  line-height: 60px;
  color: #444444;
  font-size: 14px;
}
ul.tz-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tz-breadcrumbs:after {
  clear: both;
  display: table;
  content: '';
}
ul.tz-breadcrumbs li {
  float: left;
  color: #6b0808;
    font-weight: bold;
    font-size: 20px;
}
ul.tz-breadcrumbs li i {
  color: #bbbbbb;
  margin: 0 10px;
}
.blog-control-meta {
  border-left: 1px solid #eeeeee;
}
.blog-control-meta:after {
  clear: both;
  display: table;
  content: '';
}
.blog-control-meta .style-switch {
  display: block;
  border-right: 1px solid #eeeeee;
  padding: 0 20px;
}
.blog-control-meta .style-switch a {
  color: #878787;
  cursor: pointer;
}
.blog-control-meta .style-switch a.active,
.blog-control-meta .style-switch a:hover {
  color: #313133;
}
.blog-control-meta .style-switch a.nav-grid-view {
  margin-right: 22px;
}
.blog-control-meta .style-switch i {
  padding-right: 10px;
}
.blog-order {
  margin-left: 20px;
}
.blog-order:after {
  clear: both;
  display: table;
  content: '';
}
.blog-order .form-field {
  float: left;
}
.blog-order .form-field label {
  font-weight: 400;
  font-size: 13px;
  color: #313133;
  display: inline-block;
  margin: 0;
}
.blog-order .form-field.field-sort-by {
  margin-right: 17px;
}
.blog-order .form-field .form-arrow {
  position: relative;
  display: inline-block;
  height: auto;
  line-height: 40px;
}
.blog-order .form-field .form-arrow select {
  height: 40px;
  width: auto;
  border: 0;
  min-width: 75px;
  padding: 0 20px;
  margin: 0 8px;
  color: #aaaaaa;
}
.blog-order .form-field .form-arrow select:focus {
  outline: none;
  outline-color: transparent;
}
.blog-order .form-field .form-arrow select option:focus {
  outline: none;
  outline-color: transparent;
}
.blog-order .form-field .form-arrow:after {
  background: #ffffff;
  color: #aaaaaa;
  content: '\f0d7';
  font-family: "FontAwesome";
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.blog-post-wrap {
  padding: 22px 0 50px;
}
.blog-post {
  padding-bottom: 17px;
  border-bottom: 2px solid #eeeeee;
}
.blog-post.three-columns {
  padding-bottom: 0;
  padding-top: 4px;
}
.blog-post.two-columns {
  padding-bottom: 16px;
  padding-top: 4px;
}
.blog-post-cat {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.blog-post-cat img {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.blog-post-cat:hover .icon-cat {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.blog-post-cat:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.6);
}
.blog-post-cat .cat-attr {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  z-index: 3;
  text-align: center;
  width: 100%;
}
.blog-post-cat .cat-attr .icon-cat {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-post-cat .cat-attr .cat-small-title {
  font-size: 30.62px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-top: 3px;
}
.three-columns .item-blog-post {
  margin-bottom: 50px;
}
.three-columns .item-blog-post .tz-post-info h3 {
  font-size: 22px;
  line-height: 30.8px;
  color: #7a2121;
  padding: 0;
  margin: 20px 0 6px 0;
}
.three-columns .item-blog-post .tz-post-info p {
  margin: 5px 0 0 0;
  padding: 0 0 11px 0;
}
.four-columns {
  padding-top: 4px;
}
.four-columns .tz-item-list .item-blog-post {
  margin-bottom: 45px;
}
.four-columns .tz-item-list .item-blog-post .tz-post-thumbnail {
  width: 90px;
  margin-right: 10px;
}
.four-columns .tz-item-list .item-blog-post .tz-post-info h3 {
  font-size: 16px;
  line-height: 22.4px;
}
.four-columns .tz-item-list .item-blog-post .tz-post-info .meta {
  line-height: 24px;
}
.four-columns .tz-item-list .item-blog-post .tz-post-info p {
  margin: 10px 0 0;
  padding: 0;
}
.two-columns .item-blog-post {
  margin-bottom: 40px;
}
.two-columns .item-blog-post .tz-post-info h3 {
  font-size: 22px;
  margin: 17px 0 4px 0;
}
.two-columns .item-blog-post .tz-post-info .meta {
  line-height: 27px;
}
.two-columns .item-blog-post .tz-post-info p {
  margin: 21px 0 0 0;
  padding: 0;
}
.two-columns .tz-item-list .item-blog-post {
  margin-bottom: 50px;
}
.two-columns .tz-item-list .item-blog-post .tz-post-thumbnail {
  width: 47.4%;
  float: left;
  margin-right: 30px;
}
.two-columns .tz-item-list .item-blog-post .tz-post-info h3 {
  font-size: 18px;
  line-height: 25.2px;
}
.two-columns .tz-item-list .item-blog-post .tz-post-info .meta {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 27px;
  display: block;
}
.two-columns .tz-item-list .item-blog-post .tz-post-info p {
  color: #888888;
  margin: 14px 0 0;
  padding: 0;
}
.item-blog-post {
  position: relative;
  margin-bottom: 55px;
}
.item-blog-post:hover .tz-post-thumbnail:after {
  background: none;
}
.item-blog-post .tz-post-thumbnail {
  position: relative;
}
.item-blog-post .tz-post-thumbnail:after {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.21);*/
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.item-blog-post .tz-post-thumbnail .post-icon-border {
  z-index: 2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.item-blog-post .tz-post-info h3 {
  font-size: 18px;
  line-height: 25.2px;
  color: #7a2121;
  padding: 0;
  margin: 10px 0 2px 0;
}
.item-blog-post .tz-post-info .meta {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 32.4px;
  display: block;
}
.item-blog-post .tz-post-info .meta a {
  color: #313133;
}
.item-blog-post .tz-post-info p {
  color: #888888;
  margin: 12px 0 5px 0;
}
.tz-item-list .item-blog-post:after {
  clear: both;
  display: table;
  content: '';
}
.tz-item-list .item-blog-post .tz-post-thumbnail {
  width: 130px;
  float: left;
  margin-right: 25px;
}
.tz-item-list .item-blog-post .tz-post-info h3 {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.tz-item-list .item-blog-post .tz-post-info .meta {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 32.4px;
  display: block;
}
.tz-item-list .item-blog-post .tz-post-info .meta a {
  color: #313133;
}
.tz-item-list .item-blog-post .tz-post-info p {
  color: #888888;
  margin: 14px 0 0;
  padding: 0;
}
.last {
  clear: both;
}
.tz-pagination {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.tz-pagination .pagination_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-pagination .pagination_list li {
  display: inline-block;
}
.tz-pagination .pagination_list li .prev,
.tz-pagination .pagination_list li .next {
  border: 1px solid #eeeeee;
  width: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-pagination .pagination_list li .prev i,
.tz-pagination .pagination_list li .next i {
  font-size: 12px;
  color: #313133;
}
.tz-pagination .pagination_list li .prev:hover,
.tz-pagination .pagination_list li .next:hover {
  border-color: #313133;
}
.tz-pagination .pagination_list li a,
.tz-pagination .pagination_list li span {
  font-size: 11px;
  color: #aaaaaa;
  font-weight: 700;
  display: block;
  padding: 0 5px;
  margin: 0 5px;
  height: 36px;
  width: auto;
  line-height: 33px;
}
.tz-pagination .pagination_list li a.current,
.tz-pagination .pagination_list li span.current,
.tz-pagination .pagination_list li a:hover,
.tz-pagination .pagination_list li span:hover {
  color: #313133;
}
/**
 * 3.9 - Blog Sidebar post
 * -----------------------------------------------------------------------------
 */
.tzblog_content {
  padding-top: 25px;
}
.tzblog_content.left .tz-pagination {
  margin-bottom: 28px;
  margin-left: -15px;
  margin-right: -25px;
}
.tzblog_content.right .tz-pagination {
  margin-bottom: 28px;
  margin-left: -25px;
  margin-right: -15px;
}
.tzblog_content .tz-pagination .pagination_list {
  padding: 30px 0 0 0;
  border-top: 1px solid #eeeeee;
}
.tzright_style {
  padding-top: 25px;
  border-right: 1px solid #eeeeee;
}
.tzright_style .tz-pagination {
  margin-bottom: 28px;
  margin-left: -15px;
  margin-right: -15px;
}
.tzright_style .tz-pagination .pagination_list {
  padding: 30px 0 0 0;
  border-top: 1px solid #eeeeee;
}
.tzleft_style {
  padding-top: 25px;
  border-left: 1px solid #eeeeee;
}
.tzleft_style .tz-pagination {
  margin-bottom: 28px;
  margin-left: -15px;
  margin-right: -15px;
}
.tzleft_style .tz-pagination .pagination_list {
  padding: 30px 0 0 0;
  border-top: 1px solid #eeeeee;
}
.tzright_sidebar {
  padding: 0 0 30px 0;
}
.tzright_sidebar .widget {
  padding: 0 15px 22px;
  border-bottom: 2px solid #eeeeee;
  margin-top: 25px;
}
.tzright_sidebar .widget:first-child {
  margin: 25px 0 0 0;
}
.tzright_sidebar .widget:last-child {
  margin-bottom: 60px;
}
.tzright_sidebar .widget_categories {
  margin-top: 10px;
}
.tzleft_sidebar {
  padding: 0 0 30px;
}
.tzleft_sidebar .widget {
  padding: 0 15px 22px;
  border-bottom: 2px solid #eeeeee;
  margin-top: 25px;
}
.tzleft_sidebar .widget:first-child {
  margin: 25px 0 0 0;
}
.tzleft_sidebar .widget:last-child {
  margin-bottom: 60px;
}
.tzleft_sidebar .widget_categories {
  margin-top: 10px;
}
.blog-post-sidebar {
  border: 0;
}
.blog-post-sidebar .blog-post {
  padding-bottom: 0;
}
.blog-sidebar .widget {
  margin-top: 60px;
}
.blog-sidebar .widget:first-child {
  margin: 25px 0 0 0;
}
.blog-sidebar .widget:last-child {
  margin-bottom: 60px;
}
.blog-sidebar .widget_categories {
  margin-top: 10px;
}
.sidebar-center {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 0 0 30px 0;
}
.sidebar-center .widget {
  margin-top: 60px;
}
.sidebar-center .widget:first-child {
  margin: 25px 0 0 0;
}
.sidebar-center .widget_categories {
  margin-top: 10px;
}
.sidebar-center .widget {
  padding: 0 15px 22px;
  border-bottom: 2px solid #eeeeee;
  margin-top: 25px;
}
.sidebar-center .abs {
  margin: 0;
}
.widget_search form,
.tz-search-right form {
  position: relative;
}
.widget_search form input,
.tz-search-right form input {
  width: 100%;
  background: rgba(238, 238, 238, 0.5);
  height: 55px;
  border: 0;
  color: #aaaaaa;
  padding: 0 20px;
}
.widget_search form input::-moz-placeholder,
.tz-search-right form input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.widget_search form input:-ms-input-placeholder,
.tz-search-right form input:-ms-input-placeholder {
  color: #aaaaaa;
}
.widget_search form input::-webkit-input-placeholder,
.tz-search-right form input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.widget_search form input::-moz-placeholder,
.tz-search-right form input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.widget_search form input:-ms-input-placeholder,
.tz-search-right form input:-ms-input-placeholder {
  color: #aaaaaa;
}
.widget_search form input::-webkit-input-placeholder,
.tz-search-right form input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.widget_search form input:focus,
.tz-search-right form input:focus {
  outline: none;
  outline-color: transparent;
}
.widget_search form .icon-search,
.tz-search-right form .icon-search {
  position: absolute;
  color: #444444;
  font-size: 14px;
  line-height: 55px;
  top: 0;
  right: 20px;
}
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #313133;
}
.widget_categories ul li:first-child {
  border-top: 0;
}
.widget_categories ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 600;
  display: block;
  border-top: 1px solid #444444;
  padding: 9px 10px 9px 27px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget_categories ul li a:hover {
  background: #444444;
}
.widget-post-box {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-post-box li {
  margin-top: 30px;
}
.widget-post-box li:after {
  clear: both;
  display: table;
  content: '';
}
.widget-post-box li .widget_thumbnail {
  width: 90px;
  float: left;
}
.widget-post-box li .widget_item_info {
  padding-left: 102px;
}
.widget-post-box li .widget_item_info h4 {
  font-size: 13px;
  line-height: 19.5px;
  padding: 0;
  margin: 0;
}
.widget-post-box li .widget_item_info .meta {
  font-size: 12px;
  color: #aaaaaa;
}
.widget-post-box li .widget_item_info .meta a {
  color: #313133;
}
.widget-post-box.large li .widget_thumbnail {
  width: 130px;
  float: left;
}
.widget-post-box.large li .widget_item_info {
  padding-left: 142px;
}
.widget-post-box.large li .widget_item_info h4 {
  font-size: 15px;
  line-height: 22.5px;
}
.tagcloud {
  margin: 0 -3px;
}
.tagcloud a {
  margin: 3px;
  display: inline-block;
  color: #aaaaaa;
  font-size: 11px;
  line-height: 21px;
  border: 1px solid #eeeeee;
  padding: 1px 14px 3px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tagcloud a:hover {
  background: #313133;
  color: #ffffff;
}
/**
 * 3.10 - Single Post
 * -----------------------------------------------------------------------------
 */
.single-post {
  padding-top: 25px;
  padding-bottom: 45px;
}
.single-post .post-meta {
  color: #aaaaaa;
  font-size: 11px;
}
.single-post .post-meta a {
  color: #313133;
}
.tz-single-thumbnail {
  overflow: hidden;
  position: relative;
}
.tz-single-thumbnail:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  /*background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;*/
}
.tz-single-thumbnail:hover:after {
  background: none;
}
.single-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  padding: 0;
  margin: 29px 0 10px;
}
blockquote {
  position: relative;
  border: 0;
  font-size: 13px;
  line-height: 23.4px;
  padding: 0 10px 0 45px;
  color: #878787;
  font-style: italic;
}
blockquote .fa-quote-left {
  position: absolute;
  left: 10px;
  top: 2px;
  font-size: 20.56px;
  color: #7a2121;
}
.post-content {
  margin-top: 37px;
}
.post-content p {
  margin: 25px 0;
}
.sing-post-footer {
  border-top: 1px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  margin: 95px 0 40px;
  padding: 36px 0 40px;
}
.sing-post-footer:after {
  clear: both;
  display: table;
  content: '';
}
.sing-post-footer .meta-tags a {
  color: #989899;
}
.sing-post-footer .meta-tags a:first-child {
  padding-left: 10px;
}
.sing-post-footer .meta-tags a:hover {
  color: #313133;
}
.sing-post-footer .tz-share {
  color: #313133;
}
.sing-post-footer .tz-share:first-child {
  margin-left: 36px;
}
.sing-post-footer .tz-share a {
  font-size: 13px;
  color: #313133;
  display: inline-block;
  margin: 0 10px;
}
.comments-title {
  margin-bottom: 3px;
}
.comments-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comments-list li {
  border-bottom: 1px solid #eeeeee;
  padding: 52px 0;
}
.comments-list li:after {
  clear: both;
  display: table;
  content: '';
}
.comments-list li .comment-image {
  width: 50px;
  float: left;
}
.comments-list li .comment-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.comments-list li .comment-block {
  padding-left: 80px;
}
.comments-list li .comment-block cite {
  font-weight: 700;
  font-style: normal;
}
.comments-list li .comment-block .comment-content {
  color: #999999;
  margin-top: 15px;
}
#respond {
  margin: 48px 0;
}
.comment-form input {
  background: #eeeeee;
  height: 50px;
  border: 0;
  padding: 0 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
  color: #313133;
  width: 100%;
}
.comment-form input::-moz-placeholder {
  color: #313133;
  opacity: 1;
}
.comment-form input:-ms-input-placeholder {
  color: #313133;
}
.comment-form input::-webkit-input-placeholder {
  color: #313133;
}
.comment-form input::-moz-placeholder {
  color: #313133;
  opacity: 1;
}
.comment-form input:-ms-input-placeholder {
  color: #313133;
}
.comment-form input::-webkit-input-placeholder {
  color: #313133;
}
.comment-form input[type='submit'] {
  background: #313133;
  height: 48px;
  border: 0;
  padding: 0 18px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  width: auto;
  display: inline-block;
  margin-top: 23px;
}
.comment-form textarea {
  background: #eeeeee;
  border: 0;
  padding: 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
  color: #313133;
  width: 100%;
  margin-top: 30px;
}
.comment-form textarea::-moz-placeholder {
  color: #313133;
  opacity: 1;
}
.comment-form textarea:-ms-input-placeholder {
  color: #313133;
}
.comment-form textarea::-webkit-input-placeholder {
  color: #313133;
}
.comment-form textarea::-moz-placeholder {
  color: #313133;
  opacity: 1;
}
.comment-form textarea:-ms-input-placeholder {
  color: #313133;
}
.comment-form textarea::-webkit-input-placeholder {
  color: #313133;
}
/**
 * 3.11 - Blog Style Left
 * -----------------------------------------------------------------------------
 */
.blog-border-widgets .container {
  max-width: 100%;
  width: 100%;
}
.blog-border-widgets .tzblog_content {
  padding-right: 25px;
}
.blog-border-widgets .tzblog_content.right {
  padding-left: 25px;
  padding-right: 15px;
}
.blog-border-widgets .tz-pagination {
  margin-top: 50px;
}
.sidebar-border {
  padding: 0 0 30px 0;
}
.sidebar-border .widget {
  padding: 0 15px 22px;
  border-bottom: 2px solid #eeeeee;
  margin-top: 25px;
}
.sidebar-border .abs {
  margin: 0;
}
.item-blog-heading {
  margin-bottom: 52px;
}
.item-blog-heading .cat_name {
  position: absolute;
  top: 15px;
  left: 20px;
}
.item-blog-heading .tz-infomation {
  left: 33px;
  bottom: 30px;
}
.item-blog-heading .tz-infomation .tz-post-title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 2px;
}
.item-blog-heading .tz-infomation .meta a {
  color: #bababa;
}
.item-blog-heading .tz-thumbnail img {
  width: 100%;
}
.item-list-style {
  margin-bottom: 46px;
}
.item-list-style .tz-infomation .tz-post-title {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 700;
  padding: 0;
  margin: 3px 0 4px 0;
}
.item-list-style .tz-infomation .tz-post-title a {
  color: #7a2121;
}
.item-list-style .tz-infomation .meta {
  font-size: 12px;
  color: #aaaaaa;
}
.item-list-style .tz-infomation .meta a {
  color: #313133;
}
.item-list-style .tz-infomation p {
  color: #878787;
  margin: 15px 0 17px;
}
.item-list-style .tz-infomation .readmore {
  color: #313133;
  text-decoration: underline;
}
/**
 * 3.12 - About us
 * -----------------------------------------------------------------------------
 */
.page-about-wrap {
  padding: 5px 0 75px;
}
.our-story {
  text-align: center;
}
.our-story p {
  margin: 23px 0;
  color: #878787;
}
.tz-title-page {
  font-size: 22px;
  line-height: 30.8px;
  color: #313133;
  padding: 15px 0 23px 0;
  margin: 40px 0 30px 0;
  text-align: center;
  position: relative;
}
.tz-title-page:after {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #eeeeee;
}
.wrap-border {
  border-bottom: 2px solid #eeeeee;
  padding: 30px 0 15px;
}
.tz-about {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.tz-about:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.8);
}
.tz-about figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.tz-about figcaption h3 {
  font-size: 18px;
  line-height: 25.2px;
  padding: 0;
  margin: 0;
}
.tz-about figcaption p {
  padding: 0 7%;
}
.our-team .tz-title-page {
  margin-bottom: 35px;
}
.tz-team-member {
  display: block;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 270px;
  max-height: 270px;
  overflow: hidden;
  margin: 25px auto;
}
.tz-team-member:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tz-team-member:hover figcaption h3 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease 0.4s;
  -o-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}
.tz-team-member:hover figcaption p {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease 0.4s;
  -o-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}
.tz-team-member img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 100%;
  height: 100%;
}
.tz-team-member:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-team-member figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.tz-team-member figcaption h3 {
  font-size: 18px;
  line-height: 25.2px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  transform: translate(0, -15px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-team-member figcaption p {
  padding: 0 10%;
  line-height: 18.2px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  opacity: 0;
  filter: alpha(opacity=0);
}
/**
 * 3.13 - Contact us
 * -----------------------------------------------------------------------------
 */
.page-contact-wrap {
  padding-bottom: 50px;
}
.map-iframe {
  width: 100%;
}
.map-iframe iframe {
  border: 0;
  width: 100%;
  height: 280px;
}
.contact-info {
  text-align: center;
  margin: 73px 0;
}
.contact-info:hover .icon i {
  -webkit-animation: icon-eff 0.8s linear 0s infinite alternate;
  -o-animation: icon-eff 0.8s linear 0s infinite alternate;
  animation: icon-eff 0.8s linear 0s infinite alternate;
}
.contact-info .icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #82d5db;
  margin-bottom: 43px;
}
.contact-info .icon i {
  font-size: 25px;
  line-height: 75px;
  color: #313133;
}
.contact-info strong {
  display: block;
  font-weight: 600;
  color: #444444;
}
@keyframes icon-eff {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  25% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  75% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes icon-eff {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  25% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  75% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}
.contact-form {
  position: relative;
  text-align: center;
  margin-top: 47px;
  padding: 30px 0;
}
.contact-form:before {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #eeeeee;
}
.contact-form h3 {
  margin-bottom: 26px;
}
.contact-form p {
  color: #878787;
}
.form-content {
  text-align: left;
  margin-top: 60px;
}
.form-content p {
  margin-bottom: 20px;
}
.form-content label {
  display: block;
  font-size: 12px;
  line-height: 36px;
  font-weight: 400;
  color: #313133;
  margin-bottom: 7px;
}
.form-content label span {
  font-size: 13px;
  color: #bbbbbb;
  padding-left: 30px;
}
.form-content input[type='text'],
.form-content input[type='email'],
.form-content input[type='url'] {
  width: 100%;
  height: 36px;
  border: 0;
  background: #eeeeee;
  padding: 0 10px;
}
.form-content textarea {
  padding: 10px;
  width: 100%;
  height: 235px;
  border: 0;
  background: #eeeeee;
}
.form-content input[type='submit'] {
  display: inline-block;
  height: 48px;
  font-weight: 700;
  padding: 0 20px;
  background: #313133;
  border: 0;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.form-content input[type='submit']:hover {
  background: rgba(49, 49, 51, 0.7);
}
.form-content .comment-for-submit {
  text-align: right;
  margin-top: 0;
}
/**
 * 3.14 - 404 Page
 * -----------------------------------------------------------------------------
 */
.page_error {
  background-image: url("../images/data/404.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 115px 0 185px;
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  position: relative;
}
.page_error:before {
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
.content_error {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.content_error .icon {
  font-size: 100px;
  line-height: 120px;
}
.content_error h1 {
  font-size: 35px;
  line-height: 42px;
  padding: 0;
  margin: 15px 0 4px;
}
.content_error p {
  padding: 0 31%;
  margin: 0;
}
.content_error form {
  margin: 40px 0 24px;
  width: 63%;
  display: inline-block;
  position: relative;
}
.content_error form input {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 0;
  font-size: 12px;
  padding: 0 20px;
  color: #ffffff;
}
.content_error form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.content_error form input:-ms-input-placeholder {
  color: #ffffff;
}
.content_error form input::-webkit-input-placeholder {
  color: #ffffff;
}
.content_error form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.content_error form input:-ms-input-placeholder {
  color: #ffffff;
}
.content_error form input::-webkit-input-placeholder {
  color: #ffffff;
}
.content_error form input:focus {
  outline: none;
  outline-color: transparent;
}
.content_error form .i-search {
  position: absolute;
  right: 20px;
  line-height: 45px;
  font-size: 16px;
  top: 0;
}
.content_error .meta span {
  margin-left: 100px;
}
.content_error .meta span:first-child {
  margin-left: 0;
}
.content_error .meta i {
  padding-right: 15px;
}
/**
 * 3.15 - ComingSoon
 * -----------------------------------------------------------------------------
 */
.page_comingsoon {
  background-image: url("../images/data/coming.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 115px 0 213px;
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  position: relative;
  text-align: center;
}
.page_comingsoon:before {
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
.coming-content {
  position: relative;
  color: #ffffff;
}
.coming-content h2 {
  font-size: 35px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
.coming-content a {
  color: #ffffff;
  text-decoration: underline;
}
.tzCountdown {
  margin: 50px 0;
}
.countdown-section {
  width: 125px;
  height: 125px;
  display: inline-block;
  margin: 0 48px;
  padding: 38px 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: rgba(255, 255, 255, 0.5);
}
.countdown-section .countdown-amount {
  display: block;
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
}
.countdown-section .countdown-period {
  display: block;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
/**
* 3.16 - Joom Base
* -----------------------------------------------------------------------------
*/
.joom-base {
  padding: 36px 0 110px;
}
.joom-control .search-control {
  width: 100%;
  position: relative;
}
.joom-control .search-control input[type='text'] {
  height: 55px;
  width: 100%;
  border: 0;
  background-color: #eeeeee;
  color: #aaaaaa;
  padding: 0 20px;
}
.joom-control .search-control input[type='text']::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.joom-control .search-control input[type='text']:-ms-input-placeholder {
  color: #aaaaaa;
}
.joom-control .search-control input[type='text']::-webkit-input-placeholder {
  color: #aaaaaa;
}
.joom-control .search-control input[type='text']::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.joom-control .search-control input[type='text']:-ms-input-placeholder {
  color: #aaaaaa;
}
.joom-control .search-control input[type='text']::-webkit-input-placeholder {
  color: #aaaaaa;
}
.joom-control .search-control .fa-search {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 55px;
  font-size: 16px;
  color: #444444;
}
.joom-control ul {
  margin-top: 27px;
  list-style: none;
  padding: 0;
  background-color: #eeeeee;
}
.joom-control ul li {
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.joom-control ul li:hover,
.joom-control ul li.active {
  background-color: #313133;
}
.joom-control ul li:hover a,
.joom-control ul li.active a {
  color: #ffffff;
}
.joom-control ul li a {
  color: #444444;
  font-size: 14px;
  display: block;
  font-weight: 700;
  padding: 22px 27px;
}
.joomla-title {
  font-size: 17px;
  line-height: 30.8px;
  padding: 0;
  margin: 0 0 18px 0;
  color: #444444;
}
.joom-list {
  font-weight: 700;
  font-size: 14px;
  color: #313133;
  padding-top: 12px;
  display: inline-block;
}
.joom-list i {
  padding-right: 30px;
}
.joom-newlink p {
  color: #888888;
}
.joom-newlink ul {
  list-style: decimal;
  padding: 0;
  margin: 45px 0 50px 17px;
  color: #313133;
}
.joom-newlink ul li {
  padding: 0px 0 20px 25px;
  border-bottom: 1px solid #eeeeee;
}
.joom-newlink ul li:first-child {
  border-top: 1px solid #eeeeee;
}
.joom-newlink ul li h6 {
  font-size: 14px;
  line-height: 25.2px;
  padding: 0;
  margin: 25px 0 0;
}
.joom-newlink ul li h6 a {
  color: #313133;
}
.joom-newlink ul li p {
  margin: 0;
}
.joom-newfeed ul {
  list-style: none;
  padding: 0 0 42px 0;
  margin: 28px 0 46px 0;
}
.joom-newfeed ul li {
  font-weight: 700;
  font-size: 14px;
  color: #313133;
  padding-top: 14px;
}
.joom-newfeed ul li i {
  padding-right: 30px;
}
.joomla-form-content {
  margin-top: 45px;
}
.form-horizontal .form-group {
  margin-bottom: 10px;
}
.form-horizontal label {
  font-weight: 400;
  line-height: 30px;
}
.form-horizontal input[type='text'],
.form-horizontal input[type='email'],
.form-horizontal input[type='password'] {
  width: 100%;
  height: 35px;
  border: 0;
  background-color: #eeeeee;
  padding: 0 10px;
}
.form-horizontal input[type='text']:focus,
.form-horizontal input[type='email']:focus,
.form-horizontal input[type='password']:focus {
  outline: none;
  outline-color: transparent;
}
.form-horizontal input[type='submit'],
.form-horizontal button[type='submit'] {
  background-color: #000000;
  height: 48px;
  padding: 0 25px;
  font-weight: 700;
  border: 0;
  color: #ffffff;
  margin-top: 30px;
}
.form-horizontal input[type='submit']:hover,
.form-horizontal button[type='submit']:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.form-horizontal .controls {
  text-align: right;
}
.form-horizontal .catcha-group {
  margin-top: 10px;
  text-align: right;
}
.form-horizontal .catcha-group:after {
  clear: both;
  display: table;
  content: '';
}
.form-horizontal .catcha-group input {
  width: 85px;
  float: left;
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.joom-form-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.joom-form-meta li a {
  color: #313133;
  line-height: 26px;
}
.joom-register .form-horizontal {
  margin-top: 45px;
}
.joom-register .form-horizontal .form-group {
  margin-bottom: 15px;
}
.joom-register .form-horizontal input[type='text'],
.joom-register .form-horizontal input[type='email'],
.joom-register .form-horizontal input[type='password'] {
  height: 32px;
}
.joom-register .form-horizontal input[type='submit'],
.joom-register .form-horizontal button[type='submit'] {
  margin-top: 4px;
}
.joom-register .form-horizontal .form-ds {
  margin-top: 60px;
}
.joom-register .form-horizontal .form-ds input {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  margin: 0 5px 0 0;
}
.joom-register .form-horizontal .joomla-title {
  margin-bottom: 22px;
}
.joom-profile-content {
  margin-top: 60px;
}
.user-info h3 {
  margin-top: 0;
}
.user-info p {
  margin: 0 0 27px 0;
}
.j-entry-edit {
  color: #bbbbbb;
  font-size: 13px;
  line-height: 15.6px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
  padding-left: 15px;
  display: inline-block;
}
.joined {
  margin: 30px 0 0;
  padding: 45px 0 40px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eeeeee;
}
.joined ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 15px;
}
.joined ul li {
  color: #444444;
}
.joined ul li:first-child {
  margin-top: 25px;
}
.TzUserProfiler .tzuser-info {
  padding-left: 15px;
}
.TzUserProfiler .joomla-title {
  margin-bottom: 10px;
}
.TzUserProfiler .avatar {
  display: block;
  margin-bottom: 40px;
}
.TzUserProfiler .avatar img {
  max-width: 230px;
  width: 100%;
  height: 230px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.TzUserProfiler p {
  font-size: 13px;
  line-height: 21.6px;
}
.TzUserProfiler p span {
  display: block;
}
.TzUserProfiler .social {
  margin-bottom: 3px;
}
.TzUserProfiler .social a {
  padding-left: 15px;
  display: inline-block;
  font-size: 16px;
  margin-top: 8px;
}
.TzUserProfiler .tz-photos {
  margin-top: 50px;
}
.two-menu ul.mod_menu > li:hover ul.nav-child {
  opacity: 1;
  top: 100%;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  visibility: visible;
}
.two-menu ul.mod_menu ul.nav-child {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eee;
  left: 0;
  list-style: outside none none;
  margin: 0;
  min-width: 220px;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 140%;
  visibility: hidden;
  z-index: 9;
}
.two-menu ul.mod_menu ul.nav-child li {
  float: none;
  padding: 0 20px;
  position: relative;
}
.two-menu ul.mod_menu ul.nav-child li a {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #eee;
  color: #313133;
  display: block;
  font-weight: 400;
  line-height: 42.9px;
  padding: 0;
  font-size: 13px;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.two-menu ul.mod_menu ul.nav-child li a::before {
  font-size: 0;
}
.two-menu ul.mod_menu ul.nav-child li a:hover {
  padding-left: 10px;
}
/**
* 3.17 - Off canvas
* -----------------------------------------------------------------------------
*/
#off-canvas-nav {
  display: none;
}
@media (max-width: 1024px) {
  .custom-container .tzsidebar .tz-module {
    padding-right: 0;
    padding-left: 15px;
  }
  div.tz-hotline {
    margin-right: 5px;
  }
  .custom-container {
    padding: 0 15px 0 0;
  }
  .tz-header-menu.logo-menu .tz-search form .tz-button-search {
    padding: 10px 5px 10px 10px;
  }
}
@media (max-width: 991px) {
  .plazart-mainnav .plazart-megamenu > ul {
    width: 100%;
    background: #333;
    padding: 30px 0;
  }
  .plazart-mainnav .navbar-header button.btn-navbar {
    margin-top: 0;
  }
  .plazart-mainnav .navbar-header button.btn-navbar i {
    background: rgba(0, 0, 0, 0);
    border: 0 none;
    display: inline-block;
    float: right;
    color: #313133;
    font-size: 20px;
    line-height: 55px;
  }
  .plazart-mainnav ul li {
    width: 100%;
  }
  .plazart-mainnav ul li.dropdown {
    background: #3a3a3a;
  }
  .plazart-megamenu > ul > li .sub-menu {
    position: relative;
    background: #3A3A3A;
    left: auto;
    top: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    min-width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    border: 0;
  }
  .plazart-megamenu > ul > li .sub-menu:before {
    display: none;
  }
  .plazart-megamenu > ul > li .sub-menu li {
    padding: 0;
  }
  .plazart-megamenu > ul > li .sub-menu li a {
    border: 0;
  }
  .plazart-megamenu > ul > li .sub-menu li .sub-menu {
    position: relative;
    background: #3A3A3A;
    left: auto !important;
    top: auto !important;
    width: 100%;
    visibility: visible  !important;
    opacity: 1;
    filter: alpha(opacity=100);
    min-width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    border: 0;
  }
  .plazart-megamenu > ul > li .sub-menu li .sub-menu:before {
    display: none;
  }
  .plazart-megamenu > ul > li .sub-menu li .sub-menu li {
    background: #3A3A3A;
  }
  .tz-breaking-news,
  ul.tz-breaking-content li {
    line-height: 20px;
  }
  section.heading-lifemag > div .col-lg-12 {
    padding: 0;
  }
  .heading-lifemag > div > .row {
    margin: 0;
  }
  .lm-box-two .col-md-6:last-child,
  .lm-two-cl .col-md-6:last-child {
    margin-top: 30px;
  }
  .tz-breaking-news div.tz-control-news {
    position: absolute;
    right: 20px;
  }
  div.tz-wrap-element1,
  div.tz-wrap-element2,
  div.tz-element,
  div.tz-large-box,
  div.tz-wrap-element3,
  div.tz-box-one,
  div.tz-box-two,
  div.tz-box-three {
    padding-left: 0;
  }
  .tz-header-content.style-video .tz-header-logo {
    width: 225px;
  }
  section.tz-header-menu.br-top {
    border: none;
  }
  .tz-header-menu #plazart-mainnav .navbar-inner .navbar-header .navbar-toggle {
    height: auto;
    padding: 0;
    max-height: none;
    margin-bottom: 0;
    border: none;
  }
  .tz-header-menu #plazart-mainnav .navbar-inner .navbar-header .navbar-toggle i {
    line-height: 80px;
  }
  .search-logo {
    position: absolute;
    right: 30px;
  }
  .two-menu .tz_icon_menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .two-menu div.search-2-menu {
    right: 40px;
  }
  .two-menu div.search-2-menu .tz-button-search {
    padding-right: 10px;
  }
  .two-menu .menu-left,
  .two-menu .menu-right {
    display: none;
  }
  .tz-header-menu.logo-menu .navbar-header {
    float: right;
    margin-right: 30px;
  }
  .tz-header-menu.logo-menu .navbar-header button.btn-navbar i {
    color: #FFF;
  }
  .tz-header-menu.logo-menu div.search {
    right: 40px;
  }
  header.tz-header-content.style5 {
    height: 100px;
    line-height: 100px;
  }
  header.tz-header-content.style5 .tz-header-logo {
    padding-left: 0;
  }
  .tz-header-menu.style5 #plazart-mainnav .navbar-inner .navbar-header .navbar-toggle {
    margin-right: 20px;
  }
  .tz-header-menu.style5 #plazart-mainnav .navbar-inner .navbar-header .navbar-toggle i {
    line-height: 100px;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse.mainmenu {
    padding: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse.mainmenu:first-child {
    padding-top: 30px;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse.mainmenu:last-child {
    padding-bottom: 40px;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse.mainmenu .open > a,
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse.mainmenu .open > a:focus,
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse.mainmenu .open > a:hover,
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse.mainmenu > li > a:focus,
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse.mainmenu > li > a:hover {
    background: transparent;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse.mainmenu {
    background: #333;
  }
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas .plazart-mainnav .plazart-megamenu > ul > li.dropdown > a {
    padding: 5px 10px;
  }
  .off-canvas .plazart-mainnav .plazart-megamenu ul li {
    clear: both;
  }
  .off-canvas .plazart-mainnav .plazart-megamenu ul li.dropdown > div,
  .off-canvas .plazart-mainnav .plazart-megamenu ul .dropdown-submenu > div {
    background: transparent;
    display: block;
    opacity: 1;
    position: relative;
    top: 0;
    width: 100% !important;
    border: none !important;
    left: 0 !important;
  }
  .off-canvas .plazart-mainnav .plazart-megamenu ul li.dropdown > div a,
  .off-canvas .plazart-mainnav .plazart-megamenu ul .dropdown-submenu > div a {
    display: block;
  }
  .off-canvas .plazart-mainnav .plazart-megamenu ul .mega-dropdown-inner {
    width: 100%;
    margin: 0 !important;
    position: relative;
    top: 0;
  }
  .off-canvas .plazart-mainnav .mega-dropdown-menu ul li a {
    border-bottom: none;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body > * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #plazart-mainnav .nav-collapse,
  .off-canvas #ja-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    background: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    background: none repeat scroll 0 0 #333;
    height: auto;
    margin: 0;
    padding: 30px 0;
    width: 100%;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse.menu2-top {
    padding: 30px 0 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse.menu2-bottom {
    padding: 0 0 30px 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav > .nav-collapse {
    padding: 0;
    border-top: none;
  }
  .off-canvas #off-canvas-nav .item-small.item-rating .tz-infomation h3 a {
    background: transparent !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li {
    float: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse > li > a {
    padding: 5px 10px;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-enabled #plazart-mainnav {
    display: block;
  }
  .nav-collapse {
    height: 0;
    overflow: hidden;
  }
  .shortcode .sj-social-media-counts {
    padding-top: 30px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner {
    margin: 0;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .mgt-50 {
    margin-top: 20px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .moduletable > h3 {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 49.5px;
    margin: 0;
    padding: 0;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .menu-image .cat-box-wrap .item-thumbnail-wrap:first-child {
    padding-top: 20px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .moduletable img {
    width: 100%;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .moduletable .item-rating.item-small:first-child {
    padding-top: 20px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner p {
    font-size: 12px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .textwidget,
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .map-iframe,
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .contact-misc {
    padding-top: 20px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .textwidget {
    font-size: 12px;
    padding-bottom: 20px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .contact-misc p {
    margin: 0;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner h3 {
    color: #FFF;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .tz-infomation {
    font-size: 12px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .tz-infomation h3 {
    line-height: 1.2;
    padding-top: 5px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .post-wrap-rating .item-rating {
    margin-top: 10px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .post-wrap-rating {
    padding-bottom: 0;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner #contact-form input,
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner #contact-form textarea {
    width: 100%;
    margin: 10px 0;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner #contact-form button.btn {
    margin-top: 10px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .moduletable ul {
    padding: 0;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .textwidget {
    color: #FFF;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .item-thumbnail-wrap {
    padding: 0;
    margin-bottom: 15px;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .contact-misc {
    color: #FFF;
  }
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .nav .open > a,
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .nav .open > a:focus,
  .mega-dropdown-inner [class*="col-md-"].mega-col-module .mega-inner .nav .open > a:hover {
    background: transparent;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .iconmenu ul {
    padding: 20px 0 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .iconmenu ul li a {
    background: transparent !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .mega-dropdown-inner .col-md-3.mega-col-module .mega-inner .tz-infomation h3 a {
    line-height: 1.5;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .mega-dropdown-inner .col-md-3.mega-col-module .mega-inner .tz-infomation h3 a:hover {
    background: transparent;
  }
  .off-canvas .plazart-megamenu .mega-dropdown-menu ul li a:hover,
  .off-canvas .plazart-megamenu .mega-dropdown-menu ul li.open > a,
  .off-canvas .plazart-megamenu .mega-dropdown-menu ul li.open > a:focus,
  .off-canvas .plazart-megamenu .mega-dropdown-menu ul li.open > a:hover {
    border: none;
  }
  .tz-header-menu #plazart-mainnav .navbar-inner .navbar-header .navbar-toggle i {
    line-height: 120px;
  }
}
/**
* 0.0 - Theme color
* -----------------------------------------------------------------------------
*/
/**
 * 0.1 - Color green
 * -----------------------------------------------------------------------------
 */
.home-green .tz-header-2 .tz-header-content {
  background: #006633;
  color: #ffffff;
}
.home-green .tz-header-2 .tz-header-logo {
  background: #004a25;
}
.home-green .tz-header-2 .plazart-megamenu > ul > li > a {
  color: #ffffff;
}
.home-green .tz-header-2 .tz-search form.input-width .tz-button-search {
  color: #313133;
}
.home-green .tz-header-2 .tz-search form .tz-button-search {
  color: #ffffff;
}
.home-green .top-header-social li a:hover {
  color: #006633;
}
.home-green .tz-footer {
  background: #006633;
}
.home-green .tz-footer .module-title {
  border-color: rgba(0, 74, 37, 0.5);
}
.home-green .tz-footer .mod_menu ul li a:before {
  color: #1a7648;
}
.home-green .tz-footer .mod_menu ul li a:hover:before {
  color: #ffffff;
}
.home-green .tz-copyright {
  background: #004a25;
}
.home-green .twitter_list li .twitter-icon {
  color: #99c2ad;
}
/**
 * 0.1 - Color Blue
 * -----------------------------------------------------------------------------
 */
.home-blue .tz-header-3 .tz-header-content .tz-header-logo {
  background: #0084b4;
}
.home-blue .top-header-social li a:hover {
  color: #0084b4;
}
/**
 * 0.1 - Color red light
 * -----------------------------------------------------------------------------
 */
.home-red-light .tz-header-5 .tz-header-content {
  background: #ef4135;
}
.home-red-light .tz-header-5 .tz-header-content .tz-header-logo {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.home-red-light .tz-header-5 .tz-header-menu {
  background: #ef4135;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.home-red-light .tz-header-5 .tz-header-menu .plazart-megamenu > ul > li > a:hover {
  background: rgba(242, 103, 93, 0.5);
}
.home-red-light .tz-header-5 .tz-header-menu .plazart-megamenu > ul > li.active > a {
  background: rgba(242, 103, 93, 0.5);
}
.home-red-light .tz-header-5 .tz-search form input {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.home-red-light .tz-header-5 .tz-search form .tz-button-search {
  color: #ffffff;
}
.home-red-light .tz-header-5 .tz-search form.input-width .tz-button-search {
  color: #7a2121;
}
.home-red-light .top-header-social li a {
  color: #989899;
}
.home-red-light .top-header-social li a:hover {
  color: #ef4135;
}
.home-red-light .tz-copyright {
  background: #ef4135;
}
.home-red-light .tz-copyright p {
  color: #ffffff;
}
.home-red-light .tz-copyright ul li a {
  color: #f9b3ae;
}
/**
 * 0.2 - Color red
 * -----------------------------------------------------------------------------
 */
.theme-red .tz-header-menu {
  background-color: #ce320b;
}
.theme-red .plazart-megamenu > ul > li > a:hover {
  background-color: #f24013;
}
.theme-red .plazart-megamenu > ul > li.active > a {
  background-color: #f24013;
}
.theme-red .tz-hotline i {
  color: #ce320b;
}
.theme-red .top-header-social li a i:hover {
  color: #ce320b;
}
.theme-red.tz-footer {
  background-color: #ce320b;
}
.theme-red.tz-footer .module-title {
  border-color: rgba(242, 64, 19, 0.5);
}
.theme-red.tz-footer .mod_menu ul li a:before {
  color: rgba(242, 64, 19, 0.5);
}
.theme-red.tz-footer .mod_menu ul li a:hover:before {
  color: #ffffff;
}
.theme-red.tz-footer .twitter_list li .twitter-icon {
  color: rgba(255, 255, 255, 0.6);
}
.theme-red.tz-copyright {
  background-color: #f24013;
}
.theme-red.tz-copyright p {
  color: #ffffff;
}
.theme-red.tz-copyright ul li a {
  color: rgba(255, 255, 255, 0.4);
}
/**
 * 0.2 - Color Blue
 * -----------------------------------------------------------------------------
 */
.theme-blue .tz-header-menu {
  background-color: #108cc9;
}
.theme-blue .plazart-megamenu > ul > li > a:hover {
  background-color: #26adee;
}
.theme-blue .plazart-megamenu > ul > li.active > a {
  background-color: #26adee;
}
.theme-blue .tz-hotline i {
  color: #108cc9;
}
.theme-blue .top-header-social li a i:hover {
  color: #108cc9;
}
.theme-blue.tz-footer {
  background-color: #108cc9;
}
.theme-blue.tz-footer .module-title {
  border-color: rgba(38, 173, 238, 0.5);
}
.theme-blue.tz-footer .mod_menu ul li a:before {
  color: rgba(38, 173, 238, 0.5);
}
.theme-blue.tz-footer .mod_menu ul li a:hover:before {
  color: #ffffff;
}
.theme-blue.tz-footer .twitter_list li .twitter-icon {
  color: rgba(255, 255, 255, 0.6);
}
.theme-blue .tz-copyright {
  background-color: #26adee;
}
.theme-blue .tz-copyright p {
  color: #ffffff;
}
.theme-blue .tz-copyright ul li a {
  color: rgba(255, 255, 255, 0.4);
}
/**
 * 0.2 - Color Dark Blue
 * -----------------------------------------------------------------------------
 */
.theme-darkblue .tz-header-menu {
  background-color: #1c2f71;
}
.theme-darkblue .plazart-megamenu > ul > li > a:hover {
  background-color: #203684;
}
.theme-darkblue .plazart-megamenu > ul > li.active > a {
  background-color: #203684;
}
.theme-darkblue .tz-hotline i {
  color: #203684;
}
.theme-darkblue .top-header-social li a i:hover {
  color: #1c2f71;
}
.theme-darkblue .tz-footer {
  background-color: #1c2f71;
}
.theme-darkblue .tz-footer .module-title {
  border-color: rgba(32, 54, 132, 0.5);
}
.theme-darkblue .tz-footer .mod_menu ul li a:before {
  color: rgba(255, 255, 255, 0.3);
}
.theme-darkblue .tz-footer .mod_menu ul li a:hover:before {
  color: #ffffff;
}
.theme-darkblue .tz-footer .twitter_list li .twitter-icon {
  color: rgba(255, 255, 255, 0.6);
}
.theme-darkblue.tz-copyright {
  background-color: #203684;
}
.theme-darkblue.tz-copyright p {
  color: #ffffff;
}
.theme-darkblue.tz-copyright ul li a {
  color: rgba(255, 255, 255, 0.4);
}
/**
 * 0.2 - Color gold
 * -----------------------------------------------------------------------------
 */
.theme-gold .tz-header-menu {
  background-color: #ffcc0d;
}
.theme-gold .plazart-megamenu > ul > li > a {
  color: #313133;
}
.theme-gold .plazart-megamenu > ul > li > a:hover {
  background-color: #313133;
  color: #ffffff;
}
.theme-gold .plazart-megamenu > ul > li.active > a {
  color: #ffffff;
  background-color: #313133;
}
.theme-gold .tz-hotline i {
  color: #ffcc0d;
}
.theme-gold .top-header-social li a i:hover {
  color: #ffcc0d;
}
.theme-gold.tz-footer {
  background-color: #ffcc0d;
  color: #313133;
}
.theme-gold.tz-footer a {
  color: #313133;
}
.theme-gold.tz-footer .module-title {
  border-color: rgba(49, 49, 51, 0.5);
  color: #313133;
}
.theme-gold.tz-footer .mod_menu ul li a:before {
  color: rgba(49, 49, 51, 0.3);
}
.theme-gold.tz-footer .mod_menu ul li a:hover:before {
  color: #313133;
}
.theme-gold.tz-footer .twitter_list li .twitter-icon {
  color: rgba(49, 49, 51, 0.6);
}
.theme-gold.tz-footer p {
  color: #313133;
}
.theme-gold.tz-footer .mod_about .mod_about_meta li a {
  color: #313133;
}
.theme-gold .tz-copyright {
  background-color: #313133;
}
.theme-gold .tz-copyright p {
  color: #ffffff;
}
.theme-gold .tz-copyright ul li a {
  color: rgba(255, 255, 255, 0.6);
}
/**
 * 0.0 - Theme RTL
 * -----------------------------------------------------------------------------
 */
.theme-rtl .tz-header-menu .nav-menu {
  float: right !important;
}
.theme-rtl .tz-header-menu .tz-search {
  float: left !important;
}
.theme-rtl .tz-header-menu .tz-search .tz-form-search {
  right: auto;
  left: 0;
}
.theme-rtl .tz-header-menu .tz-search .tz-form-search .tz-button-search {
  padding: 9px 10px 9px 25px;
}
.theme-rtl .plazart-megamenu > ul > li > .sub-menu {
  left: auto;
  right: 0;
  text-align: right;
}
.theme-rtl .plazart-megamenu > ul > li > .sub-menu li a .icon-submenu-down {
  left: 0;
  right: auto;
}
.theme-rtl .plazart-megamenu > ul > li > .sub-menu li .sub-menu {
  left: auto;
  right: 70%;
}
.theme-rtl .plazart-megamenu > ul > li > .sub-menu li:hover .sub-menu {
  right: 100%;
  left: auto;
}
.theme-rtl .plazart-megamenu > ul .tz-megamenu-wrap {
  left: auto;
  right: 0;
  text-align: right;
}
.theme-rtl .tz-breaking-news .breaking-title {
  float: right;
  margin-left: 7px;
  margin-right: 0;
}
.theme-rtl .tz-breaking-news .tz-breaking-content {
  float: right !important;
}
.theme-rtl .tz-breaking-news .tz-breaking-content li p {
  text-align: right;
}
.theme-rtl .tz-breaking-news .pull-right {
  float: left !important;
}
.theme-rtl .tz-featured-info {
  text-align: right;
  left: auto;
  right: 20px;
}
.theme-rtl .tz-infomation {
  text-align: right;
}
.theme-rtl .item-small {
  text-align: right;
}
.theme-rtl .item-small .tz-thumbnail {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.theme-rtl .item-thumbnail-wrap .tz-infomation {
  left: auto;
  right: 18px;
}
.theme-rtl .tz-lastests li {
  text-align: right;
}
.theme-rtl .tz-lastests li .head .cat_name {
  float: right;
  margin: 0 0 0 13px;
}
.theme-rtl .module-title {
  text-align: right;
}
.theme-rtl .mod_about {
  text-align: right;
}
.theme-rtl .recent_post ul li {
  text-align: right;
}
.theme-rtl .recent_post ul li .recent-image {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}
.theme-rtl .twitter_list li .twitter-icon {
  left: auto;
  right: 0;
}
.theme-rtl .twitter_list li .twitter-content {
  padding-right: 31px;
  padding-left: 0;
}
.theme-rtl .mod_menu ul li a {
  text-align: right;
  padding: 8px 35px 7px 0;
}
.theme-rtl .mod_menu ul li a:before {
  right: 0;
  left: auto;
}
.newsfeed-category h2,
.newsfeed h2 {
  margin-top: 0;
}
/**
 * 0.0 - Responsive
 * -----------------------------------------------------------------------------
 */
.site {
  background: #ffffff;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .site {
    max-width: 100%;
  }
  .container {
    width: 100%;
  }
  .custom-container {
    padding: 0 15px 0 0;
  }
  .tz-post-horizontal .item-small {
    padding-bottom: 15px;
  }
  .tz-post-horizontal .tz_item_last > .row {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .site {
    max-width: 990px;
    width: 100%;
  }
  .container {
    max-width: 970px;
    width: 100%;
  }
  .custom-container {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1200px) {
  .site {
    width: 100%;
    margin: 0 auto;
    max-width: 1220px;
    background: #ffffff;
  }
  .site.full {
    max-width: 100%;
  }
  .site.full .container {
    max-width: 100%;
  }
  .container {
    max-width: 1200px;
    width: 100%;
  }
  .custom-container {
    width: 100%;
    padding: 0;
  }
  .custom-container > .row {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tz-header-ads {
    max-width: 76%;
  }
  .top-header-menu li a {
    padding: 0 10px;
  }
  .tz-data-time {
    margin-right: 15px;
  }
  .tz-header-top-right {
    padding-left: 15px;
  }
  .tz-hotline {
    margin-right: 20px;
  }
  .tz-control-2 .tz-breadcrumbs {
    display: none;
  }
  .tz-control-2 .blog-control-meta {
    float: left !important;
    border: 0;
  }
  .tz-control-2 .blog-control-meta .style-switch {
    padding-left: 0;
  }
  .blog-border-widgets .item-small .tz-thumbnail {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .blog-border-widgets .item-small .tz-thumbnail img {
    width: 100%;
  }
  .blog-border-widgets .widget-post-box li .widget_thumbnail {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .blog-border-widgets .widget-post-box li .widget_thumbnail img {
    width: 100%;
  }
  .blog-border-widgets .widget-post-box li .widget_item_info {
    padding-left: 0;
  }
  .item-large.post-horizontal .tz-infomation {
    width: 100%;
    float: none;
    padding-left: 0;
    margin: 20px 0 0 0;
  }
  .item-large.post-horizontal .tz-thumbnail {
    width: 100%;
    float: none;
  }
  .item-large.post-horizontal .tz-thumbnail img {
    width: 100%;
  }
  .item-thumbnail-wrap .tz-infomation .tz-post-title {
    font-size: 14px;
  }
  .item-thumbnail-wrap .tz-infomation .meta {
    display: none;
  }
  .tz-header-3 .tz-header-content .plazart-megamenu > ul > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .custom-container {
    padding: 0 15px;
  }
  .tz-header-ads {
    display: none;
  }
  .tz-header-menu {
    display: none;
  }
  .tz-header-top {
    display: none;
  }
  .tz_icon_menu {
    display: inline-block;
    border: 0;
    background: none;
    float: right;
    font-size: 20px;
  }
  .tz_icon_menu:focus {
    outline: none;
    outline-color: transparent;
  }
  .tz-header-content {
    line-height: 80px;
    height: 80px;
  }
  .tz-header-content .nav-menu {
    display: none;
  }
  .tz-header-content .tz-header-logo {
    width: 100px;
  }
  .tz-grid-post-0 {
    height: 244px;
  }
  .tz-grid-post-0 img {
    min-height: 244px;
  }
  .tz-grid-post-0 .tz-featured-info h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
  .tz-header-5 .tz-form-search {
    right: 30px;
  }
  .tz-header-5 .tz_icon_menu {
    color: #ffffff;
  }
  .tz-header-5 .tz-header-logo {
    width: 225px;
  }
  .tz-header-3 .tz-header-content {
    padding: 0;
    text-align: left;
  }
  .tz-header-3 .tz-header-content .tz-header-logo {
    margin: 0;
    width: 250px;
  }
  .tz-header-3 .tz-header-content .tz-header-inline {
    display: block;
  }
  .tz-header-3 .tz_icon_menu {
    color: #ffffff;
    margin-right: 15px;
  }
  .tz-header-2 .tz-form-search {
    right: 30px;
  }
  .tz-header-2 .tz-header-logo {
    padding-left: 15px;
    width: 250px;
  }
  .tz-header-4 .tz-header-content {
    height: 100px;
    line-height: 100px;
    padding: 0 15px;
  }
  .tz-header-4 .tz-header-logo {
    width: 80px;
  }
  .tz-megamenu-wrap {
    left: auto;
    top: auto;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 0 0 0 20px;
    background: #444444;
  }
  .tz-megamenu-wrap.full {
    padding: 0;
  }
  .tz-megamenu-wrap.width500 {
    width: 100%;
  }
  .tz-megamenu-wrap .tz-megamenu {
    border: 0;
    background: #444444;
  }
  .tz-megamenu-wrap .tz-megamenu .mega-item {
    width: 100%;
    float: none;
  }
  .tz-megamenu-wrap .tz-megamenu.maga-two-columns,
  .tz-megamenu-wrap .tz-megamenu.five-columns,
  .tz-megamenu-wrap .tz-megamenu.menu-two-columns {
    width: 100%;
    float: none;
  }
  .tz-megamenu-wrap .tz-megamenu.maga-two-columns .mega-item,
  .tz-megamenu-wrap .tz-megamenu.five-columns .mega-item,
  .tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item {
    width: 100%;
    float: none;
    color: #ffffff;
    padding: 10px 15px;
    border: 0;
  }
  .tz-megamenu-wrap .tz-megamenu.maga-two-columns .mega-item .sub-menu,
  .tz-megamenu-wrap .tz-megamenu.five-columns .mega-item .sub-menu,
  .tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item .sub-menu {
    background: none;
  }
  .tz-megamenu-wrap .tz-megamenu.maga-two-columns .mega-item .sub-menu li,
  .tz-megamenu-wrap .tz-megamenu.five-columns .mega-item .sub-menu li,
  .tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item .sub-menu li {
    border: 0;
  }
  .tz-megamenu-wrap .tz-megamenu.maga-two-columns .mega-item .sub-menu li a,
  .tz-megamenu-wrap .tz-megamenu.five-columns .mega-item .sub-menu li a,
  .tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item .sub-menu li a {
    padding: 5px 0;
  }
  .tz-megamenu-wrap .tz-megamenu.maga-two-columns .mega-item .sub-menu li .sub-menu,
  .tz-megamenu-wrap .tz-megamenu.five-columns .mega-item .sub-menu li .sub-menu,
  .tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item .sub-menu li .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    min-width: inherit;
    width: 100%;
  }
  .tz-megamenu-wrap .tz-megamenu.maga-two-columns .mega-item .sub-menu li .sub-menu li,
  .tz-megamenu-wrap .tz-megamenu.five-columns .mega-item .sub-menu li .sub-menu li,
  .tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item .sub-menu li .sub-menu li {
    background: #444444;
  }
  .tz-megamenu-wrap .tz-megamenu.maga-two-columns .mega-item .widget-list-icon ul li a i,
  .tz-megamenu-wrap .tz-megamenu.five-columns .mega-item .widget-list-icon ul li a i,
  .tz-megamenu-wrap .tz-megamenu.menu-two-columns .mega-item .widget-list-icon ul li a i {
    color: #ffffff;
  }
  .tz-grid-post-1,
  .tz-grid-post-2,
  .tz-grid-post-3,
  .tz-grid-post-4 {
    height: 122px;
  }
  .tz-grid-post-1 .tz-featured-info h3,
  .tz-grid-post-2 .tz-featured-info h3,
  .tz-grid-post-3 .tz-featured-info h3,
  .tz-grid-post-4 .tz-featured-info h3 {
    font-size: 12px;
    line-height: 18px;
  }
  .tz-grid-post-1 .tz-featured-info .tz-featured-meta,
  .tz-grid-post-2 .tz-featured-info .tz-featured-meta,
  .tz-grid-post-3 .tz-featured-info .tz-featured-meta,
  .tz-grid-post-4 .tz-featured-info .tz-featured-meta {
    display: none;
  }
  .tz-wrap-element1,
  .tz-wrap-element2,
  .tz-element,
  .tz-large-box,
  .tz-wrap-element3,
  .tz-box-one,
  .tz-box-two,
  .tz-box-three {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-border-widgets .tzblog_content {
    padding-right: 15px;
  }
  .blog-border-widgets .tzblog_content.right {
    padding-left: 15px;
  }
  .item-large .tz-thumbnail img {
    width: 100%;
  }
  .responsive-top {
    margin-top: 30px;
  }
  .tz-featured-thumb .icon-video-one {
    display: none;
  }
  .tz-breaking-content {
    width: 70%;
  }
  .tz-breaking-content li {
    line-height: 20px;
  }
  .item-thumbnail-wrap .tz-thumbnail img {
    width: 100%;
  }
  .item-small {
    margin-top: 30px;
  }
  .cat-box-two-columns .item-small {
    margin-top: 30px;
  }
  .padding-style {
    padding-bottom: 0;
  }
  .slider-post .item-thumbnail-wrap .tz-infomation .tz-post-title {
    font-size: 16px;
  }
  .one-cat {
    padding-bottom: 35px;
  }
  .tz-element .post-wrap-rating .item-rating .tz-thumbnail {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .tz-element .post-wrap-rating .item-rating .tz-thumbnail img {
    width: 100%;
  }
  .tz-element .post-wrap-rating .item-rating .tz-infomation {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 15px;
  }
  .site {
    border: 0;
  }
  .item-large {
    margin-bottom: 30px;
  }
  .item-slider-vertical .tz-thumbnail img {
    width: 100%;
  }
  .tz-box-cat-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-rtl .item-small .tz-thumbnail {
    margin-left: 15px;
  }
  .theme-rtl .post-wrap-rating .tz-thumbnail {
    margin-left: 0;
  }
  .footer-content .row .col-sm-6:nth-child(3) {
    clear: both;
  }
  .tz-control-2 .search {
    display: none;
  }
  .item-large.post-horizontal {
    margin-bottom: 30px;
  }
  .two-columns .tz-item-list .item-blog-post .tz-post-thumbnail {
    margin-right: 20px;
    width: 45%;
  }
  .tz-header-content,
  .tz-wrap-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-control-2 .border-right {
    padding-left: 15px;
  }
  .three-columns .last {
    clear: none;
  }
  .item-blog-post .tz-post-thumbnail img {
    width: 100%;
  }
  .blog-post-sidebar .four-columns .last {
    clear: none;
  }
  .blog-post-sidebar .four-columns .last_responsive {
    clear: both;
  }
  .countdown-section {
    margin-bottom: 30px;
  }
  .joom-profile {
    margin-top: 30px;
  }
  .TzUserProfiler .avatar img {
    width: 150px;
    height: 150px;
  }
  .joomla-form-content {
    margin-top: 30px;
  }
  .form-horizontal .controls {
    text-align: left;
  }
  .blog-post-cat img {
    width: 100%;
  }
  .last {
    clear: none;
  }
  .last_responsive {
    clear: both;
  }
  .tz-header-menu.logo-menu div.tz-search {
    top: 15px;
  }
}
@media (max-width: 991px) {
  .tz-header-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
  }
  .tz-header-menu #tz-megamenu-area {
    padding: 0;
  }
  .tz-header-menu #plazart-mainnav .navbar-inner .navbar-header .navbar-toggle {
    display: block;
  }
  .tz-header-menu #plazart-mainnav .navbar-inner > .nav-collapse {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .featured-post .tz-grid-post-1 .meta,
  .featured-post .tz-grid-post-2 .meta,
  .featured-post .tz-grid-post-3 .meta,
  .featured-post .tz-grid-post-4 .meta {
    display: none;
  }
  .featured-post .tz-grid-post-1 .tz-featured-info,
  .featured-post .tz-grid-post-2 .tz-featured-info,
  .featured-post .tz-grid-post-3 .tz-featured-info,
  .featured-post .tz-grid-post-4 .tz-featured-info {
    bottom: 5px;
  }
  .featured-post .tz-grid-post-1 .tz-featured-info h3,
  .featured-post .tz-grid-post-2 .tz-featured-info h3,
  .featured-post .tz-grid-post-3 .tz-featured-info h3,
  .featured-post .tz-grid-post-4 .tz-featured-info h3 {
    line-height: 1.2;
  }
  .featured-post .tz-grid-post-1 .tz-featured-info h3 a,
  .featured-post .tz-grid-post-2 .tz-featured-info h3 a,
  .featured-post .tz-grid-post-3 .tz-featured-info h3 a,
  .featured-post .tz-grid-post-4 .tz-featured-info h3 a {
    font-size: 14px;
    line-height: 1;
  }
  .item-large .tz-infomation .tz-post-title,
  .moduleItemTitle {
    font-size: 15px;
    line-height: 22.5px;
  }
  .tzsidebar.col-sm-4 .item-small.item-rating .tz-thumbnail {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tz-grid-post-0 {
    width: 100%;
    margin-bottom: 5px;
    height: 244px;
    overflow: hidden;
  }
  .tz-grid-post-0 img {
    min-height: inherit;
    height: auto;
    width: 100%;
  }
  .tz-grid-post-1,
  .tz-grid-post-2,
  .tz-grid-post-3,
  .tz-grid-post-4 {
    width: 50%;
    height: 150px;
  }
  .tz-grid-post-3,
  .tz-grid-post-4 {
    padding-top: 5px;
  }
  .tz-grid-post-1,
  .tz-grid-post-2 {
    padding-bottom: 0;
  }
  .tz-grid-post-1,
  .tz-grid-post-3 {
    padding-left: 0;
  }
  .tz-grid-post-3,
  .tz-grid-post-4 {
    padding-top: 5px;
  }
  .tz-grid-post-2,
  .tz-grid-post-4 {
    padding-left: 5px;
  }
  .item-thumbnail-wrap .tz-thumbnail img {
    width: 100%;
  }
  .padding-right50 {
    padding-right: 0;
  }
  .tz-element .post-wrap-rating .item-rating .tz-thumbnail {
    width: 150px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
  }
  .border-right {
    border-right: 0;
  }
  .style-box-right {
    padding-right: 0;
  }
  .tz-control-news {
    display: none;
  }
  span.breaking-title {
    float: none;
  }
  .tz-breaking-content {
    cursor: e-resize;
    width: 100%;
  }
  .tz-breaking-content li {
    font-size: 13px;
  }
  .tz-about img {
    width: 100%;
  }
  .tz-breadcrumbs {
    display: none;
  }
  .blog-control-meta {
    float: left !important;
    border: 0;
  }
  .blog-control-meta .style-switch {
    padding-left: 0;
  }
  .tz-heading h1 {
    font-size: 26px;
  }
  .item-blog-post .tz-post-thumbnail img {
    width: 100%;
  }
  .three-columns .item-blog-post .tz-post-info h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .four-columns .tz-item-list .item-blog-post .tz-post-thumbnail {
    width: 30%;
  }
  .item-list-style .tz-thumbnail {
    margin-bottom: 20px;
  }
  .item-list-style .tz-thumbnail img {
    width: 100%;
  }
  .TzUserProfiler {
    margin-top: 30px;
  }
  .sh-content {
    margin-top: 15px;
  }
  .sing-post-footer .meta-tags {
    float: none !important;
    margin-bottom: 15px;
  }
  .sing-post-footer .tz-share {
    float: none !important;
  }
  .comment-form input {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .custom-container {
    padding: 0;
  }
  .style-box1 {
    border: none;
  }
  .content_left.padding-style {
    padding-top: 0;
  }
  ul.tz-breaking-content li {
    line-height: 20px;
  }
  .one-cat {
    padding-bottom: 0;
  }
  .tz-grid-post-0 {
    height: 180px;
  }
  .tz-grid-post-0 .tz-featured-info {
    left: 10px;
    bottom: 10px;
  }
  .tz-grid-post-0 .tz-featured-info h3 {
    font-size: 18px;
  }
  .newsfeed-category h2,
  .newsfeed h2 {
    margin-top: 20px;
  }
  .tz-grid-post-1,
  .tz-grid-post-2,
  .tz-grid-post-3,
  .tz-grid-post-4 {
    height: 90px;
  }
  .tz-grid-post-1 .tz-featured-info,
  .tz-grid-post-2 .tz-featured-info,
  .tz-grid-post-3 .tz-featured-info,
  .tz-grid-post-4 .tz-featured-info {
    left: 10px;
    bottom: 10px;
  }
  .tz-grid-post-1 img,
  .tz-grid-post-2 img,
  .tz-grid-post-3 img,
  .tz-grid-post-4 img {
    min-height: inherit;
  }
  .tz-grid-post-1 .cat_name,
  .tz-grid-post-2 .cat_name,
  .tz-grid-post-3 .cat_name,
  .tz-grid-post-4 .cat_name {
    display: none;
  }
  .item-thumbnail-wrap .tz-infomation {
    left: 10px;
    bottom: 10px;
  }
  .item-large .tz-infomation .tz-post-title {
    font-size: 18px;
    line-height: 26px;
  }
  .tz-header-2 .tz-header-logo {
    width: auto;
    padding-right: 30px;
  }
  .tz-header-2 .tz-header-logo img {
    width: 100px;
  }
  .copyright-content {
    float: none !important;
    width: 100%;
  }
  div.tz-copyright {
    height: auto;
    line-height: normal;
    padding: 15px 0;
  }
  div.tz-copyright ul.footer-social {
    float: none !important;
    width: 100%;
    margin-top: 15px;
  }
  div.tz-copyright ul.footer-social li:first-child a {
    padding-left: 0;
  }
  .joom-login,
  .joom-newfeed,
  .joom-newlink,
  .joom-register,
  .tzk2-register,
  .remind {
    margin-top: 30px;
  }
  .reset > h1 {
    margin: 20px 0 0 0;
  }
  .joom-base {
    padding-bottom: 40px;
  }
  .content_error form {
    width: 87%;
  }
  .content_error .meta span {
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .content_error p {
    margin: 0 10%;
  }
  .item-thumbnail-wrap.size-large .tz-infomation .tz-post-title {
    font-size: 18px;
    line-height: 24px;
  }
  .item-large.post-horizontal .tz-thumbnail {
    width: 100%;
    float: none;
  }
  .item-large.post-horizontal .tz-infomation {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 15px;
  }
  .tz-heading {
    height: 100px;
  }
  .tz-heading img {
    min-height: 100px;
  }
  .tz-heading h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .tz-control {
    height: auto;
    line-height: inherit;
    padding: 10px 0;
  }
  .tz-control .blog-control-meta {
    float: none !important;
    border: 0;
  }
  .tz-control .blog-control-meta .style-switch {
    float: none !important;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .tz-control .blog-control-meta .blog-order {
    float: none !important;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .two-columns .item-blog-post .tz-post-info h3 {
    font-size: 18px;
  }
  .four-columns .tz-item-list .item-blog-post .tz-post-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .item-blog-heading .cat_name {
    display: none;
  }
  .item-blog-heading .tz-infomation h3.tz-post-title {
    font-size: 18px;
    line-height: 22px;
  }
  .tz-header-content.style-video {
    line-height: 90px !important;
    height: 90px !important;
    overflow: hidden;
  }
  .tz-header-content.style-video .tz-search form {
    line-height: 70px !important;
  }
  .tz-header-menu #plazart-mainnav .navbar-inner .navbar-header .navbar-toggle i {
    line-height: 90px;
  }
  .tz-header-content.style-video .tz-search form .tz-button-search {
    line-height: 55px !important;
  }
  .tz-header-menu.logo-menu {
    line-height: 90px !important;
  }
  .tz-header-menu.logo-menu .search {
    top: 8px !important;
  }
  .one-thumb .tz-title-filter h3.tz-title {
    margin-top: 15px;
  }
  .item-small .tz-infomation {
   
  }
  .item-small.item-rating .tz-infomation h3 {
    padding-top: 10px;
  }
  .single-post.itemView .post-content {
    margin-top: 5px;
  }
  .post-content p {
    margin: 15px 0;
  }
}
@media (max-width: 320px) {
  .tz-header-5 .tz-header-logo {
    width: 130px;
  }
  .tz-header-5 .tz-header-logo img {
    width: 100px;
  }
  .item-small {
    margin-top: 20px;
  }
  .item-small:first-child {
    margin-top: 0;
  }
  .item-small .tz-thumbnail {
    width: 100px;
  }
  .item-small .tz-infomation .tz-post-title {
    font-size: 14px;
  }
  .item-small.style-two .tz-thumbnail {
    width: 120px;
  }
  .item-small.style-two .tz-infomation p {
    margin: 10px 0 0 0;
  }
  .tz-box-one,
  .tz-box-two,
  .tz-box-three,
  .tz-large-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cat-box-two-columns .item-small {
    margin-top: 20px;
  }
  .tz-element .post-wrap-rating .item-rating .tz-thumbnail {
    width: 120px;
  }
  .two-columns .tz-item-list .item-blog-post .tz-post-thumbnail {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .tz-item-list .item-blog-post .tz-post-thumbnail {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .tzsidebar.col-sm-4 .item-small.item-rating .tz-thumbnail {
    width: 120px;
  }
}
/**
 * 0.0 - Footer
 * -----------------------------------------------------------------------------
 */
.tz-footer {
  background: #313133;
  padding: 19px 0 0 0;
  color: #ffffff;
}
.tz-footer a {
  color: #ffffff;
}
.tz-footer p {
  color: #ffffff;
}
.footer-content {
  padding-bottom: 46px;
}
.tz-footer .tz-module {
  margin-top: 30px;
}
.tz-footer .module-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  border-bottom: 1px solid #3b3b3c;
  padding: 0 0 8px 0 ;
  margin: 0 0 30px 0;
}
.tz-footer .module-title span {
  background: transparent;
  color: #FFF;
}
.tz-footer .module-title.tz-title::before {
  background: none;
}
.mod_about {
  padding-top: 2px;
}
.mod_about h2 {
  font-size: 29.47px;
  line-height: 36px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 17px 0;
}
.mod_about .mod_about_meta {
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
}
.mod_about .mod_about_meta li {
  font-style: italic;
  line-height: 36.4px;
}
.mod_about .mod_about_meta li a {
  color: #ffffff;
}
.mod_about .mod_about_meta li address {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 36.4px;
  font-style: italic;
}
.recent_post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recent_post ul li {
  margin-top: 26px;
}
.recent_post ul li:first-child {
  margin-top: 34px;
}
.recent_post ul li:after {
  clear: both;
  display: table;
  content: '';
}
.recent_post ul li .recent-image {
  width: 90px;
  overflow: hidden;
  margin-right: 12px;
  float: left;
}
.recent_post ul li h5 {
  font-size: 13px;
  line-height: 19.5px;
  padding: 0;
  margin: 0;
}
.recent_post ul li .recent-meta {
  font-size: 12px;
  line-height: 26px;
}
.twitter_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.twitter_list li {
  position: relative;
  margin-top: 23px;
}
.twitter_list li:first-child {
  margin-top: 31px;
}
.twitter_list li .twitter-icon {
  font-size: 16px;
  color: #adadad;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 25px;
}
.twitter_list li .twitter-content {
  padding-left: 31px;
}
.twitter_list li .twitter-content .twitter-user {
  font-weight: 700;
  font-style: normal;
}
.twitter_list li .twitter-content a {
  font-style: italic;
}
.mod_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod_menu ul li:first-child a {
  padding-top: 0;
}
.mod_menu ul li:first-child a:before {
  top: 0;
}
.mod_menu ul li a {
  padding: 8px 0 7px 35px;
  display: block;
  position: relative;
}
.mod_menu ul li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0;
  top: 8px;
  color: #464648;
}
.mod_menu ul li a:hover:before {
  color: #ffffff;
}
.tz-copyright {
  background: #444444;
  height: 83px;
  line-height: 83px;
}
.tz-copyright p {
  color: #999999;
  margin: 0;
  padding: 0;
}
.tz-copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-copyright ul:after {
  clear: both;
  display: table;
  content: '';
}
.tz-copyright ul li {
  float: left;
}
.tz-copyright ul li a {
  padding: 0 11px;
  display: block;
  font-size: 16px;
  color: #999999;
}
.tz-copyright ul li a:hover {
  color: #ffffff;
}
.tz-header-menu.br-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tz-header-logo.br-left {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.tz-header-content.style-video {
  height: 120px;
  line-height: 120px;
}
.tz-header-content.style-video .tz-search form {
  line-height: 100px;
}
.tz-header-content.style-video .tz-search form .tz-button-search {
  line-height: 81px;
}
.fa.fa-play {
  font-family: FontAwesome !important;
}
.mgt-50 {
  margin-top: 50px;
}
input {
  background-color: #eee;
  border: 0 none;
  height: 35px;
  padding: 0 10px;
  width: 100%;
}
button {
  background-color: #000;
  border: 0 none;
  color: #fff;
  font-weight: 700;
  height: 48px;
  margin-top: 0;
  padding: 0 25px;
}
button.btn {
  margin-top: 30px;
}
.full-width > .container-fluid,
.full-width > .container {
  padding: 0;
}
.title-shortcode h3.tz-title {
  color: #313133;
  font-size: 22px;
  line-height: 30.8px;
  margin: 40px 0 30px;
  padding: 15px 0 23px;
  position: relative;
  text-align: center;
}
.title-shortcode h3.tz-title::after {
  background: #eee;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  width: 50%;
}
.title-shortcode h3.tz-title::before {
  background: none;
}
.tz-header-top p {
  margin: 0;
}
.tz-header-top .nav-stacked > li + li {
  margin-top: 0;
}
.tz-header-top .nav-pills > li > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.tz-header-top .top-header-menu li:first-child a {
  background: #EEE;
}
.tz-header-content p {
  margin: 0;
}
#plazart-mainnav {
  margin: 0;
  border: none;
}
#plazart-mainnav .plazart-megamenu > .nav > li > a:focus {
  background: transparent;
}
#plazart-mainnav .mega-align-justify {
  position: static;
}
#plazart-mainnav .plazart-megamenu > ul.level0 > li {
  display: block !important;
}
#plazart-mainnav .full-width .dropdown-menu {
  left: 0;
}
#plazart-mainnav .full-width > div.dropdown-menu {
  width: 100% !important;
}
#plazart-mainnav .full-width div.dropdown-menu {
  display: block;
  overflow-y: visible;
}
#plazart-mainnav .full-width .mega-inner {
  margin: 0;
  padding: 21px 0;
}
#plazart-mainnav .full-width [class*="col-md-"] {
  padding: 0 10px;
}
#plazart-mainnav .mega-align-justify .mega-inner {
  margin: 0;
  padding: 21px 0;
}
#plazart-mainnav .mega-align-justify [class*="col-md-"] {
  padding: 0 10px;
}
#plazart-mainnav .five-columns .col-md-2 {
  width: 20%;
}
#plazart-mainnav .moduletable > h3 {
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 49.5px;
  margin: 0;
  padding: 0;
}
#plazart-mainnav .moduletable > .custom {
  margin-top: 11px;
  color: #878787;
  font-size: 13px;
}
#plazart-mainnav .moduletable .k2ItemsBlock {
  margin-top: 11px;
}
#plazart-mainnav .moduletable .k2ItemsBlock .tz-infomation {
  color: #868686;
  display: block;
  font-size: 12px;
  line-height: 26.4px;
}
#plazart-mainnav .moduletable .k2ItemsBlock .tz-infomation h3 {
  margin: 0;
  line-height: 1;
}
#plazart-mainnav .moduletable .k2ItemsBlock .tz-infomation h3 a {
  display: inline-block;
  line-height: 20px;
  color: #313133;
  font-weight: 400;
  padding: 0;
  position: relative;
  font-size: 13px;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}
#plazart-mainnav .moduletable ul {
  padding: 0;
  list-style: none;
}
#plazart-mainnav .k2ItemsBlock.menu-image .item-thumbnail-wrap {
  float: left;
}
#plazart-mainnav .k2ItemsBlock.menu-image .item-thumbnail-wrap h3 {
  line-height: 1;
}
#plazart-mainnav .k2ItemsBlock.menu-image .item-thumbnail-wrap a {
  font-size: 12px;
  line-height: 1.2;
  color: #111;
}
#plazart-mainnav .k2ItemsBlock.menu-image .item-thumbnail-wrap .tz-thumbnail {
  float: none;
  display: block;
}
#plazart-mainnav .k2ItemsBlock.menu-image .item-thumbnail-wrap .tz-infomation {
  position: relative;
  left: 0;
  bottom: 0;
}
#plazart-mainnav .k2ItemsBlock.menu-image .item-thumbnail-wrap .tz-infomation .tz-post-title {
  line-height: 1;
  margin: 10px 0 0;
}
#plazart-mainnav .post-wrap-rating .item-rating {
  margin-top: 0;
}
#plazart-mainnav .col-md-12.full-width {
  padding: 0;
}
#plazart-mainnav .no-border ul li a {
  border: none;
  line-height: 28.6px;
  display: inline-block;
  color: #878787;
}
#plazart-mainnav .contact-menu h3 {
  border: 0 none;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 18px;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#plazart-mainnav .contact-menu h3::after {
  background: #eee;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
#plazart-mainnav .TzContact input {
  background: #eee;
  border: 0 none;
  color: #333;
  display: block;
  font-size: 11px;
  height: 50px;
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#plazart-mainnav .TzContact textarea {
  background: #eee;
  border: 0 none;
  color: #333;
  display: block;
  font-size: 11px;
  height: 130px;
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#plazart-mainnav .TzContact .emailCopy input {
  width: auto;
  line-height: 1;
  height: auto;
  float: left;
  margin: 5px 8px 0 0;
}
#plazart-mainnav .TzContact .emailCopy label {
  line-height: 1;
}
#plazart-mainnav .TzContact button.btn {
  margin: 0;
  background: #111;
  border: 0 none;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#plazart-mainnav .TzContact .contact-address .info {
  float: left;
  padding: 0 15px;
}
#plazart-mainnav .TzContact p {
  color: #858585;
  font-size: 12px;
  text-align: center;
}
#plazart-mainnav .map-iframe iframe {
  height: 400px;
}
.navbar-inner .navbar-collapse {
  padding: 0;
}
.heading-lifemag > div {
  padding: 0;
}
div.itemBody {
  padding: 0;
}
.tz-search {
  float: right;
}
.search_top {
  min-height: 0;
}
.page-typography-wrap {
  padding: 0;
}
.page-typography-wrap > .container {
  padding: 0;
}
.tz-breaking-content.owl-carousel {
  width: 80%;
}
.tz-breaking-news.breaking-black li a {
  color: #FFF;
}
.featured-post-wrap .tz-grid-post-0 img {
  min-width: 100%;
}
.featured-post-wrap .tz-featured-thumb::after {
  background: rgba(0, 0, 0, 0.4);
}
.featured-post.owl-carousel .tz-featured-thumb {
  position: relative;
}
.featured-post.owl-carousel .tz-featured-thumb > a {
  display: block;
}
.featured-post.owl-carousel .tz-featured-thumb > a > i {
  font-size: 13px;
  color: #FFF;
  position: absolute;
  left: 10px;
  top: 18px;
  z-index: 9;
}
.item-thumbnail-wrap .tz-infomation .moduleItemTags a,
.item-thumbnail-wrap .tz-infomation .moduleItemComments,
.item-thumbnail-wrap .tz-infomation .moduleItemReadMore {
  color: #FFF;
}
.one-thumb .item-vertical .tz-thumbnail {
  position: relative;
  overflow: hidden;
}
.one-thumb .item-vertical .tz-thumbnail img {
  position: relative;
  max-width: none;
}
.tzsidebar .tz-module {
  padding: 15px 25px;
  border-top: 2px solid #eee;
}
.tzsidebar .tz-module:first-child {
  border-top: none;
}
.tzsidebar .tz-module .tz-title-filter {
  margin-top: 6px;
}
.tzsidebar .moduleItemVideo > iframe {
  width: 100%;
  border: none;
}
.custom-container > div {
  border-bottom: 2px solid #eee;
}
.rating i.true {
  color: #ffc926;
}
.tz-footer .mod_menu .nav .open > a,
.tz-footer .mod_menu .nav .open > a:focus,
.tz-footer .mod_menu .nav .open > a:hover,
.tz-footer .mod_menu .nav > li > a:focus,
.tz-footer .mod_menu .nav > li > a:hover {
  background-color: transparent;
  color: #FFF;
}
.tz-footer .module-title span {
  text-transform: none;
}
.tz-footer .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tz-footer.theme-gold .module-title span {
  border-color: rgba(49, 49, 51, 0.5);
  color: #313133;
}
.tz-copyright .social-link {
  float: right;
}
.tz-copyright.home-red-light p {
  color: #FFF;
}
.tz-copyright.home-red-light ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.tz-copyright a {
  color: #999;
}
.tz_clr {
  clear: both;
  display: block;
}
.blog-post-wrap .catItemTagsBlock > span {
  float: left;
}
.blog-post-wrap .catItemTagsBlock ul.catItemTags {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.blog-post-wrap .catItemTagsBlock ul.catItemTags li {
  display: inline-block;
  padding-right: 5px;
}
.blog-post-wrap .catItemTagsBlock ul.catItemTags li:last-child {
  padding-right: 0;
}
.blog-post-wrap .one-columns #itemListLeading .tz-post-thumbnail {
  width: 100%;
  float: none;
}
.blog-post-wrap .one-columns #itemListSecondary .tz-post-thumbnail {
  width: 100%;
  float: none;
}
.blog-post-wrap .one-columns #itemListSecondary h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}
.blog-post-wrap .one-columns #itemListSecondary .catItemIntroText p {
  color: #878787;
  margin: 15px 0 17px;
}
.blog-post-wrap .readmore {
  color: #313133;
  text-decoration: underline;
}
.k2Pagination.tz-pagination {
  margin: 0 !important;
}
.k2Pagination.tz-pagination .pagination_list.pagination {
  width: 100%;
  padding-top: 30px;
}
.k2Pagination.tz-pagination .pagination > .active > a,
.k2Pagination.tz-pagination .pagination > .active > a:focus,
.k2Pagination.tz-pagination .pagination > .active > a:hover,
.k2Pagination.tz-pagination .pagination > .active > span,
.k2Pagination.tz-pagination .pagination > .active > span:focus,
.k2Pagination.tz-pagination .pagination > .active > span:hover {
  background: transparent;
  color: #313133;
}
.k2Pagination.tz-pagination ul li a {
  border: none;
  background: transparent;
}
.k2Pagination.tz-pagination ul li i {
  width: 36px;
  line-height: 36px;
  border: 1px solid #EEE;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.blog-post-sidebar .tz-module {
  padding: 25px 25px 35px;
  border-bottom: 1px solid #eee;
}
.blog-post-sidebar .tz-module:last-child {
  border-bottom: none;
}
.blog-post-sidebar .sidebar-center.tzsidebar .tz-module {
  border-bottom: 2px solid #eee;
  border-top: none;
  margin-top: 25px;
  padding: 0 15px 22px;
}
.blog-post-sidebar .sidebar-center.tzsidebar .tz-module:last-child {
  border-bottom: none;
}
.blog-post-sidebar .sidebar-center.tzsidebar .item-small .tz-infomation h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
}
.blog-post-sidebar .blog-sidebar.tzsidebar .item-small.item-rating .tz-thumbnail {
  width: 90px;
  margin-right: 0;
}
.blog-post-sidebar .blog-sidebar.tzsidebar .item-small .tz-infomation {
  padding-left: 102px;
}
.blog-post-sidebar .blog-sidebar.tzsidebar .item-small .tz-infomation h3 {
  font-size: 13px;
  line-height: 19.5px;
  margin: 0;
  padding: 0;
}
.blog-post-sidebar .blog-sidebar.tzsidebar .item-small .tz-infomation .meta {
  color: #aaaaaa;
  font-size: 12px;
}
.blog-post-sidebar.left-siderbar > div {
  padding: 0 15px;
}
.blog-post-sidebar.left-siderbar #k2Container.itemListView.blog-post-wrap {
  padding-top: 0;
  margin: 0;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .itemListView.blog-post-wrap {
  padding-top: 0;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .tz-module {
  margin-top: 60px;
  padding: 0;
  border: none;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .tz-module:first-child {
  margin-top: 25px;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .tz-module:last-child {
  margin-bottom: 50px;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .tz-module.categories {
  margin-top: 10px;
}
.blog-post-sidebar.left-siderbar #tz-component-area {
  padding: 0;
}
.blog-post-sidebar.left-siderbar .blog-post {
  border-bottom: none;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent {
  padding: 0;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .tz-module {
  border-bottom: 2px solid #eee;
  margin-top: 25px;
  padding: 0 15px 22px;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .tz-module:first-child {
  margin-top: 25px;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .item-small.item-rating .tz-thumbnail {
  width: 90px;
  margin-right: 0;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .item-small .tz-infomation {
  padding-left: 102px;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .item-small .tz-infomation h3 {
  font-size: 13px;
  line-height: 19.5px;
  margin: 0;
  padding: 0;
}
.blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .item-small .tz-infomation .meta {
  color: #aaa;
  font-size: 12px;
}
.blog-post-sidebar.tz_right .tzleft_style {
  border-right: 1px solid #eee;
}
#itemListSecondary > .col-md-12 {
  padding: 0;
}
#itemListSecondary > .col-md-12 .item-blog-post {
  margin-bottom: 45px;
}
.four-columns #itemListSecondary .item-blog-post .tz-post-thumbnail .post-icon-border {
  background: transparent;
}
.four-columns #itemListSecondary .item-blog-post .tz-post-thumbnail .post-icon-border i {
  color: #fff;
}
#tz-main-body-wrapper.left-siderbar > div {
  padding: 0 15px;
}
.tz_item_last > .row {
  margin-top: 38px;
}
.tz_item_last > .row:first-child {
  margin-top: 25px;
}
.small-item .item-small.item-rating .tz-thumbnail {
  width: 90px;
  margin-right: 0;
}
.small-item .item-small .tz-infomation {
  padding-left: 102px;
}
.small-item .item-small .tz-infomation h3 {
  font-size: 13px;
  line-height: 19.5px;
  margin: 0;
  padding: 0;
}
.small-item .item-small .tz-infomation .meta {
  color: #aaa;
  font-size: 12px;
}
.advanced_category .tz-pagination {
  margin-top: 30px;
}
#k2Container .tz-post-thumbnail a img {
  width: 100%;
}
.tzleft_style #k2Container.single-post {
  padding-top: 0;
}
#k2Container.single-post {
  padding: 25px 15px 25px;
}
#k2Container.single-post .itemToolbar {
  background: #f7fafe none repeat scroll 0 0;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin: 16px 0 0;
  padding: 2px 0;
}
#k2Container.single-post .itemToolbar ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: right;
}
#k2Container.single-post .itemToolbar ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 1px solid #ccc;
  display: inline;
  font-size: 12px;
  list-style: outside none none;
  margin: 0;
  padding: 0 4px 0 8px;
  text-align: center;
}
#k2Container.single-post .itemToolbar ul li:first-child {
  border: medium none;
}
#k2Container.single-post .itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
#k2Container.single-post .itemToolbar ul li a#fontIncrease,
#k2Container.single-post .itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}
#k2Container.single-post .itemToolbar ul li a#fontDecrease span,
#k2Container.single-post .itemToolbar ul li a#fontIncrease span {
  display: none;
}
#k2Container.single-post .itemToolbar ul i.fa {
  font-size: 10px;
}
#k2Container.single-post .largerFontSize {
  font-size: 150%;
}
#k2Container.single-post .itemRatingBlock > span {
  float: left;
  padding-right: 15px;
}
#k2Container.single-post ul.itemRatingList {
  padding: 0;
  list-style: none;
  margin: 0;
  direction: rtl;
  text-align: left;
}
#k2Container.single-post ul.itemRatingList li {
  display: inline-block;
  position: relative;
  line-height: 0;
  width: 1.1em;
}
#k2Container.single-post ul.itemRatingList li a {
  font-size: 0;
}
#k2Container.single-post ul.itemRatingList li:hover i.fa:before,
#k2Container.single-post ul.itemRatingList li:hover ~ li i.fa:before {
  content: "\f005";
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  color: #ffc926;
  font-family: FontAwesome;
}
#k2Container.single-post ul.itemRatingList i.fa {
  color: #bbb;
  width: 1.1em;
  position: relative;
  line-height: 14px;
  font-size: 14px;
}
#k2Container.single-post ul.itemRatingList i.fa.true,
#k2Container.single-post ul.itemRatingList i.fa:hover {
  color: #ffc926;
}
#k2Container.single-post .sing-post-footer {
  margin: 40px 0;
}
#k2Container.single-post .itemAuthorBlock > img,
#k2Container.single-post .itemAuthorBlock .itemAuthorDetails {
  float: left;
}
#k2Container.single-post .itemAuthorBlock > img {
  padding-right: 20px;
}
#k2Container.single-post .itemAuthorBlock .itemAuthorDetails h3.itemAuthorName {
  margin: 0;
}
#k2Container.single-post .itemAuthorBlock .clr {
  clear: both;
}
#k2Container.single-post .itemAuthorLatest ul,
#k2Container.single-post .itemRelated ul {
  list-style: none;
}
#k2Container.single-post .itemRelated {
  padding-bottom: 20px;
}
.itemSocialSharing.tz-share > div {
  display: inline-block;
}
.comment-web input {
  margin-top: 30px;
}
.cat-one .blog-post-cat {
  margin-bottom: 30px;
}
.cat-one .blog-post-cat::after {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.cat-one .itemListCategoriesBlock:hover .blog-post-cat::after {
  background: rgba(0, 0, 0, 0.1);
}
.cat-one .two-columns .tz-item-list .item-blog-post {
  margin-bottom: 35px;
}
#k2Container.blog-post-wrap:not(.cat-one) .itemListCategoriesBlock::after {
  content: " ";
  display: table;
  clear: both;
}
#itemListLinks {
  display: block;
  clear: both;
}
.joom-login .remember-me {
  float: left;
}
.joom-login button.btn.btn-primary {
  margin-top: 5px;
  float: right;
}
.joom-login #remember {
  height: auto;
  line-height: 0;
  width: auto;
  margin-left: 10px;
}
ul.joom-control-user {
  margin-top: 27px;
  list-style: none;
  padding: 0;
  background-color: #eeeeee;
}
ul.joom-control-user li {
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
ul.joom-control-user li:hover,
ul.joom-control-user li.active,
ul.joom-control-user li.open {
  background-color: #313133;
}
ul.joom-control-user li:hover a,
ul.joom-control-user li.active a,
ul.joom-control-user li.open a {
  color: #ffffff;
}
ul.joom-control-user li a {
  color: #444444;
  font-size: 14px;
  display: block;
  font-weight: 700;
  padding: 22px 27px;
  background: transparent !important;
}
/*K2 User*/
.k2AccountPage .k2ProfileHeading,
.k2AccountPage label {
  font-weight: normal;
}
.k2AccountPage td,
.k2AccountPage th {
  padding: 0 0 10px 0;
}
.k2AccountPage #genderm-lbl {
  display: inline-block;
  padding-left: 20px;
}
.k2AccountPage #genderm-lbl #genderm {
  margin: -5px 0 0 -20px;
  width: auto;
}
.k2AccountPage #genderf-lbl {
  display: inline-block;
  padding-left: 40px;
}
.k2AccountPage #genderf-lbl #genderf {
  margin: -5px 0 0 -20px;
  width: auto;
}
.k2AccountPage .k2AccountPageImage {
  padding-top: 20px;
}
.k2AccountPage #del_image {
  height: auto;
  line-height: 1;
  width: auto;
}
.k2AccountPage #helpsite-refresh {
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.k2FeedIcon {
  padding: 15px 0;
}
.userView .userBlock {
  padding-top: 10px;
}
.userView .userBlock h2 {
  margin-top: 10px;
}
/*Joomla Page*/
.login.joom-login {
  padding: 0 15px;
}
.categories-list.com_newsfeeds .page-header {
  padding: 0;
}
.userItemTagsBlock > span {
  float: left;
  padding-right: 10px;
}
.userItemTagsBlock ul.userItemTags li {
  display: inline-block;
}
.newsfeed-category .list-striped,
.newsfeed-category .row-striped {
  line-height: 1;
}
.newsfeed-category .list-title {
  line-height: 1;
  padding-top: 10px;
}
.newsfeed-category .list-title a {
  color: #313133;
  font-size: 14px;
  font-weight: 700;
  padding-top: 14px;
}
.newsfeed-category .list-striped .list.pull-left {
  clear: both;
  display: block;
  float: none !important;
  padding: 0;
}
.newsfeed-category .chzn-container {
  min-width: 50px !important;
}
.newsfeed ol,
.newsfeed ul {
  padding: 0;
  list-style: none;
}
.logout .btn.btn-primary {
  margin-top: 0;
}
.k2AccountPage.register #genderm-lbl {
  margin-top: 0;
}
.remind .btn.btn-primary,
.reset .btn.btn-primary {
  margin-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.remind .intro,
.reset .intro {
  margin-bottom: 40px;
}
.comment-email-copy .email_copy label {
  float: left;
  width: auto;
}
.comment-email-copy .email_copy input {
  float: left;
  line-height: 1;
  margin: 0 0 0 10px;
  width: auto;
}
.contact button.btn-primary {
  background: #313133;
  border: 0 none;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  height: 48px;
  padding: 0 20px;
  float: right;
  margin: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.page-404 {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  font-family: 'Raleway', sans-serif;
  overflow-y: hidden;
}
.page-404 .content-404:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.page-404 .content-404 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  display: table;
}
.page-404 .content-404-style {
  position: relative;
  z-index: 99;
  display: table-cell;
  vertical-align: middle;
}
.page-404 .content-404-style p a {
  color: #fff;
  text-decoration: none;
}
.page-404 .content-404-style i.fa-cog {
  font-size: 100px;
  line-height: 120px;
  color: #fff;
}
.page-404 .title-404 {
  padding: 7px 0 12px;
  margin: 0;
  color: #ffffff;
  font-size: 66px;
  font-weight: 700;
  line-height: 79.2px;
}
.page-404 .content-404-style p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0 28%;
}
.page-404 .content-404-style form {
  position: relative;
  text-align: center;
  width: 50%;
  margin: 54px auto 27px;
}
.page-404 .content-404-style form input {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 20px;
  position: relative;
  width: 100%;
  z-index: 9999;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
}
.page-404 .tzicon-search {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #ffffff;
  font-size: 14px;
}
.page-404 .entry-404-meta {
  text-align: center;
}
.page-404 .entry-404-meta span:first-child {
  margin-right: 92px;
}
.page-404 .entry-404-meta span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
}
.page-404 .entry-404-meta span i {
  font-size: 19px;
  padding-right: 10px;
}
.page-404 .search.tz-search {
  float: none;
}
.page-404 .search.tz-search input {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0 none;
  color: #fff;
  font-size: 12px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  opacity: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.page-404 .search.tz-search form input::-moz-placeholder {
  color: #fff;
}
.page-404 .search.tz-search form .tz-button-search {
  padding-top: 14px;
}
.blog-control-meta {
  position: absolute;
  right: 0;
  top: 0;
}
.blog-control-meta > span.style-switch {
  border-right: none;
}
.categories-list {
  padding-top: 50px;
}
.categories-list > div > h3.page-header {
  padding: 20px 0;
}
.joomla-category-list-lm .counter.pull-right {
  width: 100%;
}
.archive form > fieldset {
  padding-top: 50px;
}
.archive .chzn-container {
  min-width: 100px;
}
.archive .filter-search .btn {
  background: #313133 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  margin: 0;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.archive #archive-items .page-header {
  margin-top: 10px;
}
#k2Container.itemListView.blog-post-wrap {
  margin: 0 -15px;
}
#k2Container.genericView > .componentheading {
  padding-left: 15px;
}
#k2Container.genericView .genericItemView.itemContainer.col-md-4:nth-child(3n+1) {
  display: block;
  clear: both;
}
/*Media k2*/
.k2ItemsBlock .tz-thumbnail img {
  width: 100%;
}
.moduleItemVideo iframe {
  width: 100%;
}
.tzsidebar .post-icon.post-icon-border,
.blog-sidebar.tzcontent .post-icon.post-icon-border {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tzsidebar .post-icon.post-icon-border i,
.blog-sidebar.tzcontent .post-icon.post-icon-border i {
  color: #FFF;
}
.tzsidebar .item-large .post-icon.post-icon-border {
  background: #FFF;
  width: 56px;
  height: 56px;
}
.tzsidebar .item-large .post-icon.post-icon-border i {
  color: #313133;
  font-size: 14px;
  line-height: 56px;
}
.tz-single-thumbnail.itemImageBlock img {
  /*width: 100%;*/
}
.blog-post.one-columns #itemListSecondary {
  margin: 0;
}
.tz-about img {
  width: 100%;
}
.single-post .itemVideoBlock iframe {
  width: 100%;
  border: none;
}
.tz-counter ul li .number.tz-rss {
  padding-top: 36px;
}
.tz-counter.counter-style2 ul li .number.tz-rss {
  padding-top: 25px;
}
.joomla-content {
  padding-top: 30px;
}
.joomla-content .article-info.muted.meta {
  color: #aaa;
}
.joomla-content .article-info > span {
  padding-right: 5px;
}
.joomla-content .article-info > span::after {
  content: " / ";
  padding-left: 5px;
}
.joomla-content .article-info > span:last-child {
  padding-right: 0;
}
.joomla-content .article-info > span:last-child::after {
  content: "";
  font-size: 0;
  padding-left: 0;
}
.joomla-content .article-info > span .fa-calendar {
  padding-right: 3px;
}
.joomla-content .item-image img {
  width: 100%;
}
.joomla-content > .tz_item {
  padding: 20px 0;
}
.joomla-content > .tz_item .page-header.tz-post-info {
  margin: -5px 0 0;
  border: none;
}
.joomla-content > .tz_item .page-header.tz-post-info h3 {
  margin: 0;
}
.joomla-content > .items-more .nav-tabs {
  border-top: 1px solid #ddd;
  border-bottom: none;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.joomla-content > .items-more .nav-tabs li.open,
.joomla-content > .items-more .nav-tabs li:hover,
.joomla-content > .items-more .nav-tabs li {
  margin: 0;
}
.joomla-content > .items-more .nav-tabs li.open a,
.joomla-content > .items-more .nav-tabs li:hover a,
.joomla-content > .items-more .nav-tabs li a,
.joomla-content > .items-more .nav-tabs li.open a:active,
.joomla-content > .items-more .nav-tabs li:hover a:active,
.joomla-content > .items-more .nav-tabs li a:active,
.joomla-content > .items-more .nav-tabs li.open a:hover,
.joomla-content > .items-more .nav-tabs li:hover a:hover,
.joomla-content > .items-more .nav-tabs li a:hover,
.joomla-content > .items-more .nav-tabs li.open a:focus,
.joomla-content > .items-more .nav-tabs li:hover a:focus,
.joomla-content > .items-more .nav-tabs li a:focus {
  background: transparent;
  border: none;
}
.joomla-content .pagination-content {
  border-top: 1px solid #eee;
  margin-top: 20px !important;
}
.joomla-content .pagination-content .counter {
  float: none;
  width: 100%;
  text-align: center;
}
.joomla-article .item-image img {
  width: 100%;
}
.joomla-article .page-header {
  margin: 0;
  border: none;
  padding: 0;
}
.joomla-article .article-info > span {
  padding-right: 5px;
}
.joomla-article .article-info > span::after {
  content: " / ";
  padding-left: 5px;
}
.joomla-article .article-info > span:last-child {
  padding-right: 0;
}
.joomla-article .article-info > span:last-child::after {
  content: "";
  font-size: 0;
  padding-left: 0;
}
.joomla-article .article-info > span .fa-calendar {
  padding-right: 3px;
}
.joomla-article > .pager.pagenav {
  padding-bottom: 20px;
}
.tagItemList.itemList.blog-post {
  padding: 0 15px;
}
.theiaStickySidebar > .tz-module:last-child {
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .post-horizontal .moduleItemVideo {
    width: 50%;
    float: left;
  }
  .post-horizontal .moduleItemVideo iframe {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #k2Container .four-columns #itemListPrimary .itemContainer.col-md-3:not(.tz_clr):nth-of-type(2n+1),
  #k2Container .four-columns #itemListSecondary .itemContainer.col-md-3:not(.tz_clr):nth-of-type(2n+1) {
    clear: both;
    display: block;
  }
  #k2Container .clr.tz_clr,
  #k2Container .tz_clr {
    clear: none;
  }
  .two-columns .tz-item-list .item-blog-post {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .tz-grid-post-1 img,
  .tz-grid-post-2 img,
  .tz-grid-post-3 img,
  .tz-grid-post-4 img {
    min-height: 0;
  }
}
@media (max-width: 420px) {
  html,
  body {
    overflow-x: hidden;
  }
  .plazart-mainnav .navbar-header button.btn-navbar i {
    line-height: 55px;
  }
  .tz-header-content.style-video .tz-header-logo {
    width: 50%;
  }
  .tzsidebar .tz-module {
    padding: 15px;
  }
  .custom-container .tzsidebar .tz-module {
    padding-right: 15px;
  }
  div.tz-wrap-element1,
  div.tz-wrap-element2,
  div.tz-element,
  div.tz-large-box,
  div.tz-wrap-element3,
  div.tz-box-one,
  div.tz-box-two,
  div.tz-box-three {
    padding-left: 15px;
  }
  .tzsidebar.col-sm-4 .item-small.item-rating .tz-thumbnail {
    margin-right: 15px;
  }
  .item-small.item-rating .tz-infomation h3 {
    margin: 0;
    line-height: 1;
  }
  .item-small.item-rating .tz-infomation h3 a {
    line-height: 1.2;
    display: block;
  }
  .item-small.item-rating i {
    padding-right: 3px;
  }
  .tz-copyright {
    height: auto;
    line-height: normal;
    padding: 15px 0;
  }
  .tz-copyright p {
    text-align: center;
  }
  .tz-copyright ul.social-link {
    float: none !important;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .tz-copyright ul.social-link li {
    float: none;
    display: inline-block;
  }
  .three-columns .item-blog-post,
  .item-blog-post {
    margin-bottom: 30px;
  }
  .blog-control-meta {
    position: relative;
  }
  .contact-info {
    margin: 20px 0 0 0;
  }
  .form-content {
    margin-top: 30px;
  }
  .adstop .box {
    margin-bottom: 0;
  }
  .page_comingsoon {
    padding: 50px 0;
  }
  .page-404 .content-404-style i.fa-cog {
    font-size: 50px;
    line-height: 1.2;
  }
  .page-404 .title-404 {
    font-size: 30px;
    line-height: 1.2;
  }
  .page-404 .content-404-style p {
    padding: 0 15px;
  }
  .page-404 .entry-404-meta span:first-child {
    margin-right: 15px;
  }
  body.page-404 {
    margin: 0;
  }
  #off-canvas-nav .plazart-megamenu .mega-dropdown-menu ul li a:hover {
    border-bottom: 0;
  }
  #off-canvas-nav .plazart-megamenu .mega-dropdown-menu ul li.open > a,
  #off-canvas-nav .plazart-megamenu .mega-dropdown-menu ul li.open > a:focus,
  #off-canvas-nav .plazart-megamenu .mega-dropdown-menu ul li.open > a:hover {
    border-bottom: none;
  }
}
.blog-control-meta div.style-switch {
  border-right: none;
}
.blog-control-meta div.style-switch > .blog-switch-grid {
  padding-right: 10px;
}
.blog-control-meta div.style-switch span {
  cursor: pointer;
}
/* demo */
.ldp_lifemag {
  background: #FFF;
  position: fixed;
  right: -115px;
  top: 100px;
  width: 115px;
  height: auto;
  text-align: center;
  overflow: visible !important;
  -webkit-box-shadow: -3px 0 10px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  display:none;
}
.ldp_lifemag.open-demo {
  right: 0;
}
.ldp_lifemag .demo-box {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.ldp_lifemag .ss-home {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
}
.ldp_lifemag > .click {
  background: #FFF;
  position: absolute;
  display: block;
  right: 115px;
  top: 15%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  z-index: 999998;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: -3px 2px 5px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -3px 2px 5px -2px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 2px 5px -2px rgba(0, 0, 0, 0.14);
}
.ldp_lifemag > .click i {
  cursor: pointer;
}
.ldp_lifemag .lm-thumbnail {
  padding: 5px 0;
}
.ldp_lifemag .lm-thumbnail::after {
  clear: both;
  content: " ";
  display: block;
}
.ldp_lifemag .lm-thumbnail .lm-img {
  width: 50%;
  float: left;
}
.ldp_lifemag .lm-thumbnail .lm-img:first-child {
  padding: 0 5px 0 10px;
}
.ldp_lifemag .lm-thumbnail .lm-img:last-child {
  padding: 0 10px 0 5px;
}
.ldp_lifemag .lm-thumbnail h3 {
  color: #5a5a5a;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 25px;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
.ldp_lifemag .lm-thumbnail:last-child {
  padding-bottom: 0;
}
#searchForm label {
  font-weight: 600;
}
#searchForm .btn-toolbar {
  padding: 30px 0 10px;
}
#searchForm .btn-toolbar .btn.hasTooltip {
  margin-top: 0;
  height: 35px;
}
#searchForm legend {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 10px 0 0;
}
#searchForm fieldset.only > legend {
  padding-top: 20px;
}
#searchForm .counter {
  margin-top: 0;
}
.search-results .result-title a {
  font-size: 15px;
}
.search-results .meta {
  margin: 10px 0;
}
.search-results .result-text {
  padding-bottom: 20px;
}
.search > .pagination {
  padding: 0 0 30px 0;
}
.plazart-megamenu .dropdown-menu ul li a {
  line-height: 40px;
}
.tz-header-menu .menu-left ul.mod_menu > li,
.tz-header-menu .menu-right ul.mod_menu > li {
  float: left;
  position: relative;
}
.tz-header-menu .menu-left ul.mod_menu > li > a,
.tz-header-menu .menu-right ul.mod_menu > li > a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  display: block;
  line-height: 90px;
  padding: 0 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tz-header-menu .menu-left ul.mod_menu > li.active a,
.tz-header-menu .menu-right ul.mod_menu > li.active a,
.tz-header-menu .menu-left ul.mod_menu > li:hover a,
.tz-header-menu .menu-right ul.mod_menu > li:hover a,
.tz-header-menu .menu-left ul.mod_menu > li.open a,
.tz-header-menu .menu-right ul.mod_menu > li.open a,
.tz-header-menu .menu-left ul.mod_menu > li.active a:hover,
.tz-header-menu .menu-right ul.mod_menu > li.active a:hover,
.tz-header-menu .menu-left ul.mod_menu > li:hover a:hover,
.tz-header-menu .menu-right ul.mod_menu > li:hover a:hover,
.tz-header-menu .menu-left ul.mod_menu > li.open a:hover,
.tz-header-menu .menu-right ul.mod_menu > li.open a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tz-header-menu .menu-left ul.mod_menu {
  float: right;
}
.tz-header-menu .menu-right ul.mod_menu {
  float: left;
}
.two-menu {
  line-height: 90px;
  position: relative;
}
.two-menu .tz-header-logo {
  background: #0084b4;
}
.two-menu .search-2-menu {
  position: absolute;
  top: 15px;
  right: 0;
}
.two-menu .search-2-menu .tz-search form {
  line-height: 1;
}
/* tz-header-menu.logo-menu */
.tz-header-menu.logo-menu {
  position: relative;
  line-height: 120px;
}
.tz-header-menu.logo-menu .plazart-megamenu > ul > li:first-child > a {
  padding-left: 28px;
}
.tz-header-menu.logo-menu > div {
  padding: 0;
}
.tz-header-menu.logo-menu > div > .row {
  margin: 0;
}
.tz-header-menu.logo-menu .logo {
  background: #004a25;
  padding: 0;
  text-align: center;
}
.tz-header-menu.logo-menu .search {
  position: absolute;
  top: 13px;
  right: 20px;
}
.tz-header-menu.logo-menu #tz-megamenu-area {
  padding: 0;
}
.tz-header-menu.logo-menu .plazart-megamenu > ul > li > a {
  line-height: 120px;
  background: transparent !important;
}
.tz-header-menu.logo-menu .tz-search {
  line-height: 1;
}
.tz-header-content.style5 {
  line-height: 200px;
  height: 200px;
}
.tz-header-content.style5 .tz-header-ads {
  padding: 0;
}
.tz-header-content.style5 .tz-header-ads img {
  display: block;
}
.theme-rtl {
  text-align: right;
  /*Title*/
  /*Top Header*/
  /*MegaMenu*/
  /*Slider Home*/
}
.theme-rtl [class*="col-lg-"],
.theme-rtl [class*="col-md-"],
.theme-rtl [class*="col-sm-"],
.theme-rtl [class*="col-xs-"] {
  float: right;
}
.theme-rtl .pull-right {
  float: left !important;
}
.theme-rtl .pull-left {
  float: right !important;
}
.theme-rtl .border-right {
  border-right: none;
  border-left: 1px solid #eee;
}
.theme-rtl .border-left {
  border-left: none;
  border-right: 1px solid #eee;
}
.theme-rtl .tz-title span {
  padding-right: 0;
  padding-left: 10px;
}
.theme-rtl .top-header-social ul,
.theme-rtl .tz-header-top-right {
  border-left: none;
  border-right: 1px solid #eee;
}
.theme-rtl .tz-hotline {
  margin-right: 0;
  margin-left: 20px;
}
.theme-rtl .top-header-social ul li {
  float: right;
}
.theme-rtl .tz-header-top-left > div {
  float: right;
}
.theme-rtl .tz-data-time {
  margin: 0 3px 0 25px;
}
.theme-rtl .top-header-menu li {
  float: left;
}
.theme-rtl .plazart-megamenu > ul > li {
  float: right;
}
.theme-rtl .navbar-nav {
  float: right;
}
.theme-rtl .style-box1 {
  border-left: 1px solid #eee;
  border-right: none;
}
.theme-rtl .featured-post .tz-grid-post-0,
.theme-rtl .featured-post .tz-grid-post-1,
.theme-rtl .featured-post .tz-grid-post-2,
.theme-rtl .featured-post .tz-grid-post-3,
.theme-rtl .featured-post .tz-grid-post-4 {
  float: right;
}
.theme-rtl .featured-post .tz-grid-post-1,
.theme-rtl .featured-post .tz-grid-post-2,
.theme-rtl .featured-post .tz-grid-post-3,
.theme-rtl .featured-post .tz-grid-post-4 {
  padding-left: 0;
  padding-right: 10px;
}
.theme-rtl .tz-title-filter .tz-cat-filter {
  position: absolute;
  right: auto;
  left: 0;
  padding-left: 0;
  padding-right: 15px;
}
.theme-rtl .style-box-right {
  padding-left: 50px;
  padding-right: 0;
}
.theme-rtl .tz-copyright .social-link {
  float: left;
}
.theme-rtl .tz-copyright .social-link li {
  float: right;
}
.theme-rtl .dropdown-submenu > a::after {
  float: left;
}
.theme-rtl .dropdown-submenu > a {
  text-align: right;
}
.theme-rtl .plazart-megamenu .mega-inner ul.mega-nav {
  text-align: right;
}
.theme-rtl .dropdown-submenu > .dropdown-menu {
  left: -100%;
}
.theme-rtl .tzleft_style {
  border-left: none;
  border-right: 1px solid #eee;
}
.theme-rtl ul.tz-breadcrumbs {
  direction: rtl;
}
.theme-rtl ul.tz-breadcrumbs li i {
  position: relative;
  top: 2px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.theme-rtl ul.tz-breadcrumbs li {
  float: right;
}
.theme-rtl .blog-control-meta {
  right: auto;
  left: 0;
}
.theme-rtl .blog-control-meta {
  border-left: none;
  border-right: 1px solid #eee;
}
.theme-rtl .blog-post-sidebar.left-siderbar .blog-sidebar.tzcontent .item-small .tz-infomation {
  padding-left: 0;
  padding-right: 102px;
}
@media (max-width: 1024px) {
  .theme-rtl .tz-hotline {
    margin-left: 5px;
  }
  .theme-rtl .custom-container {
    padding: 0 15px 0 0;
  }
  .theme-rtl .custom-container .tzsidebar .tz-module {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-rtl div.tz-wrap-element1,
  .theme-rtl div.tz-wrap-element2,
  .theme-rtl div.tz-element,
  .theme-rtl div.tz-large-box,
  .theme-rtl div.tz-wrap-element3,
  .theme-rtl div.tz-box-one,
  .theme-rtl div.tz-box-two,
  .theme-rtl div.tz-box-three {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .theme-rtl .tz-header-logo {
    float: left;
  }
  .theme-rtl .tz-breaking-news div.tz-control-news {
    right: auto;
    left: 20px !important;
    top: -8px;
  }
}
@media (max-width: 420px) {
  .theme-rtl .featured-post .tz-grid-post-1,
  .theme-rtl .featured-post .tz-grid-post-3 {
    padding-right: 0;
  }
  .theme-rtl .featured-post .tz-grid-post-2,
  .theme-rtl .featured-post .tz-grid-post-4 {
    padding-right: 10px;
  }
}
/*# sourceMappingURL=bootstrap.css.map */