@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

[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";
}

@font-face {
    font-family: 'icomoon';
    src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
    src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e600";
}

.icon-home2:before {
    content: "\e601";
}

.icon-home3:before {
    content: "\e602";
}

.icon-office:before {
    content: "\e603";
}

.icon-newspaper:before {
    content: "\e604";
}

.icon-pencil:before {
    content: "\e605";
}

.icon-pencil2:before {
    content: "\e606";
}

.icon-quill:before {
    content: "\e607";
}

.icon-pen:before {
    content: "\e608";
}

.icon-blog:before {
    content: "\e609";
}

.icon-droplet:before {
    content: "\e60a";
}

.icon-paint-format:before {
    content: "\e60b";
}

.icon-image:before {
    content: "\e60c";
}

.icon-image2:before {
    content: "\e60d";
}

.icon-images:before {
    content: "\e60e";
}

.icon-camera:before {
    content: "\e60f";
}

.icon-music:before {
    content: "\e610";
}

.icon-headphones:before {
    content: "\e611";
}

.icon-play:before {
    content: "\e612";
}

.icon-film:before {
    content: "\e613";
}

.icon-camera2:before {
    content: "\e614";
}

.icon-dice:before {
    content: "\e615";
}

.icon-pacman:before {
    content: "\e616";
}

.icon-spades:before {
    content: "\e617";
}

.icon-clubs:before {
    content: "\e618";
}

.icon-diamonds:before {
    content: "\e619";
}

.icon-pawn:before {
    content: "\e61a";
}

.icon-bullhorn:before {
    content: "\e61b";
}

.icon-connection:before {
    content: "\e61c";
}

.icon-podcast:before {
    content: "\e61d";
}

.icon-feed:before {
    content: "\e61e";
}

.icon-book:before {
    content: "\e61f";
}

.icon-books:before {
    content: "\e620";
}

.icon-library:before {
    content: "\e621";
}

.icon-file:before {
    content: "\e622";
}

.icon-profile:before {
    content: "\e623";
}

.icon-file2:before {
    content: "\e624";
}

.icon-file3:before {
    content: "\e625";
}

.icon-file4:before {
    content: "\e626";
}

.icon-copy:before {
    content: "\e627";
}

.icon-copy2:before {
    content: "\e628";
}

.icon-copy3:before {
    content: "\e629";
}

.icon-paste:before {
    content: "\e62a";
}

.icon-paste2:before {
    content: "\e62b";
}

.icon-paste3:before {
    content: "\e62c";
}

.icon-stack:before {
    content: "\e62d";
}

.icon-folder:before {
    content: "\e62e";
}

.icon-folder-open:before {
    content: "\e62f";
}

.icon-tag:before {
    content: "\e630";
}

.icon-tags:before {
    content: "\e631";
}

.icon-barcode:before {
    content: "\e632";
}

.icon-qrcode:before {
    content: "\e633";
}

.icon-ticket:before {
    content: "\e634";
}

.icon-cart:before {
    content: "\e635";
}

.icon-cart2:before {
    content: "\e636";
}

.icon-cart3:before {
    content: "\e637";
}

.icon-coin:before {
    content: "\e638";
}

.icon-credit:before {
    content: "\e639";
}

.icon-calculate:before {
    content: "\e63a";
}

.icon-support:before {
    content: "\e63b";
}

.icon-phone:before {
    content: "\e63c";
}

.icon-phone-hang-up:before {
    content: "\e63d";
}

.icon-address-book:before {
    content: "\e63e";
}

.icon-notebook:before {
    content: "\e63f";
}

.icon-envelope:before {
    content: "\e640";
}

.icon-pushpin:before {
    content: "\e641";
}

.icon-location:before {
    content: "\e642";
}

.icon-location2:before {
    content: "\e643";
}

.icon-compass:before {
    content: "\e644";
}

.icon-map:before {
    content: "\e645";
}

.icon-map2:before {
    content: "\e646";
}

.icon-history:before {
    content: "\e647";
}

.icon-clock:before {
    content: "\e648";
}

.icon-clock2:before {
    content: "\e649";
}

.icon-alarm:before {
    content: "\e64a";
}

.icon-alarm2:before {
    content: "\e64b";
}

.icon-bell:before {
    content: "\e64c";
}

.icon-stopwatch:before {
    content: "\e64d";
}

.icon-calendar:before {
    content: "\e64e";
}

.icon-calendar2:before {
    content: "\e64f";
}

.icon-print:before {
    content: "\e650";
}

.icon-keyboard:before {
    content: "\e651";
}

.icon-screen:before {
    content: "\e652";
}

.icon-laptop:before {
    content: "\e653";
}

.icon-mobile:before {
    content: "\e654";
}

.icon-mobile2:before {
    content: "\e655";
}

.icon-tablet:before {
    content: "\e656";
}

.icon-tv:before {
    content: "\e657";
}

.icon-cabinet:before {
    content: "\e658";
}

.icon-drawer:before {
    content: "\e659";
}

.icon-drawer2:before {
    content: "\e65a";
}

.icon-drawer3:before {
    content: "\e65b";
}

.icon-box-add:before {
    content: "\e65c";
}

.icon-box-remove:before {
    content: "\e65d";
}

.icon-download:before {
    content: "\e65e";
}

.icon-upload:before {
    content: "\e65f";
}

.icon-disk:before {
    content: "\e660";
}

.icon-storage:before {
    content: "\e661";
}

.icon-undo:before {
    content: "\e662";
}

.icon-redo:before {
    content: "\e663";
}

.icon-flip:before {
    content: "\e664";
}

.icon-flip2:before {
    content: "\e665";
}

.icon-undo2:before {
    content: "\e666";
}

.icon-redo2:before {
    content: "\e667";
}

.icon-forward:before {
    content: "\e668";
}

.icon-reply:before {
    content: "\e669";
}

.icon-bubble:before {
    content: "\e66a";
}

.icon-bubbles:before {
    content: "\e66b";
}

.icon-bubbles2:before {
    content: "\e66c";
}

.icon-bubble2:before {
    content: "\e66d";
}

.icon-bubbles3:before {
    content: "\e66e";
}

.icon-bubbles4:before {
    content: "\e66f";
}

.icon-user:before {
    content: "\e670";
}

.icon-users:before {
    content: "\e671";
}

.icon-user2:before {
    content: "\e672";
}

.icon-users2:before {
    content: "\e673";
}

.icon-user3:before {
    content: "\e674";
}

.icon-user4:before {
    content: "\e675";
}

.icon-quotes-left:before {
    content: "\e676";
}

.icon-busy:before {
    content: "\e677";
}

.icon-spinner:before {
    content: "\e678";
}

.icon-spinner2:before {
    content: "\e679";
}

.icon-spinner3:before {
    content: "\e67a";
}

.icon-spinner4:before {
    content: "\e67b";
}

.icon-spinner5:before {
    content: "\e67c";
}

.icon-spinner6:before {
    content: "\e67d";
}

.icon-binoculars:before {
    content: "\e67e";
}

.icon-search:before {
    content: "\e67f";
}

.icon-zoomin:before {
    content: "\e680";
}

.icon-zoomout:before {
    content: "\e681";
}

.icon-expand:before {
    content: "\e682";
}

.icon-contract:before {
    content: "\e683";
}

.icon-expand2:before {
    content: "\e684";
}

.icon-contract2:before {
    content: "\e685";
}

.icon-key:before {
    content: "\e686";
}

.icon-key2:before {
    content: "\e687";
}

.icon-lock:before {
    content: "\e688";
}

.icon-lock2:before {
    content: "\e689";
}

.icon-unlocked:before {
    content: "\e68a";
}

.icon-wrench:before {
    content: "\e68b";
}

.icon-settings:before {
    content: "\e68c";
}

.icon-equalizer:before {
    content: "\e68d";
}

.icon-cog:before {
    content: "\e68e";
}

.icon-cogs:before {
    content: "\e68f";
}

.icon-cog2:before {
    content: "\e690";
}

.icon-hammer:before {
    content: "\e691";
}

.icon-wand:before {
    content: "\e692";
}

.icon-aid:before {
    content: "\e693";
}

.icon-bug:before {
    content: "\e694";
}

.icon-pie:before {
    content: "\e695";
}

.icon-stats:before {
    content: "\e696";
}

.icon-bars:before {
    content: "\e697";
}

.icon-bars2:before {
    content: "\e698";
}

.icon-gift:before {
    content: "\e699";
}

.icon-trophy:before {
    content: "\e69a";
}

.icon-glass:before {
    content: "\e69b";
}

.icon-mug:before {
    content: "\e69c";
}

