.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.tz_aboutsl{
  background: rgb(229, 229, 229) !important;
  padding: 60px 0 !important;
}
.tz_aboutsl .tz_topsl{
  padding-left: 0px;
  padding-right: 0px;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
.fa-lg {
  font-size: 1.3333333333333em;
  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.2857142857143em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  top: 0.14285714285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571429em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.PinterestButton {
 padding-right: 0px;
}
.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);
}
.blog_description .TzTagArticleInfo{
  color: #ffffff
}
.blog_description .TzTagTitle a{
  color: #ffffff;
}
.blog_description .TzTagTitle a:hover{
  color: #ffffff;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.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";
}
#off-canvas-nav {
  display: none;
}
@media (max-width: 767px) {
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    -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);
    -ms-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;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #plazart-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: none;
    filter: Alpha(opacity=0);
    pointer-events: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    width: 270px;
    height: 100%;
    left: -270px;
    margin-left: 0;
    overflow-y: auto;
    position: absolute;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    height: auto;
    overflow: visible;
    padding-left: 20px;
    padding-bottom: 50px;
    background: none;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-enabled #off-canvas-nav {
    z-index: 1001;
    pointer-events: auto;
    background-color: rgba(255,255,255,0.3);
  }
}
body {
  line-height: 1.5em;
  color: #000;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
#tz-top-wrapper {
  background: none repeat scroll 0 0 rgba(0,0,0,0.8) !important;
  color: #ffffff !important;
  padding: 10px 0 !important;
}
hr {
  border: none;
  height: 1px;
  background: #fff;
}
.clr {
  clear: both;
  height: 0;
}
div .row-fluid [class*="span"] {
  min-height: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.container {
  width: auto;
}
div.owl-carousel {
  width: 100%;
}
#tz-top-wrapper p {
  margin: 0;
  font-size: 12px;
}
#tz-top-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
#tz-logo {
  padding-top: 17px;
  padding-bottom: 17px;
}
#tz-header-wrapper {
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  position: relative;
  z-index: 10;
}
#tz-header-wrapper p {
  margin: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.05);
}
#feature #tz_Flexslider #slider {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
#feature #tz_Flexslider #slider .tz_image {
  float: none;
  margin: 0;
}
#feature #tz_Flexslider #slider .sl-description {
  position: absolute;
  bottom: 100px;
  color: #fff;
  width: 100%;
  text-align: center;
}
#feature #tz_Flexslider #slider .sl-description h3.caption-title {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  display: inline-block;
  padding: 25px 30px;
  margin: 0;
}
#feature #tz_Flexslider #slider .sl-description h3.caption-title a {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#feature #tz_Flexslider #slider .sl-description h3.caption-title span {
  display: block;
  color: #fff;
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}
#feature #tz_Flexslider #slider .flex-active-slide .sl-description {
  animation: scalebox_rotate01 1s;
  -webkit-transition: all 1000ms cubic-bezier(0.68,0,0.265,1) 300ms;
  -moz-transition: all 1000ms cubic-bezier(0.68,0,0.265,1) 300ms;
  -o-transition: all 1000ms cubic-bezier(0.68,0,0.265,1) 300ms;
  transition: all 1000ms cubic-bezier(0.68,0,0.265,1) 300ms;
  -webkit-backface-visibility: hidden;
}
#feature #tz_Flexslider .flex-direction-nav a {
  width: 75px;
  height: 95px;
  opacity: 1;
  display: inline-block;
  font-size: 0;
  text-indent: 999px;
}
#feature #tz_Flexslider .flex-direction-nav .flex-prev {
  left: 0;
  background: url(../../../images/flex-prev.png) center no-repeat rgba(0,0,0,0.4);
}
#feature #tz_Flexslider .flex-direction-nav .flex-next {
  background: url(../../../images/flex-next.png) center no-repeat rgba(0,0,0,0.4);
  right: 0;
}
ul.social-link {
  list-style: none;
  margin: 0;
  float: right;
}
ul.social-link li {
  display: inline;
}
ul.social-link li span {
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
}
.owl-wrapper .slide {
  padding: 0 15px;
}
.owl-wrapper .slide .infomation .tz_image {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
  background: #000;
}
.owl-wrapper .slide .infomation .tz_image .tz_readmore {
  display: block;
  text-align: center;
  position: absolute;
  top: 35%;
  width: 100%;
}
.owl-wrapper .slide .infomation .tz_image .tz_readmore a {
  display: inline-block;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.owl-wrapper .slide .infomation .tz_image img {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  max-width: none;
}
.owl-wrapper .slide .infomation .info {
  clear: both;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  background: transparent;
}
.owl-wrapper .slide .infomation h3.tz_title {
  padding: 14px 15px;
  margin: 0;
}
.owl-wrapper .slide .infomation h3.tz_title a {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide .infomation .carou_desc {
  padding: 17px 15px 20px;
  border-top: 1px solid rgba(0,0,0,0.6);
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  color: #000;
}
.owl-wrapper .slide:hover .tz_image img {
  opacity: 0.3;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide:hover .tz_image .tz_readmore a {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide:hover .info {
  background: #d31266;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide:hover .info h3.tz_title a {
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .slide:hover .info .carou_desc {
  border-top: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media {
  text-align: center;
  color: #fff;
}
.owl-wrapper .owl-item .media .media-object {
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-wrapper .owl-item .media .media-body {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  display: inline-block;
}
.owl-wrapper .owl-item .media .media-body h3.title {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  margin: 30px 0 50px;
}
.owl-wrapper .owl-item .media .media-body p {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
}
.media-body {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  display: inline-block;
}
.media-body h3.title {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  margin: 30px 0 50px;
}
.media-body p {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #fff;
}
div.TzServices .navigation {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 1000;
}
div.TzServices .navigation .tz_service_left,
div.TzServices .navigation .tz_service_right {
  width: 30px;
  height: 90px;
  position: absolute;
}
div.TzServices .navigation a.tz_service_right {
  background: url(../../../images/ser_next.png) top center no-repeat;
  right: 0;
}
div.TzServices .navigation a.tz_service_left {
  background: url(../../../images/ser_prev.png) top center no-repeat;
  left: 0;
}
.module-inner h3.module-title {
  font-weight: 700;
  font-size: 30px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #000;
}
.module-inner h3.module-title span {
  border-top: 7px solid #d31266;
  display: inline-block;
  padding: 35px 0;
}
.mod_tz_news .tz_news {
  margin: 0;
}
.mod_tz_news .tz_news .tz_item_default {
  float: left;
  width: 33.33%;
  margin-bottom: 0;
}
.mod_tz_news .tz_news .tz_item_default .infomation_default {
  padding: 0 15px;
}
.mod_tz_news .tz_news .tz_item_default .infomation_default .infomation-inner {
  background: #fff;
  padding: 12px;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_default2 .infomation_default {
  padding-left: 0;
  padding-right: 30px;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_default4 .infomation_default {
  padding-right: 0;
  padding-left: 30px;
}
.mod_tz_news .tz_news .tz_item_default .tz_image {
  margin: 0;
  float: none;
}
.mod_tz_news .tz_news .tz_item_default .tz_image img {
  width: 100%;
  margin: 0;
}
.mod_tz_news .tz_news .tz_item_default .info {
  clear: both;
  padding: 10px 0 0;
  background: #fff;
  color: #333;
}
.mod_tz_news .tz_news .tz_item_default .info .tz_title {
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 8px;
}
.mod_tz_news .tz_news .tz_item_default .info .tz_title a {
  font-size: 14px;
  color: #d31266;
}
.mod_tz_news .tz_news .tz_item_default .info span {
  display: inline;
  color: inherit;
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  padding-right: 25px;
}
.mod_tz_news .tz_news .tz_item_default .info span.tz_date {
  float: left;
}
.mod_tz_news .tz_news .tz_item_default .info p {
  color: rgba(255,255,255,0.75);
  padding: 20px 0 35px;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0;
}
.mod_tz_news .tz_news .tz_item_default .info .tz_readmore {
  display: block;
}
.mod_tz_news .tz_news .tz_item_default .info .tz_readmore a {
  background: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #d31266;
  display: inline-block;
}
.mod_tz_news .tz_news .tz_item_default .info .mini_info {
  background: #e5e5e5;
  padding: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special {
  margin-bottom: 45px;
  width: 100%;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .infomation_default {
  padding: 0;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .infomation_default .infomation-inner {
  padding: 0;
  background: none;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .tz_image {
  width: 100%;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .tz_image img {
  width: 100%;
  margin: 0;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info {
  background: #d31266;
  color: #FFF;
  padding: 30px;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info .tz_title {
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 8px;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info .tz_title a {
  font-size: 30px;
  color: #fff;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info .mini_info {
  background: none;
  padding: 0;
  display: inline-block;
}
.mod_tz_news .tz_news .tz_item_default.tz_item_special .info .mini_info span {
  text-transform: uppercase;
}
.tz_item_click .item_close {
  z-index: 1;
  opacity: 1;
}
.item_close {
  position: absolute;
  right: 13px;
  top: 10px;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
.item_close i {
  color: #fff;
  font-size: 20px;
}
.bt-googlemaps {
  border: 12px solid rgba(229,229,229,0.8);
}
.modulecontact p {
  font-size: 18px;
  line-height: 1.5em;
}
.newsletter input.inputbox {
  font-size: 18px;
  background: #e5e5e5;
  line-height: 60px;
  height: 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 5%;
  width: 100%;
  color: #000;
}
.newsletter input.subcription_btn {
  background: #d31266;
  height: 54px;
  line-height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  width: 100%;
  padding: 0;
  text-align: center;
  border: none;
  margin-top: 15px;
  text-transform: uppercase;
}
#footer p {
  margin: 0;
  font-size: 11pt;
  color: #fff;
  line-height: 30px;
}
.new_show_all {
  border-top: 1px solid rgba(0,0,0,0.4);
  text-align: right;
  padding: 20px 0;
  margin: 30px 0 50px 0;
  clear: both;
  float: left;
  width: 100%;
}
.new_show_all a {
  font-size: 14px;
  color: #d31266;
  text-transform: uppercase;
}
.tz_news_pro_scroll .jcarousel-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}
@media(min-width: 1365px){
  .tz_news_pro_scroll .jcarousel-wrapper .control_nav {
    position: absolute;
    bottom: -40px;
  }
}
.tz_news_pro_scroll .jcarousel-wrapper .control_nav {
  position: absolute;
}
.tz_news_pro_scroll .jcarousel-wrapper .control_nav a {
  height: 42px;
  width: 42px;
  position: absolute;
  border: 1px solid rgba(0,0,0,0.4);
  margin: 0;
  top: 0;
  left: 0;
  right: auto;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  font-weight: 300;
  color: #000;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.tz_news_pro_scroll .jcarousel-wrapper .control_nav a.jcarousel-control-next {
  left: 55px;
}
.tz_news_pro_scroll ul.new_scroll {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  margin: 0;
  list-style: none;
}
.tz_news_pro_scroll .infomation_scroll {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.tz_news_pro_scroll .infomation_scroll .info {
  position: absolute;
  bottom: 0;
  background: transparent;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.tz_news_pro_scroll .infomation_scroll .info h3.tz_title {
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 1em;
  text-transform: none;
}
.tz_news_pro_scroll .infomation_scroll .info span {
  font-size: 18px;
  color: #fff;
}
.tz_news_pro_scroll .infomation_scroll .tz_readmore {
  display: block;
  text-align: center;
  position: absolute;
  top: 35%;
  width: 100%;
}
.tz_news_pro_scroll .infomation_scroll .tz_readmore a {
  display: inline-block;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.tz_news_pro_scroll .infomation_scroll:hover {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  height: 100%;
}
.tz_news_pro_scroll .infomation_scroll:hover .info {
  background: rgba(158,24,84,0.7);
}
.tz_news_pro_scroll .infomation_scroll:hover .tz_readmore a {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.TzCustom_desc {
  padding: 0;
}
.TzCustom_desc h3 {
  display: inline-block;
  font-size: 48px;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.5em;
  margin-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 90px;
}
.TzCustom_desc img {
  margin: 40px 80px;
  display: inline-block;
}
.moduleevent .carousel {
  margin: 0;
}
.moduleevent .flexslider {
  border: none;
}
.moduleevent .flexslider .infomation_slider {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  background-size: cover;
}
.moduleevent .flexslider .infomation_slider p {
  line-height: 1.5em;
  font-family: inherit;
  margin: 0;
}
.moduleevent .flexslider .infomation_slider .info {
  padding: 20px 150px;
  background: rgba(211,18,102,0.7);
  font-family: inherit;
}
.moduleevent .flexslider .infomation_slider .left-info .tz_date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 235px;
  text-align: center;
  background: rgba(0,0,0,0.8);
  font-size: 18px;
  font-family: inherit;
  text-transform: none;
  padding-top: 60px;
}
.moduleevent .flexslider .infomation_slider .left-info .tz_date span.day {
  display: block;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.moduleevent .flexslider .infomation_slider .right-info {
  padding-left: 235px;
}
.moduleevent .flex-direction-nav {
  position: absolute;
  left: 0;
  width: 235px;
  text-align: center;
  bottom: 30px;
}
.moduleevent .flex-direction-nav li {
  display: inline-block;
}
.moduleevent .flex-direction-nav a {
  opacity: 1;
  height: 30px;
  width: 30px;
  position: relative;
  left: auto !important;
  right: auto !important;
  margin: 0 5px;
  display: inline-block;
  font-size: 0;
  text-indent: 999px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.moduleevent .flex-direction-nav a.flex-prev {
  background: url(../../../images/event-prev.png) center no-repeat transparent;
}
.moduleevent .flex-direction-nav a.flex-next {
  background: url(../../../images/event-next.png) center no-repeat transparent;
}
.moduleevent .flex-direction-nav a:hover {
  background-color: #d31266;
  border-color: #d31266;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
#tz-main-body-wrapper {
  position: relative;
}
#TzContent #portfolio {
  opacity: 0;
}
#TzContent .element {
  color: #000;
}
#TzContent .element .TzInner {
  border: none;
  padding: 0;
  margin: 30px 36px;
  position: relative;
  overflow: hidden;
  background: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzInner-content {
  padding: 10px;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzPortfolioMedia {
  margin: 0;
  float: left;
  width: 100%;
}
#TzContent .element .TzInner .TzPortfolioDescription {
  text-align: center;
  clear: both;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  line-height: 1.5em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzPortfolioDescription h3.TzPortfolioTitle {
  font-size: 30px;
  font-weight: 300;
  margin: 23px 0;
  border-bottom: 1px solid #000;
  padding-bottom: 22px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzPortfolioDescription a.TzPortfolioReadmore {
  display: block;
  font-size: 24px;
  box-shadow: none;
  background: #d31266;
  border: none;
  padding: 25px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin: 25px 0 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzPortfolioFulltext {
  display: none;
  float: left;
  color: #fff;
  width: 50%;
}
#TzContent .element .TzInner .TzPortfolioFulltext h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  padding: 16px;
  margin: 0 0 18px;
}
#TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext {
  padding: 0 25px 0 35px;
  text-align: center;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext ul {
  margin: 0;
  list-style: none;
}
#TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext ul li {
  line-height: 51px;
  font-size: 18px;
  text-align: left;
  padding: 0 25px;
}
#TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext ul li b,
#TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext ul li strong {
  font-weight: normal;
  float: right;
}
#TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext ul li:nth-child(even) {
  background: rgba(0,0,0,0.2);
}
#TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext ul li:nth-child(odd) {
  background: rgba(0,0,0,0.1);
}
#TzContent .element .TzInner:hover .TzInner-content {
  background: #d31266 !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner:hover .TzPortfolioDescription {
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element .TzInner:hover .TzPortfolioDescription h3.TzPortfolioTitle {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#TzContent .element .TzInner:hover .TzPortfolioDescription a.TzPortfolioReadmore {
  background: #fff;
  color: #d31266;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
  animation: scalebox 0.5s;
}
#TzContent .element .TzInner .minium_text {
  position: absolute;
  right: 5px;
  top: 2px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: none;
}
#TzContent .element.tz_feature_item {
  animation: scalebox01 0.7s;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content {
  background: #d31266;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content .TzPortfolioMedia {
  width: 50%;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content .TzPortfolioDescription {
  display: none;
  clear: none;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element.tz_feature_item .TzInner .TzInner-content .TzPortfolioFulltext {
  display: block;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element.tz_feature_item .TzInner .item_fulltext {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-backface-visibility: hidden;
}
#TzContent .element.tz_feature_item .TzInner .item_fulltext .item_fulltext_inner {
  background: #fff;
  padding: 0 0 30px 0;
}
#TzContent .element.tz_feature_item .TzInner .item_fulltext .item_fulltext_inner .image {
  padding: 0;
  width: 100%;
}
#TzContent .element.tz_feature_item .TzInner .item_fulltext .item_fulltext_inner p {
  padding: 10px 40px;
}
#TzContent .element.tz_feature_item .TzInner .item_fulltext .item_fulltext_inner h3 {
  margin-left: 20px;
  margin-right: 20px;
}
h1.page-heading,
.page-heading {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 65px;
  top: 0;
  background: #d31266;
  margin: 0;
  text-transform: uppercase;
}
h2.TzCategoryTitle {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin: 35px 0 20px;
  padding: 0;
  text-transform: uppercase;
}
h2.TzCategoryTitle span {
  border-top: 7px solid #D31266;
  display: inline-block;
  padding: 35px 0;
}
@keyframes scalebox {
  from {
    transform: scale(0.75);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scalebox_rotate01 {
  from {
    -moz-transform: scale(0) translateX(-500px);
    -webkit-transform: scale(0) translateX(-500px);
    -o-transform: scale(0) translateX(-500px);
    -ms-transform: scale(0) translateX(-500px);
    transform: scale(0) translateX(-500px);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}
@keyframes scalebox_rotate10 {
  from {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    -moz-transform: scale(0) rotate(90deg);
    -webkit-transform: scale(0) rotate(90deg);
    -o-transform: scale(0) rotate(90deg);
    -ms-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
    opacity: 0;
  }
}
@keyframes scalebox01 {
  from {
    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }
  to {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
}
@keyframes scalebox10 {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes scalebox02 {
  0% {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
    z-index: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
}
#TzContent {
  padding-top: 30px;
}
.customheader p {
  margin: 0;
}
.customheader img {
  min-width: 100%;
  max-width: none;
  position: relative;
}
#tz_append {
  padding: 20px;
}
#tz_append .tzNomore {
  display: none;
}
.TzItemsRow .TzLeading,
.TzItemsRow .TzItem {
  margin-bottom: 57px;
}
.TzItemsRow .TzBlogMedia {
  margin: 0;
}
.TzItemsRow .TzBlogMedia iframe {
  width: 100%;
}
.TzItemsRow .TzBlogMedia .tz_portfolio_video {
  margin-bottom: 30px;
}
.TzItemsRow .TzBlogMedia .tz_audio {
  padding: 30px 30px 0 30px;
  background: #d31266;
}
.item-page {
  padding-top: 34px;
}
.blog_description {
  background: #d31266;
  color: #fff;
  padding: 30px;
}
.blog_description .TzBlogTitle,
.blog_description h1.TzArticleTitle {
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 8px;
  color: #fff;
}
.blog_description .TzBlogTitle a,
.blog_description h1.TzArticleTitle a {
  font-size: 30px;
  color: #fff;
}
.blog_description .TzArticleBlogInfo {
  margin: 0;
  color: #fff;
}
.blog_description .TzArticleBlogInfo span {
  color: inherit;
  display: inline;
  font-size: 14px;
  font-style: normal;
  padding-right: 25px;
  text-transform: uppercase;
}
.blog_description .TzDescription p {
  color: rgba(255,255,255,0.75);
  font-size: 17px;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 0 35px;
}
a.TzReadmore {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  color: #D31266;
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
}
a.TzReadmore:hover {
  color: #D31266;
  background: none repeat scroll 0 0 #FFFFFF;
}
.modulemodule-first {
  margin-top: 34px;
}
.modulemodule-first .module-inner h3.module-title {
  margin-bottom: 20px;
}
.ch-info-back {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.ch-info-back img {
  cursor: pointer;
}
.mod_tz_news_boxs .tz_news .tz_item_default {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.mod_tz_news_boxs .tz_news .tz_item_default .infomation_default {
  padding: 0;
}
ul.mod_tz_tag {
  margin: 0;
}
ul.mod_tz_tag li {
  display: inline-block;
}
ul.mod_tz_tag li a,
ul.mod_tz_tag li span {
  display: inline-block;
  font-size: 18px;
  padding: 12px 20px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #747474;
  margin: 0 10px 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
ul.mod_tz_tag li a:hover,
ul.mod_tz_tag li span:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
div.TzArticleMedia {
  margin: 0;
}
div.TzArticleMedia img {
  width: 100%;
}
.item-page .blog_description .TzDescription p {
  padding-bottom: 0;
  font-weight: 700;
}
.TzArticleDescription {
  background: #fff;
  margin-top: 30px;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  padding: 30px;
  line-height: 1.7em;
}
.bottom_info {
  background: rgba(0,0,0,0.1);
  padding: 12px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 30px;
}
.bottom_info .TzCreatedby {
  float: left;
  font-size: 12px;
  font-weight: 700;
}
.bottom_info .tz_portfolio_like_button {
  float: right;
}
.bottom_info .tz_portfolio_like_button .TzLikeButtonInner {
  padding: 0;
}
.bottom_info .tz_portfolio_like_button .TzLikeButtonInner div {
  display: inline;
  padding-left: 15px;
}
.bottom_info .tz_portfolio_like_button .TzLikeButtonInner div i {
  color: #444444;
  font-size: 25px;
}
.bottom_info .tz_portfolio_like_button .TzLikeButtonInner .TzLikeQuestion {
  padding: 0 5px;
  color: rgba(0,0,0,0.7);
  font-weight: 700;
  font-size: 12px;
}
.tz_portfolio_comment {
  margin: 40px 0;
}
.TzBlog {
  margin-bottom: 50px;
}
.pagination {
  margin: 0;
  text-align: right;
  width: 100%;
}
.pagination .counter {
  display: none;
}
.pagination ul {
  float: right;
}
.pagination ul li {
  float: left;
}
.pagination ul li a {
  padding: 4px 11px;
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 3px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
.pagination ul li:hover a,
.pagination ul li.active a {
  border: 1px solid #d31266;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
.pagination ul li.disabled a {
  color: #000;
  background: #fff;
}
.pagination ul li.disabled:hover a {
  background: #fff;
  color: #000;
}
.modulepull-left {
  float: left;
  margin-right: 50px;
}
.modulepull-left i {
  font-size: 26px;
  margin-right: 20px;
  float: left;
}
.modulepull-left p {
  line-height: 26px;
}
.modulepull-left p strong {
  font-weight: normal;
}
.search form {
  margin: 2px 0 0 0;
  font-size: 0;
}
.search form i {
  font-size: 20px;
  color: #fff;
  float: left;
  margin-right: 35px;
  margin-top: 1px;
}
.search form input#mod-search-searchword {
  border: none;
  height: 21px;
  line-height: 21px;
  background: rgba(255,255,255,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  width: 55%;
}
.search label {
  display: none;
}
.tz-quote {
  overflow: hidden;
  position: relative;
}
.tz-quote .quote-info {
  float: left;
  font-size: 22px;
  color: #fff;
  line-height: 1.7em;
  text-align: center;
  padding: 40px 50px 40px 45px;
  background: url(../../../images/quote-open.png) 22px 44px no-repeat #d31266;
  -webkit-transform: rotate3d(0,1,0,0deg);
  -moz-transform: rotate3d(0,1,0,0deg);
  -o-transform: rotate3d(0,1,0,0deg);
  -ms-transform: rotate3d(0,1,0,0deg);
  transform: rotate3d(0,1,0,0deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  height: 667px;
}
.tz-quote .quote-image {
  position: absolute;
  width: 100%;
  display: none;
}
.tz-quote .quote-image img {
  width: 100%;
}
.ch-item:hover .quote-info {
  -webkit-transform: rotate3d(0,1,0,-180deg);
  -moz-transform: rotate3d(0,1,0,-180deg);
  -o-transform: rotate3d(0,1,0,-180deg);
  -ms-transform: rotate3d(0,1,0,-180deg);
  transform: rotate3d(0,1,0,-180deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ch-item:hover div.ch-info-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.item-pageabout-us .blog_description {
  padding: 0;
}
.customheading {
  position: relative;
  height: 60px;
}
#topsl #tz-topsl1 {
  width: 25% !important;
  margin: 0 !important;
  padding: 0;
}
#topsl #tz-topsl2 {
  width: 75% !important;
  margin: 0 !important;
  padding: 0;
}
.swiper-direction {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  left: 0;
}
.swiper-direction .button-next {
  position: relative;
  font-size: 12px;
}
.swiper-direction .button-next i {
  color: #d31266;
  display: block;
  font-size: 32px;
}
.swiper-slide {
  background: #fff;
}
.swiper-slide .swiper-desc {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 50px;
  margin: 50px 100px;
  font-size: 14px;
  line-height: 2em;
}
.contact {
  overflow: hidden;
  width: 75%;
  margin: 0 auto 30px auto;
}
.contact .contact-address-box {
  background: #fff;
  padding: 30px 25px;
  text-align: center;
  margin-top: 90px;
  min-height: 368px;
}
.contact .contact-address-box .contact-address {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
}
.contact .contact-address-box .contact-address dt {
  width: auto;
}
.contact .contact-address-box .contact-address dd {
  margin: 0;
}
.contact .contact-address-box .contact-address dd span {
  line-height: 2em;
}
.contact .contact-address-box .contact-address dd a {
  color: #000;
}
.contact .contact-form-box h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 50px;
}
.contact .contact-form-box .control-group {
  margin-bottom: 30px;
}
.contact .contact-form-box .control-label {
  width: 100px;
  padding: 0;
}
.contact .contact-form-box .control-label label {
  float: left;
  line-height: 46px;
  height: 46px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  background: #fff;
  width: 100px;
}
.contact .contact-form-box .controls {
  margin-left: 130px;
}
.contact .contact-form-box .controls input,
.contact .contact-form-box .controls textarea {
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.contact .contact-form-box .controls textarea {
  height: 200px;
  line-height: 30px;
}
.contact .contact-form-box .controls.controls-message {
  margin-left: 0;
}
.contact .contact-form-box .form-actions {
  background: none;
  margin: 0;
  text-align: right;
  padding: 0;
  border: none;
}
.light_box_map {
  text-align: center;
}
.light_box_map .lightbox_des {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  display: inline-block;
  max-width: 100%;
}
.map_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
}
a.zoom_in {
  color: #000;
  border: 2px solid #d31266;
  background: none;
}
a.zoom_in i {
  padding-right: 20px;
  font-size: 16px;
  color: rgba(0,0,0,0.7);
}
a.zoom_in:hover {
  background: none;
  color: #000;
}
.trainer #TzContent .element .TzInner {
  background: #d31266;
  padding: 0;
}
.trainer #TzContent .element .TzInner .TzPortfolioDescription .readmore_btn {
  position: absolute;
  top: 0;
  margin: 0;
  bottom: 0;
  right: 0;
  background: #d31266;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.trainer #TzContent .element .TzInner .TzPortfolioDescription .readmore-box {
  text-align: center;
  position: absolute;
  top: 30%;
  width: 100%;
}
.trainer #TzContent .element .TzInner .TzPortfolioDescription a.TzPortfolioReadmore {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  padding: 15px 20px;
  background: none;
  font-size: 16px;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.trainer #TzContent .element .TzInner .TzPortfolioDescription h3.TzPortfolioTitle {
  text-transform: none;
  border: none;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  padding: 0;
}
.trainer #TzContent .element .TzInner:hover .TzPortfolioDescription .readmore_btn {
  -webkit-transform: rotate3d(0,1,0,-180deg);
  -moz-transform: rotate3d(0,1,0,-180deg);
  -o-transform: rotate3d(0,1,0,-180deg);
  -ms-transform: rotate3d(0,1,0,-180deg);
  transform: rotate3d(0,1,0,-180deg);
  opacity: 1;
}
.trainer #TzContent .element .TzInner:hover .TzPortfolioDescription a.TzPortfolioReadmore {
  color: #fff;
  background: none;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.trainer #TzContent .element .TzInner .TzInner-content {
  padding: 0;
  background: none;
}
.trainer #TzContent .element.tz_feature_item .TzInner {
  background: none;
}
.trainer #TzContent .element.tz_feature_item .TzInner .TzInner-content {
  background: #D31266;
}
.trainer #TzContent .TzSeparator {
  height: 0;
  display: none;
}
.item_fulltext {
  clear: both;
  margin-top: 22px;
}
.item_fulltext .item_fulltext_inner {
  background: #fff;
}
.dropdown_box {
  position: relative;
}
.tz-dropdown {
  width: 100%;
  height: 0;
  background: rgba(211,18,102,0.6);
  position: absolute;
  text-align: center;
  z-index: 999;
  top: -20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
.tz-dropdown .drop_btn {
  position: absolute;
  bottom: -95px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.tz-dropdown .drop_btn .tz-dropdown-button {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.tz-dropdown .drop_btn .tz-dropdown-button i {
  display: block;
  font-size: 30px;
}
.tz-dropdown .tz-dropdown-content {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  animation: scalebox10 0.3s;
}
.tz-dropdown .tz-dropdown-content ul {
  list-style: none;
  margin: 10px auto 0 auto;
  width: 60%;
}
.tz-dropdown .tz-dropdown-content ul li {
  line-height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  text-align: left;
  padding: 0 50px;
  color: #fff;
}
.tz-dropdown .tz-dropdown-content ul li b,
.tz-dropdown .tz-dropdown-content ul li strong {
  font-weight: normal;
  float: right;
}
.tz-dropdown.tz-dropdown-clicked {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  top: 0;
}
.tz-dropdown.tz-dropdown-clicked .tz-dropdown-content {
  opacity: 1;
  animation: scalebox01 0.3s;
}
.tz-dropdown .drop_arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: rgba(211,18,102,0.7) transparent transparent;
  position: absolute;
  bottom: -100px;
}
#tz-feature-wrapper {
  position: relative;
  z-index: 5;
}
#tz-botsl-wrapper {
  position: relative;
}
#tz-feature {
  overflow: hidden;
}
#tz-feature .container {
  position: relative;
}
#tz-component {
  padding: 0;
}
#tz-component-area div#infscr-loading {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  left: 45%;
  width: 50%;
}
#tz_append {
  padding: 15px 0;
}
#tz-component-area div#infscr-loading img {
  display: block;
  width: 30px;
  height: 30px;
}
#infscr-loading div i {
  display: none !important;
}
div#tz_options {
  padding: 0;
}
#phocagallery {
  padding-top: 50px;
}
#phocagallery .pagination {
  text-align: center;
}
#phocagallery div.pg-cv-box {
  margin: 0;
  padding: 0;
  height: auto;
  box-shadow: none;
}
#phocagallery div.pg-cv-box .pg-cv-box-inner {
  position: relative;
}
#phocagallery div.pg-cv-box .pg-cv-box-inner .pg-cv-box-img {
  width: 100% !important;
}
#phocagallery div.pg-cv-box .pg-cv-box-inner .pg-cv-box-img img {
  width: auto;
  min-height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
#phocagallery div.pg-cv-box .pg-cv-box-inner .gallery_info {
  position: absolute;
  background: #d31266;
  padding: 35px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
#phocagallery div.pg-cv-box .pg-cv-box-inner .gallery_info .pg-cv-name {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#phocagallery div.pg-cv-box .pg-cv-box-inner .gallery_info .pg-icon-detail {
  text-align: center;
  position: absolute;
  top: 47%;
  width: 100%;
  left: 0;
}
#phocagallery div.pg-cv-box .pg-cv-box-inner .gallery_info .pg-icon-detail .btn {
  font-size: 14px;
  padding: 9px 25px;
  text-shadow: none;
  border: 2px solid #fff;
  color: #fff;
  background: none;
}
#phocagallery div.pg-cv-box .pg-cv-box-inner .gallery_info .pg-icon-detail .btn:hover {
  color: #fff;
}
#phocagallery div.pg-cv-box:hover {
  background: none;
}
#phocagallery div.pg-cv-box:hover .gallery_info {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
#phocagallery div.pg-cv-box:hover .pg-cv-box-img img {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-backface-visibility: hidden;
  -moz-transform: scale(0.5) !important;
  -webkit-transform: scale(0.5) !important;
  -o-transform: scale(0.5) !important;
  -ms-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
}
body.loaded #phocagallery div.pg-cv-box .pg-cv-box-inner .pg-cv-box-img img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.totop {
  font-size: 0;
  float: right;
}
.totop a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 30px;
  float: left;
  z-index: 1;
  position: relative;
  margin-top: 7px;
}
.totop img {
  float: left;
  margin-left: -12px;
}
div.sl-content {
  background: none;
}
div.sl-content .sl-slide-inner {
  background: none;
  text-align: center;
}
div.sl-content .sl-slide-inner .slit_content .deco img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div.sl-content .sl-slide-inner .media-object {
  margin: auto;
}
.swiper-image .media-object {
  height: 100%;
  max-width: none;
}
#slitslider .nav-arrows span {
  height: 86px;
  border: none;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#slitslider .nav-arrows span.nav-arrow-prev {
  background: url(../../../images/ser_prev.png) no-repeat;
}
#slitslider .nav-arrows span.nav-arrow-next {
  background: url(../../../images/ser_next.png) no-repeat;
}
#slitslider .sl-content-slice {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  background: rgba(0,0,0,0.2);
}
.slider-wrapper {
  margin: 0 auto;
}
.slider-wrapper div.nivoSlider {
  margin: 0;
  background: none;
}
.slider-wrapper div.nivoSlider .nivo-caption {
  background: rgba(211,18,102,0.6);
  padding: 30px 35px;
  display: inline-block;
  text-align: right;
}
.slider-wrapper div.nivoSlider .nivo-caption h3 {
  font-size: 42px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.slider-wrapper div.nivoSlider .nivo-caption span {
  font-size: 18px;
  color: #fff;
}
#tz_Flexslider2 {
  margin: 0 auto;
}
#tz_Flexslider2 .sl-description {
  position: absolute;
  left: 160px;
  bottom: 212px;
  padding: 25px 35px;
  background: rgba(211,18,102,0.6);
  text-align: right;
  -moz-transform: scale(0) translateX(0px) translateY(-300px);
  -webkit-transform: scale(0) translateX(0px) translateY(-300px);
  -o-transform: scale(0) translateX(0px) translateY(-300px);
  -ms-transform: scale(0) translateX(0px) translateY(-300px);
  transform: scale(0) translateX(0px) translateY(-300px);
  -webkit-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0.5s;
  transition: all 1s cubic-bezier(0.68,0,0.265,1) 0.5s;
  -webkit-backface-visibility: hidden;
}
#tz_Flexslider2 .sl-description h3.caption-title {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#tz_Flexslider2 .sl-description h3.caption-title a {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#tz_Flexslider2 .sl-description h3.caption-title span {
  display: block;
  color: #fff;
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}
#tz_Flexslider2 .tz_image {
  width: 100%;
}
#tz_Flexslider2 .flexslider {
  border: none;
  box-shadow: none;
  margin: 0;
}
#tz_Flexslider2 .flexslider .flex-viewport {
  overflow: visible !important;
}
#tz_Flexslider2 .flexslider .slides > li {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.75);
  box-shadow: 0 0 6px rgba(0,0,0,0.75);
}
#tz_Flexslider2 .flexslider .slides > li .overlay {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -moz-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -o-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -webkit-backface-visibility: hidden;
}
#tz_Flexslider2 .flexslider .slides > li.flex-active-slide {
  z-index: 20;
}
#tz_Flexslider2 .flexslider .slides > li.flex-active-slide .overlay {
  opacity: 0;
  background: rgba(0,0,0,0.05);
  -webkit-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -moz-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -o-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  transition: all 1s cubic-bezier(0.68,0,0.265,1) 0s;
  -webkit-backface-visibility: hidden;
}
#tz_Flexslider2 .flex-direction-nav a {
  opacity: 1;
  width: 100%;
  height: auto;
  margin: 0;
  top: 0;
  bottom: 1px;
  text-indent: inherit;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  background-color: rgba(0,0,0,0.75);
  background-image: none;
}
#tz_Flexslider2 .flex-direction-nav a.flex-next {
  right: -100%;
}
#tz_Flexslider2 .flex-direction-nav a.flex-next span {
  left: 0;
  -webkit-border-radius: 0 106px 106px 0;
  -moz-border-radius: 0 106px 106px 0;
  border-radius: 0 106px 106px 0;
  border-left: none;
  background: url(../../../images/spa-next.png) center no-repeat rgba(0,0,0,0.4);
  width: 55px;
  height: 110px;
}
#tz_Flexslider2 .flex-direction-nav a.flex-prev {
  left: -100%;
}
#tz_Flexslider2 .flex-direction-nav a.flex-prev span {
  right: 0;
  -webkit-border-radius: 106px 0 0 106px;
  -moz-border-radius: 106px 0 0 106px;
  border-radius: 106px 0 0 106px;
  border-right: none;
  background: url(../../../images/spa-prev.png) center no-repeat rgba(0,0,0,0.4);
  width: 55px;
  height: 110px;
}
#tz_Flexslider2 .flex-direction-nav a:hover {
  background: rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
