﻿@font-face {
  font-family: OswaldLight;
  src: url(../../../images/fonts/OswaldLight/Oswald-Light.ttf);
}
@font-face {
  font-family: OpenSans;
  src: url(../../../images/fonts/OpenSans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: RalewayLight;
  src: url(../../../images/fonts/Raleway-Light.otf);
}
@font-face {
  font-family: RalewaySemiBold;
  src: url(../../../images/fonts/Raleway-SemiBold.otf);
}
@font-face {
  font-family: RalewayRegular;
  src: url(../../../images/fonts/Raleway-Regular.otf);
}
@font-face {
  font-family: RalewayExtraLight;
  src: url(../../../images/fonts/Raleway-ExtraLight.otf);
}
@font-face {
  font-family: RalewayBold;
  src: url(../../../images/fonts/Raleway-Bold.otf);
}
@font-face {
  font-family: Oswald;
  src: url(../../../images/fonts/Oswald-Regular.otf);
}
@font-face {
  font-family: OpenSansBold;
  src: url(../../../images/fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: Oswald;
  src: url(../../../images/fonts/Oswald-Regular.otf);
}
@font-face {
  font-family: OpenSansSemiboldItalic;
  src: url(../../../images/fonts/OpenSans-SemiboldItalic.ttf);
}
@font-face {
  font-family: OpenSansSemibold;
  src: url(../../../images/fonts/OpenSans-Semibold.ttf);
}
@font-face {
  font-family: OpenSansLight;
  src: url(../../../images/fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: RalewayMedium;
  src: url(../../../images/fonts/Raleway-Medium.otf);
}
@font-face {
  font-family: 'tz_start';
  src: url('../../../images/fonts/iconmoons/tz_start.eot?gni0kt');
  src: url('../../../images/fonts/iconmoons/tz_start.eot?#iefixgni0kt') format('embedded-opentype'), url('../../../images/fonts/iconmoons/tz_start.woff?gni0kt') format('woff'), url('../../../images/fonts/iconmoons/tz_start.ttf?gni0kt') format('truetype'), url('../../../images/fonts/iconmoons/tz_start.svg?gni0kt#tz_start') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="tz-start-"],
[class*=" tz-start-"] {
  font-family: 'tz_start';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tz-start-pinterest:before {
  content: "\e602";
}
.tz-start-flickr4:before {
  content: "\e77c";
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #666 !important;
  border-top-color: #666 !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
.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-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 {
  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: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 {
  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-square:before,
.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-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-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";
}
#tz-header-wrapper #header,
#tz-header-blog-wrapper #header {
  padding: 0;
}
#tz-header-wrapper .navbar,
#tz-header-blog-wrapper .navbar {
  float: right;
  margin-bottom: 0;
}
#tz-layout_default-wrapper {
  font-size: 100%;
}
#tz-bootstrapbutton-wrapper #tz-headline {
  border-top: 1px solid #eee;
  padding: 35px 0;
}
#tz-bootstrapbutton-wrapper #tz-headline .custom {
  text-align: center;
}
#tz-bootstrapbutton-wrapper #tz-mass-top {
  border-top: 1px solid #eee;
  padding: 35px 0 7px;
}
#tz-bootstrapbutton-wrapper #tz-mass-top h2 {
  font-size: 50px;
}
#tz-bootstrapbutton-wrapper #tz-mass-top .custom {
  text-align: center;
}
#tz-bottom-wrapper {
  margin-bottom: 30px;
}
#tz-bottom-wrapper .custom {
  text-align: center;
}
#tz-download-wrapper {
  padding: 35px 0;
  background: #eee;
}
#tz-download-wrapper .custom {
  text-align: center;
}
#tz-footer-wrapper {
  background: #15161c;
  color: #eee;
  padding: 0 0 57px 0;
}
#tz-footer-wrapper #tz-footer2 .custom {
  text-align: right;
}
.blogs,
.component,
.purchase,
.milestones,
.our_team,
.about,
.footer,
.tzcopyright {
  position: relative;
  z-index: 5;
}
.loading {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}
#loading img {
  width: 64px;
  height: 64px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  z-index: 11001;
}
.decor-title {
  font-family: 'NovecentosanswideBold', Arial, sans-serif;
  font-size: 7.5em;
  position: absolute;
  width: 100%;
  z-index: 0;
  color: #f7f6f4;
  left: 0;
}
.title-desc {
  color: #444444;
  font: 1.4em/2em RalewayLight, Arial, sans-serif;
  letter-spacing: 0.03em;
  margin: 0 auto;
  text-align: center;
  width: 810px;
}
.man,
.woman {
  border: 3px solid #F7F6F4;
  left: 50%;
  margin-left: -63px;
  position: absolute;
  top: -63px;
  z-index: 10;
}
.icon-border {
  border: 3px solid #f5bd51;
  border-radius: 50px;
  height: 94px;
  position: relative;
  width: 94px;
}
ul li {
  list-style: none;
}
button.button-inverse {
  background: none repeat scroll 0 0 #f5bd51;
  border-color: #f5bd51;
  color: #FFFFFF;
}
button.button-inverse a {
  color: #FFFFFF;
}
button.button-inverse:hover {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border-color: #000000;
  color: #000000;
}
button.button-inverse:hover a {
  color: #000000;
}
.hits i {
  color: #f5bd51;
  padding-right: 5px;
}
.boxtitle {
  color: #5a6168;
  font: 1em Oswald, OpenSans, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
i.decor {
  color: #f7f6f4;
  position: absolute;
  z-index: 0;
}
.backstretch {
  z-index: 4 !important;
}
#homepage {
  color: #fff;
  padding: 0;
  height: 732px;
  width: 100%;
  position: relative;
  background-size: cover;
}
#big-video-wrap {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
.overlay {
  background: url("../../../images/overlays/5.png") repeat scroll 0 0 rgba(0,0,0,0);
}
.overlay,
.overlay-color {
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
#homepage .overlay-color {
  opacity: 0.81;
}
.offer .overlay-color,
.features .overlay-color {
  opacity: 0.6;
}
#contact .overlay-color {
  background: none repeat scroll 0 0 #101118;
  opacity: 0.8;
  
}
.overlay-color {
  background: none repeat scroll 0 0 #000000;
}
header.nav-shadow,
section.nav-shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
header.fixed-top,
section.fixed-top {
  position: fixed;
  top: 0;
  z-index: 999991;
}
.homepage-inner {
  color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 26%;
  width: 450px;
  z-index: 100;
}
.since {
  font: 1.125em OpenSans, sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.slogan {
  font-family: 'NovecentosanswideLight', Arial, sans-serif;
  font-size: 5.5em;
  line-height: 68px;
}
.site-name {
  border-bottom: 1px solid #FFFFFF;
  color: #f5bd51;
  font-family: 'NovecentosanswideMedium', Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.6em;
  line-height: 79px;
  padding-bottom: 10px;
  text-indent: 7px;
}
.desc {
  font: 0.9375em OpenSans, sans-serif;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
#button-scroll {
  bottom: 25px;
  display: block;
  height: 50px;
  left: 50%;
  margin-left: -38px;
  position: absolute;
  text-align: center;
  width: 76px;
  z-index: 5;
}
#button-scroll a:hover {
  color: #f5bd51;
}
#button-scroll a {
  color: #FFFFFF;
  font: 1em OswaldLight, sans-serif;
  letter-spacing: 0.08em;
  -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;
}
a,
a:hover {
  text-decoration: none;
}
#button-scroll img {
  margin-top: 10px;
}
#homepage hr {
  bottom: 1px;
  height: 1px;
  margin: 0;
  position: absolute;
  width: 100%;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #f5bd51;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 3px 0 0;
  margin-top: 30px;
  position: relative;
  width: 100px;
  z-index: 5;
}
#fullslide {
  margin: 0;
}
#tz-fullslide {
  padding: 0;
}
.since span:before {
  margin-right: 1.5em;
  right: 59%;
}
.since span:after {
  left: 59%;
  margin-left: 1.5em;
}
.since span:before,
.since span:after {
  border-bottom: 1px solid #FFFFFF;
  content: "";
  height: 0.3em;
  margin-top: -0.2em;
  position: absolute;
  top: 50%;
  width: 250px;
}
.header {
  background: none repeat scroll 0 0 #000000;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1000;
  -webkit-transition: position 1s ease 0s;
  -moz-transition: position 1s ease 0s;
  -o-transition: position 1s ease 0s;
  transition: position 1s ease 0s;
  -webkit-backface-visibility: hidden;
}
#tzlogo {
  display: block;
  height: 17px;
  margin-top: 29.5px;
  width: 89px;
}
button i {
  margin-left: 13px;
}
.about {
  /*background: none repeat scroll 0 0 #FFFFFF;*/
 
    width: 100%;
    height: 100%;
    background-image: url(http://spatulato.com/images/WorkSample/9.jpg);
    background-size: 100% 100%;
  
}
.about #tz-aboutus {
  padding: 0;
}
.about button {
  margin-top: 80px;
  display: inline-block;
}
.about #tz-about-head,
.about #tz-about-body,
.about #tz-about-foot {
  padding: 0;
}
.about .custom {
  text-align: center;
  padding:40px;
}
.title-big {
  padding-top: 100px;
  text-align: center;
}
.title-big h1 {
  color: #000000;
  font-family: 'NovecentosanswideBold', Arial, sans-serif;
  font-size: 3em;
  margin: 40px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.title-big h1 span {
  color: #f5bd51;
  font-family: NovecentosanswideNormal, sans-serif;
  font-size: 1.5rem;
  vertical-align: middle;
}
.subtitle {
  color: #555555;
  font-family: RalewayLight;
  font-size: 1.375em;
  margin: 0;
  position: relative;
  z-index: 1;
}
p {
  color: #424242;
  font-family: RalewayLight, sans-serif;
  letter-spacing: 0.05em;
}
p.history {
  line-height: 28px;
  margin: 80px auto 0px;
  text-align: center;
  width: 750px;
  font-size:16px;
}
.boxes {
  margin: 20px auto 0;
}
.boxes .box {
  margin: 20px auto;
}
.boxes .box-inner {
  border-bottom: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
  padding: 35px 20px 30px;
  -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;
}
.boxes .box-inner:hover {
  background: none repeat scroll 0 0 #FAFAFA;
  border-color: #FAFAFA;
}
.boxes .box-inner > span.fa-stack {
  background: none repeat scroll 0 0 #f5bd51;
  border-radius: 50px;
  height: 80px;
  margin-bottom: 5px;
  width: 80px;
}
.boxes .box-inner .fa-fw {
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  top: 50%;
  width: 32px;
}
.boxes .box-inner a {
  color: #f5bd51;
  font: 0.8125em/1.75em RalewayRegular, Arial, sans-serif;
}
.boxes .box-inner a:hover {
  color: #808080;
}
.boxes h4 {
  font: 1.1em/1.5em RalewaySemiBold, Arial, sans-serif;
}
.boxes p {
  font: 0.875em/1.75em RalewayLight, Arial, sans-serif;
  padding: 1px 0;
  color: #424242;
  letter-spacing: 0.05em;
}
.button {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000;
  display: block;
  font-family: RalewayBold, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.06em;
  line-height: 34px;
  margin: 100px auto;
  overflow: hidden;
  padding: 3px 20px 3px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-backface-visibility: hidden;
  z-index: 10;
}
button:hover {
  background: none repeat scroll 0 0 #f5bd51;
  border-color: #f5bd51;
  color: #FFFFFF;
}
.row.title {
  padding-bottom: 50px;
  margin-bottom: 0 !important;
}
h1.title-smooth {
  color: #FFFFFF;
  font-family: Oswald, sans-serif;
  font-size: 1.875em;
  letter-spacing: 0.05em;
  margin-top: 0;
  padding-top: 80px;
  position: relative;
  text-align: center;
  z-index: 5;
}
h1.title-smooth span {
  color: #f5bd51;
}
#tz-offer-head {
  padding-bottom: 105px;
}
.offer .container {
  padding-bottom: 90px;
}
.offer .container > .row {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.offer p {
  color: #FFF2F2;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  padding-top: 5px;
  font-family: RalewayLight, sans-serif;
}
.offer span.fa-stack {
  background: none repeat scroll 0 0 #f5bd51;
  border-radius: 50px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 80px;
}
.offer .fa {
  color: #000000;
}
.offer .fa-cloud-download,
.offer .fa-retweet,
.offer .fa-leaf {
  margin-left: -19px;
}
.offer .fa-fw {
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  top: 50%;
  width: 32px;
}
.our_team {
/*  background: none repeat scroll 0 0 #F7F6F4;*/
   /*background: none repeat scroll 0 0 #FFFFFF;*/
 
    width: 100%;
    height: 100%;
    background-image: url(http://spatulato.com/images/WorkSample/9.jpg);
    background-size: 100% 100%;
}
.our_team #tz-team-head,
.our_team #tz-team-body {
  padding: 0;
}
.our_team #tz-team-body {
  padding-bottom: 100px;
  padding-top: 100px;
}
.our_team .decor-title {
  color: #ECECEC;
}
.our_team figure {
  height: 290px;
  overflow: hidden;
  position: relative;
  width: 270px;
}
.member {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 40px auto;
  overflow: hidden;
  width: 270px;
}
.member i.decor {
  bottom: 50px;
  font-size: 6em;
  right: 45px;
}
.member .fa-fw {
  margin-left: 10px;
  margin-top: 10px;
  width: 20px;
}
.member .team-social-icons {
  bottom: -40px;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.member .team-social-icons a {
  color: #AAACAC;
  font-size: 1.25em;
  margin-left: 15px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-backface-visibility: hidden;
}
.member .team-social-icons a:first-child {
  margin-left: 0;
}
.member .team-social-icons a:hover {
  color: #f5bd51;
}
.member .member-content {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 3px solid #f5bd51;
  margin-top: -10px;
  padding: 0;
  position: relative;
}
.member .member-content h4 {
  color: #2B2B2B;
  font: 1em RalewaySemiBold, Arial, sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 20px 20px 4px;
}
.member .member-content p {
  color: #6B6B6B;
  font: 0.75em/1.9em RalewayExtraLight, Arial, sans-serif;
  letter-spacing: 0.06em;
  padding: 20px 20px 15px;
  position: relative;
  z-index: 1;
}
.member .member-content .job {
  font-family: RalewayLight, Arial, sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.06em;
  padding-left: 20px;
}
.member .icon-border i {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-backface-visibility: hidden;
}
.member:hover {
  cursor: pointer;
}
.member:hover .member-content {
  background: none repeat scroll 0 0 #f5bd51;
  color: #FFFFFF;
}
.member:hover .member-content p,
.member:hover .member-content h4 {
  color: #FFFFFF !important;
}
.member:hover .member-mask {
  opacity: 0.4;
}
.member:hover .border-wrap {
  opacity: 1;
  top: 50%;
}
.member:hover i.decor {
  opacity: 0;
}
.member:hover .team-social-icons {
  bottom: 40px;
  opacity: 1;
}
.member-mask {
  background: none repeat scroll 0 0 #000000;
  height: 545px;
  margin-left: 111px;
  opacity: 0;
  position: absolute;
  -moz-transform: rotate(42.9deg);
  -webkit-transform: rotate(42.9deg);
  -o-transform: rotate(42.9deg);
  -ms-transform: rotate(42.9deg);
  transform: rotate(42.9deg);
  -webkit-transition: 0.7s ease 0s;
  -moz-transition: 0.7s ease 0s;
  -o-transition: 0.7s ease 0s;
  transition: 0.7s ease 0s;
  -webkit-backface-visibility: hidden;
  width: 522px;
}
.border-wrap {
  left: 50%;
  margin-left: -26px;
  margin-top: -24px;
  opacity: 0;
  position: absolute;
  top: -100px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-backface-visibility: hidden;
}
.border-wrap .icon-border {
  border: 2px solid #f5bd51;
  border-radius: 40px;
  height: 46px;
  position: relative;
  width: 46px;
}
.border-wrap .icon-border span.fa-stack {
  background: none repeat scroll 0 0 #f5bd51;
  border-radius: 40px;
  height: 38px;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.features #tz-feature {
  padding-bottom: 110px;
  background-size: cover;
  overflow: visible;
}
.features .container {
  padding-top: 70px;
}
.links {
  display: block;
  margin: 30px auto 50px;
  position: relative;
  text-align: center;
  z-index: 10;
  font-size:16px;
}
.links a {
  color: #8D8C8C;
  display: inline-block;
  position: relative;
}
.links a .fa-circle-o {
  color: #8D8C8C;
  font-size: 16px;
}
.links a .fa-circle {
  color: #f5bd51;
  font-size: 8px;
  left: 50%;
  margin: -4.55px 0 0 -4px;
  position: absolute;
  top: 50%;
  width: 8px;
}
.links a .feature-name {
  font: 0.8em Oswald, Arial, sans-serif;
  letter-spacing: 0.06em;
  margin-left: -100px;
  position: absolute;
  top: -25px;
  width: 200px;
}
.links hr {
  border-color: #8D8C8C;
  border-width: 1px;
  display: inline-block;
  margin: -3px 6px 0 10px;
  vertical-align: middle;
  width: 178px;
}
.links hr:last-child {
  display: none;
}
.content-slider .slides li {
  list-style: none;
}
.content-slider .slides .feature-content {
  z-index: 5;
}
.content-slider .slides .feature img {
  position: absolute;
  right: 50%;
  z-index: 9;
}
.content-slider .slides .feature img.style1 {
  bottom: 90px;
}
.content-slider .slides .feature img.style2 {
  bottom: -70px;
  right: 60%;
  width: 300px;
}
.content-slider .slides .feature img.style3 {
  bottom: -100px;
}
.content-slider .slides .feature h1 {
  color: #C5C3C3;
  font: 1.7em RalewaySemiBold, Arial, sans-serif;
  letter-spacing: 0.06em;
  text-align: left;
}
.content-slider .slides .feature hr {
  border-width: 2px;
  margin: 45px 0;
  text-align: left;
}
.content-slider .slides .feature p {
  color: #F1EBEB;
  font: 1em/1.9em RalewayLight, Arial, sans-serif;
  text-align: left;
}
.content-slider .slides .feature p:last-of-type {
  margin-top: 30px;
}
.content-slider .slides .feature .button {
  border-color: #f5bd51;
  margin: 0;
}
.content-slider .slides .feature .button a,
.content-slider .slides .feature .button i {
  color: #f5bd51;
}
.content-slider .slides .feature .button i {
  margin-left: 13px;
  margin-top: -2px;
  vertical-align: middle;
}
.content-slider .slides .feature .button:hover a,
.content-slider .slides .feature .button:hover i {
  color: #ffffff;
}
.milestones {
  background: #F7F6F4;
  min-height: 850px;
}
.milestones h1.title-smooth {
  color: #444444;
  padding-top: 110px;
}
.milestones .customers {
  margin: 0 auto;
  text-align: center;
}
.milestones .customer-wrap {
  display: inline-block;
  padding: 20px 120px;
  position: relative;
}
.milestones .customer-wrap:first-child {
  padding-left: 0;
}
.milestones .customer:before,
.milestones .customer5 .customer:after {
  border: 1px solid #D7D7D7;
  content: "";
  height: 1px;
  position: absolute;
  width: 130px;
}
.milestones div.customer1 {
  top: 190px;
}
.milestones div.customer1 .data {
  background: none repeat scroll 0 0 #F7C262;
}
.milestones div.customer1 .img-circle {
  border-color: #F7C262;
}
.milestones div.customer1 .arrow-up {
  border-bottom-color: #F7C262;
}
.milestones div.customer2 {
  padding-left: 140px;
  padding-right: 110px;
  top: 260px;
}
.milestones div.customer2 .customer:before {
  bottom: 70px;
  left: -145px;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.milestones div.customer2 .data {
  background: none repeat scroll 0 0 #63C6AE;
}
.milestones div.customer2 .img-circle {
  border-color: #63C6AE;
}
.milestones div.customer2 .arrow-up {
  border-bottom-color: #63C6AE;
}
.milestones div.customer3 {
  top: 100px;
}
.milestones div.customer3 .img-circle {
  border-color: #EA6153;
}
.milestones div.customer3 .data {
  background: none repeat scroll 0 0 #EA6153;
}
.milestones div.customer3 .arrow-up {
  border-bottom-color: #EA6153;
}
.milestones div.customer4 {
  top: 300px;
}
.milestones div.customer4 .customer:before {
  bottom: 145px;
  left: -125px;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.milestones div.customer4 .img-circle {
  border-color: #4AA3DF;
}
.milestones div.customer4 .data {
  background: none repeat scroll 0 0 #4AA3DF;
}
.milestones div.customer4 .arrow-up {
  border-bottom-color: #4AA3DF;
}
.milestones div.customer5 {
  top: 160px;
}
.milestones div.customer5 .img-circle {
  border-color: #EC005F;
}
.milestones div.customer5 .data {
  background: none repeat scroll 0 0 #EC005F;
}
.milestones div.customer5 .arrow-up {
  border-bottom-color: #EC005F;
}
.milestones div.customer5 .customer:after {
  bottom: -10px;
  right: -140px;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.milestones .customer {
  position: absolute;
}
.milestones .customer:before {
  bottom: -30px;
  left: -130px;
  -moz-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.milestones .customer .data {
  border-radius: 6px;
  bottom: 0;
  color: #FFFFFF;
  font: 0.85em/2.7em OpenSansBold, Arial, sans-serif;
  height: 30px;
  left: 50%;
  letter-spacing: 0.02em;
  margin-bottom: -55px;
  margin-left: -67px;
  position: absolute;
  text-align: center;
  width: 134px;
}
.milestones .customer .img-circle {
  border: 2px solid #000000;
}
.milestones .customer .arrow-up {
  border-bottom: 6px solid #F7C262;
  border-left: 6px solid rgba(0,0,0,0);
  border-right: 6px solid rgba(0,0,0,0);
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: -5px;
  width: 0;
}
.purchase {
  background: none repeat scroll 0 0 #FFFFFF;
  height: auto;
  padding-top: 80px;
}
.purchase .iphones .col_center img {
  margin-top: 40px;
}
.purchase .iphones img {
  cursor: pointer;
  display: block;
  margin-top: 100px;
  position: relative;
  -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;
}
.purchase .iphones img:hover {
  margin-top: 40px;
}
.purchase-footer {
  background: none repeat scroll 0 0 #F7F6F4;
  bottom: 0;
  padding: 60px 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.purchase-footer p {
  color: #444444;
  font: 1.7em RalewayLight, Arial, sans-serif;
  text-align: center;
}
.purchase-footer .buttons {
  margin: 0 auto;
  width: 372px;
}
.purchase-footer .buttons .button {
  margin: 30px auto 0;
  display: inline-block;
}
.purchase-footer .buttons .button i {
  margin-left: 13px;
}
.purchase-footer .buttons .button:last-of-type {
  margin-left: 20px;
}
#tz-main-body-wrapper.component {
  padding: 0 !important;
  background: #ffffff !important;
}
#tz-main-body-wrapper.component .no-float {
  float: none;
}
#tz-main-body-wrapper.component .center-block {
  display: block;
  -moz-padding-start: 0;
  margin: 120px auto 50px;
  text-align: center;
}
#tz-main-body-wrapper.component .center-block a {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: RalewayBold, Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  margin-left: 3px;
  padding: 8px 15px;
  -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;
  text-transform: uppercase;
}
#tz-main-body-wrapper.component .center-block a i {
  padding-right: 5px;
}
#tz-main-body-wrapper.component .center-block a:first-of-type {
  margin-left: 0;
}
#tz-main-body-wrapper.component .center-block a.selected {
  background: none repeat scroll 0 0 #f5bd51;
  border: 1px solid #f5bd51;
  color: #fff;
}
#tz-main-body-wrapper.component .center-block a:hover {
  border: 1px solid #f5bd51;
}
#load-more {
  margin: 105px auto 120px;
}
#load-more.tzNomore {
  width: 30%;
}
#load-more:hover {
  background: none repeat scroll 0 0 #f5bd51;
  border-color: #f5bd51;
  color: #fff;
}
#load-more:focus {
  outline: none;
  text-decoration: none;
  color: #000000;
}
#tz_append #infscr-loading {
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
}
.element {
  padding: 0;
  margin: 0;
}
.element .TzInner {
  background: none repeat scroll 0 0 #000;
  overflow: hidden;
  position: relative;
  padding: 0;
  height: 350px;
  margin: 15px;
}
.element .TzInner:hover div.cover,
.element .TzInner:hover .cover .cover-inner,
.element .TzInner:hover .cover a {
  opacity: 1;
}
.element .TzInner:hover .cover .photo-name,
.element .TzInner:hover .cover .photo-cat,
.element .TzInner:hover .cover a.zoom {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.element .TzInner:hover img {
  opacity: 0.3;
  -moz-transform: scale(2) rotate(45deg);
  -webkit-transform: scale(2) rotate(45deg);
  -o-transform: scale(2) rotate(45deg);
  -ms-transform: scale(2) rotate(45deg);
  transform: scale(2) rotate(45deg);
}
.element .TzInner .TzPortfolioMedia {
  margin: 0;
}
.element .TzInner img {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  max-width: none;
  position: relative;
}
.element .TzInner .cover a.zoom {
  opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(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;
}
.element .TzInner .cover {
  opacity: 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;
  background: none repeat scroll 0 0 #000;
  text-align: center;
  padding: 0;
}
.element .TzInner .cover a.zoom {
  background: none repeat scroll 0 0 rgba(255,255,255,0.2);
  border-radius: 70px;
  bottom: 20px;
  color: #c6c4c4;
  font: 3.75em/50px OpenSansLight, Arial, sans-serif;
  height: 50px;
  letter-spacing: 0.04em;
  opacity: 0;
  padding: 0 10px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-backface-visibility: hidden;
  width: 50px;
  z-index: 11;
}
.element .TzInner .cover a.zoom:hover {
  color: #f5bd51;
}
.element .TzInner .cover .photo-name {
  opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(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;
  color: #fff;
  font: 1.05em Oswald, sans-serif;
  letter-spacing: 0.04em;
  margin: 0;
}
.element .TzInner .cover .photo-name a {
  color: #fff;
}
.element .TzInner .cover .photo-cat {
  opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(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;
  color: #f5bd51;
  font: 0.85em OpenSansSemiBold, Arial, sans-serif;
  letter-spacing: 0.04em;
  margin-top: -3px;
  text-transform: uppercase;
}
.element .TzInner .cover-inner {
  background: none repeat scroll 0 0 rgba(255,255,255,0.17);
  border-radius: 72px;
  height: 142px;
  left: 50%;
  margin: -71px 0 0 -71px;
  opacity: 0;
  padding-top: 15.5%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-backface-visibility: hidden;
  width: 142px;
  z-index: 11;
}
.blogs {
  background: #f7f6f4;
  padding-bottom: 140px;
}
.blogs .woman {
  border: 5px solid #fff;
  margin-left: -65px;
  top: -65px;
}
.blogs h1.title-smooth {
  color: #444444;
  padding-top: 110px;
}
.blogs figure {
  height: 275px;
  width: auto;
  overflow: hidden;
}
.blogs #recentblog #tz-blog {
  padding: 0px;
}
.blogs #recentblog .row {
  margin: 100px 0 0;
}
.blogs .blog {
  overflow: hidden;
}
.blogs .blog .image {
  position: relative;
  height: auto;
  overflow: visible;
}
.blogs .blog a.blog-icon-border-wrap {
  bottom: -23px;
  left: 50%;
  margin-left: -23.5px;
  position: absolute;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-backface-visibility: hidden;
  z-index: 15;
}
.blogs .blog:hover a.blog-icon-border-wrap {
  bottom: 50%;
  margin-bottom: -23px;
}
.blogs .blog:hover .mask {
  opacity: 0.4;
  right: -288px;
  top: 127px;
  -moz-transform: rotate(143deg);
  -webkit-transform: rotate(143deg);
  -o-transform: rotate(143deg);
  -ms-transform: rotate(143deg);
  transform: rotate(143deg);
}
.blogs .blog i.decor {
  bottom: 70px;
  font-size: 8.5em;
  right: 45px;
  color: #f7f6f4;
  position: absolute;
  z-index: 0;
}
.blogs .blog img {
  width: 100%;
  position: relative;
}
.blogs .blog .icon-border {
  border: 2px solid #f5bd51;
  border-radius: 40px;
  height: 46px;
  position: relative;
  width: 46px;
}
.blogs .blog .icon-border i:hover {
  color: #000;
}
.blogs .blog span.fa-stack {
  background: none repeat scroll 0 0 #f5bd51;
  border-radius: 40px;
  height: 38px;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.blogs .blog .fa-fw {
  margin-left: 10px;
  margin-top: 10px;
  width: 20px;
}
.blogs .blog-content {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 3px solid #f5bd51;
  position: relative;
  z-index: 10;
}
.blogs .blog-content .blog-title {
  font: 0.94em NovecentosanswideBold, Arial, sans-serif;
  letter-spacing: 0.02em;
}
.blogs .blog-content .blog-title a {
  color: #2b2b2b;
  text-transform: uppercase;
}
.blogs .blog-content p {
  color: #868585;
  font: 0.82em/1.9em RalewayLight, Arial, sans-serif;
  letter-spacing: 0.04em;
  padding: 10px 0px;
  position: relative;
  z-index: 1;
}
.blogs .data {
  padding: 0;
  position: relative;
  z-index: 1;
}
.blogs .data li {
  color: #969593;
  display: inline-block;
  font: 0.75em RalewayLight, Arial, sans-serif;
  letter-spacing: 0.02em;
  padding-left: 20px;
}
.blogs .data li .comment {
  padding-bottom: 20px;
}
.blogs .data li:first-of-type {
  padding-left: 0;
}
.blogs .mask {
  border-bottom: 390px solid #000;
  border-left: 390px solid transparent;
  border-right: 390px solid transparent;
  height: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: 10;
}
.TzContact.container {
  position: relative;
  z-index: 5;
}
#message-sent-false,
#message-sent {
  display: none;
}
.error-color {
  color: #f5bd51;
  font-size: 1.3em;
  margin-bottom: 40px;
  text-align: center;
}
.contact hr + p {
  color: #fff;
  font-family: RalewayMedium, Arial, sans-serif;
  margin-bottom: 170px;
  position: relative;
  z-index: 99;
}
.contact .button {
  border-color: #fff;
  border-radius: 0;
  color: #f5bd51;
  margin: 70px auto;
  width: 100%;
}
.contact .button:hover {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border-color: #f5bd51;
  color: #fff;
}
.contact input.form-control,
.contact textarea.form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border-color: -moz-use-text-color -moz-use-text-color #fff;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  color: #fff;
  font-family: RalewayLight, Arial, sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.02em;
  padding: 20px;
}
.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.contact input:focus,
.contact textarea:focus {
  border-color: #f5bd51;
  box-shadow: none;
  outline: 0 none;
}
.contact textarea.form-control {
  margin-top: 20px;
}
.contact input.form-control {
  height: 56px;
}
.logos {
  display: block;
  height: auto;
  overflow: hidden;
  padding-bottom: 160px;
  padding-top: 90px;
  position: relative;
  width: 100%;
  z-index: 100;
}
.logos .img-wrap {
  margin: 0 auto;
  text-align: center;
}
.logos img {
  display: inline-block;
  margin-left: 74px;
  text-align: center;
}
.logos img:first-of-type {
  margin-left: 0;
}
.no-float {
  float: none;
}
#tz-footer_totop {
  position: relative;
}
a.back {
  color: #f5bd51;
  font: 0.85em OpenSansBold, Arial, sans-serif;
  height: 86px;
  left: 50%;
  margin-left: -43px;
  position: absolute;
  text-align: center;
  top: -22.5px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-backface-visibility: hidden;
  width: 86px;
  z-index: 11;
}
a.back img {
  margin-bottom: 2px;
}
a.back:hover {
  color: #efefef;
  margin-top: 5px;
}
ul.contacts {
  color: #45464c;
  margin-top: 40px;
}
ul.contacts li {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
ul.contacts li:first-of-type {
  padding-left: 0;
}
ul.contacts li:before {
  font-family: FontAwesome;
  font-size: 2.5em;
  left: 50%;
  margin-left: -5px;
  padding-bottom: 0.5em;
  position: absolute;
  top: -58px;
}
ul.contacts li.tel:before {
  content: "\f095";
}
ul.contacts li.email:before {
  content: "\f003";
}
ul.contacts li.location:before {
  content: "\f041";
}
.footer_body {
  padding-top: 105px;
}
.footer_copyright {
  padding: 0;
}
.icon-wrap {
  background: none repeat scroll 0 0 #232427;
  display: inline-block;
  height: 48px;
  margin-left: 10px;
  position: relative;
  width: 48px;
}
.icon-wrap a.facebook,
.icon-wrap a.twitter,
.icon-wrap a.linkedin,
.icon-wrap a.tumblr,
.icon-wrap a.flickr,
.icon-wrap a.pinterest {
  background-position: 0 0;
  display: block;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -11px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  width: 36px;
}
.icon-wrap a i {
  color: #aaacac;
  font-size: 24px;
}
.icon-wrap a i:hover {
  color: #f5bd51;
}
.copyright {
  bottom: 2px;
  color: #fff;
  font-size: 0.6em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 50;
}
.copyright a {
  color: #f5bd51;
}
a.back.single {
  top: 35px;
}
.header-blog {
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  top: 0;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 999991;
}
#topbody h1.title-smooth {
  color: #444444;
  padding-top: 55px;
}
.side-box,
.blog-author {
  background: none repeat scroll 0 0 #fff;
  border-bottom-right-radius: 14px;
  border-top-left-radius: 14px;
  margin-bottom: 30px;
  padding: 20px 35px 30px;
  position: relative;
}
aside#tz-right {

  padding-left: 35px;
  padding-right: 0;
}
aside .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #f5bd51;
  border-image: none;
  border-radius: 0;
  border-style: none none none solid;
  border-width: medium medium medium 2px;
  box-shadow: none;
  color: #868585;
  font-family: RalewayLight, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  padding: 13px 30px;
  height: auto;
}
aside .form-control:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #f5bd51;
  border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 2px;
  box-shadow: none;
  outline: 0 none;
}
aside .input-group-addon {
  background-color: #ffffff;
  border: 0 none;
  border-radius: 0;
  color: #cec8c8;
  z-index: 99;
  top: 10px;
  right: 5%;
  position: absolute;
}
aside .input-group {
  margin-bottom: 20px;
  width: 100%;
}
aside .boxtitle + hr {
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  width: 30px;
}
aside .side-box p {
  color: #868585;
  font-size: 1em;
  line-height: 1.6em;
}
aside .side-box ul {
  margin: 0;
  padding: 0;
}
aside .side-box ul li {
  border-bottom: 1px dotted #dfdfdf;
  font-family: RalewayLight, helvetica, sans-serif;
  padding-bottom: 4px;
  padding-top: 4px;
  position: relative;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-backface-visibility: hidden;
}
aside .side-box ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: .8em;
  padding-right: 0.5em;
  vertical-align: text-bottom;
  opacity: .7;
}
aside .side-box ul li:hover {
  background: none repeat scroll 0 0 #f7f6f4;
  text-indent: 5px;
}
aside .side-box ul li a {
  color: #868585;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-backface-visibility: hidden;
}
aside .side-box ul li a:hover {
  color: #1b1b1b;
}
.side-box .button {
  font-size: 0.7em;
  height: 26px;
  line-height: 26px;
  margin: 30px auto 5px 0;
  padding: 0;
  width: 70px;
}
#tz-flick figure {
  background: none repeat scroll 0 0 #000;
  border: medium none;
  display: inline-block;
  margin: 0 auto 4px 4px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 17.3379%;
}
#tz-flick figure i {
  color: #f5bd51;
  height: 12px;
  left: 50%;
  margin: -6px 0 0 -6px;
  opacity: 0;
  position: absolute;
  top: 20%;
  -webkit-transition: top 0.2s ease-in-out 0s;
  -moz-transition: top 0.2s ease-in-out 0s;
  -o-transition: top 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  width: 12px;
  z-index: 11;
}
#tz-flick figure img {
  height: auto;
  -webkit-transition: opacity 0.6s ease-in-out 0s;
  -moz-transition: opacity 0.6s ease-in-out 0s;
  -o-transition: opacity 0.6s ease-in-out 0s;
  transition: opacity 0.6s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