.icon-food:before {
    content: "\e69d";
}

.icon-leaf:before {
    content: "\e69e";
}

.icon-rocket:before {
    content: "\e69f";
}

.icon-meter:before {
    content: "\e6a0";
}

.icon-meter2:before {
    content: "\e6a1";
}

.icon-dashboard:before {
    content: "\e6a2";
}

.icon-hammer2:before {
    content: "\e6a3";
}

.icon-fire:before {
    content: "\e6a4";
}

.icon-lab:before {
    content: "\e6a5";
}

.icon-magnet:before {
    content: "\e6a6";
}

.icon-remove:before {
    content: "\e6a7";
}

.icon-remove2:before {
    content: "\e6a8";
}

.icon-briefcase:before {
    content: "\e6a9";
}

.icon-airplane:before {
    content: "\e6aa";
}

.icon-truck:before {
    content: "\e6ab";
}

.icon-road:before {
    content: "\e6ac";
}

.icon-accessibility:before {
    content: "\e6ad";
}

.icon-target:before {
    content: "\e6ae";
}

.icon-shield:before {
    content: "\e6af";
}

.icon-lightning:before {
    content: "\e6b0";
}

.icon-switch:before {
    content: "\e6b1";
}

.icon-powercord:before {
    content: "\e6b2";
}

.icon-signup:before {
    content: "\e6b3";
}

.icon-list:before {
    content: "\e6b4";
}

.icon-list2:before {
    content: "\e6b5";
}

.icon-numbered-list:before {
    content: "\e6b6";
}

.icon-menu:before {
    content: "\e6b7";
}

.icon-menu2:before {
    content: "\e6b8";
}

.icon-tree:before {
    content: "\e6b9";
}

.icon-cloud:before {
    content: "\e6ba";
}

.icon-cloud-download:before {
    content: "\e6bb";
}

.icon-cloud-upload:before {
    content: "\e6bc";
}

.icon-download2:before {
    content: "\e6bd";
}

.icon-upload2:before {
    content: "\e6be";
}

.icon-download3:before {
    content: "\e6bf";
}

.icon-upload3:before {
    content: "\e6c0";
}

.icon-globe:before {
    content: "\e6c1";
}

.icon-earth:before {
    content: "\e6c2";
}

.icon-link:before {
    content: "\e6c3";
}

.icon-flag:before {
    content: "\e6c4";
}

.icon-attachment:before {
    content: "\e6c5";
}

.icon-eye:before {
    content: "\e6c6";
}

.icon-eye-blocked:before {
    content: "\e6c7";
}

.icon-eye2:before {
    content: "\e6c8";
}

.icon-bookmark:before {
    content: "\e6c9";
}

.icon-bookmarks:before {
    content: "\e6ca";
}

.icon-brightness-medium:before {
    content: "\e6cb";
}

.icon-brightness-contrast:before {
    content: "\e6cc";
}

.icon-contrast:before {
    content: "\e6cd";
}

.icon-star:before {
    content: "\e6ce";
}

.icon-star2:before {
    content: "\e6cf";
}

.icon-star3:before {
    content: "\e6d0";
}

.icon-heart:before {
    content: "\e6d1";
}

.icon-heart2:before {
    content: "\e6d2";
}

.icon-heart-broken:before {
    content: "\e6d3";
}

.icon-thumbs-up:before {
    content: "\e6d4";
}

.icon-thumbs-up2:before {
    content: "\e6d5";
}

.icon-happy:before {
    content: "\e6d6";
}

.icon-happy2:before {
    content: "\e6d7";
}

.icon-smiley:before {
    content: "\e6d8";
}

.icon-smiley2:before {
    content: "\e6d9";
}

.icon-tongue:before {
    content: "\e6da";
}

.icon-tongue2:before {
    content: "\e6db";
}

.icon-sad:before {
    content: "\e6dc";
}

.icon-sad2:before {
    content: "\e6dd";
}

.icon-wink:before {
    content: "\e6de";
}

.icon-wink2:before {
    content: "\e6df";
}

.icon-grin:before {
    content: "\e6e0";
}

.icon-grin2:before {
    content: "\e6e1";
}

.icon-cool:before {
    content: "\e6e2";
}

.icon-cool2:before {
    content: "\e6e3";
}

.icon-angry:before {
    content: "\e6e4";
}

.icon-angry2:before {
    content: "\e6e5";
}

.icon-evil:before {
    content: "\e6e6";
}

.icon-evil2:before {
    content: "\e6e7";
}

.icon-shocked:before {
    content: "\e6e8";
}

.icon-shocked2:before {
    content: "\e6e9";
}

.icon-confused:before {
    content: "\e6ea";
}

.icon-confused2:before {
    content: "\e6eb";
}

.icon-neutral:before {
    content: "\e6ec";
}

.icon-neutral2:before {
    content: "\e6ed";
}

.icon-wondering:before {
    content: "\e6ee";
}

.icon-wondering2:before {
    content: "\e6ef";
}

.icon-point-up:before {
    content: "\e6f0";
}

.icon-point-right:before {
    content: "\e6f1";
}

.icon-point-down:before {
    content: "\e6f2";
}

.icon-point-left:before {
    content: "\e6f3";
}

.icon-warning:before {
    content: "\e6f4";
}

.icon-notification:before {
    content: "\e6f5";
}

.icon-question:before {
    content: "\e6f6";
}

.icon-info:before {
    content: "\e6f7";
}

.icon-info2:before {
    content: "\e6f8";
}

.icon-blocked:before {
    content: "\e6f9";
}

.icon-cancel-circle:before {
    content: "\e6fa";
}

.icon-checkmark-circle:before {
    content: "\e6fb";
}

.icon-spam:before {
    content: "\e6fc";
}

.icon-close:before {
    content: "\e6fd";
}

.icon-checkmark:before {
    content: "\e6fe";
}

.icon-checkmark2:before {
    content: "\e6ff";
}

.icon-spell-check:before {
    content: "\e700";
}

.icon-minus:before {
    content: "\e701";
}

.icon-plus:before {
    content: "\e702";
}

.icon-enter:before {
    content: "\e703";
}

.icon-exit:before {
    content: "\e704";
}

.icon-play2:before {
    content: "\e705";
}

.icon-pause:before {
    content: "\e706";
}

.icon-stop:before {
    content: "\e707";
}

.icon-backward:before {
    content: "\e708";
}

.icon-forward2:before {
    content: "\e709";
}

.icon-play3:before {
    content: "\e70a";
}

.icon-pause2:before {
    content: "\e70b";
}

.icon-stop2:before {
    content: "\e70c";
}

.icon-backward2:before {
    content: "\e70d";
}

.icon-forward3:before {
    content: "\e70e";
}

.icon-first:before {
    content: "\e70f";
}

.icon-last:before {
    content: "\e710";
}

.icon-previous:before {
    content: "\e711";
}

.icon-next:before {
    content: "\e712";
}

.icon-eject:before {
    content: "\e713";
}

.icon-volume-high:before {
    content: "\e714";
}

.icon-volume-medium:before {
    content: "\e715";
}

.icon-volume-low:before {
    content: "\e716";
}

.icon-volume-mute:before {
    content: "\e717";
}

.icon-volume-mute2:before {
    content: "\e718";
}

.icon-volume-increase:before {
    content: "\e719";
}

.icon-volume-decrease:before {
    content: "\e71a";
}

.icon-loop:before {
    content: "\e71b";
}

.icon-loop2:before {
    content: "\e71c";
}

.icon-loop3:before {
    content: "\e71d";
}

.icon-shuffle:before {
    content: "\e71e";
}

.icon-arrow-up-left:before {
    content: "\e71f";
}

.icon-arrow-up:before {
    content: "\e720";
}

.icon-arrow-up-right:before {
    content: "\e721";
}

.icon-arrow-right:before {
    content: "\e722";
}

.icon-arrow-down-right:before {
    content: "\e723";
}

.icon-arrow-down:before {
    content: "\e724";
}

.icon-arrow-down-left:before {
    content: "\e725";
}

.icon-arrow-left:before {
    content: "\e726";
}

.icon-arrow-up-left2:before {
    content: "\e727";
}

.icon-arrow-up2:before {
    content: "\e728";
}

.icon-arrow-up-right2:before {
    content: "\e729";
}

.icon-arrow-right2:before {
    content: "\e72a";
}

.icon-arrow-down-right2:before {
    content: "\e72b";
}

.icon-arrow-down2:before {
    content: "\e72c";
}

.icon-arrow-down-left2:before {
    content: "\e72d";
}

.icon-arrow-left2:before {
    content: "\e72e";
}