#tz_Flexslider2 .flex-direction-nav a span {
  position: absolute;
  top: 45%;
  -webkit-border-radius: 106px 0 0 106px;
  -moz-border-radius: 106px 0 0 106px;
  border-radius: 106px 0 0 106px;
  -webkit-box-shadow: 0 0 0 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 7px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 7px rgba(0,0,0,0.3);
  width: 122px;
  height: 122px;
}
#tz_Flexslider2 .flex-active-slide .sl-description {
  -moz-transform: scale(1) translateX(0px) translateY(0px);
  -webkit-transform: scale(1) translateX(0px) translateY(0px);
  -o-transform: scale(1) translateX(0px) translateY(0px);
  -ms-transform: scale(1) translateX(0px) translateY(0px);
  transform: scale(1) translateX(0px) translateY(0px);
  -webkit-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.68,0,0.265,1) 0.5s;
  transition: all 1s cubic-bezier(0.68,0,0.265,1) 0.5s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media {
  padding: 20px;
}
.owl-wrapper .owl-item .media .item_content {
  position: relative;
  width: 345px;
  height: 345px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  background: transparent;
  margin: auto;
}
.owl-wrapper .owl-item .media .item_content .image-box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
  box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewY(0deg);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media .item_content .image-box img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.owl-wrapper .owl-item .media .item_content .media-body {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border: none;
  padding: 0;
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
  -webkit-transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
  -o-transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
  -ms-transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
  transform: scale(0) rotate(0deg) translateX(200px) translateY(0px);
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media .item_content .media-body .media-info {
  padding: 47px;
}
.owl-wrapper .owl-item .media .item_content .media-body .media-info p {
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
  line-height: 27px;
}
.owl-wrapper .owl-item .media .item_content .media-body .media-info a {
  font-weight: 700;
  color: #fff;
  text-transform: none;
  display: block;
  margin-top: 16px;
}
.owl-wrapper .owl-item .media .item_content .media-body h3.media-heading {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin: 20px 0;
}
.owl-wrapper .owl-item .media .item_content:hover {
  background: #d31266;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
.owl-wrapper .owl-item .media .item_content:hover .image-box {
  -moz-transform: scale(1) rotate(180deg);
  -webkit-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  -ms-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.owl-wrapper .owl-item .media .item_content:hover .media-body {
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
  -webkit-backface-visibility: hidden;
}
.moduleoursevices h3.module-title {
  text-align: center;
  color: #d31266;
  margin-bottom: 45px;
}
.moduleoursevices h3.module-title span {
  font-size: 48px;
  border-bottom: 1px solid #d31266;
  border-top: none;
  padding: 0 0 48px;
}
div#tztwd-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#tztwd-container .tztwd-tweet-container {
  padding: 17px;
  font-size: 14px;
}
div#tztwd-container .tztwd-tweet-container img {
  width: 70px !important;
}
div#tztwd-container .tztwd-tweet-container .tztwd-tweet,
div#tztwd-container .tztwd-tweet-container .tztwd-tweet-data {
  padding-left: 90px !important;
  text-align: left;
}
div#tztwd-container .tztwd-tweet-container .tztwd-tweet a,
div#tztwd-container .tztwd-tweet-container .tztwd-tweet-data a {
  font-size: 14px;
}
div#tztwd-container .tztwd-tweet-container .tztwd-tweet-data {
  padding-top: 15px;
}
.tz_news .tz_item_default_spa {
  background: #fff;
  padding: 6px;
  border-right: 6px solid #d5d5d5;
  margin-bottom: 45px;
}
.tz_news .tz_item_default_spa .tz_image {
  margin-right: 20px;
}
.tz_news .tz_item_default_spa .info {
  padding-right: 20px;
}
.tz_news .tz_item_default_spa .info h4.tz_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 15px 0 13px;
}
.tz_news .tz_item_default_spa .info h4.tz_title a {
  color: #d31266;
}
.tz_news .tz_item_default_spa .info p {
  font-size: 14px;
  line-height: 1.8em;
  color: #000;
  margin: 15px 0 25px;
}
.tz_news .tz_item_default_spa .info .more_info {
  padding-right: 10px;
}
.tz_news .tz_item_default_spa .info .more_info .tz_hits {
  display: inline-block;
  color: rgba(0,0,0,0.4);
}
.tz_news .tz_item_default_spa .info .more_info .tz_hits i {
  color: rgba(0,0,0,0.4);
}
.tz_news .tz_item_default_spa .info .more_info .tz_readmore {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
.tz_news .tz_item_default_spa .info .more_info .tz_readmore a {
  color: #d31266;
}
.tz_news .tz_item_default_spa .date_spa span {
  color: #d31266;
  font-size: 14px;
  font-weight: 300;
  display: inline;
  font-style: normal;
}
.tz_news .tz_item_default_spa .date_spa span.new_space {
  padding-left: 5px;
}
.new_show_all_spa {
  margin-bottom: 45px;
  padding: 15px 0 0;
  text-align: center;
  border-top: 1px solid #d31266;
  position: relative;
  margin-top: 55px;
}
.new_show_all_spa .showall_box {
  background: none repeat scroll 0 0 #E5E5E5;
  display: inline-block;
  margin-top: -30px;
  padding: 5px;
  position: absolute;
}
.new_show_all_spa .showall {
  font-size: 14px;
  color: #fff;
  background: #d31266;
  text-transform: uppercase;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module-inner .fc {
  padding: 10px;
  background: #fff;
}
.module-inner .fc-header {
  background: #d31266;
  position: relative;
}
.module-inner .fc-header .fc-button-next {
  position: absolute;
  right: 0;
  top: 9px;
  box-shadow: none;
  border: none;
  background: none;
  color: #fff;
}
.module-inner .fc-header .fc-button-prev {
  position: absolute;
  left: 0;
  top: 9px;
  box-shadow: none;
  border: none;
  background: none;
}
.module-inner .fc-header .fc-button-prev span {
  color: #fff;
}
.module-inner .fc-header .fc-header-left,
.module-inner .fc-header .fc-header-center,
.module-inner .fc-header .fc-header-right {
  background: rgba(0,0,0,0.15);
  padding: 5px;
}
.module-inner .fc-header .fc-header-left h2,
.module-inner .fc-header .fc-header-center h2,
.module-inner .fc-header .fc-header-right h2 {
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
.module-inner .fc-border-separate thead th {
  background: #d31266;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
}
.module-inner .fc-border-separate tbody td {
  background: #f2f2f2;
  color: rgba(0,0,0,0.7);
  padding: 8px 0;
  border-color: #fff;
}
#tz-user2 .t3-module {
  margin-bottom: 40px;
}
#tz-top-wrapper .t3-module {
  margin-bottom: 0;
}
.item_description {
  font-size: 18px;
  line-height: 1.8em;
  color: #000;
}
.item_description h3 {
  font-size: 30px;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #000;
}
.item-pagebg_none .blog_description {
  background: none;
}
.item-pagebg_none .blog_description h1.TzArticleTitle {
  color: #000;
}
.item-pagebg_none .blog_description h2 {
  margin: 25px 0 20px 0;
}
.item-pagebg_none .blog_description p {
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}
.item-pagebg_none .blog_description .row [class*="col-md-"] p {
  background: #fff;
  padding: 35px 25px;
  line-height: 1.8em;
}
.btn-demo .btn {
  margin: 15px;
}
.TzDescription h5 {
  color: #414952;
  font-size: 14px;
  margin: 11px 0;
}
.bg-white {
  padding-top: 25px;
}
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5 {
  color: rgba(0,0,0,0.7);
}
.bg-white .quote {
  margin-left: 95px !important;
  background: #ebebeb !important;
  color: rgba(0,0,0,0.5) !important;
  width: auto !important;
  margin-right: 48px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 25px !important;
}
.bg-white p {
  padding: 28px 20px 28px 0 !important;
}
.blog_description .bg-global,
.blog_description .bg-white {
  padding: 35px 25px;
}
.blog_description .bg-global h1,
.blog_description .bg-global h2,
.blog_description .bg-global h3,
.blog_description .bg-global h4,
.blog_description .bg-global h5 {
  color: #fff;
}
.blog_description .bg-white > .container {
  padding: 0;
}
.blog_description .bg-white > .container > .row-fluid > div {
  padding: 0;
}
.blog_description .bg-white ul li {
  color: #404952;
}
div ul {
  list-style: none;
  margin: 20px 0 35px 20px;
}
div ul li {
  line-height: 2em;
}
div ul li i {
  font-size: 13px;
  padding-right: 10px;
}
p.trainer-quote {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.map-full {
  position: fixed;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.map-full iframe {
  border: 7px solid #fff !important;
}
.map-full-active {
  z-index: 9999;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.map-ovelay {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.map-ovelay-active {
  z-index: 999;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.moduleguest .owl-wrapper .owl-item .media .item_content {
  width: auto !important;
  height: auto !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.moduleguest .owl-wrapper .owl-item .media .item_content .image-box {
  width: 162px;
  height: 162px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.moduleguest .owl-wrapper .owl-item .media .item_content .media-body {
  position: relative;
  -moz-transform: scale(1) translateX(0px) translateY(0px);
  -webkit-transform: scale(1) translateX(0px) translateY(0px);
  -o-transform: scale(1) translateX(0px) translateY(0px);
  -ms-transform: scale(1) translateX(0px) translateY(0px);
  transform: scale(1) translateX(0px) translateY(0px);
  opacity: 1;
}
.moduleguest .owl-wrapper .owl-item .media .item_content .media-body .media-info {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.moduleguest .owl-wrapper .owl-item .media .item_content .media-body h3.media-heading {
  border-bottom: none;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 0;
  text-transform: none;
}
.moduleguest .owl-wrapper .owl-item .media .item_content .media-body p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
}
.moduleguest .owl-wrapper .owl-item .media .item_content:hover .image-box {
  opacity: 1;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.moduleheader {
  position: relative;
}
.customcontact strong {
  float: right;
  font-weight: normal;
}
div.customfeature {
  background: #eeeeee;
  text-align: center;
  padding: 50px 0;
}
div.customfeature p {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0 100px;
}
.item_description h3 {
  font-weight: normal;
}
#tz-user1 {
  padding-right: 25px;
}
#tz-user2 {
  padding-left: 25px;
}
@media (min-width: 979px) {
  .plazart-mainnav .navbar .btn-navbar {
    display: none !important;
  }
  .nav-collapse.collapse {
    display: block !important;
  }
}
@media (max-width: 979px) {
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    padding-left: 15px !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .navbar-nav > li > .dropdown-menu{
    width: 100% !important;
  }
  .in {
    padding-left: 20px;
  }
  #tz-menu {
    padding: 0;
  }
  .in ul li a {
    color: rgba(0,0,0,0.8) !important;
  }
  .in div.nav-child {
    padding-left: 10px !important;
  }
  body {
    overflow-y: hidden;
  }
  .plazart-megamenu ul li a {
    color: rgba(0,0,0,0.8);
  }
  .plazart-megamenu .dropdown-menu ul.mega-nav > li a:hover,
  .plazart-megamenu .dropdown-menu ul.mega-nav > li a:active,
  .plazart-megamenu .dropdown-menu ul.mega-nav > li a:focus {
    padding-left: 0 !important;
  }
  div.navbar-inner .in ul {
    width: 100%;
  }
  div.navbar-inner .in ul li {
    width: 100%;
    float: none;
  }
  div.navbar-inner .in ul li .mega-inner {
    padding: 0 !important;
  }
  div.navbar-inner .in ul li a {
    padding: 0 !important;
  }
  div.navbar-inner .in div.nav-child {
    border: 0 !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu .row {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .plazart-mainnav .nav li.dropdown.active > .dropdown-toggle,
  .plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle,
  .plazart-mainnav .navbar .nav > li > a:focus,
  .plazart-mainnav .navbar .nav > li > a:hover,
  .dropdown-menu .active > a,
  .dropdown-menu .active > a:hover,
  .dropdown-menu li > a:hover,
  .dropdown-menu li > a:focus,
  .dropdown-submenu:hover > a,
  .plazart-mainnav .nav li.dropdown.open > .dropdown-toggle,
  .plazart-mainnav .nav-collapse .dropdown-menu a:hover,
  .plazart-mainnav .nav-collapse .nav > li > a:hover {
    background: none repeat scroll 0 center rgba(0,0,0,0) !important;
    color: rgba(0,0,0,0.8) !important;
  }
}
@media (max-width: 1024px) {
  .jcarousel-wrapper li img{
    width: 100%;
  }
  .tz_news_pro_scroll .jcarousel-wrapper .control_nav{
    bottom: 0 !important;
  }
  body #tz-footer-wrapper {
    background: none repeat scroll 0 0 rgba(0,0,0,0.8) !important;
    padding: 20px 0 !important;
  }
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    -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);
    -ms-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;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #plazart-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: none;
    filter: Alpha(opacity=0);
    pointer-events: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    width: 270px;
    height: 100%;
    left: -270px;
    margin-left: 0;
    overflow-y: auto;
    position: absolute;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    height: auto;
    overflow: visible;
    padding-left: 0;
    padding-bottom: 50px;
    background: none;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-enabled #off-canvas-nav {
    z-index: 1001;
    pointer-events: auto;
    background-color: rgba(255,255,255,0.3);
  }
}
@media (min-width: 979px) and (max-width: 1024px) {
  .nav-collapse.collapse {
    display: block;
  }
  div.plazart-megamenu .col-md-4 {
    width: 30%;
  }
  nav#plazart-mainnav button {
    display: none;
  }
  div.plazart-megamenu .col-md-4 {
    width: 33.333% !important;
    float: left;
  }
  div.nav-child {
    max-width: 500px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  div.plazart-megamenu .col-md-4 {
    width: 33.333%;
  }
  .tz_news_pro_scroll .infomation_scroll {
    height: 600px !important;
  }
  .infomation_scroll .tz_image_scroll a img {
    width: 100% !important;
  }
  .plazart-mainnav .navbar .nav > li > a {
    padding: 41px 20px;
  }
}
.collapseing ul {
  width: 100%;
}
.collapseing ul li {
  width: 100%;
}
.collapseing ul li a {
  padding: 0 !important;
}
div.navbar-inner .in ul {
  width: 100%;
}
div.navbar-inner .in ul li {
  width: 100%;
  float: none;
}
div.navbar-inner .in {
  display: block !important;
}
div.navbar-inner .in ul li a {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .navbar-collapse-fixed-top .nav-collapse.in,
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    bottom: 0;
    overflow-y: auto;
    position: relative !important;
    top: 0px !important;
    width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  #tz-menu {
    padding: 10px;
  }
}
.collapse {
  visibility: visible;
}
.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  background-color: transparent;
  color: #333;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu li > a {
  clear: both;
  color: #333;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #08c;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: #08c;
  color: #fff;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.plazart-navhelper {
  background: #2f2f2f;
  color: #555;
}
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #555;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #555;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.plazart-mainnav .navbar {
  color: #777;
  margin-bottom: 0;
  margin-top: 0;
}
.plazart-mainnav .navbar-inner {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.plazart-mainnav .navbar .nav {
  margin: 10px;
  float: right;
}
.plazart-mainnav .navbar .nav > li > a {
  border: none;
  text-shadow: none;
  padding: 40px 18px;
  background: none;
  font-size: 18px;
  color: #d31266;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
  line-height: 28px;
}
.plazart-mainnav .navbar .nav > li > a:focus,
.plazart-mainnav .navbar .nav > li > a:hover {
  background-color: #d31266;
  text-shadow: none;
  outline: none;
  color: #ffffff;
}
.plazart-mainnav .navbar .nav > .active > a,
.plazart-mainnav .navbar .nav > .active > a:hover,
.plazart-mainnav .navbar .nav > .active > a:focus {
  color: #ffffff;
  text-shadow: none;
  background: #d31266;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.plazart-mainnav .navbar .btn-navbar {
  float: left;
  padding: 5px 10px;
  margin: 5px 20px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.plazart-mainnav .navbar .btn-navbar [class^="icon-"],
.plazart-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #777;
  text-shadow: none;
}
.plazart-mainnav .dropdown .caret {
  margin-left: 5px;
}
.plazart-mainnav .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.plazart-mainnav .dropdown-menu li > a {
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none;
}
.plazart-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.plazart-mainnav .dropdown-menu .disabled > a,
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.plazart-mainnav .nav li.dropdown.open > .dropdown-toggle {
  background-color: #08c;
  color: #fff;
}
.plazart-mainnav .nav li.dropdown.active > .dropdown-toggle,
.plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #08c;
  color: #fff;
}
.plazart-mainnav .nav li.dropdown > .dropdown-toggle .caret {
  display: none;
}
.plazart-mainnav .nav li.dropdown.open > .dropdown-toggle .caret,
.plazart-mainnav .nav li.dropdown.active > .dropdown-toggle .caret,
.plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle .caret {
  display: none;
}
.plazart-mainnav.vertical-nav {
  background: #222;
  position: fixed;
  width: 200px;
  margin-left: -220px;
  top: 40px;
  padding: 0 0 70px;
  z-index: 1013;
}
.plazart-mainnav.vertical-nav .navbar {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav > li {
  float: none;
  padding: 0 20px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a {
  border-top: 0;
  border-right: 0;
  padding: 41px 25px;
  border-bottom: 1px solid #2c2c2c;
  text-shadow: none;
  text-transform: uppercase;
  background: none;
  font-size: 18px;
  color: #d31266;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a .mega-caption {
  text-transform: none;
  color: #444;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid ;
  border-top: 4px solid transparent;
  margin-top: 5px;
  float: right;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid ;
  border-top: 4px solid transparent;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active > a,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:focus {
  border-bottom-color: #2c2c2c;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
  position: absolute;
  right: -5px;
  top: 20px;
}
.plazart-mainnav.vertical-nav .dropdown-menu {
  left: 100%;
  top: 0;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu {
  left: 200px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
@media (max-width: 767px) {
  .navbar-collapse-fixed-top,
  .navbar-collapse-fixed-bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .navbar-collapse-fixed-top .nav-collapse.in,
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    top: 40px;
    bottom: 0;
  }
  .navbar-collapse-fixed-top .nav-collapse.in > *,
  .navbar-collapse-fixed-bottom .nav-collapse.in > * {
    padding-bottom: 50px;
  }
  .navbar-collapse-fixed-bottom {
    bottom: 0;
    top: auto;
  }
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    top: 0;
    bottom: 40px;
  }
  .plazart-navhelper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .plazart-mainnav {
    background: #f2f2f2;
    border-top: 1px solid #e6e6e6;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .plazart-mainnav .navbar .btn-navbar {
    margin-bottom: 10px;
  }
  .plazart-mainnav .navbar .btn-navbar:hover {
    cursor: pointer;
  }
  .plazart-mainnav .nav-collapse {
    margin-top: 10px;
    background: #fff;
  }
  .plazart-mainnav .nav-collapse .nav {
    margin: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a,
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    font-weight: bold;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a:hover {
    background-color: #08c;
    background-image: none;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a:hover {
    background-color: #08c;
    background-image: none;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .plazart-mainnav.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:before,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:after,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu .divider {
    display: none;
  }
  .plazart-mainnav .customization {
    display: none;
  }
}
#tz-header-wrapper {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
#tz-header-wrapper.fixed-top {
  position: fixed;
  top: -12px;
  width: 100%;
  background: #FFF;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.fixed-top .plazart-mainnav .navbar .nav > li > a,
.plazart-mainnav .navbar .nav > li > a,
.fixed-top #tz-logo img,
#tz-logo img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.fixed-top #tz-menu,
.fixed-top #tz-logo img {
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.fixed-top #tz-logo img {
  margin-top: 5px;
}
#tz-header-wrapper.fixed-top {
  -webkit-transform: scaleY(0.8);
  -moz-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  -o-transform: scaleY(0.8);
  transform: scaleY(0.8);
}
p {
  margin: 0 0 10px;
}
p small,
p .small {
  font-size: 12px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  padding-bottom: 30px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 36px;
  line-height: 1.2em;
}
h1 small {
  font-size: 28px;
}
h2 {
  font-size: 30px;
  line-height: 1.2em;
}
h2 small {
  font-size: 21px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}
.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn:active {
  background: transparent;
  border-color: #d31266;
  color: #d31266;
}
.btn.btn-small {
  font-size: 10px;
  padding: 5px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-large {
  font-size: 18px;
  padding: 19px 30px;
}
div .bg-pink,
div div.progress .bg-pink {
  background: #d31266;
  color: #fff;
  border-color: #d31266;
}
div .bg-pink:hover,
div div.progress .bg-pink:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: #d31266;
  color: #fff;
}
div .bg-pink:active,
div div.progress .bg-pink:active {
  background: transparent;
  border-color: #d31266;
  color: #d31266;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div .bg-orange,
div div.progress .bg-orange {
  background: #ef5d36;
  color: #fff;
  border-color: #ef5d36;
}
div .bg-orange:hover,
div div.progress .bg-orange:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: #ef5d36;
  color: #fff;
}
div .bg-orange:active,
div div.progress .bg-orange:active {
  background: transparent;
  border-color: #ef5d36;
  color: #ef5d36;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div .bg-red,
div div.progress .bg-red {
  background: #ee3545;
  color: #fff;
  border-color: #ee3545;
}
div .bg-red:hover,
div div.progress .bg-red:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: #ee3545;
  color: #fff;
}
div .bg-red:active,
div div.progress .bg-red:active {
  background: transparent;
  border-color: #ee3545;
  color: #ee3545;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div .bg-green,
div div.progress .bg-green {
  background: #258404;
  color: #fff;
  border-color: #258404;
}
div .bg-green:hover,
div div.progress .bg-green:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: #258404;
  color: #fff;
}
div .bg-green:active,
div div.progress .bg-green:active {
  background: transparent;
  border-color: #258404;
  color: #258404;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div .bg-blue,
div div.progress .bg-blue {
  background: #2699f6;
  color: #fff;
  border-color: #2699f6;
}
div .bg-blue:hover,
div div.progress .bg-blue:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: #2699f6;
  color: #fff;
}
div .bg-blue:active,
div div.progress .bg-blue:active {
  background: transparent;
  border-color: #2699f6;
  color: #2699f6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div .bg-cyan,
div div.progress .bg-cyan {
  background: #04afc0;
  color: #fff;
  border-color: #04afc0;
}
div .bg-cyan:hover,
div div.progress .bg-cyan:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: #04afc0;
  color: #fff;
}
div .bg-cyan:active,
div div.progress .bg-cyan:active {
  background: transparent;
  border-color: #04afc0;
  color: #04afc0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div .bg-gray,
div div.progress .bg-gray {
  background: #898989;
  color: #fff;
  border-color: #898989;
}
div .bg-gray:hover,
div div.progress .bg-gray:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: #898989;
  color: #fff;
}
div .bg-gray:active,
div div.progress .bg-gray:active {
  background: transparent;
  border-color: #898989;
  color: #898989;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div .bg-none,
div div.progress .bg-none {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
div .bg-none:hover,
div div.progress .bg-none:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: #fff;
  color: #000;
}
div .bg-none:active,
div div.progress .bg-none:active {
  background: #fff;
  border-color: #fff;
  color: #d31266;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
div .bg-white,
div div.progress .bg-white {
  background: #fff;
}
div .bg-gray-light,
div div.progress .bg-gray-light {
  background: #dcdcdc !important;
}
div .bg-blue-light,
div div.progress .bg-blue-light {
  background: #dee2e5 !important;
}
div .bg-blue2,
div div.progress .bg-blue2 {
  background: #cbdae4 !important;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
.bg_global {
  background: #d31266;
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 20px;
}
.col1 {
  width: 10%;
}
.col15 {
  width: 15%;
}
.col2 {
  width: 20%;
}
.col25 {
  width: 25%;
}
.col3 {
  width: 30%;
}
.col35 {
  width: 35%;
}
.col4 {
  width: 40%;
}
.col45 {
  width: 45%;
}
.col5 {
  width: 50%;
}
.col55 {
  width: 55%;
}
.col6 {
  width: 60%;
}
.col65 {
  width: 65%;
}
.col7 {
  width: 70%;
}
.col75 {
  width: 75%;
}
.col8 {
  width: 80%;
}
.col85 {
  width: 85%;
}
.col9 {
  width: 90%;
}
.col10 {
  width: 100%;
}
div.alert {
  background: #ffe9ad;
  border: 1px solid #f89c1c;
  color: #f89c1c;
  margin: 22px 0 45px 0;
  padding: 20px 30px;
}
div.alert h4 {
  color: #f89c1c;
  margin: 5px 0 10px 0;
  display: none;
}
div.alert p {
  color: #f89c1c !important;
  padding: 0 !important;
}
div.alert a.close {
  top: 38%;
  font-size: 25px;
  color: #f89c1c;
  font-weight: bold;
  opacity: 1;
}
div.alert.alert-error {
  background: #fbdedd;
  border-color: #ee4748;
}
div.alert.alert-error p {
  color: #d34255 !important;
}
div.alert.alert-error a.close {
  top: 38%;
  color: #d34255;
}
div.alert.alert-success {
  background: #effeb9;
  border-color: #7ad761;
}
div.alert.alert-success p {
  color: #7ad761 !important;
}
div.alert.alert-success a.close {
  top: 38%;
  color: #7ad761;
}
div.alert.bg-gray-light {
  border: 1px solid #d4d4d4;
  color: #6b6b6b;
}
div.alert.bg-gray-light h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  color: rgba(0,0,0,0.7);
  margin: 0;
}
div.alert.bg-gray-light p {
  color: #6b6b6b !important;
  font-size: 14px;
  background: none !important;
  margin-bottom: 20px;
}
div.alert.bg-gray-light .btn {
  margin-right: 10px;
}
div.alert.bg-blue-light {
  border: 1px solid #d4d4d4;
  color: #6b6b6b;
}
div.alert.bg-blue-light h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  color: rgba(0,0,0,0.7);
  margin: 0;
}
div.alert.bg-blue-light p {
  color: #6b6b6b !important;
  font-size: 14px;
  background: none !important;
  margin-bottom: 20px;
}
div.alert.bg-blue-light .btn {
  margin-right: 10px;
}
div.alert.bg-blue2 {
  border: 1px solid #d4d4d4;
  color: #6b6b6b;
}
div.alert.bg-blue2 h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  color: rgba(0,0,0,0.7);
}
div.alert.bg-blue2 p {
  color: #6b6b6b !important;
  font-size: 14px;
  background: none !important;
  margin-bottom: 20px;
}
div.alert.bg-blue2 .btn {
  margin-right: 10px;
}
ul.tz-price-table {
  background: #fff;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
  list-style: none;
}
ul.tz-price-table li {
  padding: 30px 40px 0px;
  font-size: 16px;
  color: #494949;
  text-align: left;
}
ul.tz-price-table li i {
  color: #c8c8c8;
  font-size: 25px;
  padding-right: 10px;
}
ul.tz-price-table li.price-btn {
  text-align: center;
}
ul.tz-price-table li.price-btn a.btn {
  background: none;
  border-color: #727272;
  border-width: 2px;
  color: #000;
  margin-top: 10px;
}
ul.tz-price-table li.head {
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
ul.tz-price-table li.price {
  font-size: 62px !important;
  padding: 40px 20px;
  font-weight: 700;
  background: rgba(137,137,137,0.4);
  text-align: center;
}
ul.tz-price-table li.price p {
  background: none !important;
  font-size: 12px;
  color: #494949;
  padding: 3px 0 0 !important;
  font-weight: normal;
}
ul.tz-price-table li.price label {
  color: #4f4f4f;
  position: relative;
  top: -30px;
  font-size: 24px;
  display: inline;
  font-weight: 700;
}
ul.tz-price-table.price-special {
  background: #fff;
  padding-bottom: 70px;
}
ul.tz-price-table.price-special li.head {
  padding-top: 30px;
  margin-top: -20px;
}
ul.tz-price-table.price-special li a.btn {
  color: #d31266;
  border-color: #d31266;
}
ul.tz-price-table.price-special li.price {
  color: #fff;
}
ul.tz-price-table.price-special li.price label {
  color: #fff;
}
ul.tz-price-table.price-special li.price p {
  color: #fff;
}
.price-table-style2 ul.tz-price-table {
  float: left;
  padding-bottom: 0;
}
.price-table-style2 ul.tz-price-table li {
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(0,0,0,0.13);
  border-right: 1px solid rgba(0,0,0,0.13);
  padding: 15px 40px;
}
.price-table-style2 ul.tz-price-table li i {
  padding: 0 0 0 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #d95429;
  font-size: 18px;
  line-height: 17px;
}
.price-table-style2 ul.tz-price-table li.head {
  font-size: 12px;
  text-transform: none;
  border-right: none;
  padding: 6px 40px;
}
.price-table-style2 ul.tz-price-table li.price {
  font-size: 46px !important;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  padding: 5px 40px;
}
.price-table-style2 ul.tz-price-table li.price label,
.price-table-style2 ul.tz-price-table li.price p {
  color: #fff;
  top: auto;
}
.price-table-style2 ul.tz-price-table li.price label {
  font-weight: normal;
}
.price-table-style2 ul.tz-price-table li.price-btn {
  height: 30px;
}
.price-table-style2 ul.tz-price-table li.price-btn a.btn {
  margin: 0;
  background: #898989;
  padding: 5px 25px;
  border: none;
  color: #fff;
  text-transform: none;
  text-shadow: none;
}
.price-table-style2 ul.tz-price-table.table-title li {
  text-align: left;
}
.price-table-style2 ul.tz-price-table.table-title li.head {
  font-size: 18px;
  font-weight: 700;
  border-right: 1px solid rgba(0,0,0,0.13);
  line-height: 102px;
}
.price-table-style2 ul.tz-price-table.price-special li {
  border-color: transparent;
  color: #fff;
}
.price-table-style2 ul.tz-price-table.price-special li.head {
  margin: 0;
}
.price-table-style2 ul.tz-price-table.price-special li.price {
  border-color: rgba(0,0,0,0.13);
}
.price-table-style2 ul.tz-price-table.price-special li.price-btn a.btn {
  background: #fff;
  color: #d31266;
}
.price-table-style2 ul.tz-price-table.price-special li i {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
div.progress {
  height: 20px;
  margin-bottom: 27px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.progress .bar {
  background: #d31266;
}
.accordion .accordion-group {
  border-bottom: 1px solid #E5E5E5;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.accordion .accordion-group .accordion-heading {
  padding-left: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}
.accordion .accordion-group .accordion-heading a {
  color: rgba(0,0,0,0.7);
  font-size: 18px;
  padding: 15px 0;
  text-transform: uppercase;
}
.accordion .accordion-group .accordion-body {
  overflow: visible;
}
.accordion .accordion-group .accordion-body em {
  background: none repeat scroll 0 0 #93989c;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  height: 16px;
  left: 0px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: -35px;
  width: 16px;
  overflow: hidden;
}
.accordion .accordion-group .accordion-body em.one {
  display: block;
}
.accordion .accordion-group .accordion-body em.two {
  display: none;
}
.accordion .accordion-group .accordion-body.in em.two {
  display: block;
}
.accordion .accordion-group .accordion-inner {
  background: #fff;
  color: #414952;
  line-height: 1.8em;
  padding: 25px 35px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}
.accordion.accordion-color .accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.accordion.accordion-color .accordion-group .accordion-heading {
  background: none repeat scroll 0 0 #999999;
  border-radius: 0;
  padding-left: 55px;
}
.accordion.accordion-color .accordion-group .accordion-heading a {
  color: #FFFFFF;
}
.accordion.accordion-color .accordion-group em {
  background: #FFFFFF;
  color: #999999;
  left: 20px;
}
.tabbable {
  background: #fff;
}
.tabbable .nav-tabs {
  margin: 0;
  border: none;
}
.tabbable .nav-tabs li {
  margin: 0;
}
.tabbable .nav-tabs li a {
  outline: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 22px;
  background: #cecece;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: 4px solid #cecece;
  margin: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
.tabbable .nav-tabs li a:hover,
.tabbable .nav-tabs li a:active,
.tabbable .nav-tabs li a:focus {
  background: #fff;
  border: none;
  border-left: 4px solid #d31266;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  color: #000;
}
.tabbable .nav-tabs li.active a {
  border: none;
  border-left: 4px solid #d31266;
  background: #fff;
  color: #000;
}
.tabbable .nav-tabs li.active a:hover {
  border: none;
  border-left: 4px solid #d31266;
}
.tabbable .tab-content {
  padding-left: 20px;
}
.tabbable.circle-tabs {
  background: none;
}
.tabbable.circle-tabs ul.nav-tabs {
  margin-right: 40px;
}
.tabbable.circle-tabs ul.nav-tabs li a {
  outline: none;
  height: 108px;
  width: 108px;
  font-size: 24px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #d31266;
  line-height: 108px;
  background: none;
  color: #d31266;
  margin-bottom: 45px;
}
.tabbable.circle-tabs ul.nav-tabs li a:hover {
  border: 4px solid #d31266;
  background: #d31266;
  color: #fff;
}
.tabbable.circle-tabs ul.nav-tabs li.active a {
  border: 4px solid #d31266;
  background: #d31266;
  color: #fff;
}
.tabbable.circle-tabs ul.nav-tabs li.active a:hover {
  border: 4px solid #d31266;
  background: #d31266;
  color: #fff;
}
.tabbable.circle-tabs .tab-content p {
  padding-bottom: 0;
}

ul.nav-tabs {
  margin: 0;
  border: none;
}
ul.nav-tabs li a {
  outline: none;
  padding: 25px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #cecece;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  border-top: 4px solid #cecece;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
ul.nav-tabs li a:hover,
ul.nav-tabs li a:active,
ul.nav-tabs li a:focus {
  background: #fff;
  color: #000;
  border-top: 4px solid #d31266;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
ul.nav-tabs li.active a {
  background: #fff;
  color: #000;
  border: none;
  border-top: 4px solid #d31266;
}
ul.nav-tabs li.active a:hover {
  background: #fff;
  color: #000;
  border: none;
  border-top: 4px solid #d31266;
}
.tz-mainmenu-toggle {
  display: none;
}
img {
  max-width: 100%;
}
div.imgcaption {
  max-width: 100% !important;
}
.btn-toolbar {
  clear: both;
}
.article-index + .btn-toolbar {
  clear: left;
}
aside .btn-group > .dropdown-toggle {
  padding: 0 !important;
}
.btn.btn-primary [class^="icon-"] {
  margin-top: -1px;
  opacity: 1;
}
a [class^="icon-"] {
  margin-top: -3px;
}
.label,
.badge {
  vertical-align: text-top !important;
}
.well {
  background: #fff;
}
.nav-pills li:hover a {
  background: #5990de;
  color: #fff;
}
.form-actions {
  background: #fff;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  top: 2px;
}
.btn-group.open .btn.dropdown-toggle,
.btn.dropdown-toggle {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[class*="span"]:first-child {
  margin-left: 0 !important;
}
[class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}
.breadcrumb > li:first-child {
  margin-right: 10px;
}
table {
  clear: both;
}
aside .dropdown-menu {
  min-width: 80px !important;
}
.list-striped {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style-type: none;
  margin: 0;
  padding: 3px;
}
.list-striped li {
  padding: 7px 10px;
}
.list-striped li:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover {
  background-color: #f5f5f5;
}
.navbar .btn-navbar {
  background-color: #E8E8E8;
  background-image: linear-gradient(to bottom,#F2F2F2,#D9D9D9);
  background-repeat: repeat-x;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 0 rgba(255,255,255,0.075);
  color: #FFFFFF;
  display: none;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
  display: block;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.container {
  border: none;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.container-fluid > .row .col-lg-12 {
  padding: 0;
}
.collapse {
  visibility: visible;
}
@media (max-width: 1024px) {
  .plazart-mainnav .navbar .btn-navbar {
    display: block;
  }
  .nav-collapse.collapse {
    display: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .plazart-mainnav .navbar .nav > li > a {
    padding: 37px 15px;
    font-size: 15px;
  }
  #tz-users-wrapper .span9,
  #tz-users-wrapper .span3 {
    width: 100%;
  }
  .media-body p {
    font-size: 16px;
  }
  .TzCustom_desc img {
    margin: 30px 20px;
  }
  .tz-quote .quote-info {
    padding: 42px 36px 33px 35px;
    font-size: 15px;
    height: auto;
  }
  .ch-item:hover .quote-info {
    transform: none;
    backface-visibility: visible;
  }
  #feature #tz_Flexslider #slider .sl-description {
    bottom: 30px;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title {
    padding: 15px 30px;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title a {
    font-size: 30px;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title span {
    font-size: 20px;
  }
  #tz_Flexslider2 .sl-description h3.caption-title a {
    font-size: 30px;
  }
  #tz_Flexslider2 .sl-description h3.caption-title span {
    font-size: 20px;
  }
  .owl-wrapper .owl-item .media .item_content .media-body h3.media-heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .owl-wrapper .owl-item .media .item_content .media-body .media-info {
    padding: 22px;
  }
  .owl-wrapper .slide .infomation h3.tz_title a {
    font-size: 20px;
  }
  .tz-dropdown .tz-dropdown-content ul li {
    padding: 0 30px;
  }
  .tz-mainmenu-toggle {
    display: inline-block;
  }
  div.tz-custom-paralax {
    height: 620px;
  }
  .tz-main-menu {
    float: none;
  }
  .tz-main-menu ul.nav-child {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
  }
  .tz-main-menu > ul {
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px !important;
  }
  .tz-main-menu > ul > li:first-child > a {
    border-top: none !important;
  }
  .tz-main-menu ul li {
    border: none !important;
    line-height: 28px !important;
    min-height: 28px !important;
  }
  .tz-main-menu ul li a,
  .tz-main-menu ul li li a,
  .tz-main-menu ul li ul li a {
    border-top: 1px solid #e5e5e5;
    color: #777 !important;
    font-weight: normal !important;
    line-height: 28px !important;
    margin: 0 !important;
    min-height: 28px !important;
  }
  .tz-main-menu ul li a {
    font-size: 13px;
    padding: 0 15px !important;
  }
  .tz-main-menu ul li a:active,
  .tz-main-menu ul li a:focus,
  .tz-main-menu ul li a:hover {
    background: #f5f5f5 !important;
    color: #585656 !important;
  }
  .tz-main-menu ul li li a {
    font-size: 12px;
    padding-left: 30px !important;
  }
  .tz-main-menu ul li li li a {
    font-size: 11px;
    padding-left: 40px !important;
  }
  .tz-main-menu ul li li li li a {
    font-size: 10px;
    padding-left: 50px !important;
  }
  .tz-main-menu ul ul {
    background: #fff;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    width: 100%;
  }
  .tz-big-header {
    font-size: 80px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .tz-small-header {
    font-size: 18px;
  }
  .tz-buttons {
    padding: 60px 0;
  }
  .tz-blue-button,
  .tz-yellow-button {
    font-size: 24px;
    font-weight: 300;
    height: 48px;
    line-height: 49px;
    margin-left: 25px;
    padding: 0 36px;
  }
  .tz-medium-header {
    font-size: 30px;
  }
  #tz-download-btn {
    width: 130px;
  }
  .blog_description {
    padding: 30px;
  }
  .modulepull-left {
    margin-right: 20px;
  }
  .modulepull-left p {
    font-size: 10px;
    line-height: 15px;
  }
  .search form {
    margin: 0;
    height: 17px;
  }
  .search form i {
    font-size: 10px;
    margin-right: 10px;
  }
  .search form input#mod-search-searchword {
    width: 40%;
    height: 16px;
    line-height: 20px;
    float: left;
  }
  .plazart-mainnav {
    background: none;
    border: none;
    position: relative;
  }
  .plazart-mainnav .container {
    padding: 0;
  }
  .plazart-mainnav .navbar .btn-navbar {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: medium none;
    box-shadow: none;
    color: #D31266;
    float: right;
    font-size: 30px;
    margin: 10px 0 0;
    text-shadow: none;
  }
  #tz_Flexslider2 {
    width: 100%;
  }
  #feature #tz_Flexslider #slider {
    margin-bottom: 75px;
  }
  #feature #tz_Flexslider #slider .sl-description {
    bottom: auto;
    top: 100%;
    padding: 15px 0 10px;
    background: #d31266;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    border: none;
    line-height: 20px;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title a {
    font-size: 18px;
  }
  #feature #tz_Flexslider #slider .sl-description h3.caption-title span {
    font-size: 12px;
  }
  #feature #tz_Flexslider #slider .flex-control-nav {
    display: none;
  }
  #feature #tz_Flexslider #slider .flex-direction-nav a {
    height: 40px;
    width: 40px;
  }
  #feature #tz_Flexslider #slider .flex-direction-nav a:hover {
    background-color: rgba(0,0,0,0.4) !important;
  }
  #feature #tz_Flexslider #slider .flex-direction-nav a.flex-prev {
    background: url("../../../images/flex-prev.png") no-repeat scroll center center / 8px auto rgba(0,0,0,0.4);
    bottom: -55px;
    left: 0;
    margin: 0;
    top: auto;
  }
  #feature #tz_Flexslider #slider .flex-direction-nav a.flex-next {
    background: url("../../../images/flex-next.png") no-repeat scroll center center / 8px auto rgba(0,0,0,0.4);
    bottom: -55px;
    right: 0;
    margin: 0;
    top: auto;
  }
  section#tz-spotlight-wrapper {
    padding: 20px 0 !important;
  }
  .moduleevent .flexslider {
    margin-bottom: 20px;
  }
  .moduleevent .flexslider .infomation_slider .left-info .tz_date {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    width: 100%;
  }
  .moduleevent .flexslider .infomation_slider .left-info .tz_date span.day {
    font-size: 30px;
    margin-bottom: 0;
  }
  .moduleevent .flexslider .infomation_slider .right-info {
    padding-left: 0;
  }
  .moduleevent .flexslider .infomation_slider .right-info .info {
    padding: 20px;
  }
  .moduleevent .flexslider .infomation_slider p {
    font-size: 14px;
  }
  .moduleevent .flex-direction-nav {
    top: 30px;
    width: 100%;
    text-align: left;
  }
  .moduleevent .flex-direction-nav a.flex-next {
    position: absolute;
    right: 15px !important;
    top: 0;
  }
  .moduleevent .flex-direction-nav a.flex-prev {
    left: 15px !important;
    position: absolute;
    top: 0;
  }
  .owl-wrapper .slide {
    padding: 0;
  }
  .module-inner h3.module-title {
    font-size: 24px;
    text-align: center;
  }
  .mod_tz_news .tz_news .tz_item_default {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .mod_tz_news .tz_news .tz_item_default .infomation_default {
    padding: 0 !important;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special {
    margin-bottom: 20px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info {
    padding: 20px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info .tz_title a {
    font-size: 16px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info span {
    font-size: 11px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info p {
    font-size: 12px;
    padding: 0 0 20px;
  }
  .mod_tz_news .tz_news .tz_item_default.tz_item_special .info .tz_readmore a {
    padding: 5px 20px;
  }
  .totop {
    float: none;
    font-size: 0;
    left: 43%;
    position: absolute;
    bottom: -9px;
  }
  #footer p {
    text-align: center;
    padding-bottom: 0px;
  }
  #tz-footer2 {
    position: relative;
  }
  #tz-logo {
    float: left;
    margin: 0 !important;
    max-width: 50% !important;
  }
  #tz-feature {
    margin-top: 0 !important;
  }
  .TzCustom_desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 5px;
  }
  div.tz-custom-paralax {
    height: auto !important;
  }
  .para-background {
    background-position: center !important;
  }
  .modulecontact p {
    text-align: center;
  }
  .owl-wrapper .owl-item .media {
    padding: 0;
  }
  .moduleguest .owl-wrapper .owl-item .media .item_content .media-body h3.media-heading {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.5em;
  }
  .moduleguest .owl-wrapper .owl-item .media .item_content .media-body .media-info {
    border: none;
    padding-bottom: 0;
  }
  .moduleguest .owl-wrapper .owl-item .media .item_content .media-body p {
    font-size: 14px;
  }
  .moduleguest .navigation a {
    background-size: 50% !important;
  }
  .tz_news .tz_item_default_spa {
    border: none;
  }
  .tz_news .tz_item_default_spa .tz_image {
    width: 100%;
    margin: 0;
  }
  .tz_news .tz_item_default_spa .tz_image img {
    width: 100%;
    margin: 0;
  }
  .tz_news .tz_item_default_spa .info {
    clear: both;
    padding: 20px;
  }
  ul.social-link li span {
    margin-left: 5px;
  }
  #tz-bottom-wrapper .t3-module {
    margin-bottom: 20px;
  }
  .TzCustom_desc img {
    margin: 10px 20px;
    width: 120px;
  }
  #TzContent .element.tz_feature_item .TzInner .TzInner-content .TzPortfolioMedia,
  #TzContent .element.tz_feature_item .TzInner .TzInner-content .TzPortfolioFulltext {
    width: 100%;
  }
  #TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext {
    padding: 0 15px 25px 15px;
  }
  #TzContent .element .TzInner .TzPortfolioFulltext .inner-fulltext ul li {
    font-size: 14px;
    line-height: 2em;
    padding: 10px 15px;
  }
  .blog_description .TzBlogTitle,
  .blog_description h1.TzArticleTitle {
    font-size: 30px;
  }
  .item-page .blog_description .TzDescription p {
    font-size: 14px;
    padding-top: 10px;
  }
  .blog_description .TzArticleBlogInfo span {
    font-size: 12px;
  }
  #topsl #tz-topsl1 {
    width: 100% !important;
  }
  #topsl #tz-topsl1 .tz-quote {
    height: auto;
  }
  #topsl #tz-topsl1 .ch-item .ch-info {
    display: none;
  }
  #topsl #tz-topsl2 {
    width: 100% !important;
  }
  div.swiper-container {
    height: 460px;
  }
  .swiper-slide .swiper-desc {
    margin: 25px;
    padding: 10px 0 60px;
    font-size: 13px;
  }
  .plazart-mainnav .nav-collapse {
    margin-top: 0;
  }
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .row-fluid > .span12.mega-col-nav:last-child .mega-inner {
    padding: 0 20px;
  }
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .row-fluid > .span12.mega-col-nav:last-child .mega-inner .mega-nav {
    padding-left: 10px;
  }
  .plazart-mainnav .nav-collapse .nav li.dropdown.active > .dropdown-toggle,
  .plazart-mainnav .nav-collapse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
  }
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .mega-col-nav.column-center .mega-inner,
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .last-col .mega-inner,
  .plazart-mainnav .nav-collapse .mega-dropdown-inner .row-fluid > div:last-child .mega-inner {
    padding-left: 20px;
  }
  .plazart-mainnav .nav-collapse .nav > li > a,
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    font-weight: normal;
  }
  .plazart-mainnav .nav-collapse .mega-nav .mega-group > .mega-group-title,
  .plazart-mainnav .nav-collapse .dropdown-menu ul.mega-nav .mega-group > .mega-group-title,
  .plazart-mainnav .nav-collapse .dropdown-menu .active ul.mega-nav .mega-group > .mega-group-title {
    padding-bottom: 10px;
  }
  /*.always-show .mega > .mega-dropdown-menu,*/
  /*.always-show .dropdown-menu {*/
    /*display: block !important;*/
  /*}*/
  #off-canvas-nav .nav-collapse.collapse {
    display: block;
  }
  #off-canvas-nav .nav-collapse.collapse .nav li {
    float: none;
  }
  #off-canvas-nav .nav-collapse.collapse .navbar-nav {
    float: none;
  }
  .off-canvas div#off-canvas-nav {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    bottom: 0;
    box-shadow: 0 0 10px;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 999999;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    bottom: 0;
    overflow-y: scroll;
  }
  .item-pagebg_none .blog_description {
    padding: 30px 0;
  }
  div.moduleheader {
    min-height: 200px;
  }
  div.moduleheader img {
    height: 200px;
    max-width: none;
    min-height: 0;
    min-width: 0;
    position: relative;
  }
  .customcontact strong {
    float: none;
  }
  #tz-logo {
    z-index: 9999;
    position: relative;
  }
  .exit-cavas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: none;
  }
}
@media (max-width: 970px) {
  .plazart-megamenu.animate .mega > .mega-dropdown-menu {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .row-fluid .span12,
  .row-fluid .span6,
  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span2 {
    clear: both;
    float: none;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 768px !important;
  }
  #tz-user2{
    padding-bottom: 50px;
  }
  .tz_news_pro_scroll .infomation_scroll{
    height: 100% !important;
  }
  .infomation_scroll .tz_image_scroll a{
    width: 100%;
    display: block;
  }
  .infomation_scroll .tz_image_scroll a img{
    width: 100%;
  }
  [class*="span"]:after {
    clear: both;
    content: "";
    display: block;
  }
  [class*="span"] {
    margin-top: 20px;
  }
  [class*="span"]:first-child {
    margin-top: 0;
  }
  .tz-article .article-header {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  #tz-header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body > footer .nav {
    padding: 14px 0;
    width: 100%;
  }
  body > footer .nav li {
    clear: both;
    display: block;
    text-align: left;
    width: 100%;
  }
  body > footer .nav {
    border-bottom: 1px solid #e5e5e5;
  }
  body > footer .tz-copyrights,
  body > footer .tz-toplink {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #tz-social-icons {
    display: none !important;
  }
  body > header > .row {
    text-align: center;
  }
  body {
    padding: 0;
  }
  body > header #mod-search-searchword {
    float: none;
    margin: 0 auto;
  }
  #tz-main .container-fluid #sidebar {
    margin: 0 !important;
    width: 100% !important;
  }
  #tz-main .container-fluid #sidebar .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left !important;
    padding: 0 10px !important;
    width: 50%;
  }
  .tz-big-header {
    font-size: 56px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .tz-small-header {
    font-size: 16px;
  }
  .tz-buttons {
    padding: 30px 0;
  }
  .tz-blue-button,
  .tz-yellow-button {
    font-size: 18px;
    font-weight: 300;
    height: 32px;
    line-height: 33px;
    margin-left: 16px;
    padding: 0 24px;
  }
  .tz-medium-header {
    font-size: 24px;
  }
  .container-fluid .row-fluid .tz-demo-content,
  .container-fluid .row-fluid .tz-demo-content.span4 {
    float: none !important;
    margin: 0 auto !important;
    max-width: 360px !important;
    width: 100% !important;
  }
  #tz-download-btn {
    width: 100px;
  }
  .tz-main-menu {
    padding: 0 20px;
    position: absolute;
    right: 28px;
    top: 85px;
    left: 50px;
    z-index: 9999;
  }
  .tz-headline .custom a.bg-1 {
    margin-bottom: 10px;
  }
  div.TzBlog div.TzBlogInner h3.TzBlogTitle a,
  div.TzItemPage h2.TzArticleTitle a,
  div.TzPortfolioItemPage h2.TzArticleTitle a {
    font-size: 24px !important;
  }
  #tz-component .TzBlog .TzBlogInner,
  div.TzItemPage .TzItemPageInner,
  div.TzPortfolioItemPage .TzItemPageInner,
  div.TzItemPage .TzArticleInfo,
  div.TzPortfolioItemPage .TzArticleInfo {
    padding-right: 0 !important;
  }
  div.tz-inner {
    padding: 30px 20px 27px !important;
  }
  #tz-footer .tz-inner {
    padding: 20px !important;
  }
  #tz-framework-logo {
    margin: auto;
    float: none !important;
    clear: both;
  }
  a,
  a:active,
  a:hover {
    text-decoration: none;
  }
  .tz-headline h2 {
    line-height: 36px;
  }
  .container-fluid div.row-fluid .span2 {
    max-width: 100% !important;
  }
  div#TzContent #tz_options ul li {
    display: inline !important;
  }
  div#tz_options,
  div#portfolio {
    float: none;
    width: 100%;
  }
  div#TzContent div.tz_item .TzInner {
    margin-left: 0;
    margin-right: 0;
  }
  div#timeline .TzDate {
    padding-left: 0;
  }
  div.tz-mainmenu-toggle a {
    margin-top: 3px;
  }
  .contact {
    width: 100%;
  }
  .contact .contact-address-box {
    margin-top: 0;
  }
  div.contact-form {
    padding: 0 !important;
  }
  .contact-form .control-group .controls input,
  .contact-form .control-group .controls textarea {
    padding: 0 5% !important;
    width: 90% !important;
  }
  div.form-actions {
    padding-left: 0;
  }
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
  }
  .bottom_info .TzCreatedby {
    float: none;
    text-align: center;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner {
    text-align: center;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner .TzLikeQuestion {
    display: none;
  }
  .bottom_info .tz_portfolio_like_button .TzLikeButtonInner > div {
    display: inline;
  }
  .bottom_info .tz_portfolio_like_button {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  div#tz_Flexslider2 {
    width: 100% !important;
    margin-bottom: 90px;
  }
  div#tz_Flexslider2 .sl-description {
    background: #d31266;
    bottom: auto;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px 5px 10px;
    text-align: center;
  }
  div#tz_Flexslider2 .sl-description h3.caption-title {
    font-size: 18px;
    line-height: 1em;
  }
  div#tz_Flexslider2 .sl-description h3.caption-title a {
    font-size: 18px;
  }
  div#tz_Flexslider2 .sl-description h3.caption-title span {
    font-size: 12px;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-prev,
  div#tz_Flexslider2 .flex-direction-nav a.flex-next {
    width: 30px;
    top: auto;
    left: 15px;
    border-radius: 50%;
    height: 30px;
    bottom: -50px;
    overflow: visible;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-prev span,
  div#tz_Flexslider2 .flex-direction-nav a.flex-next span {
    border-radius: 50%;
    bottom: 0;
    height: 30px;
    right: 0;
    top: auto;
    width: 30px;
    background-size: 24%;
  }
  div#tz_Flexslider2 .flex-direction-nav a.flex-next {
    left: auto;
    right: 15px;
  }
  .new_show_all_spa .showall_box {
    left: 41%;
  }
  div.customfeature p {
    padding: 0 30px;
  }
  #tz-top1 {
    width: 72% !important;
    padding-top: 5px;
  }
  #tz-top2 {
    width: 26% !important;
    float: right !important;
    clear: none !important;
  }
  .plazart-mainnav .navbar .btn-navbar {
    margin-top: 10px;
  }
  #tz-logo {
    max-width: 50% !important;
  }
  #tz-menu {
    width: 150px !important;
    clear: none;
    float: right !important;
  }
  #tz-footer1 {
    width: 100% !important;
    text-align: center;
  }
  .owl-wrapper .slide .infomation .tz_image img {
    min-height: 100%;
  }
  .container #tz-message-area {
    width: 100%;
  }
  .hiden-tablet {
    display: none;
  }
    .plazart-megamenu .dropdown-menu .mega-group .nav-child .mega-nav > li a{
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
  .row-fluid .span12,
  .row-fluid .span6,
  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span2 {
    clear: both;
    float: none;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 480px !important;
  }
  .container-fluid .row-fluid .span2 {
    max-width: 240px !important;
  }
  .tz-article .article-header {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .item-page aside {
    float: none;
    position: static;
    width: 100%;
  }
  .tz-article {
    clear: both;
    margin-left: 0 !important;
    min-height: 120px;
    font-size: 13px;
    line-height: 23px !important;
  }
  .item-page time {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 52px;
    padding: 6px;
    text-align: center;
    background: #ffb251;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-left: 0;
  }
  .item-page time span {
    display: block;
    font-size: 18px;
    line-height: 0;
  }
  .article-info {
    float: left;
    margin: 0 0 10px 10px;
    text-align: left;
    font-size: 11px;
  }
  .article-info dt,
  .article-info dd {
    float: left;
    margin: 0 0 3px 5px;
  }
  .article-info dt {
    clear: both;
  }
  .contact .thumbnail {
    display: block;
    float: none;
    margin: 20px 0;
  }
  .contact .form-horizontal .control-label {
    text-align: left;
  }
  .tz-big-header {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 0px;
  }
  .tz-small-header {
    font-size: 12px;
  }
  .tz-buttons {
    padding: 20px 0 0 0;
  }
  .tz-blue-button,
  .tz-yellow-button {
    font-size: 14px;
    font-weight: 300;
    height: 24px;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 16px;
  }
  .tz-medium-header {
    font-size: 18px;
  }
  #tz-download-btn {
    width: 80px;
  }
  .new_show_all_spa .showall_box {
    left: 37%;
  }
  div.moduleheader {
    min-height: 120px;
  }
  div.moduleheader img {
    height: 150px;
    max-width: none;
    min-height: 0;
    min-width: 0;
    position: relative;
  }
  #tz-top1 {
    width: 100% !important;
    padding-top: 0;
  }
  .hidden-phone {
    display: none;
  }
}
.plazart-megamenu .mega-nav .mega-group > .mega-group-title span, .plazart-megamenu .dropdown-menu ul.mega-nav .mega-group > .mega-group-title span, .plazart-megamenu .dropdown-menu .active ul.mega-nav .mega-group > .mega-group-title span{
  display: block;
}
.tz_title_slide.caption-title p{
  color: #ffffff;
  font-size: 50px;
  text-decoration: none;
  text-transform: uppercase;
}
/*shotcode*/