#tz-flick figure:hover img {
  opacity: 0.5;
}
#tz-flick figure:hover i {
  opacity: 1;
  top: 50%;
}
.text-widget p {
  position: relative;
  z-index: 1;
}
.text-widget i.decor {
  font-size: 8.5em;
  opacity: 0.6;
  right: 50px;
  top: 74px;
}
.tags .button {
  display: inline-block;
  font-size: 0.7em;
  height: 26px;
  line-height: 26px;
  margin: 5px auto 5px 0;
  padding: 0 10px;
  width: auto;
}

.main-blog {
  padding-bottom: 140px;
  padding-top: 130px;
}
.TzArticleMedia img {
  width: 100%;
}
.TzArticleDescription {
  padding-top: 30px;
}
.TzBlogMedia,
.TzArticleMedia {
  margin-bottom: 0;
}
.blog-content {
  background: #fff;
  padding: 50px 35px 35px;
  border-bottom: 3px solid #f5bd51;
}
.blog-content p {
  color: #868585;
  font: 1em/1.9em RalewayLight, Arial, sans-serif;
  letter-spacing: 0.04em;
  padding: 10px 0px;
}
.blog-content ul.datas {
  padding-bottom: 30px;
  padding-left: 0;
  margin-left: -30px;
}
.blog-content ul.datas li {
  font-size: 1em;
  letter-spacing: 0.03em;
  padding-left: 35px;
  color: #969593;
  display: inline-block;
}
.blog-content cite {
  font-style: italic;
}
.tz_portfolio_image_gallery {
  width: 100%;
}
.tz_portfolio_image_gallery .flexslider {
  width: 100% !important;
}
.tz_portfolio_user {
  position: relative;
}
.tz_portfolio_user .blog-author {
  border-radius: 0;
  margin: 30px 0 0;
  padding-left: 25px;
  padding-top: 40px;
}
.tz_portfolio_user .blog-author img {
  width: 95%;
}
.tz_portfolio_user .blog-author h4,
.tz_portfolio_user .blog-author h5 {
  margin: 0;
  padding-bottom: 5px;
}
.tz_portfolio_user .blog-author h4 {
  font-size: 1.1em;
}
.tz_portfolio_user .blog-author h4 a {
  color: #333;
}
.tz_portfolio_user .blog-author h5 {
  font-size: 1em;
}
.tz_portfolio_user .blog-author hr {
  margin: 10px 0 20px;
  padding: 0;
  text-align: left;
  width: 30px;
}
.tz_portfolio_user .arrow-left,
.tz_portfolio_user .arrow-right {
  height: 0;
  position: absolute;
  width: 0;
  z-index: 999;
}
.tz_portfolio_user .arrow-left {
  border-bottom: 15px solid #f5bd51;
  border-right: 15px solid transparent;
  bottom: 5px;
  left: 5px;
}
.tz_portfolio_user .arrow-right {
  border-left: 15px solid transparent;
  border-top: 15px solid #f5bd51;
  right: 5px;
  top: 5px;
}
.blog-single-title {
  font-family: NovecentosanswideBold, Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.03em;
}
.blog-single-title hr {
  margin-left: 0;
  text-align: left;
}
.corner-date {
  background: none repeat scroll 0 0 #f5bd51;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font: 2.1em/0.9em OpenSansSemiBold, Arial, sans-serif;
  height: 90px;
  left: 0px;
  letter-spacing: -0.03em;
  padding-top: 18px;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 120px;
  z-index: 99999;
}
.corner-date span {
  font-size: 2.1rem;
  letter-spacing: 0;
}
.arrow-down {
  border-left: 15px solid transparent;
  border-top: 15px solid #f5bd51;
  bottom: -12px;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.comments {
  background: none repeat scroll 0 0 #fff;
  margin: 30px 0 0;
  padding: 20px 10px 60px 20px;
}
.comments h3 {
  font: 1.8em NovecentosanswideBold, helvetica, sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.comments h5 {
  margin-bottom: 3px;
}
.comment {
  padding-bottom: 20px;
}
.comment hr {
  border-color: #696969;
  border-width: 1px;
  margin: 10px 0;
  text-align: left;
  width: 100%;
}
.comments-child {
  padding-right: 10.5px;
  padding-left: 8.3333%;
}
.blog-time {
  font-size: 0.8em;
  padding: 0;
}
.blog-time a {
  color: #f5bd51;
}
#comments-inline-edit form .button,
.comment-form form .button {
  font-size: 0.8em;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 80px;
  padding: 0;
  width: 100%;
}
#comments-inline-edit form,
.comment-form form {
  margin-top: 110px;
  position: relative;
  z-index: 1;
}
#comments-inline-edit form .notice,
.comment-form form .notice {
  color: #f5bd51;
  font-size: 0.9em;
  padding-bottom: 5px;
  font-family: RalewayLight, sans-serif;
  letter-spacing: 0.05em;
}
#comments-inline-edit h4.boxtitle,
.comment-form h4.boxtitle {
  background: none repeat scroll 0 0 #f7f7f7;
  margin: 80px 15px 0 15px;
}
#comments-inline-edit h4.boxtitle:first-letter,
.comment-form h4.boxtitle:first-letter {
  color: #f5bd51;
}
#comments-inline-edit h4.boxtitle span,
.comment-form h4.boxtitle span {
  background: none repeat scroll 0 0 #fff;
  padding-right: 25px;
}
#comments-inline-edit input.form-control,
#comments-inline-edit textarea.form-control,
.comment-form input.form-control,
.comment-form textarea.form-control {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border-color: #696969;
  box-shadow: none;
  color: #696969;
  font-family: RalewayLight, Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
#comments-inline-edit input.form-control,
.comment-form input.form-control {
  height: 40px;
}
#comments-inline-edit textarea.form-control,
.comment-form textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.TzLeading,
.TzItem {
  position: relative;
  margin-bottom: 100px;
  background: white;
}
.TzLeading .corner-date,
.TzItem .corner-date {
  left: -15px;
}
.TzLetters .breadcrumb {
  padding: 0;
  border: none;
  margin-bottom: 60px;
}
.TzLetters .breadcrumb .nav {
  margin-left: -7px;
  margin-top: -7px;
}
.TzLetters .breadcrumb .nav li {
  margin-left: 7px;
  margin-top: 7px;
  background: #e8e7e6;
  max-width: 35px;
  min-width: 35px;
  max-height: 35px;
  min-height: 35px;
}
.TzLetters .breadcrumb .nav li.open {
  background: #f5bd51;
}
.TzLetters .breadcrumb .nav li a {
  background: none;
  border: none;
  font-family: RalewayLight, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
.TzLetters .breadcrumb .nav li a:hover,
.TzLetters .breadcrumb .nav li a:focus,
.TzLetters .breadcrumb .nav li a:active {
  background: none;
  cursor: pointer;
}
.blog-category-content {
  padding: 40px 40px 50px 35px;
}
.blog-category-content .button {
  background: #f5bd51;
  border-color: #f5bd51;
  margin: 0;
  padding: 0;
}
.blog-category-content .button:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.blog-category-content .button:hover span {
  color: #f5bd51;
}
.blog-category-content .button span {
  letter-spacing: 0.5px;
  color: #FFFFFF;
  padding: 10px 30px;
  margin: auto;
  text-transform: none;
  line-height: 1;
  display: block;
}
.TzBlogCreate {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.TzBlogCreate span.date {
  font-family: RalewayLight;
  font-size: 14px;
  color: #cececd;
}
.TzBlogTitle a {
  color: #2b2b2b;
}
.TzBlogTitle a:hover {
  text-decoration: none;
  color: #2b2b2b;
}
.TzArticleBlogInfo {
  margin-bottom: 50px;
}
.TzArticleBlogInfo span,
.TzArticleBlogInfo a {
  font-family: RalewayRegular, Arial, sans-serif;
  font-size: 14px;
  color: #cececd;
}
.TzArticleBlogInfo span.TzBlogCreatedby a,
.TzArticleBlogInfo span.numbers,
.TzArticleBlogInfo .TzPortfolioCommentCount span {
  color: #f5bd51;
}
.TzArticleBlogInfo .TzBlogCreatedby {
  margin-right: 25px;
}
.TzArticleBlogInfo .TzPortfolioCommentCount,
.TzArticleBlogInfo .TzBlogHits {
  margin-right: 30px;
}
.TzDescription {
  margin-bottom: 45px;
}
.TzDescription p {
  color: #cececd;
}
.pagination {
  margin: 20px auto 105px;
  padding: 0;
  display: block;
  text-align: center;
}
.pagination ul {
  margin: auto;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin-left: 3px;
}
.pagination li.active a {
  background: #f5bd51;
  color: #FFFFFF;
}
.pagination li:hover a {
  background: #f5bd51;
  color: #FFFFFF;
}
.pagination li.disabled {
  cursor: default;
}
.pagination li.disabled:hover a {
  background: none;
  color: #000000;
}
.pagination li:first-child a {
  border-radius: 7px 0 0 7px;
  margin-left: 0;
}
.pagination li:last-child a {
  border-radius: 0 7px 7px 0;
}
.pagination li a {
  border: 1px solid #000000;
  padding: 3px 15px;
  color: #000000;
  font-family: RalewayRegular;
  font-size: 16px;
  display: block;
}
.nav {
  margin-bottom: 0;
}
.nav > li > a:hover {
  background-color: #666;
  color: #eee;
}
.nav .dropdown-toggle .caret {
  border-top-color: #07b;
  border-bottom-color: #07b;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #00466f;
  border-bottom-color: #00466f;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.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-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu li > a {
  clear: both;
  color: #444;
  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: #eee;
  text-decoration: none;
  background-color: #666;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.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: transparent;
  color: #000;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.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: #000;
  border-bottom-color: #000;
}
.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: #eee;
}
.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: #666;
}
.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: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.plazart-mainnav {
  background: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  height: 40px;
}
.plazart-mainnav .navbar {
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}
.plazart-mainnav .navbar-inner {
  min-height: 40px;
  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: 0;
}
.plazart-mainnav .navbar .nav > li > a {
  border-top: 0;
  border-right: 1px solid #d9d9d9;
  padding: 10px 20px;
  text-shadow: none;
}
.plazart-mainnav .navbar .nav > li > a:focus,
.plazart-mainnav .navbar .nav > li > a:hover {
  background-color: #666;
  text-shadow: none;
  outline: none;
}
.plazart-mainnav .navbar .nav > .active > a,
.plazart-mainnav .navbar .nav > .active > a:hover,
.plazart-mainnav .navbar .nav > .active > a:focus {
  color: #000;
  text-shadow: none;
  -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: #666;
  text-shadow: none;
}
.plazart-mainnav .caret {
  display: none ! important;
}
.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: #fff;
  color: #222;
}
.plazart-mainnav .nav li.dropdown.active > .dropdown-toggle,
.plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #000;
}
.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: 20px 0;
  border-bottom: 1px solid #2c2c2c;
  text-shadow: none;
  text-transform: uppercase;
  background: none;
  color: #666;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > li > a:focus {
  color: #eee;
}
.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 #666;
  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 #000;
  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;
  color: #666;
}
.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) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
  }
  .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%;
    top: 58px;
    margin-left: -25px;
    padding: 0;
    max-height: none;
  }
  .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: transparent;
    border-top: none;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    position: absolute;
    min-height: 0;
  }
  .plazart-mainnav .navbar .btn-navbar {
    margin-bottom: 0;
  }
  .plazart-mainnav .navbar-inner .btn-navbar {
    border: none;
    position: absolute;
    top: -19px;
    right: 5px;
    padding: 0;
    margin: 0;
    color: #f5bd51;
  }
  .plazart-mainnav .navbar-inner .btn-navbar:hover,
  .plazart-mainnav .navbar-inner .btn-navbar:focus,
  .plazart-mainnav .navbar-inner .btn-navbar:active {
    background: none;
  }
  .plazart-mainnav .navbar .btn-navbar:hover {
    cursor: pointer;
    background: transparent;
  }
  .plazart-mainnav .nav-collapse {
    margin-top: 0;
    background: #fff;
  }
  .plazart-mainnav .nav-collapse ul.nav li:hover {
    background: #f5bd51;
  }
  .plazart-mainnav .nav-collapse ul.nav li:hover a {
    color: #FFFFFF !important;
  }
  .plazart-mainnav .nav-collapse ul.nav li:hover a:before {
    color: #FFFFFF !important;
  }
  .plazart-mainnav .nav-collapse ul.nav li:before {
    content: '';
  }
  .plazart-mainnav .nav-collapse .nav {
    margin: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li {
    display: block;
    padding: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li .active-border {
    display: none;
  }
  .plazart-mainnav .nav-collapse .nav > li > a {
    line-height: normal;
    color: #666666 !important;
    display: block;
    font: 0.9em OswaldLight, Arial, sans-serif !important;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 13px 0 10px 30px;
    position: relative;
    vertical-align: baseline;
    width: 100%;
  }
  .plazart-mainnav .nav-collapse .nav > li > a:before {
    bottom: 13.515px;
    color: #f5bd51 !important;
    content: "";
    font-family: FontAwesome;
    font-size: 0.9em;
    font-style: normal;
    font-weight: normal;
    margin-left: -7px;
    position: absolute;
    text-decoration: inherit;
  }
  .plazart-mainnav .nav-collapse .nav > li > a,
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #eee;
    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: #666;
    background-image: none;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-top: 1px solid #d9d9d9;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a:hover {
    background-color: #666;
    background-image: none;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    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;
  }
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../../../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(../../../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(../../../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../../../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../../../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(../../../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(../../../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(../../../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(../../../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(../../../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(../../../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../../../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(../../../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../../../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../../../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(../../../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(../../../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(../../../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(../../../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(../../../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(../../../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(../../../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(../../../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(../../../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(../../../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(../../../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(../../../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(../../../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(../../../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
  background: url(../../../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(../../../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(../../../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(../../../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(../../../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../../../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(../../../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(../../../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(../../../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999991;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 999999;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {

  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0,0,0,0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../../../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../../../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../../../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {

    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;

    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);

    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  top:50px;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;

  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.homepage-inner {
  -o-animation-duration: 2s;
  -o-animation-delay: .5s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 2s;
  -moz-animation-delay: .5s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: .5s;
  -webkit-animation-iteration-count: 1;
}
#button-scroll {
  -o-animation-duration: 7s;
  -o-animation-delay: 0s;
  -o-animation-iteration-count: infinite;
  -moz-animation-duration: 7s;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
}
.boxes .box:nth-child(1) {
  -o-animation-duration: 1.3s;
  -o-animation-delay: .6s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: .6s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: .6s;
  -webkit-animation-iteration-count: 1;
}
.boxes .box:nth-child(2) {
  -o-animation-duration: 1.3s;
  -o-animation-delay: .8s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: .8s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: .8s;
  -webkit-animation-iteration-count: 1;
}
.boxes .box:nth-child(3) {
  -o-animation-duration: 1.3s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.boxes .box:nth-child(4) {
  -o-animation-duration: 1.3s;
  -o-animation-delay: 1.2s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: 1.2s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
}
.offer-box:nth-child(6) {
  -o-animation-duration: .7s;
  -o-animation-delay: .2s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .2s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .2s;
  -webkit-animation-iteration-count: 1;
}
.offer-box:nth-child(5) {
  -o-animation-duration: .7s;
  -o-animation-delay: .4s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .4s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .4s;
  -webkit-animation-iteration-count: 1;
}
.offer-box:nth-child(4) {
  -o-animation-duration: .7s;
  -o-animation-delay: .6s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .6s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .6s;
  -webkit-animation-iteration-count: 1;
}
.offer-box:nth-child(3) {
  -o-animation-duration: .7s;
  -o-animation-delay: .8s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .8s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .8s;
  -webkit-animation-iteration-count: 1;
}
.offer-box:nth-child(2) {
  -o-animation-duration: .7s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.offer-box:nth-child(1) {
  -o-animation-duration: .7s;
  -o-animation-delay: 1.2s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1.2s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
}
#team .col-lg-3.col-md-6:nth-child(1) {
  -o-animation-duration: 1.3s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
#team .col-lg-3.col-md-6:nth-child(2) {
  -o-animation-duration: 1.3s;
  -o-animation-delay: 1.3s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: 1.3s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: 1.3s;
  -webkit-animation-iteration-count: 1;
}
#team .col-lg-3.col-md-6:nth-child(3) {
  -o-animation-duration: 1.3s;
  -o-animation-delay: 1.6s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: 1.6s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-iteration-count: 1;
}
#team .col-lg-3.col-md-6:nth-child(4) {
  -o-animation-duration: 1.3s;
  -o-animation-delay: 1.9s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: 1.9s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: 1.9s;
  -webkit-animation-iteration-count: 1;
}
img.man,
img.woman {
  -o-animation-duration: .6s;
  -o-animation-delay: .7s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .6s;
  -moz-animation-delay: .7s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: .7s;
  -webkit-animation-iteration-count: 1;
}
.customer1 .customer {
  -o-animation-duration: .7s;
  -o-animation-delay: .8s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .8s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .8s;
  -webkit-animation-iteration-count: 1;
}
.customer2 .customer {
  -o-animation-duration: .7s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.customer3 .customer {
  -o-animation-duration: .7s;
  -o-animation-delay: 1.2s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1.2s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
}
.customer4 .customer {
  -o-animation-duration: .7s;
  -o-animation-delay: 1.4s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1.4s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-iteration-count: 1;
}
.customer5 .customer {
  -o-animation-duration: .7s;
  -o-animation-delay: 1.6s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1.6s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-iteration-count: 1;
}
.customer1 .customer img {
  -o-animation-duration: 1s;
  -o-animation-delay: .8s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .8s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .8s;
  -webkit-animation-iteration-count: 1;
}
.customer2 .customer img {
  -o-animation-duration: 1s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.customer3 .customer img {
  -o-animation-duration: 1s;
  -o-animation-delay: 1.2s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.2s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
}
.customer4 .customer img {
  -o-animation-duration: 1s;
  -o-animation-delay: 1.4s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.4s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-iteration-count: 1;
}
.customer5 .customer img {
  -o-animation-duration: 1s;
  -o-animation-delay: 1.6s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.6s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-iteration-count: 1;
}
.iphones img:nth-child(1) {
  -o-animation-duration: .7s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.iphones img:nth-child(2) {
  -o-animation-duration: .7s;
  -o-animation-delay: 1.4s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1.4s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-iteration-count: 1;
}
.iphones img:nth-child(3) {
  -o-animation-duration: .7s;
  -o-animation-delay: 1.9s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: .7s;
  -moz-animation-delay: 1.9s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1.9s;
  -webkit-animation-iteration-count: 1;
}
.categories {
  -o-animation-duration: 1.2s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.blog3 {
  -o-animation-duration: 1.5s;
  -o-animation-delay: 1.7s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.5s;
  -moz-animation-delay: 1.7s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 1.7s;
  -webkit-animation-iteration-count: 1;
}
.blog2 {
  -o-animation-duration: 1.5s;
  -o-animation-delay: 1.3s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.5s;
  -moz-animation-delay: 1.3s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 1.3s;
  -webkit-animation-iteration-count: 1;
}
.blog1 {
  -o-animation-duration: 1.5s;
  -o-animation-delay: .9s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.5s;
  -moz-animation-delay: .9s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: .9s;
  -webkit-animation-iteration-count: 1;
}
.blog3 .icon-border span i {
  -o-animation-duration: 1.2s;
  -o-animation-delay: 1.7s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 1.7s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.7s;
  -webkit-animation-iteration-count: 1;
}
.blog2 .icon-border span i {
  -o-animation-duration: 1.2s;
  -o-animation-delay: 2.1s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 2.1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 2.1s;
  -webkit-animation-iteration-count: 1;
}
.blog1 .icon-border span i {
  -o-animation-duration: 1.2s;
  -o-animation-delay: 2.5s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 2.5s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-iteration-count: 1;
}
.logos img:nth-child(5) {
  -o-animation-duration: 1.2s;
  -o-animation-delay: 2.7s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 2.7s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 2.7s;
  -webkit-animation-iteration-count: 1;
}
.logos img:nth-child(4) {
  -o-animation-duration: 1.2s;
  -o-animation-delay: 2.2s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 2.2s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 2.2s;
  -webkit-animation-iteration-count: 1;
}
.logos img:nth-child(3) {
  -o-animation-duration: 1.2s;
  -o-animation-delay: 1.7s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 1.7s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.7s;
  -webkit-animation-iteration-count: 1;
}
.logos img:nth-child(2) {
  -o-animation-duration: 1.2s;
  -o-animation-delay: 1.2s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 1.2s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
}
.logos img:nth-child(1) {
  -o-animation-duration: 1.2s;
  -o-animation-delay: .7s;
  -o-animation-iteration-count: 1;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: .7s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: .7s;
  -webkit-animation-iteration-count: 1;
}
@media (min-width: 1025px) and (max-width: 1125px) {
  .customer-wrap {
    padding: 20px 90px;
  }
  .customer::before,
  .customer5 .customer::after {
    display: none;
  }
  .nav-collapse {
    padding-right: 0;
  }
  #tz-footer-wrapper {
    padding: 0 0 45px;
  }
}
@media (min-width: 1026px) and (max-width: 1201px) {
  aside input.form-control:first-of-type {
    font-size: 94%;
  }
  .cover-inner {
    padding-top: 53px;
  }
}
@media (max-width: 767px) {
  .header-blog {
    box-shadow: none;
    border-bottom: 1px solid #e9e9e9;
    height: auto;
  }
  .header-blog #header-blog {
    height: 58px;
  }
  .header-blog #tzlogo {
    display: block;
    margin-left: -17px;
    margin-top: 19px;
    width: 70px;
  }
  .header {
    height: auto;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e9e9e9;
    position: fixed;
  }
  .header #header {
    height: 58px;
  }
  .header #tzlogo {
    display: block;
    margin-left: -17px;
    margin-top: 18px;
    width: 70px;
  }
  #loading img {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
  }
  #homepage {
    background-position: 15% 20%;
    background-size: cover;
    font-size: 58%;
  }
  .homepage-inner {
    width: 260px;
  }
  #homepage img {
    width: 60%;
  }
  .since {
    margin-top: 20px;
    margin-bottom: 10px;
	font-size:16px;
  }
  .slogan {
    line-height: 38px;
  }
  .site-name {
    letter-spacing: 3px;
    line-height: 47px;
    padding-bottom: 5px;
    text-indent: 3px;
  }
  .desc {
    margin-top: 10px;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  section {
    font-size: 85%;
  }
  p.history {
    width: 260px;
    margin: 70px auto 45px;
    line-height: 24px;
  }
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .button {
    padding: 3px 20px 0px 30px;
  }
  button i {
    margin-left: 10px;
  }
  .title-big {
    padding-top: 60px;
    text-align: center;
    font-size: 73%;
  }
  .title-big h1 {
    margin-top: 20px;
  }
  hr {
    width: 60px;
    margin-top: 20px;
    border-width: 2px;
  }
  .subtitle {
    line-height: 1.6em;
    width: 85%;
    margin: 0 auto;
  }
  section.offer {
    background-position: right center;
    background-size: cover;
  }
  #homepage {
    background-position: top left;
    background-size: cover;
  }
  .offer .col-lg-6 {
    margin-bottom: 40px;
  }
  .offer .container > .row {
    margin-bottom: 0;
  }
  .features {
    background-position: right center;
    background-size: cover;
  }
  ul.slides {
    padding-left: 0;
  }
  .links {
    margin: 70px auto 10px;
  }
  .links hr {
    width: 8%;
  }
  .links .fa-circle {
    margin-top: -6.1px;
  }
  .content-slider .slides .feature h1 {
    text-align: center;
  }
  .content-slider .slides .feature hr {
    margin: 30px auto;
    text-align: right;
  }
  .content-slider .slides .feature .button {
    margin: 0 auto;
  }
  .feature-content {
    margin: 30px auto;
  }
  .features p {
    text-align: center ! important;
  }
  .links a .feature-name {
    margin-left: -100px;

    top: -120px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: left;
  }
  .customer::before,
  .customer5 .customer::after {
    border: none;
  }
  .milestones .customer-wrap {
    display: block;
    padding: 20px;
    margin: 20px auto;
  }
  .milestones .customer {
    position: relative;
  }
  .milestones div.customer1,
  .milestones div.customer2,
  .milestones div.customer3,
  .milestones div.customer4,
  .milestones div.customer5 {
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 120px;
  }
  .milestones {
    height: 1550px;
    font-size: 100%;
  }
  .milestones .customers {
    margin-top: 100px;
  }
  .purchase-footer p {
    font-size: 1.4em;
  }
  .cover-inner {
    width: 106px;
    height: 106px;
    border-radius: 53px;
    margin: -53px 0 0 -53px;
    padding-top: 41px;
  }
  .cover a.zoom {
    bottom: 15px;
    right: 15px;
    border-radius: 30px;
    padding: 0px 6px;
    line-height: 36px;
    width: 36px;
    height: 36px;
  }
  .milestones .title-desc {
    width: 80%;
    font-size: 95%;
  }
  .title-desc {
    width: 80%;
  }
  .logos {
    padding-top: 40px;
    padding-bottom: 110px;
  }
  .logos img,
  .logos img:first-of-type {
    margin: 25px auto;
    display: block;
  }
  footer#tz-footer-wrapper {
    height: auto;
    padding-bottom: 40px;
  }
  .social-icons {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .icon-wrap {
    margin-left: 6px;
    width: 32px;
    height: 32px;
  }
  .icon-wrap a.facebook,
  .icon-wrap a.twitter,
  .icon-wrap a.linkedin,
  .icon-wrap a.tumblr,
  .icon-wrap a.flickr,
  .icon-wrap a.pinterest {
    margin-left: -12px;
    margin-top: -12px;
    background-size: 24px 24px;
  }
  .icon-wrap a.facebook:hover,
  .icon-wrap a.twitter:hover,
  .icon-wrap a.linkedin:hover,
  .icon-wrap a.tumblr:hover,
  .icon-wrap a.flickr:hover,
  .icon-wrap a.pinterest:hover {
    margin-left: -18px;
    margin-top: -18px;
  }
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  ul.contacts {
    font-size: .7em;
    height: auto;
    margin: 30px auto;
    float: none;
    text-align: center;
    padding-left: 0;
  }
  ul.contacts li {
    padding-left: 5px;
  }
  ul.contacts li:before {
    top: -33px;
    font-size: 2em;
    margin-left: -6.5px;
  }
  aside {
    padding-left: 0;
    margin-top: 25px;
  }
  section.offer {
    font-size: 85%;
  }
  .offer span.fa-stack {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .offer .fa-fw {
    width: 16px;
    margin-left: -8px;
    margin-top: -8px;
    font-size: 1.4em;
  }
  .offer .fa-cloud-download,
  .offer .fa-retweet,
  .offer .fa-leaf {
    margin-left: -10px;
  }
  .offer p {
    line-height: 20px;
    letter-spacing: .05em;
    padding-top: 0px;
  }
  .offer .container {
    padding-top: 65px;
    padding-bottom: 30px;
  }
  .offer .icon-border {
    border-width: 2px;
    width: 47px;
    height: 47px;
  }
  .member .icon-border {
    font-size: 115%;
  }
  h1.title-smooth {
    padding-top: 60px;
    line-height: 1.5;
  }
  .milestones h1.title-smooth {
    line-height: 1.5;
    font-size: 120%;
  }
  .member {
    margin: 20px auto;
    width: 230px;
  }
  .our_team figure {
    width: 230px;
    height: 247px;
  }
  .our_team .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .member-mask {
    width: 482px;
    height: 495px;
    -ms-transform: rotate(42.9deg);
    -webkit-transform: rotate(42.9deg);
    transform: rotate(42.9deg);
    margin-left: 87px;
  }
  .iphones img {
    margin-top: 40px;
  }
  .purchase {
    padding-top: 40px;
  }
  .purchase-footer .buttons .button {
    display: block;
    margin: 0px auto;
    font-size: .95em !important;
  }
  .purchase-footer .buttons .button {
    margin: 10px auto 0;
  }
  .purchase-footer .buttons button:last-of-type {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 26px;
    padding-right: 20px;
  }
  .purchase-footer .buttons {
    width: auto;
    overflow: hidden;
    margin-top: 40px;
  }
  section#tz-component-wrapper {
    font-size: 100%;
  }
  section#tz-com-wrapper {
    font-size: 100%;
  }
  #tz-main-body-wrapper.component #filter {
    margin: 60px auto 40px;
  }
  #tz-main-body-wrapper.component #filter a {
    margin-bottom: 10px;
  }
  #portfolio .button:last-of-type {
    margin: 60px auto 100px;
  }
  .purchase-footer p {
    line-height: 1.5;
  }
  .blog {
    margin: 20px auto;
    width: 250px;
  }
  #blog {
    padding-bottom: 80px;
  }
  #blog .container {
    margin-top: 60px;
  }
  section.blogs {
    padding-bottom: 80px;
  }
  .blogs .blog-content {
    padding-bottom: 10px;
  }
  .blogs figure {
    height: 190px;
  }
  .blogs div.mask {
    border-left: 320px solid transparent;
    border-right: 320px solid transparent;
    border-bottom: 320px solid #000;
  }
  .blogs .blog:hover .mask {
    -ms-transform: rotate(142.0deg);
    -webkit-transform: rotate(142.0deg);
    transform: rotate(142.0deg);
    right: -206px;
  }
  a.blog-icon-border-wrap {
    font-size: 120%;
  }
  .blog-single {
    padding-top: 0;
  }
  #tz-copyright-wrapper {
    font-size: 100%;
  }
  .footer_body {
    padding-top: 110px;
  }
  .main-blog {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .corner-date {
    top: 40px;
    width: 90px;
    height: 70px;
    font: 1.7em/1.1em OpenSansSemiBold, Arial, sans-serif;
    letter-spacing: .05em;
    padding-top: 16px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .corner-date span {
    font-size: 1.4rem;
  }
  .blog-content {
    padding-bottom: 0;
  }
  .blog-content ul.datas {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .blog-content ul.datas li {
    padding-left: 15px;
  }
  .comment {
    padding-bottom: 10px;
  }
  .blog-single .blog-content i.fa-share-square-o {
    opacity: .5;
  }
  .blog-single .blog p:last-of-type {
    padding-bottom: 20px;
  }
  .blog-single .blog ul.datas {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .blog-single .blog ul.datas li {
    padding-left: 15px;
  }
  .blog-author {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-author img {
    width: 100% !important;
    margin: 0 auto;
  }
  .blog-author h4,
  .blog-author h5 {
    padding-bottom: 2px !important;
  }
  .blog-author h4 {
    margin-top: 10px !important;
  }
  aside .form-control {
    padding: 5px 25px;
  }
  .comment img {
    margin: 0;
  }
  .blogs .data li .comment {
    padding-bottom: 10px;
  }
  hr.comment-end {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
    width: 30px;
    display: block;
    border-width: 2px;
    border-color: #f5bd51;
  }
  .comment-form {
    margin-left: -25px;
  }
  .comment-form .center-block {
    padding: 0 30px;
  }
  .comment-form h4.boxtitle {
    margin-right: 0px;
    margin-top: 20px;
  }
  .comment-form form {
    margin-top: 50px;
  }
  .comments {
    padding-bottom: 0;
  }
  .flickr-photos figure {
    width: 16.4%;
  }
  #contact {
    background-position: 75% 0;
    background-size: cover;
  }
  #contact hr + p {
    margin-bottom: 70px;
  }
  #contact .button {
    padding: 0;
  }
  .comments-child {
    padding: 0 !important;
  }
  hr.comment-end {
    display: block;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 0;
    width: 30px;
    color: #f5bd51;
  }
  .icon-wrap a.facebook,
  .icon-wrap a.twitter,
  .icon-wrap a.linkedin,
  .icon-wrap a.tumblr,
  .icon-wrap a.flickr,
  .icon-wrap a.pinterest {
    margin-left: -18px;
    margin-top: -10px;
    background-size: 24px 24px;
  }
  .icon-wrap a.facebook i,
  .icon-wrap a.twitter i,
  .icon-wrap a.linkedin i,
  .icon-wrap a.tumblr i,
  .icon-wrap a.flickr i,
  .icon-wrap a.pinterest i {
    font-size: 17px;
  }
  .icon-wrap a.facebook:hover,
  .icon-wrap a.twitter:hover,
  .icon-wrap a.linkedin:hover,
  .icon-wrap a.tumblr:hover,
  .icon-wrap a.flickr:hover,
  .icon-wrap a.pinterest:hover {
    margin-left: -18px;
    margin-top: -10px;
  }
  .icon-wrap a.facebook:hover i,
  .icon-wrap a.twitter:hover i,
  .icon-wrap a.linkedin:hover i,
  .icon-wrap a.tumblr:hover i,
  .icon-wrap a.flickr:hover i,
  .icon-wrap a.pinterest:hover i {
    font-size: 20px;
  }
  aside#tz-right {
    padding: 0 15px;
  }
  aside#tz-right #mod-search-searchword {
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .TzLetters .breadcrumb .nav {
    margin-left: -5px;
    margin-top: -5px;
  }
  .corner-date {
    width: 60px;
    height: 60px;
    font-size: 1.3em;
  }
  h3.TzBlogTitle {
    font-size: 20px;
  }
  div.TzArticleBlogInfo > span {
    display: block;
    margin: 0 ! important;
  }
  .pagination li {
    margin-bottom: 3px;
  }
  .btn.TzReadmore {
    padding: 0;
  }
  .blog-category-content .button span {
    padding: 6px 16px;
    font-size: 12px;
  }
  .TzLetters .breadcrumb .nav li {
    margin-left: 5px;
    margin-top: 5px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .TzLetters .breadcrumb .nav li a {
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  #tz-offer-body .container,
  header > .container,
  section > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-blog {
    font-size: 100%;
  }
  nav#plazart-mainnav ul.nav li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-name {
    letter-spacing: .62em;
  }
  section {
    font-size: 95%;
  }
  .nav-collapse {
    padding: 0;
  }
  aside#tz-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.contacts {
    height: auto !important;
  }
  nav#plazart-mainnav ul li {
    padding-left: 14px;
    padding-right: 14px;
  }
  p.history {
    width: 650px;
  }
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.offer {
    background-position: right center;
    background-size: cover;
  }
  #homepage {
    background-position: top left;
    background-size: cover;
  }
  .offer .container > .row {
    margin-bottom: 0;
  }
  .offer .col-lg-6 {
    margin-bottom: 40px;
  }
  .features {
    background-position: right center;
    background-size: cover;
  }
  ul.slides {
    padding-left: 0;
  }
  #comments-form {
    padding: 0 10px;
  }
  .links hr {
    width: 13%;
  }
  .links .fa-circle {
    margin-top: -5.7px;
  }
  section.features .content-slider div.feature-content h1 {
    text-align: center;
  }
  section.features .content-slider div.feature-content hr {
    margin: 45px auto;
    text-align: right;
  }
  section.features .content-slider div.feature-content .button {
    margin: 0 auto;
  }
  section.features .content-slider div.feature-content p {
    text-align: center;
  }
  .feature-content {
    margin: 70px auto;
  }
  .feature-name {
    margin-left: -105px;
  }
  div.blog {
    width: 360px;
    margin: 40px auto;
  }
  .milestones {
    height: 1550px;
  }
  .milestones .customers {
    margin-top: 100px;
  }
  .milestones .customers .customer {
    position: relative;
  }
  .milestones .customers .customer::before,
  .milestones .customers .customer5 .customer::after {
    border: none;
  }
  .milestones .customers .customer-wrap {
    display: block;
    padding: 20px;
    margin: 20px auto;
  }
  .milestones .customers .customer-wrap:nth-child(even) {
    padding-left: 150px;
  }
  .milestones .customers .customer-wrap:nth-child(odd) {
    padding-right: 150px;
  }
  .milestones .customers .customer1,
  .milestones .customers .customer2,
  .milestones .customers .customer3,
  .milestones .customers .customer4,
  .milestones .customers .customer5 {
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 120px;
  }
  .purchase-footer p {
    font-size: 1.4em;
  }
  .cover-inner {
    width: 106px;
    height: 106px;
    border-radius: 53px;
    margin: -53px 0 0 -53px;
    padding-top: 20%;
  }
  .photo-name {
    font-size: .8em;
  }
  .photo-cat {
    font-size: .65em;
    margin-top: -1px;
  }
  .cover a.zoom {
    font-size: 2.75em;
    bottom: 15px;
    right: 15px;
    border-radius: 30px;
    padding: 0px 6px;
    line-height: 36px;
    width: 36px;
    height: 36px;
  }
  #contact {
    background-position: 75% 0;
    background-size: cover;
  }
  .logos img {
    margin-left: 40px;
    width: 14%;
  }
  .social-icons {
    float: left;
  }
  .icon-wrap {
    margin-left: 6px;
    width: 33px;
    height: 33px;
  }
  .footer_body {
    padding-top: 115px;
  }
  .icon-wrap a.facebook,
  .icon-wrap a.twitter,
  .icon-wrap a.linkedin,
  .icon-wrap a.tumblr,
  .icon-wrap a.flickr,
  .icon-wrap a.pinterest {
    margin-left: -18px;
    margin-top: -10px;
    background-size: 24px 24px;
  }
  .icon-wrap a.facebook i,
  .icon-wrap a.twitter i,
  .icon-wrap a.linkedin i,
  .icon-wrap a.tumblr i,
  .icon-wrap a.flickr i,
  .icon-wrap a.pinterest i {
    font-size: 17px;
  }
  .icon-wrap a.facebook:hover,
  .icon-wrap a.twitter:hover,
  .icon-wrap a.linkedin:hover,
  .icon-wrap a.tumblr:hover,
  .icon-wrap a.flickr:hover,
  .icon-wrap a.pinterest:hover {
    margin-left: -18px;
    margin-top: -10px;
  }
  .icon-wrap a.facebook:hover i,
  .icon-wrap a.twitter:hover i,
  .icon-wrap a.linkedin:hover i,
  .icon-wrap a.tumblr:hover i,
  .icon-wrap a.flickr:hover i,
  .icon-wrap a.pinterest:hover i {
    font-size: 20px;
  }
  ul.contacts {
    font-size: .8em;
    height: 80px;
    margin-top: 21px;
    float: right;
  }
  ul.contacts li {
    padding-left: 15px;
  }
  ul.contacts li:before {
    top: -33px;
    font-size: 2em;
    margin-left: -2px;
  }
  aside {
    padding-left: 0;
    margin-top: 25px;
  }
  .title-desc {
    width: 80%;
  }
  hr.comment-end {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .cover-inner {
    padding-top: 39px;
  }
  .footer_body.right {
    margin-left: 8.33333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features h1 {
    text-align: center;
  }
  .features .button {
    margin: 0 auto;
  }
  .features p {
    text-align: center;
  }
  .feature-content {
    margin: 70px auto;
    float: none;
  }
}
.container-fluid {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
}
.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;
}