.icon-arrow-up-left3:before {
    content: "\e72f";
}

.icon-arrow-up3:before {
    content: "\e730";
}

.icon-arrow-up-right3:before {
    content: "\e731";
}

.icon-arrow-right3:before {
    content: "\e732";
}

.icon-arrow-down-right3:before {
    content: "\e733";
}

.icon-arrow-down3:before {
    content: "\e734";
}

.icon-arrow-down-left3:before {
    content: "\e735";
}

.icon-arrow-left3:before {
    content: "\e736";
}

.icon-tab:before {
    content: "\e737";
}

.icon-checkbox-checked:before {
    content: "\e738";
}

.icon-checkbox-unchecked:before {
    content: "\e739";
}

.icon-checkbox-partial:before {
    content: "\e73a";
}

.icon-radio-checked:before {
    content: "\e73b";
}

.icon-radio-unchecked:before {
    content: "\e73c";
}

.icon-crop:before {
    content: "\e73d";
}

.icon-scissors:before {
    content: "\e73e";
}

.icon-filter:before {
    content: "\e73f";
}

.icon-filter2:before {
    content: "\e740";
}

.icon-font:before {
    content: "\e741";
}

.icon-text-height:before {
    content: "\e742";
}

.icon-text-width:before {
    content: "\e743";
}

.icon-bold:before {
    content: "\e744";
}

.icon-underline:before {
    content: "\e745";
}

.icon-italic:before {
    content: "\e746";
}

.icon-strikethrough:before {
    content: "\e747";
}

.icon-omega:before {
    content: "\e748";
}

.icon-sigma:before {
    content: "\e749";
}

.icon-table:before {
    content: "\e74a";
}

.icon-table2:before {
    content: "\e74b";
}

.icon-insert-template:before {
    content: "\e74c";
}

.icon-pilcrow:before {
    content: "\e74d";
}

.icon-lefttoright:before {
    content: "\e74e";
}

.icon-righttoleft:before {
    content: "\e74f";
}

.icon-paragraph-left:before {
    content: "\e750";
}

.icon-paragraph-center:before {
    content: "\e751";
}

.icon-paragraph-right:before {
    content: "\e752";
}

.icon-paragraph-justify:before {
    content: "\e753";
}

.icon-paragraph-left2:before {
    content: "\e754";
}

.icon-paragraph-center2:before {
    content: "\e755";
}

.icon-paragraph-right2:before {
    content: "\e756";
}

.icon-paragraph-justify2:before {
    content: "\e757";
}

.icon-indent-increase:before {
    content: "\e758";
}

.icon-indent-decrease:before {
    content: "\e759";
}

.icon-newtab:before {
    content: "\e75a";
}

.icon-embed:before {
    content: "\e75b";
}

.icon-code:before {
    content: "\e75c";
}

.icon-console:before {
    content: "\e75d";
}

.icon-share:before {
    content: "\e75e";
}

.icon-mail:before {
    content: "\e75f";
}

.icon-mail2:before {
    content: "\e760";
}

.icon-mail3:before {
    content: "\e761";
}

.icon-mail4:before {
    content: "\e762";
}

.icon-google:before {
    content: "\e763";
}

.icon-googleplus:before {
    content: "\e764";
}

.icon-googleplus2:before {
    content: "\e765";
}

.icon-googleplus3:before {
    content: "\e766";
}

.icon-googleplus4:before {
    content: "\e767";
}

.icon-google-drive:before {
    content: "\e768";
}

.icon-facebook:before {
    content: "\e769";
}

.icon-facebook2:before {
    content: "\e76a";
}

.icon-facebook3:before {
    content: "\e76b";
}

.icon-instagram:before {
    content: "\e76c";
}

.icon-twitter:before {
    content: "\e76d";
}

.icon-twitter2:before {
    content: "\e76e";
}

.icon-twitter3:before {
    content: "\e76f";
}

.icon-feed2:before {
    content: "\e770";
}

.icon-feed3:before {
    content: "\e771";
}

.icon-feed4:before {
    content: "\e772";
}

.icon-youtube:before {
    content: "\e773";
}

.icon-youtube2:before {
    content: "\e774";
}

.icon-vimeo:before {
    content: "\e775";
}

.icon-vimeo2:before {
    content: "\e776";
}

.icon-vimeo3:before {
    content: "\e777";
}

.icon-lanyrd:before {
    content: "\e778";
}

.icon-flickr:before {
    content: "\e779";
}

.icon-flickr2:before {
    content: "\e77a";
}

.icon-flickr3:before {
    content: "\e77b";
}

.icon-flickr4:before {
    content: "\e77c";
}

.icon-picassa:before {
    content: "\e77d";
}

.icon-picassa2:before {
    content: "\e77e";
}

.icon-dribbble:before {
    content: "\e77f";
}

.icon-dribbble2:before {
    content: "\e780";
}

.icon-dribbble3:before {
    content: "\e781";
}

.icon-forrst:before {
    content: "\e782";
}

.icon-forrst2:before {
    content: "\e783";
}

.icon-deviantart:before {
    content: "\e784";
}

.icon-deviantart2:before {
    content: "\e785";
}

.icon-steam:before {
    content: "\e786";
}

.icon-steam2:before {
    content: "\e787";
}

.icon-github:before {
    content: "\e788";
}

.icon-github2:before {
    content: "\e789";
}

.icon-github3:before {
    content: "\e78a";
}

.icon-github4:before {
    content: "\e78b";
}

.icon-github5:before {
    content: "\e78c";
}

.icon-wordpress:before {
    content: "\e78d";
}

.icon-wordpress2:before {
    content: "\e78e";
}

.icon-joomla:before {
    content: "\e78f";
}

.icon-blogger:before {
    content: "\e790";
}

.icon-blogger2:before {
    content: "\e791";
}

.icon-tumblr:before {
    content: "\e792";
}

.icon-tumblr2:before {
    content: "\e793";
}

.icon-yahoo:before {
    content: "\e794";
}

.icon-tux:before {
    content: "\e795";
}

.icon-apple:before {
    content: "\e796";
}

.icon-finder:before {
    content: "\e797";
}

.icon-android:before {
    content: "\e798";
}

.icon-windows:before {
    content: "\e799";
}

.icon-windows8:before {
    content: "\e79a";
}

.icon-soundcloud:before {
    content: "\e79b";
}

.icon-soundcloud2:before {
    content: "\e79c";
}

.icon-skype:before {
    content: "\e79d";
}

.icon-reddit:before {
    content: "\e79e";
}

.icon-linkedin:before {
    content: "\e79f";
}

.icon-lastfm:before {
    content: "\e7a0";
}

.icon-lastfm2:before {
    content: "\e7a1";
}

.icon-delicious:before {
    content: "\e7a2";
}

.icon-stumbleupon:before {
    content: "\e7a3";
}

.icon-stumbleupon2:before {
    content: "\e7a4";
}

.icon-stackoverflow:before {
    content: "\e7a5";
}

.icon-pinterest:before {
    content: "\e7a6";
}

.icon-pinterest2:before {
    content: "\e7a7";
}

.icon-xing:before {
    content: "\e7a8";
}

.icon-xing2:before {
    content: "\e7a9";
}

.icon-flattr:before {
    content: "\e7aa";
}

.icon-foursquare:before {
    content: "\e7ab";
}

.icon-foursquare2:before {
    content: "\e7ac";
}

.icon-paypal:before {
    content: "\e7ad";
}

.icon-paypal2:before {
    content: "\e7ae";
}

.icon-paypal3:before {
    content: "\e7af";
}

.icon-yelp:before {
    content: "\e7b0";
}

.icon-libreoffice:before {
    content: "\e7b1";
}

.icon-file-pdf:before {
    content: "\e7b2";
}

.icon-file-openoffice:before {
    content: "\e7b3";
}

.icon-file-word:before {
    content: "\e7b4";
}

.icon-file-excel:before {
    content: "\e7b5";
}

.icon-file-zip:before {
    content: "\e7b6";
}

.icon-file-powerpoint:before {
    content: "\e7b7";
}

.icon-file-xml:before {
    content: "\e7b8";
}

.icon-file-css:before {
    content: "\e7b9";
}

.icon-html5:before {
    content: "\e7ba";
}

.icon-html52:before {
    content: "\e7bb";
}

.icon-css3:before {
    content: "\e7bc";
}

.icon-chrome:before {
    content: "\e7bd";
}

.icon-firefox:before {
    content: "\e7be";
}

.icon-IE:before {
    content: "\e7bf";
}

.icon-opera:before {
    content: "\e7c0";
}

.icon-safari:before {
    content: "\e7c1";
}