.tabbable ul.nav-tabs{
    clear: both;
  float:  left;
}
.tabbable .nav-tabs li{
  float: none;
}
.tabbable.tabs-left{
  display: inline-block;
}
.tabbable.tabs-left .tab-content{
  overflow: auto;
}
.collapse {
  position: relative;
  transition: height 0.35s ease 0s;
  color: #000000;
}
.panel-group.style1{
  margin-bottom: 60px;
}
.style1 .panel-default > .panel-heading{
  background-color: #e5e5e5 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.style2 .panel-default,.style1 .panel-default{
  border: 0;
  box-shadow: none;
}
.style2 .panel-default > .panel-heading{
  background-color: #999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.style2 .panel-heading h4 a{
  color: #ffffff;
  font-size: 18px;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 300;
}
.style1 .panel-heading h4 a{
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 300;
}
/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/**
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org
 *------------------------------------------------------------------------------
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plazart-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.plazart-megamenu .mega-inner:before,
.plazart-megamenu .mega-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.plazart-megamenu .mega-inner:after {
  clear: both;
}
.plazart-megamenu .row-fluid + .row-fluid {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.plazart-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.plazart-megamenu .mega.open > .mega-dropdown-menu,
.plazart-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.plazart-megamenu .mega-group {
  *zoom: 1;
}
.plazart-megamenu .mega-group:before,
.plazart-megamenu .mega-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.plazart-megamenu .mega-group:after {
  clear: both;
}
.plazart-megamenu .mega-nav .mega-group > .mega-group-title,
.plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.plazart-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.plazart-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.plazart-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.plazart-megamenu .mega-nav .mega-group > .mega-group-title:active,
.plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.plazart-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.plazart-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.plazart-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.plazart-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.plazart-megamenu .mega-group-ct:before,
.plazart-megamenu .mega-group-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.plazart-megamenu .mega-group-ct:after {
  clear: both;
}
.plazart-megamenu .mega-group-ct > .row-fluid > [class*="span"] > .mega-inner {
  padding: 0;
}
.plazart-megamenu .span12.mega-col-nav .mega-inner {
  padding: 5px;
}
.plazart-megamenu .mega-nav,
.plazart-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plazart-megamenu .mega-nav > li,
.plazart-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.plazart-megamenu .mega-nav > li a,
.plazart-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
}
.plazart-megamenu .mega-group > .mega-nav,
.plazart-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.plazart-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.plazart-megamenu .plazart-module {
  margin-bottom: 10px;
}
.plazart-megamenu .plazart-module .module-title {
  margin-bottom: 0;
}
.plazart-megamenu .plazart-module .module-ct {
  margin: 0;
  padding: 0;
}
.plazart-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.plazart-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.plazart-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.plazart-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.plazart-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.plazart-megamenu .mega-align-justify {
  position: static;
}
.plazart-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.plazart-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.plazart-megamenu .nav .caret,
.plazart-megamenu .dropdown-submenu .caret,
.plazart-megamenu .mega-menu .caret {
  display: none;
}
.plazart-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.plazart-megamenu .nav [class^="icon-"],
.plazart-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}


@media (min-width: 768px) {
  .plazart-megamenu.animate .mega > .mega-dropdown-menu {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .plazart-megamenu.animate .mega.animating > .mega-dropdown-menu {
    display: block!important;
  }
  .plazart-megamenu.animate .mega.open > .mega-dropdown-menu,
  .plazart-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .plazart-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    transform: scale(0, 0);
    transform-origin: 20% 20%;
    -webkit-transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -ms-transform: scale(0, 0);
    -ms-transform-origin: 20% 20%;
    -o-transform: scale(0, 0);
    -o-transform-origin: 20% 20%;
  }
  .plazart-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .plazart-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
  }
  .plazart-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0, 1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0, 1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0, 1);
    -o-transform-origin: 10% 0;
  }
  .plazart-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .plazart-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .plazart-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  .plazart-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .plazart-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .plazart-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .plazart-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}

#tz-footer-wrapper a {
    color:white;
}