.icon-IcoMoon:before {
    content: "\e7c2";
}

.icon-phone2:before {
    content: "\e7c3";
}

.icon-mobile3:before {
    content: "\e7c4";
}

.icon-mouse:before {
    content: "\e7c5";
}

.icon-directions:before {
    content: "\e7c6";
}

.icon-mail5:before {
    content: "\e7c7";
}

.icon-paperplane:before {
    content: "\e7c8";
}

.icon-pencil3:before {
    content: "\e7c9";
}

.icon-feather:before {
    content: "\e7ca";
}

.icon-paperclip:before {
    content: "\e7cb";
}

.icon-drawer4:before {
    content: "\e7cc";
}

.icon-reply2:before {
    content: "\e7cd";
}

.icon-reply-all:before {
    content: "\e7ce";
}

.icon-forward4:before {
    content: "\e7cf";
}

.icon-user5:before {
    content: "\e7d0";
}

.icon-users3:before {
    content: "\e7d1";
}

.icon-user-add:before {
    content: "\e7d2";
}

.icon-vcard:before {
    content: "\e7d3";
}

.icon-export:before {
    content: "\e7d4";
}

.icon-location3:before {
    content: "\e7d5";
}

.icon-map3:before {
    content: "\e7d6";
}

.icon-compass2:before {
    content: "\e7d7";
}

.icon-location4:before {
    content: "\e7d8";
}

.icon-target2:before {
    content: "\e7d9";
}

.icon-share2:before {
    content: "\e7da";
}

.icon-sharable:before {
    content: "\e7db";
}

.icon-heart3:before {
    content: "\e7dc";
}

.icon-heart4:before {
    content: "\e7dd";
}

.icon-star4:before {
    content: "\e7de";
}

.icon-star5:before {
    content: "\e7df";
}

.icon-thumbsup:before {
    content: "\e7e0";
}

.icon-thumbsdown:before {
    content: "\e7e1";
}

.icon-chat:before {
    content: "\e7e2";
}

.icon-comment:before {
    content: "\e7e3";
}

.icon-quote:before {
    content: "\e7e4";
}

.icon-house:before {
    content: "\e7e5";
}

.icon-popup:before {
    content: "\e7e6";
}

.icon-search2:before {
    content: "\e7e7";
}

.icon-flashlight:before {
    content: "\e7e8";
}

.icon-printer:before {
    content: "\e7e9";
}

.icon-bell2:before {
    content: "\e7ea";
}

.icon-link2:before {
    content: "\e7eb";
}

.icon-flag2:before {
    content: "\e7ec";
}

.icon-cog3:before {
    content: "\e7ed";
}

.icon-tools:before {
    content: "\e7ee";
}

.icon-trophy2:before {
    content: "\e7ef";
}

.icon-tag2:before {
    content: "\e7f0";
}

.icon-camera3:before {
    content: "\e7f1";
}

.icon-megaphone:before {
    content: "\e7f2";
}

.icon-moon:before {
    content: "\e7f3";
}

.icon-palette:before {
    content: "\e7f4";
}

.icon-leaf2:before {
    content: "\e7f5";
}

.icon-music2:before {
    content: "\e7f6";
}

.icon-music3:before {
    content: "\e7f7";
}

.icon-new:before {
    content: "\e7f8";
}

.icon-graduation:before {
    content: "\e7f9";
}

.icon-book2:before {
    content: "\e7fa";
}

.icon-newspaper2:before {
    content: "\e7fb";
}

.icon-bag:before {
    content: "\e7fc";
}

.icon-airplane2:before {
    content: "\e7fd";
}

.icon-lifebuoy:before {
    content: "\e7fe";
}

.icon-eye3:before {
    content: "\e7ff";
}

.icon-clock3:before {
    content: "\e800";
}

.icon-microphone:before {
    content: "\e801";
}

.icon-calendar3:before {
    content: "\e802";
}

.icon-bolt:before {
    content: "\e803";
}

.icon-thunder:before {
    content: "\e804";
}

.icon-droplet2:before {
    content: "\e805";
}

.icon-cd:before {
    content: "\e806";
}

.icon-briefcase2:before {
    content: "\e807";
}

.icon-air:before {
    content: "\e808";
}

.icon-hourglass:before {
    content: "\e809";
}

.icon-gauge:before {
    content: "\e80a";
}

.icon-language:before {
    content: "\e80b";
}

.icon-network:before {
    content: "\e80c";
}

.icon-key3:before {
    content: "\e80d";
}

.icon-battery:before {
    content: "\e80e";
}

.icon-bucket:before {
    content: "\e80f";
}

.icon-magnet2:before {
    content: "\e810";
}

.icon-drive:before {
    content: "\e811";
}

.icon-cup:before {
    content: "\e812";
}

.icon-rocket2:before {
    content: "\e813";
}

.icon-brush:before {
    content: "\e814";
}

.icon-suitcase:before {
    content: "\e815";
}

.icon-cone:before {
    content: "\e816";
}

.icon-earth2:before {
    content: "\e817";
}

.icon-keyboard2:before {
    content: "\e818";
}

.icon-browser:before {
    content: "\e819";
}

.icon-publish:before {
    content: "\e81a";
}

.icon-progress-3:before {
    content: "\e81b";
}

.icon-progress-2:before {
    content: "\e81c";
}

.icon-brogress-1:before {
    content: "\e81d";
}

.icon-progress-0:before {
    content: "\e81e";
}

.icon-sun:before {
    content: "\e81f";
}

.icon-sun2:before {
    content: "\e820";
}

.icon-adjust:before {
    content: "\e821";
}

.icon-code2:before {
    content: "\e822";
}

.icon-screen2:before {
    content: "\e823";
}

.icon-infinity:before {
    content: "\e824";
}

.icon-light-bulb:before {
    content: "\e825";
}

.icon-creditcard:before {
    content: "\e826";
}

.icon-database:before {
    content: "\e827";
}

.icon-voicemail:before {
    content: "\e828";
}

.icon-clipboard:before {
    content: "\e829";
}

.icon-cart4:before {
    content: "\e82a";
}

.icon-box:before {
    content: "\e82b";
}

.icon-ticket2:before {
    content: "\e82c";
}

.icon-rss:before {
    content: "\e82d";
}

.icon-signal:before {
    content: "\e82e";
}

.icon-thermometer:before {
    content: "\e82f";
}

.icon-droplets:before {
    content: "\e830";
}

.icon-uniE831:before {
    content: "\e831";
}

.icon-statistics:before {
    content: "\e832";
}

.icon-pie2:before {
    content: "\e833";
}

.icon-bars3:before {
    content: "\e834";
}

.icon-graph:before {
    content: "\e835";
}

.icon-lock3:before {
    content: "\e836";
}

.icon-lock-open:before {
    content: "\e837";
}

.icon-logout:before {
    content: "\e838";
}

.icon-login:before {
    content: "\e839";
}

.icon-checkmark3:before {
    content: "\e83a";
}

.icon-cross:before {
    content: "\e83b";
}

.icon-minus2:before {
    content: "\e83c";
}

.icon-plus2:before {
    content: "\e83d";
}

.icon-cross2:before {
    content: "\e83e";
}

.icon-minus3:before {
    content: "\e83f";
}

.icon-plus3:before {
    content: "\e840";
}

.icon-cross3:before {
    content: "\e841";
}

.icon-minus4:before {
    content: "\e842";
}

.icon-plus4:before {
    content: "\e843";
}

.icon-erase:before {
    content: "\e844";
}

.icon-blocked2:before {
    content: "\e845";
}

.icon-info3:before {
    content: "\e846";
}

.icon-info4:before {
    content: "\e847";
}

.icon-question2:before {
    content: "\e848";
}

.icon-help:before {
    content: "\e849";
}

.icon-warning2:before {
    content: "\e84a";
}

.icon-cycle:before {
    content: "\e84b";
}

.icon-cw:before {
    content: "\e84c";
}

.icon-ccw:before {
    content: "\e84d";
}

.icon-shuffle2:before {
    content: "\e84e";
}

.icon-arrow:before {
    content: "\e84f";
}

.icon-arrow2:before {
    content: "\e850";
}

.icon-retweet:before {
    content: "\e851";
}

.icon-loop4:before {
    content: "\e852";
}

.icon-history2:before {
    content: "\e853";
}

.icon-back:before {
    content: "\e854";
}

.icon-switch2:before {
    content: "\e855";
}

.icon-list3:before {
    content: "\e856";
}

.icon-add-to-list:before {
    content: "\e857";
}

.icon-layout:before {
    content: "\e858";
}

.icon-list4:before {
    content: "\e859";
}

.icon-text:before {
    content: "\e85a";
}

.icon-text2:before {
    content: "\e85b";
}

.icon-document:before {
    content: "\e85c";
}

.icon-docs:before {
    content: "\e85d";
}

.icon-landscape:before {
    content: "\e85e";
}

.icon-pictures:before {
    content: "\e85f";
}

.icon-video:before {
    content: "\e860";
}

.icon-music4:before {
    content: "\e861";
}

.icon-folder2:before {
    content: "\e862";
}

.icon-archive:before {
    content: "\e863";
}

.icon-trash:before {
    content: "\e864";
}

.icon-upload4:before {
    content: "\e865";
}

.icon-download4:before {
    content: "\e866";
}

.icon-disk2:before {
    content: "\e867";
}

.icon-install:before {
    content: "\e868";
}

.icon-cloud2:before {
    content: "\e869";
}

.icon-upload5:before {
    content: "\e86a";
}

.icon-bookmark2:before {
    content: "\e86b";
}

.icon-bookmarks2:before {
    content: "\e86c";
}

.icon-book3:before {
    content: "\e86d";
}

.icon-play4:before {
    content: "\e86e";
}

.icon-pause3:before {
    content: "\e86f";
}

.icon-record:before {
    content: "\e870";
}

.icon-stop3:before {
    content: "\e871";
}

.icon-next2:before {
    content: "\e872";
}

.icon-previous2:before {
    content: "\e873";
}

.icon-first2:before {
    content: "\e874";
}

.icon-last2:before {
    content: "\e875";
}

.icon-resize-enlarge:before {
    content: "\e876";
}

.icon-resize-shrink:before {
    content: "\e877";
}

.icon-volume:before {
    content: "\e878";
}

.icon-sound:before {
    content: "\e879";
}

.icon-mute:before {
    content: "\e87a";
}

.icon-flow-cascade:before {
    content: "\e87b";
}

.icon-flow-branch:before {
    content: "\e87c";
}

.icon-flow-tree:before {
    content: "\e87d";
}

.icon-flow-line:before {
    content: "\e87e";
}

.icon-flow-parallel:before {
    content: "\e87f";
}

.icon-arrow-left4:before {
    content: "\e880";
}

.icon-arrow-down4:before {
    content: "\e881";
}

.icon-arrow-up-upload:before {
    content: "\e882";
}

.icon-arrow-right4:before {
    content: "\e883";
}

.icon-arrow-left5:before {
    content: "\e884";
}

.icon-arrow-down5:before {
    content: "\e885";
}

.icon-arrow-up4:before {
    content: "\e886";
}

.icon-arrow-right5:before {
    content: "\e887";
}

.icon-arrow-left6:before {
    content: "\e888";
}

.icon-arrow-down6:before {
    content: "\e889";
}

.icon-arrow-up5:before {
    content: "\e88a";
}

.icon-arrow-right6:before {
    content: "\e88b";
}

.icon-arrow-left7:before {
    content: "\e88c";
}

.icon-arrow-down7:before {
    content: "\e88d";
}

.icon-arrow-up6:before {
    content: "\e88e";
}

.icon-arrow-right7:before {
    content: "\e88f";
}

.icon-arrow-left8:before {
    content: "\e890";
}

.icon-arrow-down8:before {
    content: "\e891";
}

.icon-arrow-up7:before {
    content: "\e892";
}

.icon-arrow-right8:before {
    content: "\e893";
}

.icon-arrow-left9:before {
    content: "\e894";
}

.icon-arrow-down9:before {
    content: "\e895";
}

.icon-arrow-up8:before {
    content: "\e896";
}

.icon-arrow-right9:before {
    content: "\e897";
}

.icon-arrow-left10:before {
    content: "\e898";
}

.icon-arrow-down10:before {
    content: "\e899";
}

.icon-arrow-up9:before {
    content: "\e89a";
}

.icon-uniE89B:before {
    content: "\e89b";
}

.icon-arrow-left11:before {
    content: "\e89c";
}

.icon-arrow-down11:before {
    content: "\e89d";
}

.icon-arrow-up10:before {
    content: "\e89e";
}

.icon-arrow-right10:before {
    content: "\e89f";
}

.icon-menu3:before {
    content: "\e8a0";
}

.icon-ellipsis:before {
    content: "\e8a1";
}

.icon-dots:before {
    content: "\e8a2";
}

.icon-dot:before {
    content: "\e8a3";
}

.icon-cc:before {
    content: "\e8a4";
}

.icon-cc-by:before {
    content: "\e8a5";
}

.icon-cc-nc:before {
    content: "\e8a6";
}

.icon-cc-nc-eu:before {
    content: "\e8a7";
}

.icon-cc-nc-jp:before {
    content: "\e8a8";
}

.icon-cc-sa:before {
    content: "\e8a9";
}

.icon-cc-nd:before {
    content: "\e8aa";
}

.icon-cc-pd:before {
    content: "\e8ab";
}

.icon-cc-zero:before {
    content: "\e8ac";
}

.icon-cc-share:before {
    content: "\e8ad";
}

.icon-cc-share2:before {
    content: "\e8ae";
}

.icon-danielbruce:before {
    content: "\e8af";
}

.icon-danielbruce2:before {
    content: "\e8b0";
}

.icon-github6:before {
    content: "\e8b1";
}

.icon-github7:before {
    content: "\e8b2";
}

.icon-flickr5:before {
    content: "\e8b3";
}

.icon-flickr6:before {
    content: "\e8b4";
}

.icon-vimeo4:before {
    content: "\e8b5";
}

.icon-vimeo5:before {
    content: "\e8b6";
}

.icon-twitter4:before {
    content: "\e8b7";
}

.icon-twitter5:before {
    content: "\e8b8";
}

.icon-facebook4:before {
    content: "\e8b9";
}

.icon-facebook5:before {
    content: "\e8ba";
}

.icon-facebook6:before {
    content: "\e8bb";
}

.icon-googleplus5:before {
    content: "\e8bc";
}

.icon-googleplus6:before {
    content: "\e8bd";
}

.icon-pinterest3:before {
    content: "\e8be";
}

.icon-pinterest4:before {
    content: "\e8bf";
}

.icon-tumblr3:before {
    content: "\e8c0";
}

.icon-tumblr4:before {
    content: "\e8c1";
}

.icon-linkedin2:before {
    content: "\e8c2";
}

.icon-linkedin3:before {
    content: "\e8c3";
}

.icon-dribbble4:before {
    content: "\e8c4";
}

.icon-dribbble5:before {
    content: "\e8c5";
}

.icon-stumbleupon3:before {
    content: "\e8c6";
}

.icon-stumbleupon4:before {
    content: "\e8c7";
}

.icon-lastfm3:before {
    content: "\e8c8";
}

.icon-lastfm4:before {
    content: "\e8c9";
}

.icon-rdio:before {
    content: "\e8ca";
}

.icon-rdio2:before {
    content: "\e8cb";
}

.icon-spotify:before {
    content: "\e8cc";
}

.icon-spotify2:before {
    content: "\e8cd";
}

.icon-qq:before {
    content: "\e8ce";
}

.icon-instagram2:before {
    content: "\e8cf";
}

.icon-dropbox:before {
    content: "\e8d0";
}

.icon-evernote:before {
    content: "\e8d1";
}

.icon-flattr2:before {
    content: "\e8d2";
}

.icon-skype2:before {
    content: "\e8d3";
}

.icon-skype3:before {
    content: "\e8d4";
}

.icon-renren:before {
    content: "\e8d5";
}

.icon-sina-weibo:before {
    content: "\e8d6";
}

.icon-paypal4:before {
    content: "\e8d7";
}

.icon-picasa:before {
    content: "\e8d8";
}

.icon-soundcloud3:before {
    content: "\e8d9";
}

.icon-mixi:before {
    content: "\e8da";
}

.icon-behance:before {
    content: "\e8db";
}

.icon-circles:before {
    content: "\e8dc";
}

.icon-vk:before {
    content: "\e8dd";
}

.icon-smashing:before {
    content: "\e8de";
}

#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 .social-icons {
    text-align: right;
}

.block__portfolio,
.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;
    top: 0;
}

.title-desc {
    color: #444444;
    font: 1.4em/2em "Raleway", Arial, sans-serif;
    font-weight: 300;
    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 #E71D36;
    border-radius: 50px;
    height: 94px;
    position: relative;
    width: 94px;
}

ul li {
    list-style: none;
}

button.button-inverse {
    background: none repeat scroll 0 0 #E71D36;
    border-color: #E71D36;
    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: #E71D36;
    padding-right: 5px;
}

.boxtitle {
    color: #5a6168;
    font: 1em "Oswald", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    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: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
}

#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 {
    bottom: 0;
    top: 0;
    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 "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.slogan {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 5.5em;
    line-height: 68px;
    font-weight: 300;
}

.site-name {
    border-bottom: 1px solid #FFFFFF;
    color: #E71D36;
    font-family: 'NovecentosanswideMedium', Arial, sans-serif;
    font-size: 5.5em;
    letter-spacing: 0.6em;
    line-height: 79px;
    padding-bottom: 10px;
    text-indent: 7px;
}

.desc {
    font: 0.9375em "Open Sans", sans-serif;
    font-weight: 500;
    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: #E71D36;
}

#button-scroll a {
    color: #FFFFFF;
    font: 1em "Oswald", sans-serif;
    font-weight: 300;
    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: #E71D36;
    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 #FFFFFF;
    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: 50px;
    margin-top: 17px;
    width: 75px;
}

button i {
    margin-left: 13px;
}

.about {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 100px 0;
}

.about #tz-aboutus {
    padding: 0;
}

.about button {
    margin-top: 80px;
    display: inline-block;
    margin-bottom: 0;
}

.about #tz-about-head,
.about #tz-about-body,
.about #tz-about-foot {
    /*padding: 0;*/
}

.about .custom {
    text-align: center;
}

.title-big {
    text-align: center;
    padding-bottom: 100px;
}

.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: #E71D36;
    font-family: NovecentosanswideNormal, sans-serif;
    font-size: 1.5rem;
    vertical-align: middle;
}

.subtitle {
    color: #555555;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 1.375em;
    margin: 0;
    position: relative;
    z-index: 1;
}

p {
    color: #424242;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

p.history {
    line-height: 28px;
    margin: 0 auto 100px;
    text-align: center;
    width: 750px;
}

.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 #E71D36;
    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: #E71D36;
    font: 0.8125em/1.75em "Raleway", Arial, sans-serif;
    font-weight: 500;
}

.boxes .box-inner a:hover {
    color: #808080;
}

.boxes h4 {
    font: 1.1em/1.5em "Raleway", Arial, sans-serif;
    font-weight: 600;
    min-height: 3em;
}

.boxes p {
    font: 0.875em/1.75em "Raleway", Arial, sans-serif;
    font-weight: 500;
    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: "Raleway", sans-serif;
    font-weight: 700;
    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 #E71D36;
    border-color: #E71D36;
    color: #FFFFFF;
}

.row.title {
    padding-bottom: 105px;
    margin-bottom: 0 !important;
}

h1.title-smooth {
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    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: #E71D36;
}

#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: 0.9em;
    letter-spacing: 0.05em;
    line-height: 28px;
    padding-top: 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.offer span.fa-stack {
    background: none repeat scroll 0 0 #E71D36;
    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;
    padding: 100px 0;
}

.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: 100%;
}

.our_team figure img {
    width: 100%;
}

.member {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto 40px;
    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: #E71D36;
}

.member .member-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #E71D36;
    margin-top: -10px;
    padding: 0;
    position: relative;
}

.member .member-content h4 {
    color: #2B2B2B;
    font: 1em "Raleway", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    padding: 20px 20px 4px;
}

.member .member-content p {
    color: #6B6B6B;
    font: 0.75em/1.9em "Raleway", Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 0.06em;
    padding: 20px 20px 15px;
    position: relative;
    z-index: 1;
}

.member .member-content .job {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    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 #E71D36;
    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: 200%;
    margin-left: 70px;
    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: 150%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .member-mask {
        margin-left: 117px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .member-mask {
        margin-left: 85px;
    }
}

@media (max-width: 767px) {
    .member-mask {
        margin-left: 90px;
    }
}

.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 #E71D36;
    border-radius: 40px;
    height: 46px;
    position: relative;
    width: 46px;
}

.border-wrap .icon-border span.fa-stack {
    background: none repeat scroll 0 0 #E71D36;
    border-radius: 40px;
    height: 38px;
    left: 50%;
    margin-left: -19px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 38px;
}

.features #tz-feature {
    padding-bottom: 0px;
    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;
}

.links + .content-slider {
    padding-bottom: 70px;
}

.links a {
    color: #8D8C8C;
    display: inline-block;
    position: relative;
}

.links a .fa-circle-o {
    color: #8D8C8C;
    font-size: 16px;
}

.links a .fa-circle {
    color: #E71D36;
    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;
    font-weight: 500;
    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: relative;
    z-index: 9;
	margin-top: 20px;
    /*position: absolute;
    right: 50%;
	bottom: 90px;*/
}

/*.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 "Raleway", Arial, sans-serif;
    font-weight: 600;
    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 "Raleway", Arial, sans-serif;
    font-weight: 300;
    text-align: left;
}

.content-slider .slides .feature p:last-of-type {
    margin-top: 30px;
}

.content-slider .slides .feature .button {
    border-color: #E71D36;
    margin: 0;
}

.content-slider .slides .feature .button a,
.content-slider .slides .feature .button i {
    color: #E71D36;
}

.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 "Open Sans", Arial, sans-serif;
    font-weight: 500;
    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 15px;
    position: absolute;
    width: 100%;
    left: 0;
}

.purchase-footer p {
    color: #444444;
    font: 1.7em "Raleway", Arial, sans-serif;
    font-weight: 300;
    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_portfolio_plus_articles .center-block {
    display: block;
    -moz-padding-start: 0;
    margin: 0 auto 50px;
    text-align: center;
}

.tz_portfolio_plus_articles .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: "Raleway", sans-serif;
    font-weight: 700;
    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;
    line-height: 17px;
}

.tz_portfolio_plus_articles .center-block a i {
    padding-right: 5px;
}

.tz_portfolio_plus_articles .center-block a:first-of-type {
    margin-left: 0;
}

.tz_portfolio_plus_articles .center-block a.selected {
    background: none repeat scroll 0 0 #E71D36;
    border: 1px solid #E71D36;
    color: #fff;
}

.tz_portfolio_plus_articles .center-block a:hover {
    border: 1px solid #E71D36;
}

#load-more {
    margin: 105px auto 120px;
}

#load-more.tzNomore {
    width: 30%;
}

#load-more:hover {
    background: none repeat scroll 0 0 #E71D36;
    border-color: #E71D36;
    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;
}

.masonry .element {
    padding: 0;
    margin: 0;
    background: transparent;
}

.tz_portfolio_plus_articles .TzInner {
    background: none repeat scroll 0 0 #000;
    overflow: hidden;
    position: relative;
    padding: 0;
    /*height: 350px;*/
    margin: 15px;
}

.tz_portfolio_plus_articles .TzInner:hover div.cover,
.tz_portfolio_plus_articles .TzInner:hover .cover .cover-inner,
.tz_portfolio_plus_articles .TzInner:hover .cover a {
    opacity: 1;
}

.tz_portfolio_plus_articles .TzInner:hover .cover .photo-name,
.tz_portfolio_plus_articles .TzInner:hover .cover .photo-cat,
.tz_portfolio_plus_articles .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);
}

.tz_portfolio_plus_articles .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);
}

.tz_portfolio_plus_articles .TzInner .TzPortfolioMedia {
    margin: 0;
}

.tz_portfolio_plus_articles .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;
}

.tz_portfolio_plus_articles .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;
}

.tz_portfolio_plus_articles .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;
}

.tz_portfolio_plus_articles .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 "Open Sans", Arial, sans-serif;
    font-weight: 300;
    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;
}

.tz_portfolio_plus_articles .TzInner .cover a.zoom:hover {
    color: #E71D36;
}

.tz_portfolio_plus_articles .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;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 0;
    width: 100%;
}

.tz_portfolio_plus_articles .TzInner .cover .photo-name a {
    color: #fff;
}

.tz_portfolio_plus_articles .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: #E71D36;
    font: 0.85em "Open Sans", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: -3px;
    text-transform: uppercase;
    width: 100%;
}

.tz_portfolio_plus_articles .TzInner .cover .photo-cat a {
    color: #E71D36;
    font: 12px "Open Sans", Arial, sans-serif;
    font-weight: 600;
}

.tz_portfolio_plus_articles .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: 15px;
    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;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.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: -390px;
    top: 45px;
    -moz-transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.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 #E71D36;
    border-radius: 40px;
    height: 46px;
    position: relative;
    width: 46px;
    display: block;
}

.blogs .blog .icon-border i:hover {
    color: #000;
}

.blogs .blog span.fa-stack {
    background: none repeat scroll 0 0 #E71D36;
    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 #E71D36;
    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 "Raleway", Arial, sans-serif;
    font-weight: 300;
    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 "Raleway", Arial, sans-serif;
    font-weight: 300;
    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;
    top: 0;
}

.TzContact.container {
    position: relative;
    z-index: 5;
}

#message-sent-false,
#message-sent {
    display: none;
}

.error-color {
    color: #E71D36;
    font-size: 1.3em;
    margin-bottom: 40px;
    text-align: center;
}

.contact hr + p {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

.contact .button {
    border-color: #fff;
    border-radius: 0;
    color: #E71D36;
    margin: 70px auto;
    width: 100%;
}

.contact .button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #E71D36;
    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: "Raleway", sans-serif;
    font-weight: 300;
    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: #E71D36;
    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: 90px;
    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: #E71D36;
    font: 0.85em "Open Sans", Arial, sans-serif;
    font-weight: 700;
    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: 26px;
}

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: #E71D36;
}

.copyright {
    bottom: 2px;
    color: #fff;
    font-size: 0.6em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 50;
}

.copyright a {
    color: #E71D36;
}

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 .search .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 #E71D36;
    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: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 0.02em;
    padding: 13px 30px;
    height: auto;
}

aside .search .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 #E71D36;
    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 .module p {
    color: #868585;
    font-size: 1em;
    line-height: 1.6em;
}

aside .module ul {
    margin: 0;
    padding: 0;
}

aside .module ul li {
    border-bottom: 1px dotted #dfdfdf;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    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;
    display: block;
}

aside .module 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 .module ul li:hover {
    background: none repeat scroll 0 0 #f7f6f4;
    text-indent: 5px;
}

aside .module 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 .module 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: #E71D36;
    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;
}

.TzArticleMedia {
    margin-bottom: 0;
    overflow: hidden;
}

.blog-content {
    background: #fff;
    padding: 50px 35px 35px;
    border-bottom: 3px solid #E71D36;
}

.blog-content p {
    color: #868585;
    font: 1em/1.9em "Raleway", Arial, sans-serif;
    font-weight: 300;
    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;
}

.blog-content .datas > div a,
.blog-content .datas > div {
    font-size: 1em;
    letter-spacing: 0.03em;
    color: #969593;
}

.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 #E71D36;
    border-right: 15px solid transparent;
    bottom: 5px;
    left: 5px;
}

.tz_portfolio_user .arrow-right {
    border-left: 15px solid transparent;
    border-top: 15px solid #E71D36;
    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 #E71D36;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    font: 2.1em/0.9em "Open Sans", Arial, sans-serif;
    font-weight: 600;
    /*height: 90px;*/
    left: 0px;
    letter-spacing: -0.03em;
    padding: 18px 0;
    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 #E71D36;
    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: #E71D36;
}

#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: #E71D36;
    font-size: 0.9em;
    padding-bottom: 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    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: #E71D36;
}

#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: "Raleway", sans-serif;
    font-weight: 300;
    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;
}

.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: none;
    /*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: auto;
    margin: 0 -15px;
}

.plazart-mainnav .navbar {
    color: #666;
    margin-bottom: 0;
    margin-top: 0;
}

.plazart-mainnav .navbar-inner {
    min-height: 0;
    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: -20px;
        right: 15px;
        padding: 0;
        margin: 0;
        color: #E71D36;
    }

    .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;
        position: fixed;
        width: 100%;
        top: 58px;
        margin-left: 0x;
        padding: 0;
        max-height: none;
        text-align: left;
    }

    .plazart-mainnav .nav-collapse ul.nav li:hover {
        background: #E71D36;
    }

    .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: 0;
        color: #E71D36 !important;
        content: "";
        font-family: FontAwesome;
        font-size: 0.9em;
        font-style: normal;
        font-weight: normal;
        margin-left: -20px;
        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;
        position: relative;
        float: 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;
}

@-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;
}

.boxes .box:nth-child(5) {
    -o-animation-duration: 1.3s;
    -o-animation-delay: 1.4s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.3s;
    -moz-animation-delay: 1.4s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-delay: 1.4s;
    -webkit-animation-iteration-count: 1;
}

.boxes .box:nth-child(6) {
    -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;
}

.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(18) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 9.2s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 9.2s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 9.2s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(17) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 8.7s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 8.7s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 8.7s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(16) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 8.2s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 8.2s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 8.2s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(15) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 7.7s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 7.7s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 7.7s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(14) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 7.2s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 7.2s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 7.2s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(13) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 6.7s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 6.7s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 6.7s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(12) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 6.2s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 6.2s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 6.2s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(11) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 5.7s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 5.7s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 5.7s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(10) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 5.2s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 5.2s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 5.2s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(9) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 4.7s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 4.7s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 4.7s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(8) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 4.2s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 4.2s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 4.2s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(7) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 3.7s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 3.7s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 3.7s;
    -webkit-animation-iteration-count: 1;
}

.logos img:nth-child(6) {
    -o-animation-duration: 1.2s;
    -o-animation-delay: 3.2s;
    -o-animation-iteration-count: 1;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay: 3.2s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 3.2s;
    -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: 0;
        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: 15%;
    }

    .since {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .slogan {
        line-height: 38px;
    }

    .site-name {
        letter-spacing: .62em;
        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%;
    }

    .our_team .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .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(144.0deg);
        -webkit-transform: rotate(144.0deg);
        transform: rotate(144.0deg);
        right: -305px;
    }

    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 "Open Sans", Arial, sans-serif;
        font-weight: 600;
        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: #E71D36;
    }

    .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: #E71D36;
    }

    .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 (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: 1200px;*/
    /*padding: 0 15px;*/
}

.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;
}

/* Update */
.padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.width-auto {
    display: inline-block;
    width: auto;
}

.plazart-megamenu .navbar-nav.level0 > li:last-child {
    padding-right: 0;
}

.plazart-mainnav .navbar-collapse.collapse {
    padding: 0;
}

.plazart-megamenu {
    text-align: right;
}

.plazart-megamenu .navbar-nav {
    float: none;
}

.plazart-megamenu .navbar-nav > li {
    float: none;
}

.group__content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.group__content .article__item {
    width: 33.33%;
    padding: 0 15px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .group__content .article__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .group__content .article__item {
        width: 100%;
    }
}

.mod-articles-category-group {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0;
}

.tz__media {
    position: relative;
    z-index: 20;
}

.tz__media .tz__image {
    overflow: hidden;
    position: relative;
}

.tz__content {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #E71D36;
    position: relative;
    z-index: 10;
    padding: 50px 35px 35px;
}

@media (max-width: 1199px) {
    .tz__content {
        padding: 40px 20px 20px;
    }
}

.tz__Title {
    position: relative;
    z-index: 999;
}

.tz__title {
    color: #2b2b2b;
    text-transform: uppercase;
    font-family: NovecentosanswideBold, Arial, sans-serif;
	font-weight: 700;
}

.tz__title:hover {
    color: #E71D36;
}

.tz__intro {
    color: #868585;
    font: 0.82em/1.9em "Raleway", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    padding: 10px 0px;
    position: relative;
    z-index: 1;
}

.mod-articles-category-category a {
    color: #969593;
    display: inline-block;
    font: 0.75em "Raleway", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.mod-articles-category-readmore a {
    font-size: 12px;
    color: #2b2b2b;
}

.mod-articles-category-readmore a:hover {
    color: #E71D36;
}

.tz__block__title {
    padding-bottom: 100px;
}

.block__portfolio {
    padding: 100px 0 180px;
    background: #ffffff;
}

/*Blog Detail*/
.item-page .item-image {
    float: none !important;
    display: block;
}

.blog-content .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

.blog-content .page-header h2 {
    font-size: 1.2em;
    letter-spacing: 0.03em;
    font-family: NovecentosanswideBold, Arial, sans-serif;
    margin: 0;
    padding: 0;
	font-weight: 700;
}

.blog-content .tags.inline {
    display: inline;
    padding: 0;
}

.blog-content .tags.inline li {
    display: inline-block;
}

.article-info {
    margin-left: -35px;
}

.article-info dd {
    display: inline-block;
    font-size: 1em;
    letter-spacing: 0.03em;
    padding-left: 35px;
    color: #969593;
    padding-bottom: 10px;
}

.article-info dt {
    padding-left: 35px;
    margin-bottom: 5px;
}

.article-info dd a {
    color: #969593;
}

.article-info dd:first-of-type {
    /*padding-left: 0;*/
}

.pager li > a, .pager li > span {
    font-size: 0.7em;
    line-height: 26px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
    color: #000000;
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.pager li > a:hover, .pager li > a:focus {
    background: none repeat scroll 0 0 #E71D36;
    border-color: #E71D36;
    color: #FFFFFF;
}

.side-box .module-title {
    color: #5a6168;
    font: 1em "Oswald", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 10px 0;
}

.side-box .module-title:after {
    content: '';
    margin: 10px 0 25px;
    padding: 0;
    text-align: left;
    width: 30px;
    height: 3px;
    background: #E71D36;
    position: relative;
    display: block;
}

.btn.btn-primary {
    font-size: 0.7em;
    line-height: 26px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.btn.btn-primary:hover {
    background: none repeat scroll 0 0 #E71D36;
    border-color: #E71D36;
    color: #FFFFFF;
}

.btn.btn-default {
    font-size: 0.7em;
    line-height: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    background: none repeat scroll 0 0 #E71D36;
    border-color: #E71D36;
    color: #FFFFFF;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.btn.btn-default:hover, .btn.btn-default:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #000000;
    color: #000000;
}

#login-form .control-group {
    margin-bottom: 10px;
}

aside .module {
    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 .module:first-of-type {

}

aside .module.no-box {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

aside .module .module-title {
    color: #5a6168;
    font: 1em "Oswald", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 10px 0;
}

aside .module .module-title:after {
    content: '';
    margin: 10px 0 25px;
    padding: 0;
    text-align: left;
    width: 30px;
    height: 3px;
    background: #E71D36;
    position: relative;
    display: block;
}

/* Search */
#tz-component .search {
    background: #ffffff;
    padding: 20px 35px 30px;
}

.search-results {
    margin-top: 30px;

}

.search-results a {
    color: #5a6168;
}

.search .highlight {
    color: #4184d8;
    text-transform: capitalize;
}

.search .result-title {
    font-size: 16px;
}

.chzn-container-single {
    min-width: 90px;
}

.chzn-container-single .chzn-single {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dddddd;
    height: auto;
    font-size: 14px;
    line-height: 2em;
    padding: 5px 20px;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.chzn-container-single .chzn-single div {
    width: 15px;
    right: 8px;
    top: 5px;
}

.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    background: #ffffff;
}

.TzRelated .TzRelatedTitle {
    margin-top: 0;
    margin-bottom: 30px;
}

.TzRelated > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
}

.TzRelated > ul li {
    width: 33.33%;
    padding: 0 15px 30px 15px;
    text-align: center;
}

.TzRelated .TzTitle {
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    font: 14px "Oswald", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    color: #5a6168;
}

.TzTagInner .TzBlogTitle,
.TzItemPageInner .TzArticleTitle {
    font-size: 1.2em;
    letter-spacing: 0.03em;
    font-family: NovecentosanswideBold, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.TzTagInner .TzBlogTitle a {
    color: #333;
}

.TzTagInner .TzBlogTitle:after,
.TzItemPageInner .TzArticleTitle:after {
    content: '';
    margin: 20px 0 25px;
    padding: 0;
    text-align: left;
    width: 100px;
    height: 3px;
    background: #E71D36;
    position: relative;
    display: block;
}

.search-results .title,
#TzContent .TzPortfolioTitle,
.TzRelated .TzRelatedTitle,
.tz_portfolio_plus_user .TzArticleAuthorTitle {
    color: #5a6168;
    font: 18px "Oswald", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.search-results .title:after,
#TzContent .TzPortfolioTitle:after,
.tz_portfolio_plus_user .media-body .media-heading:after,
.TzRelated .TzRelatedTitle:after,
.tz_portfolio_plus_user .TzArticleAuthorTitle:after {
    content: '';
    margin: 10px 0 25px;
    padding: 0;
    text-align: left;
    width: 50px;
    height: 3px;
    background: #E71D36;
    position: relative;
    display: block;
}

.TzItemPage .AuthorAvatar img {
    max-width: 150px;
}

.TzItemPage .AuthorAvatar {
    margin-right: 30px;
}

.tz_portfolio_plus_user .media-body .media-heading {
    font-size: 1.1em;
    margin: 0;
    position: relative;
}

#TzContent .TzPortfolioTitle a,
.tz_portfolio_plus_user .media-body .media-heading a {
    color: #333;
}

.tz_portfolio_plus_user .media-body .media-heading:after {
    margin-bottom: 15px;
}

.tz_portfolio_plus_user .AuthorGender,
.tz_portfolio_plus_user .AuthorEmail,
.tz_portfolio_plus_user .AuthorDescription {
    color: #424242;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.tz_portfolio_plus_user .AuthorGender,
.tz_portfolio_plus_user .AuthorEmail {
    display: inline-block;
    margin-right: 10px;
}

.TzTagInner .TzItem {
    background: #ffffff;
    padding: 20px 20px 30px;
}

.TzTagInner .TzTagMedia {
    margin: -20px -20px 30px;
}

.search-results .TzArticle-info > *,
#TzContent .TzArticle-info > *,
.TzTagInner .TzArticleBlogInfo > * {
    display: inline-block;
    margin-right: 10px;
    color: #424242;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.search-results .TzArticle-info a,
#TzContent .TzArticle-info a,
.TzTagInner .TzArticleBlogInfo a {
    color: #E71D36;
}

.TzTagInner .TzTagHeading {
    color: #333;
    font: 2em "Oswald", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

#tz_options .selected {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #000000;
    color: #000000;
}

.search-results .TzItem,
#TzContent .TzInner {
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 2px 3px #ddd;
    -moz-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    background: #ffffff;
}

#TzContent .TzPortfolioDescription {
    padding: 20px;
}

#tz_append {
    margin-top: 30px;
}

.blog .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

.blog .page-header h2 {
    margin-top: 0;
    color: #5a6168;
    font: 18px "Oswald", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.blog .page-header h2 a {
    color: #5a6168;
}

.blog .page-header h2:after {
    content: '';
    margin: 10px 0 25px;
    padding: 0;
    text-align: left;
    width: 50px;
    height: 3px;
    background: #E71D36;
    position: relative;
    display: block;
}

.blog .item-image {
    float: none !important;
    margin-bottom: 30px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

.blog [class^='leading-'], .blog [class*='column-'] {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}

.blog .tags {
    padding: 0;
    margin: 0;
}

.blog .tags li {
    display: inline-block;
}

.blog .readmore {
    margin-top: 20px;
}

.blog .readmore .btn {
    font-size: 0.7em;
    line-height: 26px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.tag-category .btn-group > .btn {
    float: none;
}

.tag-category .btn-group input {
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
}

.tag-category .category {
    margin-top: 30px;
    background: #fff;
}

.tag-category .category h3 {
    margin: 5px 0;
    font: 18px "Oswald", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tag-category .category h3 a {
    color: #333;
}

/* Menu */
.plazart-megamenu .dropdown-menu li .active-border {
    display: none;
}

.plazart-megamenu .dropdown-menu ul.mega-nav {
    padding: 0 10px;
}

.plazart-megamenu .dropdown-menu li {
    text-align: left;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin: 5px 0;

}

.plazart-megamenu .dropdown-menu .mega-inner {
    padding: 0;
}

.plazart-megamenu .navbar-nav > li:after {
    content: '';
    height: 6px;
    width: 30px;
    margin: -8px auto 0;
    background: #E71D36;
    position: relative;
    display: block;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
    .plazart-megamenu .navbar-nav > li:after {
        content: none !important;
    }
}

.plazart-megamenu .navbar-nav > li.open:after,
.plazart-megamenu .navbar-nav > li.active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-one-page .navbar-nav.level0 > li:after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.menu-one-page .navbar-nav.level0 > li.open:after,
.menu-one-page .navbar-nav.level0 > li.current:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.search-results .title {
    margin: 20px 20px 0;
}

.search-results .TzArticle-info {
    margin: 0 20px;
}

.search-results .TzPortfolioReadmore {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.search-results .TzPortfolioIntrotext {
    margin: 0 20px;
}

/* Pagination */
.pagination-list {
    margin: 0;
    padding: 0;
}

.pagination-list li {
    display: inline-block;
}

.pagination-list li a, .pagination-list li span {
    color: #333333;
}

.pagination-list li a:hover, .pagination-list li a:focus, .pagination-list li a:active,
.pagination-list li.active a:hover, .pagination-list li.active a:focus, .pagination-list li.active a:active,
.pagination-list li.active a, .pagination-list li.active span {
    background: #E71D36;
    border-color: #E71D36;
    color: #ffffff;
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #E71D36;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 4;

}

.member .border-wrap .icon-border {
display: none;
}


.none
    {
display: none !important;
    }

#tz-portfolio-wrapper   {
display: none !important;
    }
