@charset 'UTF-8';
@charset "UTF-8";
@font-face {
font-family: 'FontAwesome';
src: url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/FontTawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.pe-fw, .pe-li {
text-align: center
}
@font-face {
font-family: Pe-icon-7-stroke;
src: url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v);
src: url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(//www.nethoster.com.au/wp-content/themes/boxshop/css/fonts/pe-icon-7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
font-weight: 400;
font-style: normal
}
[class*=" pe-7s-"], [class^=pe-7s-] {
display: inline-block;
font-family: Pe-icon-7-stroke;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
} .pe-lg {
font-size: 1.33em;
line-height: .75em;
vertical-align: -15%
}
.pe-stack, .pe-va {
vertical-align: middle
}
.pe-2x {
font-size: 2em
}
.pe-3x {
font-size: 3em
}
.pe-4x {
font-size: 4em
}
.pe-5x {
font-size: 5em
}
.pe-fw {
width: 1.28571em
}
.pe-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none
}
.pe-ul>li {
position: relative
}
.pe-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: .14286em
}
.pe-li.pe-lg {
left: -1.85714em
}
.pe-border {
padding: .2em .25em .15em;
border-radius: .1em;
border: .08em solid #eaeaea
}
.pull-right {
float: right
}
.pe.pull-left {
float: left;
margin-right: .3em;
margin-left: .3em
}
.pe-spin {
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.pe-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.pe-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.pe-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}
.pe-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1)
}
.pe-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1)
}
.pe-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em
}
.pe-stack-1x, .pe-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center
}
.pe-stack-1x {
line-height: inherit
}
.pe-stack-2x {
font-size: 2em
}
.pe-inverse {
color: #fff
}
.pe-7s-album:before {
content: "\e6aa"
}
.pe-7s-arc:before {
content: "\e6ab"
}
.pe-7s-back-2:before {
content: "\e6ac"
}
.pe-7s-bandaid:before {
content: "\e6ad"
}
.pe-7s-car:before {
content: "\e6ae"
}
.pe-7s-diamond:before {
content: "\e6af"
}
.pe-7s-door-lock:before {
content: "\e6b0"
}
.pe-7s-eyedropper:before {
content: "\e6b1"
}
.pe-7s-female:before {
content: "\e6b2"
}
.pe-7s-gym:before {
content: "\e6b3"
}
.pe-7s-hammer:before {
content: "\e6b4"
}
.pe-7s-headphones:before {
content: "\e6b5"
}
.pe-7s-helm:before {
content: "\e6b6"
}
.pe-7s-hourglass:before {
content: "\e6b7"
}
.pe-7s-leaf:before {
content: "\e6b8"
}
.pe-7s-magic-wand:before {
content: "\e6b9"
}
.pe-7s-male:before {
content: "\e6ba"
}
.pe-7s-map-2:before {
content: "\e6bb"
}
.pe-7s-next-2:before {
content: "\e6bc"
}
.pe-7s-paint-bucket:before {
content: "\e6bd"
}
.pe-7s-pendrive:before {
content: "\e6be"
}
.pe-7s-photo:before {
content: "\e6bf"
}
.pe-7s-piggy:before {
content: "\e6c0"
}
.pe-7s-plugin:before {
content: "\e6c1"
}
.pe-7s-refresh-2:before {
content: "\e6c2"
}
.pe-7s-rocket:before {
content: "\e6c3"
}
.pe-7s-settings:before {
content: "\e6c4"
}
.pe-7s-shield:before {
content: "\e6c5"
}
.pe-7s-smile:before {
content: "\e6c6"
}
.pe-7s-usb:before {
content: "\e6c7"
}
.pe-7s-vector:before {
content: "\e6c8"
}
.pe-7s-wine:before {
content: "\e6c9"
}
.pe-7s-cloud-upload:before {
content: "\e68a"
}
.pe-7s-cash:before {
content: "\e68c"
}
.pe-7s-close:before {
content: "\e680"
}
.pe-7s-bluetooth:before {
content: "\e68d"
}
.pe-7s-cloud-download:before {
content: "\e68b"
}
.pe-7s-way:before {
content: "\e68e"
}
.pe-7s-close-circle:before {
content: "\e681"
}
.pe-7s-id:before {
content: "\e68f"
}
.pe-7s-angle-up:before {
content: "\e682"
}
.pe-7s-wristwatch:before {
content: "\e690"
}
.pe-7s-angle-up-circle:before {
content: "\e683"
}
.pe-7s-world:before {
content: "\e691"
}
.pe-7s-angle-right:before {
content: "\e684"
}
.pe-7s-volume:before {
content: "\e692"
}
.pe-7s-angle-right-circle:before {
content: "\e685"
}
.pe-7s-users:before {
content: "\e693"
}
.pe-7s-angle-left:before {
content: "\e686"
}
.pe-7s-user-female:before {
content: "\e694"
}
.pe-7s-angle-left-circle:before {
content: "\e687"
}
.pe-7s-up-arrow:before {
content: "\e695"
}
.pe-7s-angle-down:before {
content: "\e688"
}
.pe-7s-switch:before {
content: "\e696"
}
.pe-7s-angle-down-circle:before {
content: "\e689"
}
.pe-7s-scissors:before {
content: "\e697"
}
.pe-7s-wallet:before {
content: "\e600"
}
.pe-7s-safe:before {
content: "\e698"
}
.pe-7s-volume2:before {
content: "\e601"
}
.pe-7s-volume1:before {
content: "\e602"
}
.pe-7s-voicemail:before {
content: "\e603"
}
.pe-7s-video:before {
content: "\e604"
}
.pe-7s-user:before {
content: "\e605"
}
.pe-7s-upload:before {
content: "\e606"
}
.pe-7s-unlock:before {
content: "\e607"
}
.pe-7s-umbrella:before {
content: "\e608"
}
.pe-7s-trash:before {
content: "\e609"
}
.pe-7s-tools:before {
content: "\e60a"
}
.pe-7s-timer:before {
content: "\e60b"
}
.pe-7s-ticket:before {
content: "\e60c"
}
.pe-7s-target:before {
content: "\e60d"
}
.pe-7s-sun:before {
content: "\e60e"
}
.pe-7s-study:before {
content: "\e60f"
}
.pe-7s-stopwatch:before {
content: "\e610"
}
.pe-7s-star:before {
content: "\e611"
}
.pe-7s-speaker:before {
content: "\e612"
}
.pe-7s-signal:before {
content: "\e613"
}
.pe-7s-shuffle:before {
content: "\e614"
}
.pe-7s-shopbag:before {
content: "\e615"
}
.pe-7s-share:before {
content: "\e616"
}
.pe-7s-server:before {
content: "\e617"
}
.pe-7s-search:before {
content: "\e618"
}
.pe-7s-film:before {
content: "\e6a5"
}
.pe-7s-science:before {
content: "\e619"
}
.pe-7s-disk:before {
content: "\e6a6"
}
.pe-7s-ribbon:before {
content: "\e61a"
}
.pe-7s-repeat:before {
content: "\e61b"
}
.pe-7s-refresh:before {
content: "\e61c"
}
.pe-7s-add-user:before {
content: "\e6a9"
}
.pe-7s-refresh-cloud:before {
content: "\e61d"
}
.pe-7s-paperclip:before {
content: "\e69c"
}
.pe-7s-radio:before {
content: "\e61e"
}
.pe-7s-note2:before {
content: "\e69d"
}
.pe-7s-print:before {
content: "\e61f"
}
.pe-7s-network:before {
content: "\e69e"
}
.pe-7s-prev:before {
content: "\e620"
}
.pe-7s-mute:before {
content: "\e69f"
}
.pe-7s-power:before {
content: "\e621"
}
.pe-7s-medal:before {
content: "\e6a0"
}
.pe-7s-portfolio:before {
content: "\e622"
}
.pe-7s-like2:before {
content: "\e6a1"
}
.pe-7s-plus:before {
content: "\e623"
}
.pe-7s-left-arrow:before {
content: "\e6a2"
}
.pe-7s-play:before {
content: "\e624"
}
.pe-7s-key:before {
content: "\e6a3"
}
.pe-7s-plane:before {
content: "\e625"
}
.pe-7s-joy:before {
content: "\e6a4"
}
.pe-7s-photo-gallery:before {
content: "\e626"
}
.pe-7s-pin:before {
content: "\e69b"
}
.pe-7s-phone:before {
content: "\e627"
}
.pe-7s-plug:before {
content: "\e69a"
}
.pe-7s-pen:before {
content: "\e628"
}
.pe-7s-right-arrow:before {
content: "\e699"
}
.pe-7s-paper-plane:before {
content: "\e629"
}
.pe-7s-delete-user:before {
content: "\e6a7"
}
.pe-7s-paint:before {
content: "\e62a"
}
.pe-7s-bottom-arrow:before {
content: "\e6a8"
}
.pe-7s-notebook:before {
content: "\e62b"
}
.pe-7s-note:before {
content: "\e62c"
}
.pe-7s-next:before {
content: "\e62d"
}
.pe-7s-news-paper:before {
content: "\e62e"
}
.pe-7s-musiclist:before {
content: "\e62f"
}
.pe-7s-music:before {
content: "\e630"
}
.pe-7s-mouse:before {
content: "\e631"
}
.pe-7s-more:before {
content: "\e632"
}
.pe-7s-moon:before {
content: "\e633"
}
.pe-7s-monitor:before {
content: "\e634"
}
.pe-7s-micro:before {
content: "\e635"
}
.pe-7s-menu:before {
content: "\e636"
}
.pe-7s-map:before {
content: "\e637"
}
.pe-7s-map-marker:before {
content: "\e638"
}
.pe-7s-mail:before {
content: "\e639"
}
.pe-7s-mail-open:before {
content: "\e63a"
}
.pe-7s-mail-open-file:before {
content: "\e63b"
}
.pe-7s-magnet:before {
content: "\e63c"
}
.pe-7s-loop:before {
content: "\e63d"
}
.pe-7s-look:before {
content: "\e63e"
}
.pe-7s-lock:before {
content: "\e63f"
}
.pe-7s-lintern:before {
content: "\e640"
}
.pe-7s-link:before {
content: "\e641"
}
.pe-7s-like:before {
content: "\e642"
}
.pe-7s-light:before {
content: "\e643"
}
.pe-7s-less:before {
content: "\e644"
}
.pe-7s-keypad:before {
content: "\e645"
}
.pe-7s-junk:before {
content: "\e646"
}
.pe-7s-info:before {
content: "\e647"
}
.pe-7s-home:before {
content: "\e648"
}
.pe-7s-help2:before {
content: "\e649"
}
.pe-7s-help1:before {
content: "\e64a"
}
.pe-7s-graph3:before {
content: "\e64b"
}
.pe-7s-graph2:before {
content: "\e64c"
}
.pe-7s-graph1:before {
content: "\e64d"
}
.pe-7s-graph:before {
content: "\e64e"
}
.pe-7s-global:before {
content: "\e64f"
}
.pe-7s-gleam:before {
content: "\e650"
}
.pe-7s-glasses:before {
content: "\e651"
}
.pe-7s-gift:before {
content: "\e652"
}
.pe-7s-folder:before {
content: "\e653"
}
.pe-7s-flag:before {
content: "\e654"
}
.pe-7s-filter:before {
content: "\e655"
}
.pe-7s-file:before {
content: "\e656"
}
.pe-7s-expand1:before {
content: "\e657"
}
.pe-7s-exapnd2:before {
content: "\e658"
}
.pe-7s-edit:before {
content: "\e659"
}
.pe-7s-drop:before {
content: "\e65a"
}
.pe-7s-drawer:before {
content: "\e65b"
}
.pe-7s-download:before {
content: "\e65c"
}
.pe-7s-display2:before {
content: "\e65d"
}
.pe-7s-display1:before {
content: "\e65e"
}
.pe-7s-diskette:before {
content: "\e65f"
}
.pe-7s-date:before {
content: "\e660"
}
.pe-7s-cup:before {
content: "\e661"
}
.pe-7s-culture:before {
content: "\e662"
}
.pe-7s-crop:before {
content: "\e663"
}
.pe-7s-credit:before {
content: "\e664"
}
.pe-7s-copy-file:before {
content: "\e665"
}
.pe-7s-config:before {
content: "\e666"
}
.pe-7s-compass:before {
content: "\e667"
}
.pe-7s-comment:before {
content: "\e668"
}
.pe-7s-coffee:before {
content: "\e669"
}
.pe-7s-cloud:before {
content: "\e66a"
}
.pe-7s-clock:before {
content: "\e66b"
}
.pe-7s-check:before {
content: "\e66c"
}
.pe-7s-chat:before {
content: "\e66d"
}
.pe-7s-cart:before {
content: "\e66e"
}
.pe-7s-camera:before {
content: "\e66f"
}
.pe-7s-call:before {
content: "\e670"
}
.pe-7s-calculator:before {
content: "\e671"
}
.pe-7s-browser:before {
content: "\e672"
}
.pe-7s-box2:before {
content: "\e673"
}
.pe-7s-box1:before {
content: "\e674"
}
.pe-7s-bookmarks:before {
content: "\e675"
}
.pe-7s-bicycle:before {
content: "\e676"
}
.pe-7s-bell:before {
content: "\e677"
}
.pe-7s-battery:before {
content: "\e678"
}
.pe-7s-ball:before {
content: "\e679"
}
.pe-7s-back:before {
content: "\e67a"
}
.pe-7s-attention:before {
content: "\e67b"
}
.pe-7s-anchor:before {
content: "\e67c"
}
.pe-7s-albums:before {
content: "\e67d"
}
.pe-7s-alarm:before {
content: "\e67e"
}
.pe-7s-airplay:before {
content: "\e67f"
}@media only screen and (max-width: 1250px){
.uc_custom_price_table .uc_content_box .uc_price_table h2
{
font-size:25px !important;
color:#848484;
font-weight:300;
margin:0 0 10px 0;
} 
}
@media only screen and (max-width: 1024px) and (min-width: 700px){
#main > .page-container{
z-index: 1;
}
footer#colophon{
position: inherit !important;
}
body .ts-footer-block{ }
.footer_brands {
margin-bottom: auto;
}
.uc_custom_price_table .uc_content_box .uc_price_table h2
{
font-size:19px !important;
color:#848484;
font-weight:300;
margin:0 0 10px 0;
}
.vc_col-sm-6{
width: 45%;
}
.wpb_column.vc_column_container.vc_col-sm-2{
width: 18%;
}	
}
@media only screen and (max-width: 1366px) and (min-width: 1025px){
.footer_brands {
margin-bottom: 700px;
}
}
@media only screen and (max-width: 1446px){
.uc_custom_price_table .uc_content_box .uc_price_table h2
{
font-size:25px !important;
color:#848484;
font-weight:300;
margin:0 0 10px 0;
} 
}
@media only screen and (max-width: 991px){
.hidden-vertical-ipad{
display:none !important;
} .home1-fix-columns-slideshow .vc_col-sm-9{
width:100%;
} .menu-wrapper nav > ul.menu > li{
margin-right:10px; }
.breadcrumb-title-wrapper .breadcrumb-content, 
.header-v1 .container{
padding-left:10px;
padding-right:10px;
} .ts-group-meta-icon-toggle.active .fa-cog:before{
content: "\f00d";
}
body .ts-group-meta-icon-toggle{
width:50px;
display:inline-block !important;
cursor:pointer;
font-size:24px;
text-align:center;
z-index:9;
margin-bottom:10px;
float:right; }
.group-meta-header{
padding:10px 15px;
position:relative;
clear:both;
display:none;
}
.group-meta-header:before{
top:0;
bottom:0;
left:0;
right:0;
position:absolute;
content:"";
background:rgba(155,155,155,0.1);
}
.group-meta-header:after{
display:table;
content:"";
clear:both;
} h1.title-coming,
.h2-big{
font-size:30px;
line-height:36px;
} .map-contact{
margin-top:-50px;
} .fix-vertical-menu-2columns .vc_col-sm-9{
width:100%;
padding:0 15px;
}
.fix-vertical-menu-2columns .vc_col-sm-3{
display:none;
}
.header-top > .container, 
.header-middle > .container, 
.header-bottom > .container,
.breadcrumb-title-wrapper .breadcrumb-content,
body.dokan-store.dokan-store-sidebar,
body.dokan-store .dokan-single-store,
body.boxed .breadcrumb-title-wrapper,
body.main-content-boxed .breadcrumb-title-wrapper{
padding-left:10px;
padding-right:10px;
}
#main > .page-container{
padding-left:0;
padding-right:0;
} .breadcrumb-title-wrapper{
margin-bottom:0;
} body.dokan-store .woocommerce .seller-items .products .product, 
body.dokan-store.woocommerce-page .products .product{
width:50%;
float:left; }
body.dokan-store .woocommerce .seller-items .products .product.first, 
body.dokan-store.woocommerce-page .products .product.first{
clear:none;
}
body.dokan-store .woocommerce .seller-items .products .product:nth-child(2n+1),
body.dokan-store.woocommerce-page .products .product:nth-child(2n+1){
clear:both;float:left; }  .vc_col-sm-12 .ts-testimonial-wrapper{
max-width:100%;
}
.vc_col-sm-12 .testimonial-content{
padding-left:10px;
padding-right:10px;
} .vc_row.ts-video-bg > .wpb_column{
padding-top:130px;
padding-bottom:130px;
}
.ts-youtube-video-bg .mb_YTPBar, 
.ts-hosted-video-bg .video-control{
top:30px;
}
.ts-youtube-video-bg .loading{
top:50px;
}
.woocommerce.columns-4 .has-banner .products .product.first,
.woocommerce.columns-5 .has-banner .products .product.first,
.woocommerce.columns-6 .has-banner .products .product.first{clear:none;}
.woocommerce.columns-4 .has-banner .products .product,
.woocommerce .columns-5 .has-banner .products .product,
.woocommerce .columns-6 .has-banner .products .product{width:50%;float:left }
.woocommerce.columns-4 .has-banner .products .product:nth-child(2n+1),
.woocommerce.columns-5 .has-banner .products .product:nth-child(2n+1),
.woocommerce.columns-6 .has-banner .products .product:nth-child(2n+1){
clear:both;float:left; } #bbpress-forums ul.bbp-lead-topic .bbp-header, 
#bbpress-forums ul.bbp-topics .bbp-header, 
#bbpress-forums ul.bbp-forums .bbp-header, 
#bbpress-forums ul.bbp-replies .bbp-header, 
#bbpress-forums ul.bbp-search-results .bbp-header{
font-size:16px;
line-height:18px;
} .vc_toggle_title h4{
padding: 9px 40px 9px 35px; }
.vc_toggle_title h4:before{
left:12px; }
.vc_toggle_title h4:after{
left:6px; } body.wpb-js-composer .vc_toggle_title h4{
padding:9px 30px 9px 35px; }
body.wpb-js-composer .vc_toggle_title h4:before{
left:12px; }
body.wpb-js-composer .vc_toggle_default .vc_toggle_title h4{
padding:15px 40px 15px 30px; }
html .woocommerce .ts-product-deals-slider-wrapper.list h3.product-name,
html .woocommerce .ts-product-deals-slider-wrapper.list h3.product-name > a{
font-size:16px;
line-height:20px;
}
html .ts-banner header .price,
html .woocommerce .ts-product-deals-slider-wrapper.list .amount{
font-size:18px;
line-height:22px;
}
html .font-big h3{
font-size:16px; line-height:22px;
}
table tr td,
table tr th{padding:10px} .ts-blog iframe 
{
max-width:100%;
height:auto;
}
a.button,
button, 
input[type="submit"],
body table.compare-list .add-to-cart td a,
.shopping-cart p.buttons a, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
padding-left:10px;
padding-right:10px;
}
.woocommerce .product a.added_to_cart, 
.woocommerce .product a.button{
min-width:0;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last{
width:100%;
float:none; }
.woocommerce form .form-row-first{
margin-right:0; } .entry-author .author-avatar{
vertical-align:top;
position:relative;
}
.list-posts .entry-format,
.list-posts .entry-content,
.single-post .entry-format .thumbnail{
width:100%;
} blockquote.quote-border{
padding:15px 20px;
}
.commentlist .comment-wrapper .comment-detail{
padding:15px 20px 5px 20px;
}
#comment-wrapper .info-wrapper > *{
width:100%;
}
#comment-wrapper .info-wrapper{
margin-bottom:0;
}
article.single .social-sharing{
width:100%;
margin-bottom:8px;
} body .single-portfolio .single-navigation a[rel="next"]{
float:left;
} .woocommerce td.product-add-to-cart a.button{
font-size:0;
padding:0 !important;
min-width:24px;
height:24px;
border-width:1px;
line-height:0;
}
.woocommerce td.product-add-to-cart a.button:before{
content:"+";
font-weight:500;
font-family:'Arial';
font-size:16px;
line-height:22px;
} .woocommerce-cart .ts-col-24 article > .woocommerce > form,
.woocommerce-cart article > .woocommerce > form{
width:100%;
}
.woocommerce-cart .ts-col-24 article > .woocommerce > .cart-collaterals,
.woocommerce-cart article > .woocommerce > .cart-collaterals{
width:100%;
padding:0 }
.woocommerce table.shop_table td.actions{
padding:10px;
}
.woocommerce table.cart td.product-thumbnail{
padding:10px; }
.woocommerce table.cart td{
padding:10px 10px 10px 0; } 
.woocommerce table.cart th{
padding:12px 10px 12px 0; }
.woocommerce table.shop_table td.product-thumbnail{
width:80px;
height:auto;
display:table-cell;
}
.woocommerce table.shop_table.cart td.actions{
padding:10px;
} .woocommerce table.wishlist_table td.product-thumbnail{
padding:10px 10px 10px 0; }
.woocommerce table.wishlist_table thead th{
padding:10px 10px 10px 0; }
.woocommerce table.wishlist_table tbody td{
padding:10px 10px 10px 0; width:20px;
}
.woocommerce table.wishlist_table tfoot td:last-child{
padding:10px;
} .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:28%;
float:left; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:70%;
float:left; }
.woocommerce .checkout .col2-set, 
.checkout-login-coupon-wrapper,
.ts-col-18 .woocommerce .checkout .col2-set,
.ts-col-12 .woocommerce .checkout .col2-set,
.ts-col-18 .checkout-login-coupon-wrapper{
width:100%;
float:none; padding-right:0 }
.woocommerce > form.checkout{
padding-top:20px;
}
#order_review_heading,
.ts-col-18 #order_review_heading,
.ts-col-12 #order_review_heading,
.woocommerce .checkout #order_review, 
.ts-col-18 .woocommerce .checkout #order_review, 
.ts-col-12 .woocommerce .checkout #order_review{
width:100%;
clear:both;
}
#order_review_heading{
margin-top:0;
}  .woocommerce #main-content div.product form.cart .group_table{
margin:0;
}
.woocommerce #main-content div.product form.cart .group_table tr{
margin-bottom:10px;
display:inline-block;
width:100%;
}
.woocommerce #main-content div.product form.cart .group_table td{
display:inline-block;
width:50%;float:left; padding:5px 0 0 0;
}
.woocommerce #main-content div.product form.cart .group_table td.label{
clear:both;
padding:8px 0 0 0;
}
}
@media only screen and (max-width: 767px){
#main > .page-container{
z-index: 1;
}
footer#colophon{
position: inherit !important;
}
body .ts-footer-block{ }
.footer_brands {
margin-bottom: auto;
} body .slideshow-margin{
margin-top:-50px !important;
} .box-boxshadow{
padding:0 10px 0 10px;
margin-top:0;
}
.vc_column_container:after{
display:table;
content:"";
clear:both;
}
body .dokan-store-sidebar.dokan-w3,
body .dokan-single-store.dokan-w8{
width:100%;
clear:both;
float:none;
padding-left:0;
padding-right:0;
} .header-top .header-left{
position:absolute;
left:0; top:10px;
float:none;
}
.header-top .header-right{
width:100%; } .header-v1 .group-meta-header{
padding-left:10px;
padding-right:10px;
}
body .ic-mobile-menu-button{ display:inline-block !important;
float:left; width:50px;
font-size:24px;
line-height:26px;
text-align:center;
cursor:pointer;
}
.header-v1 .container{
padding-left:0;
padding-right:0;
}
header .logo-wrapper.logo-vetical-ipad{
display:inline-block;
width:100%;
text-align:center;
position:relative;
padding:20px 0;
}
.header-v1 .header-top .header-left{
display:none !important;
}
.header-v1 .header-top .header-right{
width:100%;
display:inline-block;
padding-left:0 !important;
padding-right:0 !important;
}
.header-v1 .header-top,
.header-v1 > .container,
.header-v1 .header-top, 
.header-v1 .header-bottom,
.header-v1 .header-top  > *, 
.header-v1 .header-bottom  > *{
display:block;
}
.header-v1 .top-right{
padding-bottom:0;
padding-top:10px;
}
.header-v1 .group-meta-header{
width:100%;
border-width:1px 0 0 0;
border-style:solid;
}
.header-v1 .shopping-cart-wrapper{
display:none !important;
}
.header-v1 .header-bottom .header-right{
padding-top:4px;
padding-bottom:4px;
}
.header-v1 .header-right .menu-wrapper{
padding:0;
}
header .header-v1 .search-wrapper{
margin-left:0;
margin-right:0;
width:100%;
}
header .header-v1 .search-wrapper .search-field, 
header .header-v1 .search-wrapper form, 
header .header-v1 .search-wrapper input[type="text"]{
max-width:100%;
} .header-v2 .header-middle,
.header-v5 .header-middle{
padding-top:20px;
padding-bottom:20px;
}
header .header-v2 .logo-wrapper,
header .header-v5 .logo-wrapper{
width:100%;
text-align:center;
}
header .header-v2 .search-wrapper,
header .header-v5 .search-wrapper{
margin-top:20px;
}
.header-middle .menu-wrapper{
display:none !important;
}
.header-top > .container,
.page-template-fullwidth-template .ts-header .header-top > .container{
padding-left:0;
padding-right:0;
}
.header-middle > .container,
#main > .fullwidth-template, 
.page-template-fullwidth-template .ts-header .container, 
.page-template-fullwidth-template footer .container{
padding-left:10px;
padding-right:10px;
}
.header-top{
padding-bottom:0;
padding-top:10px;
}
.header-v3 .header-top, 
.header-v4 .header-top,
.header-v6 .header-top{
padding-bottom:0;
}
.header-middle{
padding-top:20px;
padding-bottom:20px;
}
.header-middle > .container{
display:block
}
.header-middle > .container > div{
display:block;
text-align:center;
}
header .header-v3 .search-wrapper,
header .header-v4 .search-wrapper{
margin-bottom:20px;
}
header .header-v4 .search-wrapper{
margin-top:20px;
}
header .header-v6 .search-content input[type="text"]{
padding-top:16px;
padding-bottom:16px;
}
.header-middle > .container > div.shopping-cart-wrapper{
display:none;
}
.header-middle > .container > div.banner-middle-content{
margin:15px 0;
}
.ts-header .logo-wrapper{
width:100%;
text-align:center;
}
.ts-header .header-v3 .logo-wrapper{
padding:20px 0;
}
header .header-v7 .search-wrapper{
margin-top:20px;
}
.toggle-search{
display:none !important;
}
header .header-v4 .search-wrapper{
position:relative;
top:auto !important;
left:auto !important;
right:auto !important;
bottom:auto !important;
transform:none;
-webkit-transform:none;
-moz-transform:none;
}
header.ts-header .header-v3 .search-wrapper .ts-search-by-category, 
header.ts-header .header-v4 .search-wrapper .ts-search-by-category,
header.ts-header .header-v6 .search-wrapper .ts-search-by-category{
visibility: visible;
opacity: 1;
position:relative;
top:auto;
left:auto;
right:auto;
bottom:auto;
}
.header-v3 .ts-search-by-category .search-table .search-content, 
.header-v4 .ts-search-by-category .search-table .search-content,
.header-v6 .ts-search-by-category .search-table .search-content{
max-width:100%;
width:100%;
}
.ts-header .search-wrapper .search-field, 
.ts-header .search-wrapper form,
.ts-header .search-wrapper input[type="text"]{
width:100%;
}
.menu-wrapper > .ts-menu > nav{
display:none !important;
}
.vertical-menu-wrapper{
width:100%;
}
.vertical-menu-wrapper .vertical-menu{
position:static;
opacity:1;
visibility:visible
}
.vertical-menu-wrapper:hover .vertical-menu{
animation:none;
-webkit-animation:none;
-moz-animation:none;
display:none;
}
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
display:none;
}
.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu, 
.widget-container .vertical-menu > ul.menu li:hover > ul.sub-menu,
.menu-wrapper .vertical-menu > ul.menu ul.sub-menu li:hover > ul.sub-menu{
display:none;
animation:none;
-webkit-animation:none;
-moz-animation:none;
}
#page.menu-mobile-active > .menu-wrapper{
-webkit-transform: translate(-100%,0); -moz-transform: translate(-100%,0); -ms-transform: translate(-100%,0); transform: translate(-100%,0); }
#page.menu-mobile-active:before{
visibility:hidden;
} .mobile-menu span.ts-menu-drop-icon{
position:absolute;
display: inline-block;
top:4px;
left:auto;
bottom:auto;
right:10px; z-index:3;
cursor:pointer;
padding:7px 10px;
}
.mobile-menu span.ts-menu-drop-icon:before{
content: "\f0d7";
font-family: 'FontAwesome';
}
.mobile-menu span.ts-menu-drop-icon.active:before{
content: "\f0d8";
}
.mobile-menu-wrapper ul{
margin:0;
}
.ic-mobile-menu-button{
width:50px;
float:left; display:inline-block;
cursor:pointer;
font-size:24px;
text-align:center;
}
.ic-mobile-menu-close-button{
width:50px;
display:inline-block;
cursor:pointer;
font-size:24px;
text-align:center !important;
padding:7px 0;
}
.mobile-menu-wrapper{
text-align:center;
}
.mobile-menu-wrapper > *{
text-align:left }
.mobile-menu-wrapper .mobile-menu > ul.menu,
.mobile-menu-wrapper .mobile-menu > ul.menu ul{
margin:0;padding:0;
}
.mobile-menu-wrapper .mobile-menu > ul.menu ul{
padding-top:10px;
padding-bottom:15px;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(135,135,135,0.2);
}
.mobile-menu-wrapper .mobile-menu ul.sub-menu li > a{
padding-left:30px }
.mobile-menu-wrapper .mobile-menu ul.sub-menu li li > a{
padding-left:50px }
.mobile-menu-wrapper li{
list-style:none;
width:100%;
padding:0;
margin:0;
position:relative;
}
.mobile-menu-wrapper li a{
width:100%;
padding:11px 20px;
display:inline-block;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(135,135,135,0.2);
z-index:1;
position:relative;
text-transform:uppercase;
}
.mobile-menu-wrapper li li a{
border:0;
text-transform:none;
padding-top:8px;
padding-bottom:8px;
}
.mobile-menu-wrapper li a:hover{
text-decoration:none;
}
#page > header,
#page > #main,
#page > footer{
transition: transform 200ms ease 0s;
-webkit-transition: transform 200ms ease 0s;
-moz-transition: transform 200ms ease 0s;
}
#page.menu-mobile-active .mobile-menu-wrapper{
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
#page:before{
position:absolute;
visibility:hidden;
left:-1px; right:0;
bottom:0;
top:0;
content:"";
background:rgba(0,0,0,0.5);
z-index:9999;
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
#page.menu-mobile-active:before{
visibility:visible;
} .header-template .shopping-cart-wrapper .ic-cart{
width:auto;
position:static;
}
.header-template  .shopping-cart-wrapper .ic-cart:before{
font-family: 'FontAwesome';
content: "\f290";
font-size:16px;
line-height:20px;
position:relative;
top:-1px;
left:auto; right:auto; bottom:0;
margin-right:5px }
.shopping-cart-wrapper .ic-cart .cart-number{
display:none !important;
}
.cart-drop-icon{
display:none !important
}
.shopping-cart-wrapper.cart-mobile{
float:right; display: inline-block !important;
margin: 0 !important;
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
margin: 0 !important;
padding: 0 !important;
}
.shopping-cart-wrapper.cart-mobile:after{
display:table;
content:"";
clear:both;
}
.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper{
border:0;
position:relative;
}
.shopping-cart-wrapper.cart-mobile a.cart-control{
padding:0; }
.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper .ic-cart:after{
display:none;
}
.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper .ic-cart .ic{
top:7px;
left:0 }
.dropdown-container,
.ts-tiny-account-wrapper:before{
display:none !important;
} .logo-wrapper .normal-logo{
display:none;
}
.logo-wrapper .normal-logo.mobile-logo{
display:inline-block;
width: 77%;
}
.fullwidth-template-padding .fullwidth-template{
padding-left:10px;
padding-right:10px;
} .header-v6 .header-top .shopping-cart-wrapper{
display:inline-block !important;
float:right; }
.header-v6 .header-middle > .container > div{
width:100%;
}
header .header-v6 .search-table .search-content input[type="text"]{
padding-left:0; padding-right:35px; }
header .header-v6 .logo-wrapper{
padding:10px 0;
}
.header-v3 .header-middle, 
.header-v6 .header-middle{
clear:both;
}
header .header-v6 .ts-search-by-category{
transform:none;
-webkit-transform:none;
-moz-transform:none;
} .home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-8,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-4,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
width:100%;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
margin-bottom:20px;
}
.fix-columns-hotdeals .vc_col-sm-4{
width:calc(100% + 2px);
}
.fix-columns-hotdeals .vc_col-sm-8{
width:100%;
} .fix-width-col-one-third .vc_col-sm-4{
display:none;
}
.hidden-button-product .woocommerce .ts-product.item-list .products .product{
margin-bottom:20px;
}
.fix-width-col-one-third .vc_col-sm-8{
width:100%;
padding-left:10px !important;
padding-right:10px !important;
} #main > .fullwidth-template{
padding-left:10px;
padding-right:10px;
} .footer-two-column:before{
display:none;
}
.style-2 .mailchimp-subscription{
max-width:100%;
}
.footer-two-column .vc_col-sm-8{
padding-left:10px; padding-right:10px; } .vetical-slideshow,
.fullwidth-tab{
width:100%;
margin-left:0 !important;
margin-right:0 !important;
}
.vertical-banner{
width:100%;
}
.fullwidth-deal{
width:100%;
} .blank-page-template .ts-mailchimp-subscription-shortcode{
padding-left:0;
padding-right:0;
} .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
height:auto;
}
.breadcrumb-title-wrapper.breadcrumb-v3{
padding:0;
position:relative;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
margin-top:0;
}
.breadcrumb-title-wrapper.breadcrumb-v3:after{
display:none;
}
.breadcrumb-title-wrapper .breadcrumb-content{
height:100px;
padding-top:20px;
padding-bottom:20px;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-content{
padding-top:0;
padding-bottom:0;
}
html h2, 
html .h2, 
html h1.wpb_heading, 
html .ts-heading h2, 
html .breadcrumb-title-wrapper .breadcrumb-title h1{
font-size:22px;
line-height:26px;
}
html h1,
html .h1,
html .ts-heading h1
{
font-size:26px;
line-height:30px;
}
html .h1-big, 
html .h2-big{
font-size:36px;
line-height:40px;
}
.woocommerce .products.list .product .price, 
.woocommerce .products.list .product .price .amount{
font-size:20px;
} .ts-columns > .ts-item{
width:100%;
}
#to-top{
right:0; bottom:0;
}
.ie #left-content{
display:none !important
}
.woocommerce table.shop_table_responsive tr td:before, 
.woocommerce-page table.shop_table_responsive tr td:before{
float:left; }
.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td{
text-align:right !important } .contact-form .col-1, 
.contact-form .col-2{
width:100%;
} .single-portfolio .thumbnails{
width:100%;
padding-left:0; padding-right:0; }
article.single-portfolio .entry-content{
width:100%;
margin-top:30px !important;
} .visible-ipad{
display:none !important
}
div#main{
min-height:200px;
}
.tp-leftarrow.tparrows,
.tp-rightarrow.tparrows,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a,
.ts-product-category-slider-wrapper.ts-slider .owl-nav > div{
width:28px !important;
height:28px !important;
line-height:28px !important;
min-height:28px;
min-width:28px;
}
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before,
.ts-product-category-slider-wrapper.ts-slider .owl-nav > div:before{
font-size:18px !important;
line-height:26px !important;
}
body .rev_slider_wrapper .ts-revo-button.tp-button{
line-height:14px !important
}
.tp-leftarrow,
.tp-rightarrow,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a{
width:24px !important;height:24px !important;
line-height:24px !important;
}
.tp-leftarrow:before,
.tp-rightarrow:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
font-size:20px;
line-height:24px !important;
}  .comment_list_widget .comment-meta > .avatar{
width:60px;
} .menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
display:inline-block !important;
position:absolute;
z-index:99;
left:auto;
right:0; top:9px;
width:40px;
height:30px;
line-height:30px;
text-align:center;
cursor:pointer;
border:0 !important;
}
.vertical-menu ul.sub-menu:before{
background-image:none !important;
}
.ts-mega-menu{
width:100% !important;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a, 
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{ padding-top:9px;
padding-bottom:20px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
display:inline-block;
height:auto;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon{
background:transparent !important;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
content: "\f0d7" !important;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon.active:before{
content: "\f0d8" !important;
}
.menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
border-width:1px 0 0 0;
}
.menu-wrapper .vertical-menu > ul.menu ul li > .ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
right:-12px }
.menu-wrapper .vertical-menu > ul.menu ul.sub-menu li ul ul.sub-menu{
padding:15px 15px 18px 15px;
margin:10px 0;
}
.menu-wrapper .vertical-menu > ul.menu li ul ul.sub-menu:before{
border-width:1px 0 1px 0;
right:0 !important;
left:0 !important;
}
.menu-wrapper .vertical-menu > ul.menu ul li > .ts-menu-drop-icon{
top:6px;
margin:0;
}
.menu-wrapper .vertical-menu > ul.menu li ul.sub-menu{
left:auto !important;
right:auto !important;
top:auto !important;
bottom:auto !important;
min-height:0 !important;
animation: none !important;
-webkit-animation: none !important;
-moz-animation: none !important;
visibility:visible !important;
opacity:1 !important;
display:none;
position:relative !important;
background-image:none !important;
width:100% !important;
max-width:100% !important;
border:0 !important;
} .widget-container .ts-mega-menu,
.widget-container .vertical-menu > ul.menu > li ul li.widget_nav_menu, 
.widget-container .vertical-menu div.list-link{
width:100% !important;
}
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
#right-sidebar .widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a >:before,
#right-sidebar .widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a >:before{
content: "\f107" !important;
} .product-category-top-content .widget-title-wrapper a.block-control{
display:none !important;
}
.product-category-top-content .widget-container > form,
.product-category-top-content .widget-container > div,
.product-category-top-content .widget-container > select,
.product-category-top-content .widget-container > ul{
display:block !important;
}
.ts-sidebar.product-category-top-content .widget-container{
width:100%;
margin:0;
float:none; } .widget_price_filter > form{
width:100%;
} .ts-widget-main a.block-control{
display:none !important;
}
.ts-widget-main .widget-container > div,
.ts-widget-main .widget-container > form{
display:inline-block !important;
}
.widget-title-wrapper{
position:relative;
}
.widget-title-wrapper a.block-control:hover{
text-decoration:none;
}
.widget-title:after{
bottom:-1px;
}
.widget-title-wrapper a.block-control{
position:absolute;
content:"";
width:30px;
height:30px;
display:inline-block;
line-height:0;
right:-15px; top:8px;
text-align:center;
text-indent:0;
z-index:999;
}
.widget-container.ts-products-widget .widget-title-wrapper a.block-control,
.widget-container.ts-products-tabs-widget .widget-title-wrapper a.block-control{
right:5px; }
.widget-container .owl-nav, 
.widget .owl-nav{
right:20px; }
.ts-products-widget .widget-title{
padding-right:90px; }
.wpb_widgetised_column .ts-products-widget .widget-title{
padding-right:70px; }
.ts-recent-comments-widget .widget-title, 
.ts-blogs-widget .widget-title{
padding-right:70px; }
.wpb_widgetised_column .ts-recent-comments-widget .widget-title, 
.wpb_widgetised_column .ts-blogs-widget .widget-title{
padding-right:50px; }
.widget-container.ts-products-widget .owl-nav{
right:24px; }
.wpb_widgetised_column .widget-container.ts-products-widget .owl-nav{
right:10px; }
.wpb_widgetised_column .widget-container .owl-nav,
.wpb_widgetised_column .widget .owl-nav{
right:-10px; }
.mailchimp-subscription .widget-title-wrapper a.block-control,
.widget_search .widget-title-wrapper a.block-control,
.widget_product_search .widget-title-wrapper a.block-control,
.widget_display_search .widget-title-wrapper a.block-control,
.widget_calendar .widget-title-wrapper a.block-control,
.widget_calendar:before{
display:none !important;
}
section.widget_display_search > form input[type="text"], 
section.widget_product_search > form input[type="search"], 
section.widget_search > form input[type="text"]{
margin-bottom:20px;
}
.widget_calendar .widget-title{
margin-left:0;
margin-right:0;
}
.widget_calendar .calendar_wrap,
section.widget_display_search > form, 
section.widget_product_search > form, 
section.widget_search > form,
.mailchimp-subscription .subscribe-widget,
.mailchimp-subscription img.bg-newsletter{
display:block !important;
}
.mailchimp-subscription{
max-width:340px;
margin-left:auto;
margin-right:auto;
}
footer .widget-title-wrapper a.block-control{
top:0;
}
.feedburner-subscription .widget-title-wrapper a.block-control{
top:-2px;
}
.widget-title-wrapper a.block-control:before{
content: "\f0fe";
font-family: 'FontAwesome';
font-size:16px;
line-height:30px;
text-indent:0;
}
.widget-title-wrapper a.block-control.active:before{
content: "\f146";
} .ts-gallery-img.columns-4 li,
.ts-gallery-img.columns-5 li{
width:50%;
}
.ts-gallery-img.columns-4 li:nth-child(2n+1),
.ts-gallery-img.columns-5 li:nth-child(2n+1){
clear:both;
} .ts-sidebar .widget-container{
margin-bottom:20px;
}
.page-container{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-flow: row wrap;
max-width:100%;
margin-left:0;
margin-right:0;
}
#right-sidebar{ 
-ms-flex-order: 3;
order: 3;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
}
#left-sidebar{ 
-ms-flex-order: 2;
order: 2;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
}
#main-content{ 
-ms-flex-order: 1;
order: 1;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
}
body.archive.woocommerce .page-container{
display:block;
}
body.archive.woocommerce #right-sidebar,
body.archive.woocommerce #left-sidebar,
body.archive.woocommerce #main-content{ 
-ms-flex-order: initial;
order: initial;
max-width:100%;
}
#main-content.ts-col-24{
-ms-flex-order: initial;
order: initial;
} .ie .page-container{
display: block;
}
.ie .page-template-page-templatesblog-template-php .page-container > #main-content, 
.ie body .single-post .page-container > #main-content, 
.ie body.single-feature .page-container > #main-content{
padding-left:10px;
padding-right:10px;
}
.ie #right-content,
.ie #left-content{ 
padding-left:10px;
padding-right:10px;
} .hidden-phone{display:none !important;}
.visible-phone{display:block !important} .woocommerce .cart-collaterals .cart_totals, 
.woocommerce .cart-collaterals .cross-sells, 
.woocommerce .cart-collaterals .shipping_calculator, 
.woocommerce-page .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .shipping_calculator{
text-align:left }
.woocommerce .col2-set .col-1{
margin-bottom:30px;
}
body input, 
body select, 
body textarea,
body input[type="search"], 
body input[type="text"], 
body input[type="password"], 
body input[type="number"], 
body input[type="email"], 
body input[type="date"], 
body select, 
body textarea{
width:100%;
max-width:100%;
} .woocommerce table.cart td.actions .coupon .input-text{
width:60%;
float:left; max-width:100%;
margin-right:2%; }
.woocommerce table.cart td.actions .coupon .button {
width:38%;
margin:0;
float:left; }
.woocommerce table.cart td > input.button{
margin-left:0;
margin-right:0;
width:100%;
display:inline-block
}
.woocommerce table.cart td.actions .coupon{
float:none; margin-bottom:0;
padding-bottom:0;
width:100%;
display:inline-block;
}
.woocommerce .checkout .col2-set, 
#order_review_heading, 
.woocommerce .checkout #order_review{
float:none; width:100%;
}
.woocommerce .checkout .col2-set,
.checkout-login-coupon-wrapper{
width:100%;
padding-right:0; } #comment-wrapper{
margin-bottom:50px;
} .woocommerce table.cart td.actions .coupon{
width:100%;
}
table.shop_table.cart th{
font-size:13px;
line-height:16px;
}
table.shop_table.cart th.product-name{
min-width:100px;
}
table.shop_table.cart .amount{
font-size:14px;
line-height:16px;
}
.woocommerce table.cart td.actions .coupon .input-text{
width:58%;
max-width:100%;
margin-right:2%; }
.woocommerce table.cart td.actions .coupon input[type="submit"]{
width:40%;
margin:0;
}
.woocommerce table.cart td.actions > [type="submit"]{
width:100%;
} .woocommerce table.wishlist_table.shop_table{
display:table;
border-width:1px;
border-style:solid;
}
.woocommerce table.wishlist_table.shop_table thead{
display:table-header-group !important;
}
.woocommerce table.wishlist_table.shop_table tr{
display:table-row;
}
.woocommerce table.wishlist_table.shop_table tr td{
display:table-cell;
text-align:center; }
.woocommerce table.wishlist_table.shop_table td.product-name{
text-align:left; }
.woocommerce table.wishlist_table.shop_table .product-remove{
width:40px;
}
.woocommerce table.wishlist_table.shop_table tr td:before{
display:none;
}
.woocommerce-page table.wishlist_table.shop_table tr td.product-thumbnail,
.woocommerce-page table.wishlist_table.shop_table tr th.product-thumbnail{
width:0;
display:none;
}
.woocommerce-page table.wishlist_table.shop_table tr td.product-thumbnail *{
display:none;
}
.woocommerce table.wishlist_table tr:nth-child(2n) td, 
.woocommerce-page table.wishlist_table tr:nth-child(2n) td{
background:transparent;
} .order-total .amount{
font-size:13px;
line-height:20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
width:100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
margin:20px 0 0 0; clear:both;
padding:0 !important;
display:inline-block;
width:100%;
} .woocommerce div.product:not(.vertical-thumbnail) .product_title{
padding:0 50px 0 0; }
body div.product p.price .woocommerce-Price-amount, 
body div.product .single_variation .amount, 
body.woocommerce div.product .single_variation .amount{
font-size:20px;
line-height:24px;
}
div.product .summary > .price{
margin:5px 0 12px 0;
}
.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:100px }
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:90px;
}
div.product.vertical-thumbnail .thumbnails li{
padding-top:10px;
}
.woocommerce div.product.vertical-thumbnail .thumbnails{
margin-top:-10px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:11px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
min-width:110px;
}
.woocommerce div.product .woocommerce-tabs.accordion-tabs{
padding-top:20px;
} body.woocommerce .products .product.product-category.first{
clear:none;
}
.woocommerce.columns-8 .products.list .list-categories .product,
.woocommerce.columns-7 .products.list .list-categories .product,
.woocommerce.columns-6 .products.list .list-categories .product,
.woocommerce.columns-5 .products.list .list-categories .product,
.woocommerce.columns-4 .products.list .list-categories .product,
.woocommerce.columns-3 .products.list .list-categories .product,
body.woocommerce .products .product.product-category{
width:50%;
float:left }
body.woocommerce .products .product.product-category:nth-child(2n+1){
clear:both;float:left; }
.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
width:35%;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
width:65%;
padding:0 0 0 20px; }
.woocommerce .woocommerce-ordering{
clear:both;
float:left; } #bbpress-forums fieldset.bbp-form textarea, 
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input{
max-width:100%;
}
#bbpress-forums ul.bbp-lead-topic .bbp-header li, 
#bbpress-forums ul.bbp-topics .bbp-header li, 
#bbpress-forums ul.bbp-forums .bbp-header li, 
#bbpress-forums ul.bbp-replies .bbp-header li, 
#bbpress-forums ul.bbp-search-results .bbp-header li{
font-size:13px;
}
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title{
text-align:left }  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel-heading{
display:none;
} body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after{
bottom:-4px;
top:auto;
right:auto;
left:50%;
margin-left:-5px;
content:"\f0dd";
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after{
top:1px;
bottom:auto;
right:auto;
left:50%;
margin-left:-5px;
content:"\f0de";
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, 
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container, 
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container{
width:100%;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container{
margin-top:20px;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
margin-bottom:15px;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, 
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
padding-left:0;
padding-right:0;
} .vc_row.ts-video-bg > .wpb_column{
padding-top:80px;
padding-bottom:80px;
}
.ts-youtube-video-bg .mb_YTPBar, 
.ts-hosted-video-bg .video-control{
display:none !important;
}
.ts-youtube-video-bg .loading{
top:30px;
} .ts-countdown.style-border .counter-wrapper > div,
.ts-countdown .counter-wrapper > div,
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div, 
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
width:70px;
padding:7px 5px;
margin:0 5px;
}
.ts-countdown.style-border .counter-wrapper .number-wrapper,
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:17px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
.ts-countdown.style-border .counter-wrapper > div .ref-wrapper{
font-size:14px;
line-height:16px;
margin-top:8px;
}
.ts-countdown .counter-wrapper .number,
.vc_col-sm-6 .ts-countdown .counter-wrapper .number{
font-size:26px;
line-height:36px;
}
.ts-countdown .counter-wrapper > div .ref-wrapper{
font-size:14px;
line-height:18px;
} .ts-team-member .image-thumbnail{
width:100%;
display:inline-block;
}
.ts-team-member .content-info{
display:inline-block;
}
.ts-team-member header{
display:inline-block;
width:100%;
} .horizontal-tab.horizontal-style-2 .column-tabs{
display:inline-block;
}
.horizontal-tab.horizontal-style-2 .column-tabs ul li:last-child{
margin:0;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners, 
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab,
.page-template-fullwidth-template .horizontal-tab .column-banners, 
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products,
.page-template-fullwidth-template .horizontal-tab .column-products,
.horizontal-tab.horizontal-style-2 .column-banners, 
.horizontal-tab.horizontal-style-2 .column-tabs .heading-tab,
.horizontal-tab.horizontal-style-2 .column-products{
width:100%;
display:inline-block;
}
.horizontal-tab.horizontal-style-2 .column-tabs ul{
padding:15px 0 15px 0; }
.horizontal-style-2.has-slider .column-tabs ul{
padding:15px 50px 15px 0; }
.horizontal-tab.horizontal-style-2 .column-tabs ul li{
float:left; margin:0 20px 0 0; }
.horizontal-tab.horizontal-style-2 .column-content{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-flow: row wrap;
max-width:100%;
margin-left:0;
margin-right:0;
}
.horizontal-tab.horizontal-style-2 .column-banners{ 
-ms-flex-order: 3;
order: 3;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
margin-top:20px !important;
padding:0 !important;
border-width:0;
}
.horizontal-tab.horizontal-style-2 .see-more-wrapper{ 
-ms-flex-order: 2;
order: 2;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
position:relative;
top:auto;
left:auto;
right:auto;
padding:0;
text-align:right; }
.horizontal-tab.horizontal-style-2 .column-products{ 
-ms-flex-order: 1;
order: 1;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
padding:0 !important;
}
.horizontal-tab.horizontal-style-2 .woocommerce.column-products .products{
padding:1px 0 0 1px;
}
.horizontal-style-2:not(.has-slider) .woocommerce.column-products .products{
padding:1px 1px 0 1px;
}
.horizontal-tab.horizontal-style-2 .woocommerce.column-products .products:before{
right:0;
left:0;
}
.horizontal-style-2:not(.has-slider) .woocommerce.column-products .products:before{
right:1px;
left:0;
}
.ts-product-in-category-tab-wrapper .column-tabs,
.vertical-tab.column-3 .column-tabs{
width:35.828%;
}
.vertical-tab .column-content,
.vertical-tab.column-3 .column-content{
width:64.172%
}
.vertical-tab .column-tabs:before,
.vertical-tab.column-3 .column-tabs:before{
left:35.828%; }
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product.first,
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product.first{clear:none;}
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product,
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product{width:50%;float:left }
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1),
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; }
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul{
margin:10px -10px 20px -10px;
padding:0;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs{
text-align:center;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .see-more-wrapper{
position:static;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab.has-see-more-button .column-tabs ul{
padding-left:0;
padding-right:0;
} .vc_col-sm-6 .woocommerce .ts-shortcode .products .product{
margin-bottom:45px;
}
.ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
top:28%;
} .ts-banner-image.static-top > a,
.ts-banner-image.static-bottom > a{
display:inline;
}
.ts-banner-image.eff-scale-opacity:hover img.bg-image{
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-ms-transform:scale(1,1);
opacity:1;
}
.ts-banner-image.eff-opacity:hover img.bg-image{
opacity:1;
}
.ts-banner header h2
{
font-size:44px;
line-height:48px;
} .eff-image-scale:hover img,
.ts-banner.background-scale:hover .banner-bg, 
.ts-banner.background-scale-dark:hover .banner-bg, 
.ts-banner.background-scale-opacity:hover .banner-bg, 
.ts-banner.background-scale-opacity-line:hover .banner-bg, 
.ts-banner.background-scale-dark-line:hover .banner-bg, 
.ts-banner.background-scale-and-line:hover .banner-bg{
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
} .blank-page{
padding:60px 20px 20px 20px
} footer .widget-title-wrapper{
margin-top:30px;
}
body .ts-footer-block .widget-title{
margin-bottom:20px;
}
.payment-right{
text-align:left; margin-bottom:18px;
} .text_head_1 p{
font-size: 22px;
}
.uc_custom_price_table .uc_content_box .uc_price_table h2{
font-size: 22px !important;
}
}  @media only screen and (max-width: 639px){ .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title h1, 
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumbs{
display:inline-block;
width:100%;
text-align:center;
}
.breadcrumb-title-wrapper.breadcrumb-v3{
padding:20px 0 20px 0;
} .ts-sidebar{
margin-bottom:40px;
}
#main > .page-container, 
.container.no-padding{
padding-left:0;
padding-right:0;
} .woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:100px }
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:90px;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:150px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
margin-bottom:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
margin-bottom:10px;
min-width:100px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
padding-left:10px; padding-right:10px; } div.product .single-navigation > a{
margin:5px 0;
}
.woocommerce div.product div.images-thumbnails,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails,
.woocommerce .ts-col-18 div.product div.images-thumbnails,
.woocommerce .ts-col-18 div.product div.summary{
width:100%;
}
.woocommerce div.product div.summary,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
width:100%;
padding-left:0 !important;
padding-right:0 !important;
} .pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title{
margin-left:0 !important;
margin-right:0 !important;
padding:0 !important
}
div.product .summary > .price{
padding-left:0 !important;
padding-right:0 !important;
} .comments-area div.avatar{
vertical-align:top;
padding-top:15px;
}
.comments-area div.avatar{
padding-right:10px; }
.comments-area .comment-meta > span{
padding-left:10px; margin-left:10px; }
.comments-area .comment-meta > span:first-child{
margin:0;
padding:0;
}
.list-posts .entry-bottom .cats-link{
float:left; margin-top:20px;
clear:both;
}
.list-posts .entry-content .author{
margin:10px 0 0 0;
}
.blockquote-meta .author{
float:left; } .woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.my_account_orders tr td:last-child:before{
display:none !important;
}
.woocommerce table.shop_table tr:nth-child(2n) td, 
.woocommerce-page table.shop_table tr:nth-child(2n) td{
background:rgba(0,0,0,.025);
}
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table{
border-width:0;
display:block;
}
#order_review table,
.woocommerce-cart .cart-collaterals .cart_totals table{
display:table;
}
.woocommerce table.shop_table tr{
display:inline-block;
width:100%;
margin-bottom:20px;
}
.woocommerce table.shop_table tr td:before{
content: attr(data-title) ": ";
font-weight: 700;
float: left; }
.woocommerce table.shop_table tr td.product-thumbnail:before,
.woocommerce table.shop_table .product-remove:before,
.woocommerce table.shop_table.cart td.actions:before{
display:none;
}
.woocommerce table.shop_table td.product-thumbnail{
width:100%;
margin:0 auto;
display:block;
max-width:100%;
text-align:center !important; }
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table thead{
display:none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
padding:15px 20px !important; display:table-cell;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr{
display:table-row;
}
.woocommerce table.shop_table tr td{
display:block;
text-align:right; padding:10px;
border-width:1px 1px 0 1px;
border-style:solid;
}
.woocommerce table.shop_table td.product-name{
text-align:right; }
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-thumbnail{
border-width:1px 1px 0 1px; border-style:solid;
}
.woocommerce table.shop_table .product-remove{
border-width:1px;
border-style:solid;
padding:20px !important;
width:100%;
max-width:100%;
text-align:center !important; }
.woocommerce table.shop_table.cart td.actions{
padding:0;
}
.woocommerce table.cart td.actions .coupon{
float:none; margin-bottom:0;
width:100%;
}
.woocommerce table.cart td.actions{
background:transparent !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
text-align:right; }
.woocommerce-cart ul#shipping_method{
float:right; text-align:right }
.woocommerce-cart .woocommerce-shipping-calculator{
float:right; } .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td, 
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr{
display:table-row;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td{
border-top-width:0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td{
display:table-cell;
border-left-width:0;
border-right-width:0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:before{
display:none;
} .woocommerce table.shop_table.order_details{
display:table;
}
.woocommerce table.shop_table.order_details tbody th,
.woocommerce table.shop_table.customer_details tbody th{
display:table-cell !important;
}
.woocommerce table.shop_table.order_details thead,
.woocommerce table.shop_table.customer_details thead{
display:table-header-group !important;
}
.woocommerce table.shop_table.order_details tr,
.woocommerce table.shop_table.customer_details tr{
display:table-row !important;
}
.woocommerce table.shop_table.order_details tr td,
.woocommerce table.shop_table.customer_details tr td{
display:table-cell !important;
}
.woocommerce table.shop_table.order_details tr td:before,
.woocommerce table.shop_table.customer_details tr td:before{
display:none;
}
.woocommerce table.shop_table.order_details td.product-total{
border-left-width:0; }
.woocommerce table.shop_table.order_details td.product-name{
border-width:1px 0 0 1px; border-style:solid;
}
.woocommerce table.shop_table.order_details tr:nth-child(2n) td, 
.woocommerce-page table.shop_table.order_details tr:nth-child(2n) td,
.woocommerce table.shop_table.customer_details tr:nth-child(2n) td,
.woocommerce-page table.shop_table.customer_details tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.shop_table.customer_details, 
.woocommerce-page table.shop_table.customer_details{
border-width:1px;
display:table;
}
.woocommerce table.my_account_orders tbody tr:first-child td:first-child{
border-top-width:1px;
border-top-style:solid;
}
.woocommerce table.shop_table.order_details tfoot tr td{
border-width:0;
}
.woocommerce table.my_account_orders tr td:last-child{
border-bottom-width:1px;
border-bottom-style:solid;
text-align:center !important;
}
.woocommerce table.my_account_orders tr td:last-child .button{
min-width:120px;
} .woocommerce table.wishlist_table.shop_table th.product-remove{
border-width:0;
}
.woocommerce table.wishlist_table.shop_table tbody td,
.woocommerce table.wishlist_table.shop_table tbody td.product-remove,
.woocommerce table.wishlist_table.shop_table tbody td.product-name, 
.woocommerce table.wishlist_table.shop_table tbody td.product-thumbnail{
border-width:0 0 1px 0;
}
.woocommerce table.wishlist_table.shop_table tbody tr:last-child td,
.woocommerce table.wishlist_table.shop_table tbody tr:last-child td.product-remove,
.woocommerce table.wishlist_table.shop_table tbody tr:last-child td.product-name, 
.woocommerce table.wishlist_table.shop_table tbody tr:last-child td.product-thumbnail{
border-bottom-width:0;
}
.woocommerce table.wishlist_table.shop_table tr:nth-child(2n) td, 
.woocommerce-page table.wishlist_table.shop_table tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.wishlist_table.shop_table td.product-thumbnail{
padding:10px 10px 10px 0; }
.woocommerce table.wishlist_table.shop_table thead th{
padding:10px 10px 10px 0; }
.woocommerce table.wishlist_table.shop_table tbody td,
.woocommerce table.wishlist_table.shop_table tr td:last-child{
padding:10px 10px 10px 0; }
.woocommerce table.wishlist_table.shop_table tfoot td:last-child{
padding:10px; } article.single.single-portfolio .ts-social-sharing{
float:none;
width:100%;
margin-bottom:10px;
}
.single-portfolio .portfolio-like{
float:none;
clear:both;
} .entry-author .author-avatar{
width:90px;
height:90px
}
article.single .ts-social-sharing{
float:left; margin-top:10px;
clear:both;
}
.comment-respond textarea,
#commentform textarea{
height:150px;
}
.ts-columns .one_half,
.ts-columns .one_third,
.ts-columns .one_fourth{
width:100%;
} body .rev_slider_wrapper .ts-revo-button.tp-button{
line-height:10px !important
} li.bbp-forum-info, 
li.bbp-topic-title{
width:100%;
}
.forum-titles li.bbp-forum-info{
width:100%;
}
#bbpress-forums #bbp-search-form #bbp_search,
#bbpress-forums div.bbp-search-form{
width:100%;
max-width:100%;
}
#bbpress-forums li.bbp-forum-topic-count, 
#bbpress-forums li.bbp-topic-voice-count, 
#bbpress-forums li.bbp-forum-reply-count, 
#bbpress-forums li.bbp-topic-reply-count,
#bbpress-forums li.bbp-forum-freshness, 
#bbpress-forums li.bbp-topic-freshness{
text-align:left ; margin-top:10px;
}
li.bbp-forum-topic-count, 
li.bbp-topic-voice-count, 
li.bbp-forum-reply-count, 
li.bbp-topic-reply-count{
width:25%;
}
li.bbp-forum-freshness, 
li.bbp-topic-freshness{
width:50%;
} .woocommerce .columns-8 .products .product.first,
.woocommerce.columns-8 .products .product.first,
.woocommerce .columns-7 .products .product.first,
.woocommerce.columns-7 .products .product.first,
.woocommerce .columns-6 .products .product.first,
.woocommerce.columns-6 .products .product.first,
.woocommerce .columns-5 .products .product.first,
.woocommerce.columns-5 .products .product.first,
.woocommerce .columns-4 .products .product.first,
.woocommerce.columns-4 .products .product.first,
.woocommerce .columns-3 .products .product.first,
.woocommerce.columns-3 .products .product.first{clear:none;}
#main-content .woocommerce .columns-8 .products .product,
#main-content .woocommerce.columns-8 .products .product,
#main-content .woocommerce .columns-7 .products .product,
#main-content .woocommerce.columns-7 .products .product,
#main-content .woocommerce .columns-6 .products .product,
#main-content .woocommerce.columns-6 .products .product,
#main-content .woocommerce .columns-5 .products .product,
#main-content .woocommerce.columns-5 .products .product,
#main-content .woocommerce .columns-4 .products .product,
#main-content .woocommerce.columns-4 .products .product,
#main-content .woocommerce .columns-3 .products .product,
#main-content .woocommerce.columns-3 .products .product{width:50%;float:left }
#main-content .woocommerce .columns-8 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-7 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-6 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-5 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-4 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-4 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-3 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; }  .ts-portfolio-wrapper.columns-2 .item,
.ts-portfolio-wrapper.columns-3 .item,
.ts-portfolio-wrapper.columns-4 .item{
width:100%;
float:none;
}  .title-left > .shortcode-heading-wrapper{
width:100%;
margin:20px 0 0 0;
text-align:center;
padding:0;
}
.title-left.show-nav .shortcode-heading-wrapper .heading-title{
max-width:100%;
padding:0 0 30px 0; }
.title-left > .content-wrapper{
width:100%;
padding-bottom:50px;
}
.ts-shortcode.title-left .products .owl-nav{
left:50%;
bottom:0;
right:auto;
top:auto;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
} .ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
top:27%;
}
.column-tabs .heading-tab h3{
padding:20px 30px 20px 60px; }
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:10px; } .vc_row.ts-video-bg > .wpb_column{
padding-top:80px;
padding-bottom:80px;
} .woocommerce .ts-banner .button-banner, 
.ts-banner .button-banner{
margin-top:5px;
}
.vc_col-sm-12 .ts-banner.responsive-size .description{
display:none !important;
}
.vc_col-sm-12 .ts-banner.responsive-size header h3{
padding-bottom:0;
}
.vc_col-sm-12 .ts-banner.responsive-size .banner-bg img{
max-width:130%;
}
.vc_col-sm-12 .ts-banner.left-top.responsive-size .banner-bg img{
margin:0 -22% -22% 0;
}
.vc_col-sm-12 .ts-banner.left-bottom.responsive-size .banner-bg img{
margin:-22% -22% 0 0;
}
.vc_col-sm-12 .ts-banner.left-center.responsive-size .banner-bg img{
margin:0 -22% 0 0;
}
.vc_col-sm-12 .ts-banner.right-top.responsive-size .banner-bg img{
margin:0 0 -22% -22%;
}
.vc_col-sm-12 .ts-banner.right-bottom.responsive-size .banner-bg img{
margin:-22% 0 0 -22%;
}
.vc_col-sm-12 .ts-banner.right-center.responsive-size .banner-bg img{
margin:0 0 0 -22%;
}
.vc_col-sm-12 .ts-banner.center-top.responsive-size .banner-bg img{
margin:0 0 -22% 0;
}
.vc_col-sm-12 .ts-banner.center-bottom .responsive-size.banner-bg img{
margin:-22% 0 0 0;
} body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
min-width:110px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-list:before{
display:none;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels{
padding-top:18px;
} .nav-middle .owl-nav > div{
top:25%;
}
.woocommerce .ts-product.item-list .products .product .thumbnail-wrapper{
margin-bottom:10px;
}
.woocommerce.columns-4 .ts-product.item-list .products .product .thumbnail-wrapper,
.woocommerce.columns-4 .ts-product.item-list .products .product .meta-wrapper,
.woocommerce.columns-3 .ts-product.item-list .products .product .thumbnail-wrapper,
.woocommerce.columns-3 .ts-product.item-list .products .product .meta-wrapper,
.woocommerce .ts-product.item-list .products .product .thumbnail-wrapper,
.woocommerce .ts-product.item-list .products .product .meta-wrapper{
width:100%;
float:none !important;
padding-left:0 !important; padding-right:0 !important;
} .style-fullwidth .feedburner-subscription > *{
display:inline-block;
width:100%;
text-align:center;
}
.style-fullwidth .feedburner-subscription > div{
width:100%;
}
body .ts-footer-block .style-fullwidth .widget h2.widgettitle{
margin-bottom:20px;
}
}
@media only screen and (max-width: 550px){  header .search-content{
width:60%;
}
header .ts-search-by-category form > .select2, 
header .ts-search-by-category select{
width:40% !important;
}
.group-meta-header > div{
margin-right:13px; }
.info-desc{
display:none;
} .woocommerce form .form-row-first, 
.woocommerce form .form-row-last{
width:100%;
} .woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:90px }
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:80px;
} .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:37%;
float:left; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:60%;
float:left; } .woocommerce table.my_account_orders th, 
.woocommerce table.my_account_orders td{
padding-top:8px;
padding-bottom:8px;
} .comments-area .commentlist > li > div.comment-wrapper div.avatar{
padding-right:10px; width:70px;
}
.comments-area div.avatar img{
width:60px;
height:60px;
}
.comments-area div.avatar {
padding-right:10px; width:70px;
}
.comments-area .comment-meta > span:last-child{
padding:0;
margin:6px 0 0 0;
clear:both;
}
.comments-area .comment-meta > span:last-child:before{
display:none;
} .commentlist .children{
padding:10px 0 0 30px; }
.commentlist .children .children{
padding:10px 0 0 20px; }  .vertical-tab.column-3 .column-tabs,
.vertical-tab.column-3 .column-content,
.ts-product-in-category-tab-wrapper .column-tabs,
.vertical-tab .column-content{
width:100%;
}
.ts-product-in-category-tab-wrapper .column-tabs{
border-width:0 0 1px 0;
border-style:solid;
margin-bottom:20px;
}
.horizontal-tab .column-tabs{
margin-bottom:0;
}
.vertical-tab .column-tabs:before{
display:none !important;
}
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:10px; }
.column-tabs .heading-tab h3{
padding:20px 30px 20px 80px; }
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:20px; }
.vertical-tab .column-tabs .tabs li{
padding:15px 20px;
}
.horizontal-tab .column-tabs .heading-tab,
.horizontal-tab .column-tabs ul,
.ts-product-in-category-tab-wrapper.horizontal-tab .column-tabs{
display:inline-block;
}
.horizontal-tab:not(.horizontal-style-2) .column-tabs .heading-tab,
.ts-product-in-category-tab-wrapper.horizontal-tab:not(.horizontal-style-2) .column-tabs{
width:100%;
text-align:center;
}
.horizontal-tab .column-tabs ul{
padding-top:15px;
padding-bottom:15px;
padding-left:5px;
padding-right:5px;
}
.horizontal-tab:not(.horizontal-style-2) .column-tabs ul li{
margin:0 0 0 20px; }
.horizontal-tab:not(.horizontal-style-2) .column-tabs ul li:first-child{
margin:0;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li{
margin:0 10px !important;
}
.horizontal-tab.banner-right .column-banners, 
.horizontal-tab.banner-left .column-banners,
.horizontal-tab.banner-right .column-products, 
.horizontal-tab.banner-left .column-products{
width:100% !important;
}
.vertical-tab.no-banner .woocommerce.column-products{
padding-top:0;
}
.ts-product-in-category-tab-wrapper .column-content{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-flow: row wrap;
max-width:100%;
margin-left:0;
margin-right:0;
}
.ts-product-in-category-tab-wrapper .column-banners{ 
-ms-flex-order: 3;
order: 3;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
border-width:1px 0 0 0;
border-style:solid;
}
.horizontal-tab.banner-right .column-banners, 
.horizontal-tab.banner-left .column-banners{
padding:20px;
}
.ts-product-in-category-tab-wrapper .see-more-wrapper{ 
-ms-flex-order: 2;
order: 2;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
position:relative;
top:auto;
left:auto;
right:auto;
padding:0 20px;
text-align:right; }
.horizontal-style-2.has-see-more-button .column-products.woocommerce{
padding-bottom:0 !important;
}
.horizontal-tab.banner-left .see-more-wrapper{
position:relative;
top:auto;
left:auto;
right:auto;
padding-top:14px;
}
.has-see-more-button .column-products.woocommerce{
padding-bottom:0 !important;
}
.ts-product-in-category-tab-wrapper .column-products{ 
-ms-flex-order: 1;
order: 1;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
}
.ts-product-in-category-tab-wrapper .column-products.loading:before, 
.ts-product-in-category-tab-wrapper .column-banners.loading:before{
left:0 !important;
right:0 !important;		
} .vc_row.ts-video-bg > .wpb_column{
padding-top:80px;
padding-bottom:80px;
} .ts-banner header h3{
font-size:18px;
line-height:22px;
}
.ts-banner header h2
{
font-size:26px;
line-height:16px; }
.left-top header,
.left-bottom header,
.left-center header,
.right-top header,
.right-bottom header,
.right-center header{
max-width:65%;
}
.center-top header,
.center-bottom header,
.center-center header{
max-width:90%;
} .blank-page{
padding:50px 10px 10px 10px
} #bbpress-forums #bbp-single-user-details{
margin-bottom:30px;
}
#bbpress-forums #bbp-single-user-details{
width:100%;
text-align:center;
overflow:hidden;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar{
float:left; }
#bbpress-forums #bbp-single-user-details #bbp-user-navigation{
width:100%;
padding-left:170px }
#bbpress-forums #bbp-user-body{
margin-left:0 }
}
@media only screen and (max-width: 480px){ .menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu,
.mg-col-6 > div,
.menu-wrapper nav li.ts-megamenu-columns-5 .widget_nav_menu,
.mg-col-5 > div,
.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
.mg-col-4 > div,
.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
.mg-col-3 > div,
.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
.mg-col-2 > div{width:100%;margin-bottom:20px;} #bbpress-forums div.bbp-search-form,
#bbpress-forums #bbp-search-form{
float:left; width:100%;
text-align:center;
} #bbpress-forums .bbp-body div.bbp-reply-author{
padding-left:80px; }
#bbpress-forums div.bbp-reply-author img.avatar{
left:0; right:auto;
}
#bbpress-forums .bbp-body div.bbp-reply-author,
#bbpress-forums div.bbp-forum-author, 
#bbpress-forums div.bbp-topic-author, 
#bbpress-forums div.bbp-reply-author{
text-align:left; }
#bbpress-forums li.bbp-header .bbp-search-content, 
#bbpress-forums li.bbp-footer .bbp-search-content, 
#bbpress-forums li.bbp-header .bbp-forum-content, 
#bbpress-forums li.bbp-footer .bbp-forum-content, 
#bbpress-forums li.bbp-header .bbp-topic-content, 
#bbpress-forums li.bbp-footer .bbp-topic-content, 
#bbpress-forums li.bbp-header .bbp-reply-content, 
#bbpress-forums li.bbp-footer .bbp-reply-content{
margin-left:0; }
#bbpress-forums div.bbp-forum-content, 
#bbpress-forums div.bbp-topic-content, 
#bbpress-forums div.bbp-reply-content{
margin-left:0 }
#bbpress-forums li.bbp-header .bbp-search-author, 
#bbpress-forums li.bbp-footer .bbp-search-author, 
#bbpress-forums li.bbp-header .bbp-forum-author, 
#bbpress-forums li.bbp-footer .bbp-forum-author, 
#bbpress-forums li.bbp-header .bbp-topic-author, 
#bbpress-forums li.bbp-footer .bbp-topic-author, 
#bbpress-forums li.bbp-header .bbp-reply-author, 
#bbpress-forums li.bbp-footer .bbp-reply-author{
width:auto;
margin-right:20px; }
#bbpress-forums div.bbp-forum-author, 
#bbpress-forums div.bbp-topic-author, 
#bbpress-forums div.bbp-reply-author{
width:auto;
}
#bbpress-forums .bbp-body div.bbp-reply-author{
margin:-15px 0 10px 0;
}
#bbpress-forums .bbp-body div.bbp-reply-content{
margin:10px 0;
} .woocommerce table.wishlist_table.shop_table{
display:inline-block;
overflow:auto;
} .gridlist-toggle{
padding: 0 10px 0 0; }
.woocommerce .woocommerce-ordering{
clear:both;
display:inline-block;
width:auto;
}
.woocommerce .products.list .product .short-description{
display:none !important;
}
.woocommerce .products.list .product .price{
margin-bottom:10px;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count{
margin-bottom:10px;
float:left; clear:both;
}
.woocommerce .products .product.sale .price{
margin-left:-5px;
margin-right:-5px;
}
.woocommerce .products.list .product .price del .amount,
.woocommerce .products.list .product .price ins .amount{
padding:0 5px;
}  .ts-banner header .big-number{
font-size:30px;
line-height:34px;
}
.ts-banner .button-banner{
margin-top:0;
}
.ts-banner header h3{
margin-bottom:0;
}
}
@media only screen and (max-width: 420px){ .rev-btn{
padding:5px 10px !important;
} header .select2-container--default .select2-selection--single .select2-selection__rendered, 
header .ts-search-by-category select{
padding-left:15px; padding-right:25px; }
header .search-content input[type="text"]{
padding-left:15px; padding-right:55px; }
header .header-v2 .search-content input[type="text"],
header .header-v5 .search-content input[type="text"]{
padding-left:15px; padding-right:45px; }
header .search-table .search-content input[type="text"]{
padding-left:15px; padding-right:25px; }
#ts-search-result-container ul li .thumbnail{
width:50px;
}
#ts-search-result-container ul li .meta{
margin-left:65px; } .home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
width:100%;
float:none;
text-align:center;
margin-bottom:10px;
} body.error404 article h1{
font-size:80px;
line-height:80px;
}
body.error404 #main > .fullwidth-template{
padding:50px 0;
} .breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > *{
display:inline-block;
width:100%;
text-align:left }
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
display:block;
padding-top:15px;
padding-bottom:15px;
} .thumbnail-wrapper .thumbnail-button{
right:5px !important; bottom:5px !important; }
.woocommerce .products .product{
padding-left:5px;
padding-right:5px;
}
.woocommerce .products{
margin-left:-5px;
margin-right:-5px;
} .tp-caption.rev-btn-primary, 
.rev-btn-primary{
padding:4px 10px !important;
}  .ts-countdown.style-border .counter-wrapper > div,
.ts-countdown .counter-wrapper > div,
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div, 
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
width:60px;
padding:5px 3px;
margin:0 3px;
}
.ts-countdown.style-border .counter-wrapper .number-wrapper,
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:14px 3px;
}
.ts-countdown .counter-wrapper .number,
.vc_col-sm-6 .ts-countdown .counter-wrapper .number{
font-size:24px;
line-height:36px;
} .vc_row.ts-video-bg > .wpb_column{
padding-top:40px;
padding-bottom:40px;
} .ts-twitter-slider .twitter-content{
padding-left:80px; }
.ts-twitter-slider .icon{
font-size:60px;
}
.ts-twitter-slider .owl-dots{
top:auto;
bottom:10px;
left:50%;
right:auto;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
} .ts-heading.style-2 > h1, 
.ts-heading.style-2 > h2, 
.ts-heading.style-2 > h3, 
.ts-heading.style-2 > h4{
padding:0 50px;
}
.ts-heading.style-2 > h1:before, 
.ts-heading.style-2 > h2:before, 
.ts-heading.style-2 > h3:before, 
.ts-heading.style-2 > h4:before,
.ts-heading.style-2 > h1:after, 
.ts-heading.style-2 > h2:after, 
.ts-heading.style-2 > h3:after, 
.ts-heading.style-2 > h4:after{
width:36px;
} .page-template-fullwidth-template .ts-banner header h2{
font-size:20px;
line-height:24px;
}
.ts-banner header .description{ font-size:11px; line-height:13px;
}
.ts-banner header h3{
font-size:20px;
line-height:26px;
}
.ts-banner header h2
{  }
.ts-banner.responsive-size .banner-bg img{
max-width:120%;
}    .ts-banner.left-top.responsive-size .banner-bg img{ }
.ts-banner.left-bottom.responsive-size .banner-bg img{
margin:-15% -15% 0 0;
}
.ts-banner.left-center.responsive-size .banner-bg img{
margin:0 -15% 0 0;
}    .ts-banner.right-top.responsive-size .banner-bg img{ }
.ts-banner.right-bottom.responsive-size .banner-bg img{
margin:-15% 0 0 -15%;
}
.ts-banner.right-center.responsive-size .banner-bg img{
margin:0 0 0 -15%;
}
.ts-banner.center-top.responsive-size .banner-bg img{
margin:0 0 -15% 0;
}
.ts-banner.center-bottom .responsive-size.banner-bg img{
margin:-15% 0 0 0;
}
.vc_col-sm-12 .ts-banner.responsive-size .banner-bg img{
max-width:150%;
}
.vc_col-sm-12 .ts-banner.left-top.responsive-size .banner-bg img{
margin:0 -30% -30% 0;
}
.vc_col-sm-12 .ts-banner.left-bottom.responsive-size .banner-bg img{
margin:-30% -30% 0 0;
}
.vc_col-sm-12 .ts-banner.left-center.responsive-size .banner-bg img{
margin:0 -30% 0 0;
}
.vc_col-sm-12 .ts-banner.right-top.responsive-size .banner-bg img{
margin:0 0 -30% -30%;
}
.vc_col-sm-12 .ts-banner.right-bottom.responsive-size .banner-bg img{
margin:-30% 0 0 -30%;
}
.vc_col-sm-12 .ts-banner.right-center.responsive-size .banner-bg img{
margin:0 0 0 -30%;
}
.vc_col-sm-12 .ts-banner.center-top.responsive-size .banner-bg img{
margin:0 0 -30% 0;
}
.vc_col-sm-12 .ts-banner.center-bottom .responsive-size.banner-bg img{
margin:-30% 0 0 0;
}
.ts-banner .button-banner{
margin-top:0;
}
.left-top header{
left:5%;
top:5%;
}
.left-bottom header{
left:3%;
bottom:5%;
}
.left-center header{
left:3%;
}
.right-top header{
right:3%;
top:5%;
}
.right-bottom header{
right:3%;
bottom:5%;
}
.right-center header{
right:3%;
}
.center-top header{
top:7%;
}
.center-bottom header{
bottom:5%;
}
.button-banner{
min-width:100px;
padding:3px 10px;
}
.ts-banner .banner-bg img{
max-width:120%;
} .woocommerce .ts-product.list .product .thumbnail-wrapper{
width:100%;
}
.woocommerce .ts-product.list .product .meta-wrapper{
width:100%;
clear:both;
margin-top:10px;
padding-left:0 } .ts-product-in-category-tab-2-wrapper.vertical-tab.column-3 .column-content,
.ts-product-in-category-tab-2-wrapper.vertical-tab .column-content{
width:100%;
margin-left:0 !important;
margin-right:0 !important;
float:none; clear:both;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .column-tabs > ul{
width:calc(100% + 10px);
margin:0 -5px 20px -5px;
float:none; clear:both;
text-align:center;
overflow:hidden;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .column-tabs .tabs li{
margin:5px;
width:calc(33.333333% - 10px);
float:left; } .woocommerce .products.list .product{
margin-bottom:40px;
}
body.woocommerce .products .product.product-category{
width:100% !important;
float:left !important; clear:none !important;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
padding:0 0 0 15px; width:60%;
}
.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
width:40%;
} .vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:100px;
}
.woocommerce div.product form.cart .button:before,
.woocommerce div.product p.cart .button:before{
display:none;
}
.woocommerce div.product form.cart .button,
.woocommerce div.product p.cart .button{
min-width:120px;
}
.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images,
.woocommerce #main-content:not(.ts-col-24) div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:80px }
.woocommerce div.product.vertical-thumbnail .thumbnails,
.woocommerce #main-content:not(.ts-col-24) div.product.vertical-thumbnail .thumbnails{
width:70px;
} .woocommerce table.shop_table.order_details{
display:inline-block;
overflow:auto;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
width:100%;
}
.woocommerce table.cart td.actions .coupon .input-text{
width:100%;
max-width:100%;
margin:0 0 10px 0; }
.woocommerce table.cart td.actions .coupon input[type="submit"]{
width:100%;
} .woocommerce #payment #place_order{
width:100%;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:40%;
float:left; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:57%;
float:left; } .list-posts article .entry-meta > span, 
article.single .entry-meta > span{
padding-right:10px; margin-right:10px; }
.list-posts article .entry-meta > span:last-child,
article.single .entry-meta > span:last-child{
margin:0;
padding:0;
}
.comments-area .comment-meta > span{
padding:0;
margin:6px 0 0 0;
clear:both;
}
.comments-area .comment-meta > span:before{
display:none;
}
}
@media only screen and (max-width: 379px){ .header-currency ul,
#lang_sel_click ul ul{
left:0; right:auto; margin-left:-15px; }
.group-meta-header{
padding-left:5px;
padding-right:5px
} .woocommerce .woocommerce-ordering .orderby{
width:180px;
} .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:100%; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:100%; padding-right:0;
padding-left:0;
margin-bottom:10px;
}
#order_review_heading{
padding-left:15px;
padding-right:15px;
}
.woocommerce .checkout #order_review{
padding:50px 15px 0 15px;
} div.product .ref-wrapper{
font-size:9px;
line-height:12px;
} .list-posts article.format-quote{
padding:10px 20px;
}
.list-posts article.format-quote blockquote{
margin-bottom:10px;
}  .commentlist .children{
padding:20px 0 0 30px; }
.commentlist .children .children{
padding:20px 0 0 60px; }
.comments-area .datetime, 
.comments-area .reply{
display:inline-block;
width:100%;
margin-top:5px;
} #bbpress-forums #bbp-your-profile fieldset{
padding:10px 10px 0 10px;
} fieldset{
padding:10px;
} .woocommerce div.product form.cart .button{
padding-left:10px;
padding-right:10px;
}  body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
min-width:80px;
}  .ts-product .content-wrapper{
padding-left:0.5px;
padding-right:0.5px;
}
}
@media only screen and (max-width: 359px){ .group-meta-header{
padding-left:5px;
padding-right:5px
} #bbpress-forums #bbp-single-user-details #bbp-user-avatar{
width:116px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation{
padding-left:135px } .list-posts article .entry-meta > span, 
article.single .entry-meta > span{
padding-right:5px; margin-right:5px; }
.list-posts article .entry-meta > span:last-child,
article.single .entry-meta > span:last-child{
margin:0;
padding:0;
}
.list-posts article .entry-meta > span.author,
article.single .entry-meta > span.author{
font-size:0;
font-style:normal;
line-height:0;
}
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
font-style:italic;
}
.list-posts article .entry-meta > span.author:before,
article.single .entry-meta > span.author:before{
margin-right:5px; content:"\e693";
font-family: 'Pe-icon-7-stroke';
font-size:24px;
line-height:14px;
top:5px;
position:relative;
} body.error404 .button-404 .button{
margin-bottom:10px;
}  .woocommerce .content-no-border .big-thumbnail ul.product_list_widget li img, 
.content-no-border .big-thumbnail ul.product_list_widget li img{
width:130px;
}
.content-no-border .big-thumbnail ul.product_list_widget li .ts-wg-meta{
margin-left:150px; }
}
@media only screen and (max-width: 330px){ #bbpress-forums li.bbp-header li.bbp-forum-topic-count, 
#bbpress-forums li.bbp-header li.bbp-forum-reply-count, 
#bbpress-forums li.bbp-body li.bbp-forum-topic-count, 
#bbpress-forums li.bbp-body li.bbp-forum-reply-count, 
#bbpress-forums li.bbp-header li.bbp-topic-voice-count, 
#bbpress-forums li.bbp-header li.bbp-topic-reply-count, 
#bbpress-forums li.bbp-body li.bbp-topic-voice-count, 
#bbpress-forums li.bbp-body li.bbp-topic-reply-count{
width:25%;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness, 
#bbpress-forums li.bbp-body li.bbp-forum-freshness, 
#bbpress-forums li.bbp-header li.bbp-topic-freshness, 
#bbpress-forums li.bbp-body li.bbp-topic-freshness{
width:35%;
}
}
@media only screen and (max-width: 1229px)	and (min-width: 768px){
.visible-ipad{
display:block !important
}  header .header-v2 .vertical-menu-wrapper .vertical-menu-heading,
header .header-v5 .vertical-menu-wrapper .vertical-menu-heading{
font-size:0;
padding:19px 0 19px 0;
width:54px;
text-align:center;
line-height:0;
}
.header-v2 .vertical-menu-wrapper .vertical-menu,
.header-v2 .vertical-menu-wrapper:hover .vertical-menu,
.display-vertical-menu .header-v2 .vertical-menu-wrapper .vertical-menu,
.header-v5 .vertical-menu-wrapper .vertical-menu,
.header-v5 .vertical-menu-wrapper:hover .vertical-menu,
.display-vertical-menu .header-v5 .vertical-menu-wrapper .vertical-menu{
right:auto; width:240px;
}
header .header-v2 .vertical-menu-wrapper .vertical-menu-heading:before,
header .header-v5 .vertical-menu-wrapper .vertical-menu-heading:before{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
display:inline-block;
}
header .header-v2 .vertical-menu-wrapper .vertical-menu-heading,
header .header-v5 .vertical-menu-wrapper .vertical-menu-heading{
font-size:0;
padding:20px 0 20px 0;
width:54px;
text-align:center;
line-height:0;
}
.header-v2 .vertical-menu-wrapper,
.header-v5 .vertical-menu-wrapper{
min-width:50px;
margin:0;
} .header-v3 .header-middle > .container{
display:block;
position:relative;
}
.header-v3 .header-middle > .container > div{
display:block;
text-align:center;
}
.header-v3 .header-middle > .container > .logo-wrapper{
padding:20px 0;
}
.header-v3 .menu-wrapper nav > ul.menu{
float:none; display:inline-block;
text-align:left }
.header-v3 .menu-wrapper nav > ul.menu > li > a{
padding-top:30px;
padding-bottom:30px;
}
.header-v3 .header-middle > .container > .search-wrapper{
position:absolute;
right:10px; bottom:0;
padding:23px 0;
}
.top-header-transparent .header-v3 .header-middle > .container > .search-wrapper{
padding:12px 0;
} header .header-v4 .search-wrapper{
right:10px; } header .select2-container--default .select2-selection--single .select2-selection__rendered, 
header .ts-search-by-category select{
padding-right:35px; padding-left:15px;
}
header .ts-search-by-category form > .select2, 
header .ts-search-by-category select{
width:35% !important;
}
header .search-content{
display:inline-block;
width:65%;
}  .ts-price-table .table-description > a.button{
margin:0 15px;
}
.ts-price-table .table-title{
min-width:100px;
}
.ts-price-table .table-price{
font-size:50px;
} .ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product.first,
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product.first{
clear:none;
}
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product,
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product{
width:50%;float:left }
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1),
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; } .woocommerce ul.product_list_widget li .loop-add-to-cart .button:before{
display:none !important;
} .title-background-color .shortcode-heading-wrapper .heading-title{
font-size:18px !important;
} .woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails li{
padding:10px 0 0 0;
}
.woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
margin-top:-10px;
}
.woocommerce .ts-col-12 .vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:11px;
}
body .ts-col-18 div.product .summary .ts-social-sharing{
padding: 10px 0 0 0;
margin: 10px 0 0 0;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
width:100%;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
clear:both;
padding:0;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail .images .product-label{
right:auto;
left:15px; }
#main-content.ts-col-18 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:110px }
#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails{
width:100px;
}
#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails li{
padding-top:10px;
}
#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails{
margin-top:-10px;
}
#main-content.ts-col-18 .vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:12px;
}
.woocommerce .ts-col-18 div.product .woocommerce-tabs.accordion-tabs{
padding-top:20px;
}
div.product .ref-wrapper{
font-size:10px;
line-height:12px;
}
.woocommerce .ts-col-12 div.product .woocommerce-tabs ul.tabs li{
margin-bottom:10px;
min-width:120px;
}
.woocommerce .ts-col-12 div.product .woocommerce-tabs ul.tabs:before{
display:none;
}
.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs li{
min-width:120px;
} .list-posts article.post_format-post-format-quote{
padding:20px;
}  .ts-wg-meta .amount{
font-size:13px;
line-height:16px;
} .widget_shopping_cart .buttons{
clear:both;
padding-top:10px;
padding-bottom:5px;
} .widget-container .owl-nav, 
.widget .owl-nav{
right:-10px }
.widget.ts-products-widget .owl-nav{
right:10px; }
.widget-container.ts-products-widget .owl-nav{
right:0 }
.widget-container{
padding-left:10px;
padding-right:10px;
}
.ts-products-tabs-widget .widget-title{
padding-left:5px; padding-right:5px; }
.ts-products-widget .widget-title{
padding-left:5px; padding-right:60px;
}
.ts-products-tabs-widget{
padding-left:0;
padding-right:0;
}
.widget-title:after,
.woocommerce .widget_shopping_cart .total:before, 
.woocommerce.widget_shopping_cart .total:before{
left:-10px; right:-10px; }
.comment_list_widget .comment-meta > *{
width:60%;
}
.comment_list_widget .comment-meta > .avatar{
width:40%;
}
body .widget-container > select, 
.widget_mc4wp_form_widget .mc4wp-form{
margin:10px 0;
}
.widget_product_search, 
.widget_search, 
.widget_display_search{
padding:0;
}
.widget-container .comment_list_widget > li{
margin:10px 0 11px 0;
}
.widget-container.widget_text .textwidget{
padding-top:0;
padding-bottom:8px;
}
.widget_categories > ul{
padding-top:5px;
padding-bottom:10px;
}
.widget-container .ts-blogs-widget-wrapper{
padding:0 0 10px 0;
}
.widget-container .comment_list_widget > li:before{
bottom:-10px;
}
.widget-container .comment_list_widget > li:last-child:before,
.widget-container .post_list_widget > li:last-child:before{
display:none
}
.widget-container .post_list_widget > li{
margin:10px 0 11px 0;
}
.widget-container .post_list_widget > li:before{
bottom:-7px;
}
.ts-blogs-widget-wrapper .entry-meta span{
margin-right:15px }
.entry-meta span i{
margin-right:0 }
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
padding:10px 10px 0 10px;
}
.widget-container > ul, 
section.widget_nav_menu > div > ul, 
section.widget_display_stats > dl{
padding-top:5px;
margin-bottom:0;
}
section.widget_display_stats > dl{
padding-bottom:0;
margin-bottom:10px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total{
padding:10px 0 0 0;
}
section.product-filter-by-color > ul,
.bbp_widget_login form,
.widget-container .tagcloud,
section.ts-social-icons .social-icons,
.widget-container .widget_shopping_cart_content,
section.ts-flickr-widget .ts-flickr-wrapper,
section.ts-instagram-widget .ts-instagram-wrapper,
.widget-container .widget_shopping_cart_content{
padding:10px 0 0 0;
}
.mailchimp-subscription{
padding-top:25px;
padding-bottom:30px;
}
.ts-twitter-widget .item{
margin:10px 0;
}
.ts-twitter-widget .item:before{
bottom:-9px;
}
section.feedburner-subscription .subscribe-widget,
.widget-container .ts-facebook-page-wrapper,
section.bbp_widget_login .bbp-logged-in{
padding:10px 0;
}
.widget-container ul.product-categories{
padding:0 0 10px 0 !important
}
.product-filter-by-color ul li{
margin:0 11px 11px 0; }
.woocommerce .widget_layered_nav ul li{
padding-bottom:6px;
}
section.product-filter-by-color > ul,
section.woocommerce.widget-container > ul{
padding:10px 0 0 0;
}
section.widget_media_gallery .gallery-size-thumbnail{
padding:0 0 10px 0;
}
section.woocommerce.widget_rating_filter > ul,
section.woocommerce.widget_layered_nav > ul{
padding:10px 0 5px 0;
}
.ts-flickr-wrapper,
.ts-instagram-wrapper{
margin-bottom:10px;
}
.ts-gravatar-profile-widget .thumbnail{
margin-top:10px;
}
.ts-gravatar-profile-widget .ts-social-icons .social-icons{
margin-bottom:0;
}
.ts-gravatar-profile-widget .meta p{
margin-bottom:5px;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
padding:8px 13px; }
body.wpb-js-composer .ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
padding-left:47px; padding-right:13px; } .widget-container .ts-products-widget-wrapper ul.product_list_widget ,
.widget-container ul.product_list_widget,
.woocommerce ul.product_list_widget{
padding:10px 0 0 0;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li, 
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li{
padding-left:10px;
padding-right:10px;
margin-bottom:9px;
}
.woocommerce .widget-container.ts-products-widget ul.product_list_widget li,
.widget-container.ts-products-widget .woocommerce ul.product_list_widget li{
padding:0 10px 20px 10px;
} .ts-col-24 .woocommerce .widget_layered_nav ul li{
width:50%;
}
.woocommerce .ts-col-24 .widget_layered_nav ul li:nth-child(3n+1){
clear:none;
}
.woocommerce .ts-col-24 .widget_layered_nav ul li:nth-child(2n+1){
clear:both;
} .widget-container .post_list_widget .thumbnail{
float:none; margin:0 0 10px 0;
width:auto;
display:inline-block;
} article.single-portfolio .entry-content{
width:45%;
}
.single-portfolio .thumbnails{
width:55%;
padding-right:20px; }
article.single.single-portfolio .ts-social-sharing{
float:none; width:100%;
margin-bottom:10px;
}
.single-portfolio .portfolio-like{
float:none; clear:both;
} .comment-respond textarea,
#commentform textarea{
height:150px;
} .ts-col-12 .woocommerce table.cart td.actions .coupon{
float:none !important;
width:100%;
} 
.ts-col-12 .woocommerce table.cart .actions > .button{
margin:10px 0 0 0;
float:left; }
.ts-col-12 .woocommerce table.cart td.product-thumbnail{
width:0;
padding:0;
min-width:10px;
}
.ts-col-12 .woocommerce table.cart td.actions .coupon .input-text{
width:50%;
}
.ts-col-12 .woocommerce table.cart td.actions .coupon .button{
width:48%;
}
.ts-col-12 .woocommerce table.cart td.product-thumbnail a{
display:none !important;
} .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td, 
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr{
display:table-row;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td{
display:table-cell;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:before{
display:none;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:50%;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:48%;
} .counter-wrapper > div{
width:40px;
padding:3px 2px;
}
.counter-wrapper .ref-wrapper{
font-size:10px;
} .text_head_1 p{
font-size: 22px;
}
.uc_custom_price_table .uc_content_box .uc_price_table h2{
font-size: 25px !important;
}
}
@media 
only screen and (max-width: 1229px)	and (min-width: 991px){  .display-vertical-menu .vertical-menu-wrapper .vertical-menu{
display:block !important;
}
.vertical-menu-wrapper{
width:207px;
}
.header-v2 .vertical-menu-wrapper,
.header-v5 .vertical-menu-wrapper{
width:50px;
}
.vertical-menu-wrapper .vertical-menu-heading{
padding:20px; }
.vertical-menu-wrapper .vertical-menu-heading:before{ } .header-v2 .shopping-cart-wrapper .cart-number,
.header-v2 .shopping-cart-wrapper .hyphen,
.header-v5 .shopping-cart-wrapper .cart-number,
.header-v5 .shopping-cart-wrapper .hyphen{
display:none;
} .group-meta-header > div{
margin-right:20px; }
.header-v3 .header-top .shopping-cart-wrapper, 
.header-v4 .header-top .shopping-cart-wrapper{
margin-left:20px }
.header-v3 .ts-tiny-cart-wrapper, 
.header-v4 .ts-tiny-cart-wrapper{
padding:0 10px;
}
.header-v3 .header-top .shopping-cart-wrapper .cart-number,
.header-v3 .header-top .shopping-cart-wrapper .hyphen,
.header-v4 .header-top .shopping-cart-wrapper .cart-number,
.header-v4 .header-top .shopping-cart-wrapper .hyphen{
display:none;
} .fix-size-heading h2{
font-size:30px;
line-height:34px;
margin-bottom:15px;
} .home1-fix-columns-slideshow .rev_slider{
height:412px !important;
}
.fix-columns-hotdeals .vc_col-sm-4{
width:30.063%;
}
.fix-columns-hotdeals .vc_col-sm-8{
width:69.937%;
} .hidden-button-product .ts-product.item-list .products{
padding-top:22px;
}
.hidden-button-product .ts-product.item-list .owl-nav > div{
margin-top:5px;
} .vetical-slideshow{
margin-left:260px; width:calc(100% - 260px );
}
.vertical-banner{
width:100%;
float:none;
clear:both;
}
.vertical-banner > .wpb_wrapper > *{
width:50%;
float:left;
}
.vertical-banner > .wpb_wrapper > * img,
.vertical-banner .image-link{
width:100%;
}  .widget .ts-products-widget-wrapper ul li, 
.woocommerce .widget .ts-products-widget-wrapper ul li{
padding:0 10px 20px 10px;
margin-bottom:20px;
}
.widget .ts-products-widget-wrapper ul, 
.woocommerce .widget .ts-products-widget-wrapper ul{
padding-top:16px !important;
} .woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
width:54px;
}
.widget_shopping_cart ul.product_list_widget li .ts-wg-meta,
ul.product_list_widget li .ts-wg-meta{
margin-left:64px; }
.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li .ts-wg-meta{
margin-left:100px; }
.ts-products-widget .big-thumbnail ul.product_list_widget li .ts-wg-meta{
margin-left:125px }
.content-no-border .big-thumbnail ul.product_list_widget li .ts-wg-meta{
margin-left:135px; }
.woocommerce .content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img,
.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img{
width:90px;
}
.woocommerce .content-no-border .big-thumbnail ul.product_list_widget li img,
.content-no-border .big-thumbnail ul.product_list_widget li img{
width:123px;
}
.woocommerce .ts-products-widget .big-thumbnail ul.product_list_widget li img, 
.ts-products-widget .big-thumbnail ul.product_list_widget li img{
width:113px;
}  .title-left > .shortcode-heading-wrapper{
width:260px;
}
.title-left.show-nav .shortcode-heading-wrapper .heading-title{
max-width:90%;
}
.title-left > .content-wrapper{
width:calc(100% - 260px)
} .vc_row.ts-video-bg > .wpb_column{
padding-top:150px;
padding-bottom:150px;
}
.ts-youtube-video-bg .mb_YTPBar, 
.ts-hosted-video-bg .video-control{
top:40px;
}
.ts-youtube-video-bg .loading{
top:60px;
} .vc_col-sm-9 .horizontal-tab .column-tabs .heading-tab,
.ts-col-18 .horizontal-tab .column-tabs .heading-tab{
width:32.09%;
}
.horizontal-tab .column-tabs .heading-tab{
width:32.09%;
}
.horizontal-tab:not(.ts-product-in-category-tab-2-wrapper) .column-tabs .heading-tab .heading-title{
font-size:18px !important;
}
.ts-col-18 .horizontal-tab.banner-right .column-banners,
.ts-col-18 .horizontal-tab.banner-left .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-right .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-left .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-left.column-3 .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-right.column-3 .column-banners{
width:32.09%;
}
.horizontal-tab.banner-right .column-banners,
.horizontal-tab.banner-left .column-banners{
width:32.088%;
}
.ts-col-18 .horizontal-tab.banner-right .column-products,
.ts-col-18 .horizontal-tab.banner-left .column-products,
.vc_col-sm-9 .horizontal-tab.banner-right .column-products,
.vc_col-sm-9 .horizontal-tab.banner-left .column-products,
.vc_col-sm-9 .horizontal-tab.banner-left.column-3 .column-products,
.vc_col-sm-9 .horizontal-tab.banner-right.column-3 .column-products{
width:67.91%;
}
.horizontal-tab.banner-right .column-products,
.horizontal-tab.banner-left .column-products{
width:67.912%;
}
.ts-product-in-category-tab-wrapper .column-tabs,
.vertical-tab.column-3 .column-tabs{
width:28.784%;
}
.vertical-tab .column-tabs:before,
.vertical-tab.column-3 .column-tabs:before{
left:28.784%; }
.vertical-tab .column-content,
.vertical-tab.column-3 .column-content{
width:71.216%
} .woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
width:70px;
}
.woocommerce .ts-col-12 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:80px; }  .woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table tr{
margin-bottom:10px;
display:inline-block;
width:100%;
}
.woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table td{
display:inline-block;
width:50%;float:left; padding:5px 0 0 0;
}
.woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table td.label{
clear:both;
padding:8px 0 0 0;
} .woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:100px }
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:90px;
}
div.product.vertical-thumbnail .thumbnails li{
padding-top:10px;
}
.woocommerce div.product.vertical-thumbnail .thumbnails{
margin-top:-10px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:11px;
}  .woocommerce .ts-col-24 div.product.vertical-thumbnail div.summary{
width:45%;
}
.woocommerce div.product.vertical-thumbnail div.images-thumbnails{
width:55%;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail form.cart, 
.woocommerce .ts-col-18 div.product.vertical-thumbnail p.cart{
width:auto;
margin:0 5px 20px 0; }
.woocommerce .ts-col-18 div.product.horizontal-thumbnail form.cart .button:before,
.woocommerce .ts-col-18 div.product.horizontal-thumbnail p.cart .button:before{
display:none;
}
.woocommerce .ts-col-18 div.product.horizontal-thumbnail form.cart .button,
.woocommerce .ts-col-18 div.product.horizontal-thumbnail p.cart .button{
min-width:130px;
}
.woocommerce .ts-col-18 div.product div.summary{
padding-left:15px; } .woocommerce .checkout .col2-set{
width:60%;
}
.woocommerce .checkout #order_review,
#order_review_heading{
width:40%;
}
.woocommerce ul#shipping_method li label{
font-size:88%;
}
.ts-col-18 .woocommerce > form.checkout{
padding-top:20px;
}
.ts-col-18 .checkout-login-coupon-wrapper{
width:100%;
}
.ts-col-18 .woocommerce .checkout .col2-set{
width:100%;
padding-right:0 }
.ts-col-18 .woocommerce .checkout #order_review,
.ts-col-18 #order_review_heading{
width:100%;
} .woocommerce-cart .ts-col-24 article > .woocommerce > form{
width:68%;
}
.woocommerce-cart .ts-col-24 article > .woocommerce > .cart-collaterals{
width:32%;
}
.woocommerce table.shop_table td.actions{
padding:10px;
}
.woocommerce table.cart td.product-thumbnail{
padding:10px 0 10px 10px; }
.woocommerce table.cart td{
padding:10px 10px 10px 0; }
.woocommerce table.shop_table .product-thumbnail{
width:70px;
max-width:70px;
}
.woocommerce table.shop_table td.actions{
padding:10px;
}  body .ts-footer-block .style-fullwidth .widget h2.widgettitle{
width:33%;
}       }
@media 
only screen and (max-width: 1000px)	and (min-width: 768px){
.custom-six-col-footer > div:nth-child(4){
clear:both;
}
.custom-six-col-footer .vc_col-sm-2,
.custom-six-col-footer .vc_col-sm-2:first-child{
width:33.3334%;
} .text_head_1 p{
font-size: 22px;
}
.uc_custom_price_table .uc_content_box .uc_price_table h2{
font-size: 22px !important;
}
}
@media 
only screen and (max-width: 991px)	and (min-width: 768px){
.visible-vertical-ipad{
display:inline-block !important;
} .display-vertical-menu .vertical-menu-wrapper:hover .vertical-menu{
display: block;
-webkit-animation-duration: 340ms;
-moz-animation-duration: 340ms;
animation-duration: 340ms;
animation-delay: 100ms;
-webkit-animation-delay: 100ms;
-moz-animation-delay: 100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_vertial_categories;
-moz-animation-name: animation_vertial_categories;
animation-name: animation_vertial_categories;
backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
visibility: hidden;
opacity: 0;
display: none;
position: absolute;
left: 0;
right: 0;
top: 100%;
border-width: 0 1px 1px 1px;
border-style: solid;
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
}
.header-template nav.pc-menu ul.menu > li.parent > a,
.header-template nav.pc-menu ul.menu > li.menu-item-has-children:not(.parent) > a{
padding-right:16px; }
body .ts-group-meta-icon-toggle{
margin-right:-10px; }
body .header-v3 .ts-group-meta-icon-toggle,
body .header-v4 .ts-group-meta-icon-toggle,
body .header-v6 .ts-group-meta-icon-toggle{
margin-right:0; } header .vertical-menu-wrapper .vertical-menu-heading{
font-size:0;
padding:19px 0 19px 0;
width:54px;
text-align:center;
line-height:0;
}
.vertical-menu-wrapper .vertical-menu,
.vertical-menu-wrapper:hover .vertical-menu, 
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
right:auto; width:240px;
}
header .vertical-menu-wrapper .vertical-menu-heading:before{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
} .header-top > .container{
position:relative;
}
.header-top{
padding-bottom:0;
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after, 
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after, 
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after{
margin-top:-5px;
}
header .ts-menu > nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
background-image:none !important;
}
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-2,
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-3,
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-4,
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-5,
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-6{
width:100% !important;
} .menu .ts-columns{
margin-left:-10px;
margin-right:-10px;
}
.menu .ts-columns > .ts-item{
float:left; padding:0 10px;
} header .logo-wrapper.logo-vetical-ipad{
display:inline-block;
width:100%;
text-align:center;
position:relative;
padding:20px 0;
}
.header-v1 .header-top .header-left{
display:none !important;
}
.header-v1 .header-top .header-right{
width:100%;
display:inline-block;
padding-left:0;
padding-right:0;
}
.header-v1 .header-top,
.header-v1 > .container{
display:block;
}
.header-v1 .group-meta-header{
width:100%;
}
.header-v1 .shopping-cart-wrapper{
bottom:16px;
}
.header-v1 .top-right{
padding-bottom:0;
border-width:0;
padding-top:10px;
}
.ts-header .header-top .shopping-cart-wrapper{
z-index:99999
}
.shopping-cart-wrapper .dropdown-container:before{
top:10px;
}
.shopping-cart-wrapper .dropdown-container:after{
top:5px;
}
.shopping-cart-wrapper .dropdown-container .form-content:after{
top:10px;
}
.shopping-cart-wrapper .dropdown-container{
padding-top:20px;
}
.header-v1 .header-bottom .header-right{
padding-top:4px;
padding-bottom:4px;
} header .ts-search-by-category form > .select2, 
header .ts-search-by-category select{
width:40% !important;
}
header .search-content{
display:inline-block;
width:60%;
} .header-v2 .header-bottom .header-left,
.header-v5 .header-bottom .header-left{
width:100%;
}
.header-v2 .header-bottom .header-right,
.header-v5 .header-bottom .header-right{
display:none;
}
.header-v2 .menu-wrapper nav > ul.menu > li,
.header-v5 .menu-wrapper nav > ul.menu > li{
margin:0 0 0 14px; }
.header-v2 .header-right .shopping-cart-wrapper,
.header-v5 .header-right .shopping-cart-wrapper{
float:right; }
.header-top .header-left{
position:absolute;
left:10px; }
.header-top .header-right{
width:100%; } .header-v7 .header-middle .shopping-cart-wrapper .cart-number,
.header-v7 .header-middle .shopping-cart-wrapper .hyphen{
display:none;
} .fix-columns-hotdeals .vc_col-sm-4{
width:33.704%;
}
.fix-columns-hotdeals .vc_col-sm-8{
width:66.296%;
} .hidden-button-product .woocommerce .ts-product.item-list .products .product .meta-wrapper{
padding-left:10px; }
.hidden-button-product .ts-product.item-list .products{
padding-top:10px;
}
.hidden-button-product .ts-product.item-list .owl-nav > div{
margin-top:-10px;
} .vetical-slideshow{
margin-left:0; width:calc(100% - 280px );
}
.vetical-slideshow .rev_slider_wrapper, 
.vetical-slideshow .rev_slider{
height:390px !important;
}
.vertical-banner{
width:280px;
}
.fullwidth-tab{
width:calc(100% - 262px);
}
.fullwidth-deal{
width:262px;
} .vc_toggle_default .vc_toggle_content, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
padding:15px 10px 20px 10px;
} body .rev_slider_wrapper .ts-revo-button.tp-button{
line-height:18px !important
} .blank-page{
padding-top:180px;
padding-bottom:140px
}  .woocommerce .widget_price_filter .price_slider_amount .button{
float:none;
clear:both;
margin-bottom:5px;
} .yith-woocompare-widget ul.products-list{
margin-bottom:0;
}
body .yith-woocompare-widget a.compare{
clear:both;
float:left; }
body .yith-woocompare-widget a.clear-all{
top:auto;
margin-bottom:10px;
float:left; } .comment_list_widget .comment-meta > .avatar,
.comment_list_widget .avatar > a{
width:50px;
} .widget_shopping_cart .total .amount{
float:left; } .widget.ts-products-widget h2{
padding-left:10px;
padding-right:10px;
}
.has-slider .widget.ts-products-widget h2{
padding-right:60px; }
.widget .ts-products-widget-wrapper ul li, 
.woocommerce .widget .ts-products-widget-wrapper ul li{
padding:0 10px 18px 10px;
margin-bottom:18px;
}
.widget .ts-products-widget-wrapper ul, 
.woocommerce .widget .ts-products-widget-wrapper ul{
padding-top:16px !important;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button{
padding-left:7px;
padding-right:7px;
font-size:80%;
line-height:80%;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart{
margin-top:8px;
} .widget_shopping_cart_content p.buttons a.checkout, 
.widget_shopping_cart_content p.buttons a.view-cart{
width:100%;
}
.widget_shopping_cart_content p.buttons a.checkout{
margin:0 0 5px 0;
} .widget .gallery .owl-dots,
.widget-container .gallery .owl-dots{
bottom:5px;
}  .woocommerce #main-content:not(.ts-col-24) .woocommerce-ordering{
float:left; clear:both;
}
.widget-container.product-filter-by-color ul li{
margin:0 10px 10px 0 } .product-category-top-content .widget-container.product-filter-by-color ul li{
margin:0 5px 5px 0 }
.product-category-top-content .widget-container.product-filter-by-color ul li a,
.product-category-top-content .widget-container.product-filter-by-color ul li a span,
.widget-container.product-filter-by-color ul li{
width:24px;
height:24px;
} .woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
width:40px;
}
.widget_shopping_cart ul.product_list_widget li .ts-wg-meta,
ul.product_list_widget li .ts-wg-meta{
margin-left:50px; }
.woocommerce .content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img,
.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img{
width:80px;
}
.ts-products-widget .big-thumbnail ul.product_list_widget li img,
.menu .widget.ts-products-widget ul.product_list_widget li img{
width:100px;
}
.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li .ts-wg-meta{
margin-left:90px; }
.ts-products-widget .big-thumbnail ul.product_list_widget li .ts-wg-meta,
.menu .widget.ts-products-widget ul.product_list_widget li .ts-wg-meta{
margin-left:110px; }  .ts-col-12 .woocommerce .columns-8 .products .product.first,
.ts-col-12 .woocommerce.columns-8 .products .product.first,
.ts-col-12 .woocommerce .columns-7 .products .product.first,
.ts-col-12 .woocommerce.columns-7 .products .product.first,
.ts-col-12 .woocommerce .columns-6 .products .product.first,
.ts-col-12 .woocommerce.columns-6 .products .product.first,
.ts-col-12 .woocommerce .columns-5 .products .product.first,
.ts-col-12 .woocommerce.columns-5 .products .product.first,
.ts-col-12 .woocommerce .columns-4 .products .product.first,
.ts-col-12 .woocommerce.columns-4 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-8 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-8 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-7 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-7 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-6 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-6 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-5 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-5 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-4 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-4 .products .product.first{clear:none;}
#main-content.ts-col-12 .woocommerce .columns-8 .products .product,
#main-content.ts-col-12 .woocommerce.columns-8 .products .product,
#main-content.ts-col-12 .woocommerce .columns-7 .products .product,
#main-content.ts-col-12 .woocommerce.columns-7 .products .product,
#main-content.ts-col-12 .woocommerce .columns-6 .products .product,
#main-content.ts-col-12 .woocommerce.columns-6 .products .product,
#main-content.ts-col-12 .woocommerce .columns-5 .products .product,
#main-content.ts-col-12 .woocommerce.columns-5 .products .product,
#main-content.ts-col-12 .woocommerce .columns-4 .products .product,
#main-content.ts-col-12 .woocommerce.columns-4 .products .product,
#main-content.ts-col-12 .woocommerce .columns-3 .products .product,
#main-content.ts-col-12 .woocommerce.columns-3 .products .product{width:50%;float:left }
#main-content.ts-col-12 .woocommerce .columns-8 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-7 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-6 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-5 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-4 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-4 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-3 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; } .ts-col-18 .woocommerce .columns-8 .products .product.first,
.ts-col-18 .woocommerce.columns-8 .products .product.first,
.ts-col-18 .woocommerce .columns-7 .products .product.first,
.ts-col-18 .woocommerce.columns-7 .products .product.first,
.ts-col-18 .woocommerce .columns-6 .products .product.first,
.ts-col-18 .woocommerce.columns-6 .products .product.first,
.ts-col-18 .woocommerce .columns-5 .products .product.first,
.ts-col-18 .woocommerce.columns-5 .products .product.first,
.ts-col-18 .woocommerce .columns-4 .products .product.first,
.ts-col-18 .woocommerce.columns-4 .products .product.first,
.ts-col-18 .woocommerce .columns-3 .products .product.first,
.ts-col-18 .woocommerce.columns-3 .products .product.first{clear:none;}
#main-content.ts-col-18 .woocommerce .columns-8 .products .product,
#main-content.ts-col-18 .woocommerce.columns-8 .products .product,
#main-content.ts-col-18 .woocommerce .columns-7 .products .product,
#main-content.ts-col-18 .woocommerce.columns-7 .products .product,
#main-content.ts-col-18 .woocommerce .columns-6 .products .product,
#main-content.ts-col-18 .woocommerce.columns-6 .products .product,
#main-content.ts-col-18 .woocommerce .columns-5 .products .product,
#main-content.ts-col-18 .woocommerce.columns-5 .products .product,
#main-content.ts-col-18 .woocommerce .columns-4 .products .product,
#main-content.ts-col-18 .woocommerce.columns-4 .products .product,
#main-content.ts-col-18 .woocommerce .columns-3 .products .product,
#main-content.ts-col-18 .woocommerce.columns-3 .products .product{width:50%;float:left }
#main-content.ts-col-18 .woocommerce .columns-8 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-7 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-6 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-5 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-4 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-4 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-3 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; }  .woocommerce table.cart td.actions .coupon .input-text{
width:60%;
float:left; max-width:100%;
margin-right:2%; }
.woocommerce table.cart td.actions .coupon .button {
width:38%;
margin:0;
float:left; }
.woocommerce table.cart td > input.button{
margin-left:0;
margin-right:0;
width:100%;
display:inline-block
}
.woocommerce table.cart td.actions .coupon{
float:none; margin-bottom:0;
width:100%;
display:inline-block;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
text-align:left; }
.woocommerce-cart .woocommerce-shipping-calculator{
float:left; } .woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
width:25%;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
width:75%;
padding:0 0 0 20px; }
.ts-col-12 .product-category-top-content .widget-container{
width:100%;
float:none; }
.ts-col-18 .product-category-top-content .widget-container{
width:100%;
float:none; }
.ts-col-12 .gridlist-toggle{
margin:0 20px 8px 0; padding: 0 10px 0 0; }
.ts-col-12 .prod-cat-show-top-content-button{
margin:0 0 8px 0; border-width:0 1px 0 0; padding:0 20px 0 0 ; clear:both;
float:left; }
body.woocommerce .ts-col-12 .woocommerce-ordering{
clear:none;
margin-left:20px }
.woocommerce .ts-col-24 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:70px }
.woocommerce .ts-col-24 div.product.vertical-thumbnail .thumbnails{
width:60px;
} .woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
width:60px;
}
.woocommerce .ts-col-12 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:70px; }
.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs li{
margin-bottom:10px;
min-width:120px;
}
.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs:before{
display:none;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:150px;
}
.woocommerce .ts-col-24 div.product form.cart .button:before,
.woocommerce .ts-col-24 div.product p.cart .button:before{
display:none;
}
.woocommerce .ts-col-24 div.product form.cart .button,
.woocommerce .ts-col-24 div.product p.cart .button{
min-width:130px;
}
.woocommerce div.product div.summary{
padding-left:15px; } .woocommerce .ts-col-18 div.product div.images-thumbnails{
width:100%;
}
.woocommerce .ts-col-18 div.product div.summary{
width:100%;
padding-left:0 } .woocommerce .ts-col-12 div.product div.images-thumbnails{
width:100%;
}
.woocommerce .ts-col-12 div.product div.summary{
width:100%;
padding-left:0 }
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:90px }
.woocommerce .ts-col-18 div.product.vertical-thumbnail .thumbnails{
width:80px;
} .woocommerce #main-content:not(.ts-col-24) table.cart td.actions .coupon .input-text{
width:150px;
} .woocommerce-account .woocommerce-MyAccount-content{
padding-left:20px }
.woocommerce table.my_account_orders tr td:last-child .button{
font-size:0;
padding:0 !important;
min-width:24px;
height:24px;
border-width:1px;
line-height:0;
}
.woocommerce table.my_account_orders tr td:last-child .button:before{
content:"+";
font-weight:500;
font-family:'Arial';
font-size:16px;
line-height:22px;
}  .title-left > .shortcode-heading-wrapper{
width:210px;
padding:0 20px 0 0; }
.title-left.show-nav .shortcode-heading-wrapper .heading-title{
max-width:100%;
}
.title-left > .content-wrapper{
width:calc(100% - 210px)
} .vc_col-sm-6 .ts-countdown .counter-wrapper > div{
margin:0 1px;
} .left-top header,
.left-bottom header,
.left-center header,
.right-top header,
.right-bottom header,
.right-center header{
max-width:65%;
}
.center-top header,
.center-bottom header,
.center-center header{
max-width:90%;
}
.button-banner{
min-width:100px;
padding:3px 10px;
}
.ts-banner.responsive-size .banner-bg img{
max-width:120%;
}
.ts-banner.left-top.responsive-size .banner-bg img{
margin:0 -15% -15% 0;
}
.ts-banner.left-bottom.responsive-size .banner-bg img{
margin:-15% -15% 0 0;
}
.ts-banner.left-center.responsive-size .banner-bg img{
margin:0 -15% 0 0;
}
.ts-banner.right-top.responsive-size .banner-bg img{
margin:0 0 -15% -15%;
}
.ts-banner.right-bottom.responsive-size .banner-bg img{
margin:-15% 0 0 -15%;
}
.ts-banner.right-center.responsive-size .banner-bg img{
margin:0 0 0 -15%;
}
.ts-banner.center-top.responsive-size .banner-bg img{
margin:0 0 -15% 0;
}
.ts-banner.center-bottom .responsive-size.banner-bg img{
margin:-15% 0 0 0;
}
.ts-banner .button-banner{
margin-top:0;
}
.left-top header{
left:5%;
top:5%;
}
.left-bottom header{
left:3%;
bottom:5%;
}
.left-center header{
left:3%;
}
.right-top header{
right:3%;
top:5%;
}
.right-bottom header{
right:3%;
bottom:5%;
}
.right-center header{
right:3%;
}
.center-top header{
top:7%;
}
.center-bottom header{
bottom:5%;
} .ts-twitter-slider.has-padding{
padding:20px;
} .ts-team-member .image-thumbnail{
width:100%;
display:inline-block;
}
.ts-team-member .content-info{
display:inline-block;
}
.ts-team-member header{
display:inline-block;
width:100%;
} .vc_col-sm-9 .horizontal-tab .column-tabs .heading-tab,
.ts-col-18 .horizontal-tab .column-tabs .heading-tab{
width:32.08%;
}
.horizontal-tab .column-tabs .heading-tab .heading-title{
font-size:18px !important;
}
.ts-col-18 .horizontal-tab.banner-right .column-banners,
.ts-col-18 .horizontal-tab.banner-left .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-right .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-left .column-banners{
width:32.08%;
}
.ts-col-18 .horizontal-tab.banner-right .column-products,
.ts-col-18 .horizontal-tab.banner-left .column-products,
.vc_col-sm-9 .horizontal-tab.banner-right .column-products,
.vc_col-sm-9 .horizontal-tab.banner-left .column-products{
width:67.92%;
}
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
font-size:100% !important;
}
.horizontal-style-2.has-slider:not(.no-nav) .column-tabs ul{
padding-right:70px; }
.page-template-fullwidth-template .horizontal-tab.banner-left .column-banners,
.page-template-fullwidth-template .horizontal-tab.banner-right .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:38%;
}
.page-template-fullwidth-template .horizontal-tab.banner-left .column-products,
.page-template-fullwidth-template .horizontal-tab.banner-right .column-products{
width:62%;
}
.ts-product-in-category-tab-wrapper .column-tabs,
.vertical-tab.column-3 .column-tabs{
width:32.033%;
}
.vertical-tab .column-tabs:before,
.vertical-tab.column-3 .column-tabs:before{
left:32.033%; }
.vertical-tab .column-content,
.vertical-tab.column-3 .column-content{
width:67.967%
}
.column-tabs .heading-tab h3,
.column-tabs .heading-tab h3.no-icon{
padding:20px; }
.column-tabs .heading-tab .heading-title{
text-align:center;
}
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
}
.column-tabs .heading-tab .heading-title img{
margin-bottom:5px;
}
.horizontal-tab .column-tabs ul li{
margin:0 0 0 15px; }
.horizontal-tab .column-tabs .heading-tab i,
.horizontal-tab .column-tabs .heading-tab .ic-image{
display:none !important;
}
.column-tabs .heading-tab .heading-title > span{
width:100%;
display:inline-block;
}
.vertical-tab .column-tabs .tabs li{
padding:15px 20px;
} .fullwidth-deal .counter-wrapper > div{
width:44px;
margin:0;
padding:5px 2px;
}
.fullwidth-deal .counter-wrapper .number{
font-size:100%;
} .ts-blogs:not(.ts-slider) .entry-meta > span.author{
float:left; clear:both;
} 
.ts-blogs:not(.ts-slider) article .entry-meta.has-author,
.ts-blogs:not(.ts-slider) article .entry-meta.has-datetime{
margin-top:0;
padding-top:5px;
padding-bottom:1px;
}
.single-post .ts-blogs article .entry-meta.has-author,
.single-post .ts-blogs article .entry-meta.has-datetime{
padding-top:7px;
padding-bottom:5px;
margin-top:20px;
} .box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers{
padding-top:0;
} .text_head_1 p{
font-size: 22px;
}
.uc_custom_price_table .uc_content_box .uc_price_table h2{
font-size: 22px !important;
}	
}
@media 
only screen and (max-width: 900px)	and (min-width: 768px){ .vetical-slideshow{
width:calc(100% - 250px );
}
.vetical-slideshow .rev_slider_wrapper, 
.vetical-slideshow .rev_slider{
height:348px !important;
}
.vertical-banner{
width:250px;
}  .icon-big .feature-content{
padding:0;
}
.feature-horizontal.icon-big .feature-icon{
font-size:50px;
width:50px;
}
}
@media 
only screen and (max-width: 767px)	and (min-width: 640px){ .woocommerce .ts-product-in-category-tab-2-wrapper .columns-8 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product.first,
.woocommerce .ts-product-in-category-tab-2-wrapper .columns-7 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product.first,
.woocommerce .ts-product-in-category-tab-2-wrapper .columns-6 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product.first,
.woocommerce .ts-product-in-category-tab-2-wrapper .columns-5 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product.first,
.woocommerce .ts-product-in-category-tab-2-wrapper .columns-4 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product.first{
clear:none;
}
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product,
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product,
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product,
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product,
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product{width:50%;float:left }
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1){
clear:both;float:left; } .woocommerce .columns-8 .products .product.first,
.woocommerce.columns-8 .products .product.first,
.woocommerce .columns-7 .products .product.first,
.woocommerce.columns-7 .products .product.first,
.woocommerce .columns-6 .products .product.first,
.woocommerce.columns-6 .products .product.first,
.woocommerce .columns-5 .products .product.first,
.woocommerce.columns-5 .products .product.first{
clear:none;
}
#main-content .woocommerce .columns-8 .products .product,
#main-content .woocommerce.columns-8 .products .product,
#main-content .woocommerce .columns-7 .products .product,
#main-content .woocommerce.columns-7 .products .product,
#main-content .woocommerce .columns-6 .products .product,
#main-content .woocommerce.columns-6 .products .product,
#main-content .woocommerce .columns-5 .products .product,
#main-content .woocommerce.columns-5 .products .product{width:25%;float:left }
#main-content .woocommerce .columns-8 .products .product:nth-child(4n+1),
#main-content .woocommerce.columns-8 .products .product:nth-child(4n+1),
#main-content .woocommerce .columns-7 .products .product:nth-child(4n+1),
#main-content .woocommerce.columns-7 .products .product:nth-child(4n+1),
#main-content .woocommerce .columns-6 .products .product:nth-child(4n+1),
#main-content .woocommerce.columns-6 .products .product:nth-child(4n+1),
#main-content .woocommerce .columns-5 .products .product:nth-child(4n+1),
#main-content .woocommerce.columns-5 .products .product:nth-child(4n+1){
clear:both;float:left; }  .woocommerce div.product div.images-thumbnails, 
.woocommerce div.product div.summary{
float:left; }
.woocommerce div.product div.images-thumbnails{
width:50%;
}
.woocommerce div.product div.summary{
width:50%;
}
div.product .summary .ts-social-sharing{
padding: 10px 0 0 0;
margin: 10px 0 0 0;
}
.woocommerce div.product.vertical-thumbnail  div.images-thumbnails,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails{
width:100%;
}
.woocommerce div.product.vertical-thumbnail div.summary,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
width:100%;
padding-left:0; float:none; }
.pp_woocommerce div.product.vertical-thumbnail div.images-slider-wrapper,
.woocommerce .pp_woocommerce div.product.vertical-thumbnail div.images-slider-wrapper{
width:100%;
float:none; clear:both;
}
.woocommerce div.product.vertical-thumbnail div.images{
width:auto;
float:none; }
.woocommerce div.product:not(.vertical-thumbnail) form.cart .button,
.woocommerce div.product:not(.vertical-thumbnail) p.cart .button{
min-width:130px;
}
.woocommerce div.product.type-product:not(.vertical-thumbnail) form.cart, 
.woocommerce div.product:not(.vertical-thumbnail) p.cart{
margin-bottom:20px
}
.woocommerce div.product div.summary{
padding-left:15px }
div.product:not(.vertical-thumbnail) .summary .button:before{
display:none !important;
}  .title-left > .shortcode-heading-wrapper{
width:210px;
padding:0 20px 0 0; }
.title-left.show-nav .shortcode-heading-wrapper .heading-title{
max-width:100%;
}
.title-left > .content-wrapper{
width:calc(100% - 220px)
} .left-top header,
.left-bottom header,
.left-center header,
.right-top header,
.right-bottom header,
.right-center header{
max-width:60%;
}
.center-top header,
.center-bottom header,
.center-center header{
max-width:90%;
} .ts-portfolio-wrapper.columns-3 .item,
.ts-portfolio-wrapper.columns-4 .item{
width:50%;
float:left; }
.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
clear:both;
} .woocommerce table.my_account_orders tr td:before{
display:none;
}
body .woocommerce table.my_account_orders td, 
body .woocommerce table.my_account_orders th,
body .woocommerce table.my_account_orders .order-number{
text-align:center !important }
body .woocommerce table.my_account_orders tr td:last-child{
text-align:center !important }
.woocommerce table.my_account_orders tr, 
.woocommerce-page table.my_account_orders tr{
display:table-row;
}
.woocommerce table.my_account_orders tr:nth-child(2n) td, 
.woocommerce-page table.my_account_orders tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.my_account_orders tr td{
display:table-cell;
}
.woocommerce table.my_account_orders thead, 
.woocommerce-page table.my_account_orders thead{
display:table-header-group;
}
.woocommerce table.my_account_orders tbody th,
.woocommerce-page table.my_account_orders tbody th{
display:table-cell;
} .woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.my_account_orders tr, 
.woocommerce-page table.shop_table_responsive tr{
display:table-row;
}
.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td{
display:table-cell;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
padding:15px 20px !important }
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
text-align:right; }
.woocommerce-cart ul#shipping_method{
float:right; text-align:right }
.woocommerce-cart .woocommerce-shipping-calculator{
float:right; }  .ts-product-in-category-tab-2-wrapper.horizontal-tab .see-more-wrapper{
top:80px;
}
.horizontal-tab:not(.shorizontal-style-2) .column-tabs .heading-tab .heading-title{
font-size:18px !important;
}
.horizontal-tab .column-tabs .heading-tab,
.horizontal-tab.banner-right .column-banners, 
.horizontal-tab.banner-left .column-banners{
width:40% !important;
}
.horizontal-tab.banner-right .column-products, 
.horizontal-tab.banner-left .column-products{
width:60% !important;
}
}
@media 
only screen and (max-width: 767px)	and (min-width: 360px){ .counter-wrapper > div{
width:36px;
padding:4px 2px;
}
.counter-wrapper .ref-wrapper{
font-size:10px;
line-height:14px;
}
.ts-product-deals-slider-wrapper[data-columns="1"] .counter-wrapper > div{
width:45px;
padding:6px 2px;
}
.ts-product-deals-slider-wrapper[data-columns="1"] .counter-wrapper .ref-wrapper{
font-size:11px;
line-height:14px;
}
}
@media 
only screen and (max-width: 600px)	and (min-width: 420px)	{ .woocommerce .columns-8 .products .product.first,
.woocommerce.columns-8 .products .product.first,
.woocommerce .columns-7 .products .product.first,
.woocommerce.columns-7 .products .product.first,
.woocommerce .columns-6 .products .product.first,
.woocommerce.columns-6 .products .product.first,
.woocommerce .columns-5 .products .product.first,
.woocommerce.columns-5 .products .product.first,
.woocommerce .columns-4 .products .product.first,
.woocommerce.columns-4 .products .product.first,
.woocommerce .columns-3 .products .product.first,
.woocommerce.columns-3 .products .product.first{clear:none;}
#main-content .woocommerce .columns-8 .products .product,
#main-content .woocommerce.columns-8 .products .product,
#main-content .woocommerce .columns-7 .products .product,
#main-content .woocommerce.columns-7 .products .product,
#main-content .woocommerce .columns-6 .products .product,
#main-content .woocommerce.columns-6 .products .product,
#main-content .woocommerce .columns-5 .products .product,
#main-content .woocommerce.columns-5 .products .product,
#main-content .woocommerce .columns-4 .products .product,
#main-content .woocommerce.columns-4 .products .product,
#main-content .woocommerce .columns-3 .products .product,
#main-content .woocommerce.columns-3 .products .product{width:50%;float:left }
#main-content .woocommerce .columns-8 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-7 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-6 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-5 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-4 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-4 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-3 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; } }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(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.nethoster.com.au/wp-content/themes/boxshop/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:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.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(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/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(//www.nethoster.com.au/wp-content/themes/boxshop/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}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}html, 
body,
label,
input, 
textarea, 
keygen, 
select, 
button,
.mc4wp-form-fields label,
.font-body,
.ts-banner .heading-body,
.ts-button.fa,
li.fa,
h3.product-name > a, 
h3.product-name,
#order_review_heading,
.woocommerce-cart .cart-collaterals .cart_totals > h2,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a,
.ts-twitter-slider.text-light .twitter-content h4.name > a,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.ts-milestone h3.subject, 
.cart_totals table th,
.woocommerce #order_review table.shop_table tfoot td, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce #order_review table.shop_table tfoot th, 
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body div.pp_default .pp_nav .currentTextHolder,
body .theme-default .nivo-caption,
.dokan-category-menu .sub-block h3,
.menu-wrapper nav > ul.menu li .menu-desc,
body .dataTables_wrapper{
font-family:'Open Sans', sans-serif; }
.h1-big,
.h2-big,
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading
{
font-family:'Open Sans', sans-serif; } .menu-wrapper nav > ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading, .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
font-family: 'Open Sans', sans-serif; }  body #main,
body.header-boxed header,
body.dokan-store #main:before,
body div.pp_pic_holder,
#cboxLoadedContent,
.woocommerce .woocommerce-ordering .orderby ul:before,
form.checkout div.create-account,
#main > .page-container,
#main > .fullwidth-template,
.thumbnails.loading:before,
.ts-testimonial-wrapper.loading:before,
.ts-twitter-slider.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.related-posts.loading .content-wrapper:before,
.ts-portfolio-wrapper.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
article .tags-link a:after,
header .header-v5 .header-bottom,
.content-no-border .widget.ts-products-widget .owl-nav:after,
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
header .header-v7 .is-sticky .header-bottom
{
background-color:#ffffff;
} #main > .page-container{
z-index: 9999; position: relative;
background: #fff;
min-height: 600px;
}
footer#colophon{
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
z-index: 0;
overflow: hidden;	
} footer .widget-container,
footer .ts-shortcode,
footer .vc_tta-container,
footer .vc_tta-panels{
background:transparent;
}
.widget.ts-products-widget,
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.header-currency > div:before,
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
#lang_sel_click ul ul:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
.header-currency ul:before,
.product-category-top-content:before,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container,
.ts-product-in-category-tab-wrapper .column-products .owl-nav > div,
.images-thumbnails >.thumbnails .owl-nav > div,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab,
.widget-container,
.ts-products-tabs-widget .widget-title-wrapper,
.vc_tta-container .vc_general,
table.shop_table,
.single-navigation .product-info:before,
body .select2-container--default .select2-selection--single,
body .select2-dropdown,
html input[type="search"],
html input[type="text"], 
html input[type="password"],
html input[type="email"], 
html input[type="number"], 
html input[type="date"],  
html textarea,
#bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce table.cart td.actions .coupon .input-text, 
.widget-container .gallery.loading figure:before,
.list-posts article .gallery.loading:before,
.thumbnail.loading:before,
.images.loading:before,
.ts-product-category-slider-wrapper .content-wrapper.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before,
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.woocommerce .product figure.loading:before,
.ts-product .content-wrapper.loading:before,
.tab-contents.loading:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.blogs article a.gallery.loading:before,
.single .gallery.loading:before,
.ts-portfolio-wrapper.loading:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:hover,
.woocommerce #payment div.payment_box, 
.ts-blogs article .content-meta,
.list-posts article,
.ts-team-member .content-info,
.vc_toggle,
.ts-product-in-category-tab-wrapper,
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a, #cboxLoadingOverlay, #bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results{
background-color:#ffffff;
}
.tab-content.loading:before,
.yith-wcwl-add-to-wishlist .loading:after{
background-color:#ffffff;
opacity:0.7;
}
.woocommerce-checkout #payment div.payment_box:before{
border-bottom-color:#ffffff;
} body,
.gridlist-toggle a,
.widget-container .tagcloud a,
.product-categories a,
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before,
body .star-rating.no-rating:before,
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description, 
.woocommerce div.product.summary .woocommerce-product-details__short-description, 
.entry-bottom .ts-social-sharing li a,
.ts-feature-wrapper .feature-icon,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a i, p.lost_password a,
span.bbp-admin-links a,
span.bbp-admin-links,
.ts-product-attribute > div a,
.comment_list_widget .comment-body,
header .header-template .my-account-wrapper .forgot-pass a,
.woocommerce .woocommerce-ordering ul li a, 
article .social-sharing li a, 
div.product .social-sharing li a,
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th, 
.woocommerce p.stars a,
.woocommerce-product-rating .woocommerce-review-link,
table tfoot th,
.ts-team-member .image-thumbnail .social,
.woocommerce-checkout #payment div.payment_box,
body div.pp_default .pp_nav .currentTextHolder,
.dashboard-widget.products ul li a,
.single-portfolio .cat-links > a, .bbp-login-links a,
#bbpress-forums .status-category > li > .bbp-forums-list > li a,
li.bbp-forum-freshness a, 
li.bbp-topic-freshness a,
.ts-list-of-product-categories-wrapper .list-categories li a,
.list-cats li a,
.woocommerce .widget-container .price_slider_amount .price_label,
.widget-container ul li > a,
.dokan-widget-area .widget ul li > a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active > a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li > a:hover,
.dokan-dashboard .dokan-dashboard-content a,
.dokan-dashboard .dokan-dashboard-content a.dokan-btn-default:hover,
.product-categories span.count,
#lang_sel_click ul ul a,
.header-currency ul li,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
.ts-product-in-category-tab-2-wrapper .see-more-button{
color:#848484;
}
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
.ts-social-sharing .sharing-title,
.cats-link,
.tags-link,
.cats-link a,
.tags-link a{
color:#5d5d5d; 
} select,
textarea,
html input[type="search"],
html input[type="text"], 
html input[type="email"],
html input[type="password"],
html input[type="date"],
html input[type="number"],
#bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, 
.bbp-login-form .bbp-password input,
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--default .select2-selection--multiple{
color:#848484;
border-color:#e5e5e5;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
color:#848484;
}
header .header-v3 .ts-search-by-category input[type="text"], 
header .header-v4 .ts-search-by-category input[type="text"]{
border-color:#e5e5e5;
}
html input[type="search"]:hover,
html input[type="text"]:hover, 
html input[type="email"]:hover,
html input[type="password"]:hover,
html input[type="date"],
html input[type="number"]:hover,
html textarea:hover,
html input[type="search"]:focus,
html input[type="text"]:focus, 
html input[type="email"]:focus,
html input[type="password"]:focus,
html input[type="date"]:focus,
html input[type="number"]:focus,
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill,
html textarea:focus,
.woocommerce form .form-row textarea:hover, 
.woocommerce form .form-row textarea:focus, 
#bbpress-forums #bbp-your-profile fieldset input:hover, 
#bbpress-forums #bbp-your-profile fieldset textarea:hover,
#bbpress-forums #bbp-your-profile fieldset input:focus, 
#bbpress-forums #bbp-your-profile fieldset textarea:focus,
.bbp-login-form .bbp-username input:hover, 
.bbp-login-form .bbp-email input:hover, 
.bbp-login-form .bbp-password input:hover,
.bbp-login-form .bbp-username input:focus, 
.bbp-login-form .bbp-email input:focus, 
.bbp-login-form .bbp-password input:focus,
body .select2-container--default.select2-container--focus .select2-selection--multiple,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--open .select2-selection--single{
color:#666666;
border-color:#c0c0c0;
}
body .select2-container--open .select2-selection--single .select2-selection__rendered{
color:#666666;
}
body .theme-default .nivo-controlNav a:before{
border-color:#848484;
}
body .theme-default .nivo-controlNav a:hover:before,
body .theme-default .nivo-controlNav a.active:before{
border-color:#848484;
background-color:#848484;
} h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.woocommerce > form > fieldset legend{
color:#535353;
} a{ color:#0099cc;
}
a:hover,
a:active{
color:#0099cc;
} table thead th,
label ,
p > label,
fieldset div > label,
.wpcf7 p,
.primary-text,
.banner-fullwidth-wrapper .banner_detail a.banner-button, .widget-container .tagcloud a:hover, h3.heading-title > a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.ts-heading h1,
.ts-heading h2,
.ts-heading h3,
.ts-heading h4,
.avatar-name a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
a.view-more,
.secondary-color,
.widget-title,
.widget.ts-products-widget > .widgettitle,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-categories-widget ul.product-categories span.icon-toggle,
.ts-product-category-slider-wrapper .category-name h3 > a,
.widget_categories > ul li.cat-parent > span.icon-toggle,
.ts-product-categories-widget ul.product-categories > li >a,
.widget_categories > ul > li > a,
.ts-team-member .content-thumbnail .member-social a,
body.error404 article h2,
.ts-countdown.text-light .counter-wrapper > div,
.total .total-title,
.cart-list .quantity,
.cart-list .icon,
blockquote:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-product-rating .woocommerce-review-link, .ts-portfolio-wrapper .filter-bar li,
.portfolio-inner .item a,
.widget-container .post_list_widget > li a.post-title,
.entry-author .author-info .role,
.vc_progress_bar .vc_single_bar .vc_label,
.vc_progress_bar .vc_single_bar .vc_bar:before,
.vc_toggle .vc_toggle_icon:before,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce p.stars a:hover,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
.shipping-calculator-button,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2,
.cart_totals h2,
.mc4wp-form-fields h2.title,
.wp-caption p.wp-caption-text,
.sku-wrapper,
#order_review_heading,
#ship-to-different-address, 
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce .checkout #order_review table th,
.desc-big,
.mailchimp-subscription .widgettitle,
.column-tabs .tabs li,
.woocommerce .ts-product-deals-slider-wrapper.list .products .product .short-description,
.dashboard-widget.products ul li a,
.row-heading-tabs ul li,
.row-heading-tabs ul li a,
.widget-container .tagcloud a:hover,
.heading-title,
body div.pp_woocommerce .pp_description,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .products .product.product-category h3,
.woocommerce .widget_layered_nav ul li a,
.cats-link span:not(.cat-links),
.tags-link span:not(.tags-links),
.ts-product-social-sharing li a,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.customer_details th,
.comments-area .reply a,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus, 
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.mailchimp-subscription.text-default .widget-title-wrapper h3,
.woocommerce #reviews #reply-title,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-gravatar-profile-widget .meta h4,
.widget-container .social-icons li > a,
.woocommerce div.wishlist-title h2,
.woocommerce .products .product.product-category h3,
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
#bbpress-forums #bbp-user-wrapper h2.entry-title,
fieldset legend,
.woocommerce ul.order_details li strong, .portfolio-info p,
.single-portfolio .info-content .entry-title,
.vc_pie_chart .vc_pie_chart_value, .ts-team-member header > h3 a, #bbpress-forums .status-category .bbp-forum-title,
.type-forum .bbp-forum-title,
#bbpress-forums li.bbp-footer,
span.bbp-admin-links a:hover,
#bbpress-forums fieldset.bbp-form legend,
.type-topic .bbp-topic-title > a,
#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
.bbp-meta .bbp-topic-permalink,
.bbp-topic-title-meta a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#favorite-toggle a, 
#subscription-toggle a, body table.compare-list th,
body table.compare-list tr.title th,
body table.compare-list tr.image th,
body table.compare-list tr.price th{
color:#848484;
}
body div.ppt,
.woocommerce table.shop_table .product-remove a,
.cart-list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove,
body .yith-woocompare-widget ul.products-list a.removebefore,
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before,
body .pp_arrow_previous:before, 
body .pp_arrow_next:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
color:#000000 !important;
}
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover, header .ts-search-by-category .search-content input[type="submit"]:hover{
background:#000000;
}
.cats-portfolio:before,
.ts-product-attribute > div.color a:before,
.ts-product-attribute > div.selected:before,
.product-filter-by-color ul li a:before{
border-color:#000000;
}
.text-light .owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before,
body div.pp_woocommerce .pp_gallery ul li a:hover, 
body div.pp_woocommerce .pp_gallery ul li.selected a,
body div.pp_default .pp_gallery ul li a:hover, 
body div.pp_default .pp_gallery ul li.selected a{
border-color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a, .woocommerce nav.woocommerce-pagination ul li a.next:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover, 
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus, 
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.ts-pagination ul li a.prev:focus,
.ts-pagination ul li a.next:focus,
.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active a,
.ts-pagination ul li a:hover,
.ts-pagination ul li a:focus,
.ts-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:focus 
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover, 
.bbp-pagination-links a:hover, 
.bbp-pagination-links span.current{
background:#0099cc;
color:#ffffff;
border-color:#0099cc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
color:#0099cc;
}
.portfolio-inner .icon-group a,
.single-portfolio .ic-like{
border-color:#000000;
color:#000000;
background-color:#ffffff;
}
div.product .summary .print a,
div.product .summary .email a,
div.product .summary .wishlist a,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a,
.woocommerce div.product .summary a.compare,
.woocommerce .button.button-secondary.transparent,
body .button.button-secondary.transparent,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce table.cart td.actions .coupon .button,
.pp_woocommerce div.product form.cart table .button, 
.woocommerce div.product form.cart table .button,
.woocommerce table.my_account_orders tr td:last-child .button,
.woocommerce .checkout_coupon input[type="submit"],
.woocommerce .woocommerce-shipping-calculator .button,
body .single-post .single-navigation > a{
border-color:#cccccc; color:#000000;
background-color:#ffffff;
}
.quantity input[type="number"],
.pp_woocommerce .quantity input.qty,
.woocommerce .quantity input.qty, 
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus,
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus,
.gridlist-toggle a,
.ts-product-social-sharing li a,
.woocommerce .woocommerce-ordering ul.orderby,
.prod-cat-show-top-content-button{
border-color:#cccccc; }
.mc4wp-form-fields input[type="submit"],
.pp_woocommerce div.product p.cart .button:hover, 
.woocommerce div.product p.cart .button:hover,
.pp_woocommerce div.product form.cart .button:hover, 
.woocommerce div.product form.cart .button:hover,
html body table.compare-list tr.add-to-cart td a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body .rev_slider .rev-btn-secondary,
a.button.button-border-secondary:hover,
input.button.button-border-secondary:hover,
.woocommerce-page a.button.button-border-secondary:hover,
.woocommerce-page input.button.button-border-secondary:hover,
.woocommerce .button.button-transparent:hover,
body .button.button-transparent:hover,
body .button.button-secondary,
.woocommerce .cart_totals a.continue-shopping.button,
.woocommerce .button.button-secondary,
.woocommerce .button.button-primary:hover,
body .button.button-primary:hover,
body footer .style-1 .mailchimp-subscription button.button:hover,
.woocommerce footer .style-1 .mailchimp-subscription button.button:hover,
body input.wpcf7-submit,
.woocommerce #payment #place_order:hover, 
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce .woocommerce-ordering:hover ul.orderby,
.woocommerce .button.button-secondary.transparent:hover,
body .button.button-secondary.transparent:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce table.my_account_orders tr td:last-child .button:hover,
.woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce .checkout_coupon input[type="submit"]:hover,
.pp_woocommerce div.product form.cart table .button:hover, 
.woocommerce div.product form.cart table .button:hover,
body .single-post .single-navigation > a:hover, #bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
.widget_calendar caption{
background-color:#0099cc;
color:#ffffff;
border-color:#0099cc;
}
body .rev_slider .rev-btn-secondary:hover,
a.button.button-border-secondary,
input.button.button-border-secondary,
.woocommerce-page a.button.button-border-secondary,
.woocommerce-page input.button.button-border-secondary,
body .button.button-secondary:hover,
.woocommerce .button.button-secondary:hover,
.woocommerce .cart_totals a.continue-shopping.button:hover{
background-color:transparent;
color:#3f3f3f;
border-color:#3f3f3f;
} .owl-nav > div,
div.product .single-navigation > div >  a, .images-thumbnails > .thumbnails .owl-nav > div{
border-color:#cccccc;
color:#bbbbbb;
background:#ffffff;
} .images-thumbnails > .thumbnails .owl-nav > div:hover,
div.product .single-navigation > div >  a:hover,
.single-navigation > a:hover,
.owl-nav > div:hover{
border-color:#000000;
color:#000000;
background:#ffffff;
} table thead th,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time, 
article.single .entry-meta .date-time, 
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-dropcap.style-2,
.ts-social-icons .ts-tooltip,
.product-group-button .button-tooltip, body > h1,
body > h1 a.close{
color:#ffffff;
}
.primary-color,
.cart-list .amount,
.total .amount,
.column-tabs .tabs li:hover,
.column-tabs .tabs li.current,
.ol-style ol li:before,
.ol-style li:before,
.ul-style li:before,
.office-address:before,
.phone-numbers:before,
.info-query:before,
.email-address:before,
.fax-numbers:before,
.office-address:after,
.phone-numbers:after,
.info-query:after,
.email-address:after,
.fax-numbers:after,
.ts-dropcap,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.comments-area .reply a:hover,
.ts-product-in-category-tab-2-wrapper .see-more-button:hover,
ul.product_list_widget li .product-categories a:hover,
.ts-product-category-slider-wrapper .category-name h3 > a:hover,
.cats-link a:hover,
.tags-link a:hover,
.woocommerce .checkout #order_review table thead th,
.woocommerce-product-rating .woocommerce-review-link:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after,
body .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a i,
body .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover i,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_toggle_active .vc_toggle_icon:before, .ts-portfolio-wrapper .filter-bar li:hover,
.ts-portfolio-wrapper .filter-bar li.current,
.portfolio-inner .item a:hover,
.widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.ts-social-icons li.custom .ts-tooltip:before,
body .style-3 .mailchimp-subscription.text-light button.button:hover,
a.view-more:hover, .order-number a,
label a:hover,
.widget-container ul > li a:hover,
.dokan-widget-area .widget ul li > a:hover,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:hover a,
.dokan-dashboard .dokan-dashboard-content a:hover,
.dokan-dashboard .dokan-dashboard-content li.active > a,
span.author a,
section.widget_nav_menu > div > ul > li > a:hover,
.widget-container ul ul li > a:hover,
.list-posts .heading-title a:hover,
p.lost_password a:hover,
.products .product.product-category a:hover h3, 
.woocommerce .products .product.product-category a:hover h3, 
header .header-template .my-account-wrapper .forgot-pass a:hover,
.woocommerce .products .product .product-categories a:hover, 
.woocommerce .widget-container il li .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.widget.ts-products-widget .product-categories a:hover,
.woocommerce .widget_layered_nav ul li:hover a,
.woocommerce .widget_layered_nav ul li:hover span.count,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav ul li.chosen span.count,
.ts-feature-wrapper .feature-icon:hover,
.ts-product-attribute > div:hover a,
.ts-product-categories-widget ul.product-categories span.icon-toggle:hover,
.widget_categories > ul li.cat-parent > span.icon-toggle:hover,
.ts-product-categories-widget ul.product-categories li.current > a,
.ts-product-categories-widget ul.product-categories li a:hover,
.widget_categories > ul li.current-cat > a,
.widget_categories > ul li a:hover,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a:hover,
.ts-twitter-slider.text-light .twitter-content h4.name > a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .product .product-categories a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .center .product-name a:hover,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.woocommerce .woocommerce-ordering ul li a:hover, 
.shipping-calculator-button:hover,
.widget-container .post_list_widget > li a.post-title:hover,
.single-portfolio .cat-links > a:hover,
body.error404 article h1,
body.error404 .icon-404 i,
.ts-tiny-cart-wrapper .ic-cart:before,
footer#colophon .ts-social-icons .social-icons.style-vertical li.custom:hover a span,
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option--highlighted[aria-selected], .ic-mobile-menu-close-button:hover,
a.ic-home:hover i, .mobile-menu-wrapper li:hover > a,
.mobile-menu-wrapper li .ts-menu-drop-icon:hover,
.mobile-menu-wrapper li.current-menu-item > a,
.mobile-menu-wrapper li.current_page_item > a,
.mobile-menu-wrapper li:hover:before,
.mobile-menu-wrapper li.current-menu-item:before,
.mobile-menu-wrapper li.current_page_item:before, .ts-team-member header > h3 a:hover, .pp_woocommerce div.product form.cart .variations td .reset_variations,
.woocommerce div.product form.cart .variations td .reset_variations, .cart_list span.quantity,
#ts-search-result-container .view-all-wrapper a:hover,
#ts-search-result-container ul li a:hover,
.pp_woocommerce table .quantity .minus:hover, 
.pp_woocommerce table .quantity .plus:hover, 
.woocommerce table .quantity .minus:hover, 
.woocommerce table .quantity .plus:hover, .list-cats li a:hover,
.widget-container .product_list_widget li a:hover,
.woocommerce .widget-container .product_list_widget li a:hover,
.widget.ts-products-widget .ts-wg-meta > a:hover,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a:hover,
.ts-header .header-top h3.product-name > a:hover, 
h3.product-name > a:hover, 
h3.product-name:hover,
.product-name a:hover,
.group_table a:hover,
.ts-feature-wrapper.active-feature .feature-header h3 > a, .bbp-login-links a:hover,
#bbpress-forums .status-category > .bbp-forum-info > a.bbp-forum-title:hover,
.type-forum .bbp-forum-title:hover,
.bbp-topic-started-in > a:hover,
#bbpress-forums .status-category > li > .bbp-forums-list > li a:hover,
li.bbp-forum-freshness a:hover, 
li.bbp-topic-freshness a:hover,
.type-topic .bbp-topic-title > a:hover,
#bbpress-forums div.bbp-topic-author a.bbp-author-name:hover, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name:hover,
.bbp-meta .bbp-topic-permalink:hover,
.bbp-topic-title-meta a:hover,
#favorite-toggle a:hover,
#subscription-toggle a:hover,
.dashboard-widget.products ul li a:hover{
color:#0099cc;
} .text-light .owl-nav > div:hover:before,
.text-light .owl-nav > div:hover,
.style-light .owl-nav > div:hover,
.owl-dots > div > span:hover:before,
.owl-dots > div.active > span:before{
border-color:#0099cc;
background-color:#0099cc;
}
.woocommerce .product figure .color-image.active span:before,
.woocommerce .product figure .color.active span:before{
border-color:#0099cc;
}
body .pp_nav .pp_play:hover:before, 
body .pp_nav .pp_pause:hover:before,
body .pp_arrow_previous:hover:before, 
body .pp_arrow_next:hover:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:hover:before{
color:#0099cc !important;
}
.tp-bullets.simplebullets .bullet:hover:after, 
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after, 
body .rev_slider .tp-bullets .tp-bullet.selected:after,
.widget-container:before,
.menu-wrapper > .ic-close-menu-button:hover,
.woocommerce div.product div.thumbnails li:hover a img,
.pp_woocommerce div.product div.thumbnails li:hover a img,
.ts-footer-block .widget-container ul li.custom:hover > a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons .style-vertical li.custom:hover a i:after,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
body.wpb-js-composer .vc_general.vc_tta-style-2 .vc_tta-tabs-container{
border-color:#0099cc;
}
table thead th,
.ts-dropcap.style-2,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time,
article.single .entry-meta .date-time,
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after,
.title-background-color .shortcode-heading-wrapper .heading-title, #bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-lead-topic .bbp-header, 
#bbpress-forums ul.bbp-topics .bbp-header, 
#bbpress-forums ul.bbp-forums .bbp-header, 
#bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-search-results .bbp-header,
.woocommerce table.cart th, .ts-team-member .image-thumbnail .social a.custom:hover, body > h1, .ts-social-icons .style-vertical li.custom:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.c:hover a i:after,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom  .ts-tooltip,
footer#colophon .ts-social-icons li.custom .ts-tooltip, .ts-tiny-cart-wrapper .ic-cart:after,
header .ts-search-by-category .search-content input[type="submit"]{
background-color:#0099cc;
}
.cart-list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
body table.compare-list tr.remove td > a .remove:hover:before,
body .yith-woocompare-widget ul.products-list a.remove:hover:before{
color:#0099cc !important;
}    .woocommerce table.shop_table, 
.woocommerce-page table.shop_table,
.woocommerce ul.order_details li,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.widget.ts-products-widget li > a.ts-wg-thumbnail,
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail,
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset,
body > table.compare-list,
.woocommerce table.my_account_orders tbody tr:first-child td:first-child,
body .woocommerce table.my_account_orders td.order-actions,
body div.pp_woocommerce .pp_gallery ul li a, 
body.wpb-js-composer .vc_separator.border-color .vc_sep_line,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes td, 
.woocommerce .widget_layered_nav ul, 
.woocommerce table.shop_table, 
.woocommerce table.shop_table td, 
body .wpb_flexslider.flexslider,
.woocommerce table.wishlist_table thead th, 
.woocommerce table.wishlist_table tbody td,
.widget_product_search, 
.widget_search, 
.widget_display_search,
.widget-container.widget_calendar,
.entry-bottom .ts-social-sharing li a,
.woocommerce p.stars a.star-1, 
.woocommerce p.stars a.star-2, 
.woocommerce p.stars a.star-3, 
.woocommerce p.stars a.star-4, 
.woocommerce p.stars a.star-5,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce table.shop_attributes, 
.woocommerce #reviews #comments ol.commentlist li ,
.dataTables_wrapper,
.woocommerce div.product div.thumbnails li a img,
.pp_woocommerce div.product div.images-slider-wrapper img,
.woocommerce div.product div.images-thumbnails img,
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img,
body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails li:hover img, #bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header, 
#bbpress-forums div.bbp-reply-header,
#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-footer,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
border-color:#ebebeb;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar,
.ts-product-attribute > div:before{
background-color:#ebebeb;
border-color:#ebebeb;
} .vc_images_carousel .vc_left .icon-prev:after, 
.vc_images_carousel .vc_right .icon-next:after,
.tp-leftarrow.tparrows:after,
.tp-rightarrow.tparrows:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{
background-color:#ffffff !important;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_right .icon-next:before,
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:after, 
.vc_images_carousel .vc_right:hover .icon-next:after,
.tp-leftarrow.tparrows:hover:after,
.tp-rightarrow.tparrows:hover:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:after,
.theme-default .nivo-directionNav a:hover:after{
background-color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:before, 
.vc_images_carousel .vc_right:hover .icon-next:before,
.tp-leftarrow.tparrows:hover:before,
.tp-rightarrow.tparrows:hover:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:before,
.theme-default .nivo-directionNav a:hover:before{
color:#ffffff !important;
} #to-top a:hover,
a.button:hover,
button:hover, 
input[type="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab.vc_active > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a,
.mc4wp-form-fields input[type="submit"]:hover,
.woocommerce .cart_totals a.checkout-button.button,
body .mailchimp-subscription.text-default button.button,
.woocommerce .mailchimp-subscription.text-default button.button,
a.button.button-border-primary:hover,
input.button.button-border-primary:hover,
.woocommerce a.button.button-border-primary:hover,
.woocommerce input.button.button-border-primary:hover,
.woocommerce .button.button-primary,
body .button.button-primary,
body footer .style-1 .mailchimp-subscription button.button,
.woocommerce footer .style-1 .mailchimp-subscription button.button,
body input.wpcf7-submit:hover,
.portfolio-inner .icon-group a:hover,
.woocommerce .button.button-primary.transparent:hover,
body .button.button-primary.transparent:hover,
.summary .quickshop .button-tooltip,
.summary .wishlist .button-tooltip,
.summary .compare .button-tooltip,
div.product .summary .wishlist a:hover,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .summary a.compare:hover,
div.product .summary .print a:hover,
div.product .summary .email a:hover,
.pp_woocommerce div.product form.cart .button, 
.woocommerce div.product form.cart .button,
.pp_woocommerce div.product p.cart .button, 
.woocommerce div.product p.cart .button,
html body table.compare-list tr.add-to-cart td a,
.pp_woocommerce div.product form.cart .group_table .button:hover, 
.woocommerce div.product form.cart .group_table .button:hover,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .summary a.compare:hover,
div.product .summary .print a:hover,
div.product .summary .email a:hover,
.woocommerce #content table.shop_table input.button-secondary:hover, 
.woocommerce table.shop_table input.button-secondary:hover, 
.woocommerce-page #content table.shop_table input.button-secondary:hover, 
.woocommerce-page table.shop_table input.button-secondary:hover,
body .mfp-close-btn-in .mfp-close:hover,
.woocommerce ul.product_list_widget li .loop-add-to-cart a:hover, body #cboxClose:hover,
#ts-search-popup .search-button input:hover,
#ts-search-popup .ts-button-close:hover,
body div.ts-product-video.pp_pic_holder .pp_close:hover,
body .pp_nav .pp_play:hover, 
body .pp_nav .pp_pause:hover,
body div.pp_default .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
body div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
body div.pp_default .pp_expand:hover,
body div.pp_default.pp_contract:hover
{  background-color:#0099cc;
border-color:#0099cc;
color:#ffffff;
}
.woocommerce .cart_totals a.checkout-button.button:hover,
.woocommerce .button.button-primary.transparent,
body .button.button-primary.transparent,
a.button.button-border-primary,
input.button.button-border-primary,
.woocommerce a.button.button-border-primary,
.woocommerce input.button.button-border-primary,
.woocommerce .woocommerce-shipping-calculator .button:hover{
background:transparent;
border-color:#0099cc;
color:#0099cc;
}
.woocommerce .woocommerce-shipping-calculator .button:hover{
background:#ffffff;
}
#to-top a,
a.button,
button,
input[type="submit"],
.shopping-cart p.buttons a,
.woocommerce #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
body table.compare-list .add-to-cart td a,
body .mailchimp-subscription.text-default button.button:hover,
.woocommerce .mailchimp-subscription.text-default button.button:hover,
body .mailchimp-subscription.text-default button.button:focus,
.woocommerce .mailchimp-subscription.text-default button.button:focus{
background-color:#3f3f3f;
border-color:#3f3f3f;
color:#ffffff;
} .ts-pagination ul li a,
.dokan-pagination-container .dokan-pagination li a,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.bbp-pagination-links a{
background-color:#ffffff;
color:#666666; border-color:#cccccc; } .breadcrumb-title-wrapper.breadcrumb-v2{
border-color:#ebebeb;
}
.breadcrumb-title-wrapper{
background-color:#ffffff;
z-index: 1;
position: relative;
}
.breadcrumb-title-wrapper .breadcrumb-title *{ color:#848484;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
color:#0099cc;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
color:#ffffff;
}  .header-v1 .top-right,
.header-top{
border-color:#ebebeb;
}
.header-v1 .top-logo,
.header-v1 .logo-vetical-ipad{
background-color:#0099cc;
}
.header-top,
.header-v1 .header-top .header-right:before{
background-color:#ffffff;
}
.header-top a:not(.button),
.header-top,
.header-v2 .header-top .shopping-cart-wrapper a.cart-control{
color:#848484;
} #lang_sel_click ul ul a:hover,
.header-currency ul li:hover,
.header-top .my-account-wrapper .account-control > a:hover,
.header-top .my-wishlist-wrapper > a:hover,
.header-top #lang_sel_click > ul > li > a:hover,
.header-top .wpml-ls a:hover, 
.header-top .wpml-ls a:focus, 
.header-top .wpml-ls ul ul li a:hover,
.header-top .wpml-ls ul ul li a:focus,
header.top-header-transparent .header-top .wpml-ls ul ul li a:hover,
header.top-header-transparent .header-top .wpml-ls ul ul li a:focus,
.header-top .wpml-ls .wpml-ls-current-language > a,
.header-top .header-currency > div > a:hover,
header.top-header-transparent .header-top .my-account-wrapper .account-control > a:hover,
header.top-header-transparent .header-top .my-wishlist-wrapper > a:hover,
header.top-header-transparent .header-top #lang_sel_click > ul > li > a:hover,
header.top-header-transparent .header-top .wpml-ls a:hover, 
header.top-header-transparent .header-top .wpml-ls a:focus, 
header.top-header-transparent .header-top .wpml-ls .wpml-ls-current-language > a,
header.top-header-transparent .header-top .header-currency > div > a:hover,
.header-template .shopping-cart-wrapper .ic-cart:before{
color:#0099cc; } .header-middle{
background-color:#ffffff;
} header .header-bottom,
header .header-v5 .header-bottom .header-left,
.header-v1 .header-bottom .header-right:before,
header .header-v7 .header-bottom .menu-wrapper{
background-color:#f1f1f1;
} body .category-dropdown .select2-dropdown,
header .ts-search-by-category{
background-color:#ffffff;
}
body .category-dropdown .select2-dropdown,
body .category-dropdown .select2-search--dropdown .select2-search__field,
body .category-dropdown .select2-container--open .select2-dropdown--below,
.header-v1 .ts-search-by-category:before,
.header-v2 .ts-search-by-category:before,
.header-v5 .ts-search-by-category:before,
.header-v7 .ts-search-by-category:before{
border-color:#e5e5e5;
}
.category-dropdown li,
header .select2-container--default .select2-selection--single .select2-selection__rendered,
.ts-header .ts-search-by-category select{
color:#000000;
}
header .select2-container--default .select2-selection--single .select2-selection__arrow b{
border-top-color:#000000;
}
header .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
border-bottom-color:#000000;
}
header .search-content input[type="text"]{
color:#666666;
background-color#ffffff;
}
body .category-dropdown .select2-results__option[aria-selected=true], 
body .category-dropdown .select2-results__option--highlighted[aria-selected]{
color:#000000;
} header.top-header-transparent .shopping-cart-wrapper a.cart-control,
.shopping-cart-wrapper a.cart-control{
color:#000000;
}
.shopping-cart-wrapper a.cart-control .amount{
color:#0099cc;
}
.header-v3 .header-top .shopping-cart-wrapper:before, 
.header-v4 .header-top .shopping-cart-wrapper:before,
header .header-v5 .header-bottom .header-right,
.header-v7 .header-middle .shopping-cart-wrapper{
background:#ffffff;
} .header-v4 .header-bottom,
.header-v6 .header-bottom{
border-color:#ebebeb;
} .vertical-menu-wrapper .vertical-menu-heading,
.widget-container.ts-menus-widget .widget-title,
.header-v1 .header-bottom .header-left{
background-color:#0099cc;
color:#ffffff;
} header .header-v3 .toggle-search:before,
header .header-v4 .toggle-search:before,
.ts-menu > nav.pc-menu > ul.menu > li >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li.fa:before{
color:#848484;
}
.ts-menu > nav.pc-menu > ul.menu li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-product_cat-ancestor >.ts-menu-drop-icon,
.ic-close-menu-button:hover,
.menu-wrapper nav > ul.menu > li:hover > a,
.menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a,
.ts-menu-drop-icon.active:before,
.ts-menu-drop-icon:hover:before,
header .search-wrapper.active .toggle-search:before{
color:#0099cc;
} .menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:before{
color:#000000;
}
.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li > a{
color:#000000;
background-color:#f9f9f9;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
background-color:#f9f9f9;
}
.menu-wrapper .vertical-menu > ul.menu > li:hover > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li:hover > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li:hover > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a{
color:#0099cc;
background-color:#ffffff;
}
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before{
color:#0099cc;
}
.menu-wrapper nav > ul.menu li ul.sub-menu:before,
.menu-wrapper .ts-menu > nav > ul.menu > li:after,
.menu-wrapper .ts-menu > nav > ul.menu > li > a:after,
.menu-wrapper .vertical-menu > ul.menu > li li ul.sub-menu:before,
.vertical-menu-wrapper .vertical-menu{
background-color:#ffffff;
} .menu-wrapper nav > ul.menu ul.sub-menu h1,
.menu-wrapper nav > ul.menu ul.sub-menu h2,
.menu-wrapper nav > ul.menu ul.sub-menu h3,
.menu-wrapper nav > ul.menu ul.sub-menu h4,
.menu-wrapper nav > ul.menu ul.sub-menu h5,
.menu-wrapper nav > ul.menu ul.sub-menu h6,
.menu-wrapper nav > ul.menu ul.sub-menu .h1,
.menu-wrapper nav > ul.menu ul.sub-menu .h2,
.menu-wrapper nav > ul.menu ul.sub-menu .h3,
.menu-wrapper nav > ul.menu ul.sub-menu .h4,
.menu-wrapper nav > ul.menu ul.sub-menu .h5,
.menu-wrapper nav > ul.menu ul.sub-menu .h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
color:#000000;
} .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
color:#848484;
}
.ts-menu > nav.pc-menu > ul.menu ul li >.ts-menu-drop-icon{
color:#848484;
} .ts-menu > nav.pc-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu ul.sub-menu > li > a:hover,
.menu-wrapper nav div.list-link li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-product_cat-ancestor > a{
color:#0099cc;
}  .ts-social-icons li a,
footer#colophon .ts-social-icons a{
border-color:#848484;
color:#ffffff;
}
footer .ts-social-icons li a:before{
border-color:#848484;
}
ul.info-content li:after,
footer .box-office-address:after,
footer .box-phone-numbers:after,
footer .box-email-address:after,
footer .box-fax-numbers:after{
border-color:#848484;
}
.ts-social-icons .style-fill-bg li a,
footer#colophon .ts-social-icons .style-fill-bg li a{
background:#848484;
color:#ffffff;
}
footer .end-footer{
background-color:#202020;
}
footer .footer-container{
background-color:#202020;
}
footer .widget_calendar caption{
color:#202020;
}
footer#colophon,
footer#colophon a,
footer#colophon dt,
footer .mc4wp-form-fields label{
color:#999999;
}
footer#colophon h1,
footer#colophon h2,
footer#colophon h3,
footer#colophon h4,
footer#colophon h5,
footer#colophon h6,
footer#colophon .h1,
footer#colophon .h2,
footer#colophon .h3,
footer#colophon .h4,
footer#colophon .h5,
footer#colophon .h6,
footer#colophon h1.wpb_heading,
footer#colophon h2.wpb_heading,
footer#colophon h3.wpb_heading,
footer#colophon h4.wpb_heading,
footer#colophon h5.wpb_heading,
footer#colophon h6.wpb_heading{
color:#ffffff;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers,
footer .ts-social-icons .social-icons.style-vertical .ts-tooltip,
footer .mc4wp-form-fields h2.title,
footer#colophon a:hover,
footer#colophon .wp-caption p.wp-caption-text,
footer#colophon .woocommerce ul.cart_list li span.amount, 
footer#colophon .woocommerce ul.product_list_widget li span.amount, 
footer#colophon .ts-blogs-widget-wrapper ul li a,
footer#colophon .ts-recent-comments-widget-wrapper ul li a,
.info-company li,
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
color:#ffffff;
}
footer .ts-social-icons .social-icons.style-vertical li a i:after{
border-color:#ffffff;
}
footer .widget_calendar caption{
background:#ffffff;
}
footer#colophon .end-footer,
footer#colophon .end-footer a,
footer#colophon .end-footer dt{
color:#999999;
} .ts-product-deals-slider-wrapper .counter-wrapper > div,
.counter-wrapper > div{
background-color:#f7f7f7;
border-color:#f1f1f1;
color:#666666;
} .ts-price-table .rating:before,
.star-rating:before, 
.pp_woocommerce .star-rating:before, 
.woocommerce .star-rating:before, 
.testimonial-content .rating:before{
color:#ffad00;
}
.ts-price-table .rating span:before,
.star-rating span:before,
.pp_woocommerce .star-rating span:before, 
.woocommerce .star-rating span:before, 
.testimonial-content .rating span:before{
color:#ffad00;
} #ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.ts-header .header-top h3.product-name > a,
h3.product-name > a,
h3.product-name,
.product-name a,
.woocommerce #order_review table.shop_table tbody td.product-name, 
.woocommerce #order_review table.shop_table tfoot td.product-name,
.single-navigation .product-info,
.group_table a,
body table.compare-list tr.title td{
color:#202020;
} .woocommerce .product .thumbnail-wrapper .product-group-button > div a,
.meta-wrapper div.wishlist a,
.meta-wrapper div.compare a,
.woocommerce .product .meta-wrapper a.added_to_cart,
.woocommerce .product .meta-wrapper a.button,
.woocommerce .product .meta-wrapper .wishlist a{
background-color:#ffffff;
border-color:#e8e8e8;
color:#666666;
}
body table.compare-list .add-to-cart td a:hover,
.woocommerce .product .thumbnail-wrapper .loop-add-to-cart a.button:hover,
.woocommerce .product .thumbnail-wrapper .button-in:hover a,
.button-in a:hover,
.meta-wrapper .button-in.wishlist a:hover,
.meta-wrapper .button-in.compare a:hover,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:hover, 
.woocommerce .product .meta-wrapper a.button:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:focus, 
.woocommerce .product .meta-wrapper a.button:focus,
.woocommerce .product .meta-wrapper .wishlist a:hover,
.woocommerce .product .meta-wrapper .wishlist a:focus,
.meta-wrapper div.wishlist a:hover,
.meta-wrapper div.compare a:hover,
.single-portfolio .ic-like:hover,
.product-group-button .button-tooltip,
.quickshop .button-tooltip,
.wishlist .button-tooltip,
.compare .button-tooltip{
background-color:#0099cc;
border-color:#0099cc;
color:#ffffff;
}
.quickshop .button-tooltip:after, 
.wishlist .button-tooltip:after, 
.compare .button-tooltip:after{
color:#0099cc;
}
body .product-group-button .button-tooltip:after{
border-left-color:#0099cc;
}
body .product-group-button .button-tooltip:after{
border-right-color:#0099cc;
} .woocommerce .product .product-label .onsale,
.pp_woocommerce div.product .images .product-label span.onsale{
color:#ffffff;
background:#0099cc;
}
.woocommerce .product .product-label .onsale.amount,
.pp_woocommerce div.product .images .product-label span.onsale.amount{
color:#ffffff;
}
.woocommerce .product .product-label .onsale:before,
.pp_woocommerce div.product .images .product-label .onsale:before{
border-top-color:#0099cc;
}
.woocommerce .product .product-label .onsale:after,
.pp_woocommerce div.product .images .product-label .onsale:after{
border-bottom-color:#0099cc;
}
.woocommerce .product .product-label .new,
.pp_woocommerce div.product .images .product-label span.new{
color:#ffffff;
background:#3a93ca;
}
.woocommerce .product .product-label .new:before,
.pp_woocommerce div.product .images .product-label .new:before{
border-top-color:#3a93ca;
}
.woocommerce .product .product-label .new:after,
.pp_woocommerce div.product .images .product-label .new:after{
border-bottom-color:#3a93ca;
}
.woocommerce .product .product-label .featured,
.pp_woocommerce div.product .images .product-label span.featured{
color:#ffffff;
background:#0099cc;
}
.woocommerce .product .product-label .featured:before,
.pp_woocommerce div.product .images .product-label .featured:before{
border-top-color:#0099cc;
}
.woocommerce .product .product-label .featured:after,
.pp_woocommerce div.product .images .product-label .featured:after{
border-bottom-color:#0099cc;
}
.woocommerce .product .product-label .out-of-stock,
.pp_woocommerce div.product .images .product-label span.out-of-stock{
color:#ffffff;
background:#d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:before,
.pp_woocommerce div.product .images .product-label .out-of-stock:before{
border-top-color:##d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:after,
.pp_woocommerce div.product .images .product-label .out-of-stock:after{
border-bottom-color:#d4d4d4;
} .amount,
.woocommerce .products .product .price,
.woocommerce .products .product .amount,
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.single-navigation .product-info .price, body table.compare-list tr.price td{
color:#0099cc;
}
del .amount,
.woocommerce .products .product del .amount{
color:#000000;
}
ins .amount,
.woocommerce .products .product ins .amount{
color:#000000;
} @media only screen and (max-width: 767px){
.ic-mobile-menu-button,
.ts-group-meta-icon-toggle,
.ts-header .header-template .shopping-cart-wrapper.cart-mobile a{
color:#848484;
}
.ic-mobile-menu-button:hover,
.ts-group-meta-icon-toggle:hover,
.header-template .shopping-cart-wrapper a.cart-control .amount{
color:#0099cc;
}
}
@media 
only screen and (max-width: 991px)	and (min-width: 768px){
.header-v2 .header-right .shopping-cart-wrapper a.cart-control .amount, 
.header-v5 .header-right .shopping-cart-wrapper a.cart-control .amount{
color:#0099cc;
}
}   h1,h2,h3,h4,h5,h6 ,
.h1,.h2,.h3,.h4,.h5,.h6,
.ts-feature-wrapper .feature-header h3 > a,
.widget.ts-products-widget > .widgettitle,
.ts-banner header .discount,
.widget-title,
body > h1{
font-weight:500;
} h4.heading-title > a,
h3.product-name > a,
h3.product-name,
body h3.entry-title > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.woocommerce .pp_woocommerce div.product .product_title,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus,
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th,
body table.compare-list td,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th,
.ts-product-attribute > div a,
.pp_woocommerce div.product form.cart .variations label, 
.woocommerce div.product form.cart .variations label,
div.product .summary .yith-wcwl-add-to-wishlist a,
div.product .summary .wishlist a,
section.product .yith-wcwl-wishlistexistsbrowse.show i,
section.product .yith-wcwl-wishlistaddedbrowse.show i,
.product-group-button .button-tooltip,
section.widget_display_stats > dl dt,
.comment_list_widget .comment-body,
.widget_calendar th, 
.widget_calendar td,
.woocommerce.widget_recent_reviews ul.product_list_widget li a,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
.woocommerce .widget-container .price_slider_amount .price_label span,
.widget-container .tagcloud a,
.dokan-category-menu .sub-block h3,
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
body .style-3 .mailchimp-subscription button.button,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-banner header div{
font-weight:400;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.ts-banner header .discount,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
body div.ppt,
.woocommerce #reviews #reply-title,  
.widget_shopping_cart_content p.total strong,
.row-heading-tabs .heading-tab .heading-title,
body table.compare-list th,
.wp-caption p.wp-caption-text,
body div.ppt,
a.button, 
button, 
input[type^="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce #content input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
#content button.button, 
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce-page .widget_price_filter .price_slider_amount .button, 
body .single-post .single-navigation > a,
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span,
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock,
.bbp-meta .bbp-topic-permalink,
.bbp-topic-title-meta a,
#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums .bbp-header div.bbp-topic-content a, 
#bbpress-forums .bbp-header div.bbp-reply-content a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums .status-category > li.bbp-forum-info > .bbp-forum-title,
#bbpress-forums #bbp-user-navigation ,
#bbpress-forums .type-forum .bbp-forum-title,
.type-topic .bbp-topic-title > a,
#favorite-toggle a, 
#subscription-toggle a,
#bbpress-forums ul.bbp-lead-topic .bbp-header, 
#bbpress-forums ul.bbp-topics .bbp-header, 
#bbpress-forums ul.bbp-forums .bbp-header, 
#bbpress-forums ul.bbp-replies > .bbp-header, 
#bbpress-forums ul.bbp-search-results .bbp-header,
.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
article.single .entry-meta .date-time > span:first-child,
.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child,
article.single .ts-social-sharing .sharing-title,
.summary .ts-social-sharing .sharing-title,
.images-thumbnails .ts-social-sharing .sharing-title,
.entry-author .author-info .author,
.comments-area .comment-meta > span.author a,
.avatar-name a,
.comments-area .reply a,
.portfolio-info p,
.woocommerce > form > fieldset legend,
.cloud-zoom-title,
.woocommerce table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.shopping-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
body table.compare-list .add-to-cart td a,
body table.compare-list tr.price th, 
body table.compare-list tr.price td,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.widget_calendar #today,
.widget_calendar caption,
body .product-edit-new-container .dokan-btn-lg,
#ts-search-result-container .view-all-wrapper,
#ts-search-result-container li a span.hightlight,
.shopping-cart-wrapper .cart-item-wrapper > span,
.ts-product-in-category-tab-wrapper .see-more-button:hover,
.ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
.ts-milestone .number,
.ts-price-table .desc-price,
.ts-price-table .table-title,
.ts-price-table .table-price span,
.vc_pie_chart .vc_pie_chart_value,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-button.fa,
.ts-button,
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button,
.counter-wrapper .number,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li{
font-weight:500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
body .yith-woocompare-widget ul.products-list a.remove,
.cart-list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.ts-milestone h3.subject,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_title h4{
font-weight:400 !important;
} .menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.menu-wrapper .vertical-menu ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading,
.nav > ul.menu > ul > li > a{
font-weight:400;
} html, 
body,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.mc4wp-form-fields label,
ul li .ts-megamenu-container,
.comment-text,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
.woocommerce .order_details li,  
.woocommerce table.my_account_orders td, 
.comment_list_widget .comment-body,
#bbpress-forums,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.shopping-cart-wrapper .form-content > label,
.widget_calendar th, 
.widget_calendar td,
.woocommerce .widget-container .price_slider_amount .price_label,
#ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
#lang_sel_click > ul li a,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.header-currency ul li a,
select option,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.yith-wcwl-share h4.yith-wcwl-share-title,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce table.wishlist_table,
body table.compare-list tr.image td, 
body table.compare-list tr.price td,
h3 > label,
body.wpb-js-composer .vc_tta.vc_general,
.dokan-category-menu .sub-block h3,
.woocommerce table.shop_table.my_account_orders,
.feature-content .feature-excerpt,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce .products.list .product .short-description, #bbpress-forums div.bbp-forum-title h3, 
#bbpress-forums div.bbp-topic-title h3, 
#bbpress-forums div.bbp-reply-title h3, body table.compare-list,
body table.compare-list tr.title td
{
font-size:14px;
line-height:26px;
}
.ts-blogs .entry-meta > span.author a,
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
font-size:14px;
}
.ts-shortcode{
line-height:26px;
}
.list-posts article.format-quote blockquote{
font-size:14px;
line-height:30px;
}
.woocommerce .products .product .short-description,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.dokan-form-control,
.feature-content .feature-header,
.font-normal .description,
.single-navigation .product-info > div > span:first-child,
input, 
textarea, 
keygen, 
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
h3.product-name > a, 
h3.product-name,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
body .style-3 .mailchimp-subscription.text-light button.button{
font-size:14px;
line-height:18px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select{
font-size:14px;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a{
font-size:14px;
line-height:18px !important;
}
.ts-portfolio-wrapper .filter-bar li,
.pp_woocommerce table .quantity input.qty, 
.woocommerce table .quantity input.qty{
font-size:14px;
}
h4 > a,
.amount,
.portfolio-inner h3,
.cats-portfolio,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.woocommerce .products .product.product-category h3,
.woocommerce .checkout #order_review table thead th,
.mailchimp-subscription .newsletter,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a,
.vc_toggle_default .vc_toggle_title h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.column-tabs .tabs li,
.font-big .description,
.list-cats li a,
.list .product h3.product-name > a,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-team-member header > h3,
.ts-team-member header > h3 a,
.woocommerce-column > h3,
.mc4wp-form-fields .mailchimp-input input[type="email"]{
font-size:14px;
line-height:20px;
}
h1,
.h1,
.ts-heading h1
{
font-size:40px;
line-height:48px;
}
h2,
.h2,
h1.wpb_heading,
.ts-heading h2,
.breadcrumb-title-wrapper .breadcrumb-title h1,
div.product p.price .woocommerce-Price-amount, 
div.product .single_variation .amount, 
.woocommerce div.product .single_variation .amount
{
font-size:36px;
line-height:42px;
}
h3,
.h3,
h2.wpb_heading,
.theme-title > h3,
.ts-heading h3,
.ts-mailchimp-subscription-shortcode .widgettitle,
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2,
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
.woocommerce div.wishlist-title h2,
.heading-wrapper > h2,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
font-size:30px;
line-height:36px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.ts-feature-wrapper .feature-header h3 > a,
.ts-banner header .discount,
.ts-list-of-product-categories-wrapper .heading-title,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
.woocommerce-account div.woocommerce > h2,
.cart-collaterals .cart_totals > h2,
.heading-shortcode > h3,
.related > h2,
body > h1,
body div.ppt,
.entry-content h1.blog-title,
.widget.ts-products-widget > .widgettitle,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce #reviews #reply-title, 
.woocommerce #reviews #comments > h2, 
.widget_shopping_cart_content p.total strong,
.widget-title,
.row-heading-tabs .heading-tab .heading-title,
#order_review_heading,
h3.wpb_heading,
.style-normal .mailchimp-subscription h2,
.mc4wp-form-fields > h2.title,
body table.compare-list th{
font-size:16px;
}
h4,
.h4,
.ts-heading h4,
h3.entry-title > a,
#bbpress-forums #bbp-user-wrapper h2.entry-title,
.woocommerce-billing-fields > h3,
.widget.ts-products-widget > .widgettitle,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1,
.ts-recently-viewed-products-wrapper .shortcode-heading-wrapper .heading-title,
.title-background-color .shortcode-heading-wrapper .heading-title,
.mailchimp-subscription .widget-title-wrapper h3,
.mc4wp-form-fields .mailchimp-wrapper h2.title,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.single-portfolio .info-content .entry-title,
.pp_woocommerce div.product .product_title, 
.woocommerce div.product .product_title,
.horizontal-tab .column-tabs .heading-tab h3,
.horizontal-tab .column-tabs .heading-tab i,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.banner-content h4{
font-size:24px;
line-height:30px;
}
h5,
.h5,
h4.wpb_heading,
h5.wpb_heading,
body .ts-footer-block .widget .widgettitle,
body .ts-footer-block .widget-title,
.column-tabs .heading-tab h3,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs-container,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a,
.ts-products-widget-shortcode:not(.title-background-color ) .widgettitle{
font-size:18px;
line-height:24px;
}              h6,.h6,
.vc_message_box .h4,
h6.wpb_heading,
.woocommerce table.shop_table thead th,
.member-name h3,
.ts-milestone h3.subject,
.ts-testimonial-wrapper.text-light .testimonial-content h4 > a,
.ts-twitter-slider.text-light .twitter-content h4 > a,
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
font-size:16px;
line-height:22px;
}
.breadcrumb-title-wrapper .breadcrumbs-container
{
font-size:24px;
line-height:10px;
font-weight: 500;  }  .info-desc,
.my-account-wrapper .account-control > a,
.my-wishlist-wrapper a,
#lang_sel_click > ul > li > a,
.header-currency .wcml_currency_switcher > a,
.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
font-size:14px;
line-height:26px;
}
.my-account-wrapper .dropdown-container{
line-height:26px;
}  .menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading,
.widget-container.ts-menus-widget .widget-title,
header .vertical-menu-wrapper .vertical-menu-heading:before,
.widget-container.ts-menus-widget .widget-title:before{
font-size:15px;
line-height:20px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
font-size:15px;
} .menu-wrapper nav li.widget > .widgettitle,
.menu-wrapper nav div.list-link > .widgettitle{
font-size:14px;
}  .total .total-title,
.total .amount,
.product .amount,
.woocommerce .menu ul.product_list_widget li span.amount,
.menu .woocommerce ul.product_list_widget li span.amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce ul.product_list_widget li .price > .amount{
font-size:18px;
}
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock{
font-size:14px;
}
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span{
font-size:18px;
}
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
a.view-more,
a.ts-button,
a.button,
button,
.meta-wrapper div.compare a i,
.meta-wrapper div.compare a:before,
body .single-post .single-navigation > a,
html body.woocommerce table.compare-list tr.add-to-cart td a:before,
html body table.compare-list tr.add-to-cart td a:before,
input[type="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce table.shop_table input, 
body .product-edit-new-container .dokan-btn-lg,
.button-banner,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.button:before, #bbpress-forums #bbp-single-user-details #bbp-user-navigation a, body table.compare-list .add-to-cart td a, input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn{
font-size:16px;
line-height:20px;
} @media screen and (max-device-width: 767px) {
body table.compare-list th, 
body table.compare-list td, 
body table.compare-list .price.repeated td, 
body table.compare-list tr.image th, 
body table.compare-list tr.image td, 
body table.compare-list tr.price th, 
body table.compare-list tr.price td, 
body table.compare-list tr.add-to-cart th, 
body table.compare-list tr.add-to-cart td{
width:auto;
padding:10px;
}
body table.compare-list tr.remove th, 
body table.compare-list tr.remove td, 
body table.compare-list tr.image th, 
body table.compare-list tr.image td, 
body table.compare-list tr.title th, 
body table.compare-list tr.title td, 
body table.compare-list tr.price th, 
body table.compare-list tr.price td{
padding:10px;
}
body > h1{
padding:10px;
}
body table.compare-list th{
display:none !important;
}
body table.compare-list .add-to-cart td a{
font-size:12px;
line-height:16px;
}
}   .quote-button{
padding: 10px;
}@font-face {
font-family:                        'ts-fontawesome';
src:                                url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/awesome-icons/fontawesome.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/awesome-icons/fontawesome.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/awesome-icons/fontawesome.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/awesome-icons/fontawesome.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/awesome-icons/fontawesome.svg#FontAwesome) format('svg');
font-weight:                        normal;
font-style:                         normal;
}
[class^="ts-awesome-"],[class*=" ts-awesome-"] {
font-family:                        'ts-fontawesome' !important;
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;
}
[class^="ts-awesome-"]:before,[class*=" ts-awesome-"]:before {
text-decoration:                    inherit;
display:                            inline-block;
speak:                              none;
}
a [class^="ts-awesome-"],a [class*=" ts-awesome-"] {
display:                            inline-block;
}
.ts-awesome-glass:before{content:"\f000"}
.ts-awesome-music:before{content:"\f001"}
.ts-awesome-search:before{content:"\f002"}
.ts-awesome-envelope-o:before{content:"\f003"}
.ts-awesome-heart:before{content:"\f004"}
.ts-awesome-star:before{content:"\f005"}
.ts-awesome-star-o:before{content:"\f006"}
.ts-awesome-user:before{content:"\f007"}
.ts-awesome-film:before{content:"\f008"}
.ts-awesome-th-large:before{content:"\f009"}
.ts-awesome-th:before{content:"\f00a"}
.ts-awesome-th-list:before{content:"\f00b"}
.ts-awesome-check:before{content:"\f00c"}
.ts-awesome-remove:before{content:"\f00d"}
.ts-awesome-close:before{content:"\f00d"}
.ts-awesome-times:before{content:"\f00d"}
.ts-awesome-search-plus:before{content:"\f00e"}
.ts-awesome-search-minus:before{content:"\f010"}
.ts-awesome-power-off:before{content:"\f011"}
.ts-awesome-signal:before{content:"\f012"}
.ts-awesome-gear:before{content:"\f013"}
.ts-awesome-cog:before{content:"\f013"}
.ts-awesome-trash-o:before{content:"\f014"}
.ts-awesome-home:before{content:"\f015"}
.ts-awesome-file-o:before{content:"\f016"}
.ts-awesome-clock-o:before{content:"\f017"}
.ts-awesome-road:before{content:"\f018"}
.ts-awesome-download:before{content:"\f019"}
.ts-awesome-arrow-circle-o-down:before{content:"\f01a"}
.ts-awesome-arrow-circle-o-up:before{content:"\f01b"}
.ts-awesome-inbox:before{content:"\f01c"}
.ts-awesome-play-circle-o:before{content:"\f01d"}
.ts-awesome-rotate-right:before{content:"\f01e"}
.ts-awesome-repeat:before{content:"\f01e"}
.ts-awesome-refresh:before{content:"\f021"}
.ts-awesome-list-alt:before{content:"\f022"}
.ts-awesome-lock:before{content:"\f023"}
.ts-awesome-flag:before{content:"\f024"}
.ts-awesome-headphones:before{content:"\f025"}
.ts-awesome-volume-off:before{content:"\f026"}
.ts-awesome-volume-down:before{content:"\f027"}
.ts-awesome-volume-up:before{content:"\f028"}
.ts-awesome-qrcode:before{content:"\f029"}
.ts-awesome-barcode:before{content:"\f02a"}
.ts-awesome-tag:before{content:"\f02b"}
.ts-awesome-tags:before{content:"\f02c"}
.ts-awesome-book:before{content:"\f02d"}
.ts-awesome-bookmark:before{content:"\f02e"}
.ts-awesome-print:before{content:"\f02f"}
.ts-awesome-camera:before{content:"\f030"}
.ts-awesome-font:before{content:"\f031"}
.ts-awesome-bold:before{content:"\f032"}
.ts-awesome-italic:before{content:"\f033"}
.ts-awesome-text-height:before{content:"\f034"}
.ts-awesome-text-width:before{content:"\f035"}
.ts-awesome-align-left:before{content:"\f036"}
.ts-awesome-align-center:before{content:"\f037"}
.ts-awesome-align-right:before{content:"\f038"}
.ts-awesome-align-justify:before{content:"\f039"}
.ts-awesome-list:before{content:"\f03a"}
.ts-awesome-dedent:before{content:"\f03b"}
.ts-awesome-outdent:before{content:"\f03b"}
.ts-awesome-indent:before{content:"\f03c"}
.ts-awesome-video-camera:before{content:"\f03d"}
.ts-awesome-photo:before{content:"\f03e"}
.ts-awesome-image:before{content:"\f03e"}
.ts-awesome-picture-o:before{content:"\f03e"}
.ts-awesome-pencil:before{content:"\f040"}
.ts-awesome-map-marker:before{content:"\f041"}
.ts-awesome-adjust:before{content:"\f042"}
.ts-awesome-tint:before{content:"\f043"}
.ts-awesome-edit:before{content:"\f044"}
.ts-awesome-pencil-square-o:before{content:"\f044"}
.ts-awesome-share-square-o:before{content:"\f045"}
.ts-awesome-check-square-o:before{content:"\f046"}
.ts-awesome-arrows:before{content:"\f047"}
.ts-awesome-step-backward:before{content:"\f048"}
.ts-awesome-fast-backward:before{content:"\f049"}
.ts-awesome-backward:before{content:"\f04a"}
.ts-awesome-play:before{content:"\f04b"}
.ts-awesome-pause:before{content:"\f04c"}
.ts-awesome-stop:before{content:"\f04d"}
.ts-awesome-forward:before{content:"\f04e"}
.ts-awesome-fast-forward:before{content:"\f050"}
.ts-awesome-step-forward:before{content:"\f051"}
.ts-awesome-eject:before{content:"\f052"}
.ts-awesome-chevron-left:before{content:"\f053"}
.ts-awesome-chevron-right:before{content:"\f054"}
.ts-awesome-plus-circle:before{content:"\f055"}
.ts-awesome-minus-circle:before{content:"\f056"}
.ts-awesome-times-circle:before{content:"\f057"}
.ts-awesome-check-circle:before{content:"\f058"}
.ts-awesome-question-circle:before{content:"\f059"}
.ts-awesome-info-circle:before{content:"\f05a"}
.ts-awesome-crosshairs:before{content:"\f05b"}
.ts-awesome-times-circle-o:before{content:"\f05c"}
.ts-awesome-check-circle-o:before{content:"\f05d"}
.ts-awesome-ban:before{content:"\f05e"}
.ts-awesome-arrow-left:before{content:"\f060"}
.ts-awesome-arrow-right:before{content:"\f061"}
.ts-awesome-arrow-up:before{content:"\f062"}
.ts-awesome-arrow-down:before{content:"\f063"}
.ts-awesome-mail-forward:before{content:"\f064"}
.ts-awesome-share:before{content:"\f064"}
.ts-awesome-expand:before{content:"\f065"}
.ts-awesome-compress:before{content:"\f066"}
.ts-awesome-plus:before{content:"\f067"}
.ts-awesome-minus:before{content:"\f068"}
.ts-awesome-asterisk:before{content:"\f069"}
.ts-awesome-exclamation-circle:before{content:"\f06a"}
.ts-awesome-gift:before{content:"\f06b"}
.ts-awesome-leaf:before{content:"\f06c"}
.ts-awesome-fire:before{content:"\f06d"}
.ts-awesome-eye:before{content:"\f06e"}
.ts-awesome-eye-slash:before{content:"\f070"}
.ts-awesome-warning:before{content:"\f071"}
.ts-awesome-exclamation-triangle:before{content:"\f071"}
.ts-awesome-plane:before{content:"\f072"}
.ts-awesome-calendar:before{content:"\f073"}
.ts-awesome-random:before{content:"\f074"}
.ts-awesome-comment:before{content:"\f075"}
.ts-awesome-magnet:before{content:"\f076"}
.ts-awesome-chevron-up:before{content:"\f077"}
.ts-awesome-chevron-down:before{content:"\f078"}
.ts-awesome-retweet:before{content:"\f079"}
.ts-awesome-shopping-cart:before{content:"\f07a"}
.ts-awesome-folder:before{content:"\f07b"}
.ts-awesome-folder-open:before{content:"\f07c"}
.ts-awesome-arrows-v:before{content:"\f07d"}
.ts-awesome-arrows-h:before{content:"\f07e"}
.ts-awesome-bar-chart-o:before{content:"\f080"}
.ts-awesome-bar-chart:before{content:"\f080"}
.ts-awesome-twitter-square:before{content:"\f081"}
.ts-awesome-facebook-square:before{content:"\f082"}
.ts-awesome-camera-retro:before{content:"\f083"}
.ts-awesome-key:before{content:"\f084"}
.ts-awesome-gears:before{content:"\f085"}
.ts-awesome-cogs:before{content:"\f085"}
.ts-awesome-comments:before{content:"\f086"}
.ts-awesome-thumbs-o-up:before{content:"\f087"}
.ts-awesome-thumbs-o-down:before{content:"\f088"}
.ts-awesome-star-half:before{content:"\f089"}
.ts-awesome-heart-o:before{content:"\f08a"}
.ts-awesome-sign-out:before{content:"\f08b"}
.ts-awesome-linkedin-square:before{content:"\f08c"}
.ts-awesome-thumb-tack:before{content:"\f08d"}
.ts-awesome-external-link:before{content:"\f08e"}
.ts-awesome-sign-in:before{content:"\f090"}
.ts-awesome-trophy:before{content:"\f091"}
.ts-awesome-github-square:before{content:"\f092"}
.ts-awesome-upload:before{content:"\f093"}
.ts-awesome-lemon-o:before{content:"\f094"}
.ts-awesome-phone:before{content:"\f095"}
.ts-awesome-square-o:before{content:"\f096"}
.ts-awesome-bookmark-o:before{content:"\f097"}
.ts-awesome-phone-square:before{content:"\f098"}
.ts-awesome-twitter:before{content:"\f099"}
.ts-awesome-facebook-f:before{content:"\f09a"}
.ts-awesome-facebook:before{content:"\f09a"}
.ts-awesome-github:before{content:"\f09b"}
.ts-awesome-unlock:before{content:"\f09c"}
.ts-awesome-credit-card:before{content:"\f09d"}
.ts-awesome-feed:before{content:"\f09e"}
.ts-awesome-rss:before{content:"\f09e"}
.ts-awesome-hdd-o:before{content:"\f0a0"}
.ts-awesome-bullhorn:before{content:"\f0a1"}
.ts-awesome-bell:before{content:"\f0f3"}
.ts-awesome-certificate:before{content:"\f0a3"}
.ts-awesome-hand-o-right:before{content:"\f0a4"}
.ts-awesome-hand-o-left:before{content:"\f0a5"}
.ts-awesome-hand-o-up:before{content:"\f0a6"}
.ts-awesome-hand-o-down:before{content:"\f0a7"}
.ts-awesome-arrow-circle-left:before{content:"\f0a8"}
.ts-awesome-arrow-circle-right:before{content:"\f0a9"}
.ts-awesome-arrow-circle-up:before{content:"\f0aa"}
.ts-awesome-arrow-circle-down:before{content:"\f0ab"}
.ts-awesome-globe:before{content:"\f0ac"}
.ts-awesome-wrench:before{content:"\f0ad"}
.ts-awesome-tasks:before{content:"\f0ae"}
.ts-awesome-filter:before{content:"\f0b0"}
.ts-awesome-briefcase:before{content:"\f0b1"}
.ts-awesome-arrows-alt:before{content:"\f0b2"}
.ts-awesome-group:before{content:"\f0c0"}
.ts-awesome-users:before{content:"\f0c0"}
.ts-awesome-chain:before{content:"\f0c1"}
.ts-awesome-link:before{content:"\f0c1"}
.ts-awesome-cloud:before{content:"\f0c2"}
.ts-awesome-flask:before{content:"\f0c3"}
.ts-awesome-cut:before{content:"\f0c4"}
.ts-awesome-scissors:before{content:"\f0c4"}
.ts-awesome-copy:before{content:"\f0c5"}
.ts-awesome-files-o:before{content:"\f0c5"}
.ts-awesome-paperclip:before{content:"\f0c6"}
.ts-awesome-save:before{content:"\f0c7"}
.ts-awesome-floppy-o:before{content:"\f0c7"}
.ts-awesome-square:before{content:"\f0c8"}
.ts-awesome-navicon:before{content:"\f0c9"}
.ts-awesome-reorder:before{content:"\f0c9"}
.ts-awesome-bars:before{content:"\f0c9"}
.ts-awesome-list-ul:before{content:"\f0ca"}
.ts-awesome-list-ol:before{content:"\f0cb"}
.ts-awesome-strikethrough:before{content:"\f0cc"}
.ts-awesome-underline:before{content:"\f0cd"}
.ts-awesome-table:before{content:"\f0ce"}
.ts-awesome-magic:before{content:"\f0d0"}
.ts-awesome-truck:before{content:"\f0d1"}
.ts-awesome-pinterest:before{content:"\f0d2"}
.ts-awesome-pinterest-square:before{content:"\f0d3"}
.ts-awesome-google-plus-square:before{content:"\f0d4"}
.ts-awesome-google-plus:before{content:"\f0d5"}
.ts-awesome-money:before{content:"\f0d6"}
.ts-awesome-caret-down:before{content:"\f0d7"}
.ts-awesome-caret-up:before{content:"\f0d8"}
.ts-awesome-caret-left:before{content:"\f0d9"}
.ts-awesome-caret-right:before{content:"\f0da"}
.ts-awesome-columns:before{content:"\f0db"}
.ts-awesome-unsorted:before{content:"\f0dc"}
.ts-awesome-sort:before{content:"\f0dc"}
.ts-awesome-sort-down:before{content:"\f0dd"}
.ts-awesome-sort-desc:before{content:"\f0dd"}
.ts-awesome-sort-up:before{content:"\f0de"}
.ts-awesome-sort-asc:before{content:"\f0de"}
.ts-awesome-envelope:before{content:"\f0e0"}
.ts-awesome-linkedin:before{content:"\f0e1"}
.ts-awesome-rotate-left:before{content:"\f0e2"}
.ts-awesome-undo:before{content:"\f0e2"}
.ts-awesome-legal:before{content:"\f0e3"}
.ts-awesome-gavel:before{content:"\f0e3"}
.ts-awesome-dashboard:before{content:"\f0e4"}
.ts-awesome-tachometer:before{content:"\f0e4"}
.ts-awesome-comment-o:before{content:"\f0e5"}
.ts-awesome-comments-o:before{content:"\f0e6"}
.ts-awesome-flash:before{content:"\f0e7"}
.ts-awesome-bolt:before{content:"\f0e7"}
.ts-awesome-sitemap:before{content:"\f0e8"}
.ts-awesome-umbrella:before{content:"\f0e9"}
.ts-awesome-paste:before{content:"\f0ea"}
.ts-awesome-clipboard:before{content:"\f0ea"}
.ts-awesome-lightbulb-o:before{content:"\f0eb"}
.ts-awesome-exchange:before{content:"\f0ec"}
.ts-awesome-cloud-download:before{content:"\f0ed"}
.ts-awesome-cloud-upload:before{content:"\f0ee"}
.ts-awesome-user-md:before{content:"\f0f0"}
.ts-awesome-stethoscope:before{content:"\f0f1"}
.ts-awesome-suitcase:before{content:"\f0f2"}
.ts-awesome-bell-o:before{content:"\f0a2"}
.ts-awesome-coffee:before{content:"\f0f4"}
.ts-awesome-cutlery:before{content:"\f0f5"}
.ts-awesome-file-text-o:before{content:"\f0f6"}
.ts-awesome-building-o:before{content:"\f0f7"}
.ts-awesome-hospital-o:before{content:"\f0f8"}
.ts-awesome-ambulance:before{content:"\f0f9"}
.ts-awesome-medkit:before{content:"\f0fa"}
.ts-awesome-fighter-jet:before{content:"\f0fb"}
.ts-awesome-beer:before{content:"\f0fc"}
.ts-awesome-h-square:before{content:"\f0fd"}
.ts-awesome-plus-square:before{content:"\f0fe"}
.ts-awesome-angle-double-left:before{content:"\f100"}
.ts-awesome-angle-double-right:before{content:"\f101"}
.ts-awesome-angle-double-up:before{content:"\f102"}
.ts-awesome-angle-double-down:before{content:"\f103"}
.ts-awesome-angle-left:before{content:"\f104"}
.ts-awesome-angle-right:before{content:"\f105"}
.ts-awesome-angle-up:before{content:"\f106"}
.ts-awesome-angle-down:before{content:"\f107"}
.ts-awesome-desktop:before{content:"\f108"}
.ts-awesome-laptop:before{content:"\f109"}
.ts-awesome-tablet:before{content:"\f10a"}
.ts-awesome-mobile-phone:before{content:"\f10b"}
.ts-awesome-mobile:before{content:"\f10b"}
.ts-awesome-circle-o:before{content:"\f10c"}
.ts-awesome-quote-left:before{content:"\f10d"}
.ts-awesome-quote-right:before{content:"\f10e"}
.ts-awesome-spinner:before{content:"\f110"}
.ts-awesome-circle:before{content:"\f111"}
.ts-awesome-mail-reply:before{content:"\f112"}
.ts-awesome-reply:before{content:"\f112"}
.ts-awesome-github-alt:before{content:"\f113"}
.ts-awesome-folder-o:before{content:"\f114"}
.ts-awesome-folder-open-o:before{content:"\f115"}
.ts-awesome-smile-o:before{content:"\f118"}
.ts-awesome-frown-o:before{content:"\f119"}
.ts-awesome-meh-o:before{content:"\f11a"}
.ts-awesome-gamepad:before{content:"\f11b"}
.ts-awesome-keyboard-o:before{content:"\f11c"}
.ts-awesome-flag-o:before{content:"\f11d"}
.ts-awesome-flag-checkered:before{content:"\f11e"}
.ts-awesome-terminal:before{content:"\f120"}
.ts-awesome-code:before{content:"\f121"}
.ts-awesome-mail-reply-all:before{content:"\f122"}
.ts-awesome-reply-all:before{content:"\f122"}
.ts-awesome-star-half-empty:before{content:"\f123"}
.ts-awesome-star-half-full:before{content:"\f123"}
.ts-awesome-star-half-o:before{content:"\f123"}
.ts-awesome-location-arrow:before{content:"\f124"}
.ts-awesome-crop:before{content:"\f125"}
.ts-awesome-code-fork:before{content:"\f126"}
.ts-awesome-unlink:before{content:"\f127"}
.ts-awesome-chain-broken:before{content:"\f127"}
.ts-awesome-question:before{content:"\f128"}
.ts-awesome-info:before{content:"\f129"}
.ts-awesome-exclamation:before{content:"\f12a"}
.ts-awesome-superscript:before{content:"\f12b"}
.ts-awesome-subscript:before{content:"\f12c"}
.ts-awesome-eraser:before{content:"\f12d"}
.ts-awesome-puzzle-piece:before{content:"\f12e"}
.ts-awesome-microphone:before{content:"\f130"}
.ts-awesome-microphone-slash:before{content:"\f131"}
.ts-awesome-shield:before{content:"\f132"}
.ts-awesome-calendar-o:before{content:"\f133"}
.ts-awesome-fire-extinguisher:before{content:"\f134"}
.ts-awesome-rocket:before{content:"\f135"}
.ts-awesome-maxcdn:before{content:"\f136"}
.ts-awesome-chevron-circle-left:before{content:"\f137"}
.ts-awesome-chevron-circle-right:before{content:"\f138"}
.ts-awesome-chevron-circle-up:before{content:"\f139"}
.ts-awesome-chevron-circle-down:before{content:"\f13a"}
.ts-awesome-html5:before{content:"\f13b"}
.ts-awesome-css3:before{content:"\f13c"}
.ts-awesome-anchor:before{content:"\f13d"}
.ts-awesome-unlock-alt:before{content:"\f13e"}
.ts-awesome-bullseye:before{content:"\f140"}
.ts-awesome-ellipsis-h:before{content:"\f141"}
.ts-awesome-ellipsis-v:before{content:"\f142"}
.ts-awesome-rss-square:before{content:"\f143"}
.ts-awesome-play-circle:before{content:"\f144"}
.ts-awesome-ticket:before{content:"\f145"}
.ts-awesome-minus-square:before{content:"\f146"}
.ts-awesome-minus-square-o:before{content:"\f147"}
.ts-awesome-level-up:before{content:"\f148"}
.ts-awesome-level-down:before{content:"\f149"}
.ts-awesome-check-square:before{content:"\f14a"}
.ts-awesome-pencil-square:before{content:"\f14b"}
.ts-awesome-external-link-square:before{content:"\f14c"}
.ts-awesome-share-square:before{content:"\f14d"}
.ts-awesome-compass:before{content:"\f14e"}
.ts-awesome-toggle-down:before{content:"\f150"}
.ts-awesome-caret-square-o-down:before{content:"\f150"}
.ts-awesome-toggle-up:before{content:"\f151"}
.ts-awesome-caret-square-o-up:before{content:"\f151"}
.ts-awesome-toggle-right:before{content:"\f152"}
.ts-awesome-caret-square-o-right:before{content:"\f152"}
.ts-awesome-euro:before{content:"\f153"}
.ts-awesome-eur:before{content:"\f153"}
.ts-awesome-gbp:before{content:"\f154"}
.ts-awesome-dollar:before{content:"\f155"}
.ts-awesome-usd:before{content:"\f155"}
.ts-awesome-rupee:before{content:"\f156"}
.ts-awesome-inr:before{content:"\f156"}
.ts-awesome-cny:before{content:"\f157"}
.ts-awesome-rmb:before{content:"\f157"}
.ts-awesome-yen:before{content:"\f157"}
.ts-awesome-jpy:before{content:"\f157"}
.ts-awesome-ruble:before{content:"\f158"}
.ts-awesome-rouble:before{content:"\f158"}
.ts-awesome-rub:before{content:"\f158"}
.ts-awesome-won:before{content:"\f159"}
.ts-awesome-krw:before{content:"\f159"}
.ts-awesome-bitcoin:before{content:"\f15a"}
.ts-awesome-btc:before{content:"\f15a"}
.ts-awesome-file:before{content:"\f15b"}
.ts-awesome-file-text:before{content:"\f15c"}
.ts-awesome-sort-alpha-asc:before{content:"\f15d"}
.ts-awesome-sort-alpha-desc:before{content:"\f15e"}
.ts-awesome-sort-amount-asc:before{content:"\f160"}
.ts-awesome-sort-amount-desc:before{content:"\f161"}
.ts-awesome-sort-numeric-asc:before{content:"\f162"}
.ts-awesome-sort-numeric-desc:before{content:"\f163"}
.ts-awesome-thumbs-up:before{content:"\f164"}
.ts-awesome-thumbs-down:before{content:"\f165"}
.ts-awesome-youtube-square:before{content:"\f166"}
.ts-awesome-youtube:before{content:"\f167"}
.ts-awesome-xing:before{content:"\f168"}
.ts-awesome-xing-square:before{content:"\f169"}
.ts-awesome-youtube-play:before{content:"\f16a"}
.ts-awesome-dropbox:before{content:"\f16b"}
.ts-awesome-stack-overflow:before{content:"\f16c"}
.ts-awesome-instagram:before{content:"\f16d"}
.ts-awesome-flickr:before{content:"\f16e"}
.ts-awesome-adn:before{content:"\f170"}
.ts-awesome-bitbucket:before{content:"\f171"}
.ts-awesome-bitbucket-square:before{content:"\f172"}
.ts-awesome-tumblr:before{content:"\f173"}
.ts-awesome-tumblr-square:before{content:"\f174"}
.ts-awesome-long-arrow-down:before{content:"\f175"}
.ts-awesome-long-arrow-up:before{content:"\f176"}
.ts-awesome-long-arrow-left:before{content:"\f177"}
.ts-awesome-long-arrow-right:before{content:"\f178"}
.ts-awesome-apple:before{content:"\f179"}
.ts-awesome-windows:before{content:"\f17a"}
.ts-awesome-android:before{content:"\f17b"}
.ts-awesome-linux:before{content:"\f17c"}
.ts-awesome-dribbble:before{content:"\f17d"}
.ts-awesome-skype:before{content:"\f17e"}
.ts-awesome-foursquare:before{content:"\f180"}
.ts-awesome-trello:before{content:"\f181"}
.ts-awesome-female:before{content:"\f182"}
.ts-awesome-male:before{content:"\f183"}
.ts-awesome-gittip:before{content:"\f184"}
.ts-awesome-gratipay:before{content:"\f184"}
.ts-awesome-sun-o:before{content:"\f185"}
.ts-awesome-moon-o:before{content:"\f186"}
.ts-awesome-archive:before{content:"\f187"}
.ts-awesome-bug:before{content:"\f188"}
.ts-awesome-vk:before{content:"\f189"}
.ts-awesome-weibo:before{content:"\f18a"}
.ts-awesome-renren:before{content:"\f18b"}
.ts-awesome-pagelines:before{content:"\f18c"}
.ts-awesome-stack-exchange:before{content:"\f18d"}
.ts-awesome-arrow-circle-o-right:before{content:"\f18e"}
.ts-awesome-arrow-circle-o-left:before{content:"\f190"}
.ts-awesome-toggle-left:before{content:"\f191"}
.ts-awesome-caret-square-o-left:before{content:"\f191"}
.ts-awesome-dot-circle-o:before{content:"\f192"}
.ts-awesome-wheelchair:before{content:"\f193"}
.ts-awesome-vimeo-square:before{content:"\f194"}
.ts-awesome-turkish-lira:before{content:"\f195"}
.ts-awesome-try:before{content:"\f195"}
.ts-awesome-plus-square-o:before{content:"\f196"}
.ts-awesome-space-shuttle:before{content:"\f197"}
.ts-awesome-slack:before{content:"\f198"}
.ts-awesome-envelope-square:before{content:"\f199"}
.ts-awesome-wordpress:before{content:"\f19a"}
.ts-awesome-openid:before{content:"\f19b"}
.ts-awesome-institution:before{content:"\f19c"}
.ts-awesome-bank:before{content:"\f19c"}
.ts-awesome-university:before{content:"\f19c"}
.ts-awesome-mortar-board:before{content:"\f19d"}
.ts-awesome-graduation-cap:before{content:"\f19d"}
.ts-awesome-yahoo:before{content:"\f19e"}
.ts-awesome-google:before{content:"\f1a0"}
.ts-awesome-reddit:before{content:"\f1a1"}
.ts-awesome-reddit-square:before{content:"\f1a2"}
.ts-awesome-stumbleupon-circle:before{content:"\f1a3"}
.ts-awesome-stumbleupon:before{content:"\f1a4"}
.ts-awesome-delicious:before{content:"\f1a5"}
.ts-awesome-digg:before{content:"\f1a6"}
.ts-awesome-pied-piper-pp:before{content:"\f1a7"}
.ts-awesome-pied-piper-alt:before{content:"\f1a8"}
.ts-awesome-drupal:before{content:"\f1a9"}
.ts-awesome-joomla:before{content:"\f1aa"}
.ts-awesome-language:before{content:"\f1ab"}
.ts-awesome-fax:before{content:"\f1ac"}
.ts-awesome-building:before{content:"\f1ad"}
.ts-awesome-child:before{content:"\f1ae"}
.ts-awesome-paw:before{content:"\f1b0"}
.ts-awesome-spoon:before{content:"\f1b1"}
.ts-awesome-cube:before{content:"\f1b2"}
.ts-awesome-cubes:before{content:"\f1b3"}
.ts-awesome-behance:before{content:"\f1b4"}
.ts-awesome-behance-square:before{content:"\f1b5"}
.ts-awesome-steam:before{content:"\f1b6"}
.ts-awesome-steam-square:before{content:"\f1b7"}
.ts-awesome-recycle:before{content:"\f1b8"}
.ts-awesome-automobile:before{content:"\f1b9"}
.ts-awesome-car:before{content:"\f1b9"}
.ts-awesome-cab:before{content:"\f1ba"}
.ts-awesome-taxi:before{content:"\f1ba"}
.ts-awesome-tree:before{content:"\f1bb"}
.ts-awesome-spotify:before{content:"\f1bc"}
.ts-awesome-deviantart:before{content:"\f1bd"}
.ts-awesome-soundcloud:before{content:"\f1be"}
.ts-awesome-database:before{content:"\f1c0"}
.ts-awesome-file-pdf-o:before{content:"\f1c1"}
.ts-awesome-file-word-o:before{content:"\f1c2"}
.ts-awesome-file-excel-o:before{content:"\f1c3"}
.ts-awesome-file-powerpoint-o:before{content:"\f1c4"}
.ts-awesome-file-photo-o:before{content:"\f1c5"}
.ts-awesome-file-picture-o:before{content:"\f1c5"}
.ts-awesome-file-image-o:before{content:"\f1c5"}
.ts-awesome-file-zip-o:before{content:"\f1c6"}
.ts-awesome-file-archive-o:before{content:"\f1c6"}
.ts-awesome-file-sound-o:before{content:"\f1c7"}
.ts-awesome-file-audio-o:before{content:"\f1c7"}
.ts-awesome-file-movie-o:before{content:"\f1c8"}
.ts-awesome-file-video-o:before{content:"\f1c8"}
.ts-awesome-file-code-o:before{content:"\f1c9"}
.ts-awesome-vine:before{content:"\f1ca"}
.ts-awesome-codepen:before{content:"\f1cb"}
.ts-awesome-jsfiddle:before{content:"\f1cc"}
.ts-awesome-life-bouy:before{content:"\f1cd"}
.ts-awesome-life-buoy:before{content:"\f1cd"}
.ts-awesome-life-saver:before{content:"\f1cd"}
.ts-awesome-support:before{content:"\f1cd"}
.ts-awesome-life-ring:before{content:"\f1cd"}
.ts-awesome-circle-o-notch:before{content:"\f1ce"}
.ts-awesome-ra:before{content:"\f1d0"}
.ts-awesome-resistance:before{content:"\f1d0"}
.ts-awesome-rebel:before{content:"\f1d0"}
.ts-awesome-ge:before{content:"\f1d1"}
.ts-awesome-empire:before{content:"\f1d1"}
.ts-awesome-git-square:before{content:"\f1d2"}
.ts-awesome-git:before{content:"\f1d3"}
.ts-awesome-y-combinator-square:before{content:"\f1d4"}
.ts-awesome-yc-square:before{content:"\f1d4"}
.ts-awesome-hacker-news:before{content:"\f1d4"}
.ts-awesome-tencent-weibo:before{content:"\f1d5"}
.ts-awesome-qq:before{content:"\f1d6"}
.ts-awesome-wechat:before{content:"\f1d7"}
.ts-awesome-weixin:before{content:"\f1d7"}
.ts-awesome-send:before{content:"\f1d8"}
.ts-awesome-paper-plane:before{content:"\f1d8"}
.ts-awesome-send-o:before{content:"\f1d9"}
.ts-awesome-paper-plane-o:before{content:"\f1d9"}
.ts-awesome-history:before{content:"\f1da"}
.ts-awesome-circle-thin:before{content:"\f1db"}
.ts-awesome-header:before{content:"\f1dc"}
.ts-awesome-paragraph:before{content:"\f1dd"}
.ts-awesome-sliders:before{content:"\f1de"}
.ts-awesome-share-alt:before{content:"\f1e0"}
.ts-awesome-share-alt-square:before{content:"\f1e1"}
.ts-awesome-bomb:before{content:"\f1e2"}
.ts-awesome-soccer-ball-o:before{content:"\f1e3"}
.ts-awesome-futbol-o:before{content:"\f1e3"}
.ts-awesome-tty:before{content:"\f1e4"}
.ts-awesome-binoculars:before{content:"\f1e5"}
.ts-awesome-plug:before{content:"\f1e6"}
.ts-awesome-slideshare:before{content:"\f1e7"}
.ts-awesome-twitch:before{content:"\f1e8"}
.ts-awesome-yelp:before{content:"\f1e9"}
.ts-awesome-newspaper-o:before{content:"\f1ea"}
.ts-awesome-wifi:before{content:"\f1eb"}
.ts-awesome-calculator:before{content:"\f1ec"}
.ts-awesome-paypal:before{content:"\f1ed"}
.ts-awesome-google-wallet:before{content:"\f1ee"}
.ts-awesome-cc-visa:before{content:"\f1f0"}
.ts-awesome-cc-mastercard:before{content:"\f1f1"}
.ts-awesome-cc-discover:before{content:"\f1f2"}
.ts-awesome-cc-amex:before{content:"\f1f3"}
.ts-awesome-cc-paypal:before{content:"\f1f4"}
.ts-awesome-cc-stripe:before{content:"\f1f5"}
.ts-awesome-bell-slash:before{content:"\f1f6"}
.ts-awesome-bell-slash-o:before{content:"\f1f7"}
.ts-awesome-trash:before{content:"\f1f8"}
.ts-awesome-copyright:before{content:"\f1f9"}
.ts-awesome-at:before{content:"\f1fa"}
.ts-awesome-eyedropper:before{content:"\f1fb"}
.ts-awesome-paint-brush:before{content:"\f1fc"}
.ts-awesome-birthday-cake:before{content:"\f1fd"}
.ts-awesome-area-chart:before{content:"\f1fe"}
.ts-awesome-pie-chart:before{content:"\f200"}
.ts-awesome-line-chart:before{content:"\f201"}
.ts-awesome-lastfm:before{content:"\f202"}
.ts-awesome-lastfm-square:before{content:"\f203"}
.ts-awesome-toggle-off:before{content:"\f204"}
.ts-awesome-toggle-on:before{content:"\f205"}
.ts-awesome-bicycle:before{content:"\f206"}
.ts-awesome-bus:before{content:"\f207"}
.ts-awesome-ioxhost:before{content:"\f208"}
.ts-awesome-angellist:before{content:"\f209"}
.ts-awesome-cc:before{content:"\f20a"}
.ts-awesome-shekel:before{content:"\f20b"}
.ts-awesome-sheqel:before{content:"\f20b"}
.ts-awesome-ils:before{content:"\f20b"}
.ts-awesome-meanpath:before{content:"\f20c"}
.ts-awesome-buysellads:before{content:"\f20d"}
.ts-awesome-connectdevelop:before{content:"\f20e"}
.ts-awesome-dashcube:before{content:"\f210"}
.ts-awesome-forumbee:before{content:"\f211"}
.ts-awesome-leanpub:before{content:"\f212"}
.ts-awesome-sellsy:before{content:"\f213"}
.ts-awesome-shirtsinbulk:before{content:"\f214"}
.ts-awesome-simplybuilt:before{content:"\f215"}
.ts-awesome-skyatlas:before{content:"\f216"}
.ts-awesome-cart-plus:before{content:"\f217"}
.ts-awesome-cart-arrow-down:before{content:"\f218"}
.ts-awesome-diamond:before{content:"\f219"}
.ts-awesome-ship:before{content:"\f21a"}
.ts-awesome-user-secret:before{content:"\f21b"}
.ts-awesome-motorcycle:before{content:"\f21c"}
.ts-awesome-street-view:before{content:"\f21d"}
.ts-awesome-heartbeat:before{content:"\f21e"}
.ts-awesome-venus:before{content:"\f221"}
.ts-awesome-mars:before{content:"\f222"}
.ts-awesome-mercury:before{content:"\f223"}
.ts-awesome-intersex:before{content:"\f224"}
.ts-awesome-transgender:before{content:"\f224"}
.ts-awesome-transgender-alt:before{content:"\f225"}
.ts-awesome-venus-double:before{content:"\f226"}
.ts-awesome-mars-double:before{content:"\f227"}
.ts-awesome-venus-mars:before{content:"\f228"}
.ts-awesome-mars-stroke:before{content:"\f229"}
.ts-awesome-mars-stroke-v:before{content:"\f22a"}
.ts-awesome-mars-stroke-h:before{content:"\f22b"}
.ts-awesome-neuter:before{content:"\f22c"}
.ts-awesome-genderless:before{content:"\f22d"}
.ts-awesome-facebook-official:before{content:"\f230"}
.ts-awesome-pinterest-p:before{content:"\f231"}
.ts-awesome-whatsapp:before{content:"\f232"}
.ts-awesome-server:before{content:"\f233"}
.ts-awesome-user-plus:before{content:"\f234"}
.ts-awesome-user-times:before{content:"\f235"}
.ts-awesome-hotel:before{content:"\f236"}
.ts-awesome-bed:before{content:"\f236"}
.ts-awesome-viacoin:before{content:"\f237"}
.ts-awesome-train:before{content:"\f238"}
.ts-awesome-subway:before{content:"\f239"}
.ts-awesome-medium:before{content:"\f23a"}
.ts-awesome-yc:before{content:"\f23b"}
.ts-awesome-y-combinator:before{content:"\f23b"}
.ts-awesome-optin-monster:before{content:"\f23c"}
.ts-awesome-opencart:before{content:"\f23d"}
.ts-awesome-expeditedssl:before{content:"\f23e"}
.ts-awesome-battery-4:before{content:"\f240"}
.ts-awesome-battery:before{content:"\f240"}
.ts-awesome-battery-full:before{content:"\f240"}
.ts-awesome-battery-3:before{content:"\f241"}
.ts-awesome-battery-three-quarters:before{content:"\f241"}
.ts-awesome-battery-2:before{content:"\f242"}
.ts-awesome-battery-half:before{content:"\f242"}
.ts-awesome-battery-1:before{content:"\f243"}
.ts-awesome-battery-quarter:before{content:"\f243"}
.ts-awesome-battery-0:before{content:"\f244"}
.ts-awesome-battery-empty:before{content:"\f244"}
.ts-awesome-mouse-pointer:before{content:"\f245"}
.ts-awesome-i-cursor:before{content:"\f246"}
.ts-awesome-object-group:before{content:"\f247"}
.ts-awesome-object-ungroup:before{content:"\f248"}
.ts-awesome-sticky-note:before{content:"\f249"}
.ts-awesome-sticky-note-o:before{content:"\f24a"}
.ts-awesome-cc-jcb:before{content:"\f24b"}
.ts-awesome-cc-diners-club:before{content:"\f24c"}
.ts-awesome-clone:before{content:"\f24d"}
.ts-awesome-balance-scale:before{content:"\f24e"}
.ts-awesome-hourglass-o:before{content:"\f250"}
.ts-awesome-hourglass-1:before{content:"\f251"}
.ts-awesome-hourglass-start:before{content:"\f251"}
.ts-awesome-hourglass-2:before{content:"\f252"}
.ts-awesome-hourglass-half:before{content:"\f252"}
.ts-awesome-hourglass-3:before{content:"\f253"}
.ts-awesome-hourglass-end:before{content:"\f253"}
.ts-awesome-hourglass:before{content:"\f254"}
.ts-awesome-hand-grab-o:before{content:"\f255"}
.ts-awesome-hand-rock-o:before{content:"\f255"}
.ts-awesome-hand-stop-o:before{content:"\f256"}
.ts-awesome-hand-paper-o:before{content:"\f256"}
.ts-awesome-hand-scissors-o:before{content:"\f257"}
.ts-awesome-hand-lizard-o:before{content:"\f258"}
.ts-awesome-hand-spock-o:before{content:"\f259"}
.ts-awesome-hand-pointer-o:before{content:"\f25a"}
.ts-awesome-hand-peace-o:before{content:"\f25b"}
.ts-awesome-trademark:before{content:"\f25c"}
.ts-awesome-registered:before{content:"\f25d"}
.ts-awesome-creative-commons:before{content:"\f25e"}
.ts-awesome-gg:before{content:"\f260"}
.ts-awesome-gg-circle:before{content:"\f261"}
.ts-awesome-tripadvisor:before{content:"\f262"}
.ts-awesome-odnoklassniki:before{content:"\f263"}
.ts-awesome-odnoklassniki-square:before{content:"\f264"}
.ts-awesome-get-pocket:before{content:"\f265"}
.ts-awesome-wikipedia-w:before{content:"\f266"}
.ts-awesome-safari:before{content:"\f267"}
.ts-awesome-chrome:before{content:"\f268"}
.ts-awesome-firefox:before{content:"\f269"}
.ts-awesome-opera:before{content:"\f26a"}
.ts-awesome-internet-explorer:before{content:"\f26b"}
.ts-awesome-tv:before{content:"\f26c"}
.ts-awesome-television:before{content:"\f26c"}
.ts-awesome-contao:before{content:"\f26d"}
.ts-awesome-500px:before{content:"\f26e"}
.ts-awesome-amazon:before{content:"\f270"}
.ts-awesome-calendar-plus-o:before{content:"\f271"}
.ts-awesome-calendar-minus-o:before{content:"\f272"}
.ts-awesome-calendar-times-o:before{content:"\f273"}
.ts-awesome-calendar-check-o:before{content:"\f274"}
.ts-awesome-industry:before{content:"\f275"}
.ts-awesome-map-pin:before{content:"\f276"}
.ts-awesome-map-signs:before{content:"\f277"}
.ts-awesome-map-o:before{content:"\f278"}
.ts-awesome-map:before{content:"\f279"}
.ts-awesome-commenting:before{content:"\f27a"}
.ts-awesome-commenting-o:before{content:"\f27b"}
.ts-awesome-houzz:before{content:"\f27c"}
.ts-awesome-vimeo:before{content:"\f27d"}
.ts-awesome-black-tie:before{content:"\f27e"}
.ts-awesome-fonticons:before{content:"\f280"}
.ts-awesome-reddit-alien:before{content:"\f281"}
.ts-awesome-edge:before{content:"\f282"}
.ts-awesome-credit-card-alt:before{content:"\f283"}
.ts-awesome-codiepie:before{content:"\f284"}
.ts-awesome-modx:before{content:"\f285"}
.ts-awesome-fort-awesome:before{content:"\f286"}
.ts-awesome-usb:before{content:"\f287"}
.ts-awesome-product-hunt:before{content:"\f288"}
.ts-awesome-mixcloud:before{content:"\f289"}
.ts-awesome-scribd:before{content:"\f28a"}
.ts-awesome-pause-circle:before{content:"\f28b"}
.ts-awesome-pause-circle-o:before{content:"\f28c"}
.ts-awesome-stop-circle:before{content:"\f28d"}
.ts-awesome-stop-circle-o:before{content:"\f28e"}
.ts-awesome-shopping-bag:before{content:"\f290"}
.ts-awesome-shopping-basket:before{content:"\f291"}
.ts-awesome-hashtag:before{content:"\f292"}
.ts-awesome-bluetooth:before{content:"\f293"}
.ts-awesome-bluetooth-b:before{content:"\f294"}
.ts-awesome-percent:before{content:"\f295"}
.ts-awesome-gitlab:before{content:"\f296"}
.ts-awesome-wpbeginner:before{content:"\f297"}
.ts-awesome-wpforms:before{content:"\f298"}
.ts-awesome-envira:before{content:"\f299"}
.ts-awesome-universal-access:before{content:"\f29a"}
.ts-awesome-wheelchair-alt:before{content:"\f29b"}
.ts-awesome-question-circle-o:before{content:"\f29c"}
.ts-awesome-blind:before{content:"\f29d"}
.ts-awesome-audio-description:before{content:"\f29e"}
.ts-awesome-volume-control-phone:before{content:"\f2a0"}
.ts-awesome-braille:before{content:"\f2a1"}
.ts-awesome-assistive-listening-systems:before{content:"\f2a2"}
.ts-awesome-asl-interpreting:before{content:"\f2a3"}
.ts-awesome-american-sign-language-interpreting:before{content:"\f2a3"}
.ts-awesome-deafness:before{content:"\f2a4"}
.ts-awesome-hard-of-hearing:before{content:"\f2a4"}
.ts-awesome-deaf:before{content:"\f2a4"}
.ts-awesome-glide:before{content:"\f2a5"}
.ts-awesome-glide-g:before{content:"\f2a6"}
.ts-awesome-signing:before{content:"\f2a7"}
.ts-awesome-sign-language:before{content:"\f2a7"}
.ts-awesome-low-vision:before{content:"\f2a8"}
.ts-awesome-viadeo:before{content:"\f2a9"}
.ts-awesome-viadeo-square:before{content:"\f2aa"}
.ts-awesome-snapchat:before{content:"\f2ab"}
.ts-awesome-snapchat-ghost:before{content:"\f2ac"}
.ts-awesome-snapchat-square:before{content:"\f2ad"}
.ts-awesome-pied-piper:before{content:"\f2ae"}
.ts-awesome-first-order:before{content:"\f2b0"}
.ts-awesome-yoast:before{content:"\f2b1"}
.ts-awesome-themeisle:before{content:"\f2b2"}
.ts-awesome-google-plus-circle:before{content:"\f2b3"}
.ts-awesome-google-plus-official:before{content:"\f2b3"}
.ts-awesome-fa:before{content:"\f2b4"}
.ts-awesome-font-awesome:before{content:"\f2b4"}
.ts-awesome-handshake-o:before{content:"\f2b5"}
.ts-awesome-envelope-open:before{content:"\f2b6"}
.ts-awesome-envelope-open-o:before{content:"\f2b7"}
.ts-awesome-linode:before{content:"\f2b8"}
.ts-awesome-address-book:before{content:"\f2b9"}
.ts-awesome-address-book-o:before{content:"\f2ba"}
.ts-awesome-vcard:before{content:"\f2bb"}
.ts-awesome-address-card:before{content:"\f2bb"}
.ts-awesome-vcard-o:before{content:"\f2bc"}
.ts-awesome-address-card-o:before{content:"\f2bc"}
.ts-awesome-user-circle:before{content:"\f2bd"}
.ts-awesome-user-circle-o:before{content:"\f2be"}
.ts-awesome-user-o:before{content:"\f2c0"}
.ts-awesome-id-badge:before{content:"\f2c1"}
.ts-awesome-drivers-license:before{content:"\f2c2"}
.ts-awesome-id-card:before{content:"\f2c2"}
.ts-awesome-drivers-license-o:before{content:"\f2c3"}
.ts-awesome-id-card-o:before{content:"\f2c3"}
.ts-awesome-quora:before{content:"\f2c4"}
.ts-awesome-free-code-camp:before{content:"\f2c5"}
.ts-awesome-telegram:before{content:"\f2c6"}
.ts-awesome-thermometer-4:before{content:"\f2c7"}
.ts-awesome-thermometer:before{content:"\f2c7"}
.ts-awesome-thermometer-full:before{content:"\f2c7"}
.ts-awesome-thermometer-3:before{content:"\f2c8"}
.ts-awesome-thermometer-three-quarters:before{content:"\f2c8"}
.ts-awesome-thermometer-2:before{content:"\f2c9"}
.ts-awesome-thermometer-half:before{content:"\f2c9"}
.ts-awesome-thermometer-1:before{content:"\f2ca"}
.ts-awesome-thermometer-quarter:before{content:"\f2ca"}
.ts-awesome-thermometer-0:before{content:"\f2cb"}
.ts-awesome-thermometer-empty:before{content:"\f2cb"}
.ts-awesome-shower:before{content:"\f2cc"}
.ts-awesome-bathtub:before{content:"\f2cd"}
.ts-awesome-s15:before{content:"\f2cd"}
.ts-awesome-bath:before{content:"\f2cd"}
.ts-awesome-podcast:before{content:"\f2ce"}
.ts-awesome-window-maximize:before{content:"\f2d0"}
.ts-awesome-window-minimize:before{content:"\f2d1"}
.ts-awesome-window-restore:before{content:"\f2d2"}
.ts-awesome-times-rectangle:before{content:"\f2d3"}
.ts-awesome-window-close:before{content:"\f2d3"}
.ts-awesome-times-rectangle-o:before{content:"\f2d4"}
.ts-awesome-window-close-o:before{content:"\f2d4"}
.ts-awesome-bandcamp:before{content:"\f2d5"}
.ts-awesome-grav:before{content:"\f2d6"}
.ts-awesome-etsy:before{content:"\f2d7"}
.ts-awesome-imdb:before{content:"\f2d8"}
.ts-awesome-ravelry:before{content:"\f2d9"}
.ts-awesome-eercast:before{content:"\f2da"}
.ts-awesome-microchip:before{content:"\f2db"}
.ts-awesome-snowflake-o:before{content:"\f2dc"}
.ts-awesome-superpowers:before{content:"\f2dd"}
.ts-awesome-wpexplorer:before{content:"\f2de"}
.ts-awesome-meetup:before{content:"\f2e0"}@font-face {
font-family:                		'brankic';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.svg#brankic) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-brankic-"], [class*=" ts-brankic-"] {
font-family:						'brankic' !important;
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;
}
[class^="ts-brankic-"]:before,[class*=" ts-brankic-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-brankic-"],a [class*=" ts-brankic-"] {
display:							inline-block;
}
.ts-brankic-number:before{content:"\e600";}
.ts-brankic-number2:before{content:"\e601";}
.ts-brankic-number3:before{content:"\e602";}
.ts-brankic-number4:before{content:"\e603";}
.ts-brankic-number5:before{content:"\e604";}
.ts-brankic-number6:before{content:"\e605";}
.ts-brankic-number7:before{content:"\e606";}
.ts-brankic-number8:before{content:"\e607";}
.ts-brankic-number9:before{content:"\e608";}
.ts-brankic-number10:before{content:"\e609";}
.ts-brankic-number11:before{content:"\e60a";}
.ts-brankic-number12:before{content:"\e60b";}
.ts-brankic-number13:before{content:"\e60c";}
.ts-brankic-number14:before{content:"\e60d";}
.ts-brankic-number15:before{content:"\e60e";}
.ts-brankic-number16:before{content:"\e60f";}
.ts-brankic-number17:before{content:"\e610";}
.ts-brankic-number18:before{content:"\e611";}
.ts-brankic-number19:before{content:"\e612";}
.ts-brankic-number20:before{content:"\e613";}
.ts-brankic-quote:before{content:"\e614";}
.ts-brankic-quote2:before{content:"\e615";}
.ts-brankic-tag:before{content:"\e616";}
.ts-brankic-tag2:before{content:"\e617";}
.ts-brankic-link:before{content:"\e618";}
.ts-brankic-link2:before{content:"\e619";}
.ts-brankic-cabinet:before{content:"\e61a";}
.ts-brankic-cabinet2:before{content:"\e61b";}
.ts-brankic-calendar:before{content:"\e61c";}
.ts-brankic-calendar2:before{content:"\e61d";}
.ts-brankic-calendar3:before{content:"\e61e";}
.ts-brankic-file:before{content:"\e61f";}
.ts-brankic-file2:before{content:"\e620";}
.ts-brankic-file3:before{content:"\e621";}
.ts-brankic-files:before{content:"\e622";}
.ts-brankic-phone:before{content:"\e623";}
.ts-brankic-tablet:before{content:"\e624";}
.ts-brankic-window:before{content:"\e625";}
.ts-brankic-monitor:before{content:"\e626";}
.ts-brankic-ipod:before{content:"\e627";}
.ts-brankic-tv:before{content:"\e628";}
.ts-brankic-camera:before{content:"\e629";}
.ts-brankic-camera2:before{content:"\e62a";}
.ts-brankic-camera3:before{content:"\e62b";}
.ts-brankic-film:before{content:"\e62c";}
.ts-brankic-film2:before{content:"\e62d";}
.ts-brankic-film3:before{content:"\e62e";}
.ts-brankic-microphone:before{content:"\e62f";}
.ts-brankic-microphone2:before{content:"\e630";}
.ts-brankic-microphone3:before{content:"\e631";}
.ts-brankic-drink:before{content:"\e632";}
.ts-brankic-drink2:before{content:"\e633";}
.ts-brankic-drink3:before{content:"\e634";}
.ts-brankic-drink4:before{content:"\e635";}
.ts-brankic-coffee:before{content:"\e636";}
.ts-brankic-mug:before{content:"\e637";}
.ts-brankic-ice-cream:before{content:"\e638";}
.ts-brankic-cake:before{content:"\e639";}
.ts-brankic-inbox:before{content:"\e63a";}
.ts-brankic-download:before{content:"\e63b";}
.ts-brankic-upload:before{content:"\e63c";}
.ts-brankic-inbox2:before{content:"\e63d";}
.ts-brankic-checkmark:before{content:"\e63e";}
.ts-brankic-checkmark2:before{content:"\e63f";}
.ts-brankic-cancel:before{content:"\e640";}
.ts-brankic-cancel2:before{content:"\e641";}
.ts-brankic-plus:before{content:"\e642";}
.ts-brankic-plus2:before{content:"\e643";}
.ts-brankic-minus:before{content:"\e644";}
.ts-brankic-minus2:before{content:"\e645";}
.ts-brankic-notice:before{content:"\e646";}
.ts-brankic-notice2:before{content:"\e647";}
.ts-brankic-cog:before{content:"\e648";}
.ts-brankic-cogs:before{content:"\e649";}
.ts-brankic-cog2:before{content:"\e64a";}
.ts-brankic-warning:before{content:"\e64b";}
.ts-brankic-health:before{content:"\e64c";}
.ts-brankic-suitcase:before{content:"\e64d";}
.ts-brankic-suitcase2:before{content:"\e64e";}
.ts-brankic-suitcase3:before{content:"\e64f";}
.ts-brankic-picture:before{content:"\e650";}
.ts-brankic-pictures:before{content:"\e651";}
.ts-brankic-pictures2:before{content:"\e652";}
.ts-brankic-android:before{content:"\e653";}
.ts-brankic-marvin:before{content:"\e654";}
.ts-brankic-pacman:before{content:"\e655";}
.ts-brankic-cassette:before{content:"\e656";}
.ts-brankic-watch:before{content:"\e657";}
.ts-brankic-chronometer:before{content:"\e658";}
.ts-brankic-watch2:before{content:"\e659";}
.ts-brankic-alarm-clock:before{content:"\e65a";}
.ts-brankic-time:before{content:"\e65b";}
.ts-brankic-time2:before{content:"\e65c";}
.ts-brankic-headphones:before{content:"\e65d";}
.ts-brankic-wallet:before{content:"\e65e";}
.ts-brankic-checkmark3:before{content:"\e65f";}
.ts-brankic-cancel3:before{content:"\e660";}
.ts-brankic-eye:before{content:"\e661";}
.ts-brankic-position:before{content:"\e662";}
.ts-brankic-site-map:before{content:"\e663";}
.ts-brankic-site-map2:before{content:"\e664";}
.ts-brankic-cloud:before{content:"\e665";}
.ts-brankic-upload2:before{content:"\e666";}
.ts-brankic-chart:before{content:"\e667";}
.ts-brankic-chart2:before{content:"\e668";}
.ts-brankic-chart3:before{content:"\e669";}
.ts-brankic-chart4:before{content:"\e66a";}
.ts-brankic-chart5:before{content:"\e66b";}
.ts-brankic-chart6:before{content:"\e66c";}
.ts-brankic-location:before{content:"\e66d";}
.ts-brankic-download2:before{content:"\e66e";}
.ts-brankic-basket:before{content:"\e66f";}
.ts-brankic-folder:before{content:"\e670";}
.ts-brankic-gamepad:before{content:"\e671";}
.ts-brankic-alarm:before{content:"\e672";}
.ts-brankic-alarm-cancel:before{content:"\e673";}
.ts-brankic-phone2:before{content:"\e674";}
.ts-brankic-phone3:before{content:"\e675";}
.ts-brankic-image:before{content:"\e676";}
.ts-brankic-open:before{content:"\e677";}
.ts-brankic-sale:before{content:"\e678";}
.ts-brankic-direction:before{content:"\e679";}
.ts-brankic-map:before{content:"\e67a";}
.ts-brankic-trashcan:before{content:"\e67b";}
.ts-brankic-vote:before{content:"\e67c";}
.ts-brankic-graduate:before{content:"\e67d";}
.ts-brankic-lab:before{content:"\e67e";}
.ts-brankic-tie:before{content:"\e67f";}
.ts-brankic-football:before{content:"\e680";}
.ts-brankic-eight-ball:before{content:"\e681";}
.ts-brankic-bowling:before{content:"\e682";}
.ts-brankic-bowling-pin:before{content:"\e683";}
.ts-brankic-baseball:before{content:"\e684";}
.ts-brankic-soccer:before{content:"\e685";}
.ts-brankic-3d-glasses:before{content:"\e686";}
.ts-brankic-microwave:before{content:"\e687";}
.ts-brankic-refrigerator:before{content:"\e688";}
.ts-brankic-oven:before{content:"\e689";}
.ts-brankic-washing-machine:before{content:"\e68a";}
.ts-brankic-mouse:before{content:"\e68b";}
.ts-brankic-smiley:before{content:"\e68c";}
.ts-brankic-sad:before{content:"\e68d";}
.ts-brankic-mute:before{content:"\e68e";}
.ts-brankic-hand:before{content:"\e68f";}
.ts-brankic-radio:before{content:"\e690";}
.ts-brankic-satellite:before{content:"\e691";}
.ts-brankic-medal:before{content:"\e692";}
.ts-brankic-medal2:before{content:"\e693";}
.ts-brankic-switch:before{content:"\e694";}
.ts-brankic-key:before{content:"\e695";}
.ts-brankic-cord:before{content:"\e696";}
.ts-brankic-locked:before{content:"\e697";}
.ts-brankic-unlocked:before{content:"\e698";}
.ts-brankic-locked2:before{content:"\e699";}
.ts-brankic-unlocked2:before{content:"\e69a";}
.ts-brankic-magnifier:before{content:"\e69b";}
.ts-brankic-zoom-in:before{content:"\e69c";}
.ts-brankic-zoom-out:before{content:"\e69d";}
.ts-brankic-stack:before{content:"\e69e";}
.ts-brankic-stack2:before{content:"\e69f";}
.ts-brankic-stack3:before{content:"\e6a0";}
.ts-brankic-david-star:before{content:"\e6a1";}
.ts-brankic-cross:before{content:"\e6a2";}
.ts-brankic-moon-andstar:before{content:"\e6a3";}
.ts-brankic-transformers:before{content:"\e6a4";}
.ts-brankic-batman:before{content:"\e6a5";}
.ts-brankic-space-invaders:before{content:"\e6a6";}
.ts-brankic-skeletor:before{content:"\e6a7";}
.ts-brankic-lamp:before{content:"\e6a8";}
.ts-brankic-lamp2:before{content:"\e6a9";}
.ts-brankic-umbrella:before{content:"\e6aa";}
.ts-brankic-street-light:before{content:"\e6ab";}
.ts-brankic-bomb:before{content:"\e6ac";}
.ts-brankic-archive:before{content:"\e6ad";}
.ts-brankic-battery:before{content:"\e6ae";}
.ts-brankic-battery2:before{content:"\e6af";}
.ts-brankic-battery3:before{content:"\e6b0";}
.ts-brankic-battery4:before{content:"\e6b1";}
.ts-brankic-battery5:before{content:"\e6b2";}
.ts-brankic-megaphone:before{content:"\e6b3";}
.ts-brankic-megaphone2:before{content:"\e6b4";}
.ts-brankic-patch:before{content:"\e6b5";}
.ts-brankic-pil:before{content:"\e6b6";}
.ts-brankic-injection:before{content:"\e6b7";}
.ts-brankic-thermometer:before{content:"\e6b8";}
.ts-brankic-lamp3:before{content:"\e6b9";}
.ts-brankic-lamp4:before{content:"\e6ba";}
.ts-brankic-lamp5:before{content:"\e6bb";}
.ts-brankic-cube:before{content:"\e6bc";}
.ts-brankic-box:before{content:"\e6bd";}
.ts-brankic-box2:before{content:"\e6be";}
.ts-brankic-diamond:before{content:"\e6bf";}
.ts-brankic-bag:before{content:"\e6c0";}
.ts-brankic-money-bag:before{content:"\e6c1";}
.ts-brankic-grid:before{content:"\e6c2";}
.ts-brankic-grid2:before{content:"\e6c3";}
.ts-brankic-list:before{content:"\e6c4";}
.ts-brankic-list2:before{content:"\e6c5";}
.ts-brankic-ruler:before{content:"\e6c6";}
.ts-brankic-ruler2:before{content:"\e6c7";}
.ts-brankic-layout:before{content:"\e6c8";}
.ts-brankic-layout2:before{content:"\e6c9";}
.ts-brankic-layout3:before{content:"\e6ca";}
.ts-brankic-layout4:before{content:"\e6cb";}
.ts-brankic-layout5:before{content:"\e6cc";}
.ts-brankic-layout6:before{content:"\e6cd";}
.ts-brankic-layout7:before{content:"\e6ce";}
.ts-brankic-layout8:before{content:"\e6cf";}
.ts-brankic-layout9:before{content:"\e6d0";}
.ts-brankic-layout10:before{content:"\e6d1";}
.ts-brankic-layout11:before{content:"\e6d2";}
.ts-brankic-layout12:before{content:"\e6d3";}
.ts-brankic-layout13:before{content:"\e6d4";}
.ts-brankic-layout14:before{content:"\e6d5";}
.ts-brankic-tools:before{content:"\e6d6";}
.ts-brankic-screwdriver:before{content:"\e6d7";}
.ts-brankic-paint:before{content:"\e6d8";}
.ts-brankic-hammer:before{content:"\e6d9";}
.ts-brankic-brush:before{content:"\e6da";}
.ts-brankic-pen:before{content:"\e6db";}
.ts-brankic-chat:before{content:"\e6dc";}
.ts-brankic-comments:before{content:"\e6dd";}
.ts-brankic-chat2:before{content:"\e6de";}
.ts-brankic-chat3:before{content:"\e6df";}
.ts-brankic-volume:before{content:"\e6e0";}
.ts-brankic-volume2:before{content:"\e6e1";}
.ts-brankic-volume3:before{content:"\e6e2";}
.ts-brankic-equalizer:before{content:"\e6e3";}
.ts-brankic-resize:before{content:"\e6e4";}
.ts-brankic-resize2:before{content:"\e6e5";}
.ts-brankic-stretch:before{content:"\e6e6";}
.ts-brankic-narrow:before{content:"\e6e7";}
.ts-brankic-resize3:before{content:"\e6e8";}
.ts-brankic-download3:before{content:"\e6e9";}
.ts-brankic-calculator:before{content:"\e6ea";}
.ts-brankic-library:before{content:"\e6eb";}
.ts-brankic-auction:before{content:"\e6ec";}
.ts-brankic-justice:before{content:"\e6ed";}
.ts-brankic-stats:before{content:"\e6ee";}
.ts-brankic-stats2:before{content:"\e6ef";}
.ts-brankic-attachment:before{content:"\e6f0";}
.ts-brankic-hourglass:before{content:"\e6f1";}
.ts-brankic-abacus:before{content:"\e6f2";}
.ts-brankic-pencil:before{content:"\e6f3";}
.ts-brankic-pen2:before{content:"\e6f4";}
.ts-brankic-pin:before{content:"\e6f5";}
.ts-brankic-pin2:before{content:"\e6f6";}
.ts-brankic-discout:before{content:"\e6f7";}
.ts-brankic-edit:before{content:"\e6f8";}
.ts-brankic-scissors:before{content:"\e6f9";}
.ts-brankic-profile:before{content:"\e6fa";}
.ts-brankic-profile2:before{content:"\e6fb";}
.ts-brankic-profile3:before{content:"\e6fc";}
.ts-brankic-rotate:before{content:"\e6fd";}
.ts-brankic-rotate2:before{content:"\e6fe";}
.ts-brankic-reply:before{content:"\e6ff";}
.ts-brankic-forward:before{content:"\e700";}
.ts-brankic-retweet:before{content:"\e701";}
.ts-brankic-shuffle:before{content:"\e702";}
.ts-brankic-loop:before{content:"\e703";}
.ts-brankic-crop:before{content:"\e704";}
.ts-brankic-square:before{content:"\e705";}
.ts-brankic-square2:before{content:"\e706";}
.ts-brankic-circle:before{content:"\e707";}
.ts-brankic-dollar:before{content:"\e708";}
.ts-brankic-dollar2:before{content:"\e709";}
.ts-brankic-coins:before{content:"\e70a";}
.ts-brankic-pig:before{content:"\e70b";}
.ts-brankic-bookmark:before{content:"\e70c";}
.ts-brankic-bookmark2:before{content:"\e70d";}
.ts-brankic-address-book:before{content:"\e70e";}
.ts-brankic-address-book2:before{content:"\e70f";}
.ts-brankic-safe:before{content:"\e710";}
.ts-brankic-envelope:before{content:"\e711";}
.ts-brankic-envelope2:before{content:"\e712";}
.ts-brankic-radio-active:before{content:"\e713";}
.ts-brankic-music:before{content:"\e714";}
.ts-brankic-presentation:before{content:"\e715";}
.ts-brankic-male:before{content:"\e716";}
.ts-brankic-female:before{content:"\e717";}
.ts-brankic-aids:before{content:"\e718";}
.ts-brankic-heart:before{content:"\e719";}
.ts-brankic-info:before{content:"\e71a";}
.ts-brankic-info2:before{content:"\e71b";}
.ts-brankic-piano:before{content:"\e71c";}
.ts-brankic-rain:before{content:"\e71d";}
.ts-brankic-snow:before{content:"\e71e";}
.ts-brankic-lightning:before{content:"\e71f";}
.ts-brankic-sun:before{content:"\e720";}
.ts-brankic-moon:before{content:"\e721";}
.ts-brankic-cloudy:before{content:"\e722";}
.ts-brankic-cloudy2:before{content:"\e723";}
.ts-brankic-car:before{content:"\e724";}
.ts-brankic-bike:before{content:"\e725";}
.ts-brankic-truck:before{content:"\e726";}
.ts-brankic-bus:before{content:"\e727";}
.ts-brankic-bike2:before{content:"\e728";}
.ts-brankic-plane:before{content:"\e729";}
.ts-brankic-paper-plane:before{content:"\e72a";}
.ts-brankic-rocket:before{content:"\e72b";}
.ts-brankic-book:before{content:"\e72c";}
.ts-brankic-book2:before{content:"\e72d";}
.ts-brankic-barcode:before{content:"\e72e";}
.ts-brankic-barcode2:before{content:"\e72f";}
.ts-brankic-expand:before{content:"\e730";}
.ts-brankic-collapse:before{content:"\e731";}
.ts-brankic-pop-out:before{content:"\e732";}
.ts-brankic-pop-in:before{content:"\e733";}
.ts-brankic-target:before{content:"\e734";}
.ts-brankic-badge:before{content:"\e735";}
.ts-brankic-badge2:before{content:"\e736";}
.ts-brankic-ticket:before{content:"\e737";}
.ts-brankic-ticket2:before{content:"\e738";}
.ts-brankic-ticket3:before{content:"\e739";}
.ts-brankic-microphone4:before{content:"\e73a";}
.ts-brankic-cone:before{content:"\e73b";}
.ts-brankic-blocked:before{content:"\e73c";}
.ts-brankic-stop:before{content:"\e73d";}
.ts-brankic-keyboard:before{content:"\e73e";}
.ts-brankic-keyboard2:before{content:"\e73f";}
.ts-brankic-radio2:before{content:"\e740";}
.ts-brankic-printer:before{content:"\e741";}
.ts-brankic-checked:before{content:"\e742";}
.ts-brankic-error:before{content:"\e743";}
.ts-brankic-add:before{content:"\e744";}
.ts-brankic-minus3:before{content:"\e745";}
.ts-brankic-alert:before{content:"\e746";}
.ts-brankic-pictures3:before{content:"\e747";}
.ts-brankic-atom:before{content:"\e748";}
.ts-brankic-eyedropper:before{content:"\e749";}
.ts-brankic-globe:before{content:"\e74a";}
.ts-brankic-globe2:before{content:"\e74b";}
.ts-brankic-shipping:before{content:"\e74c";}
.ts-brankic-ying-yang:before{content:"\e74d";}
.ts-brankic-compass:before{content:"\e74e";}
.ts-brankic-zip:before{content:"\e74f";}
.ts-brankic-zip2:before{content:"\e750";}
.ts-brankic-anchor:before{content:"\e751";}
.ts-brankic-locked-heart:before{content:"\e752";}
.ts-brankic-magnet:before{content:"\e753";}
.ts-brankic-navigation:before{content:"\e754";}
.ts-brankic-tags:before{content:"\e755";}
.ts-brankic-heart2:before{content:"\e756";}
.ts-brankic-heart3:before{content:"\e757";}
.ts-brankic-usb:before{content:"\e758";}
.ts-brankic-clipboard:before{content:"\e759";}
.ts-brankic-clipboard2:before{content:"\e75a";}
.ts-brankic-clipboard3:before{content:"\e75b";}
.ts-brankic-switch2:before{content:"\e75c";}
.ts-brankic-ruler3:before{content:"\e75d";}@font-face {
font-family:                		'countricons';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/countricons-icons/countricons.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/countricons-icons/countricons.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/countricons-icons/countricons.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/countricons-icons/countricons.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/countricons-icons/countricons.svg#countricons) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-countricons-"], [class*=" ts-countricons-"] {
font-family:						'countricons' !important;
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;
}
[class^="ts-countricons-"]:before,[class*=" ts-countricons-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-countricons-"],a [class*=" ts-countricons-"] {
display:							inline-block;
}
.ts-countricons-afghanistan:before {	content: "\e000";}
.ts-countricons-albania:before {		content: "\e001";}
.ts-countricons-algaria:before {		content: "\e002";}
.ts-countricons-andorra:before {		content: "\e003";}
.ts-countricons-angola:before {			content: "\e004";}
.ts-countricons-antigua:before {		content: "\e005";}
.ts-countricons-argentina:before {		content: "\e006";}
.ts-countricons-armenia:before {		content: "\e007";}
.ts-countricons-aruba:before {			content: "\e008";}
.ts-countricons-australia:before {		content: "\e009";}
.ts-countricons-austria:before {		content: "\e00a";}
.ts-countricons-azerbaijan:before {		content: "\e00b";}
.ts-countricons-bahamas:before {		content: "\e00c";}
.ts-countricons-bahrain:before {		content: "\e00d";}
.ts-countricons-bangladesh:before {		content: "\e00e";}
.ts-countricons-barbados:before {		content: "\e00f";}
.ts-countricons-belarus:before {		content: "\e010";}
.ts-countricons-belgium:before {		content: "\e011";}
.ts-countricons-belize:before {			content: "\e012";}
.ts-countricons-benin:before {			content: "\e013";}
.ts-countricons-bermuda:before {		content: "\e014";}
.ts-countricons-bhutan:before {			content: "\e015";}
.ts-countricons-bolivia:before {		content: "\e016";}
.ts-countricons-bosnia:before {			content: "\e017";}
.ts-countricons-botswana:before {		content: "\e018";}
.ts-countricons-brazil:before {			content: "\e019";}
.ts-countricons-brunei:before {			content: "\e01a";}
.ts-countricons-bulgaria:before {		content: "\e01b";}
.ts-countricons-burkina:before {		content: "\e01c";}
.ts-countricons-burundi:before {		content: "\e01d";}
.ts-countricons-cambodia:before {		content: "\e01e";}
.ts-countricons-cameroon:before {		content: "\e01f";}
.ts-countricons-canada:before {			content: "\e020";}
.ts-countricons-cape:before {			content: "\e021";}
.ts-countricons-central2:before {		content: "\e022";}
.ts-countricons-chad:before {			content: "\e023";}
.ts-countricons-chile:before {			content: "\e024";}
.ts-countricons-china:before {			content: "\e025";}
.ts-countricons-colombia:before {		content: "\e026";}
.ts-countricons-comoros:before {		content: "\e027";}
.ts-countricons-congo:before {			content: "\e028";}
.ts-countricons-costa:before {			content: "\e029";}
.ts-countricons-cote:before {			content: "\e02a";}
.ts-countricons-croatia:before {		content: "\e02b";}
.ts-countricons-cuba:before {			content: "\e02c";}
.ts-countricons-cyprus:before {			content: "\e02d";}
.ts-countricons-czech:before {			content: "\e02e";}
.ts-countricons-democratic:before {		content: "\e02f";}
.ts-countricons-denmark:before {		content: "\e030";}
.ts-countricons-djibouti:before {		content: "\e031";}
.ts-countricons-dominica:before {		content: "\e032";}
.ts-countricons-dominican:before {		content: "\e033";}
.ts-countricons-east2:before {			content: "\e034";}
.ts-countricons-ecuador:before {		content: "\e035";}
.ts-countricons-egypt:before {			content: "\e036";}
.ts-countricons-el:before {				content: "\e037";}
.ts-countricons-equatorial:before {		content: "\e038";}
.ts-countricons-eritrea:before {		content: "\e039";}
.ts-countricons-estonia:before {		content: "\e03a";}
.ts-countricons-ethiopia:before {		content: "\e03b";}
.ts-countricons-finland:before {		content: "\e03c";}
.ts-countricons-france:before {			content: "\e03d";}
.ts-countricons-gabon:before {			content: "\e03e";}
.ts-countricons-gambia:before {			content: "\e03f";}
.ts-countricons-georgia:before {		content: "\e040";}
.ts-countricons-germany:before {		content: "\e041";}
.ts-countricons-ghana:before {			content: "\e042";}
.ts-countricons-greece:before {			content: "\e043";}
.ts-countricons-greenland:before {		content: "\e044";}
.ts-countricons-grenada:before {		content: "\e045";}
.ts-countricons-guatemala:before {		content: "\e046";}
.ts-countricons-guinea:before {			content: "\e047";}
.ts-countricons-guinea1:before {		content: "\e048";}
.ts-countricons-guyana:before {			content: "\e049";}
.ts-countricons-haiti:before {			content: "\e04a";}
.ts-countricons-honduras:before {		content: "\e04b";}
.ts-countricons-hungary:before {		content: "\e04c";}
.ts-countricons-iceland:before {		content: "\e04d";}
.ts-countricons-india:before {			content: "\e04e";}
.ts-countricons-indonesia:before {		content: "\e04f";}
.ts-countricons-iran:before {			content: "\e050";}
.ts-countricons-iraq:before {			content: "\e051";}
.ts-countricons-ireland:before {		content: "\e052";}
.ts-countricons-israel:before {			content: "\e053";}
.ts-countricons-italy:before {			content: "\e054";}
.ts-countricons-jamaica:before {		content: "\e055";}
.ts-countricons-japan59:before {		content: "\e056";}
.ts-countricons-jordan:before {			content: "\e057";}
.ts-countricons-kazakhstan:before {		content: "\e058";}
.ts-countricons-kenya:before {			content: "\e059";}
.ts-countricons-kosovo:before {			content: "\e05a";}
.ts-countricons-kuwait:before {			content: "\e05b";}
.ts-countricons-kyrgyzstan:before {		content: "\e05c";}
.ts-countricons-laos:before {			content: "\e05d";}
.ts-countricons-latvia:before {			content: "\e05e";}
.ts-countricons-lebanon:before {		content: "\e05f";}
.ts-countricons-lesotho:before {		content: "\e060";}
.ts-countricons-liberia:before {		content: "\e061";}
.ts-countricons-libya:before {			content: "\e062";}
.ts-countricons-liechstenstein:before {	content: "\e063";}
.ts-countricons-lithuania:before {		content: "\e064";}
.ts-countricons-luxembourg:before {		content: "\e065";}
.ts-countricons-macedonia:before {		content: "\e066";}
.ts-countricons-madagascar:before {		content: "\e067";}
.ts-countricons-malawi:before {			content: "\e068";}
.ts-countricons-malaysia:before {		content: "\e069";}
.ts-countricons-mali:before {			content: "\e06a";}
.ts-countricons-malta:before {			content: "\e06b";}
.ts-countricons-martinique:before {		content: "\e06c";}
.ts-countricons-mauritania:before {		content: "\e06d";}
.ts-countricons-mauritius:before {		content: "\e06e";}
.ts-countricons-mexico:before {			content: "\e06f";}
.ts-countricons-moldova:before {		content: "\e070";}
.ts-countricons-monaco:before {			content: "\e071";}
.ts-countricons-mongolia:before {		content: "\e072";}
.ts-countricons-montenegro:before {		content: "\e073";}
.ts-countricons-montserrat:before {		content: "\e074";}
.ts-countricons-morocco:before {		content: "\e075";}
.ts-countricons-mozambique:before {		content: "\e076";}
.ts-countricons-myanmar:before {		content: "\e077";}
.ts-countricons-namibia:before {		content: "\e078";}
.ts-countricons-nauru:before {			content: "\e079";}
.ts-countricons-nepal:before {			content: "\e07a";}
.ts-countricons-netherlands:before {	content: "\e07b";}
.ts-countricons-nicaragua:before {		content: "\e07c";}
.ts-countricons-niger:before {			content: "\e07d";}
.ts-countricons-nigeria:before {		content: "\e07e";}
.ts-countricons-north3:before {			content: "\e07f";}
.ts-countricons-norway:before {			content: "\e080";}
.ts-countricons-oman:before {			content: "\e081";}
.ts-countricons-pakistan:before {		content: "\e082";}
.ts-countricons-palau:before {			content: "\e083";}
.ts-countricons-palestine:before {		content: "\e084";}
.ts-countricons-panama:before {			content: "\e085";}
.ts-countricons-papua:before {			content: "\e086";}
.ts-countricons-paraguay:before {		content: "\e087";}
.ts-countricons-peru:before {			content: "\e088";}
.ts-countricons-philippines:before {	content: "\e089";}
.ts-countricons-poland:before {			content: "\e08a";}
.ts-countricons-portugal:before {		content: "\e08b";}
.ts-countricons-puerto:before {			content: "\e08c";}
.ts-countricons-qatar:before {			content: "\e08d";}
.ts-countricons-romania:before {		content: "\e08e";}
.ts-countricons-russia:before {			content: "\e08f";}
.ts-countricons-rwanda:before {			content: "\e090";}
.ts-countricons-saint2:before {			content: "\e091";}
.ts-countricons-saint3:before {			content: "\e092";}
.ts-countricons-saint4:before {			content: "\e093";}
.ts-countricons-san1:before {			content: "\e094";}
.ts-countricons-saudi:before {			content: "\e095";}
.ts-countricons-senegal:before {		content: "\e096";}
.ts-countricons-serbia:before {			content: "\e097";}
.ts-countricons-seychelles:before {		content: "\e098";}
.ts-countricons-sierra:before {			content: "\e099";}
.ts-countricons-singapore:before {		content: "\e09a";}
.ts-countricons-slovakia:before {		content: "\e09b";}
.ts-countricons-slovenia:before {		content: "\e09c";}
.ts-countricons-somalia:before {		content: "\e09d";}
.ts-countricons-somaliland:before {		content: "\e09e";}
.ts-countricons-south2:before {			content: "\e09f";}
.ts-countricons-south3:before {			content: "\e0a0";}
.ts-countricons-south4:before {			content: "\e0a1";}
.ts-countricons-spain:before {			content: "\e0a2";}
.ts-countricons-sri:before {			content: "\e0a3";}
.ts-countricons-sudan:before {			content: "\e0a4";}
.ts-countricons-suriname:before {		content: "\e0a5";}
.ts-countricons-swaziland:before {		content: "\e0a6";}
.ts-countricons-sweden1:before {		content: "\e0a7";}
.ts-countricons-switzerland:before {	content: "\e0a8";}
.ts-countricons-syria:before {			content: "\e0a9";}
.ts-countricons-taiwan:before {			content: "\e0aa";}
.ts-countricons-tajikistan:before {		content: "\e0ab";}
.ts-countricons-tanzania:before {		content: "\e0ac";}
.ts-countricons-thailand:before {		content: "\e0ad";}
.ts-countricons-togo:before {			content: "\e0ae";}
.ts-countricons-tonga:before {			content: "\e0af";}
.ts-countricons-trinidad:before {		content: "\e0b0";}
.ts-countricons-tunisia:before {		content: "\e0b1";}
.ts-countricons-turkey:before {			content: "\e0b2";}
.ts-countricons-turkmenistan:before {	content: "\e0b3";}
.ts-countricons-uganda:before {			content: "\e0b4";}
.ts-countricons-ukraine:before {		content: "\e0b5";}
.ts-countricons-united:before {			content: "\e0b6";}
.ts-countricons-united1:before {		content: "\e0b7";}
.ts-countricons-united2:before {		content: "\e0b8";}
.ts-countricons-uruguay:before {		content: "\e0b9";}
.ts-countricons-uzbekistan:before {		content: "\e0ba";}
.ts-countricons-vanuatu:before {		content: "\e0bb";}
.ts-countricons-vatican:before {		content: "\e0bc";}
.ts-countricons-venezuela:before {		content: "\e0bd";}
.ts-countricons-vietnam:before {		content: "\e0be";}
.ts-countricons-yemen:before {			content: "\e0bf";}
.ts-countricons-zambia:before {			content: "\e0c0";}
.ts-countricons-zimbabwe:before {		content: "\e0c1";}@font-face {
font-family:                		'currencies';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/currencies-icons/currencies.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/currencies-icons/currencies.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/currencies-icons/currencies.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/currencies-icons/currencies.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/currencies-icons/currencies.svg#currencies) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-currencies-"], [class*=" ts-currencies-"] {
font-family:						'currencies' !important;
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;
}
[class^="ts-currencies-"]:before,[class*=" ts-currencies-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-currencies-"],a [class*=" ts-currencies-"] {
display:							inline-block;
}
.ts-currencies-afghanistan1:before {	content: "\e000";}
.ts-currencies-albania1:before {		content: "\e001";}
.ts-currencies-aruba1:before {			content: "\e002";}
.ts-currencies-azerbaijan1:before {		content: "\e003";}
.ts-currencies-belarus1:before {		content: "\e004";}
.ts-currencies-belize1:before {			content: "\e005";}
.ts-currencies-bolivia1:before {		content: "\e006";}
.ts-currencies-bosnia1:before {			content: "\e007";}
.ts-currencies-botswana1:before {		content: "\e008";}
.ts-currencies-brazil1:before {			content: "\e009";}
.ts-currencies-bulgaria1:before {		content: "\e00a";}
.ts-currencies-cambodia1:before {		content: "\e00b";}
.ts-currencies-costa1:before {			content: "\e00c";}
.ts-currencies-croatia1:before {		content: "\e00d";}
.ts-currencies-cuba1:before {			content: "\e00e";}
.ts-currencies-czech1:before {			content: "\e00f";}
.ts-currencies-denmark1:before {		content: "\e010";}
.ts-currencies-dollar100:before {		content: "\e011";}
.ts-currencies-dollar101:before {		content: "\e012";}
.ts-currencies-dollar102:before {		content: "\e013";}
.ts-currencies-dollar93:before {		content: "\e014";}
.ts-currencies-dollar94:before {		content: "\e015";}
.ts-currencies-dollar96:before {		content: "\e016";}
.ts-currencies-dollar97:before {		content: "\e017";}
.ts-currencies-dollar98:before {		content: "\e018";}
.ts-currencies-dollar99:before {		content: "\e019";}
.ts-currencies-dominican1:before {		content: "\e01a";}
.ts-currencies-estonia1:before {		content: "\e01b";}
.ts-currencies-euro30:before {			content: "\e01c";}
.ts-currencies-ghana1:before {			content: "\e01d";}
.ts-currencies-guatemala1:before {		content: "\e01e";}
.ts-currencies-honduras1:before {		content: "\e01f";}
.ts-currencies-hungary1:before {		content: "\e020";}
.ts-currencies-iceland1:before {		content: "\e021";}
.ts-currencies-india1:before {			content: "\e022";}
.ts-currencies-indonesia1:before {		content: "\e023";}
.ts-currencies-iran1:before {			content: "\e024";}
.ts-currencies-israel1:before {			content: "\e025";}
.ts-currencies-jamaica1:before {		content: "\e026";}
.ts-currencies-kazakhstan1:before {		content: "\e027";}
.ts-currencies-kyrgyzstan1:before {		content: "\e028";}
.ts-currencies-laos1:before {			content: "\e029";}
.ts-currencies-latvia1:before {			content: "\e02a";}
.ts-currencies-lithuania1:before {		content: "\e02b";}
.ts-currencies-macedonia1:before {		content: "\e02c";}
.ts-currencies-malaysia1:before {		content: "\e02d";}
.ts-currencies-mauritius1:before {		content: "\e02e";}
.ts-currencies-mongolia1:before {		content: "\e02f";}
.ts-currencies-mozambique1:before {		content: "\e030";}
.ts-currencies-nepal1:before {			content: "\e031";}
.ts-currencies-netherlands1:before {	content: "\e032";}
.ts-currencies-nicaragua1:before {		content: "\e033";}
.ts-currencies-nigeria1:before {		content: "\e034";}
.ts-currencies-north5:before {			content: "\e035";}
.ts-currencies-norway1:before {			content: "\e036";}
.ts-currencies-oman1:before {			content: "\e037";}
.ts-currencies-pakistan2:before {		content: "\e038";}
.ts-currencies-panama1:before {			content: "\e039";}
.ts-currencies-paraguay1:before {		content: "\e03a";}
.ts-currencies-peru1:before {			content: "\e03b";}
.ts-currencies-philippines1:before {	content: "\e03c";}
.ts-currencies-poland1:before {			content: "\e03d";}
.ts-currencies-pound12:before {			content: "\e03e";}
.ts-currencies-qatar1:before {			content: "\e03f";}
.ts-currencies-romania1:before {		content: "\e040";}
.ts-currencies-rounded36:before {		content: "\e041";}
.ts-currencies-russia1:before {			content: "\e042";}
.ts-currencies-saudi1:before {			content: "\e043";}
.ts-currencies-serbia1:before {			content: "\e044";}
.ts-currencies-seychelles1:before {		content: "\e045";}
.ts-currencies-somalia1:before {		content: "\e046";}
.ts-currencies-south5:before {			content: "\e047";}
.ts-currencies-south6:before {			content: "\e048";}
.ts-currencies-sri2:before {			content: "\e049";}
.ts-currencies-sweden2:before {			content: "\e04a";}
.ts-currencies-switzerland1:before {	content: "\e04b";}
.ts-currencies-taiwan1:before {			content: "\e04c";}
.ts-currencies-thailand1:before {		content: "\e04d";}
.ts-currencies-trinidad1:before {		content: "\e04e";}
.ts-currencies-turkey1:before {			content: "\e04f";}
.ts-currencies-turkey2:before {			content: "\e050";}
.ts-currencies-ukraine1:before {		content: "\e051";}
.ts-currencies-uruguay1:before {		content: "\e052";}
.ts-currencies-uzbekistan1:before {		content: "\e053";}
.ts-currencies-venezuela1:before {		content: "\e054";}
.ts-currencies-viet:before {			content: "\e055";}
.ts-currencies-yemen1:before {			content: "\e056";}
.ts-currencies-yen19:before {			content: "\e057";}
.ts-currencies-zimbabwe1:before {		content: "\e058";}@font-face {
font-family:                		'elegant';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.svg#elegant) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-elegant-"], [class*=" ts-elegant-"] {
font-family:						'elegant' !important;
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;
}
[class^="ts-elegant-"]:before,[class*=" ts-elegant-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-elegant-"],a [class*=" ts-elegant-"] {
display:							inline-block;
}
.ts-elegant-arrow-up:before {content:"\21";}
.ts-elegant-arrow-down:before {content:"\22";}
.ts-elegant-arrow-left:before {content:"\23";}
.ts-elegant-arrow-right:before {content:"\24";}
.ts-elegant-arrow-left-up:before {content:"\25";}
.ts-elegant-arrow-right-up:before {content:"\26";}
.ts-elegant-arrow-right-down:before {content:"\27";}
.ts-elegant-arrow-left-down:before {content:"\28";}
.ts-elegant-arrow-up-down:before {content:"\29";}
.ts-elegant-arrow-up-down-alt:before {content:"\2a";}
.ts-elegant-arrow-left-right-alt:before {content:"\2b";}
.ts-elegant-arrow-left-right:before {content:"\2c";}
.ts-elegant-arrow-expand-alt2:before {content:"\2d";}
.ts-elegant-arrow-expand-alt:before {content:"\2e";}
.ts-elegant-arrow-condense:before {content:"\2f";}
.ts-elegant-arrow-expand:before {content:"\30";}
.ts-elegant-arrow-move:before {content:"\31";}
.ts-elegant-arrow-carrot-up:before {content:"\32";}
.ts-elegant-arrow-carrot-down:before {content:"\33";}
.ts-elegant-arrow-carrot-left:before {content:"\34";}
.ts-elegant-arrow-carrot-right:before {content:"\35";}
.ts-elegant-arrow-carrot-2up:before {content:"\36";}
.ts-elegant-arrow-carrot-2down:before {content:"\37";}
.ts-elegant-arrow-carrot-2left:before {content:"\38";}
.ts-elegant-arrow-carrot-2right:before {content:"\39";}
.ts-elegant-arrow-carrot-up-alt2:before {content:"\3a";}
.ts-elegant-arrow-carrot-down-alt2:before {content:"\3b";}
.ts-elegant-arrow-carrot-left-alt2:before {content:"\3c";}
.ts-elegant-arrow-carrot-right-alt2:before {content:"\3d";}
.ts-elegant-arrow-carrot-2up-alt2:before {content:"\3e";}
.ts-elegant-arrow-carrot-2down-alt2:before {content:"\3f";}
.ts-elegant-arrow-carrot-2left-alt2:before {content:"\40";}
.ts-elegant-arrow-carrot-2right-alt2:before {content:"\41";}
.ts-elegant-arrow-triangle-up:before {content:"\42";}
.ts-elegant-arrow-triangle-down:before {content:"\43";}
.ts-elegant-arrow-triangle-left:before {content:"\44";}
.ts-elegant-arrow-triangle-right:before {content:"\45";}
.ts-elegant-arrow-triangle-up-alt2:before {content:"\46";}
.ts-elegant-arrow-triangle-down-alt2:before {content:"\47";}
.ts-elegant-arrow-triangle-left-alt2:before {content:"\48";}
.ts-elegant-arrow-triangle-right-alt2:before {content:"\49";}
.ts-elegant-arrow-back:before {content:"\4a";}
.ts-elegant-icon-minus-06:before {content:"\4b";}
.ts-elegant-icon-plus:before {content:"\4c";}
.ts-elegant-icon-close:before {content:"\4d";}
.ts-elegant-icon-check:before {content:"\4e";}
.ts-elegant-icon-minus-alt2:before {content:"\4f";}
.ts-elegant-icon-plus-alt2:before {content:"\50";}
.ts-elegant-icon-close-alt2:before {content:"\51";}
.ts-elegant-icon-check-alt2:before {content:"\52";}
.ts-elegant-icon-zoom-out-alt:before {content:"\53";}
.ts-elegant-icon-zoom-in-alt:before {content:"\54";}
.ts-elegant-icon-search:before {content:"\55";}
.ts-elegant-icon-box-empty:before {content:"\56";}
.ts-elegant-icon-box-selected:before {content:"\57";}
.ts-elegant-icon-minus-box:before {content:"\58";}
.ts-elegant-icon-plus-box:before {content:"\59";}
.ts-elegant-icon-box-checked:before {content:"\5a";}
.ts-elegant-icon-circle-empty:before {content:"\5b";}
.ts-elegant-icon-circle-slelected:before {content:"\5c";}
.ts-elegant-icon-stop-alt2:before {content:"\5d";}
.ts-elegant-icon-stop:before {content:"\5e";}
.ts-elegant-icon-pause-alt2:before {content:"\5f";}
.ts-elegant-icon-pause:before {content:"\60";}
.ts-elegant-icon-menu:before {content:"\61";}
.ts-elegant-icon-menu-square-alt2:before {content:"\62";}
.ts-elegant-icon-menu-circle-alt2:before {content:"\63";}
.ts-elegant-icon-ul:before {content:"\64";}
.ts-elegant-icon-ol:before {content:"\65";}
.ts-elegant-icon-adjust-horiz:before {content:"\66";}
.ts-elegant-icon-adjust-vert:before {content:"\67";}
.ts-elegant-icon-document-alt:before {content:"\68";}
.ts-elegant-icon-documents-alt:before {content:"\69";}
.ts-elegant-icon-pencil:before {content:"\6a";}
.ts-elegant-icon-pencil-edit-alt:before {content:"\6b";}
.ts-elegant-icon-pencil-edit:before {content:"\6c";}
.ts-elegant-icon-folder-alt:before {content:"\6d";}
.ts-elegant-icon-folder-open-alt:before {content:"\6e";}
.ts-elegant-icon-folder-add-alt:before {content:"\6f";}
.ts-elegant-icon-info-alt:before {content:"\70";}
.ts-elegant-icon-error-oct-alt:before {content:"\71";}
.ts-elegant-icon-error-circle-alt:before {content:"\72";}
.ts-elegant-icon-error-triangle-alt:before {content:"\73";}
.ts-elegant-icon-question-alt2:before {content:"\74";}
.ts-elegant-icon-question:before {content:"\75";}
.ts-elegant-icon-comment-alt:before {content:"\76";}
.ts-elegant-icon-chat-alt:before {content:"\77";}
.ts-elegant-icon-vol-mute-alt:before {content:"\78";}
.ts-elegant-icon-volume-low-alt:before {content:"\79";}
.ts-elegant-icon-volume-high-alt:before {content:"\7a";}
.ts-elegant-icon-quotations:before {content:"\7b";}
.ts-elegant-icon-quotations-alt2:before {content:"\7c";}
.ts-elegant-icon-clock-alt:before {content:"\7d";}
.ts-elegant-icon-lock-alt:before {content:"\7e";}
.ts-elegant-icon-lock-open-alt:before {content:"\e000";}
.ts-elegant-icon-key-alt:before {content:"\e001";}
.ts-elegant-icon-cloud-alt:before {content:"\e002";}
.ts-elegant-icon-cloud-upload-alt:before {content:"\e003";}
.ts-elegant-icon-cloud-download-alt:before {content:"\e004";}
.ts-elegant-icon-image:before {content:"\e005";}
.ts-elegant-icon-images:before {content:"\e006";}
.ts-elegant-icon-lightbulb-alt:before {content:"\e007";}
.ts-elegant-icon-gift-alt:before {content:"\e008";}
.ts-elegant-icon-house-alt:before {content:"\e009";}
.ts-elegant-icon-genius:before {content:"\e00a";}
.ts-elegant-icon-mobile:before {content:"\e00b";}
.ts-elegant-icon-tablet:before {content:"\e00c";}
.ts-elegant-icon-laptop:before {content:"\e00d";}
.ts-elegant-icon-desktop:before {content:"\e00e";}
.ts-elegant-icon-camera-alt:before {content:"\e00f";}
.ts-elegant-icon-mail-alt:before {content:"\e010";}
.ts-elegant-icon-cone-alt:before {content:"\e011";}
.ts-elegant-icon-ribbon-alt:before {content:"\e012";}
.ts-elegant-icon-bag-alt:before {content:"\e013";}
.ts-elegant-icon-creditcard:before {content:"\e014";}
.ts-elegant-icon-cart-alt:before {content:"\e015";}
.ts-elegant-icon-paperclip:before {content:"\e016";}
.ts-elegant-icon-tag-alt:before {content:"\e017";}
.ts-elegant-icon-tags-alt:before {content:"\e018";}
.ts-elegant-icon-trash-alt:before {content:"\e019";}
.ts-elegant-icon-cursor-alt:before {content:"\e01a";}
.ts-elegant-icon-mic-alt:before {content:"\e01b";}
.ts-elegant-icon-compass-alt:before {content:"\e01c";}
.ts-elegant-icon-pin-alt:before {content:"\e01d";}
.ts-elegant-icon-pushpin-alt:before {content:"\e01e";}
.ts-elegant-icon-map-alt:before {content:"\e01f";}
.ts-elegant-icon-drawer-alt:before {content:"\e020";}
.ts-elegant-icon-toolbox-alt:before {content:"\e021";}
.ts-elegant-icon-book-alt:before {content:"\e022";}
.ts-elegant-icon-calendar:before {content:"\e023";}
.ts-elegant-icon-film:before {content:"\e024";}
.ts-elegant-icon-table:before {content:"\e025";}
.ts-elegant-icon-contacts-alt:before {content:"\e026";}
.ts-elegant-icon-headphones:before {content:"\e027";}
.ts-elegant-icon-lifesaver:before {content:"\e028";}
.ts-elegant-icon-piechart:before {content:"\e029";}
.ts-elegant-icon-refresh:before {content:"\e02a";}
.ts-elegant-icon-link-alt:before {content:"\e02b";}
.ts-elegant-icon-link:before {content:"\e02c";}
.ts-elegant-icon-loading:before {content:"\e02d";}
.ts-elegant-icon-blocked:before {content:"\e02e";}
.ts-elegant-icon-archive-alt:before {content:"\e02f";}
.ts-elegant-icon-heart-alt:before {content:"\e030";}
.ts-elegant-icon-star-alt:before {content:"\e031";}
.ts-elegant-icon-star-half-alt:before {content:"\e032";}
.ts-elegant-icon-star:before {content:"\e033";}
.ts-elegant-icon-star-half:before {content:"\e034";}
.ts-elegant-icon-tools:before {content:"\e035";}
.ts-elegant-icon-tool:before {content:"\e036";}
.ts-elegant-icon-cog:before {content:"\e037";}
.ts-elegant-icon-cogs:before {content:"\e038";}
.ts-elegant-arrow-up-alt:before {content:"\e039";}
.ts-elegant-arrow-down-alt:before {content:"\e03a";}
.ts-elegant-arrow-left-alt:before {content:"\e03b";}
.ts-elegant-arrow-right-alt:before {content:"\e03c";}
.ts-elegant-arrow-left-up-alt:before {content:"\e03d";}
.ts-elegant-arrow-right-up-alt:before {content:"\e03e";}
.ts-elegant-arrow-right-down-alt:before {content:"\e03f";}
.ts-elegant-arrow-left-down-alt:before {content:"\e040";}
.ts-elegant-arrow-condense-alt:before {content:"\e041";}
.ts-elegant-arrow-expand-alt3:before {content:"\e042";}
.ts-elegant-arrow-carrot-up-alt:before {content:"\e043";}
.ts-elegant-arrow-carrot-down-alt:before {content:"\e044";}
.ts-elegant-arrow-carrot-left-alt:before {content:"\e045";}
.ts-elegant-arrow-carrot-right-alt:before {content:"\e046";}
.ts-elegant-arrow-carrot-2up-alt:before {content:"\e047";}
.ts-elegant-arrow-carrot-2dwnn-alt:before {content:"\e048";}
.ts-elegant-arrow-carrot-2left-alt:before {content:"\e049";}
.ts-elegant-arrow-carrot-2right-alt:before {content:"\e04a";}
.ts-elegant-arrow-triangle-up-alt:before {content:"\e04b";}
.ts-elegant-arrow-triangle-down-alt:before {content:"\e04c";}
.ts-elegant-arrow-triangle-left-alt:before {content:"\e04d";}
.ts-elegant-arrow-triangle-right-alt:before {content:"\e04e";}
.ts-elegant-icon-minus-alt:before {content:"\e04f";}
.ts-elegant-icon-plus-alt:before {content:"\e050";}
.ts-elegant-icon-close-alt:before {content:"\e051";}
.ts-elegant-icon-check-alt:before {content:"\e052";}
.ts-elegant-icon-zoom-out:before {content:"\e053";}
.ts-elegant-icon-zoom-in:before {content:"\e054";}
.ts-elegant-icon-stop-alt:before {content:"\e055";}
.ts-elegant-icon-menu-square-alt:before {content:"\e056";}
.ts-elegant-icon-menu-circle-alt:before {content:"\e057";}
.ts-elegant-icon-document:before {content:"\e058";}
.ts-elegant-icon-documents:before {content:"\e059";}
.ts-elegant-icon-pencil-alt:before {content:"\e05a";}
.ts-elegant-icon-folder:before {content:"\e05b";}
.ts-elegant-icon-folder-open:before {content:"\e05c";}
.ts-elegant-icon-folder-add:before {content:"\e05d";}
.ts-elegant-icon-folder-upload:before {content:"\e05e";}
.ts-elegant-icon-folder-download:before {content:"\e05f";}
.ts-elegant-icon-info:before {content:"\e060";}
.ts-elegant-icon-error-circle:before {content:"\e061";}
.ts-elegant-icon-error-oct:before {content:"\e062";}
.ts-elegant-icon-error-triangle:before {content:"\e063";}
.ts-elegant-icon-question-alt:before {content:"\e064";}
.ts-elegant-icon-comment:before {content:"\e065";}
.ts-elegant-icon-chat:before {content:"\e066";}
.ts-elegant-icon-vol-mute:before {content:"\e067";}
.ts-elegant-icon-volume-low:before {content:"\e068";}
.ts-elegant-icon-volume-high:before {content:"\e069";}
.ts-elegant-icon-quotations-alt:before {content:"\e06a";}
.ts-elegant-icon-clock:before {content:"\e06b";}
.ts-elegant-icon-lock:before {content:"\e06c";}
.ts-elegant-icon-lock-open:before {content:"\e06d";}
.ts-elegant-icon-key:before {content:"\e06e";}
.ts-elegant-icon-cloud:before {content:"\e06f";}
.ts-elegant-icon-cloud-upload:before {content:"\e070";}
.ts-elegant-icon-cloud-download:before {content:"\e071";}
.ts-elegant-icon-lightbulb:before {content:"\e072";}
.ts-elegant-icon-gift:before {content:"\e073";}
.ts-elegant-icon-house:before {content:"\e074";}
.ts-elegant-icon-camera:before {content:"\e075";}
.ts-elegant-icon-mail:before {content:"\e076";}
.ts-elegant-icon-cone:before {content:"\e077";}
.ts-elegant-icon-ribbon:before {content:"\e078";}
.ts-elegant-icon-bag:before {content:"\e079";}
.ts-elegant-icon-cart:before {content:"\e07a";}
.ts-elegant-icon-tag:before {content:"\e07b";}
.ts-elegant-icon-tags:before {content:"\e07c";}
.ts-elegant-icon-trash:before {content:"\e07d";}
.ts-elegant-icon-cursor:before {content:"\e07e";}
.ts-elegant-icon-mic:before {content:"\e07f";}
.ts-elegant-icon-compass:before {content:"\e080";}
.ts-elegant-icon-pin:before {content:"\e081";}
.ts-elegant-icon-pushpin:before {content:"\e082";}
.ts-elegant-icon-map:before {content:"\e083";}
.ts-elegant-icon-drawer:before {content:"\e084";}
.ts-elegant-icon-toolbox:before {content:"\e085";}
.ts-elegant-icon-book:before {content:"\e086";}
.ts-elegant-icon-contacts:before {content:"\e087";}
.ts-elegant-icon-archive:before {content:"\e088";}
.ts-elegant-icon-heart:before {content:"\e089";}
.ts-elegant-icon-profile:before {content:"\e08a";}
.ts-elegant-icon-group:before {content:"\e08b";}
.ts-elegant-icon-grid-2x2:before {content:"\e08c";}
.ts-elegant-icon-grid-3x3:before {content:"\e08d";}
.ts-elegant-icon-music:before {content:"\e08e";}
.ts-elegant-icon-pause-alt:before {content:"\e08f";}
.ts-elegant-icon-phone:before {content:"\e090";}
.ts-elegant-icon-upload:before {content:"\e091";}
.ts-elegant-icon-download:before {content:"\e092";}
.ts-elegant-social-facebook:before {content:"\e093";}
.ts-elegant-social-twitter:before {content:"\e094";}
.ts-elegant-social-pinterest:before {content:"\e095";}
.ts-elegant-social-googleplus:before {content:"\e096";}
.ts-elegant-social-tumblr:before {content:"\e097";}
.ts-elegant-social-tumbleupon:before {content:"\e098";}
.ts-elegant-social-wordpress:before {content:"\e099";}
.ts-elegant-social-instagram:before {content:"\e09a";}
.ts-elegant-social-dribbble:before {content:"\e09b";}
.ts-elegant-social-vimeo:before {content:"\e09c";}
.ts-elegant-social-linkedin:before {content:"\e09d";}
.ts-elegant-social-rss:before {content:"\e09e";}
.ts-elegant-social-deviantart:before {content:"\e09f";}
.ts-elegant-social-share:before {content:"\e0a0";}
.ts-elegant-social-myspace:before {content:"\e0a1";}
.ts-elegant-social-skype:before {content:"\e0a2";}
.ts-elegant-social-youtube:before {content:"\e0a3";}
.ts-elegant-social-picassa:before {content:"\e0a4";}
.ts-elegant-social-googledrive:before {content:"\e0a5";}
.ts-elegant-social-flickr:before {content:"\e0a6";}
.ts-elegant-social-blogger:before {content:"\e0a7";}
.ts-elegant-social-spotify:before {content:"\e0a8";}
.ts-elegant-social-delicious:before {content:"\e0a9";}
.ts-elegant-social-facebook-circle:before {content:"\e0aa";}
.ts-elegant-social-twitter-circle:before {content:"\e0ab";}
.ts-elegant-social-pinterest-circle:before {content:"\e0ac";}
.ts-elegant-social-googleplus-circle:before {content:"\e0ad";}
.ts-elegant-social-tumblr-circle:before {content:"\e0ae";}
.ts-elegant-social-stumbleupon-circle:before {content:"\e0af";}
.ts-elegant-social-wordpress-circle:before {content:"\e0b0";}
.ts-elegant-social-instagram-circle:before {content:"\e0b1";}
.ts-elegant-social-dribbble-circle:before {content:"\e0b2";}
.ts-elegant-social-vimeo-circle:before {content:"\e0b3";}
.ts-elegant-social-linkedin-circle:before {content:"\e0b4";}
.ts-elegant-social-rss-circle:before {content:"\e0b5";}
.ts-elegant-social-deviantart-circle:before {content:"\e0b6";}
.ts-elegant-social-share-circle:before {content:"\e0b7";}
.ts-elegant-social-myspace-circle:before {content:"\e0b8";}
.ts-elegant-social-skype-circle:before {content:"\e0b9";}
.ts-elegant-social-youtube-circle:before {content:"\e0ba";}
.ts-elegant-social-picassa-circle:before {content:"\e0bb";}
.ts-elegant-social-googledrive-alt2:before {content:"\e0bc";}
.ts-elegant-social-flickr-circle:before {content:"\e0bd";}
.ts-elegant-social-blogger-circle:before {content:"\e0be";}
.ts-elegant-social-spotify-circle:before {content:"\e0bf";}
.ts-elegant-social-delicious-circle:before {content:"\e0c0";}
.ts-elegant-social-facebook-square:before {content:"\e0c1";}
.ts-elegant-social-twitter-square:before {content:"\e0c2";}
.ts-elegant-social-pinterest-square:before {content:"\e0c3";}
.ts-elegant-social-googleplus-square:before {content:"\e0c4";}
.ts-elegant-social-tumblr-square:before {content:"\e0c5";}
.ts-elegant-social-stumbleupon-square:before {content:"\e0c6";}
.ts-elegant-social-wordpress-square:before {content:"\e0c7";}
.ts-elegant-social-instagram-square:before {content:"\e0c8";}
.ts-elegant-social-dribbble-square:before {content:"\e0c9";}
.ts-elegant-social-vimeo-square:before {content:"\e0ca";}
.ts-elegant-social-linkedin-square:before {content:"\e0cb";}
.ts-elegant-social-rss-square:before {content:"\e0cc";}
.ts-elegant-social-deviantart-square:before {content:"\e0cd";}
.ts-elegant-social-share-square:before {content:"\e0ce";}
.ts-elegant-social-myspace-square:before {content:"\e0cf";}
.ts-elegant-social-skype-square:before {content:"\e0d0";}
.ts-elegant-social-youtube-square:before {content:"\e0d1";}
.ts-elegant-social-picassa-square:before {content:"\e0d2";}
.ts-elegant-social-googledrive-square:before {content:"\e0d3";}
.ts-elegant-social-flickr-square:before {content:"\e0d4";}
.ts-elegant-social-blogger-square:before {content:"\e0d5";}
.ts-elegant-social-spotify-square:before {content:"\e0d6";}
.ts-elegant-social-delicious-square:before {content:"\e0d7";}
.ts-elegant-icon-printer:before {content:"\e103";}
.ts-elegant-icon-calulator:before {content:"\e0ee";}
.ts-elegant-icon-building:before {content:"\e0ef";}
.ts-elegant-icon-floppy:before {content:"\e0e8";}
.ts-elegant-icon-drive:before {content:"\e0ea";}
.ts-elegant-icon-search-2:before {content:"\e101";}
.ts-elegant-icon-id:before {content:"\e107";}
.ts-elegant-icon-id-2:before {content:"\e108";}
.ts-elegant-icon-puzzle:before {content:"\e102";}
.ts-elegant-icon-like:before {content:"\e106";}
.ts-elegant-icon-dislike:before {content:"\e0eb";}
.ts-elegant-icon-mug:before {content:"\e105";}
.ts-elegant-icon-currency:before {content:"\e0ed";}
.ts-elegant-icon-wallet:before {content:"\e100";}
.ts-elegant-icon-pens:before {content:"\e104";}
.ts-elegant-icon-easel:before {content:"\e0e9";}
.ts-elegant-icon-flowchart:before {content:"\e109";}
.ts-elegant-icon-datareport:before {content:"\e0ec";}
.ts-elegant-icon-briefcase:before {content:"\e0fe";}
.ts-elegant-icon-shield:before {content:"\e0f6";}
.ts-elegant-icon-percent:before {content:"\e0fb";}
.ts-elegant-icon-globe:before {content:"\e0e2";}
.ts-elegant-icon-globe-2:before {content:"\e0e3";}
.ts-elegant-icon-target:before {content:"\e0f5";}
.ts-elegant-icon-hourglass:before {content:"\e0e1";}
.ts-elegant-icon-balance:before {content:"\e0ff";}
.ts-elegant-icon-rook:before {content:"\e0f8";}
.ts-elegant-icon-printer-alt:before {content:"\e0fa";}
.ts-elegant-icon-calculator-alt:before {content:"\e0e7";}
.ts-elegant-icon-building-alt:before {content:"\e0fd";}
.ts-elegant-icon-floppy-alt:before {content:"\e0e4";}
.ts-elegant-icon-drive-alt:before {content:"\e0e5";}
.ts-elegant-icon-search-alt:before {content:"\e0f7";}
.ts-elegant-icon-id-alt:before {content:"\e0e0";}
.ts-elegant-icon-id-2-alt:before {content:"\e0fc";}
.ts-elegant-icon-puzzle-alt:before {content:"\e0f9";}
.ts-elegant-icon-like-alt:before {content:"\e0dd";}
.ts-elegant-icon-dislike-alt:before {content:"\e0f1";}
.ts-elegant-icon-mug-alt:before {content:"\e0dc";}
.ts-elegant-icon-currency-alt:before {content:"\e0f3";}
.ts-elegant-icon-wallet-alt:before {content:"\e0d8";}
.ts-elegant-icon-pens-alt:before {content:"\e0db";}
.ts-elegant-icon-easel-alt:before {content:"\e0f0";}
.ts-elegant-icon-flowchart-alt:before {content:"\e0df";}
.ts-elegant-icon-datareport-alt:before {content:"\e0f2";}
.ts-elegant-icon-briefcase-alt:before {content:"\e0f4";}
.ts-elegant-icon-shield-alt:before {content:"\e0d9";}
.ts-elegant-icon-percent-alt:before {content:"\e0da";}
.ts-elegant-icon-globe-alt:before {content:"\e0de";}
.ts-elegant-icon-clipboard:before {content:"\e0e6";}@font-face {
font-family:                		'entypo';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.svg#entypo) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-entypo-"], [class*=" ts-entypo-"] {
font-family:						'entypo' !important;
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;
}
[class^="ts-entypo-"]:before,[class*=" ts-entypo-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-entypo-"],a [class*=" ts-entypo-"] {
display:							inline-block;
}
.ts-entypo-phone2:before {content:"\e7d0";}
.ts-entypo-mobile3:before {content:"\e7d1";}
.ts-entypo-mouse:before {content:"\e7d2";}
.ts-entypo-directions:before {content:"\e7d3";}
.ts-entypo-mail4:before {content:"\e7d4";}
.ts-entypo-paperplane:before {content:"\e7d5";}
.ts-entypo-pencil3:before {content:"\e7d6";}
.ts-entypo-feather:before {content:"\e7d7";}
.ts-entypo-paperclip:before {content:"\e7d8";}
.ts-entypo-drawer4:before {content:"\e7d9";}
.ts-entypo-reply2:before {content:"\e7da";}
.ts-entypo-reply-all:before {content:"\e7db";}
.ts-entypo-forward4:before {content:"\e7dc";}
.ts-entypo-user5:before {content:"\e7dd";}
.ts-entypo-users3:before {content:"\e7de";}
.ts-entypo-user-add:before {content:"\e7df";}
.ts-entypo-vcard:before {content:"\e7e0";}
.ts-entypo-export:before {content:"\e7e1";}
.ts-entypo-location3:before {content:"\e7e2";}
.ts-entypo-map3:before {content:"\e7e3";}
.ts-entypo-compass2:before {content:"\e7e4";}
.ts-entypo-location4:before {content:"\e7e5";}
.ts-entypo-target2:before {content:"\e7e6";}
.ts-entypo-share2:before {content:"\e7e7";}
.ts-entypo-sharable:before {content:"\e7e8";}
.ts-entypo-heart3:before {content:"\e7e9";}
.ts-entypo-heart4:before {content:"\e7ea";}
.ts-entypo-star4:before {content:"\e7eb";}
.ts-entypo-star5:before {content:"\e7ec";}
.ts-entypo-thumbs-up3:before {content:"\e7ed";}
.ts-entypo-thumbs-down:before {content:"\e7ee";}
.ts-entypo-chat:before {content:"\e7ef";}
.ts-entypo-comment:before {content:"\e7f0";}
.ts-entypo-quote:before {content:"\e7f1";}
.ts-entypo-house:before {content:"\e7f2";}
.ts-entypo-popup:before {content:"\e7f3";}
.ts-entypo-search2:before {content:"\e7f4";}
.ts-entypo-flashlight:before {content:"\e7f5";}
.ts-entypo-printer:before {content:"\e7f6";}
.ts-entypo-bell2:before {content:"\e7f7";}
.ts-entypo-link2:before {content:"\e7f8";}
.ts-entypo-flag2:before {content:"\e7f9";}
.ts-entypo-cog3:before {content:"\e7fa";}
.ts-entypo-tools:before {content:"\e7fb";}
.ts-entypo-trophy2:before {content:"\e7fc";}
.ts-entypo-tag2:before {content:"\e7fd";}
.ts-entypo-camera3:before {content:"\e7fe";}
.ts-entypo-megaphone:before {content:"\e7ff";}
.ts-entypo-moon:before {content:"\e800";}
.ts-entypo-palette:before {content:"\e801";}
.ts-entypo-leaf2:before {content:"\e802";}
.ts-entypo-music2:before {content:"\e803";}
.ts-entypo-music3:before {content:"\e804";}
.ts-entypo-new:before {content:"\e805";}
.ts-entypo-graduation:before {content:"\e806";}
.ts-entypo-book2:before {content:"\e807";}
.ts-entypo-newspaper2:before {content:"\e808";}
.ts-entypo-bag:before {content:"\e809";}
.ts-entypo-airplane2:before {content:"\e80a";}
.ts-entypo-lifebuoy:before {content:"\e80b";}
.ts-entypo-eye3:before {content:"\e80c";}
.ts-entypo-clock3:before {content:"\e80d";}
.ts-entypo-microphone:before {content:"\e80e";}
.ts-entypo-calendar3:before {content:"\e80f";}
.ts-entypo-bolt:before {content:"\e810";}
.ts-entypo-thunder:before {content:"\e811";}
.ts-entypo-droplet2:before {content:"\e812";}
.ts-entypo-cd:before {content:"\e813";}
.ts-entypo-briefcase2:before {content:"\e814";}
.ts-entypo-air:before {content:"\e815";}
.ts-entypo-hourglass:before {content:"\e816";}
.ts-entypo-gauge:before {content:"\e817";}
.ts-entypo-language:before {content:"\e818";}
.ts-entypo-network:before {content:"\e819";}
.ts-entypo-key3:before {content:"\e81a";}
.ts-entypo-battery:before {content:"\e81b";}
.ts-entypo-bucket:before {content:"\e81c";}
.ts-entypo-magnet2:before {content:"\e81d";}
.ts-entypo-drive:before {content:"\e81e";}
.ts-entypo-cup:before {content:"\e81f";}
.ts-entypo-rocket2:before {content:"\e820";}
.ts-entypo-brush:before {content:"\e821";}
.ts-entypo-suitcase:before {content:"\e822";}
.ts-entypo-cone:before {content:"\e823";}
.ts-entypo-earth2:before {content:"\e824";}
.ts-entypo-keyboard2:before {content:"\e825";}
.ts-entypo-browser:before {content:"\e826";}
.ts-entypo-publish:before {content:"\e827";}
.ts-entypo-progress-3:before {content:"\e828";}
.ts-entypo-progress-2:before {content:"\e829";}
.ts-entypo-brogress-1:before {content:"\e82a";}
.ts-entypo-progress-0:before {content:"\e82b";}
.ts-entypo-sun:before {content:"\e82c";}
.ts-entypo-sun2:before {content:"\e82d";}
.ts-entypo-adjust:before {content:"\e82e";}
.ts-entypo-code2:before {content:"\e82f";}
.ts-entypo-screen2:before {content:"\e830";}
.ts-entypo-infinity:before {content:"\e831";}
.ts-entypo-light-bulb:before {content:"\e832";}
.ts-entypo-credit-card:before {content:"\e833";}
.ts-entypo-database:before {content:"\e834";}
.ts-entypo-voicemail:before {content:"\e835";}
.ts-entypo-clipboard:before {content:"\e836";}
.ts-entypo-cart4:before {content:"\e837";}
.ts-entypo-box:before {content:"\e838";}
.ts-entypo-ticket2:before {content:"\e839";}
.ts-entypo-rss:before {content:"\e83a";}
.ts-entypo-signal:before {content:"\e83b";}
.ts-entypo-thermometer:before {content:"\e83c";}
.ts-entypo-droplets:before {content:"\e83d";}
.ts-entypo-uniE83E:before {content:"\e83e";}
.ts-entypo-statistics:before {content:"\e83f";}
.ts-entypo-pie2:before {content:"\e840";}
.ts-entypo-bars3:before {content:"\e841";}
.ts-entypo-graph:before {content:"\e842";}
.ts-entypo-lock3:before {content:"\e843";}
.ts-entypo-lock-open:before {content:"\e844";}
.ts-entypo-logout:before {content:"\e845";}
.ts-entypo-login:before {content:"\e846";}
.ts-entypo-checkmark3:before {content:"\e847";}
.ts-entypo-cross:before {content:"\e848";}
.ts-entypo-minus2:before {content:"\e849";}
.ts-entypo-plus2:before {content:"\e84a";}
.ts-entypo-cross2:before {content:"\e84b";}
.ts-entypo-minus3:before {content:"\e84c";}
.ts-entypo-plus3:before {content:"\e84d";}
.ts-entypo-cross3:before {content:"\e84e";}
.ts-entypo-minus4:before {content:"\e84f";}
.ts-entypo-plus4:before {content:"\e850";}
.ts-entypo-erase:before {content:"\e851";}
.ts-entypo-blocked2:before {content:"\e852";}
.ts-entypo-info3:before {content:"\e853";}
.ts-entypo-info4:before {content:"\e854";}
.ts-entypo-question2:before {content:"\e855";}
.ts-entypo-help:before {content:"\e856";}
.ts-entypo-warning2:before {content:"\e857";}
.ts-entypo-cycle:before {content:"\e858";}
.ts-entypo-cw:before {content:"\e859";}
.ts-entypo-ccw:before {content:"\e85a";}
.ts-entypo-shuffle2:before {content:"\e85b";}
.ts-entypo-arrow:before {content:"\e85c";}
.ts-entypo-arrow2:before {content:"\e85d";}
.ts-entypo-retweet:before {content:"\e85e";}
.ts-entypo-loop4:before {content:"\e85f";}
.ts-entypo-history2:before {content:"\e860";}
.ts-entypo-back:before {content:"\e861";}
.ts-entypo-switch2:before {content:"\e862";}
.ts-entypo-list3:before {content:"\e863";}
.ts-entypo-add-to-list:before {content:"\e864";}
.ts-entypo-layout:before {content:"\e865";}
.ts-entypo-list4:before {content:"\e866";}
.ts-entypo-text:before {content:"\e867";}
.ts-entypo-text2:before {content:"\e868";}
.ts-entypo-document:before {content:"\e869";}
.ts-entypo-docs:before {content:"\e86a";}
.ts-entypo-landscape:before {content:"\e86b";}
.ts-entypo-pictures:before {content:"\e86c";}
.ts-entypo-video:before {content:"\e86d";}
.ts-entypo-music4:before {content:"\e86e";}
.ts-entypo-folder2:before {content:"\e86f";}
.ts-entypo-archive:before {content:"\e870";}
.ts-entypo-trash:before {content:"\e871";}
.ts-entypo-upload4:before {content:"\e872";}
.ts-entypo-download4:before {content:"\e873";}
.ts-entypo-disk2:before {content:"\e874";}
.ts-entypo-install:before {content:"\e875";}
.ts-entypo-icloud:before {content:"\e7c3";}
.ts-entypo-upload5:before {content:"\e876";}
.ts-entypo-bookmark2:before {content:"\e877";}
.ts-entypo-bookmarks2:before {content:"\e878";}
.ts-entypo-book3:before {content:"\e879";}
.ts-entypo-play4:before {content:"\e87a";}
.ts-entypo-pause3:before {content:"\e87b";}
.ts-entypo-record:before {content:"\e87c";}
.ts-entypo-stop3:before {content:"\e87d";}
.ts-entypo-next2:before {content:"\e87e";}
.ts-entypo-previous2:before {content:"\e87f";}
.ts-entypo-first2:before {content:"\e880";}
.ts-entypo-last2:before {content:"\e881";}
.ts-entypo-resize-enlarge:before {content:"\e882";}
.ts-entypo-resize-shrink:before {content:"\e883";}
.ts-entypo-volume:before {content:"\e884";}
.ts-entypo-sound:before {content:"\e885";}
.ts-entypo-mute:before {content:"\e886";}
.ts-entypo-flow-cascade:before {content:"\e887";}
.ts-entypo-flow-branch:before {content:"\e888";}
.ts-entypo-flow-tree:before {content:"\e889";}
.ts-entypo-flow-line:before {content:"\e88a";}
.ts-entypo-flow-parallel:before {content:"\e88b";}
.ts-entypo-arrow-left4:before {content:"\e88c";}
.ts-entypo-arrow-down4:before {content:"\e88d";}
.ts-entypo-arrow-up--upload:before {content:"\e88e";}
.ts-entypo-arrow-right4:before {content:"\e88f";}
.ts-entypo-arrow-left5:before {content:"\e890";}
.ts-entypo-arrow-down5:before {content:"\e891";}
.ts-entypo-arrow-up4:before {content:"\e892";}
.ts-entypo-arrow-right5:before {content:"\e893";}
.ts-entypo-arrow-left6:before {content:"\e894";}
.ts-entypo-arrow-down6:before {content:"\e895";}
.ts-entypo-arrow-up5:before {content:"\e896";}
.ts-entypo-arrow-right6:before {content:"\e897";}
.ts-entypo-arrow-left7:before {content:"\e898";}
.ts-entypo-arrow-down7:before {content:"\e899";}
.ts-entypo-arrow-up6:before {content:"\e89a";}
.ts-entypo-arrow-right7:before {content:"\e89b";}
.ts-entypo-arrow-left8:before {content:"\e89c";}
.ts-entypo-arrow-down8:before {content:"\e89d";}
.ts-entypo-arrow-up7:before {content:"\e89e";}
.ts-entypo-arrow-right8:before {content:"\e89f";}
.ts-entypo-arrow-left9:before {content:"\e8a0";}
.ts-entypo-arrow-down9:before {content:"\e8a1";}
.ts-entypo-arrow-up8:before {content:"\e8a2";}
.ts-entypo-arrow-right9:before {content:"\e8a3";}
.ts-entypo-arrow-left10:before {content:"\e8a4";}
.ts-entypo-arrow-down10:before {content:"\e8a5";}
.ts-entypo-arrow-up9:before {content:"\e8a6";}
.ts-entypo-uniE8A7:before {content:"\e8a7";}
.ts-entypo-arrow-left11:before {content:"\e8a8";}
.ts-entypo-arrow-down11:before {content:"\e8a9";}
.ts-entypo-arrow-up10:before {content:"\e8aa";}
.ts-entypo-arrow-right10:before {content:"\e8ab";}
.ts-entypo-menu3:before {content:"\e8ac";}
.ts-entypo-ellipsis:before {content:"\e8ad";}
.ts-entypo-dots:before {content:"\e8ae";}
.ts-entypo-dot:before {content:"\e8af";}
.ts-entypo-cc:before {content:"\e8b0";}
.ts-entypo-cc-by:before {content:"\e8b1";}
.ts-entypo-cc-nc:before {content:"\e8b2";}
.ts-entypo-cc-nc-eu:before {content:"\e8b3";}
.ts-entypo-cc-nc-jp:before {content:"\e8b4";}
.ts-entypo-cc-sa:before {content:"\e8b5";}
.ts-entypo-cc-nd:before {content:"\e8b6";}
.ts-entypo-cc-pd:before {content:"\e8b7";}
.ts-entypo-cc-zero:before {content:"\e8b8";}
.ts-entypo-cc-share:before {content:"\e8b9";}
.ts-entypo-cc-share2:before {content:"\e7c4";}
.ts-entypo-daniel-bruce:before {content:"\e8ba";}
.ts-entypo-daniel-bruce2:before {content:"\e8bb";}
.ts-entypo-github4:before {content:"\e8bc";}
.ts-entypo-github5:before {content:"\e8bd";}
.ts-entypo-flickr5:before {content:"\e8be";}
.ts-entypo-flickr6:before {content:"\e8bf";}
.ts-entypo-vimeo4:before {content:"\e8c0";}
.ts-entypo-vimeo5:before {content:"\e8c1";}
.ts-entypo-twitter4:before {content:"\e8c2";}
.ts-entypo-twitter5:before {content:"\e8c3";}
.ts-entypo-facebook4:before {content:"\e8c4";}
.ts-entypo-facebook5:before {content:"\e8c5";}
.ts-entypo-facebook6:before {content:"\e8c6";}
.ts-entypo-googleplus2:before {content:"\e8c7";}
.ts-entypo-googleplus3:before {content:"\e8c8";}
.ts-entypo-pinterest3:before {content:"\e8c9";}
.ts-entypo-pinterest4:before {content:"\e8ca";}
.ts-entypo-tumblr3:before {content:"\e8cb";}
.ts-entypo-tumblr4:before {content:"\e8cc";}
.ts-entypo-linkedin2:before {content:"\e8cd";}
.ts-entypo-linkedin3:before {content:"\e8ce";}
.ts-entypo-dribbble4:before {content:"\e7c5";}
.ts-entypo-dribbble5:before {content:"\e8cf";}
.ts-entypo-stumbleupon-2:before {content:"\e7c6";}
.ts-entypo-stumbleupon3:before {content:"\e8d0";}
.ts-entypo-lastfm3:before {content:"\e8d1";}
.ts-entypo-lastfm4:before {content:"\e8d2";}
.ts-entypo-rdio:before {content:"\e7c7";}
.ts-entypo-rdio2:before {content:"\e8d3";}
.ts-entypo-spotify:before {content:"\e8d4";}
.ts-entypo-spotify2:before {content:"\e8d5";}
.ts-entypo-qq:before {content:"\e8d6";}
.ts-entypo-instagram2:before {content:"\e8d7";}
.ts-entypo-dropbox:before {content:"\e7c8";}
.ts-entypo-evernote:before {content:"\e8d8";}
.ts-entypo-flattr2:before {content:"\e8d9";}
.ts-entypo-skype2:before {content:"\e8da";}
.ts-entypo-skype3:before {content:"\e8db";}
.ts-entypo-renren:before {content:"\e7c9";}
.ts-entypo-sina-weibo:before {content:"\e7ca";}
.ts-entypo-paypal4:before {content:"\e8dc";}
.ts-entypo-picasa:before {content:"\e8dd";}
.ts-entypo-soundcloud3:before {content:"\e8de";}
.ts-entypo-mixi:before {content:"\e7cb";}
.ts-entypo-behance:before {content:"\e7cc";}
.ts-entypo-circles:before {content:"\e7cd";}
.ts-entypo-vk-2:before {content:"\e7ce";}
.ts-entypo-smashing:before {content:"\e7cf";}@font-face {
font-family:                		'foundation';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.svg#foundation) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-foundation-"], [class*=" ts-foundation-"] {
font-family:						'foundation' !important;
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;
}
[class^="ts-foundation-"]:before,[class*=" ts-foundation-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-foundation-"],a [class*=" ts-foundation-"] {
display:							inline-block;
}
.ts-foundation-address-book:before {            content: "\f100"; }
.ts-foundation-alert:before {                   content: "\f101"; }
.ts-foundation-align-center:before {            content: "\f102"; }
.ts-foundation-align-justify:before {           content: "\f103"; }
.ts-foundation-align-left:before {              content: "\f104"; }
.ts-foundation-align-right:before {             content: "\f105"; }
.ts-foundation-anchor:before {                  content: "\f106"; }
.ts-foundation-annotate:before {                content: "\f107"; }
.ts-foundation-archive:before {                 content: "\f108"; }
.ts-foundation-arrow-down:before {              content: "\f109"; }
.ts-foundation-arrow-left:before {              content: "\f10a"; }
.ts-foundation-arrow-right:before {             content: "\f10b"; }
.ts-foundation-arrow-up:before {                content: "\f10c"; }
.ts-foundation-arrows-compress:before {         content: "\f10d"; }
.ts-foundation-arrows-expand:before {           content: "\f10e"; }
.ts-foundation-arrows-in:before {               content: "\f10f"; }
.ts-foundation-arrows-out:before {              content: "\f110"; }
.ts-foundation-asl:before {                     content: "\f111"; }
.ts-foundation-asterisk:before {                content: "\f112"; }
.ts-foundation-at-sign:before {                 content: "\f113"; }
.ts-foundation-background-color:before {        content: "\f114"; }
.ts-foundation-battery-empty:before {           content: "\f115"; }
.ts-foundation-battery-full:before {            content: "\f116"; }
.ts-foundation-battery-half:before {            content: "\f117"; }
.ts-foundation-bitcoin-circle:before {          content: "\f118"; }
.ts-foundation-bitcoin:before {                 content: "\f119"; }
.ts-foundation-blind:before {                   content: "\f11a"; }
.ts-foundation-bluetooth:before {               content: "\f11b"; }
.ts-foundation-bold:before {                    content: "\f11c"; }
.ts-foundation-book-bookmark:before {           content: "\f11d"; }
.ts-foundation-book:before {                    content: "\f11e"; }
.ts-foundation-bookmark:before {                content: "\f11f"; }
.ts-foundation-braille:before {                 content: "\f120"; }
.ts-foundation-burst-new:before {               content: "\f121"; }
.ts-foundation-burst-sale:before {              content: "\f122"; }
.ts-foundation-burst:before {                   content: "\f123"; }
.ts-foundation-calendar:before {                content: "\f124"; }
.ts-foundation-camera:before {                  content: "\f125"; }
.ts-foundation-check:before {                   content: "\f126"; }
.ts-foundation-checkbox:before {                content: "\f127"; }
.ts-foundation-clipboard-notes:before {         content: "\f128"; }
.ts-foundation-clipboard-pencil:before {        content: "\f129"; }
.ts-foundation-clipboard:before {               content: "\f12a"; }
.ts-foundation-clock:before {                   content: "\f12b"; }
.ts-foundation-closed-caption:before {          content: "\f12c"; }
.ts-foundation-cloud:before {                   content: "\f12d"; }
.ts-foundation-comment-minus:before {           content: "\f12e"; }
.ts-foundation-comment-quotes:before {          content: "\f12f"; }
.ts-foundation-comment-video:before {           content: "\f130"; }
.ts-foundation-comment:before {                 content: "\f131"; }
.ts-foundation-comments:before {                content: "\f132"; }
.ts-foundation-compass:before {                 content: "\f133"; }
.ts-foundation-contrast:before {                content: "\f134"; }
.ts-foundation-credit-card:before {             content: "\f135"; }
.ts-foundation-crop:before {                    content: "\f136"; }
.ts-foundation-crown:before {                   content: "\f137"; }
.ts-foundation-css3:before {                    content: "\f138"; }
.ts-foundation-database:before {                content: "\f139"; }
.ts-foundation-die-five:before {                content: "\f13a"; }
.ts-foundation-die-four:before {                content: "\f13b"; }
.ts-foundation-die-one:before {                 content: "\f13c"; }
.ts-foundation-die-six:before {                 content: "\f13d"; }
.ts-foundation-die-three:before {               content: "\f13e"; }
.ts-foundation-die-two:before {                 content: "\f13f"; }
.ts-foundation-dislike:before {                 content: "\f140"; }
.ts-foundation-dollar-bill:before {             content: "\f141"; }
.ts-foundation-dollar:before {                  content: "\f142"; }
.ts-foundation-download:before {                content: "\f143"; }
.ts-foundation-eject:before {                   content: "\f144"; }
.ts-foundation-elevator:before {                content: "\f145"; }
.ts-foundation-euro:before {                    content: "\f146"; }
.ts-foundation-eye:before {                     content: "\f147"; }
.ts-foundation-fast-forward:before {            content: "\f148"; }
.ts-foundation-female-symbol:before {           content: "\f149"; }
.ts-foundation-female:before {                  content: "\f14a"; }
.ts-foundation-filter:before {                  content: "\f14b"; }
.ts-foundation-first-aid:before {               content: "\f14c"; }
.ts-foundation-flag:before {                    content: "\f14d"; }
.ts-foundation-folder-add:before {              content: "\f14e"; }
.ts-foundation-folder-lock:before {             content: "\f14f"; }
.ts-foundation-folder:before {                  content: "\f150"; }
.ts-foundation-foot:before {                    content: "\f151"; }
.ts-foundation-foundation:before {              content: "\f152"; }
.ts-foundation-graph-bar:before {               content: "\f153"; }
.ts-foundation-graph-horizontal:before {        content: "\f154"; }
.ts-foundation-graph-pie:before {               content: "\f155"; }
.ts-foundation-graph-trend:before {             content: "\f156"; }
.ts-foundation-guide-dog:before {               content: "\f157"; }
.ts-foundation-hearing-aid:before {             content: "\f158"; }
.ts-foundation-heart:before {                   content: "\f159"; }
.ts-foundation-home:before {                    content: "\f15a"; }
.ts-foundation-html5:before {                   content: "\f15b"; }
.ts-foundation-indent-less:before {             content: "\f15c"; }
.ts-foundation-indent-more:before {             content: "\f15d"; }
.ts-foundation-info:before {                    content: "\f15e"; }
.ts-foundation-italic:before {                  content: "\f15f"; }
.ts-foundation-key:before {                     content: "\f160"; }
.ts-foundation-laptop:before {                  content: "\f161"; }
.ts-foundation-layout:before {                  content: "\f162"; }
.ts-foundation-lightbulb:before {               content: "\f163"; }
.ts-foundation-like:before {                    content: "\f164"; }
.ts-foundation-link:before {                    content: "\f165"; }
.ts-foundation-list-bullet:before {             content: "\f166"; }
.ts-foundation-list-number:before {             content: "\f167"; }
.ts-foundation-list-thumbnails:before {         content: "\f168"; }
.ts-foundation-list:before {                    content: "\f169"; }
.ts-foundation-lock:before {                    content: "\f16a"; }
.ts-foundation-loop:before {                    content: "\f16b"; }
.ts-foundation-magnifying-glass:before {        content: "\f16c"; }
.ts-foundation-mail:before {                    content: "\f16d"; }
.ts-foundation-male-female:before {             content: "\f16e"; }
.ts-foundation-male-symbol:before {             content: "\f16f"; }
.ts-foundation-male:before {                    content: "\f170"; }
.ts-foundation-map:before {                     content: "\f171"; }
.ts-foundation-marker:before {                  content: "\f172"; }
.ts-foundation-megaphone:before {               content: "\f173"; }
.ts-foundation-microphone:before {              content: "\f174"; }
.ts-foundation-minus-circle:before {            content: "\f175"; }
.ts-foundation-minus:before {                   content: "\f176"; }
.ts-foundation-mobile-signal:before {           content: "\f177"; }
.ts-foundation-mobile:before {                  content: "\f178"; }
.ts-foundation-monitor:before {                 content: "\f179"; }
.ts-foundation-mountains:before {               content: "\f17a"; }
.ts-foundation-music:before {                   content: "\f17b"; }
.ts-foundation-next:before {                    content: "\f17c"; }
.ts-foundation-no-dogs:before {                 content: "\f17d"; }
.ts-foundation-no-smoking:before {              content: "\f17e"; }
.ts-foundation-page-add:before {                content: "\f17f"; }
.ts-foundation-page-copy:before {               content: "\f180"; }
.ts-foundation-page-csv:before {                content: "\f181"; }
.ts-foundation-page-delete:before {             content: "\f182"; }
.ts-foundation-page-doc:before {                content: "\f183"; }
.ts-foundation-page-edit:before {               content: "\f184"; }
.ts-foundation-page-export-csv:before {         content: "\f185"; }
.ts-foundation-page-export-doc:before {         content: "\f186"; }
.ts-foundation-page-export-pdf:before {         content: "\f187"; }
.ts-foundation-page-export:before {             content: "\f188"; }
.ts-foundation-page-filled:before {             content: "\f189"; }
.ts-foundation-page-multiple:before {           content: "\f18a"; }
.ts-foundation-page-pdf:before {                content: "\f18b"; }
.ts-foundation-page-remove:before {             content: "\f18c"; }
.ts-foundation-page-search:before {             content: "\f18d"; }
.ts-foundation-page:before {                    content: "\f18e"; }
.ts-foundation-paint-bucket:before {            content: "\f18f"; }
.ts-foundation-paperclip:before {               content: "\f190"; }
.ts-foundation-pause:before {                   content: "\f191"; }
.ts-foundation-paw:before {                     content: "\f192"; }
.ts-foundation-paypal:before {                  content: "\f193"; }
.ts-foundation-pencil:before {                  content: "\f194"; }
.ts-foundation-photo:before {                   content: "\f195"; }
.ts-foundation-play-circle:before {             content: "\f196"; }
.ts-foundation-play-video:before {              content: "\f197"; }
.ts-foundation-play:before {                    content: "\f198"; }
.ts-foundation-plus:before {                    content: "\f199"; }
.ts-foundation-pound:before {                   content: "\f19a"; }
.ts-foundation-power:before {                   content: "\f19b"; }
.ts-foundation-previous:before {                content: "\f19c"; }
.ts-foundation-price-tag:before {               content: "\f19d"; }
.ts-foundation-pricetag-multiple:before {       content: "\f19e"; }
.ts-foundation-print:before {                   content: "\f19f"; }
.ts-foundation-prohibited:before {              content: "\f1a0"; }
.ts-foundation-projection-screen:before {       content: "\f1a1"; }
.ts-foundation-puzzle:before {                  content: "\f1a2"; }
.ts-foundation-quote:before {                   content: "\f1a3"; }
.ts-foundation-record:before {                  content: "\f1a4"; }
.ts-foundation-refresh:before {                 content: "\f1a5"; }
.ts-foundation-results-demographics:before {    content: "\f1a6"; }
.ts-foundation-results:before {                 content: "\f1a7"; }
.ts-foundation-rewind-ten:before {              content: "\f1a8"; }
.ts-foundation-rewind:before {                  content: "\f1a9"; }
.ts-foundation-rss:before {                     content: "\f1aa"; }
.ts-foundation-safety-cone:before {             content: "\f1ab"; }
.ts-foundation-save:before {                    content: "\f1ac"; }
.ts-foundation-share:before {                   content: "\f1ad"; }
.ts-foundation-sheriff-badge:before {           content: "\f1ae"; }
.ts-foundation-shield:before {                  content: "\f1af"; }
.ts-foundation-shopping-bag:before {            content: "\f1b0"; }
.ts-foundation-shopping-cart:before {           content: "\f1b1"; }
.ts-foundation-shuffle:before {                 content: "\f1b2"; }
.ts-foundation-skull:before {                   content: "\f1b3"; }
.ts-foundation-social-500px:before {            content: "\f1b4"; }
.ts-foundation-social-adobe:before {            content: "\f1b5"; }
.ts-foundation-social-amazon:before {           content: "\f1b6"; }
.ts-foundation-social-android:before {          content: "\f1b7"; }
.ts-foundation-social-apple:before {            content: "\f1b8"; }
.ts-foundation-social-behance:before {          content: "\f1b9"; }
.ts-foundation-social-bing:before {             content: "\f1ba"; }
.ts-foundation-social-blogger:before {          content: "\f1bb"; }
.ts-foundation-social-delicious:before {        content: "\f1bc"; }
.ts-foundation-social-designer-news:before {    content: "\f1bd"; }
.ts-foundation-social-deviant-art:before {      content: "\f1be"; }
.ts-foundation-social-digg:before {             content: "\f1bf"; }
.ts-foundation-social-dribbble:before {         content: "\f1c0"; }
.ts-foundation-social-drive:before {            content: "\f1c1"; }
.ts-foundation-social-dropbox:before {          content: "\f1c2"; }
.ts-foundation-social-evernote:before {         content: "\f1c3"; }
.ts-foundation-social-facebook:before {         content: "\f1c4"; }
.ts-foundation-social-flickr:before {           content: "\f1c5"; }
.ts-foundation-social-forrst:before {           content: "\f1c6"; }
.ts-foundation-social-foursquare:before {       content: "\f1c7"; }
.ts-foundation-social-game-center:before {      content: "\f1c8"; }
.ts-foundation-social-github:before {           content: "\f1c9"; }
.ts-foundation-social-google-plus:before {      content: "\f1ca"; }
.ts-foundation-social-hacker-news:before {      content: "\f1cb"; }
.ts-foundation-social-hi5:before {              content: "\f1cc"; }
.ts-foundation-social-instagram:before {        content: "\f1cd"; }
.ts-foundation-social-joomla:before {           content: "\f1ce"; }
.ts-foundation-social-lastfm:before {           content: "\f1cf"; }
.ts-foundation-social-linkedin:before {         content: "\f1d0"; }
.ts-foundation-social-medium:before {           content: "\f1d1"; }
.ts-foundation-social-myspace:before {          content: "\f1d2"; }
.ts-foundation-social-orkut:before {            content: "\f1d3"; }
.ts-foundation-social-path:before {             content: "\f1d4"; }
.ts-foundation-social-picasa:before {           content: "\f1d5"; }
.ts-foundation-social-pinterest:before {        content: "\f1d6"; }
.ts-foundation-social-rdio:before {             content: "\f1d7"; }
.ts-foundation-social-reddit:before {           content: "\f1d8"; }
.ts-foundation-social-skillshare:before {       content: "\f1d9"; }
.ts-foundation-social-skype:before {            content: "\f1da"; }
.ts-foundation-social-smashing-mag:before {     content: "\f1db"; }
.ts-foundation-social-snapchat:before {         content: "\f1dc"; }
.ts-foundation-social-spotify:before {          content: "\f1dd"; }
.ts-foundation-social-squidoo:before {          content: "\f1de"; }
.ts-foundation-social-stack-overflow:before {   content: "\f1df"; }
.ts-foundation-social-steam:before {            content: "\f1e0"; }
.ts-foundation-social-stumbleupon:before {      content: "\f1e1"; }
.ts-foundation-social-treehouse:before {        content: "\f1e2"; }
.ts-foundation-social-tumblr:before {           content: "\f1e3"; }
.ts-foundation-social-twitter:before {          content: "\f1e4"; }
.ts-foundation-social-vimeo:before {            content: "\f1e5"; }
.ts-foundation-social-windows:before {          content: "\f1e6"; }
.ts-foundation-social-xbox:before {             content: "\f1e7"; }
.ts-foundation-social-yahoo:before {            content: "\f1e8"; }
.ts-foundation-social-yelp:before {             content: "\f1e9"; }
.ts-foundation-social-youtube:before {          content: "\f1ea"; }
.ts-foundation-social-zerply:before {           content: "\f1eb"; }
.ts-foundation-social-zurb:before {             content: "\f1ec"; }
.ts-foundation-sound:before {                   content: "\f1ed"; }
.ts-foundation-star:before {                    content: "\f1ee"; }
.ts-foundation-stop:before {                    content: "\f1ef"; }
.ts-foundation-strikethrough:before {           content: "\f1f0"; }
.ts-foundation-subscript:before {               content: "\f1f1"; }
.ts-foundation-superscript:before {             content: "\f1f2"; }
.ts-foundation-tablet-landscape:before {        content: "\f1f3"; }
.ts-foundation-tablet-portrait:before {         content: "\f1f4"; }
.ts-foundation-target-two:before {              content: "\f1f5"; }
.ts-foundation-target:before {                  content: "\f1f6"; }
.ts-foundation-telephone-accessible:before {    content: "\f1f7"; }
.ts-foundation-telephone:before {               content: "\f1f8"; }
.ts-foundation-text-color:before {              content: "\f1f9"; }
.ts-foundation-thumbnails:before {              content: "\f1fa"; }
.ts-foundation-ticket:before {                  content: "\f1fb"; }
.ts-foundation-torso-business:before {          content: "\f1fc"; }
.ts-foundation-torso-female:before {            content: "\f1fd"; }
.ts-foundation-torso:before {                   content: "\f1fe"; }
.ts-foundation-torsos-all-female:before {       content: "\f1ff"; }
.ts-foundation-torsos-all:before {              content: "\f200"; }
.ts-foundation-torsos-female-male:before {      content: "\f201"; }
.ts-foundation-torsos-male-female:before {      content: "\f202"; }
.ts-foundation-torsos:before {                  content: "\f203"; }
.ts-foundation-trash:before {                   content: "\f204"; }
.ts-foundation-trees:before {                   content: "\f205"; }
.ts-foundation-trophy:before {                  content: "\f206"; }
.ts-foundation-underline:before {               content: "\f207"; }
.ts-foundation-universal-access:before {        content: "\f208"; }
.ts-foundation-unlink:before {                  content: "\f209"; }
.ts-foundation-unlock:before {                  content: "\f20a"; }
.ts-foundation-upload-cloud:before {            content: "\f20b"; }
.ts-foundation-upload:before {                  content: "\f20c"; }
.ts-foundation-usb:before {                     content: "\f20d"; }
.ts-foundation-video:before {                   content: "\f20e"; }
.ts-foundation-volume-none:before {             content: "\f20f"; }
.ts-foundation-volume-strike:before {           content: "\f210"; }
.ts-foundation-volume:before {                  content: "\f211"; }
.ts-foundation-web:before {                     content: "\f212"; }
.ts-foundation-wheelchair:before {              content: "\f213"; }
.ts-foundation-widget:before {                  content: "\f214"; }
.ts-foundation-wrench:before {                  content: "\f215"; }
.ts-foundation-x-circle:before {                content: "\f216"; }
.ts-foundation-x:before {                       content: "\f217"; }
.ts-foundation-yen:before {                     content: "\f218"; }
.ts-foundation-zoom-in:before {                 content: "\f219"; }
.ts-foundation-zoom-out:before {                content: "\f21a"; }@font-face {
font-family:                		'genericons';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.svg#tekanewa) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-genericons-"],[class*=" ts-genericons-"] {
display: 							inline-block;
font-family: 						'genericons' !important;
font-style: 						normal;
font-weight: 						normal;
line-height: 						1;
-webkit-font-smoothing: 			antialiased;
-moz-osx-font-smoothing: 			grayscale;
width:								1em;
height:								1em;
text-align:							center;
vertical-align:						middle;
}
[class^="ts-genericons-"]:before,[class*=" ts-genericons-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-genericons-"],a [class*=" ts-genericons-"] {
display:							inline-block;
} .ts-genericons-standard:before {        content: '\f100'; }
.ts-genericons-aside:before {           content: '\f101'; }
.ts-genericons-image:before {           content: '\f102'; }
.ts-genericons-gallery:before {         content: '\f103'; }
.ts-genericons-video:before {           content: '\f104'; }
.ts-genericons-status:before {          content: '\f105'; }
.ts-genericons-quote:before {           content: '\f106'; }
.ts-genericons-link:before {            content: '\f107'; }
.ts-genericons-chat:before {            content: '\f108'; }
.ts-genericons-audio:before {           content: '\f109'; } .ts-genericons-github:before {          content: '\f200'; }
.ts-genericons-dribbble:before {        content: '\f201'; }
.ts-genericons-twitter:before {         content: '\f202'; }
.ts-genericons-facebook:before {        content: '\f203'; }
.ts-genericons-facebook-alt:before {    content: '\f204'; }
.ts-genericons-wordpress:before {       content: '\f205'; }
.ts-genericons-googleplus:before {      content: '\f206'; }
.ts-genericons-linkedin:before {        content: '\f207'; }
.ts-genericons-linkedin-alt:before {    content: '\f208'; }
.ts-genericons-pinterest:before {       content: '\f209'; }
.ts-genericons-pinterest-alt:before {   content: '\f210'; }
.ts-genericons-flickr:before {          content: '\f211'; }
.ts-genericons-vimeo:before {           content: '\f212'; }
.ts-genericons-youtube:before {         content: '\f213'; }
.ts-genericons-tumblr:before {          content: '\f214'; }
.ts-genericons-instagram:before {       content: '\f215'; }
.ts-genericons-codepen:before {         content: '\f216'; }
.ts-genericons-polldaddy:before {       content: '\f217'; }
.ts-genericons-googleplus-alt:before {  content: '\f218'; }
.ts-genericons-path:before {            content: '\f219'; }
.ts-genericons-skype:before {           content: '\f220'; }
.ts-genericons-digg:before {            content: '\f221'; }
.ts-genericons-reddit:before {          content: '\f222'; }
.ts-genericons-stumbleupon:before {     content: '\f223'; }
.ts-genericons-pocket:before {          content: '\f224'; } .ts-genericons-comment:before {         content: '\f300'; }
.ts-genericons-category:before {        content: '\f301'; }
.ts-genericons-tag:before {             content: '\f302'; }
.ts-genericons-time:before {            content: '\f303'; }
.ts-genericons-user:before {            content: '\f304'; }
.ts-genericons-day:before {             content: '\f305'; }
.ts-genericons-week:before {            content: '\f306'; }
.ts-genericons-month:before {           content: '\f307'; }
.ts-genericons-pinned:before {          content: '\f308'; } .ts-genericons-search:before {          content: '\f400'; }
.ts-genericons-unzoom:before {          content: '\f401'; }
.ts-genericons-zoom:before {            content: '\f402'; }
.ts-genericons-show:before {            content: '\f403'; }
.ts-genericons-hide:before {            content: '\f404'; }
.ts-genericons-close:before {           content: '\f405'; }
.ts-genericons-close-alt:before {       content: '\f406'; }
.ts-genericons-trash:before {           content: '\f407'; }
.ts-genericons-star:before {            content: '\f408'; }
.ts-genericons-home:before {            content: '\f409'; }
.ts-genericons-mail:before {            content: '\f410'; }
.ts-genericons-edit:before {            content: '\f411'; }
.ts-genericons-reply:before {           content: '\f412'; }
.ts-genericons-feed:before {            content: '\f413'; }
.ts-genericons-warning:before {         content: '\f414'; }
.ts-genericons-share:before {           content: '\f415'; }
.ts-genericons-attachment:before {      content: '\f416'; }
.ts-genericons-location:before {        content: '\f417'; }
.ts-genericons-checkmark:before {       content: '\f418'; }
.ts-genericons-menu:before {            content: '\f419'; }
.ts-genericons-refresh:before {         content: '\f420'; }
.ts-genericons-minimize:before {        content: '\f421'; }
.ts-genericons-maximize:before {        content: '\f422'; }
.ts-genericons-404:before {             content: '\f423'; }
.ts-genericons-spam:before {            content: '\f424'; }
.ts-genericons-summary:before {         content: '\f425'; }
.ts-genericons-cloud:before {           content: '\f426'; }
.ts-genericons-key:before {             content: '\f427'; }
.ts-genericons-dot:before {             content: '\f428'; }
.ts-genericons-next:before {            content: '\f429'; }
.ts-genericons-previous:before {        content: '\f430'; }
.ts-genericons-expand:before {          content: '\f431'; }
.ts-genericons-collapse:before {        content: '\f432'; }
.ts-genericons-dropdown:before {        content: '\f433'; }
.ts-genericons-dropdown-left:before {   content: '\f434'; }
.ts-genericons-top:before {             content: '\f435'; }
.ts-genericons-draggable:before {       content: '\f436'; }
.ts-genericons-phone:before {           content: '\f437'; }
.ts-genericons-send-to-phone:before {   content: '\f438'; }
.ts-genericons-plugin:before {          content: '\f439'; }
.ts-genericons-cloud-download:before {  content: '\f440'; }
.ts-genericons-cloud-upload:before {    content: '\f441'; }
.ts-genericons-external:before {        content: '\f442'; }
.ts-genericons-document:before {        content: '\f443'; }
.ts-genericons-book:before {            content: '\f444'; }
.ts-genericons-cog:before {             content: '\f445'; }
.ts-genericons-unapprove:before {       content: '\f446'; }
.ts-genericons-cart:before {            content: '\f447'; }
.ts-genericons-pause:before {           content: '\f448'; }
.ts-genericons-stop:before {            content: '\f449'; }
.ts-genericons-skip-back:before {       content: '\f450'; }
.ts-genericons-skip-ahead:before {      content: '\f451'; }
.ts-genericons-play:before {            content: '\f452'; }
.ts-genericons-tablet:before {          content: '\f453'; }
.ts-genericons-send-to-tablet:before {  content: '\f454'; }
.ts-genericons-info:before {            content: '\f455'; }
.ts-genericons-notice:before {          content: '\f456'; }
.ts-genericons-help:before {            content: '\f457'; }
.ts-genericons-fastforward:before {     content: '\f458'; }
.ts-genericons-rewind:before {          content: '\f459'; }
.ts-genericons-portfolio:before {       content: '\f460'; }
.ts-genericons-heart:before {           content: '\f461'; }
.ts-genericons-code:before {            content: '\f462'; }
.ts-genericons-subscribe:before {       content: '\f463'; }
.ts-genericons-unsubscribe:before {     content: '\f464'; }
.ts-genericons-subscribed:before {      content: '\f465'; }
.ts-genericons-reply-alt:before {       content: '\f466'; }
.ts-genericons-reply-single:before {    content: '\f467'; }
.ts-genericons-flag:before {            content: '\f468'; }
.ts-genericons-print:before {           content: '\f469'; }
.ts-genericons-lock:before {            content: '\f470'; }
.ts-genericons-bold:before {            content: '\f471'; }
.ts-genericons-italic:before {          content: '\f472'; }
.ts-genericons-picture:before {         content: '\f473'; } .ts-genericons-uparrow:before {         content: '\f500'; }
.ts-genericons-rightarrow:before {      content: '\f501'; }
.ts-genericons-downarrow:before {       content: '\f502'; }
.ts-genericons-leftarrow:before {       content: '\f503'; }@font-face {
font-family:                        'icomoon';
src:                                url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.svg#icomoon) format('svg');
font-weight:                        normal;
font-style:                         normal;
}
[class^="ts-icomoon-"],[class*=" ts-icomoon-"] {
font-family:                        icomoon !important;
font-family: 						'genericons';
font-style: 						normal;
font-weight: 						normal;
line-height: 						1;
-webkit-font-smoothing: 			antialiased;
-moz-osx-font-smoothing: 			grayscale;
width:								1em;
height:								1em;
text-align:							center;
vertical-align:						middle;
}
[class^="ts-icomoon-"]:before,[class*=" ts-icomoon-"]:before {
text-decoration:                    inherit;
display:                            inline-block;
speak:                              none;
}
a [class^="ts-icomoon-"],a [class*=" ts-icomoon-"] {
display:                            inline-block;
}
.ts-icomoon-home:before {content:"\e600";}
.ts-icomoon-home2:before {content:"\e601";}
.ts-icomoon-home3:before {content:"\e602";}
.ts-icomoon-office:before {content:"\e603";}
.ts-icomoon-newspaper:before {content:"\e604";}
.ts-icomoon-pencil:before {content:"\e605";}
.ts-icomoon-pencil2:before {content:"\e606";}
.ts-icomoon-quill:before {content:"\e607";}
.ts-icomoon-pen:before {content:"\e608";}
.ts-icomoon-blog:before {content:"\e609";}
.ts-icomoon-droplet:before {content:"\e60a";}
.ts-icomoon-paint-format:before {content:"\e60b";}
.ts-icomoon-image:before {content:"\e60c";}
.ts-icomoon-image2:before {content:"\e60d";}
.ts-icomoon-images:before {content:"\e60e";}
.ts-icomoon-camera:before {content:"\e60f";}
.ts-icomoon-music:before {content:"\e610";}
.ts-icomoon-headphones:before {content:"\e611";}
.ts-icomoon-play:before {content:"\e612";}
.ts-icomoon-film:before {content:"\e613";}
.ts-icomoon-camera2:before {content:"\e614";}
.ts-icomoon-dice:before {content:"\e615";}
.ts-icomoon-pacman:before {content:"\e616";}
.ts-icomoon-spades:before {content:"\e617";}
.ts-icomoon-clubs:before {content:"\e618";}
.ts-icomoon-diamonds:before {content:"\e619";}
.ts-icomoon-pawn:before {content:"\e61a";}
.ts-icomoon-bullhorn:before {content:"\e61b";}
.ts-icomoon-connection:before {content:"\e61c";}
.ts-icomoon-podcast:before {content:"\e61d";}
.ts-icomoon-feed:before {content:"\e61e";}
.ts-icomoon-book:before {content:"\e61f";}
.ts-icomoon-books:before {content:"\e620";}
.ts-icomoon-library:before {content:"\e621";}
.ts-icomoon-file:before {content:"\e622";}
.ts-icomoon-profile:before {content:"\e623";}
.ts-icomoon-file2:before {content:"\e624";}
.ts-icomoon-file3:before {content:"\e625";}
.ts-icomoon-file4:before {content:"\e626";}
.ts-icomoon-copy:before {content:"\e627";}
.ts-icomoon-copy2:before {content:"\e628";}
.ts-icomoon-copy3:before {content:"\e629";}
.ts-icomoon-paste:before {content:"\e62a";}
.ts-icomoon-paste2:before {content:"\e62b";}
.ts-icomoon-paste3:before {content:"\e62c";}
.ts-icomoon-stack:before {content:"\e63c";}
.ts-icomoon-folder:before {content:"\e63e";}
.ts-icomoon-folder-open:before {content:"\e63f";}
.ts-icomoon-tag:before {content:"\e640";}
.ts-icomoon-tags:before {content:"\e641";}
.ts-icomoon-barcode:before {content:"\e642";}
.ts-icomoon-qrcode:before {content:"\e643";}
.ts-icomoon-ticket:before {content:"\e644";}
.ts-icomoon-cart:before {content:"\e645";}
.ts-icomoon-cart2:before {content:"\e646";}
.ts-icomoon-cart3:before {content:"\e647";}
.ts-icomoon-coin:before {content:"\e648";}
.ts-icomoon-credit:before {content:"\e649";}
.ts-icomoon-calculate:before {content:"\e64a";}
.ts-icomoon-support:before {content:"\e64b";}
.ts-icomoon-phone:before {content:"\e64c";}
.ts-icomoon-phone-hang-up:before {content:"\e64d";}
.ts-icomoon-address-book:before {content:"\e64e";}
.ts-icomoon-notebook:before {content:"\e64f";}
.ts-icomoon-envelope:before {content:"\e650";}
.ts-icomoon-pushpin:before {content:"\e651";}
.ts-icomoon-location:before {content:"\e652";}
.ts-icomoon-location2:before {content:"\e653";}
.ts-icomoon-compass:before {content:"\e654";}
.ts-icomoon-map:before {content:"\e655";}
.ts-icomoon-map2:before {content:"\e656";}
.ts-icomoon-history:before {content:"\e657";}
.ts-icomoon-clock:before {content:"\e658";}
.ts-icomoon-clock2:before {content:"\e659";}
.ts-icomoon-alarm:before {content:"\e65a";}
.ts-icomoon-alarm2:before {content:"\e65b";}
.ts-icomoon-bell:before {content:"\e65c";}
.ts-icomoon-stopwatch:before {content:"\e65d";}
.ts-icomoon-calendar:before {content:"\e65e";}
.ts-icomoon-calendar2:before {content:"\e65f";}
.ts-icomoon-print:before {content:"\e660";}
.ts-icomoon-keyboard:before {content:"\e661";}
.ts-icomoon-screen:before {content:"\e662";}
.ts-icomoon-laptop:before {content:"\e663";}
.ts-icomoon-mobile:before {content:"\e664";}
.ts-icomoon-mobile2:before {content:"\e665";}
.ts-icomoon-tablet:before {content:"\e666";}
.ts-icomoon-tv:before {content:"\e667";}
.ts-icomoon-cabinet:before {content:"\e668";}
.ts-icomoon-drawer:before {content:"\e669";}
.ts-icomoon-drawer2:before {content:"\e66a";}
.ts-icomoon-drawer3:before {content:"\e66b";}
.ts-icomoon-box-add:before {content:"\e66c";}
.ts-icomoon-box-remove:before {content:"\e66d";}
.ts-icomoon-download:before {content:"\e66e";}
.ts-icomoon-upload:before {content:"\e66f";}
.ts-icomoon-disk:before {content:"\e670";}
.ts-icomoon-storage:before {content:"\e671";}
.ts-icomoon-undo:before {content:"\e672";}
.ts-icomoon-redo:before {content:"\e673";}
.ts-icomoon-flip:before {content:"\e674";}
.ts-icomoon-flip2:before {content:"\e675";}
.ts-icomoon-undo2:before {content:"\e676";}
.ts-icomoon-redo2:before {content:"\e677";}
.ts-icomoon-forward:before {content:"\e678";}
.ts-icomoon-reply:before {content:"\e679";}
.ts-icomoon-bubble:before {content:"\e67a";}
.ts-icomoon-bubbles:before {content:"\e67b";}
.ts-icomoon-bubbles2:before {content:"\e67c";}
.ts-icomoon-bubble2:before {content:"\e67d";}
.ts-icomoon-bubbles3:before {content:"\e67e";}
.ts-icomoon-bubbles4:before {content:"\e67f";}
.ts-icomoon-user:before {content:"\e680";}
.ts-icomoon-users:before {content:"\e681";}
.ts-icomoon-user2:before {content:"\e682";}
.ts-icomoon-users2:before {content:"\e683";}
.ts-icomoon-user3:before {content:"\e684";}
.ts-icomoon-user4:before {content:"\e685";}
.ts-icomoon-quotes-left:before {content:"\e686";}
.ts-icomoon-busy:before {content:"\e687";}
.ts-icomoon-spinner:before {content:"\e688";}
.ts-icomoon-spinner2:before {content:"\e689";}
.ts-icomoon-spinner3:before {content:"\e68a";}
.ts-icomoon-spinner4:before {content:"\e68b";}
.ts-icomoon-spinner5:before {content:"\e68c";}
.ts-icomoon-spinner6:before {content:"\e68d";}
.ts-icomoon-binoculars:before {content:"\e68e";}
.ts-icomoon-search:before {content:"\e68f";}
.ts-icomoon-zoom-in:before {content:"\e690";}
.ts-icomoon-zoom-out:before {content:"\e691";}
.ts-icomoon-expand:before {content:"\e692";}
.ts-icomoon-contract:before {content:"\e693";}
.ts-icomoon-expand2:before {content:"\e694";}
.ts-icomoon-contract2:before {content:"\e695";}
.ts-icomoon-key:before {content:"\e696";}
.ts-icomoon-key2:before {content:"\e697";}
.ts-icomoon-lock:before {content:"\e698";}
.ts-icomoon-lock2:before {content:"\e699";}
.ts-icomoon-unlocked:before {content:"\e69a";}
.ts-icomoon-wrench:before {content:"\e69b";}
.ts-icomoon-settings:before {content:"\e69c";}
.ts-icomoon-equalizer:before {content:"\e69d";}
.ts-icomoon-cog:before {content:"\e69e";}
.ts-icomoon-cogs:before {content:"\e69f";}
.ts-icomoon-cog2:before {content:"\e6a0";}
.ts-icomoon-hammer:before {content:"\e6a1";}
.ts-icomoon-wand:before {content:"\e6a2";}
.ts-icomoon-aid:before {content:"\e6a3";}
.ts-icomoon-bug:before {content:"\e6a4";}
.ts-icomoon-pie:before {content:"\e6a5";}
.ts-icomoon-stats:before {content:"\e6a6";}
.ts-icomoon-bars:before {content:"\e6a7";}
.ts-icomoon-bars2:before {content:"\e6a8";}
.ts-icomoon-gift:before {content:"\e6a9";}
.ts-icomoon-trophy:before {content:"\e6aa";}
.ts-icomoon-glass:before {content:"\e6ab";}
.ts-icomoon-mug:before {content:"\e6ac";}
.ts-icomoon-food:before {content:"\e6ad";}
.ts-icomoon-leaf:before {content:"\e6ae";}
.ts-icomoon-rocket:before {content:"\e6af";}
.ts-icomoon-meter:before {content:"\e6b0";}
.ts-icomoon-meter2:before {content:"\e6b1";}
.ts-icomoon-dashboard:before {content:"\e6b2";}
.ts-icomoon-hammer2:before {content:"\e6b3";}
.ts-icomoon-fire:before {content:"\e6b4";}
.ts-icomoon-lab:before {content:"\e6b5";}
.ts-icomoon-magnet:before {content:"\e6b6";}
.ts-icomoon-remove:before {content:"\e6b7";}
.ts-icomoon-remove2:before {content:"\e6b8";}
.ts-icomoon-briefcase:before {content:"\e6b9";}
.ts-icomoon-airplane:before {content:"\e6ba";}
.ts-icomoon-truck:before {content:"\e6bb";}
.ts-icomoon-road:before {content:"\e6bc";}
.ts-icomoon-accessibility:before {content:"\e6bd";}
.ts-icomoon-target:before {content:"\e6be";}
.ts-icomoon-shield:before {content:"\e6bf";}
.ts-icomoon-lightning:before {content:"\e6c0";}
.ts-icomoon-switch:before {content:"\e6c1";}
.ts-icomoon-power-cord:before {content:"\e6c2";}
.ts-icomoon-signup:before {content:"\e6c3";}
.ts-icomoon-list:before {content:"\e6c4";}
.ts-icomoon-list2:before {content:"\e6c5";}
.ts-icomoon-numbered-list:before {content:"\e6c6";}
.ts-icomoon-menu:before {content:"\e6c7";}
.ts-icomoon-menu2:before {content:"\e6c8";}
.ts-icomoon-tree:before {content:"\e6c9";}
.ts-icomoon-cloud:before {content:"\e6ca";}
.ts-icomoon-cloud-download:before {content:"\e6cb";}
.ts-icomoon-cloud-upload:before {content:"\e6cc";}
.ts-icomoon-download2:before {content:"\e6cd";}
.ts-icomoon-upload2:before {content:"\e6ce";}
.ts-icomoon-download3:before {content:"\e6cf";}
.ts-icomoon-upload3:before {content:"\e6d0";}
.ts-icomoon-globe:before {content:"\e6d1";}
.ts-icomoon-earth:before {content:"\e6d2";}
.ts-icomoon-link:before {content:"\e6d3";}
.ts-icomoon-flag:before {content:"\e6d4";}
.ts-icomoon-attachment:before {content:"\e6d5";}
.ts-icomoon-eye:before {content:"\e6d6";}
.ts-icomoon-eye-blocked:before {content:"\e6d7";}
.ts-icomoon-eye2:before {content:"\e6d8";}
.ts-icomoon-bookmark:before {content:"\e6d9";}
.ts-icomoon-bookmarks:before {content:"\e6da";}
.ts-icomoon-brightness-medium:before {content:"\e6db";}
.ts-icomoon-brightness-contrast:before {content:"\e6dc";}
.ts-icomoon-contrast:before {content:"\e6dd";}
.ts-icomoon-star:before {content:"\e6de";}
.ts-icomoon-star2:before {content:"\e6df";}
.ts-icomoon-star3:before {content:"\e6e0";}
.ts-icomoon-heart:before {content:"\e6e1";}
.ts-icomoon-heart2:before {content:"\e6e2";}
.ts-icomoon-heart-broken:before {content:"\e6e3";}
.ts-icomoon-thumbs-up:before {content:"\e6e4";}
.ts-icomoon-thumbs-up2:before {content:"\e6e5";}
.ts-icomoon-happy:before {content:"\e6e6";}
.ts-icomoon-happy2:before {content:"\e6e7";}
.ts-icomoon-smiley:before {content:"\e6e8";}
.ts-icomoon-smiley2:before {content:"\e6e9";}
.ts-icomoon-tongue:before {content:"\e6ea";}
.ts-icomoon-tongue2:before {content:"\e6eb";}
.ts-icomoon-sad:before {content:"\e6ec";}
.ts-icomoon-sad2:before {content:"\e6ed";}
.ts-icomoon-wink:before {content:"\e6ee";}
.ts-icomoon-wink2:before {content:"\e6ef";}
.ts-icomoon-grin:before {content:"\e6f0";}
.ts-icomoon-grin2:before {content:"\e6f1";}
.ts-icomoon-cool:before {content:"\e6f2";}
.ts-icomoon-cool2:before {content:"\e6f3";}
.ts-icomoon-angry:before {content:"\e6f4";}
.ts-icomoon-angry2:before {content:"\e6f5";}
.ts-icomoon-evil:before {content:"\e6f6";}
.ts-icomoon-evil2:before {content:"\e6f7";}
.ts-icomoon-shocked:before {content:"\e6f8";}
.ts-icomoon-shocked2:before {content:"\e6f9";}
.ts-icomoon-confused:before {content:"\e6fa";}
.ts-icomoon-confused2:before {content:"\e6fb";}
.ts-icomoon-neutral:before {content:"\e6fc";}
.ts-icomoon-neutral2:before {content:"\e6fd";}
.ts-icomoon-wondering:before {content:"\e6fe";}
.ts-icomoon-wondering2:before {content:"\e6ff";}
.ts-icomoon-point-up:before {content:"\e700";}
.ts-icomoon-point-right:before {content:"\e701";}
.ts-icomoon-point-down:before {content:"\e702";}
.ts-icomoon-point-left:before {content:"\e703";}
.ts-icomoon-warning:before {content:"\e704";}
.ts-icomoon-notification:before {content:"\e705";}
.ts-icomoon-question:before {content:"\e706";}
.ts-icomoon-info:before {content:"\e707";}
.ts-icomoon-info2:before {content:"\e708";}
.ts-icomoon-blocked:before {content:"\e709";}
.ts-icomoon-cancel-circle:before {content:"\e70a";}
.ts-icomoon-checkmark-circle:before {content:"\e70b";}
.ts-icomoon-spam:before {content:"\e70c";}
.ts-icomoon-close:before {content:"\e70d";}
.ts-icomoon-checkmark:before {content:"\e70e";}
.ts-icomoon-checkmark2:before {content:"\e70f";}
.ts-icomoon-spell-check:before {content:"\e710";}
.ts-icomoon-minus:before {content:"\e711";}
.ts-icomoon-plus:before {content:"\e712";}
.ts-icomoon-enter:before {content:"\e713";}
.ts-icomoon-exit:before {content:"\e714";}
.ts-icomoon-play2:before {content:"\e715";}
.ts-icomoon-pause:before {content:"\e716";}
.ts-icomoon-stop:before {content:"\e717";}
.ts-icomoon-backward:before {content:"\e718";}
.ts-icomoon-forward2:before {content:"\e719";}
.ts-icomoon-play3:before {content:"\e71a";}
.ts-icomoon-pause2:before {content:"\e71b";}
.ts-icomoon-stop2:before {content:"\e71c";}
.ts-icomoon-backward2:before {content:"\e71d";}
.ts-icomoon-forward3:before {content:"\e71e";}
.ts-icomoon-first:before {content:"\e71f";}
.ts-icomoon-last:before {content:"\e720";}
.ts-icomoon-previous:before {content:"\e721";}
.ts-icomoon-next:before {content:"\e722";}
.ts-icomoon-eject:before {content:"\e723";}
.ts-icomoon-volume-high:before {content:"\e724";}
.ts-icomoon-volume-medium:before {content:"\e725";}
.ts-icomoon-volume-low:before {content:"\e726";}
.ts-icomoon-volume-mute:before {content:"\e727";}
.ts-icomoon-volume-mute2:before {content:"\e728";}
.ts-icomoon-volume-increase:before {content:"\e729";}
.ts-icomoon-volume-decrease:before {content:"\e72a";}
.ts-icomoon-loop:before {content:"\e72b";}
.ts-icomoon-loop2:before {content:"\e72c";}
.ts-icomoon-loop3:before {content:"\e72d";}
.ts-icomoon-shuffle:before {content:"\e72e";}
.ts-icomoon-arrow-up-left:before {content:"\e72f";}
.ts-icomoon-arrow-up:before {content:"\e730";}
.ts-icomoon-arrow-up-right:before {content:"\e731";}
.ts-icomoon-arrow-right:before {content:"\e732";}
.ts-icomoon-arrow-down-right:before {content:"\e733";}
.ts-icomoon-arrow-down:before {content:"\e734";}
.ts-icomoon-arrow-down-left:before {content:"\e735";}
.ts-icomoon-arrow-left:before {content:"\e736";}
.ts-icomoon-arrow-up-left2:before {content:"\e737";}
.ts-icomoon-arrow-up2:before {content:"\e738";}
.ts-icomoon-arrow-up-right2:before {content:"\e739";}
.ts-icomoon-arrow-right2:before {content:"\e73a";}
.ts-icomoon-arrow-down-right2:before {content:"\e73b";}
.ts-icomoon-arrow-down2:before {content:"\e73c";}
.ts-icomoon-arrow-down-left2:before {content:"\e73d";}
.ts-icomoon-arrow-left2:before {content:"\e73e";}
.ts-icomoon-arrow-up-left3:before {content:"\e73f";}
.ts-icomoon-arrow-up3:before {content:"\e740";}
.ts-icomoon-arrow-up-right3:before {content:"\e741";}
.ts-icomoon-arrow-right3:before {content:"\e742";}
.ts-icomoon-arrow-down-right3:before {content:"\e743";}
.ts-icomoon-arrow-down3:before {content:"\e744";}
.ts-icomoon-arrow-down-left3:before {content:"\e745";}
.ts-icomoon-arrow-left3:before {content:"\e746";}
.ts-icomoon-tab:before {content:"\e747";}
.ts-icomoon-checkbox-checked:before {content:"\e748";}
.ts-icomoon-checkbox-unchecked:before {content:"\e749";}
.ts-icomoon-checkbox-partial:before {content:"\e74a";}
.ts-icomoon-radio-checked:before {content:"\e74b";}
.ts-icomoon-radio-unchecked:before {content:"\e74c";}
.ts-icomoon-crop:before {content:"\e74d";}
.ts-icomoon-scissors:before {content:"\e74e";}
.ts-icomoon-filter:before {content:"\e74f";}
.ts-icomoon-filter2:before {content:"\e750";}
.ts-icomoon-font:before {content:"\e751";}
.ts-icomoon-text-height:before {content:"\e752";}
.ts-icomoon-text-width:before {content:"\e753";}
.ts-icomoon-bold:before {content:"\e754";}
.ts-icomoon-underline:before {content:"\e755";}
.ts-icomoon-italic:before {content:"\e756";}
.ts-icomoon-strikethrough:before {content:"\e757";}
.ts-icomoon-omega:before {content:"\e758";}
.ts-icomoon-sigma:before {content:"\e759";}
.ts-icomoon-table:before {content:"\e75a";}
.ts-icomoon-table2:before {content:"\e75b";}
.ts-icomoon-insert-template:before {content:"\e75c";}
.ts-icomoon-pilcrow:before {content:"\e75d";}
.ts-icomoon-left-toright:before {content:"\e75e";}
.ts-icomoon-right-toleft:before {content:"\e75f";}
.ts-icomoon-paragraph-left:before {content:"\e760";}
.ts-icomoon-paragraph-center:before {content:"\e761";}
.ts-icomoon-paragraph-right:before {content:"\e762";}
.ts-icomoon-paragraph-justify:before {content:"\e763";}
.ts-icomoon-paragraph-left2:before {content:"\e764";}
.ts-icomoon-paragraph-center2:before {content:"\e765";}
.ts-icomoon-paragraph-right2:before {content:"\e766";}
.ts-icomoon-paragraph-justify2:before {content:"\e767";}
.ts-icomoon-indent-increase:before {content:"\e768";}
.ts-icomoon-indent-decrease:before {content:"\e769";}
.ts-icomoon-new-tab:before {content:"\e76a";}
.ts-icomoon-embed:before {content:"\e76b";}
.ts-icomoon-code:before {content:"\e76c";}
.ts-icomoon-console:before {content:"\e76d";}
.ts-icomoon-share:before {content:"\e76e";}
.ts-icomoon-mail:before {content:"\e76f";}
.ts-icomoon-email-2:before {content:"\e62d";}
.ts-icomoon-mail2:before {content:"\e770";}
.ts-icomoon-mail3:before {content:"\e771";}
.ts-icomoon-google:before {content:"\e62e";}
.ts-icomoon-googleplus:before {content:"\e62f";}
.ts-icomoon-google-plus:before {content:"\e772";}
.ts-icomoon-google-plus2:before {content:"\e773";}
.ts-icomoon-google-plus3:before {content:"\e774";}
.ts-icomoon-google-drive:before {content:"\e775";}
.ts-icomoon-facebook:before {content:"\e776";}
.ts-icomoon-facebook2:before {content:"\e777";}
.ts-icomoon-facebook3:before {content:"\e778";}
.ts-icomoon-instagram:before {content:"\e779";}
.ts-icomoon-twitter:before {content:"\e77a";}
.ts-icomoon-twitter2:before {content:"\e77b";}
.ts-icomoon-twitter3:before {content:"\e77c";}
.ts-icomoon-feed2:before {content:"\e77d";}
.ts-icomoon-feed3:before {content:"\e77e";}
.ts-icomoon-feed4:before {content:"\e77f";}
.ts-icomoon-youtube:before {content:"\e780";}
.ts-icomoon-youtube2:before {content:"\e781";}
.ts-icomoon-vimeo:before {content:"\e782";}
.ts-icomoon-vimeo2:before {content:"\e783";}
.ts-icomoon-vimeo3:before {content:"\e784";}
.ts-icomoon-lanyrd:before {content:"\e785";}
.ts-icomoon-flickr:before {content:"\e786";}
.ts-icomoon-flickr2:before {content:"\e787";}
.ts-icomoon-flickr3:before {content:"\e788";}
.ts-icomoon-flickr4:before {content:"\e789";}
.ts-icomoon-picassa:before {content:"\e78a";}
.ts-icomoon-picassa2:before {content:"\e78b";}
.ts-icomoon-dribbble:before {content:"\e78c";}
.ts-icomoon-dribbble2:before {content:"\e78d";}
.ts-icomoon-dribbble3:before {content:"\e78e";}
.ts-icomoon-forrst:before {content:"\e78f";}
.ts-icomoon-forrst2:before {content:"\e790";}
.ts-icomoon-deviantart:before {content:"\e630";}
.ts-icomoon-deviantart2:before {content:"\e791";}
.ts-icomoon-steam:before {content:"\e63a";}
.ts-icomoon-steam2:before {content:"\e792";}
.ts-icomoon-github:before {content:"\e793";}
.ts-icomoon-github-3:before {content:"\e63b";}
.ts-icomoon-github2:before {content:"\e794";}
.ts-icomoon-github-2:before {content:"\e631";}
.ts-icomoon-github3:before {content:"\e795";}
.ts-icomoon-wordpress:before {content:"\e796";}
.ts-icomoon-wordpress2:before {content:"\e797";}
.ts-icomoon-joomla:before {content:"\e798";}
.ts-icomoon-blogger:before {content:"\e799";}
.ts-icomoon-blogger2:before {content:"\e79a";}
.ts-icomoon-tumblr:before {content:"\e79b";}
.ts-icomoon-tumblr2:before {content:"\e79c";}
.ts-icomoon-yahoo:before {content:"\e632";}
.ts-icomoon-linux:before {content:"\e637";}
.ts-icomoon-apple:before {content:"\e633";}
.ts-icomoon-finder:before {content:"\e79d";}
.ts-icomoon-android:before {content:"\e638";}
.ts-icomoon-windows:before {content:"\e639";}
.ts-icomoon-windows8:before {content:"\e635";}
.ts-icomoon-soundcloud:before {content:"\e634";}
.ts-icomoon-soundcloud2:before {content:"\e79e";}
.ts-icomoon-skype:before {content:"\e79f";}
.ts-icomoon-reddit:before {content:"\e7a0";}
.ts-icomoon-linkedin:before {content:"\e7a1";}
.ts-icomoon-lastfm:before {content:"\e636";}
.ts-icomoon-lastfm2:before {content:"\e7a2";}
.ts-icomoon-delicious:before {content:"\e7a3";}
.ts-icomoon-stumbleupon:before {content:"\e7a4";}
.ts-icomoon-stumbleupon2:before {content:"\e7a5";}
.ts-icomoon-stackoverflow:before {content:"\e63d";}
.ts-icomoon-pinterest:before {content:"\e7a6";}
.ts-icomoon-pinterest2:before {content:"\e7a7";}
.ts-icomoon-xing:before {content:"\e7a8";}
.ts-icomoon-xing2:before {content:"\e7a9";}
.ts-icomoon-flattr:before {content:"\e7aa";}
.ts-icomoon-foursquare:before {content:"\e7ab";}
.ts-icomoon-foursquare2:before {content:"\e7ac";}
.ts-icomoon-paypal:before {content:"\e7ad";}
.ts-icomoon-paypal2:before {content:"\e7ae";}
.ts-icomoon-paypal3:before {content:"\e7af";}
.ts-icomoon-yelp:before {content:"\e7b0";}
.ts-icomoon-libreoffice:before {content:"\e7b1";}
.ts-icomoon-file-pdf:before {content:"\e7b2";}
.ts-icomoon-file-openoffice:before {content:"\e7b3";}
.ts-icomoon-file-word:before {content:"\e7b4";}
.ts-icomoon-file-excel:before {content:"\e7b5";}
.ts-icomoon-file-zip:before {content:"\e7b6";}
.ts-icomoon-file-powerpoint:before {content:"\e7b7";}
.ts-icomoon-file-xml:before {content:"\e7b8";}
.ts-icomoon-file-css:before {content:"\e7b9";}
.ts-icomoon-html5:before {content:"\e7ba";}
.ts-icomoon-html52:before {content:"\e7bb";}
.ts-icomoon-css3:before {content:"\e7bc";}
.ts-icomoon-chrome:before {content:"\e7bd";}
.ts-icomoon-firefox:before {content:"\e7be";}
.ts-icomoon-IE:before {content:"\e7bf";}
.ts-icomoon-opera:before {content:"\e7c0";}
.ts-icomoon-safari:before {content:"\e7c1";}
.ts-icomoon-IcoMoon:before {content:"\e7c2";}@font-face {
font-family:                		'ionicons';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.svg#ionicons) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-ionicons-"], [class*=" ts-ionicons-"] {
font-family:						'ionicons' !important;
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;
}
[class^="ts-ionicons-"]:before,[class*=" ts-ionicons-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-ionicons-"],a [class*=" ts-ionicons-"] {
display:							inline-block;
}
.ts-ionicons-alert-circled:before{content:"\f100"}
.ts-ionicons-alert:before{content:"\f101"}
.ts-ionicons-android-add-contact:before{content:"\f2c6"}
.ts-ionicons-android-add:before{content:"\f2c7"}
.ts-ionicons-android-alarm:before{content:"\f2c8"}
.ts-ionicons-android-archive:before{content:"\f2c9"}
.ts-ionicons-android-arrow-back:before{content:"\f2ca"}
.ts-ionicons-android-arrow-down-left:before{content:"\f2cb"}
.ts-ionicons-android-arrow-down-right:before{content:"\f2cc"}
.ts-ionicons-android-arrow-forward:before{content:"\f30f"}
.ts-ionicons-android-arrow-up-left:before{content:"\f2cd"}
.ts-ionicons-android-arrow-up-right:before{content:"\f2ce"}
.ts-ionicons-android-battery:before{content:"\f2cf"}
.ts-ionicons-android-book:before{content:"\f2d0"}
.ts-ionicons-android-calendar:before{content:"\f2d1"}
.ts-ionicons-android-call:before{content:"\f2d2"}
.ts-ionicons-android-camera:before{content:"\f2d3"}
.ts-ionicons-android-chat:before{content:"\f2d4"}
.ts-ionicons-android-checkmark:before{content:"\f2d5"}
.ts-ionicons-android-clock:before{content:"\f2d6"}
.ts-ionicons-android-close:before{content:"\f2d7"}
.ts-ionicons-android-contact:before{content:"\f2d8"}
.ts-ionicons-android-contacts:before{content:"\f2d9"}
.ts-ionicons-android-data:before{content:"\f2da"}
.ts-ionicons-android-developer:before{content:"\f2db"}
.ts-ionicons-android-display:before{content:"\f2dc"}
.ts-ionicons-android-download:before{content:"\f2dd"}
.ts-ionicons-android-drawer:before{content:"\f310"}
.ts-ionicons-android-dropdown:before{content:"\f2de"}
.ts-ionicons-android-earth:before{content:"\f2df"}
.ts-ionicons-android-folder:before{content:"\f2e0"}
.ts-ionicons-android-forums:before{content:"\f2e1"}
.ts-ionicons-android-friends:before{content:"\f2e2"}
.ts-ionicons-android-hand:before{content:"\f2e3"}
.ts-ionicons-android-image:before{content:"\f2e4"}
.ts-ionicons-android-inbox:before{content:"\f2e5"}
.ts-ionicons-android-information:before{content:"\f2e6"}
.ts-ionicons-android-keypad:before{content:"\f2e7"}
.ts-ionicons-android-lightbulb:before{content:"\f2e8"}
.ts-ionicons-android-locate:before{content:"\f2e9"}
.ts-ionicons-android-location:before{content:"\f2ea"}
.ts-ionicons-android-mail:before{content:"\f2eb"}
.ts-ionicons-android-microphone:before{content:"\f2ec"}
.ts-ionicons-android-mixer:before{content:"\f2ed"}
.ts-ionicons-android-more:before{content:"\f2ee"}
.ts-ionicons-android-note:before{content:"\f2ef"}
.ts-ionicons-android-playstore:before{content:"\f2f0"}
.ts-ionicons-android-printer:before{content:"\f2f1"}
.ts-ionicons-android-promotion:before{content:"\f2f2"}
.ts-ionicons-android-reminder:before{content:"\f2f3"}
.ts-ionicons-android-remove:before{content:"\f2f4"}
.ts-ionicons-android-search:before{content:"\f2f5"}
.ts-ionicons-android-send:before{content:"\f2f6"}
.ts-ionicons-android-settings:before{content:"\f2f7"}
.ts-ionicons-android-share:before{content:"\f2f8"}
.ts-ionicons-android-social-user:before{content:"\f2f9"}
.ts-ionicons-android-social:before{content:"\f2fa"}
.ts-ionicons-android-sort:before{content:"\f2fb"}
.ts-ionicons-android-stair-drawer:before{content:"\f311"}
.ts-ionicons-android-star:before{content:"\f2fc"}
.ts-ionicons-android-stopwatch:before{content:"\f2fd"}
.ts-ionicons-android-storage:before{content:"\f2fe"}
.ts-ionicons-android-system-back:before{content:"\f2ff"}
.ts-ionicons-android-system-home:before{content:"\f300"}
.ts-ionicons-android-system-windows:before{content:"\f301"}
.ts-ionicons-android-timer:before{content:"\f302"}
.ts-ionicons-android-trash:before{content:"\f303"}
.ts-ionicons-android-user-menu:before{content:"\f312"}
.ts-ionicons-android-volume:before{content:"\f304"}
.ts-ionicons-android-wifi:before{content:"\f305"}
.ts-ionicons-aperture:before{content:"\f313"}
.ts-ionicons-archive:before{content:"\f102"}
.ts-ionicons-arrow-down-a:before{content:"\f103"}
.ts-ionicons-arrow-down-b:before{content:"\f104"}
.ts-ionicons-arrow-down-c:before{content:"\f105"}
.ts-ionicons-arrow-expand:before{content:"\f25e"}
.ts-ionicons-arrow-graph-down-left:before{content:"\f25f"}
.ts-ionicons-arrow-graph-down-right:before{content:"\f260"}
.ts-ionicons-arrow-graph-up-left:before{content:"\f261"}
.ts-ionicons-arrow-graph-up-right:before{content:"\f262"}
.ts-ionicons-arrow-left-a:before{content:"\f106"}
.ts-ionicons-arrow-left-b:before{content:"\f107"}
.ts-ionicons-arrow-left-c:before{content:"\f108"}
.ts-ionicons-arrow-move:before{content:"\f263"}
.ts-ionicons-arrow-resize:before{content:"\f264"}
.ts-ionicons-arrow-return-left:before{content:"\f265"}
.ts-ionicons-arrow-return-right:before{content:"\f266"}
.ts-ionicons-arrow-right-a:before{content:"\f109"}
.ts-ionicons-arrow-right-b:before{content:"\f10a"}
.ts-ionicons-arrow-right-c:before{content:"\f10b"}
.ts-ionicons-arrow-shrink:before{content:"\f267"}
.ts-ionicons-arrow-swap:before{content:"\f268"}
.ts-ionicons-arrow-up-a:before{content:"\f10c"}
.ts-ionicons-arrow-up-b:before{content:"\f10d"}
.ts-ionicons-arrow-up-c:before{content:"\f10e"}
.ts-ionicons-asterisk:before{content:"\f314"}
.ts-ionicons-at:before{content:"\f10f"}
.ts-ionicons-bag:before{content:"\f110"}
.ts-ionicons-battery-charging:before{content:"\f111"}
.ts-ionicons-battery-empty:before{content:"\f112"}
.ts-ionicons-battery-full:before{content:"\f113"}
.ts-ionicons-battery-half:before{content:"\f114"}
.ts-ionicons-battery-low:before{content:"\f115"}
.ts-ionicons-beaker:before{content:"\f269"}
.ts-ionicons-beer:before{content:"\f26a"}
.ts-ionicons-bluetooth:before{content:"\f116"}
.ts-ionicons-bonfire:before{content:"\f315"}
.ts-ionicons-bookmark:before{content:"\f26b"}
.ts-ionicons-briefcase:before{content:"\f26c"}
.ts-ionicons-bug:before{content:"\f2be"}
.ts-ionicons-calculator:before{content:"\f26d"}
.ts-ionicons-calendar:before{content:"\f117"}
.ts-ionicons-camera:before{content:"\f118"}
.ts-ionicons-card:before{content:"\f119"}
.ts-ionicons-cash:before{content:"\f316"}
.ts-ionicons-chatbox-working:before{content:"\f11a"}
.ts-ionicons-chatbox:before{content:"\f11b"}
.ts-ionicons-chatboxes:before{content:"\f11c"}
.ts-ionicons-chatbubble-working:before{content:"\f11d"}
.ts-ionicons-chatbubble:before{content:"\f11e"}
.ts-ionicons-chatbubbles:before{content:"\f11f"}
.ts-ionicons-checkmark-circled:before{content:"\f120"}
.ts-ionicons-checkmark-round:before{content:"\f121"}
.ts-ionicons-checkmark:before{content:"\f122"}
.ts-ionicons-chevron-down:before{content:"\f123"}
.ts-ionicons-chevron-left:before{content:"\f124"}
.ts-ionicons-chevron-right:before{content:"\f125"}
.ts-ionicons-chevron-up:before{content:"\f126"}
.ts-ionicons-clipboard:before{content:"\f127"}
.ts-ionicons-clock:before{content:"\f26e"}
.ts-ionicons-close-circled:before{content:"\f128"}
.ts-ionicons-close-round:before{content:"\f129"}
.ts-ionicons-close:before{content:"\f12a"}
.ts-ionicons-closed-captioning:before{content:"\f317"}
.ts-ionicons-cloud:before{content:"\f12b"}
.ts-ionicons-code-download:before{content:"\f26f"}
.ts-ionicons-code-working:before{content:"\f270"}
.ts-ionicons-code:before{content:"\f271"}
.ts-ionicons-coffee:before{content:"\f272"}
.ts-ionicons-compass:before{content:"\f273"}
.ts-ionicons-compose:before{content:"\f12c"}
.ts-ionicons-connection-bars:before{content:"\f274"}
.ts-ionicons-contrast:before{content:"\f275"}
.ts-ionicons-cube:before{content:"\f318"}
.ts-ionicons-disc:before{content:"\f12d"}
.ts-ionicons-document-text:before{content:"\f12e"}
.ts-ionicons-document:before{content:"\f12f"}
.ts-ionicons-drag:before{content:"\f130"}
.ts-ionicons-earth:before{content:"\f276"}
.ts-ionicons-edit:before{content:"\f2bf"}
.ts-ionicons-egg:before{content:"\f277"}
.ts-ionicons-eject:before{content:"\f131"}
.ts-ionicons-email:before{content:"\f132"}
.ts-ionicons-eye-disabled:before{content:"\f306"}
.ts-ionicons-eye:before{content:"\f133"}
.ts-ionicons-female:before{content:"\f278"}
.ts-ionicons-filing:before{content:"\f134"}
.ts-ionicons-film-marker:before{content:"\f135"}
.ts-ionicons-fireball:before{content:"\f319"}
.ts-ionicons-flag:before{content:"\f279"}
.ts-ionicons-flame:before{content:"\f31a"}
.ts-ionicons-flash-off:before{content:"\f136"}
.ts-ionicons-flash:before{content:"\f137"}
.ts-ionicons-flask:before{content:"\f138"}
.ts-ionicons-folder:before{content:"\f139"}
.ts-ionicons-fork-repo:before{content:"\f2c0"}
.ts-ionicons-fork:before{content:"\f27a"}
.ts-ionicons-forward:before{content:"\f13a"}
.ts-ionicons-funnel:before{content:"\f31b"}
.ts-ionicons-game-controller-a:before{content:"\f13b"}
.ts-ionicons-game-controller-b:before{content:"\f13c"}
.ts-ionicons-gear-a:before{content:"\f13d"}
.ts-ionicons-gear-b:before{content:"\f13e"}
.ts-ionicons-grid:before{content:"\f13f"}
.ts-ionicons-hammer:before{content:"\f27b"}
.ts-ionicons-happy:before{content:"\f31c"}
.ts-ionicons-headphone:before{content:"\f140"}
.ts-ionicons-heart-broken:before{content:"\f31d"}
.ts-ionicons-heart:before{content:"\f141"}
.ts-ionicons-help-buoy:before{content:"\f27c"}
.ts-ionicons-help-circled:before{content:"\f142"}
.ts-ionicons-help:before{content:"\f143"}
.ts-ionicons-home:before{content:"\f144"}
.ts-ionicons-icecream:before{content:"\f27d"}
.ts-ionicons-icon-social-google-plus-outline:before{content:"\f145"}
.ts-ionicons-icon-social-google-plus:before{content:"\f146"}
.ts-ionicons-image:before{content:"\f147"}
.ts-ionicons-images:before{content:"\f148"}
.ts-ionicons-information-circled:before{content:"\f149"}
.ts-ionicons-information:before{content:"\f14a"}
.ts-ionicons-ionic:before{content:"\f14b"}
.ts-ionicons-ios7-alarm-outline:before{content:"\f14c"}
.ts-ionicons-ios7-alarm:before{content:"\f14d"}
.ts-ionicons-ios7-albums-outline:before{content:"\f14e"}
.ts-ionicons-ios7-albums:before{content:"\f14f"}
.ts-ionicons-ios7-americanfootball-outline:before{content:"\f31e"}
.ts-ionicons-ios7-americanfootball:before{content:"\f31f"}
.ts-ionicons-ios7-analytics-outline:before{content:"\f320"}
.ts-ionicons-ios7-analytics:before{content:"\f321"}
.ts-ionicons-ios7-arrow-back:before{content:"\f150"}
.ts-ionicons-ios7-arrow-down:before{content:"\f151"}
.ts-ionicons-ios7-arrow-forward:before{content:"\f152"}
.ts-ionicons-ios7-arrow-left:before{content:"\f153"}
.ts-ionicons-ios7-arrow-right:before{content:"\f154"}
.ts-ionicons-ios7-arrow-thin-down:before{content:"\f27e"}
.ts-ionicons-ios7-arrow-thin-left:before{content:"\f27f"}
.ts-ionicons-ios7-arrow-thin-right:before{content:"\f280"}
.ts-ionicons-ios7-arrow-thin-up:before{content:"\f281"}
.ts-ionicons-ios7-arrow-up:before{content:"\f155"}
.ts-ionicons-ios7-at-outline:before{content:"\f156"}
.ts-ionicons-ios7-at:before{content:"\f157"}
.ts-ionicons-ios7-barcode-outline:before{content:"\f322"}
.ts-ionicons-ios7-barcode:before{content:"\f323"}
.ts-ionicons-ios7-baseball-outline:before{content:"\f324"}
.ts-ionicons-ios7-baseball:before{content:"\f325"}
.ts-ionicons-ios7-basketball-outline:before{content:"\f326"}
.ts-ionicons-ios7-basketball:before{content:"\f327"}
.ts-ionicons-ios7-bell-outline:before{content:"\f158"}
.ts-ionicons-ios7-bell:before{content:"\f159"}
.ts-ionicons-ios7-bolt-outline:before{content:"\f15a"}
.ts-ionicons-ios7-bolt:before{content:"\f15b"}
.ts-ionicons-ios7-bookmarks-outline:before{content:"\f15c"}
.ts-ionicons-ios7-bookmarks:before{content:"\f15d"}
.ts-ionicons-ios7-box-outline:before{content:"\f15e"}
.ts-ionicons-ios7-box:before{content:"\f15f"}
.ts-ionicons-ios7-briefcase-outline:before{content:"\f282"}
.ts-ionicons-ios7-briefcase:before{content:"\f283"}
.ts-ionicons-ios7-browsers-outline:before{content:"\f160"}
.ts-ionicons-ios7-browsers:before{content:"\f161"}
.ts-ionicons-ios7-calculator-outline:before{content:"\f284"}
.ts-ionicons-ios7-calculator:before{content:"\f285"}
.ts-ionicons-ios7-calendar-outline:before{content:"\f162"}
.ts-ionicons-ios7-calendar:before{content:"\f163"}
.ts-ionicons-ios7-camera-outline:before{content:"\f164"}
.ts-ionicons-ios7-camera:before{content:"\f165"}
.ts-ionicons-ios7-cart-outline:before{content:"\f166"}
.ts-ionicons-ios7-cart:before{content:"\f167"}
.ts-ionicons-ios7-chatboxes-outline:before{content:"\f168"}
.ts-ionicons-ios7-chatboxes:before{content:"\f169"}
.ts-ionicons-ios7-chatbubble-outline:before{content:"\f16a"}
.ts-ionicons-ios7-chatbubble:before{content:"\f16b"}
.ts-ionicons-ios7-checkmark-empty:before{content:"\f16c"}
.ts-ionicons-ios7-checkmark-outline:before{content:"\f16d"}
.ts-ionicons-ios7-checkmark:before{content:"\f16e"}
.ts-ionicons-ios7-circle-filled:before{content:"\f16f"}
.ts-ionicons-ios7-circle-outline:before{content:"\f170"}
.ts-ionicons-ios7-clock-outline:before{content:"\f171"}
.ts-ionicons-ios7-clock:before{content:"\f172"}
.ts-ionicons-ios7-close-empty:before{content:"\f2bd"}
.ts-ionicons-ios7-close-outline:before{content:"\f2bb"}
.ts-ionicons-ios7-close:before{content:"\f2bc"}
.ts-ionicons-ios7-cloud-download-outline:before{content:"\f173"}
.ts-ionicons-ios7-cloud-download:before{content:"\f174"}
.ts-ionicons-ios7-cloud-outline:before{content:"\f175"}
.ts-ionicons-ios7-cloud-upload-outline:before{content:"\f176"}
.ts-ionicons-ios7-cloud-upload:before{content:"\f177"}
.ts-ionicons-ios7-cloud:before{content:"\f178"}
.ts-ionicons-ios7-cloudy-night-outline:before{content:"\f307"}
.ts-ionicons-ios7-cloudy-night:before{content:"\f308"}
.ts-ionicons-ios7-cloudy-outline:before{content:"\f179"}
.ts-ionicons-ios7-cloudy:before{content:"\f17a"}
.ts-ionicons-ios7-cog-outline:before{content:"\f17b"}
.ts-ionicons-ios7-cog:before{content:"\f17c"}
.ts-ionicons-ios7-compose-outline:before{content:"\f17d"}
.ts-ionicons-ios7-compose:before{content:"\f17e"}
.ts-ionicons-ios7-contact-outline:before{content:"\f17f"}
.ts-ionicons-ios7-contact:before{content:"\f180"}
.ts-ionicons-ios7-copy-outline:before{content:"\f181"}
.ts-ionicons-ios7-copy:before{content:"\f182"}
.ts-ionicons-ios7-download-outline:before{content:"\f183"}
.ts-ionicons-ios7-download:before{content:"\f184"}
.ts-ionicons-ios7-drag:before{content:"\f185"}
.ts-ionicons-ios7-email-outline:before{content:"\f186"}
.ts-ionicons-ios7-email:before{content:"\f187"}
.ts-ionicons-ios7-expand:before{content:"\f30d"}
.ts-ionicons-ios7-eye-outline:before{content:"\f188"}
.ts-ionicons-ios7-eye:before{content:"\f189"}
.ts-ionicons-ios7-fastforward-outline:before{content:"\f18a"}
.ts-ionicons-ios7-fastforward:before{content:"\f18b"}
.ts-ionicons-ios7-filing-outline:before{content:"\f18c"}
.ts-ionicons-ios7-filing:before{content:"\f18d"}
.ts-ionicons-ios7-film-outline:before{content:"\f18e"}
.ts-ionicons-ios7-film:before{content:"\f18f"}
.ts-ionicons-ios7-flag-outline:before{content:"\f190"}
.ts-ionicons-ios7-flag:before{content:"\f191"}
.ts-ionicons-ios7-folder-outline:before{content:"\f192"}
.ts-ionicons-ios7-folder:before{content:"\f193"}
.ts-ionicons-ios7-football-outline:before{content:"\f328"}
.ts-ionicons-ios7-football:before{content:"\f329"}
.ts-ionicons-ios7-gear-outline:before{content:"\f194"}
.ts-ionicons-ios7-gear:before{content:"\f195"}
.ts-ionicons-ios7-glasses-outline:before{content:"\f196"}
.ts-ionicons-ios7-glasses:before{content:"\f197"}
.ts-ionicons-ios7-heart-outline:before{content:"\f198"}
.ts-ionicons-ios7-heart:before{content:"\f199"}
.ts-ionicons-ios7-help-empty:before{content:"\f19a"}
.ts-ionicons-ios7-help-outline:before{content:"\f19b"}
.ts-ionicons-ios7-help:before{content:"\f19c"}
.ts-ionicons-ios7-home-outline:before{content:"\f32a"}
.ts-ionicons-ios7-home:before{content:"\f32b"}
.ts-ionicons-ios7-infinite-outline:before{content:"\f19d"}
.ts-ionicons-ios7-infinite:before{content:"\f19e"}
.ts-ionicons-ios7-information-empty:before{content:"\f19f"}
.ts-ionicons-ios7-information-outline:before{content:"\f1a0"}
.ts-ionicons-ios7-information:before{content:"\f1a1"}
.ts-ionicons-ios7-ionic-outline:before{content:"\f1a2"}
.ts-ionicons-ios7-keypad-outline:before{content:"\f1a3"}
.ts-ionicons-ios7-keypad:before{content:"\f1a4"}
.ts-ionicons-ios7-lightbulb-outline:before{content:"\f286"}
.ts-ionicons-ios7-lightbulb:before{content:"\f287"}
.ts-ionicons-ios7-location-outline:before{content:"\f1a5"}
.ts-ionicons-ios7-location:before{content:"\f1a6"}
.ts-ionicons-ios7-locked-outline:before{content:"\f1a7"}
.ts-ionicons-ios7-locked:before{content:"\f1a8"}
.ts-ionicons-ios7-loop-strong:before{content:"\f32c"}
.ts-ionicons-ios7-loop:before{content:"\f32d"}
.ts-ionicons-ios7-medkit-outline:before{content:"\f288"}
.ts-ionicons-ios7-medkit:before{content:"\f289"}
.ts-ionicons-ios7-mic-off:before{content:"\f1a9"}
.ts-ionicons-ios7-mic-outline:before{content:"\f1aa"}
.ts-ionicons-ios7-mic:before{content:"\f1ab"}
.ts-ionicons-ios7-minus-empty:before{content:"\f1ac"}
.ts-ionicons-ios7-minus-outline:before{content:"\f1ad"}
.ts-ionicons-ios7-minus:before{content:"\f1ae"}
.ts-ionicons-ios7-monitor-outline:before{content:"\f1af"}
.ts-ionicons-ios7-monitor:before{content:"\f1b0"}
.ts-ionicons-ios7-moon-outline:before{content:"\f1b1"}
.ts-ionicons-ios7-moon:before{content:"\f1b2"}
.ts-ionicons-ios7-more-outline:before{content:"\f1b3"}
.ts-ionicons-ios7-more:before{content:"\f1b4"}
.ts-ionicons-ios7-musical-note:before{content:"\f1b5"}
.ts-ionicons-ios7-musical-notes:before{content:"\f1b6"}
.ts-ionicons-ios7-navigate-outline:before{content:"\f1b7"}
.ts-ionicons-ios7-navigate:before{content:"\f1b8"}
.ts-ionicons-ios7-paper-outline:before{content:"\f32e"}
.ts-ionicons-ios7-paper:before{content:"\f32f"}
.ts-ionicons-ios7-paperplane-outline:before{content:"\f1b9"}
.ts-ionicons-ios7-paperplane:before{content:"\f1ba"}
.ts-ionicons-ios7-partlysunny-outline:before{content:"\f1bb"}
.ts-ionicons-ios7-partlysunny:before{content:"\f1bc"}
.ts-ionicons-ios7-pause-outline:before{content:"\f1bd"}
.ts-ionicons-ios7-pause:before{content:"\f1be"}
.ts-ionicons-ios7-paw-outline:before{content:"\f330"}
.ts-ionicons-ios7-paw:before{content:"\f331"}
.ts-ionicons-ios7-people-outline:before{content:"\f1bf"}
.ts-ionicons-ios7-people:before{content:"\f1c0"}
.ts-ionicons-ios7-person-outline:before{content:"\f1c1"}
.ts-ionicons-ios7-person:before{content:"\f1c2"}
.ts-ionicons-ios7-personadd-outline:before{content:"\f1c3"}
.ts-ionicons-ios7-personadd:before{content:"\f1c4"}
.ts-ionicons-ios7-photos-outline:before{content:"\f1c5"}
.ts-ionicons-ios7-photos:before{content:"\f1c6"}
.ts-ionicons-ios7-pie-outline:before{content:"\f28a"}
.ts-ionicons-ios7-pie:before{content:"\f28b"}
.ts-ionicons-ios7-play-outline:before{content:"\f1c7"}
.ts-ionicons-ios7-play:before{content:"\f1c8"}
.ts-ionicons-ios7-plus-empty:before{content:"\f1c9"}
.ts-ionicons-ios7-plus-outline:before{content:"\f1ca"}
.ts-ionicons-ios7-plus:before{content:"\f1cb"}
.ts-ionicons-ios7-pricetag-outline:before{content:"\f28c"}
.ts-ionicons-ios7-pricetag:before{content:"\f28d"}
.ts-ionicons-ios7-pricetags-outline:before{content:"\f332"}
.ts-ionicons-ios7-pricetags:before{content:"\f333"}
.ts-ionicons-ios7-printer-outline:before{content:"\f1cc"}
.ts-ionicons-ios7-printer:before{content:"\f1cd"}
.ts-ionicons-ios7-pulse-strong:before{content:"\f334"}
.ts-ionicons-ios7-pulse:before{content:"\f335"}
.ts-ionicons-ios7-rainy-outline:before{content:"\f1ce"}
.ts-ionicons-ios7-rainy:before{content:"\f1cf"}
.ts-ionicons-ios7-recording-outline:before{content:"\f1d0"}
.ts-ionicons-ios7-recording:before{content:"\f1d1"}
.ts-ionicons-ios7-redo-outline:before{content:"\f1d2"}
.ts-ionicons-ios7-redo:before{content:"\f1d3"}
.ts-ionicons-ios7-refresh-empty:before{content:"\f1d4"}
.ts-ionicons-ios7-refresh-outline:before{content:"\f1d5"}
.ts-ionicons-ios7-refresh:before{content:"\f1d6"}
.ts-ionicons-ios7-reload:before{content:"\f28e"}
.ts-ionicons-ios7-reverse-camera-outline:before{content:"\f336"}
.ts-ionicons-ios7-reverse-camera:before{content:"\f337"}
.ts-ionicons-ios7-rewind-outline:before{content:"\f1d7"}
.ts-ionicons-ios7-rewind:before{content:"\f1d8"}
.ts-ionicons-ios7-search-strong:before{content:"\f1d9"}
.ts-ionicons-ios7-search:before{content:"\f1da"}
.ts-ionicons-ios7-settings-strong:before{content:"\f338"}
.ts-ionicons-ios7-settings:before{content:"\f339"}
.ts-ionicons-ios7-shrink:before{content:"\f30e"}
.ts-ionicons-ios7-skipbackward-outline:before{content:"\f1db"}
.ts-ionicons-ios7-skipbackward:before{content:"\f1dc"}
.ts-ionicons-ios7-skipforward-outline:before{content:"\f1dd"}
.ts-ionicons-ios7-skipforward:before{content:"\f1de"}
.ts-ionicons-ios7-snowy:before{content:"\f309"}
.ts-ionicons-ios7-speedometer-outline:before{content:"\f28f"}
.ts-ionicons-ios7-speedometer:before{content:"\f290"}
.ts-ionicons-ios7-star-half:before{content:"\f33a"}
.ts-ionicons-ios7-star-outline:before{content:"\f1df"}
.ts-ionicons-ios7-star:before{content:"\f1e0"}
.ts-ionicons-ios7-stopwatch-outline:before{content:"\f1e1"}
.ts-ionicons-ios7-stopwatch:before{content:"\f1e2"}
.ts-ionicons-ios7-sunny-outline:before{content:"\f1e3"}
.ts-ionicons-ios7-sunny:before{content:"\f1e4"}
.ts-ionicons-ios7-telephone-outline:before{content:"\f1e5"}
.ts-ionicons-ios7-telephone:before{content:"\f1e6"}
.ts-ionicons-ios7-tennisball-outline:before{content:"\f33b"}
.ts-ionicons-ios7-tennisball:before{content:"\f33c"}
.ts-ionicons-ios7-thunderstorm-outline:before{content:"\f1e7"}
.ts-ionicons-ios7-thunderstorm:before{content:"\f1e8"}
.ts-ionicons-ios7-time-outline:before{content:"\f291"}
.ts-ionicons-ios7-time:before{content:"\f292"}
.ts-ionicons-ios7-timer-outline:before{content:"\f1e9"}
.ts-ionicons-ios7-timer:before{content:"\f1ea"}
.ts-ionicons-ios7-toggle-outline:before{content:"\f33d"}
.ts-ionicons-ios7-toggle:before{content:"\f33e"}
.ts-ionicons-ios7-trash-outline:before{content:"\f1eb"}
.ts-ionicons-ios7-trash:before{content:"\f1ec"}
.ts-ionicons-ios7-undo-outline:before{content:"\f1ed"}
.ts-ionicons-ios7-undo:before{content:"\f1ee"}
.ts-ionicons-ios7-unlocked-outline:before{content:"\f1ef"}
.ts-ionicons-ios7-unlocked:before{content:"\f1f0"}
.ts-ionicons-ios7-upload-outline:before{content:"\f1f1"}
.ts-ionicons-ios7-upload:before{content:"\f1f2"}
.ts-ionicons-ios7-videocam-outline:before{content:"\f1f3"}
.ts-ionicons-ios7-videocam:before{content:"\f1f4"}
.ts-ionicons-ios7-volume-high:before{content:"\f1f5"}
.ts-ionicons-ios7-volume-low:before{content:"\f1f6"}
.ts-ionicons-ios7-wineglass-outline:before{content:"\f293"}
.ts-ionicons-ios7-wineglass:before{content:"\f294"}
.ts-ionicons-ios7-world-outline:before{content:"\f1f7"}
.ts-ionicons-ios7-world:before{content:"\f1f8"}
.ts-ionicons-ipad:before{content:"\f1f9"}
.ts-ionicons-iphone:before{content:"\f1fa"}
.ts-ionicons-ipod:before{content:"\f1fb"}
.ts-ionicons-jet:before{content:"\f295"}
.ts-ionicons-key:before{content:"\f296"}
.ts-ionicons-knife:before{content:"\f297"}
.ts-ionicons-laptop:before{content:"\f1fc"}
.ts-ionicons-leaf:before{content:"\f1fd"}
.ts-ionicons-levels:before{content:"\f298"}
.ts-ionicons-lightbulb:before{content:"\f299"}
.ts-ionicons-link:before{content:"\f1fe"}
.ts-ionicons-load-a:before{content:"\f29a"}
.ts-ionicons-load-b:before{content:"\f29b"}
.ts-ionicons-load-c:before{content:"\f29c"}
.ts-ionicons-load-d:before{content:"\f29d"}
.ts-ionicons-location:before{content:"\f1ff"}
.ts-ionicons-locked:before{content:"\f200"}
.ts-ionicons-log-in:before{content:"\f29e"}
.ts-ionicons-log-out:before{content:"\f29f"}
.ts-ionicons-loop:before{content:"\f201"}
.ts-ionicons-magnet:before{content:"\f2a0"}
.ts-ionicons-male:before{content:"\f2a1"}
.ts-ionicons-man:before{content:"\f202"}
.ts-ionicons-map:before{content:"\f203"}
.ts-ionicons-medkit:before{content:"\f2a2"}
.ts-ionicons-merge:before{content:"\f33f"}
.ts-ionicons-mic-a:before{content:"\f204"}
.ts-ionicons-mic-b:before{content:"\f205"}
.ts-ionicons-mic-c:before{content:"\f206"}
.ts-ionicons-minus-circled:before{content:"\f207"}
.ts-ionicons-minus-round:before{content:"\f208"}
.ts-ionicons-minus:before{content:"\f209"}
.ts-ionicons-model-s:before{content:"\f2c1"}
.ts-ionicons-monitor:before{content:"\f20a"}
.ts-ionicons-more:before{content:"\f20b"}
.ts-ionicons-mouse:before{content:"\f340"}
.ts-ionicons-music-note:before{content:"\f20c"}
.ts-ionicons-navicon-round:before{content:"\f20d"}
.ts-ionicons-navicon:before{content:"\f20e"}
.ts-ionicons-navigate:before{content:"\f2a3"}
.ts-ionicons-network:before{content:"\f341"}
.ts-ionicons-no-smoking:before{content:"\f2c2"}
.ts-ionicons-nuclear:before{content:"\f2a4"}
.ts-ionicons-outlet:before{content:"\f342"}
.ts-ionicons-paper-airplane:before{content:"\f2c3"}
.ts-ionicons-paperclip:before{content:"\f20f"}
.ts-ionicons-pause:before{content:"\f210"}
.ts-ionicons-person-add:before{content:"\f211"}
.ts-ionicons-person-stalker:before{content:"\f212"}
.ts-ionicons-person:before{content:"\f213"}
.ts-ionicons-pie-graph:before{content:"\f2a5"}
.ts-ionicons-pin:before{content:"\f2a6"}
.ts-ionicons-pinpoint:before{content:"\f2a7"}
.ts-ionicons-pizza:before{content:"\f2a8"}
.ts-ionicons-plane:before{content:"\f214"}
.ts-ionicons-planet:before{content:"\f343"}
.ts-ionicons-play:before{content:"\f215"}
.ts-ionicons-playstation:before{content:"\f30a"}
.ts-ionicons-plus-circled:before{content:"\f216"}
.ts-ionicons-plus-round:before{content:"\f217"}
.ts-ionicons-plus:before{content:"\f218"}
.ts-ionicons-podium:before{content:"\f344"}
.ts-ionicons-pound:before{content:"\f219"}
.ts-ionicons-power:before{content:"\f2a9"}
.ts-ionicons-pricetag:before{content:"\f2aa"}
.ts-ionicons-pricetags:before{content:"\f2ab"}
.ts-ionicons-printer:before{content:"\f21a"}
.ts-ionicons-pull-request:before{content:"\f345"}
.ts-ionicons-qr-scanner:before{content:"\f346"}
.ts-ionicons-quote:before{content:"\f347"}
.ts-ionicons-radio-waves:before{content:"\f2ac"}
.ts-ionicons-record:before{content:"\f21b"}
.ts-ionicons-refresh:before{content:"\f21c"}
.ts-ionicons-reply-all:before{content:"\f21d"}
.ts-ionicons-reply:before{content:"\f21e"}
.ts-ionicons-ribbon-a:before{content:"\f348"}
.ts-ionicons-ribbon-b:before{content:"\f349"}
.ts-ionicons-sad:before{content:"\f34a"}
.ts-ionicons-scissors:before{content:"\f34b"}
.ts-ionicons-search:before{content:"\f21f"}
.ts-ionicons-settings:before{content:"\f2ad"}
.ts-ionicons-share:before{content:"\f220"}
.ts-ionicons-shuffle:before{content:"\f221"}
.ts-ionicons-skip-backward:before{content:"\f222"}
.ts-ionicons-skip-forward:before{content:"\f223"}
.ts-ionicons-social-android-outline:before{content:"\f224"}
.ts-ionicons-social-android:before{content:"\f225"}
.ts-ionicons-social-apple-outline:before{content:"\f226"}
.ts-ionicons-social-apple:before{content:"\f227"}
.ts-ionicons-social-bitcoin-outline:before{content:"\f2ae"}
.ts-ionicons-social-bitcoin:before{content:"\f2af"}
.ts-ionicons-social-buffer-outline:before{content:"\f228"}
.ts-ionicons-social-buffer:before{content:"\f229"}
.ts-ionicons-social-designernews-outline:before{content:"\f22a"}
.ts-ionicons-social-designernews:before{content:"\f22b"}
.ts-ionicons-social-dribbble-outline:before{content:"\f22c"}
.ts-ionicons-social-dribbble:before{content:"\f22d"}
.ts-ionicons-social-dropbox-outline:before{content:"\f22e"}
.ts-ionicons-social-dropbox:before{content:"\f22f"}
.ts-ionicons-social-facebook-outline:before{content:"\f230"}
.ts-ionicons-social-facebook:before{content:"\f231"}
.ts-ionicons-social-foursquare-outline:before{content:"\f34c"}
.ts-ionicons-social-foursquare:before{content:"\f34d"}
.ts-ionicons-social-freebsd-devil:before{content:"\f2c4"}
.ts-ionicons-social-github-outline:before{content:"\f232"}
.ts-ionicons-social-github:before{content:"\f233"}
.ts-ionicons-social-google-outline:before{content:"\f34e"}
.ts-ionicons-social-google:before{content:"\f34f"}
.ts-ionicons-social-googleplus-outline:before{content:"\f234"}
.ts-ionicons-social-googleplus:before{content:"\f235"}
.ts-ionicons-social-hackernews-outline:before{content:"\f236"}
.ts-ionicons-social-hackernews:before{content:"\f237"}
.ts-ionicons-social-instagram-outline:before{content:"\f350"}
.ts-ionicons-social-instagram:before{content:"\f351"}
.ts-ionicons-social-linkedin-outline:before{content:"\f238"}
.ts-ionicons-social-linkedin:before{content:"\f239"}
.ts-ionicons-social-pinterest-outline:before{content:"\f2b0"}
.ts-ionicons-social-pinterest:before{content:"\f2b1"}
.ts-ionicons-social-reddit-outline:before{content:"\f23a"}
.ts-ionicons-social-reddit:before{content:"\f23b"}
.ts-ionicons-social-rss-outline:before{content:"\f23c"}
.ts-ionicons-social-rss:before{content:"\f23d"}
.ts-ionicons-social-skype-outline:before{content:"\f23e"}
.ts-ionicons-social-skype:before{content:"\f23f"}
.ts-ionicons-social-tumblr-outline:before{content:"\f240"}
.ts-ionicons-social-tumblr:before{content:"\f241"}
.ts-ionicons-social-tux:before{content:"\f2c5"}
.ts-ionicons-social-twitter-outline:before{content:"\f242"}
.ts-ionicons-social-twitter:before{content:"\f243"}
.ts-ionicons-social-usd-outline:before{content:"\f352"}
.ts-ionicons-social-usd:before{content:"\f353"}
.ts-ionicons-social-vimeo-outline:before{content:"\f244"}
.ts-ionicons-social-vimeo:before{content:"\f245"}
.ts-ionicons-social-windows-outline:before{content:"\f246"}
.ts-ionicons-social-windows:before{content:"\f247"}
.ts-ionicons-social-wordpress-outline:before{content:"\f248"}
.ts-ionicons-social-wordpress:before{content:"\f249"}
.ts-ionicons-social-yahoo-outline:before{content:"\f24a"}
.ts-ionicons-social-yahoo:before{content:"\f24b"}
.ts-ionicons-social-youtube-outline:before{content:"\f24c"}
.ts-ionicons-social-youtube:before{content:"\f24d"}
.ts-ionicons-speakerphone:before{content:"\f2b2"}
.ts-ionicons-speedometer:before{content:"\f2b3"}
.ts-ionicons-spoon:before{content:"\f2b4"}
.ts-ionicons-star:before{content:"\f24e"}
.ts-ionicons-stats-bars:before{content:"\f2b5"}
.ts-ionicons-steam:before{content:"\f30b"}
.ts-ionicons-stop:before{content:"\f24f"}
.ts-ionicons-thermometer:before{content:"\f2b6"}
.ts-ionicons-thumbsdown:before{content:"\f250"}
.ts-ionicons-thumbsup:before{content:"\f251"}
.ts-ionicons-toggle-filled:before{content:"\f354"}
.ts-ionicons-toggle:before{content:"\f355"}
.ts-ionicons-trash-a:before{content:"\f252"}
.ts-ionicons-trash-b:before{content:"\f253"}
.ts-ionicons-trophy:before{content:"\f356"}
.ts-ionicons-umbrella:before{content:"\f2b7"}
.ts-ionicons-university:before{content:"\f357"}
.ts-ionicons-unlocked:before{content:"\f254"}
.ts-ionicons-upload:before{content:"\f255"}
.ts-ionicons-usb:before{content:"\f2b8"}
.ts-ionicons-videocamera:before{content:"\f256"}
.ts-ionicons-volume-high:before{content:"\f257"}
.ts-ionicons-volume-low:before{content:"\f258"}
.ts-ionicons-volume-medium:before{content:"\f259"}
.ts-ionicons-volume-mute:before{content:"\f25a"}
.ts-ionicons-wand:before{content:"\f358"}
.ts-ionicons-waterdrop:before{content:"\f25b"}
.ts-ionicons-wifi:before{content:"\f25c"}
.ts-ionicons-wineglass:before{content:"\f2b9"}
.ts-ionicons-woman:before{content:"\f25d"}
.ts-ionicons-wrench:before{content:"\f2ba"}
.ts-ionicons-xbox:before{content:"\f30c"}@font-face {
font-family:                		'mapicons';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.svg#mapicons) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-mapicons-"], [class*=" ts-mapicons-"] {
font-family:						'mapicons' !important;
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;
}
[class^="ts-mapicons-"]:before,[class*=" ts-mapicons-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-mapicons-"],a [class*=" ts-mapicons-"] {
display:							inline-block;
}
.ts-mapicons-map-pin:before{content:"\e000"}
.ts-mapicons-expand:before{content:"\e001"}
.ts-mapicons-fullscreen:before{content:"\e002"}
.ts-mapicons-square-pin:before{content:"\e003"}
.ts-mapicons-route-pin:before{content:"\e004"}
.ts-mapicons-sheild:before{content:"\e005"}
.ts-mapicons-liquor-store:before{content:"\e006"}
.ts-mapicons-bicycle-store:before{content:"\e007"}
.ts-mapicons-hardware-store:before{content:"\e008"}
.ts-mapicons-insurance-agency:before{content:"\e009"}
.ts-mapicons-lawyer:before{content:"\e00a"}
.ts-mapicons-real-estate-agency:before{content:"\e00b"}
.ts-mapicons-art-gallery:before{content:"\e00c"}
.ts-mapicons-campground:before{content:"\e00d"}
.ts-mapicons-bakery:before{content:"\e00e"}
.ts-mapicons-bar:before{content:"\e00f"}
.ts-mapicons-amusement-park:before{content:"\e010"}
.ts-mapicons-aquarium:before{content:"\e011"}
.ts-mapicons-airport:before{content:"\e012"}
.ts-mapicons-bank:before{content:"\e013"}
.ts-mapicons-car-rental:before{content:"\e016"}
.ts-mapicons-car-dealer:before{content:"\e017"}
.ts-mapicons-hospital:before{content:"\e018"}
.ts-mapicons-hair-care:before{content:"\e019"}
.ts-mapicons-gym:before{content:"\e01a"}
.ts-mapicons-grocery-or-supermarket:before{content:"\e01b"}
.ts-mapicons-general-contractor:before{content:"\e01c"}
.ts-mapicons-pharmacy:before{content:"\e01d"}
.ts-mapicons-point-of-interest:before{content:"\e01e"}
.ts-mapicons-political:before{content:"\e01f"}
.ts-mapicons-post-box:before{content:"\e020"}
.ts-mapicons-health:before{content:"\e021"}
.ts-mapicons-post-office:before{content:"\e022"}
.ts-mapicons-real-estate-agencycopy:before{content:"\e023"}
.ts-mapicons-hindu-temple:before{content:"\e024"}
.ts-mapicons-restaurant:before{content:"\e025"}
.ts-mapicons-female:before{content:"\e026"}
.ts-mapicons-male:before{content:"\e027"}
.ts-mapicons-zoo:before{content:"\e028"}
.ts-mapicons-veterinary-care:before{content:"\e029"}
.ts-mapicons-car-repair:before{content:"\e02a"}
.ts-mapicons-university:before{content:"\e02b"}
.ts-mapicons-travel-agency:before{content:"\e02c"}
.ts-mapicons-transit-station:before{content:"\e02d"}
.ts-mapicons-beauty-salon:before{content:"\e02e"}
.ts-mapicons-electronics-store:before{content:"\e02f"}
.ts-mapicons-search:before{content:"\e030"}
.ts-mapicons-zoom-out-alt:before{content:"\e031"}
.ts-mapicons-movie-rental:before{content:"\e032"}
.ts-mapicons-atm:before{content:"\e033"}
.ts-mapicons-jewelry-store:before{content:"\e034"}
.ts-mapicons-car-wash:before{content:"\e035"}
.ts-mapicons-unisex:before{content:"\e036"}
.ts-mapicons-rv-park:before{content:"\e037"}
.ts-mapicons-school:before{content:"\e038"}
.ts-mapicons-clothing-store:before{content:"\e039"}
.ts-mapicons-laundry:before{content:"\e03a"}
.ts-mapicons-casino:before{content:"\e03b"}
.ts-mapicons-place-of-worship:before{content:"\e03c"}
.ts-mapicons-furniture-store:before{content:"\e03d"}
.ts-mapicons-zoom-in-alt:before{content:"\e03e"}
.ts-mapicons-zoom-in:before{content:"\e03f"}
.ts-mapicons-department-store:before{content:"\e040"}
.ts-mapicons-fire-station:before{content:"\e041"}
.ts-mapicons-church:before{content:"\e042"}
.ts-mapicons-library:before{content:"\e043"}
.ts-mapicons-shopping-mall:before{content:"\e044"}
.ts-mapicons-local-government:before{content:"\e045"}
.ts-mapicons-spa:before{content:"\e046"}
.ts-mapicons-convenience-store:before{content:"\e047"}
.ts-mapicons-police:before{content:"\e048"}
.ts-mapicons-route:before{content:"\e049"}
.ts-mapicons-zoom-out:before{content:"\e04a"}
.ts-mapicons-location-arrow:before{content:"\e04b"}
.ts-mapicons-postal-code:before{content:"\e04c"}
.ts-mapicons-locksmith:before{content:"\e04d"}
.ts-mapicons-doctor:before{content:"\e04e"}
.ts-mapicons-mosque:before{content:"\e04f"}
.ts-mapicons-stadium:before{content:"\e050"}
.ts-mapicons-storage:before{content:"\e051"}
.ts-mapicons-movie-theater:before{content:"\e052"}
.ts-mapicons-electrician:before{content:"\e053"}
.ts-mapicons-moving-company:before{content:"\e054"}
.ts-mapicons-postal-code-prefix:before{content:"\e055"}
.ts-mapicons-crosshairs:before{content:"\e056"}
.ts-mapicons-compass:before{content:"\e057"}
.ts-mapicons-dentist:before{content:"\e058"}
.ts-mapicons-plumber:before{content:"\e059"}
.ts-mapicons-museum:before{content:"\e05b"}
.ts-mapicons-finance:before{content:"\e05a"}
.ts-mapicons-parking:before{content:"\e05c"}
.ts-mapicons-courthouse:before{content:"\e05d"}
.ts-mapicons-accounting:before{content:"\e05e"}
.ts-mapicons-store:before{content:"\e05f"}
.ts-mapicons-subway-station:before{content:"\e060"}
.ts-mapicons-natural-feature:before{content:"\e061"}
.ts-mapicons-florist:before{content:"\e062"}
.ts-mapicons-food:before{content:"\e063"}
.ts-mapicons-night-club:before{content:"\e064"}
.ts-mapicons-synagogue:before{content:"\e065"}
.ts-mapicons-taxi-stand:before{content:"\e066"}
.ts-mapicons-painter:before{content:"\e067"}
.ts-mapicons-train-station:before{content:"\e068"}
.ts-mapicons-pet-store:before{content:"\e069"}
.ts-mapicons-gas-station:before{content:"\e06a"}
.ts-mapicons-funeral-home:before{content:"\e06b"}
.ts-mapicons-cemetery:before{content:"\e06c"}
.ts-mapicons-bowling-alley:before{content:"\e06d"}
.ts-mapicons-roofing-contractor:before{content:"\e06e"}
.ts-mapicons-physiotherapist:before{content:"\e06f"}
.ts-mapicons-embassy:before{content:"\e070"}
.ts-mapicons-city-hall:before{content:"\e071"}
.ts-mapicons-bus-station:before{content:"\e072"}
.ts-mapicons-park:before{content:"\e073"}
.ts-mapicons-lodging:before{content:"\e074"}
.ts-mapicons-toilet:before{content:"\e075"}
.ts-mapicons-circle:before{content:"\e076"}
.ts-mapicons-square-rounded:before{content:"\e077"}
.ts-mapicons-square:before{content:"\e078"}
.ts-mapicons-book-store:before{content:"\e014"}
.ts-mapicons-cafe:before{content:"\e015"}
.ts-mapicons-wheelchair:before{content:"\e079"}
.ts-mapicons-volume-control-telephone:before{content:"\e07a"}
.ts-mapicons-sign-language:before{content:"\e07b"}
.ts-mapicons-low-vision-access:before{content:"\e07c"}
.ts-mapicons-open-captioning:before{content:"\e07d"}
.ts-mapicons-closed-captioning:before{content:"\e07e"}
.ts-mapicons-braille:before{content:"\e07f"}
.ts-mapicons-audio-description:before{content:"\e080"}
.ts-mapicons-assistive-listening-system:before{content:"\e081"}
.ts-mapicons-abseiling:before{content:"\e082"}
.ts-mapicons-tennis:before{content:"\e083"}
.ts-mapicons-skateboarding:before{content:"\e084"}
.ts-mapicons-playground:before{content:"\e085"}
.ts-mapicons-inline-skating:before{content:"\e086"}
.ts-mapicons-hang-gliding:before{content:"\e087"}
.ts-mapicons-climbing:before{content:"\e088"}
.ts-mapicons-baseball:before{content:"\e089"}
.ts-mapicons-archery:before{content:"\e08a"}
.ts-mapicons-wind-surfing:before{content:"\e08b"}
.ts-mapicons-scuba-diving:before{content:"\e08c"}
.ts-mapicons-sailing:before{content:"\e08d"}
.ts-mapicons-marina:before{content:"\e08e"}
.ts-mapicons-canoe:before{content:"\e08f"}
.ts-mapicons-boat-tour:before{content:"\e090"}
.ts-mapicons-boat-ramp:before{content:"\e091"}
.ts-mapicons-swimming:before{content:"\e092"}
.ts-mapicons-whale-watching:before{content:"\e093"}
.ts-mapicons-waterskiing:before{content:"\e094"}
.ts-mapicons-surfing:before{content:"\e095"}
.ts-mapicons-rafting:before{content:"\e096"}
.ts-mapicons-kayaking:before{content:"\e097"}
.ts-mapicons-jet-skiing:before{content:"\e099"}
.ts-mapicons-fishing-pier:before{content:"\e09a"}
.ts-mapicons-fish-cleaning:before{content:"\e09b"}
.ts-mapicons-diving:before{content:"\e09c"}
.ts-mapicons-boating:before{content:"\e09d"}
.ts-mapicons-fishing:before{content:"\e098"}
.ts-mapicons-cross-country-skiing:before{content:"\e09e"}
.ts-mapicons-skiing:before{content:"\e09f"}
.ts-mapicons-snowmobile:before{content:"\e0a0"}
.ts-mapicons-snowboarding:before{content:"\e0a1"}
.ts-mapicons-snow:before{content:"\e0a2"}
.ts-mapicons-snow-shoeing:before{content:"\e0a3"}
.ts-mapicons-sledding:before{content:"\e0a4"}
.ts-mapicons-ski-jumping:before{content:"\e0a5"}
.ts-mapicons-ice-skating:before{content:"\e0a6"}
.ts-mapicons-ice-fishing:before{content:"\e0a7"}
.ts-mapicons-chairlift:before{content:"\e0a8"}
.ts-mapicons-golf:before{content:"\e0a9"}
.ts-mapicons-horse-riding:before{content:"\e0aa"}
.ts-mapicons-motobike-trail:before{content:"\e0ab"}
.ts-mapicons-trail-walking:before{content:"\e0ac"}
.ts-mapicons-viewing:before{content:"\e0ad"}
.ts-mapicons-walking:before{content:"\e0ae"}
.ts-mapicons-bicycling:before{content:"\e0af"}@font-face {
font-family:                		'metrize';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/metrize-icons/metrize.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/metrize-icons/metrize.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/metrize-icons/metrize.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/metrize-icons/metrize.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/metrize-icons/metrize.svg#metrize) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-metrize-"], [class*=" ts-metrize-"] {
font-family:						'metrize' !important;
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;
}
[class^="ts-metrize-"]:before,[class*=" ts-metrize-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-metrize-"],a [class*=" ts-metrize-"] {
display:							inline-block;
}
.ts-metrize-d-cube:before{content:"\e600"}
.ts-metrize-adjust:before{content:"\e601"}
.ts-metrize-air-plane:before{content:"\e602"}
.ts-metrize-alarm-clock:before{content:"\e603"}
.ts-metrize-animal-footprint:before{content:"\e604"}
.ts-metrize-arrow-curve-left:before{content:"\e605"}
.ts-metrize-arrow-curve-recycle:before{content:"\e606"}
.ts-metrize-arrow-curve-right:before{content:"\e607"}
.ts-metrize-arrow-cycle:before{content:"\e608"}
.ts-metrize-arrow-cycling:before{content:"\e609"}
.ts-metrize-arrow-down:before{content:"\e60a"}
.ts-metrize-arrow-down-big:before{content:"\e60b"}
.ts-metrize-arrow-down-bold:before{content:"\e60c"}
.ts-metrize-arrow-down-bold-round:before{content:"\e60d"}
.ts-metrize-arrow-down-light:before{content:"\e60e"}
.ts-metrize-arrow-down-thin:before{content:"\e60f"}
.ts-metrize-arrow-fill-down:before{content:"\e610"}
.ts-metrize-arrow-fill-left:before{content:"\e611"}
.ts-metrize-arrow-fill-right:before{content:"\e612"}
.ts-metrize-arrow-fill-up:before{content:"\e613"}
.ts-metrize-arrow-left:before{content:"\e614"}
.ts-metrize-arrow-left-big:before{content:"\e615"}
.ts-metrize-arrow-left-bold:before{content:"\e616"}
.ts-metrize-arrow-left-bold-round:before{content:"\e617"}
.ts-metrize-arrow-left-light:before{content:"\e618"}
.ts-metrize-arrow-left-thin:before{content:"\e619"}
.ts-metrize-arrow-multi-line-down:before{content:"\e61a"}
.ts-metrize-arrow-multi-line-left:before{content:"\e61b"}
.ts-metrize-arrow-multi-line-right:before{content:"\e61c"}
.ts-metrize-arrow-multi-line-up:before{content:"\e61d"}
.ts-metrize-arrow-oblique-contract:before{content:"\e61e"}
.ts-metrize-arrow-oblique-contract-directions:before{content:"\e61f"}
.ts-metrize-arrow-oblique-expand:before{content:"\e620"}
.ts-metrize-arrow-oblique-expand-directions:before{content:"\e621"}
.ts-metrize-arrow-right:before{content:"\e622"}
.ts-metrize-arrow-right-big:before{content:"\e623"}
.ts-metrize-arrow-right-bold:before{content:"\e624"}
.ts-metrize-arrow-right-bold-round:before{content:"\e625"}
.ts-metrize-arrow-right-light:before{content:"\e626"}
.ts-metrize-arrow-right-thin:before{content:"\e627"}
.ts-metrize-arrow-up:before{content:"\e628"}
.ts-metrize-arrow-up-big:before{content:"\e629"}
.ts-metrize-arrow-up-bold:before{content:"\e62a"}
.ts-metrize-arrow-up-bold-round:before{content:"\e62b"}
.ts-metrize-arrow-up-light:before{content:"\e62c"}
.ts-metrize-arrow-up-thin:before{content:"\e62d"}
.ts-metrize-atom:before{content:"\e62e"}
.ts-metrize-axis-rules:before{content:"\e62f"}
.ts-metrize-backward:before{content:"\e630"}
.ts-metrize-bag:before{content:"\e631"}
.ts-metrize-ban-circle:before{content:"\e632"}
.ts-metrize-bars:before{content:"\e633"}
.ts-metrize-bezier:before{content:"\e634"}
.ts-metrize-blank:before{content:"\e635"}
.ts-metrize-block-menu:before{content:"\e636"}
.ts-metrize-bolt:before{content:"\e637"}
.ts-metrize-box-add:before{content:"\e638"}
.ts-metrize-box-blank:before{content:"\e639"}
.ts-metrize-box-close:before{content:"\e63a"}
.ts-metrize-box-remove:before{content:"\e63b"}
.ts-metrize-browser-sizes:before{content:"\e63c"}
.ts-metrize-brush:before{content:"\e63d"}
.ts-metrize-button-add:before{content:"\e63e"}
.ts-metrize-button-check:before{content:"\e63f"}
.ts-metrize-button-close:before{content:"\e640"}
.ts-metrize-button-email:before{content:"\e641"}
.ts-metrize-button-exclamation:before{content:"\e642"}
.ts-metrize-button-minus:before{content:"\e643"}
.ts-metrize-button-question:before{content:"\e644"}
.ts-metrize-camera:before{content:"\e645"}
.ts-metrize-cd-dvd-rom:before{content:"\e646"}
.ts-metrize-chart-down:before{content:"\e647"}
.ts-metrize-chat:before{content:"\e648"}
.ts-metrize-check:before{content:"\e649"}
.ts-metrize-circles:before{content:"\e64a"}
.ts-metrize-clock:before{content:"\e64b"}
.ts-metrize-cloud:before{content:"\e64c"}
.ts-metrize-cloud-add:before{content:"\e64d"}
.ts-metrize-cloud-download:before{content:"\e64e"}
.ts-metrize-cloud-remove:before{content:"\e64f"}
.ts-metrize-cloud-upload:before{content:"\e650"}
.ts-metrize-coins:before{content:"\e651"}
.ts-metrize-comment:before{content:"\e652"}
.ts-metrize-comments:before{content:"\e653"}
.ts-metrize-compass:before{content:"\e654"}
.ts-metrize-compass-2:before{content:"\e655"}
.ts-metrize-contract-directions:before{content:"\e656"}
.ts-metrize-contract-horizontal:before{content:"\e657"}
.ts-metrize-contract-vertical:before{content:"\e658"}
.ts-metrize-copy-document:before{content:"\e659"}
.ts-metrize-copy-paste-document:before{content:"\e65a"}
.ts-metrize-credit-card:before{content:"\e65b"}
.ts-metrize-cross:before{content:"\e65c"}
.ts-metrize-directions:before{content:"\e65d"}
.ts-metrize-document:before{content:"\e65e"}
.ts-metrize-document-fill:before{content:"\e65f"}
.ts-metrize-documents:before{content:"\e660"}
.ts-metrize-dollar:before{content:"\e661"}
.ts-metrize-dot-circle:before{content:"\e662"}
.ts-metrize-dot-line:before{content:"\e663"}
.ts-metrize-dot-square:before{content:"\e664"}
.ts-metrize-double-diamonds:before{content:"\e665"}
.ts-metrize-download:before{content:"\e666"}
.ts-metrize-download-selection:before{content:"\e667"}
.ts-metrize-download-selection-circle:before{content:"\e668"}
.ts-metrize-drop:before{content:"\e669"}
.ts-metrize-drops:before{content:"\e66a"}
.ts-metrize-eject:before{content:"\e66b"}
.ts-metrize-email-add:before{content:"\e66c"}
.ts-metrize-email-close:before{content:"\e66d"}
.ts-metrize-email-download:before{content:"\e66e"}
.ts-metrize-email-luminosity:before{content:"\e66f"}
.ts-metrize-email-remove:before{content:"\e670"}
.ts-metrize-email-spam:before{content:"\e671"}
.ts-metrize-email-upload:before{content:"\e672"}
.ts-metrize-euro:before{content:"\e673"}
.ts-metrize-exclamation:before{content:"\e674"}
.ts-metrize-expand:before{content:"\e675"}
.ts-metrize-expand-directions:before{content:"\e676"}
.ts-metrize-expand-horizontal:before{content:"\e677"}
.ts-metrize-expand-vertical:before{content:"\e678"}
.ts-metrize-eye:before{content:"\e679"}
.ts-metrize-eye-disabled:before{content:"\e67a"}
.ts-metrize-female-symbol:before{content:"\e67b"}
.ts-metrize-fire:before{content:"\e67c"}
.ts-metrize-forward:before{content:"\e67d"}
.ts-metrize-graphs:before{content:"\e67e"}
.ts-metrize-grid-big:before{content:"\e67f"}
.ts-metrize-grids:before{content:"\e680"}
.ts-metrize-hdd:before{content:"\e681"}
.ts-metrize-hdd-net:before{content:"\e682"}
.ts-metrize-hdd-raid:before{content:"\e683"}
.ts-metrize-heart:before{content:"\e684"}
.ts-metrize-home-wifi:before{content:"\e685"}
.ts-metrize-idea:before{content:"\e686"}
.ts-metrize-info:before{content:"\e687"}
.ts-metrize-italic:before{content:"\e688"}
.ts-metrize-key:before{content:"\e689"}
.ts-metrize-landscape:before{content:"\e68a"}
.ts-metrize-layers:before{content:"\e68b"}
.ts-metrize-leaf:before{content:"\e68c"}
.ts-metrize-left-right:before{content:"\e68d"}
.ts-metrize-like-add:before{content:"\e68e"}
.ts-metrize-like-ban:before{content:"\e68f"}
.ts-metrize-like-close:before{content:"\e690"}
.ts-metrize-like-download:before{content:"\e691"}
.ts-metrize-like-remove:before{content:"\e692"}
.ts-metrize-like-upload:before{content:"\e693"}
.ts-metrize-limit-directions:before{content:"\e694"}
.ts-metrize-line-through:before{content:"\e695"}
.ts-metrize-link-url:before{content:"\e696"}
.ts-metrize-list-circle:before{content:"\e697"}
.ts-metrize-list-square:before{content:"\e698"}
.ts-metrize-location:before{content:"\e699"}
.ts-metrize-location-maps:before{content:"\e69a"}
.ts-metrize-locked:before{content:"\e69b"}
.ts-metrize-login-lock-refresh:before{content:"\e69c"}
.ts-metrize-magic-wand:before{content:"\e69d"}
.ts-metrize-magnet:before{content:"\e69e"}
.ts-metrize-mail:before{content:"\e69f"}
.ts-metrize-mailbox:before{content:"\e6a0"}
.ts-metrize-male-symbol:before{content:"\e6a1"}
.ts-metrize-map:before{content:"\e6a2"}
.ts-metrize-marker:before{content:"\e6a3"}
.ts-metrize-marker-add:before{content:"\e6a4"}
.ts-metrize-marker-minus:before{content:"\e6a5"}
.ts-metrize-marker-points:before{content:"\e6a6"}
.ts-metrize-minus:before{content:"\e6a7"}
.ts-metrize-multi-borders:before{content:"\e6a8"}
.ts-metrize-music:before{content:"\e6a9"}
.ts-metrize-next-fast-step:before{content:"\e6aa"}
.ts-metrize-next-step:before{content:"\e6ab"}
.ts-metrize-number-eight:before{content:"\e6ac"}
.ts-metrize-number-five:before{content:"\e6ad"}
.ts-metrize-number-four:before{content:"\e6ae"}
.ts-metrize-number-nine:before{content:"\e6af"}
.ts-metrize-number-one:before{content:"\e6b0"}
.ts-metrize-number-seven:before{content:"\e6b1"}
.ts-metrize-number-six:before{content:"\e6b2"}
.ts-metrize-number-three:before{content:"\e6b3"}
.ts-metrize-number-two:before{content:"\e6b4"}
.ts-metrize-number-zero:before{content:"\e6b5"}
.ts-metrize-off:before{content:"\e6b6"}
.ts-metrize-officine:before{content:"\e6b7"}
.ts-metrize-officine-2:before{content:"\e6b8"}
.ts-metrize-options-settings:before{content:"\e6b9"}
.ts-metrize-paperclip:before{content:"\e6ba"}
.ts-metrize-paperclip-oblique:before{content:"\e6bb"}
.ts-metrize-pause:before{content:"\e6bc"}
.ts-metrize-pig-money:before{content:"\e6bd"}
.ts-metrize-pin:before{content:"\e6be"}
.ts-metrize-pin-map:before{content:"\e6bf"}
.ts-metrize-play:before{content:"\e6c0"}
.ts-metrize-plus:before{content:"\e6c1"}
.ts-metrize-podcast:before{content:"\e6c2"}
.ts-metrize-pounds:before{content:"\e6c3"}
.ts-metrize-previous-fast-step:before{content:"\e6c4"}
.ts-metrize-prev-step:before{content:"\e6c5"}
.ts-metrize-question:before{content:"\e6c6"}
.ts-metrize-quote:before{content:"\e6c7"}
.ts-metrize-random:before{content:"\e6c8"}
.ts-metrize-rec:before{content:"\e6c9"}
.ts-metrize-refresh:before{content:"\e6ca"}
.ts-metrize-report-comment:before{content:"\e6cb"}
.ts-metrize-retweet:before{content:"\e6cc"}
.ts-metrize-rss:before{content:"\e6cd"}
.ts-metrize-rules:before{content:"\e6ce"}
.ts-metrize-scale:before{content:"\e6cf"}
.ts-metrize-search:before{content:"\e6d0"}
.ts-metrize-select-circle:before{content:"\e6d1"}
.ts-metrize-select-square:before{content:"\e6d2"}
.ts-metrize-setting:before{content:"\e6d3"}
.ts-metrize-settings:before{content:"\e6d4"}
.ts-metrize-shield:before{content:"\e6d5"}
.ts-metrize-sign-female:before{content:"\e6d6"}
.ts-metrize-sign-male:before{content:"\e6d7"}
.ts-metrize-sliders:before{content:"\e6d8"}
.ts-metrize-sliders-vertical:before{content:"\e6d9"}
.ts-metrize-snow:before{content:"\e6da"}
.ts-metrize-social-500px:before{content:"\e6db"}
.ts-metrize-social-addthis:before{content:"\e6dc"}
.ts-metrize-social-bebo:before{content:"\e6dd"}
.ts-metrize-social-behance:before{content:"\e6de"}
.ts-metrize-social-blogger:before{content:"\e6df"}
.ts-metrize-social-deviantart:before{content:"\e6e0"}
.ts-metrize-social-digg:before{content:"\e6e1"}
.ts-metrize-social-dribbble:before{content:"\e6e2"}
.ts-metrize-social-email:before{content:"\e6e3"}
.ts-metrize-social-envato:before{content:"\e6e4"}
.ts-metrize-social-evernote:before{content:"\e6e5"}
.ts-metrize-social-facebook:before{content:"\e6e6"}
.ts-metrize-social-flickr:before{content:"\e6e7"}
.ts-metrize-social-forrst:before{content:"\e6e8"}
.ts-metrize-social-github:before{content:"\e6e9"}
.ts-metrize-social-google-plus:before{content:"\e6ea"}
.ts-metrize-social-grooveshark:before{content:"\e6eb"}
.ts-metrize-social-last-fm:before{content:"\e6ec"}
.ts-metrize-social-linkedin:before{content:"\e6ed"}
.ts-metrize-social-myspace:before{content:"\e6ee"}
.ts-metrize-social-paypal:before{content:"\e6ef"}
.ts-metrize-social-photobucket:before{content:"\e6f0"}
.ts-metrize-social-pinterest:before{content:"\e6f1"}
.ts-metrize-social-quora:before{content:"\e6f2"}
.ts-metrize-social-sharethis:before{content:"\e6f3"}
.ts-metrize-social-skype:before{content:"\e6f4"}
.ts-metrize-social-soundcloud:before{content:"\e6f5"}
.ts-metrize-social-stumbleupon:before{content:"\e6f6"}
.ts-metrize-social-tumblr:before{content:"\e6f7"}
.ts-metrize-social-twitter:before{content:"\e6f8"}
.ts-metrize-social-viddler:before{content:"\e6f9"}
.ts-metrize-social-vimeo:before{content:"\e6fa"}
.ts-metrize-social-virb:before{content:"\e6fb"}
.ts-metrize-social-wordpress:before{content:"\e6fc"}
.ts-metrize-social-yahoo:before{content:"\e6fd"}
.ts-metrize-social-yelp:before{content:"\e6fe"}
.ts-metrize-social-youtube:before{content:"\e6ff"}
.ts-metrize-social-zerply:before{content:"\e700"}
.ts-metrize-sos:before{content:"\e701"}
.ts-metrize-sound-off:before{content:"\e702"}
.ts-metrize-sound-on:before{content:"\e703"}
.ts-metrize-speed:before{content:"\e704"}
.ts-metrize-star:before{content:"\e705"}
.ts-metrize-stop:before{content:"\e706"}
.ts-metrize-sun:before{content:"\e707"}
.ts-metrize-sunshine:before{content:"\e708"}
.ts-metrize-telephone:before{content:"\e709"}
.ts-metrize-text-align-left:before{content:"\e70a"}
.ts-metrize-text-align-right:before{content:"\e70b"}
.ts-metrize-text-bold:before{content:"\e70c"}
.ts-metrize-text-center:before{content:"\e70d"}
.ts-metrize-text-height:before{content:"\e70e"}
.ts-metrize-text-justify-center:before{content:"\e70f"}
.ts-metrize-text-justify-left:before{content:"\e710"}
.ts-metrize-text-justify-right:before{content:"\e711"}
.ts-metrize-text-normal:before{content:"\e712"}
.ts-metrize-text-paragraph:before{content:"\e713"}
.ts-metrize-text-size-reduce:before{content:"\e714"}
.ts-metrize-text-size-upper:before{content:"\e715"}
.ts-metrize-text-width:before{content:"\e716"}
.ts-metrize-three-points:before{content:"\e717"}
.ts-metrize-three-points-bottom:before{content:"\e718"}
.ts-metrize-three-points-top:before{content:"\e719"}
.ts-metrize-top-bottom:before{content:"\e71a"}
.ts-metrize-triple-points:before{content:"\e71b"}
.ts-metrize-underline:before{content:"\e71c"}
.ts-metrize-upload:before{content:"\e71d"}
.ts-metrize-upload-selection:before{content:"\e71e"}
.ts-metrize-upload-selection-circle:before{content:"\e71f"}
.ts-metrize-user:before{content:"\e720"}
.ts-metrize-user-add:before{content:"\e721"}
.ts-metrize-user-ban:before{content:"\e722"}
.ts-metrize-user-remove:before{content:"\e723"}
.ts-metrize-viewport:before{content:"\e724"}
.ts-metrize-viewport-video:before{content:"\e725"}
.ts-metrize-waves:before{content:"\e726"}
.ts-metrize-wifi:before{content:"\e727"}
.ts-metrize-wind:before{content:"\e728"}
.ts-metrize-wireframe-globe:before{content:"\e729"}
.ts-metrize-world:before{content:"\e72a"}
.ts-metrize-yen:before{content:"\e72b"}@font-face {
font-family:                			'monuments';
src:                        			url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.svg#monuments) format('svg');
font-weight:                			normal;
font-style:                 			normal;
}
[class^="ts-monuments-"], [class*=" ts-monuments-"] {
font-family:							'monuments' !important;
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;
}
[class^="ts-monuments-"]:before,[class*=" ts-monuments-"]:before {
text-decoration:						inherit;
display:								inline-block;
speak:									none;
}
a [class^="ts-monuments-"],a [class*=" ts-monuments-"] {
display:								inline-block;
}
.ts-monuments-abu:before {					content: "\e000";}
.ts-monuments-acropolis:before {			content: "\e001";}
.ts-monuments-afrikaans:before {			content: "\e002";}
.ts-monuments-albert:before {				content: "\e003";}
.ts-monuments-alcala:before {				content: "\e004";}
.ts-monuments-alhambra:before {				content: "\e005";}
.ts-monuments-alshaheed:before {			content: "\e006";}
.ts-monuments-angel1:before {				content: "\e007";}
.ts-monuments-angel4:before {				content: "\e008";}
.ts-monuments-angkor1:before {				content: "\e009";}
.ts-monuments-antioquia:before {			content: "\e00a";}
.ts-monuments-arc:before {					content: "\e00b";}
.ts-monuments-archer1:before {				content: "\e00c";}
.ts-monuments-armenian:before {				content: "\e00d";}
.ts-monuments-asia1:before {				content: "\e00e";}
.ts-monuments-atlas1:before {				content: "\e00f";}
.ts-monuments-atonium:before {				content: "\e010";}
.ts-monuments-auspicious1:before {			content: "\e011";}
.ts-monuments-australian:before {			content: "\e012";}
.ts-monuments-avila:before {				content: "\e013";}
.ts-monuments-ayers1:before {				content: "\e014";}
.ts-monuments-azadi1:before {				content: "\e015";}
.ts-monuments-badshahi:before {				content: "\e016";}
.ts-monuments-bangkok:before {				content: "\e017";}
.ts-monuments-basilica:before {				content: "\e018";}
.ts-monuments-bavaria:before {				content: "\e019";}
.ts-monuments-bell14:before {				content: "\e01a";}
.ts-monuments-big7:before {					content: "\e01b";}
.ts-monuments-blue:before {					content: "\e01c";}
.ts-monuments-blue1:before {				content: "\e01d";}
.ts-monuments-borobudur:before {			content: "\e01e";}
.ts-monuments-brandenburg:before {			content: "\e01f";}
.ts-monuments-british1:before {				content: "\e020";}
.ts-monuments-bronze:before {				content: "\e021";}
.ts-monuments-brooklyn:before {				content: "\e022";}
.ts-monuments-buenos:before {				content: "\e023";}
.ts-monuments-burj1:before {				content: "\e024";}
.ts-monuments-cabrillo1:before {			content: "\e025";}
.ts-monuments-canadian:before {				content: "\e026";}
.ts-monuments-castillo1:before {			content: "\e027";}
.ts-monuments-castle:before {				content: "\e028";}
.ts-monuments-castle3:before {				content: "\e029";}
.ts-monuments-cathedral:before {			content: "\e02a";}
.ts-monuments-cathedral1:before {			content: "\e02b";}
.ts-monuments-cctv:before {					content: "\e02c";}
.ts-monuments-centre:before {				content: "\e02d";}
.ts-monuments-chartres:before {				content: "\e02e";}
.ts-monuments-chiang1:before {				content: "\e02f";}
.ts-monuments-chichen:before {				content: "\e030";}
.ts-monuments-chichen2:before {				content: "\e031";}
.ts-monuments-chinese1:before {				content: "\e032";}
.ts-monuments-choeung:before {				content: "\e033";}
.ts-monuments-christ:before {				content: "\e034";}
.ts-monuments-chrysler:before {				content: "\e035";}
.ts-monuments-civic:before {				content: "\e036";}
.ts-monuments-cn1:before {					content: "\e037";}
.ts-monuments-cn2:before {					content: "\e038";}
.ts-monuments-colosseum1:before {			content: "\e039";}
.ts-monuments-constantine:before {			content: "\e03a";}
.ts-monuments-constantine2:before {			content: "\e03b";}
.ts-monuments-digital11:before {			content: "\e03c";}
.ts-monuments-discobulus:before {			content: "\e03d";}
.ts-monuments-disneyland:before {			content: "\e03e";}
.ts-monuments-djenne1:before {				content: "\e03f";}
.ts-monuments-dois:before {					content: "\e040";}
.ts-monuments-dome1:before {				content: "\e041";}
.ts-monuments-dpr:before {					content: "\e042";}
.ts-monuments-dubrovnik:before {			content: "\e043";}
.ts-monuments-egyptian:before {				content: "\e044";}
.ts-monuments-eiffel:before {				content: "\e045";}
.ts-monuments-ejer:before {					content: "\e046";}
.ts-monuments-empire:before {				content: "\e047";}
.ts-monuments-erasmusbrug1:before {			content: "\e048";}
.ts-monuments-everland:before {				content: "\e049";}
.ts-monuments-faraglioni:before {			content: "\e04a";}
.ts-monuments-flags4:before {				content: "\e04b";}
.ts-monuments-fort:before {					content: "\e04c";}
.ts-monuments-founders:before {				content: "\e04d";}
.ts-monuments-four4:before {				content: "\e04e";}
.ts-monuments-galata:before {				content: "\e04f";}
.ts-monuments-gateway:before {				content: "\e050";}
.ts-monuments-gateway1:before {				content: "\e051";}
.ts-monuments-genghis:before {				content: "\e052";}
.ts-monuments-golden:before {				content: "\e053";}
.ts-monuments-grand:before {				content: "\e054";}
.ts-monuments-great2:before {				content: "\e055";}
.ts-monuments-great3:before {				content: "\e056";}
.ts-monuments-great4:before {				content: "\e057";}
.ts-monuments-great5:before {				content: "\e058";}
.ts-monuments-greek1:before {				content: "\e059";}
.ts-monuments-greek2:before {				content: "\e05a";}
.ts-monuments-ground1:before {				content: "\e05b";}
.ts-monuments-guggenheim:before {			content: "\e05c";}
.ts-monuments-guillaume1:before {			content: "\e05d";}
.ts-monuments-hachiko:before {				content: "\e05e";}
.ts-monuments-hall:before {					content: "\e05f";}
.ts-monuments-hallgrmskirkja1:before {		content: "\e060";}
.ts-monuments-halong:before {				content: "\e061";}
.ts-monuments-hands:before {				content: "\e062";}
.ts-monuments-hassan1:before {				content: "\e063";}
.ts-monuments-hiroshima:before {			content: "\e064";}
.ts-monuments-hollywood1:before {			content: "\e065";}
.ts-monuments-holsten1:before {				content: "\e066";}
.ts-monuments-hong:before {					content: "\e067";}
.ts-monuments-independence:before {			content: "\e068";}
.ts-monuments-iwo:before {					content: "\e069";}
.ts-monuments-julie:before {				content: "\e06a";}
.ts-monuments-juscelino:before {			content: "\e06b";}
.ts-monuments-kabah:before {				content: "\e06c";}
.ts-monuments-kiyomizudera1:before {		content: "\e06d";}
.ts-monuments-kociuszko:before {			content: "\e06e";}
.ts-monuments-kosmaj:before {				content: "\e06f";}
.ts-monuments-la:before {					content: "\e070";}
.ts-monuments-la1:before {					content: "\e071";}
.ts-monuments-lalibela:before {				content: "\e072";}
.ts-monuments-liberty1:before {				content: "\e073";}
.ts-monuments-lincoln:before {				content: "\e074";}
.ts-monuments-lions1:before {				content: "\e075";}
.ts-monuments-little1:before {				content: "\e076";}
.ts-monuments-london:before {				content: "\e077";}
.ts-monuments-london4:before {				content: "\e078";}
.ts-monuments-longa:before {				content: "\e079";}
.ts-monuments-lord:before {					content: "\e07a";}
.ts-monuments-lotus2:before {				content: "\e07b";}
.ts-monuments-louvre:before {				content: "\e07c";}
.ts-monuments-machu:before {				content: "\e07d";}
.ts-monuments-man139:before {				content: "\e07e";}
.ts-monuments-maqam1:before {				content: "\e07f";}
.ts-monuments-memorial:before {				content: "\e080";}
.ts-monuments-merida:before {				content: "\e081";}
.ts-monuments-michael:before {				content: "\e082";}
.ts-monuments-milan1:before {				content: "\e083";}
.ts-monuments-millau1:before {				content: "\e084";}
.ts-monuments-minar:before {				content: "\e085";}
.ts-monuments-ming1:before {				content: "\e086";}
.ts-monuments-moai1:before {				content: "\e087";}
.ts-monuments-mole1:before {				content: "\e088";}
.ts-monuments-monas:before {				content: "\e089";}
.ts-monuments-monte1:before {				content: "\e08a";}
.ts-monuments-monument:before {				content: "\e08b";}
.ts-monuments-monument1:before {			content: "\e08c";}
.ts-monuments-monument5:before {			content: "\e08d";}
.ts-monuments-monument6:before {			content: "\e08e";}
.ts-monuments-morelia:before {				content: "\e08f";}
.ts-monuments-mosque:before {				content: "\e090";}
.ts-monuments-mosque3:before {				content: "\e091";}
.ts-monuments-mother2:before {				content: "\e092";}
.ts-monuments-mount1:before {				content: "\e093";}
.ts-monuments-museum:before {				content: "\e094";}
.ts-monuments-national:before {				content: "\e095";}
.ts-monuments-national1:before {			content: "\e096";}
.ts-monuments-national3:before {			content: "\e097";}
.ts-monuments-national4:before {			content: "\e098";}
.ts-monuments-national5:before {			content: "\e099";}
.ts-monuments-natzweilerstruthof:before {	content: "\e09a";}
.ts-monuments-niagara:before {				content: "\e09b";}
.ts-monuments-nickel:before {				content: "\e09c";}
.ts-monuments-niteroi:before {				content: "\e09d";}
.ts-monuments-notre:before {				content: "\e09e";}
.ts-monuments-oboda1:before {				content: "\e09f";}
.ts-monuments-olmec1:before {				content: "\e0a0";}
.ts-monuments-padrao:before {				content: "\e0a1";}
.ts-monuments-pakistan1:before {			content: "\e0a2";}
.ts-monuments-palm8:before {				content: "\e0a3";}
.ts-monuments-paris:before {				content: "\e0a4";}
.ts-monuments-parthenon1:before {			content: "\e0a5";}
.ts-monuments-pearl1:before {				content: "\e0a6";}
.ts-monuments-petronas:before {				content: "\e0a7";}
.ts-monuments-phra:before {					content: "\e0a8";}
.ts-monuments-pompidou1:before {			content: "\e0a9";}
.ts-monuments-ponte:before {				content: "\e0aa";}
.ts-monuments-potala1:before {				content: "\e0ab";}
.ts-monuments-pucara:before {				content: "\e0ac";}
.ts-monuments-pula:before {					content: "\e0ad";}
.ts-monuments-pyongyang1:before {			content: "\e0ae";}
.ts-monuments-pyramid:before {				content: "\e0af";}
.ts-monuments-pyramid1:before {				content: "\e0b0";}
.ts-monuments-quezon1:before {				content: "\e0b1";}
.ts-monuments-quinta:before {				content: "\e0b2";}
.ts-monuments-rabochiy:before {				content: "\e0b3";}
.ts-monuments-retiro:before {				content: "\e0b4";}
.ts-monuments-reunification:before {		content: "\e0b5";}
.ts-monuments-saddam1:before {				content: "\e0b6";}
.ts-monuments-saint:before {				content: "\e0b7";}
.ts-monuments-saint1:before {				content: "\e0b8";}
.ts-monuments-sea:before {					content: "\e0b9";}
.ts-monuments-segovia:before {				content: "\e0ba";}
.ts-monuments-shah:before {					content: "\e0bb";}
.ts-monuments-shanghai:before {				content: "\e0bc";}
.ts-monuments-sher1:before {				content: "\e0bd";}
.ts-monuments-shimmering:before {			content: "\e0be";}
.ts-monuments-shipka1:before {				content: "\e0bf";}
.ts-monuments-shrine:before {				content: "\e0c0";}
.ts-monuments-smeatons:before {				content: "\e0c1";}
.ts-monuments-somoni:before {				content: "\e0c2";}
.ts-monuments-space:before {				content: "\e0c3";}
.ts-monuments-spaniards:before {			content: "\e0c4";}
.ts-monuments-split2:before {				content: "\e0c5";}
.ts-monuments-spring:before {				content: "\e0c6";}
.ts-monuments-sri1:before {					content: "\e0c7";}
.ts-monuments-st:before {					content: "\e0c8";}
.ts-monuments-standing48:before {			content: "\e0c9";}
.ts-monuments-statue:before {				content: "\e0ca";}
.ts-monuments-statue1:before {				content: "\e0cb";}
.ts-monuments-statue3:before {				content: "\e0cc";}
.ts-monuments-stonehenge:before {			content: "\e0cd";}
.ts-monuments-stonehenge1:before {			content: "\e0ce";}
.ts-monuments-sun33:before {				content: "\e0cf";}
.ts-monuments-sydney:before {				content: "\e0d0";}
.ts-monuments-taipei:before {				content: "\e0d1";}
.ts-monuments-taj1:before {					content: "\e0d2";}
.ts-monuments-tate:before {					content: "\e0d3";}
.ts-monuments-teardrop:before {				content: "\e0d4";}
.ts-monuments-temple2:before {				content: "\e0d5";}
.ts-monuments-temple3:before {				content: "\e0d6";}
.ts-monuments-temple6:before {				content: "\e0d7";}
.ts-monuments-teotihuacan1:before {			content: "\e0d8";}
.ts-monuments-thatbyinnyu:before {			content: "\e0d9";}
.ts-monuments-the:before {					content: "\e0da";}
.ts-monuments-the1:before {					content: "\e0db";}
.ts-monuments-the19:before {				content: "\e0dc";}
.ts-monuments-the20:before {				content: "\e0dd";}
.ts-monuments-the21:before {				content: "\e0de";}
.ts-monuments-the22:before {				content: "\e0df";}
.ts-monuments-the23:before {				content: "\e0e0";}
.ts-monuments-the26:before {				content: "\e0e1";}
.ts-monuments-the27:before {				content: "\e0e2";}
.ts-monuments-the28:before {				content: "\e0e3";}
.ts-monuments-the29:before {				content: "\e0e4";}
.ts-monuments-tiger:before {				content: "\e0e5";}
.ts-monuments-times:before {				content: "\e0e6";}
.ts-monuments-tokyo1:before {				content: "\e0e7";}
.ts-monuments-tomb1:before {				content: "\e0e8";}
.ts-monuments-torii1:before {				content: "\e0e9";}
.ts-monuments-tower:before {				content: "\e0ea";}
.ts-monuments-tower1:before {				content: "\e0eb";}
.ts-monuments-tower2:before {				content: "\e0ec";}
.ts-monuments-tower3:before {				content: "\e0ed";}
.ts-monuments-tower6:before {				content: "\e0ee";}
.ts-monuments-twelve:before {				content: "\e0ef";}
.ts-monuments-two10:before {				content: "\e0f0";}
.ts-monuments-universal3:before {			content: "\e0f1";}
.ts-monuments-vatican1:before {				content: "\e0f2";}
.ts-monuments-venice1:before {				content: "\e0f3";}
.ts-monuments-vincent1:before {				content: "\e0f4";}
.ts-monuments-voortrekker:before {			content: "\e0f5";}
.ts-monuments-waiting:before {				content: "\e0f6";}
.ts-monuments-washington:before {			content: "\e0f7";}
.ts-monuments-westminster:before {			content: "\e0f8";}
.ts-monuments-white:before {				content: "\e0f9";}
.ts-monuments-white1:before {				content: "\e0fa";}
.ts-monuments-white7:before {				content: "\e0fb";}
.ts-monuments-windmills1:before {			content: "\e0fc";}
.ts-monuments-world3:before {				content: "\e0fd";}
.ts-monuments-zakim1:before {				content: "\e0fe";}@font-face {
font-family:                			'socialmedias';
src:                        			url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedias.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedias.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedias.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedias.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedias.svg#socialmedia) format('svg');
font-weight:                			normal;
font-style:                 			normal;
}
[class^="ts-socialmedia-"], [class*=" ts-socialmedia-"] {
font-family:							'socialmedias' !important;
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;
}
[class^="ts-socialmedia-"]:before,[class*=" ts-socialmedia-"]:before {
text-decoration:						inherit;
display:								inline-block;
speak:									none;
}
a [class^="ts-socialmedia-"],a [class*=" ts-socialmedia-"] {
display:								inline-block;
}
.ts-socialmedia-aim:before{content:"\e91d"}
.ts-socialmedia-aim2:before{content:"\e91c"}
.ts-socialmedia-amazon:before{content:"\e909"}
.ts-socialmedia-app8:before{content:"\e600"}
.ts-socialmedia-apple:before{content:"\e601"}
.ts-socialmedia-arto:before{content:"\e602"}
.ts-socialmedia-aws:before{content:"\e603"}
.ts-socialmedia-baidu:before{content:"\e604"}
.ts-socialmedia-basecamp:before{content:"\e605"}
.ts-socialmedia-bebo1:before{content:"\e606"}
.ts-socialmedia-behance2:before{content:"\e607"}
.ts-socialmedia-bing1:before{content:"\e608"}
.ts-socialmedia-black209:before{content:"\e609"}
.ts-socialmedia-blip:before{content:"\e60a"}
.ts-socialmedia-blogger7:before{content:"\e60b"}
.ts-socialmedia-bnter:before{content:"\e60c"}
.ts-socialmedia-brightkite:before{content:"\e60d"}
.ts-socialmedia-cinch:before{content:"\e60e"}
.ts-socialmedia-coroflot:before{content:"\e60f"}
.ts-socialmedia-creative9:before{content:"\e610"}
.ts-socialmedia-dailybooth:before{content:"\e611"}
.ts-socialmedia-delicious5:before{content:"\e612"}
.ts-socialmedia-designbump:before{content:"\e613"}
.ts-socialmedia-designfloat:before{content:"\e614"}
.ts-socialmedia-designmoo:before{content:"\e615"}
.ts-socialmedia-deviantart4:before{content:"\e616"}
.ts-socialmedia-digg5:before{content:"\e617"}
.ts-socialmedia-digg6:before{content:"\e618"}
.ts-socialmedia-diigo:before{content:"\e619"}
.ts-socialmedia-dribbble6:before{content:"\e61a"}
.ts-socialmedia-dropbox15:before{content:"\e61b"}
.ts-socialmedia-drupal:before{content:"\e61c"}
.ts-socialmedia-dzone:before{content:"\e61d"}
.ts-socialmedia-ebay1:before{content:"\e61f"}
.ts-socialmedia-email1:before{content:"\e902"}
.ts-socialmedia-email2:before{content:"\e901"}
.ts-socialmedia-email3:before{content:"\e903"}
.ts-socialmedia-email4:before{content:"\e904"}
.ts-socialmedia-ember:before{content:"\e620"}
.ts-socialmedia-envato:before{content:"\e6c8"}
.ts-socialmedia-etsy:before{content:"\e621"}
.ts-socialmedia-evernote2:before{content:"\e622"}
.ts-socialmedia-facebook29:before{content:"\e623"}
.ts-socialmedia-facebook30:before{content:"\e624"}
.ts-socialmedia-facebook31:before{content:"\e625"}
.ts-socialmedia-factome:before{content:"\e626"}
.ts-socialmedia-feedburner:before{content:"\e627"}
.ts-socialmedia-flickr9:before{content:"\e628"}
.ts-socialmedia-folkd:before{content:"\e629"}
.ts-socialmedia-formspring:before{content:"\e62a"}
.ts-socialmedia-forrst1:before{content:"\e62b"}
.ts-socialmedia-foursquare6:before{content:"\e62c"}
.ts-socialmedia-friendfeed:before{content:"\e62d"}
.ts-socialmedia-gdgt:before{content:"\e62e"}
.ts-socialmedia-github:before{content:"\e90d"}
.ts-socialmedia-github13:before{content:"\e62f"}
.ts-socialmedia-github14:before{content:"\e630"}
.ts-socialmedia-github2:before{content:"\e90c"}
.ts-socialmedia-github3:before{content:"\e90e"}
.ts-socialmedia-gmaps:before{content:"\e90a"}
.ts-socialmedia-goodreads:before{content:"\e631"}
.ts-socialmedia-google29:before{content:"\e632"}
.ts-socialmedia-google30:before{content:"\e633"}
.ts-socialmedia-google33:before{content:"\e634"}
.ts-socialmedia-googlemail:before{content:"\e91b"}
.ts-socialmedia-googleplus:before{content:"\e905"}
.ts-socialmedia-googleplus2:before{content:"\e907"}
.ts-socialmedia-googleplus3:before{content:"\e906"}
.ts-socialmedia-gowalla1:before{content:"\e636"}
.ts-socialmedia-gowalla:before{content:"\e635"}
.ts-socialmedia-hacker:before{content:"\e637"}
.ts-socialmedia-heart211:before{content:"\e638"}
.ts-socialmedia-hi5:before{content:"\e639"}
.ts-socialmedia-html5:before{content:"\e90b"}
.ts-socialmedia-hype:before{content:"\e63a"}
.ts-socialmedia-hyves:before{content:"\e63b"}
.ts-socialmedia-icq:before{content:"\e63c"}
.ts-socialmedia-instagram:before{content:"\e90f"}
.ts-socialmedia-instapaper:before{content:"\e63d"}
.ts-socialmedia-itunes:before{content:"\e63e"}
.ts-socialmedia-kik:before{content:"\e63f"}
.ts-socialmedia-krop:before{content:"\e640"}
.ts-socialmedia-lastfm:before{content:"\e91a"}
.ts-socialmedia-lastfm4:before{content:"\e641"}
.ts-socialmedia-letter26:before{content:"\e642"}
.ts-socialmedia-link1:before{content:"\e915"}
.ts-socialmedia-link2:before{content:"\e916"}
.ts-socialmedia-link3:before{content:"\e918"}
.ts-socialmedia-linkedin11:before{content:"\e643"}
.ts-socialmedia-linkedin12:before{content:"\e644"}
.ts-socialmedia-male157:before{content:"\e645"}
.ts-socialmedia-meetup:before{content:"\e646"}
.ts-socialmedia-metacafe:before{content:"\e647"}
.ts-socialmedia-ming:before{content:"\e648"}
.ts-socialmedia-mister:before{content:"\e649"}
.ts-socialmedia-mixx:before{content:"\e64b"}
.ts-socialmedia-mixx1:before{content:"\e64a"}
.ts-socialmedia-mobile1:before{content:"\e911"}
.ts-socialmedia-mobile2:before{content:"\e912"}
.ts-socialmedia-mobileme:before{content:"\e64c"}
.ts-socialmedia-msn:before{content:"\e64d"}
.ts-socialmedia-myspace5:before{content:"\e64e"}
.ts-socialmedia-myspace6:before{content:"\e64f"}
.ts-socialmedia-netvibes:before{content:"\e91f"}
.ts-socialmedia-newsvine:before{content:"\e650"}
.ts-socialmedia-officialfm:before{content:"\e651"}
.ts-socialmedia-openid1:before{content:"\e652"}
.ts-socialmedia-orkut:before{content:"\e653"}
.ts-socialmedia-pandora:before{content:"\e654"}
.ts-socialmedia-path2:before{content:"\e655"}
.ts-socialmedia-paypal:before{content:"\e919"}
.ts-socialmedia-paypal7:before{content:"\e656"}
.ts-socialmedia-pencil42:before{content:"\e657"}
.ts-socialmedia-phone1:before{content:"\e910"}
.ts-socialmedia-phone2:before{content:"\e914"}
.ts-socialmedia-phone3:before{content:"\e913"}
.ts-socialmedia-photobucket:before{content:"\e658"}
.ts-socialmedia-picasa5:before{content:"\e659"}
.ts-socialmedia-picasa6:before{content:"\e65a"}
.ts-socialmedia-pin28:before{content:"\e65b"}
.ts-socialmedia-ping:before{content:"\e65c"}
.ts-socialmedia-pingchat:before{content:"\e65d"}
.ts-socialmedia-pinterest2:before{content:"\e923"}
.ts-socialmedia-pinterest3:before{content:"\e922"}
.ts-socialmedia-pinterest:before{content:"\e921"}
.ts-socialmedia-playstation2:before{content:"\e65e"}
.ts-socialmedia-plixi:before{content:"\e65f"}
.ts-socialmedia-plurk:before{content:"\e660"}
.ts-socialmedia-podcast3:before{content:"\e661"}
.ts-socialmedia-portfolio:before{content:"\e917"}
.ts-socialmedia-posterous:before{content:"\e91e"}
.ts-socialmedia-q1:before{content:"\e662"}
.ts-socialmedia-qik:before{content:"\e663"}
.ts-socialmedia-quora:before{content:"\e664"}
.ts-socialmedia-rdio2:before{content:"\e665"}
.ts-socialmedia-readernaut:before{content:"\e666"}
.ts-socialmedia-reddit2:before{content:"\e926"}
.ts-socialmedia-reddit3:before{content:"\e925"}
.ts-socialmedia-reddit4:before{content:"\e924"}
.ts-socialmedia-reddit:before{content:"\e667"}
.ts-socialmedia-retweet3:before{content:"\e668"}
.ts-socialmedia-roboto:before{content:"\e669"}
.ts-socialmedia-rss33:before{content:"\e66a"}
.ts-socialmedia-scribd:before{content:"\e66b"}
.ts-socialmedia-sharethis:before{content:"\e66c"}
.ts-socialmedia-shark:before{content:"\e66d"}
.ts-socialmedia-simplenote:before{content:"\e66e"}
.ts-socialmedia-skype12:before{content:"\e66f"}
.ts-socialmedia-slashdot:before{content:"\e670"}
.ts-socialmedia-slideshare:before{content:"\e671"}
.ts-socialmedia-smile3:before{content:"\e672"}
.ts-socialmedia-smugmug:before{content:"\e673"}
.ts-socialmedia-socialshare:before{content:"\e908"}
.ts-socialmedia-soundcloud4:before{content:"\e674"}
.ts-socialmedia-speech67:before{content:"\e675"}
.ts-socialmedia-spotify3:before{content:"\e676"}
.ts-socialmedia-squarespace:before{content:"\e677"}
.ts-socialmedia-squidoo:before{content:"\e678"}
.ts-socialmedia-steam4:before{content:"\e679"}
.ts-socialmedia-stumbleupon9:before{content:"\e67a"}
.ts-socialmedia-technorati1:before{content:"\e67b"}
.ts-socialmedia-threewordsme:before{content:"\e67c"}
.ts-socialmedia-tribenet:before{content:"\e67d"}
.ts-socialmedia-tripit:before{content:"\e67e"}
.ts-socialmedia-tumblr12:before{content:"\e67f"}
.ts-socialmedia-twitter20:before{content:"\e680"}
.ts-socialmedia-twitter21:before{content:"\e681"}
.ts-socialmedia-viddler:before{content:"\e682"}
.ts-socialmedia-vimeo12:before{content:"\e683"}
.ts-socialmedia-virb:before{content:"\e684"}
.ts-socialmedia-vkontakte:before{content:"\e900"}
.ts-socialmedia-w3:before{content:"\e685"}
.ts-socialmedia-whatsapp:before{content:"\e686"}
.ts-socialmedia-wikipedia2:before{content:"\e687"}
.ts-socialmedia-windows26:before{content:"\e688"}
.ts-socialmedia-wists:before{content:"\e689"}
.ts-socialmedia-wordpress11:before{content:"\e68a"}
.ts-socialmedia-wordpress12:before{content:"\e68b"}
.ts-socialmedia-xing6:before{content:"\e68c"}
.ts-socialmedia-yahoo4:before{content:"\e68d"}
.ts-socialmedia-yahoo5:before{content:"\e68e"}
.ts-socialmedia-yahoo6:before{content:"\e68f"}
.ts-socialmedia-yahoo7:before{content:"\e920"}
.ts-socialmedia-yahoo8:before{content:"\e61e"}
.ts-socialmedia-yelp1:before{content:"\e690"}
.ts-socialmedia-youtube17:before{content:"\e691"}
.ts-socialmedia-youtube18:before{content:"\e692"}
.ts-socialmedia-zerply:before{content:"\e693"}
.ts-socialmedia-zootool:before{content:"\e694"}
.ts-socialmedia-zynga:before{content:"\e695"}@font-face {
font-family:                		'themify';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.svg#themify) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-themify-"], [class*=" ts-themify-"] {
font-family:						'themify' !important;
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;
}
[class^="ts-themify-"]:before,[class*=" ts-themify-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-themify-"],a [class*=" ts-themify-"] {
display:							inline-block;
}
.ts-themify-agenda:before{content:"\e600"}
.ts-themify-alarm-clock:before{content:"\e601"}
.ts-themify-alert:before{content:"\e602"}
.ts-themify-align-center:before{content:"\e603"}
.ts-themify-align-justify:before{content:"\e604"}
.ts-themify-align-left:before{content:"\e605"}
.ts-themify-align-right:before{content:"\e606"}
.ts-themify-anchor:before{content:"\e607"}
.ts-themify-android:before{content:"\e608"}
.ts-themify-angle-double-down:before{content:"\e609"}
.ts-themify-angle-double-left:before{content:"\e60a"}
.ts-themify-angle-double-right:before{content:"\e60b"}
.ts-themify-angle-double-up:before{content:"\e60c"}
.ts-themify-angle-down:before{content:"\e60d"}
.ts-themify-angle-left:before{content:"\e60e"}
.ts-themify-angle-right:before{content:"\e60f"}
.ts-themify-angle-up:before{content:"\e610"}
.ts-themify-announcement:before{content:"\e611"}
.ts-themify-apple:before{content:"\e612"}
.ts-themify-archive:before{content:"\e613"}
.ts-themify-arrow:before{content:"\e614"}
.ts-themify-arrow-circle-down:before{content:"\e615"}
.ts-themify-arrow-circle-left:before{content:"\e616"}
.ts-themify-arrow-circle-right:before{content:"\e617"}
.ts-themify-arrow-circle-up:before{content:"\e618"}
.ts-themify-arrow-down:before{content:"\e619"}
.ts-themify-arrow-left:before{content:"\e61a"}
.ts-themify-arrow-right:before{content:"\e61b"}
.ts-themify-arrows-corner:before{content:"\e61c"}
.ts-themify-arrows-horizontal:before{content:"\e61d"}
.ts-themify-arrows-vertical:before{content:"\e61e"}
.ts-themify-arrow-top-left:before{content:"\e61f"}
.ts-themify-arrow-top-right:before{content:"\e620"}
.ts-themify-arrow-up:before{content:"\e621"}
.ts-themify-back-left:before{content:"\e622"}
.ts-themify-back-right:before{content:"\e623"}
.ts-themify-bag:before{content:"\e624"}
.ts-themify-bar-chart:before{content:"\e625"}
.ts-themify-bar-chart-alt:before{content:"\e626"}
.ts-themify-basketball:before{content:"\e627"}
.ts-themify-bell:before{content:"\e628"}
.ts-themify-blackboard:before{content:"\e629"}
.ts-themify-bolt:before{content:"\e62a"}
.ts-themify-bolt-alt:before{content:"\e62b"}
.ts-themify-book:before{content:"\e62c"}
.ts-themify-bookmark:before{content:"\e62d"}
.ts-themify-bookmark-alt:before{content:"\e62e"}
.ts-themify-briefcase:before{content:"\e62f"}
.ts-themify-brush:before{content:"\e630"}
.ts-themify-brush-alt:before{content:"\e631"}
.ts-themify-calendar:before{content:"\e632"}
.ts-themify-camera:before{content:"\e633"}
.ts-themify-car:before{content:"\e634"}
.ts-themify-check:before{content:"\e635"}
.ts-themify-check-box:before{content:"\e636"}
.ts-themify-clip:before{content:"\e637"}
.ts-themify-clipboard:before{content:"\e638"}
.ts-themify-close:before{content:"\e639"}
.ts-themify-cloud:before{content:"\e63a"}
.ts-themify-cloud-down:before{content:"\e63b"}
.ts-themify-cloud-up:before{content:"\e63c"}
.ts-themify-comment:before{content:"\e63d"}
.ts-themify-comment-alt:before{content:"\e63e"}
.ts-themify-comments:before{content:"\e63f"}
.ts-themify-comments-smiley:before{content:"\e640"}
.ts-themify-control-backward:before{content:"\e641"}
.ts-themify-control-eject:before{content:"\e642"}
.ts-themify-control-forward:before{content:"\e643"}
.ts-themify-control-pause:before{content:"\e644"}
.ts-themify-control-play:before{content:"\e645"}
.ts-themify-control-record:before{content:"\e646"}
.ts-themify-control-shuffle:before{content:"\e647"}
.ts-themify-control-skip-backward:before{content:"\e648"}
.ts-themify-control-skip-forward:before{content:"\e649"}
.ts-themify-control-stop:before{content:"\e64a"}
.ts-themify-credit-card:before{content:"\e64b"}
.ts-themify-crown:before{content:"\e64c"}
.ts-themify-css3:before{content:"\e64d"}
.ts-themify-cup:before{content:"\e64e"}
.ts-themify-cut:before{content:"\e64f"}
.ts-themify-dashboard:before{content:"\e650"}
.ts-themify-desktop:before{content:"\e651"}
.ts-themify-direction:before{content:"\e652"}
.ts-themify-direction-alt:before{content:"\e653"}
.ts-themify-download:before{content:"\e654"}
.ts-themify-dribbble:before{content:"\e655"}
.ts-themify-dropbox:before{content:"\e656"}
.ts-themify-dropbox-alt:before{content:"\e657"}
.ts-themify-drupal:before{content:"\e658"}
.ts-themify-email:before{content:"\e659"}
.ts-themify-envelope:before{content:"\e65a"}
.ts-themify-eraser:before{content:"\e65b"}
.ts-themify-exchange-vertical:before{content:"\e65c"}
.ts-themify-export:before{content:"\e65d"}
.ts-themify-eye:before{content:"\e65e"}
.ts-themify-facebook:before{content:"\e65f"}
.ts-themify-face-sad:before{content:"\e660"}
.ts-themify-face-smile:before{content:"\e661"}
.ts-themify-file:before{content:"\e662"}
.ts-themify-files:before{content:"\e663"}
.ts-themify-filter:before{content:"\e664"}
.ts-themify-flag:before{content:"\e665"}
.ts-themify-flag-alt:before{content:"\e666"}
.ts-themify-flag-alt-2:before{content:"\e667"}
.ts-themify-flickr:before{content:"\e668"}
.ts-themify-flickr-alt:before{content:"\e669"}
.ts-themify-folder:before{content:"\e66a"}
.ts-themify-fullscreen:before{content:"\e66b"}
.ts-themify-gallery:before{content:"\e66c"}
.ts-themify-game:before{content:"\e66d"}
.ts-themify-gift:before{content:"\e66e"}
.ts-themify-github:before{content:"\e66f"}
.ts-themify-google:before{content:"\e670"}
.ts-themify-hand-drag:before{content:"\e671"}
.ts-themify-hand-open:before{content:"\e672"}
.ts-themify-hand-point-down:before{content:"\e673"}
.ts-themify-hand-point-left:before{content:"\e674"}
.ts-themify-hand-point-right:before{content:"\e675"}
.ts-themify-hand-point-up:before{content:"\e676"}
.ts-themify-hand-stop:before{content:"\e677"}
.ts-themify-harddrive:before{content:"\e678"}
.ts-themify-harddrives:before{content:"\e679"}
.ts-themify-headphone:before{content:"\e67a"}
.ts-themify-headphone-alt:before{content:"\e67b"}
.ts-themify-heart:before{content:"\e67c"}
.ts-themify-heart-broken:before{content:"\e67d"}
.ts-themify-help:before{content:"\e67e"}
.ts-themify-help-alt:before{content:"\e67f"}
.ts-themify-home:before{content:"\e680"}
.ts-themify-html5:before{content:"\e681"}
.ts-themify-hummer:before{content:"\e682"}
.ts-themify-id-badge:before{content:"\e683"}
.ts-themify-image:before{content:"\e684"}
.ts-themify-import:before{content:"\e685"}
.ts-themify-infinite:before{content:"\e686"}
.ts-themify-info:before{content:"\e687"}
.ts-themify-info-alt:before{content:"\e688"}
.ts-themify-ink-pen:before{content:"\e689"}
.ts-themify-instagram:before{content:"\e68a"}
.ts-themify-Italic:before{content:"\e68b"}
.ts-themify-joomla:before{content:"\e68c"}
.ts-themify-jsfiddle:before{content:"\e68d"}
.ts-themify-key:before{content:"\e68e"}
.ts-themify-layers:before{content:"\e68f"}
.ts-themify-layers-alt:before{content:"\e690"}
.ts-themify-layout:before{content:"\e691"}
.ts-themify-layout-accordion-list:before{content:"\e692"}
.ts-themify-layout-accordion-merged:before{content:"\e693"}
.ts-themify-layout-accordion-separated:before{content:"\e694"}
.ts-themify-layout-column2:before{content:"\e695"}
.ts-themify-layout-column2-alt:before{content:"\e696"}
.ts-themify-layout-column3:before{content:"\e697"}
.ts-themify-layout-column3-alt:before{content:"\e698"}
.ts-themify-layout-column4:before{content:"\e699"}
.ts-themify-layout-column4-alt:before{content:"\e69a"}
.ts-themify-layout-cta-btn-left:before{content:"\e69b"}
.ts-themify-layout-cta-btn-right:before{content:"\e69c"}
.ts-themify-layout-cta-center:before{content:"\e69d"}
.ts-themify-layout-cta-left:before{content:"\e69e"}
.ts-themify-layout-cta-right:before{content:"\e69f"}
.ts-themify-layout-grid2:before{content:"\e6a0"}
.ts-themify-layout-grid2-alt:before{content:"\e6a1"}
.ts-themify-layout-grid2-thumb:before{content:"\e6a2"}
.ts-themify-layout-grid3:before{content:"\e6a3"}
.ts-themify-layout-grid3-alt:before{content:"\e6a4"}
.ts-themify-layout-grid4:before{content:"\e6a5"}
.ts-themify-layout-grid4-alt:before{content:"\e6a6"}
.ts-themify-layout-line-solid:before{content:"\e6a7"}
.ts-themify-layout-list-large-image:before{content:"\e6a8"}
.ts-themify-layout-list-post:before{content:"\e6a9"}
.ts-themify-layout-list-thumb:before{content:"\e6aa"}
.ts-themify-layout-list-thumb-alt:before{content:"\e6ab"}
.ts-themify-layout-media-center:before{content:"\e6ac"}
.ts-themify-layout-media-center-alt:before{content:"\e6ad"}
.ts-themify-layout-media-left:before{content:"\e6ae"}
.ts-themify-layout-media-left-alt:before{content:"\e6af"}
.ts-themify-layout-media-overlay:before{content:"\e6b0"}
.ts-themify-layout-media-overlay-alt:before{content:"\e6b1"}
.ts-themify-layout-media-overlay-alt-2:before{content:"\e6b2"}
.ts-themify-layout-media-right:before{content:"\e6b3"}
.ts-themify-layout-media-right-alt:before{content:"\e6b4"}
.ts-themify-layout-menu:before{content:"\e6b5"}
.ts-themify-layout-menu-full:before{content:"\e6b6"}
.ts-themify-layout-menu-separated:before{content:"\e6b7"}
.ts-themify-layout-menu-v:before{content:"\e6b8"}
.ts-themify-layout-placeholder:before{content:"\e6b9"}
.ts-themify-layout-sidebar-2:before{content:"\e6ba"}
.ts-themify-layout-sidebar-left:before{content:"\e6bb"}
.ts-themify-layout-sidebar-none:before{content:"\e6bc"}
.ts-themify-layout-sidebar-right:before{content:"\e6bd"}
.ts-themify-layout-slider:before{content:"\e6be"}
.ts-themify-layout-slider-alt:before{content:"\e6bf"}
.ts-themify-layout-tab:before{content:"\e6c0"}
.ts-themify-layout-tab-min:before{content:"\e6c1"}
.ts-themify-layout-tab-v:before{content:"\e6c2"}
.ts-themify-layout-tab-window:before{content:"\e6c3"}
.ts-themify-layout-width-default:before{content:"\e6c4"}
.ts-themify-layout-width-default-alt:before{content:"\e6c5"}
.ts-themify-layout-width-full:before{content:"\e6c6"}
.ts-themify-light-bulb:before{content:"\e6c7"}
.ts-themify-line-dashed:before{content:"\e6c8"}
.ts-themify-line-dotted:before{content:"\e6c9"}
.ts-themify-line-double:before{content:"\e6ca"}
.ts-themify-link:before{content:"\e6cb"}
.ts-themify-linkedin:before{content:"\e6cc"}
.ts-themify-linux:before{content:"\e6cd"}
.ts-themify-list:before{content:"\e6ce"}
.ts-themify-list-ol:before{content:"\e6cf"}
.ts-themify-location-arrow:before{content:"\e6d0"}
.ts-themify-location-pin:before{content:"\e6d1"}
.ts-themify-lock:before{content:"\e6d2"}
.ts-themify-loop:before{content:"\e6d3"}
.ts-themify-magnet:before{content:"\e6d4"}
.ts-themify-map:before{content:"\e6d5"}
.ts-themify-map-alt:before{content:"\e6d6"}
.ts-themify-marker:before{content:"\e6d7"}
.ts-themify-marker-alt:before{content:"\e6d8"}
.ts-themify-medall:before{content:"\e6d9"}
.ts-themify-medall-alt:before{content:"\e6da"}
.ts-themify-menu:before{content:"\e6db"}
.ts-themify-menu-alt:before{content:"\e6dc"}
.ts-themify-microphone:before{content:"\e6dd"}
.ts-themify-microphone-alt:before{content:"\e6de"}
.ts-themify-microsoft:before{content:"\e6df"}
.ts-themify-microsoft-alt:before{content:"\e6e0"}
.ts-themify-minus:before{content:"\e6e1"}
.ts-themify-mobile:before{content:"\e6e2"}
.ts-themify-money:before{content:"\e6e3"}
.ts-themify-more:before{content:"\e6e4"}
.ts-themify-more-alt:before{content:"\e6e5"}
.ts-themify-mouse:before{content:"\e6e6"}
.ts-themify-mouse-alt:before{content:"\e6e7"}
.ts-themify-music:before{content:"\e6e8"}
.ts-themify-music-alt:before{content:"\e6e9"}
.ts-themify-na:before{content:"\e6ea"}
.ts-themify-new-window:before{content:"\e6eb"}
.ts-themify-notepad:before{content:"\e6ec"}
.ts-themify-package:before{content:"\e6ed"}
.ts-themify-paint-bucket:before{content:"\e6ee"}
.ts-themify-paint-roller:before{content:"\e6ef"}
.ts-themify-palette:before{content:"\e6f0"}
.ts-themify-panel:before{content:"\e6f1"}
.ts-themify-paragraph:before{content:"\e6f2"}
.ts-themify-pencil:before{content:"\e6f3"}
.ts-themify-pencil-alt:before{content:"\e6f4"}
.ts-themify-pencil-alt2:before{content:"\e6f5"}
.ts-themify-pie-chart:before{content:"\e6f6"}
.ts-themify-pin:before{content:"\e6f7"}
.ts-themify-pin2:before{content:"\e6f8"}
.ts-themify-pin-alt:before{content:"\e6f9"}
.ts-themify-pinterest:before{content:"\e6fa"}
.ts-themify-pinterest-alt:before{content:"\e6fb"}
.ts-themify-plug:before{content:"\e6fc"}
.ts-themify-plus:before{content:"\e6fd"}
.ts-themify-power-off:before{content:"\e6fe"}
.ts-themify-printer:before{content:"\e6ff"}
.ts-themify-pulse:before{content:"\e700"}
.ts-themify-quote-left:before{content:"\e701"}
.ts-themify-quote-right:before{content:"\e702"}
.ts-themify-receipt:before{content:"\e703"}
.ts-themify-reddit:before{content:"\e704"}
.ts-themify-reload:before{content:"\e705"}
.ts-themify-rocket:before{content:"\e706"}
.ts-themify-rss:before{content:"\e707"}
.ts-themify-rss-alt:before{content:"\e708"}
.ts-themify-ruler:before{content:"\e709"}
.ts-themify-ruler-alt:before{content:"\e70a"}
.ts-themify-ruler-alt-2:before{content:"\e70b"}
.ts-themify-ruler-pencil:before{content:"\e70c"}
.ts-themify-save:before{content:"\e70d"}
.ts-themify-save-alt:before{content:"\e70e"}
.ts-themify-search:before{content:"\e70f"}
.ts-themify-server:before{content:"\e710"}
.ts-themify-settings:before{content:"\e711"}
.ts-themify-share:before{content:"\e712"}
.ts-themify-share-alt:before{content:"\e713"}
.ts-themify-sharethis:before{content:"\e714"}
.ts-themify-sharethis-alt:before{content:"\e715"}
.ts-themify-shield:before{content:"\e716"}
.ts-themify-shift-left:before{content:"\e717"}
.ts-themify-shift-left-alt:before{content:"\e718"}
.ts-themify-shift-right:before{content:"\e719"}
.ts-themify-shift-right-alt:before{content:"\e71a"}
.ts-themify-shine:before{content:"\e71b"}
.ts-themify-shopping-cart:before{content:"\e71c"}
.ts-themify-shopping-cart-full:before{content:"\e71d"}
.ts-themify-shortcode:before{content:"\e71e"}
.ts-themify-signal:before{content:"\e71f"}
.ts-themify-skype:before{content:"\e720"}
.ts-themify-slice:before{content:"\e721"}
.ts-themify-smallcap:before{content:"\e722"}
.ts-themify-soundcloud:before{content:"\e723"}
.ts-themify-split-h:before{content:"\e724"}
.ts-themify-split-v:before{content:"\e725"}
.ts-themify-split-v-alt:before{content:"\e726"}
.ts-themify-spray:before{content:"\e727"}
.ts-themify-stack-overflow:before{content:"\e728"}
.ts-themify-stamp:before{content:"\e729"}
.ts-themify-star:before{content:"\e72a"}
.ts-themify-stats-down:before{content:"\e72b"}
.ts-themify-stats-up:before{content:"\e72c"}
.ts-themify-support:before{content:"\e72d"}
.ts-themify-tablet:before{content:"\e72e"}
.ts-themify-tag:before{content:"\e72f"}
.ts-themify-target:before{content:"\e730"}
.ts-themify-text:before{content:"\e731"}
.ts-themify-themify-favicon:before{content:"\e732"}
.ts-themify-themify-favicon-alt:before{content:"\e733"}
.ts-themify-themify-logo:before{content:"\e734"}
.ts-themify-thought:before{content:"\e735"}
.ts-themify-thumb-down:before{content:"\e736"}
.ts-themify-thumb-up:before{content:"\e737"}
.ts-themify-ticket:before{content:"\e738"}
.ts-themify-time:before{content:"\e739"}
.ts-themify-timer:before{content:"\e73a"}
.ts-themify-trash:before{content:"\e73b"}
.ts-themify-trello:before{content:"\e73c"}
.ts-themify-truck:before{content:"\e73d"}
.ts-themify-tumblr:before{content:"\e73e"}
.ts-themify-tumblr-alt:before{content:"\e73f"}
.ts-themify-twitter:before{content:"\e740"}
.ts-themify-twitter-alt:before{content:"\e741"}
.ts-themify-underline:before{content:"\e742"}
.ts-themify-unlink:before{content:"\e743"}
.ts-themify-unlock:before{content:"\e744"}
.ts-themify-upload:before{content:"\e745"}
.ts-themify-uppercase:before{content:"\e746"}
.ts-themify-user:before{content:"\e747"}
.ts-themify-vector:before{content:"\e748"}
.ts-themify-video-camera:before{content:"\e749"}
.ts-themify-video-clapper:before{content:"\e74a"}
.ts-themify-view-grid:before{content:"\e74b"}
.ts-themify-view-list:before{content:"\e74c"}
.ts-themify-view-list-alt:before{content:"\e74d"}
.ts-themify-vimeo:before{content:"\e74e"}
.ts-themify-vimeo-alt:before{content:"\e74f"}
.ts-themify-volume:before{content:"\e750"}
.ts-themify-wallet:before{content:"\e751"}
.ts-themify-wand:before{content:"\e752"}
.ts-themify-wheelchair:before{content:"\e753"}
.ts-themify-widget:before{content:"\e754"}
.ts-themify-widget-alt:before{content:"\e755"}
.ts-themify-widgetized:before{content:"\e756"}
.ts-themify-window:before{content:"\e757"}
.ts-themify-wordpress:before{content:"\e758"}
.ts-themify-world:before{content:"\e759"}
.ts-themify-write:before{content:"\e75a"}
.ts-themify-yahoo:before{content:"\e75b"}
.ts-themify-youtube:before{content:"\e75c"}
.ts-themify-zip:before{content:"\e75d"}
.ts-themify-zoom-in:before{content:"\e75e"}
.ts-themify-zoom-out:before{content:"\e75f"}@font-face {
font-family:                		'typicons';
src:                        		url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/typicons-icons/typicons.eot?) format('eot'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/typicons-icons/typicons.eot?#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/typicons-icons/typicons.woff) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/typicons-icons/typicons.ttf) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/ts-visual-composer-extend/icons/typicons-icons/typicons.svg#typicons) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-typicons-"], [class*=" ts-typicons-"] {
font-family:						'typicons' !important;
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;
}
[class^="ts-typicons-"]:before,[class*=" ts-typicons-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-typicons-"],a [class*=" ts-typicons-"] {
display:							inline-block;
}
.ts-typicons-times:before {content:"\e600";}
.ts-typicons-tick:before {content:"\e601";}
.ts-typicons-plus:before {content:"\e602";}
.ts-typicons-minus:before {content:"\e603";}
.ts-typicons-equals:before {content:"\e604";}
.ts-typicons-divide:before {content:"\e605";}
.ts-typicons-chevron-right:before {content:"\e606";}
.ts-typicons-chevron-left:before {content:"\e607";}
.ts-typicons-arrow-right-thick:before {content:"\e608";}
.ts-typicons-arrow-left-thick:before {content:"\e609";}
.ts-typicons-th-small:before {content:"\e60a";}
.ts-typicons-th-menu:before {content:"\e60b";}
.ts-typicons-th-list:before {content:"\e60c";}
.ts-typicons-th-large:before {content:"\e60d";}
.ts-typicons-home:before {content:"\e60e";}
.ts-typicons-arrow-forward:before {content:"\e60f";}
.ts-typicons-arrow-back:before {content:"\e610";}
.ts-typicons-rss:before {content:"\e611";}
.ts-typicons-location:before {content:"\e612";}
.ts-typicons-link:before {content:"\e613";}
.ts-typicons-image:before {content:"\e614";}
.ts-typicons-arrow-up-thick:before {content:"\e615";}
.ts-typicons-arrow-down-thick:before {content:"\e616";}
.ts-typicons-starburst:before {content:"\e617";}
.ts-typicons-starburst-outline:before {content:"\e618";}
.ts-typicons-star:before {content:"\e619";}
.ts-typicons-flow-children:before {content:"\e61a";}
.ts-typicons-export:before {content:"\e61b";}
.ts-typicons-delete:before {content:"\e61c";}
.ts-typicons-delete-outline:before {content:"\e61d";}
.ts-typicons-cloud-storage:before {content:"\e61e";}
.ts-typicons-wi-fi:before {content:"\e61f";}
.ts-typicons-heart:before {content:"\e620";}
.ts-typicons-flash:before {content:"\e621";}
.ts-typicons-cancel:before {content:"\e622";}
.ts-typicons-backspace:before {content:"\e623";}
.ts-typicons-attachment:before {content:"\e624";}
.ts-typicons-arrow-move:before {content:"\e625";}
.ts-typicons-warning:before {content:"\e626";}
.ts-typicons-user:before {content:"\e627";}
.ts-typicons-radar:before {content:"\e628";}
.ts-typicons-lock-open:before {content:"\e629";}
.ts-typicons-lock-closed:before {content:"\e62a";}
.ts-typicons-location-arrow:before {content:"\e62b";}
.ts-typicons-info:before {content:"\e62c";}
.ts-typicons-user-delete:before {content:"\e62d";}
.ts-typicons-user-add:before {content:"\e62e";}
.ts-typicons-media-pause:before {content:"\e62f";}
.ts-typicons-group:before {content:"\e630";}
.ts-typicons-chart-pie:before {content:"\e631";}
.ts-typicons-chart-line:before {content:"\e632";}
.ts-typicons-chart-bar:before {content:"\e633";}
.ts-typicons-chart-area:before {content:"\e634";}
.ts-typicons-video:before {content:"\e635";}
.ts-typicons-point-of-interest:before {content:"\e636";}
.ts-typicons-infinity:before {content:"\e637";}
.ts-typicons-globe:before {content:"\e638";}
.ts-typicons-eye:before {content:"\e639";}
.ts-typicons-cog:before {content:"\e63a";}
.ts-typicons-camera:before {content:"\e63b";}
.ts-typicons-upload:before {content:"\e63c";}
.ts-typicons-scissors:before {content:"\e63d";}
.ts-typicons-refresh:before {content:"\e63e";}
.ts-typicons-pin:before {content:"\e63f";}
.ts-typicons-key:before {content:"\e640";}
.ts-typicons-info-large:before {content:"\e641";}
.ts-typicons-eject:before {content:"\e642";}
.ts-typicons-download:before {content:"\e643";}
.ts-typicons-zoom:before {content:"\e644";}
.ts-typicons-zoom-out:before {content:"\e645";}
.ts-typicons-zoom-in:before {content:"\e646";}
.ts-typicons-sort-numerically:before {content:"\e647";}
.ts-typicons-sort-alphabetically:before {content:"\e648";}
.ts-typicons-input-checked:before {content:"\e649";}
.ts-typicons-calender:before {content:"\e64a";}
.ts-typicons-world:before {content:"\e64b";}
.ts-typicons-notes:before {content:"\e64c";}
.ts-typicons-code:before {content:"\e64d";}
.ts-typicons-arrow-sync:before {content:"\e64e";}
.ts-typicons-arrow-shuffle:before {content:"\e64f";}
.ts-typicons-arrow-repeat:before {content:"\e650";}
.ts-typicons-arrow-minimise:before {content:"\e651";}
.ts-typicons-arrow-maximise:before {content:"\e652";}
.ts-typicons-arrow-loop:before {content:"\e653";}
.ts-typicons-anchor:before {content:"\e654";}
.ts-typicons-spanner:before {content:"\e655";}
.ts-typicons-puzzle:before {content:"\e656";}
.ts-typicons-power:before {content:"\e657";}
.ts-typicons-plane:before {content:"\e658";}
.ts-typicons-pi:before {content:"\e659";}
.ts-typicons-phone:before {content:"\e65a";}
.ts-typicons-microphone:before {content:"\e65b";}
.ts-typicons-media-rewind:before {content:"\e65c";}
.ts-typicons-flag:before {content:"\e65d";}
.ts-typicons-adjust-brightness:before {content:"\e65e";}
.ts-typicons-waves:before {content:"\e65f";}
.ts-typicons-social-twitter:before {content:"\e660";}
.ts-typicons-social-facebook:before {content:"\e661";}
.ts-typicons-social-dribbble:before {content:"\e662";}
.ts-typicons-media-stop:before {content:"\e663";}
.ts-typicons-media-record:before {content:"\e664";}
.ts-typicons-media-play:before {content:"\e665";}
.ts-typicons-media-fast-forward:before {content:"\e666";}
.ts-typicons-media-eject:before {content:"\e667";}
.ts-typicons-social-vimeo:before {content:"\e668";}
.ts-typicons-social-tumbler:before {content:"\e669";}
.ts-typicons-social-skype:before {content:"\e66a";}
.ts-typicons-social-pinterest:before {content:"\e66b";}
.ts-typicons-social-linkedin:before {content:"\e66c";}
.ts-typicons-social-last-fm:before {content:"\e66d";}
.ts-typicons-social-github:before {content:"\e66e";}
.ts-typicons-social-flickr:before {content:"\e66f";}
.ts-typicons-at:before {content:"\e670";}
.ts-typicons-times-outline:before {content:"\e671";}
.ts-typicons-plus-outline:before {content:"\e672";}
.ts-typicons-minus-outline:before {content:"\e673";}
.ts-typicons-tick-outline:before {content:"\e674";}
.ts-typicons-th-large-outline:before {content:"\e675";}
.ts-typicons-equals-outline:before {content:"\e676";}
.ts-typicons-divide-outline:before {content:"\e677";}
.ts-typicons-chevron-right-outline:before {content:"\e678";}
.ts-typicons-chevron-left-outline:before {content:"\e679";}
.ts-typicons-arrow-right-outline:before {content:"\e67a";}
.ts-typicons-arrow-left-outline:before {content:"\e67b";}
.ts-typicons-th-small-outline:before {content:"\e67c";}
.ts-typicons-th-menu-outline:before {content:"\e67d";}
.ts-typicons-th-list-outline:before {content:"\e67e";}
.ts-typicons-news:before {content:"\e67f";}
.ts-typicons-home-outline:before {content:"\e680";}
.ts-typicons-arrow-up-outline:before {content:"\e681";}
.ts-typicons-arrow-forward-outline:before {content:"\e682";}
.ts-typicons-arrow-down-outline:before {content:"\e683";}
.ts-typicons-arrow-back-outline:before {content:"\e684";}
.ts-typicons-trash:before {content:"\e685";}
.ts-typicons-rss-outline:before {content:"\e686";}
.ts-typicons-message:before {content:"\e687";}
.ts-typicons-location-outline:before {content:"\e688";}
.ts-typicons-link-outline:before {content:"\e689";}
.ts-typicons-image-outline:before {content:"\e68a";}
.ts-typicons-export-outline:before {content:"\e68b";}
.ts-typicons-cross:before {content:"\e68c";}
.ts-typicons-wi-fi-outline:before {content:"\e68d";}
.ts-typicons-star-outline:before {content:"\e68e";}
.ts-typicons-media-pause-outline:before {content:"\e68f";}
.ts-typicons-mail:before {content:"\e690";}
.ts-typicons-heart-outline:before {content:"\e691";}
.ts-typicons-flash-outline:before {content:"\e692";}
.ts-typicons-cancel-outline:before {content:"\e693";}
.ts-typicons-beaker:before {content:"\e694";}
.ts-typicons-arrow-move-outline:before {content:"\e695";}
.ts-typicons-watch:before {content:"\e696";}
.ts-typicons-warning-outline:before {content:"\e697";}
.ts-typicons-time:before {content:"\e698";}
.ts-typicons-radar-outline:before {content:"\e699";}
.ts-typicons-lock-open-outline:before {content:"\e69a";}
.ts-typicons-location-arrow-outline:before {content:"\e69b";}
.ts-typicons-info-outline:before {content:"\e69c";}
.ts-typicons-backspace-outline:before {content:"\e69d";}
.ts-typicons-attachment-outline:before {content:"\e69e";}
.ts-typicons-user-outline:before {content:"\e69f";}
.ts-typicons-user-delete-outline:before {content:"\e6a0";}
.ts-typicons-user-add-outline:before {content:"\e6a1";}
.ts-typicons-lock-closed-outline:before {content:"\e6a2";}
.ts-typicons-group-outline:before {content:"\e6a3";}
.ts-typicons-chart-pie-outline:before {content:"\e6a4";}
.ts-typicons-chart-line-outline:before {content:"\e6a5";}
.ts-typicons-chart-bar-outline:before {content:"\e6a6";}
.ts-typicons-chart-area-outline:before {content:"\e6a7";}
.ts-typicons-video-outline:before {content:"\e6a8";}
.ts-typicons-point-of-interest-outline:before {content:"\e6a9";}
.ts-typicons-map:before {content:"\e6aa";}
.ts-typicons-key-outline:before {content:"\e6ab";}
.ts-typicons-infinity-outline:before {content:"\e6ac";}
.ts-typicons-globe-outline:before {content:"\e6ad";}
.ts-typicons-eye-outline:before {content:"\e6ae";}
.ts-typicons-cog-outline:before {content:"\e6af";}
.ts-typicons-camera-outline:before {content:"\e6b0";}
.ts-typicons-upload-outline:before {content:"\e6b1";}
.ts-typicons-support:before {content:"\e6b2";}
.ts-typicons-scissors-outline:before {content:"\e6b3";}
.ts-typicons-refresh-outline:before {content:"\e6b4";}
.ts-typicons-info-large-outline:before {content:"\e6b5";}
.ts-typicons-eject-outline:before {content:"\e6b6";}
.ts-typicons-download-outline:before {content:"\e6b7";}
.ts-typicons-battery-mid:before {content:"\e6b8";}
.ts-typicons-battery-low:before {content:"\e6b9";}
.ts-typicons-battery-high:before {content:"\e6ba";}
.ts-typicons-zoom-outline:before {content:"\e6bb";}
.ts-typicons-zoom-out-outline:before {content:"\e6bc";}
.ts-typicons-zoom-in-outline:before {content:"\e6bd";}
.ts-typicons-tag:before {content:"\e6be";}
.ts-typicons-tabs-outline:before {content:"\e6bf";}
.ts-typicons-pin-outline:before {content:"\e6c0";}
.ts-typicons-message-typing:before {content:"\e6c1";}
.ts-typicons-directions:before {content:"\e6c2";}
.ts-typicons-battery-full:before {content:"\e6c3";}
.ts-typicons-battery-charge:before {content:"\e6c4";}
.ts-typicons-pipette:before {content:"\e6c5";}
.ts-typicons-pencil:before {content:"\e6c6";}
.ts-typicons-folder:before {content:"\e6c7";}
.ts-typicons-folder-delete:before {content:"\e6c8";}
.ts-typicons-folder-add:before {content:"\e6c9";}
.ts-typicons-edit:before {content:"\e6ca";}
.ts-typicons-document:before {content:"\e6cb";}
.ts-typicons-document-delete:before {content:"\e6cc";}
.ts-typicons-document-add:before {content:"\e6cd";}
.ts-typicons-brush:before {content:"\e6ce";}
.ts-typicons-thumbs-up:before {content:"\e6cf";}
.ts-typicons-thumbs-down:before {content:"\e6d0";}
.ts-typicons-pen:before {content:"\e6d1";}
.ts-typicons-sort-numerically-outline:before {content:"\e6d2";}
.ts-typicons-sort-alphabetically-outline:before {content:"\e6d3";}
.ts-typicons-social-last-fm-circular:before {content:"\e6d4";}
.ts-typicons-social-github-circular:before {content:"\e6d5";}
.ts-typicons-compass:before {content:"\e6d6";}
.ts-typicons-bookmark:before {content:"\e6d7";}
.ts-typicons-input-checked-outline:before {content:"\e6d8";}
.ts-typicons-code-outline:before {content:"\e6d9";}
.ts-typicons-calender-outline:before {content:"\e6da";}
.ts-typicons-business-card:before {content:"\e6db";}
.ts-typicons-arrow-up:before {content:"\e6dc";}
.ts-typicons-arrow-sync-outline:before {content:"\e6dd";}
.ts-typicons-arrow-right:before {content:"\e6de";}
.ts-typicons-arrow-repeat-outline:before {content:"\e6df";}
.ts-typicons-arrow-loop-outline:before {content:"\e6e0";}
.ts-typicons-arrow-left:before {content:"\e6e1";}
.ts-typicons-flow-switch:before {content:"\e6e2";}
.ts-typicons-flow-parallel:before {content:"\e6e3";}
.ts-typicons-flow-merge:before {content:"\e6e4";}
.ts-typicons-document-text:before {content:"\e6e5";}
.ts-typicons-clipboard:before {content:"\e6e6";}
.ts-typicons-calculator:before {content:"\e6e7";}
.ts-typicons-arrow-minimise-outline:before {content:"\e6e8";}
.ts-typicons-arrow-maximise-outline:before {content:"\e6e9";}
.ts-typicons-arrow-down:before {content:"\e6ea";}
.ts-typicons-gift:before {content:"\e6eb";}
.ts-typicons-film:before {content:"\e6ec";}
.ts-typicons-database:before {content:"\e6ed";}
.ts-typicons-bell:before {content:"\e6ee";}
.ts-typicons-anchor-outline:before {content:"\e6ef";}
.ts-typicons-adjust-contrast:before {content:"\e6f0";}
.ts-typicons-world-outline:before {content:"\e6f1";}
.ts-typicons-shopping-bag:before {content:"\e6f2";}
.ts-typicons-power-outline:before {content:"\e6f3";}
.ts-typicons-notes-outline:before {content:"\e6f4";}
.ts-typicons-device-tablet:before {content:"\e6f5";}
.ts-typicons-device-phone:before {content:"\e6f6";}
.ts-typicons-device-laptop:before {content:"\e6f7";}
.ts-typicons-device-desktop:before {content:"\e6f8";}
.ts-typicons-briefcase:before {content:"\e6f9";}
.ts-typicons-stopwatch:before {content:"\e6fa";}
.ts-typicons-spanner-outline:before {content:"\e6fb";}
.ts-typicons-puzzle-outline:before {content:"\e6fc";}
.ts-typicons-printer:before {content:"\e6fd";}
.ts-typicons-pi-outline:before {content:"\e6fe";}
.ts-typicons-lightbulb:before {content:"\e6ff";}
.ts-typicons-flag-outline:before {content:"\e700";}
.ts-typicons-contacts:before {content:"\e701";}
.ts-typicons-archive:before {content:"\e702";}
.ts-typicons-weather-stormy:before {content:"\e703";}
.ts-typicons-weather-shower:before {content:"\e704";}
.ts-typicons-weather-partly-sunny:before {content:"\e705";}
.ts-typicons-weather-downpour:before {content:"\e706";}
.ts-typicons-weather-cloudy:before {content:"\e707";}
.ts-typicons-plane-outline:before {content:"\e708";}
.ts-typicons-phone-outline:before {content:"\e709";}
.ts-typicons-microphone-outline:before {content:"\e70a";}
.ts-typicons-weather-windy:before {content:"\e70b";}
.ts-typicons-weather-windy-cloudy:before {content:"\e70c";}
.ts-typicons-weather-sunny:before {content:"\e70d";}
.ts-typicons-weather-snow:before {content:"\e70e";}
.ts-typicons-weather-night:before {content:"\e70f";}
.ts-typicons-media-stop-outline:before {content:"\e710";}
.ts-typicons-media-rewind-outline:before {content:"\e711";}
.ts-typicons-media-record-outline:before {content:"\e712";}
.ts-typicons-media-play-outline:before {content:"\e713";}
.ts-typicons-media-fast-forward-outline:before {content:"\e714";}
.ts-typicons-media-eject-outline:before {content:"\e715";}
.ts-typicons-wine:before {content:"\e716";}
.ts-typicons-waves-outline:before {content:"\e717";}
.ts-typicons-ticket:before {content:"\e718";}
.ts-typicons-tags:before {content:"\e719";}
.ts-typicons-plug:before {content:"\e71a";}
.ts-typicons-headphones:before {content:"\e71b";}
.ts-typicons-credit-card:before {content:"\e71c";}
.ts-typicons-coffee:before {content:"\e71d";}
.ts-typicons-book:before {content:"\e71e";}
.ts-typicons-beer:before {content:"\e71f";}
.ts-typicons-volume:before {content:"\e720";}
.ts-typicons-volume-up:before {content:"\e721";}
.ts-typicons-volume-mute:before {content:"\e722";}
.ts-typicons-volume-down:before {content:"\e723";}
.ts-typicons-social-vimeo-circular:before {content:"\e724";}
.ts-typicons-social-twitter-circular:before {content:"\e725";}
.ts-typicons-social-pinterest-circular:before {content:"\e726";}
.ts-typicons-social-linkedin-circular:before {content:"\e727";}
.ts-typicons-social-facebook-circular:before {content:"\e728";}
.ts-typicons-social-dribbble-circular:before {content:"\e729";}
.ts-typicons-tree:before {content:"\e72a";}
.ts-typicons-thermometer:before {content:"\e72b";}
.ts-typicons-social-tumbler-circular:before {content:"\e72c";}
.ts-typicons-social-skype-outline:before {content:"\e72d";}
.ts-typicons-social-flickr-circular:before {content:"\e72e";}
.ts-typicons-social-at-circular:before {content:"\e72f";}
.ts-typicons-shopping-cart:before {content:"\e730";}
.ts-typicons-messages:before {content:"\e731";}
.ts-typicons-leaf:before {content:"\e732";}
.ts-typicons-feather:before {content:"\e733";}
@font-face{font-family:vc_entypo;src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot);src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot?#iefix) format('embedded-opentype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.woff) format('woff'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.ttf) format('truetype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg#vc_entypo) format('svg');font-weight:400;font-style:normal}[class*=" entypo-icon-"]:before,[class^=entypo-icon-]:before{font-family:vc_entypo;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.entypo-icon-note:before{content:"\266a"}.entypo-icon-note-beamed:before{content:"\266b"}.entypo-icon-music:before{content:"🎵"}.entypo-icon-search:before{content:"🔍"}.entypo-icon-flashlight:before{content:"🔦"}.entypo-icon-mail:before{content:"\2709"}.entypo-icon-heart:before{content:"\2665"}.entypo-icon-heart-empty:before{content:"\2661"}.entypo-icon-star:before{content:"\2605"}.entypo-icon-star-empty:before{content:"\2606"}.entypo-icon-user:before{content:"👤"}.entypo-icon-users:before{content:"👥"}.entypo-icon-user-add:before{content:"\e700"}.entypo-icon-video:before{content:"🎬"}.entypo-icon-picture:before{content:"🌄"}.entypo-icon-camera:before{content:"📷"}.entypo-icon-layout:before{content:"\268f"}.entypo-icon-menu:before{content:"\2630"}.entypo-icon-check:before{content:"\2713"}.entypo-icon-cancel:before{content:"\2715"}.entypo-icon-cancel-circled:before{content:"\2716"}.entypo-icon-cancel-squared:before{content:"\274e"}.entypo-icon-plus:before{content:"\2b"}.entypo-icon-plus-circled:before{content:"\2795"}.entypo-icon-plus-squared:before{content:"\229e"}.entypo-icon-minus:before{content:"\2d"}.entypo-icon-minus-circled:before{content:"\2796"}.entypo-icon-minus-squared:before{content:"\229f"}.entypo-icon-help:before{content:"\2753"}.entypo-icon-help-circled:before{content:"\e704"}.entypo-icon-info:before{content:"\2139"}.entypo-icon-info-circled:before{content:"\e705"}.entypo-icon-back:before{content:"🔙"}.entypo-icon-home:before{content:"\2302"}.entypo-icon-link:before{content:"🔗"}.entypo-icon-attach:before{content:"📎"}.entypo-icon-lock:before{content:"🔒"}.entypo-icon-lock-open:before{content:"🔓"}.entypo-icon-eye:before{content:"\e70a"}.entypo-icon-tag:before{content:"\e70c"}.entypo-icon-bookmark:before{content:"🔖"}.entypo-icon-bookmarks:before{content:"📑"}.entypo-icon-flag:before{content:"\2691"}.entypo-icon-thumbs-up:before{content:"👍"}.entypo-icon-thumbs-down:before{content:"👎"}.entypo-icon-download:before{content:"📥"}.entypo-icon-upload:before{content:"📤"}.entypo-icon-upload-cloud:before{content:"\e711"}.entypo-icon-reply:before{content:"\e712"}.entypo-icon-reply-all:before{content:"\e713"}.entypo-icon-forward:before{content:"\27a6"}.entypo-icon-quote:before{content:"\275e"}.entypo-icon-code:before{content:"\e714"}.entypo-icon-export:before{content:"\e715"}.entypo-icon-pencil:before{content:"\270e"}.entypo-icon-feather:before{content:"\2712"}.entypo-icon-print:before{content:"\e716"}.entypo-icon-retweet:before{content:"\e717"}.entypo-icon-keyboard:before{content:"\2328"}.entypo-icon-comment:before{content:"\e718"}.entypo-icon-chat:before{content:"\e720"}.entypo-icon-bell:before{content:"🔔"}.entypo-icon-attention:before{content:"\26a0"}.entypo-icon-alert:before{content:"💥"}.entypo-icon-vcard:before{content:"\e722"}.entypo-icon-address:before{content:"\e723"}.entypo-icon-location:before{content:"\e724"}.entypo-icon-map:before{content:"\e727"}.entypo-icon-direction:before{content:"\27a2"}.entypo-icon-compass:before{content:"\e728"}.entypo-icon-cup:before{content:"\2615"}.entypo-icon-trash:before{content:"\e729"}.entypo-icon-doc:before{content:"\e730"}.entypo-icon-docs:before{content:"\e736"}.entypo-icon-doc-landscape:before{content:"\e737"}.entypo-icon-doc-text:before{content:"📄"}.entypo-icon-doc-text-inv:before{content:"\e731"}.entypo-icon-newspaper:before{content:"📰"}.entypo-icon-book-open:before{content:"📖"}.entypo-icon-book:before{content:"📕"}.entypo-icon-folder:before{content:"📁"}.entypo-icon-archive:before{content:"\e738"}.entypo-icon-box:before{content:"📦"}.entypo-icon-rss:before{content:"\e73a"}.entypo-icon-phone:before{content:"📞"}.entypo-icon-cog:before{content:"\2699"}.entypo-icon-tools:before{content:"\2692"}.entypo-icon-share:before{content:"\e73c"}.entypo-icon-shareable:before{content:"\e73e"}.entypo-icon-basket:before{content:"\e73d"}.entypo-icon-bag:before{content:"👜"}.entypo-icon-calendar:before{content:"📅"}.entypo-icon-login:before{content:"\e740"}.entypo-icon-logout:before{content:"\e741"}.entypo-icon-mic:before{content:"🎤"}.entypo-icon-mute:before{content:"🔇"}.entypo-icon-sound:before{content:"🔊"}.entypo-icon-volume:before{content:"\e742"}.entypo-icon-clock:before{content:"🕔"}.entypo-icon-hourglass:before{content:"\23f3"}.entypo-icon-lamp:before{content:"💡"}.entypo-icon-light-down:before{content:"🔅"}.entypo-icon-light-up:before{content:"🔆"}.entypo-icon-adjust:before{content:"\25d1"}.entypo-icon-block:before{content:"🚫"}.entypo-icon-resize-full:before{content:"\e744"}.entypo-icon-resize-small:before{content:"\e746"}.entypo-icon-popup:before{content:"\e74c"}.entypo-icon-publish:before{content:"\e74d"}.entypo-icon-window:before{content:"\e74e"}.entypo-icon-arrow-combo:before{content:"\e74f"}.entypo-icon-down-circled:before{content:"\e758"}.entypo-icon-left-circled:before{content:"\e759"}.entypo-icon-right-circled:before{content:"\e75a"}.entypo-icon-up-circled:before{content:"\e75b"}.entypo-icon-down-open:before{content:"\e75c"}.entypo-icon-left-open:before{content:"\e75d"}.entypo-icon-right-open:before{content:"\e75e"}.entypo-icon-up-open:before{content:"\e75f"}.entypo-icon-down-open-mini:before{content:"\e760"}.entypo-icon-left-open-mini:before{content:"\e761"}.entypo-icon-right-open-mini:before{content:"\e762"}.entypo-icon-up-open-mini:before{content:"\e763"}.entypo-icon-down-open-big:before{content:"\e764"}.entypo-icon-left-open-big:before{content:"\e765"}.entypo-icon-right-open-big:before{content:"\e766"}.entypo-icon-up-open-big:before{content:"\e767"}.entypo-icon-down:before{content:"\2b07"}.entypo-icon-left:before{content:"\2b05"}.entypo-icon-right:before{content:"\27a1"}.entypo-icon-up:before{content:"\2b06"}.entypo-icon-down-dir:before{content:"\25be"}.entypo-icon-left-dir:before{content:"\25c2"}.entypo-icon-right-dir:before{content:"\25b8"}.entypo-icon-up-dir:before{content:"\25b4"}.entypo-icon-down-bold:before{content:"\e4b0"}.entypo-icon-left-bold:before{content:"\e4ad"}.entypo-icon-right-bold:before{content:"\e4ae"}.entypo-icon-up-bold:before{content:"\e4af"}.entypo-icon-down-thin:before{content:"\2193"}.entypo-icon-left-thin:before{content:"\2190"}.entypo-icon-right-thin:before{content:"\2192"}.entypo-icon-up-thin:before{content:"\2191"}.entypo-icon-ccw:before{content:"\27f2"}.entypo-icon-cw:before{content:"\27f3"}.entypo-icon-arrows-ccw:before{content:"🔄"}.entypo-icon-level-down:before{content:"\21b3"}.entypo-icon-level-up:before{content:"\21b0"}.entypo-icon-shuffle:before{content:"🔀"}.entypo-icon-loop:before{content:"🔁"}.entypo-icon-switch:before{content:"\21c6"}.entypo-icon-play:before{content:"\25b6"}.entypo-icon-stop:before{content:"\25a0"}.entypo-icon-pause:before{content:"\2389"}.entypo-icon-record:before{content:"\26ab"}.entypo-icon-to-end:before{content:"\23ed"}.entypo-icon-to-start:before{content:"\23ee"}.entypo-icon-fast-forward:before{content:"\23e9"}.entypo-icon-fast-backward:before{content:"\23ea"}.entypo-icon-progress-0:before{content:"\e768"}.entypo-icon-progress-1:before{content:"\e769"}.entypo-icon-progress-2:before{content:"\e76a"}.entypo-icon-progress-3:before{content:"\e76b"}.entypo-icon-target:before{content:"🎯"}.entypo-icon-palette:before{content:"🎨"}.entypo-icon-list:before{content:"\e005"}.entypo-icon-list-add:before{content:"\e003"}.entypo-icon-signal:before{content:"📶"}.entypo-icon-trophy:before{content:"🏆"}.entypo-icon-battery:before{content:"🔋"}.entypo-icon-back-in-time:before{content:"\e771"}.entypo-icon-monitor:before{content:"💻"}.entypo-icon-mobile:before{content:"📱"}.entypo-icon-network:before{content:"\e776"}.entypo-icon-cd:before{content:"💿"}.entypo-icon-inbox:before{content:"\e777"}.entypo-icon-install:before{content:"\e778"}.entypo-icon-globe:before{content:"🌎"}.entypo-icon-cloud:before{content:"\2601"}.entypo-icon-cloud-thunder:before{content:"\26c8"}.entypo-icon-flash:before{content:"\26a1"}.entypo-icon-moon:before{content:"\263d"}.entypo-icon-flight:before{content:"\2708"}.entypo-icon-paper-plane:before{content:"\e79b"}.entypo-icon-leaf:before{content:"🍂"}.entypo-icon-lifebuoy:before{content:"\e788"}.entypo-icon-mouse:before{content:"\e789"}.entypo-icon-briefcase:before{content:"💼"}.entypo-icon-suitcase:before{content:"\e78e"}.entypo-icon-dot:before{content:"\e78b"}.entypo-icon-dot-2:before{content:"\e78c"}.entypo-icon-dot-3:before{content:"\e78d"}.entypo-icon-brush:before{content:"\e79a"}.entypo-icon-magnet:before{content:"\e7a1"}.entypo-icon-infinity:before{content:"\221e"}.entypo-icon-erase:before{content:"\232b"}.entypo-icon-chart-pie:before{content:"\e751"}.entypo-icon-chart-line:before{content:"📈"}.entypo-icon-chart-bar:before{content:"📊"}.entypo-icon-chart-area:before{content:"🔾"}.entypo-icon-tape:before{content:"\2707"}.entypo-icon-graduation-cap:before{content:"🎓"}.entypo-icon-language:before{content:"\e752"}.entypo-icon-ticket:before{content:"🎫"}.entypo-icon-water:before{content:"💦"}.entypo-icon-droplet:before{content:"💧"}.entypo-icon-air:before{content:"\e753"}.entypo-icon-credit-card:before{content:"💳"}.entypo-icon-floppy:before{content:"💾"}.entypo-icon-clipboard:before{content:"📋"}.entypo-icon-megaphone:before{content:"📣"}.entypo-icon-database:before{content:"\e754"}.entypo-icon-drive:before{content:"\e755"}.entypo-icon-bucket:before{content:"\e756"}.entypo-icon-thermometer:before{content:"\e757"}.entypo-icon-key:before{content:"🔑"}.entypo-icon-flow-cascade:before{content:"\e790"}.entypo-icon-flow-branch:before{content:"\e791"}.entypo-icon-flow-tree:before{content:"\e792"}.entypo-icon-flow-line:before{content:"\e793"}.entypo-icon-flow-parallel:before{content:"\e794"}.entypo-icon-rocket:before{content:"🚀"}.entypo-icon-gauge:before{content:"\e7a2"}.entypo-icon-traffic-cone:before{content:"\e7a3"}.entypo-icon-cc:before{content:"\e7a5"}.entypo-icon-cc-by:before{content:"\e7a6"}.entypo-icon-cc-nc:before{content:"\e7a7"}.entypo-icon-cc-nc-eu:before{content:"\e7a8"}.entypo-icon-cc-nc-jp:before{content:"\e7a9"}.entypo-icon-cc-sa:before{content:"\e7aa"}.entypo-icon-cc-nd:before{content:"\e7ab"}.entypo-icon-cc-pd:before{content:"\e7ac"}.entypo-icon-cc-zero:before{content:"\e7ad"}.entypo-icon-cc-share:before{content:"\e7ae"}.entypo-icon-cc-remix:before{content:"\e7af"}.entypo-icon-github:before{content:"\f300"}.entypo-icon-github-circled:before{content:"\f301"}.entypo-icon-flickr:before{content:"\f303"}.entypo-icon-flickr-circled:before{content:"\f304"}.entypo-icon-vimeo:before{content:"\f306"}.entypo-icon-vimeo-circled:before{content:"\f307"}.entypo-icon-twitter:before{content:"\f309"}.entypo-icon-twitter-circled:before{content:"\f30a"}.entypo-icon-facebook:before{content:"\f30c"}.entypo-icon-facebook-circled:before{content:"\f30d"}.entypo-icon-facebook-squared:before{content:"\f30e"}.entypo-icon-gplus:before{content:"\f30f"}.entypo-icon-gplus-circled:before{content:"\f310"}.entypo-icon-pinterest:before{content:"\f312"}.entypo-icon-pinterest-circled:before{content:"\f313"}.entypo-icon-tumblr:before{content:"\f315"}.entypo-icon-tumblr-circled:before{content:"\f316"}.entypo-icon-linkedin:before{content:"\f318"}.entypo-icon-linkedin-circled:before{content:"\f319"}.entypo-icon-dribbble:before{content:"\f31b"}.entypo-icon-dribbble-circled:before{content:"\f31c"}.entypo-icon-stumbleupon:before{content:"\f31e"}.entypo-icon-stumbleupon-circled:before{content:"\f31f"}.entypo-icon-lastfm:before{content:"\f321"}.entypo-icon-lastfm-circled:before{content:"\f322"}.entypo-icon-rdio:before{content:"\f324"}.entypo-icon-rdio-circled:before{content:"\f325"}.entypo-icon-spotify:before{content:"\f327"}.entypo-icon-spotify-circled:before{content:"\f328"}.entypo-icon-qq:before{content:"\f32a"}.entypo-icon-instagrem:before{content:"\f32d"}.entypo-icon-dropbox:before{content:"\f330"}.entypo-icon-evernote:before{content:"\f333"}.entypo-icon-flattr:before{content:"\f336"}.entypo-icon-skype:before{content:"\f339"}.entypo-icon-skype-circled:before{content:"\f33a"}.entypo-icon-renren:before{content:"\f33c"}.entypo-icon-sina-weibo:before{content:"\f33f"}.entypo-icon-paypal:before{content:"\f342"}.entypo-icon-picasa:before{content:"\f345"}.entypo-icon-soundcloud:before{content:"\f348"}.entypo-icon-mixi:before{content:"\f34b"}.entypo-icon-behance:before{content:"\f34e"}.entypo-icon-google-circles:before{content:"\f351"}.entypo-icon-vkontakte:before{content:"\f354"}.entypo-icon-smashing:before{content:"\f357"}.entypo-icon-sweden:before{content:"\f601"}.entypo-icon-db-shape:before{content:"\f600"}.entypo-icon-logo-db:before{content:"\f603"}@font-face {
font-family: vc_linecons;
src: url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot?54101537);
src: url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot?54101537#iefix) format('embedded-opentype'), url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff?54101537) format('woff'), url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf?54101537) format('truetype'), url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg?54101537#vc_openiconic) format('svg');
font-weight: 400;
font-style: normal
}
[class*=" vc_li-"]:before, [class^=vc_li-]:before {
font-family: vc_linecons;
font-style: normal;
font-weight: 400;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
margin-left: 0
}
.vc_li-heart:before {
content: "\e000"
}
.vc_li-cloud:before {
content: "\e001"
}
.vc_li-star:before {
content: "\e002"
}
.vc_li-tv:before {
content: "\e003"
}
.vc_li-sound:before {
content: "\e004"
}
.vc_li-video:before {
content: "\e005"
}
.vc_li-trash:before {
content: "\e006"
}
.vc_li-user:before {
content: "\e007"
}
.vc_li-key:before {
content: "\e008"
}
.vc_li-search:before {
content: "\e009"
}
.vc_li-settings:before {
content: "\e00a"
}
.vc_li-camera:before {
content: "\e00b"
}
.vc_li-tag:before {
content: "\e00c"
}
.vc_li-lock:before {
content: "\e00d"
}
.vc_li-bulb:before {
content: "\e00e"
}
.vc_li-pen:before {
content: "\e00f"
}
.vc_li-diamond:before {
content: "\e010"
}
.vc_li-display:before {
content: "\e011"
}
.vc_li-location:before {
content: "\e012"
}
.vc_li-eye:before {
content: "\e013"
}
.vc_li-bubble:before {
content: "\e014"
}
.vc_li-stack:before {
content: "\e015"
}
.vc_li-cup:before {
content: "\e016"
}
.vc_li-phone:before {
content: "\e017"
}
.vc_li-news:before {
content: "\e018"
}
.vc_li-mail:before {
content: "\e019"
}
.vc_li-like:before {
content: "\e01a"
}
.vc_li-photo:before {
content: "\e01b"
}
.vc_li-note:before {
content: "\e01c"
}
.vc_li-clock:before {
content: "\e01d"
}
.vc_li-paperplane:before {
content: "\e01e"
}
.vc_li-params:before {
content: "\e01f"
}
.vc_li-banknote:before {
content: "\e020"
}
.vc_li-data:before {
content: "\e021"
}
.vc_li-music:before {
content: "\e022"
}
.vc_li-megaphone:before {
content: "\e023"
}
.vc_li-study:before {
content: "\e024"
}
.vc_li-lab:before {
content: "\e025"
}
.vc_li-food:before {
content: "\e026"
}
.vc_li-t-shirt:before {
content: "\e027"
}
.vc_li-fire:before {
content: "\e028"
}
.vc_li-clip:before {
content: "\e029"
}
.vc_li-shop:before {
content: "\e02a"
}
.vc_li-calendar:before {
content: "\e02b"
}
.vc_li-vallet:before {
content: "\e02c"
}
.vc_li-vynil:before {
content: "\e02d"
}
.vc_li-truck:before {
content: "\e02e"
}
.vc_li-world:before {
content: "\e02f"
}@font-face{font-family:vc_openiconic;src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot?54101537);src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.woff?54101537) format('woff'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.ttf?54101537) format('truetype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg?54101537#vc_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" vc-oi-"]:before,[class^=vc-oi-]:before{font-family:vc_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.vc-oi-dial:before{content:'\e800'}.vc-oi-pilcrow:before{content:'\e801'}.vc-oi-at:before{content:'\e802'}.vc-oi-hash:before{content:'\e803'}.vc-oi-key-inv:before{content:'\e804'}.vc-oi-key:before{content:'\e805'}.vc-oi-chart-pie-alt:before{content:'\e806'}.vc-oi-chart-pie:before{content:'\e807'}.vc-oi-chart-bar:before{content:'\e808'}.vc-oi-umbrella:before{content:'\e809'}.vc-oi-moon-inv:before{content:'\e80a'}.vc-oi-mobile:before{content:'\e80b'}.vc-oi-cd:before{content:'\e80c'}.vc-oi-split:before{content:'\e80d'}.vc-oi-exchange:before{content:'\e80e'}.vc-oi-block:before{content:'\e80f'}.vc-oi-resize-full:before{content:'\e810'}.vc-oi-article-alt:before{content:'\e811'}.vc-oi-article:before{content:'\e812'}.vc-oi-pencil-alt:before{content:'\e813'}.vc-oi-undo:before{content:'\e814'}.vc-oi-attach:before{content:'\e815'}.vc-oi-link:before{content:'\e816'}.vc-oi-search:before{content:'\e817'}.vc-oi-mail:before{content:'\e818'}.vc-oi-heart:before{content:'\e819'}.vc-oi-comment:before{content:'\e81a'}.vc-oi-resize-full-alt:before{content:'\e81b'}.vc-oi-lock:before{content:'\e81c'}.vc-oi-book-open:before{content:'\e81d'}.vc-oi-arrow-curved:before{content:'\e81e'}.vc-oi-equalizer:before{content:'\e81f'}.vc-oi-heart-empty:before{content:'\e820'}.vc-oi-lock-empty:before{content:'\e821'}.vc-oi-comment-inv:before{content:'\e822'}.vc-oi-folder:before{content:'\e823'}.vc-oi-resize-small:before{content:'\e824'}.vc-oi-play:before{content:'\e825'}.vc-oi-cursor:before{content:'\e826'}.vc-oi-aperture:before{content:'\e827'}.vc-oi-play-circle2:before{content:'\e828'}.vc-oi-resize-small-alt:before{content:'\e829'}.vc-oi-folder-empty:before{content:'\e82a'}.vc-oi-comment-alt:before{content:'\e82b'}.vc-oi-lock-open:before{content:'\e82c'}.vc-oi-star:before{content:'\e82d'}.vc-oi-user:before{content:'\e82e'}.vc-oi-lock-open-empty:before{content:'\e82f'}.vc-oi-box:before{content:'\e830'}.vc-oi-resize-vertical:before{content:'\e831'}.vc-oi-stop:before{content:'\e832'}.vc-oi-aperture-alt:before{content:'\e833'}.vc-oi-book:before{content:'\e834'}.vc-oi-steering-wheel:before{content:'\e835'}.vc-oi-pause:before{content:'\e836'}.vc-oi-to-start:before{content:'\e837'}.vc-oi-move:before{content:'\e838'}.vc-oi-resize-horizontal:before{content:'\e839'}.vc-oi-rss-alt:before{content:'\e83a'}.vc-oi-comment-alt2:before{content:'\e83b'}.vc-oi-rss:before{content:'\e83c'}.vc-oi-comment-inv-alt:before{content:'\e83d'}.vc-oi-comment-inv-alt2:before{content:'\e83e'}.vc-oi-eye:before{content:'\e83f'}.vc-oi-pin:before{content:'\e840'}.vc-oi-video:before{content:'\e841'}.vc-oi-picture:before{content:'\e842'}.vc-oi-camera:before{content:'\e843'}.vc-oi-tag:before{content:'\e844'}.vc-oi-chat:before{content:'\e845'}.vc-oi-cog:before{content:'\e846'}.vc-oi-popup:before{content:'\e847'}.vc-oi-to-end:before{content:'\e848'}.vc-oi-book-alt:before{content:'\e849'}.vc-oi-brush:before{content:'\e84a'}.vc-oi-eject:before{content:'\e84b'}.vc-oi-down:before{content:'\e84c'}.vc-oi-wrench:before{content:'\e84d'}.vc-oi-chat-inv:before{content:'\e84e'}.vc-oi-tag-empty:before{content:'\e84f'}.vc-oi-ok:before{content:'\e850'}.vc-oi-ok-circle:before{content:'\e851'}.vc-oi-download:before{content:'\e852'}.vc-oi-location:before{content:'\e853'}.vc-oi-share:before{content:'\e854'}.vc-oi-left:before{content:'\e855'}.vc-oi-target:before{content:'\e856'}.vc-oi-brush-alt:before{content:'\e857'}.vc-oi-cancel:before{content:'\e858'}.vc-oi-upload:before{content:'\e859'}.vc-oi-location-inv:before{content:'\e85a'}.vc-oi-calendar:before{content:'\e85b'}.vc-oi-right:before{content:'\e85c'}.vc-oi-signal:before{content:'\e85d'}.vc-oi-eyedropper:before{content:'\e85e'}.vc-oi-layers:before{content:'\e85f'}.vc-oi-award:before{content:'\e860'}.vc-oi-up:before{content:'\e861'}.vc-oi-calendar-inv:before{content:'\e862'}.vc-oi-location-alt:before{content:'\e863'}.vc-oi-download-cloud:before{content:'\e864'}.vc-oi-cancel-circle:before{content:'\e865'}.vc-oi-plus:before{content:'\e866'}.vc-oi-upload-cloud:before{content:'\e867'}.vc-oi-compass:before{content:'\e868'}.vc-oi-calendar-alt:before{content:'\e869'}.vc-oi-down-circle:before{content:'\e86a'}.vc-oi-award-empty:before{content:'\e86b'}.vc-oi-layers-alt:before{content:'\e86c'}.vc-oi-sun:before{content:'\e86d'}.vc-oi-list:before{content:'\e86e'}.vc-oi-left-circle:before{content:'\e86f'}.vc-oi-mic:before{content:'\e870'}.vc-oi-trash:before{content:'\e871'}.vc-oi-quote-left:before{content:'\e872'}.vc-oi-plus-circle:before{content:'\e873'}.vc-oi-minus:before{content:'\e874'}.vc-oi-quote-right:before{content:'\e875'}.vc-oi-trash-empty:before{content:'\e876'}.vc-oi-volume-off:before{content:'\e877'}.vc-oi-right-circle:before{content:'\e878'}.vc-oi-list-nested:before{content:'\e879'}.vc-oi-sun-inv:before{content:'\e87a'}.vc-oi-bat-empty:before{content:'\e87b'}.vc-oi-up-circle:before{content:'\e87c'}.vc-oi-volume-up:before{content:'\e87d'}.vc-oi-doc:before{content:'\e87e'}.vc-oi-quote-left-alt:before{content:'\e87f'}.vc-oi-minus-circle:before{content:'\e880'}.vc-oi-cloud:before{content:'\e881'}.vc-oi-rain:before{content:'\e882'}.vc-oi-bat-half:before{content:'\e883'}.vc-oi-cw:before{content:'\e884'}.vc-oi-headphones:before{content:'\e885'}.vc-oi-doc-inv:before{content:'\e886'}.vc-oi-quote-right-alt:before{content:'\e887'}.vc-oi-help:before{content:'\e888'}.vc-oi-info:before{content:'\e889'}.vc-oi-pencil:before{content:'\e88a'}.vc-oi-doc-alt:before{content:'\e88b'}.vc-oi-clock:before{content:'\e88c'}.vc-oi-loop:before{content:'\e88d'}.vc-oi-bat-full:before{content:'\e88e'}.vc-oi-flash:before{content:'\e88f'}.vc-oi-moon:before{content:'\e890'}.vc-oi-bat-charge:before{content:'\e891'}.vc-oi-loop-alt:before{content:'\e892'}.vc-oi-lamp:before{content:'\e893'}.vc-oi-doc-inv-alt:before{content:'\e894'}.vc-oi-pencil-neg:before{content:'\e895'}.vc-oi-home:before{content:'\e896'}
@font-face{font-family:typicons;font-weight:400;font-style:normal;src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot);src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot?#iefix) format('embedded-opentype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.woff) format('woff'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.ttf) format('truetype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg#typicons) format('svg')}.typcn:before{font-family:typicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;height:1em;font-size:1em;text-align:center;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.typcn-adjust-brightness:before{content:'\e000'}.typcn-adjust-contrast:before{content:'\e001'}.typcn-anchor-outline:before{content:'\e002'}.typcn-anchor:before{content:'\e003'}.typcn-archive:before{content:'\e004'}.typcn-arrow-back-outline:before{content:'\e005'}.typcn-arrow-back:before{content:'\e006'}.typcn-arrow-down-outline:before{content:'\e007'}.typcn-arrow-down-thick:before{content:'\e008'}.typcn-arrow-down:before{content:'\e009'}.typcn-arrow-forward-outline:before{content:'\e00a'}.typcn-arrow-forward:before{content:'\e00b'}.typcn-arrow-left-outline:before{content:'\e00c'}.typcn-arrow-left-thick:before{content:'\e00d'}.typcn-arrow-left:before{content:'\e00e'}.typcn-arrow-loop-outline:before{content:'\e00f'}.typcn-arrow-loop:before{content:'\e010'}.typcn-arrow-maximise-outline:before{content:'\e011'}.typcn-arrow-maximise:before{content:'\e012'}.typcn-arrow-minimise-outline:before{content:'\e013'}.typcn-arrow-minimise:before{content:'\e014'}.typcn-arrow-move-outline:before{content:'\e015'}.typcn-arrow-move:before{content:'\e016'}.typcn-arrow-repeat-outline:before{content:'\e017'}.typcn-arrow-repeat:before{content:'\e018'}.typcn-arrow-right-outline:before{content:'\e019'}.typcn-arrow-right-thick:before{content:'\e01a'}.typcn-arrow-right:before{content:'\e01b'}.typcn-arrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-sorted-up:before{content:'\e01e'}.typcn-arrow-sync-outline:before{content:'\e01f'}.typcn-arrow-sync:before{content:'\e020'}.typcn-arrow-unsorted:before{content:'\e021'}.typcn-arrow-up-outline:before{content:'\e022'}.typcn-arrow-up-thick:before{content:'\e023'}.typcn-arrow-up:before{content:'\e024'}.typcn-at:before{content:'\e025'}.typcn-attachment-outline:before{content:'\e026'}.typcn-attachment:before{content:'\e027'}.typcn-backspace-outline:before{content:'\e028'}.typcn-backspace:before{content:'\e029'}.typcn-battery-charge:before{content:'\e02a'}.typcn-battery-full:before{content:'\e02b'}.typcn-battery-high:before{content:'\e02c'}.typcn-battery-low:before{content:'\e02d'}.typcn-battery-mid:before{content:'\e02e'}.typcn-beaker:before{content:'\e02f'}.typcn-beer:before{content:'\e030'}.typcn-bell:before{content:'\e031'}.typcn-book:before{content:'\e032'}.typcn-bookmark:before{content:'\e033'}.typcn-briefcase:before{content:'\e034'}.typcn-brush:before{content:'\e035'}.typcn-business-card:before{content:'\e036'}.typcn-calculator:before{content:'\e037'}.typcn-calendar-outline:before{content:'\e038'}.typcn-calendar:before{content:'\e039'}.typcn-camera-outline:before{content:'\e03a'}.typcn-camera:before{content:'\e03b'}.typcn-cancel-outline:before{content:'\e03c'}.typcn-cancel:before{content:'\e03d'}.typcn-chart-area-outline:before{content:'\e03e'}.typcn-chart-area:before{content:'\e03f'}.typcn-chart-bar-outline:before{content:'\e040'}.typcn-chart-bar:before{content:'\e041'}.typcn-chart-line-outline:before{content:'\e042'}.typcn-chart-line:before{content:'\e043'}.typcn-chart-pie-outline:before{content:'\e044'}.typcn-chart-pie:before{content:'\e045'}.typcn-chevron-left-outline:before{content:'\e046'}.typcn-chevron-left:before{content:'\e047'}.typcn-chevron-right-outline:before{content:'\e048'}.typcn-chevron-right:before{content:'\e049'}.typcn-clipboard:before{content:'\e04a'}.typcn-cloud-storage:before{content:'\e04b'}.typcn-cloud-storage-outline:before{content:'\e054'}.typcn-code-outline:before{content:'\e04c'}.typcn-code:before{content:'\e04d'}.typcn-coffee:before{content:'\e04e'}.typcn-cog-outline:before{content:'\e04f'}.typcn-cog:before{content:'\e050'}.typcn-compass:before{content:'\e051'}.typcn-contacts:before{content:'\e052'}.typcn-credit-card:before{content:'\e053'}.typcn-css3:before{content:'\e055'}.typcn-database:before{content:'\e056'}.typcn-delete-outline:before{content:'\e057'}.typcn-delete:before{content:'\e058'}.typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-device-phone:before{content:'\e05b'}.typcn-device-tablet:before{content:'\e05c'}.typcn-directions:before{content:'\e05d'}.typcn-divide-outline:before{content:'\e05e'}.typcn-divide:before{content:'\e05f'}.typcn-document-add:before{content:'\e060'}.typcn-document-delete:before{content:'\e061'}.typcn-document-text:before{content:'\e062'}.typcn-document:before{content:'\e063'}.typcn-download-outline:before{content:'\e064'}.typcn-download:before{content:'\e065'}.typcn-dropbox:before{content:'\e066'}.typcn-edit:before{content:'\e067'}.typcn-eject-outline:before{content:'\e068'}.typcn-eject:before{content:'\e069'}.typcn-equals-outline:before{content:'\e06a'}.typcn-equals:before{content:'\e06b'}.typcn-export-outline:before{content:'\e06c'}.typcn-export:before{content:'\e06d'}.typcn-eye-outline:before{content:'\e06e'}.typcn-eye:before{content:'\e06f'}.typcn-feather:before{content:'\e070'}.typcn-film:before{content:'\e071'}.typcn-filter:before{content:'\e072'}.typcn-flag-outline:before{content:'\e073'}.typcn-flag:before{content:'\e074'}.typcn-flash-outline:before{content:'\e075'}.typcn-flash:before{content:'\e076'}.typcn-flow-children:before{content:'\e077'}.typcn-flow-merge:before{content:'\e078'}.typcn-flow-parallel:before{content:'\e079'}.typcn-flow-switch:before{content:'\e07a'}.typcn-folder-add:before{content:'\e07b'}.typcn-folder-delete:before{content:'\e07c'}.typcn-folder-open:before{content:'\e07d'}.typcn-folder:before{content:'\e07e'}.typcn-gift:before{content:'\e07f'}.typcn-globe-outline:before{content:'\e080'}.typcn-globe:before{content:'\e081'}.typcn-group-outline:before{content:'\e082'}.typcn-group:before{content:'\e083'}.typcn-headphones:before{content:'\e084'}.typcn-heart-full-outline:before{content:'\e085'}.typcn-heart-half-outline:before{content:'\e086'}.typcn-heart-outline:before{content:'\e087'}.typcn-heart:before{content:'\e088'}.typcn-home-outline:before{content:'\e089'}.typcn-home:before{content:'\e08a'}.typcn-html5:before{content:'\e08b'}.typcn-image-outline:before{content:'\e08c'}.typcn-image:before{content:'\e08d'}.typcn-infinity-outline:before{content:'\e08e'}.typcn-infinity:before{content:'\e08f'}.typcn-info-large-outline:before{content:'\e090'}.typcn-info-large:before{content:'\e091'}.typcn-info-outline:before{content:'\e092'}.typcn-info:before{content:'\e093'}.typcn-input-checked-outline:before{content:'\e094'}.typcn-input-checked:before{content:'\e095'}.typcn-key-outline:before{content:'\e096'}.typcn-key:before{content:'\e097'}.typcn-keyboard:before{content:'\e098'}.typcn-leaf:before{content:'\e099'}.typcn-lightbulb:before{content:'\e09a'}.typcn-link-outline:before{content:'\e09b'}.typcn-link:before{content:'\e09c'}.typcn-location-arrow-outline:before{content:'\e09d'}.typcn-location-arrow:before{content:'\e09e'}.typcn-location-outline:before{content:'\e09f'}.typcn-location:before{content:'\e0a0'}.typcn-lock-closed-outline:before{content:'\e0a1'}.typcn-lock-closed:before{content:'\e0a2'}.typcn-lock-open-outline:before{content:'\e0a3'}.typcn-lock-open:before{content:'\e0a4'}.typcn-mail:before{content:'\e0a5'}.typcn-map:before{content:'\e0a6'}.typcn-media-eject-outline:before{content:'\e0a7'}.typcn-media-eject:before{content:'\e0a8'}.typcn-media-fast-forward-outline:before{content:'\e0a9'}.typcn-media-fast-forward:before{content:'\e0aa'}.typcn-media-pause-outline:before{content:'\e0ab'}.typcn-media-pause:before{content:'\e0ac'}.typcn-media-play-outline:before{content:'\e0ad'}.typcn-media-play-reverse-outline:before{content:'\e0ae'}.typcn-media-play-reverse:before{content:'\e0af'}.typcn-media-play:before{content:'\e0b0'}.typcn-media-record-outline:before{content:'\e0b1'}.typcn-media-record:before{content:'\e0b2'}.typcn-media-rewind-outline:before{content:'\e0b3'}.typcn-media-rewind:before{content:'\e0b4'}.typcn-media-stop-outline:before{content:'\e0b5'}.typcn-media-stop:before{content:'\e0b6'}.typcn-message-typing:before{content:'\e0b7'}.typcn-message:before{content:'\e0b8'}.typcn-messages:before{content:'\e0b9'}.typcn-microphone-outline:before{content:'\e0ba'}.typcn-microphone:before{content:'\e0bb'}.typcn-minus-outline:before{content:'\e0bc'}.typcn-minus:before{content:'\e0bd'}.typcn-mortar-board:before{content:'\e0be'}.typcn-news:before{content:'\e0bf'}.typcn-notes-outline:before{content:'\e0c0'}.typcn-notes:before{content:'\e0c1'}.typcn-pen:before{content:'\e0c2'}.typcn-pencil:before{content:'\e0c3'}.typcn-phone-outline:before{content:'\e0c4'}.typcn-phone:before{content:'\e0c5'}.typcn-pi-outline:before{content:'\e0c6'}.typcn-pi:before{content:'\e0c7'}.typcn-pin-outline:before{content:'\e0c8'}.typcn-pin:before{content:'\e0c9'}.typcn-pipette:before{content:'\e0ca'}.typcn-plane-outline:before{content:'\e0cb'}.typcn-plane:before{content:'\e0cc'}.typcn-plug:before{content:'\e0cd'}.typcn-plus-outline:before{content:'\e0ce'}.typcn-plus:before{content:'\e0cf'}.typcn-point-of-interest-outline:before{content:'\e0d0'}.typcn-point-of-interest:before{content:'\e0d1'}.typcn-power-outline:before{content:'\e0d2'}.typcn-power:before{content:'\e0d3'}.typcn-printer:before{content:'\e0d4'}.typcn-puzzle-outline:before{content:'\e0d5'}.typcn-puzzle:before{content:'\e0d6'}.typcn-radar-outline:before{content:'\e0d7'}.typcn-radar:before{content:'\e0d8'}.typcn-refresh-outline:before{content:'\e0d9'}.typcn-refresh:before{content:'\e0da'}.typcn-rss-outline:before{content:'\e0db'}.typcn-rss:before{content:'\e0dc'}.typcn-scissors-outline:before{content:'\e0dd'}.typcn-scissors:before{content:'\e0de'}.typcn-shopping-bag:before{content:'\e0df'}.typcn-shopping-cart:before{content:'\e0e0'}.typcn-social-at-circular:before{content:'\e0e1'}.typcn-social-dribbble-circular:before{content:'\e0e2'}.typcn-social-dribbble:before{content:'\e0e3'}.typcn-social-facebook-circular:before{content:'\e0e4'}.typcn-social-facebook:before{content:'\e0e5'}.typcn-social-flickr-circular:before{content:'\e0e6'}.typcn-social-flickr:before{content:'\e0e7'}.typcn-social-github-circular:before{content:'\e0e8'}.typcn-social-github:before{content:'\e0e9'}.typcn-social-google-plus-circular:before{content:'\e0ea'}.typcn-social-google-plus:before{content:'\e0eb'}.typcn-social-instagram-circular:before{content:'\e0ec'}.typcn-social-instagram:before{content:'\e0ed'}.typcn-social-last-fm-circular:before{content:'\e0ee'}.typcn-social-last-fm:before{content:'\e0ef'}.typcn-social-linkedin-circular:before{content:'\e0f0'}.typcn-social-linkedin:before{content:'\e0f1'}.typcn-social-pinterest-circular:before{content:'\e0f2'}.typcn-social-pinterest:before{content:'\e0f3'}.typcn-social-skype-outline:before{content:'\e0f4'}.typcn-social-skype:before{content:'\e0f5'}.typcn-social-tumbler-circular:before{content:'\e0f6'}.typcn-social-tumbler:before{content:'\e0f7'}.typcn-social-twitter-circular:before{content:'\e0f8'}.typcn-social-twitter:before{content:'\e0f9'}.typcn-social-vimeo-circular:before{content:'\e0fa'}.typcn-social-vimeo:before{content:'\e0fb'}.typcn-social-youtube-circular:before{content:'\e0fc'}.typcn-social-youtube:before{content:'\e0fd'}.typcn-sort-alphabetically-outline:before{content:'\e0fe'}.typcn-sort-alphabetically:before{content:'\e0ff'}.typcn-sort-numerically-outline:before{content:'\e100'}.typcn-sort-numerically:before{content:'\e101'}.typcn-spanner-outline:before{content:'\e102'}.typcn-spanner:before{content:'\e103'}.typcn-spiral:before{content:'\e104'}.typcn-star-full-outline:before{content:'\e105'}.typcn-star-half-outline:before{content:'\e106'}.typcn-star-half:before{content:'\e107'}.typcn-star-outline:before{content:'\e108'}.typcn-star:before{content:'\e109'}.typcn-starburst-outline:before{content:'\e10a'}.typcn-starburst:before{content:'\e10b'}.typcn-stopwatch:before{content:'\e10c'}.typcn-support:before{content:'\e10d'}.typcn-tabs-outline:before{content:'\e10e'}.typcn-tag:before{content:'\e10f'}.typcn-tags:before{content:'\e110'}.typcn-th-large-outline:before{content:'\e111'}.typcn-th-large:before{content:'\e112'}.typcn-th-list-outline:before{content:'\e113'}.typcn-th-list:before{content:'\e114'}.typcn-th-menu-outline:before{content:'\e115'}.typcn-th-menu:before{content:'\e116'}.typcn-th-small-outline:before{content:'\e117'}.typcn-th-small:before{content:'\e118'}.typcn-thermometer:before{content:'\e119'}.typcn-thumbs-down:before{content:'\e11a'}.typcn-thumbs-ok:before{content:'\e11b'}.typcn-thumbs-up:before{content:'\e11c'}.typcn-tick-outline:before{content:'\e11d'}.typcn-tick:before{content:'\e11e'}.typcn-ticket:before{content:'\e11f'}.typcn-time:before{content:'\e120'}.typcn-times-outline:before{content:'\e121'}.typcn-times:before{content:'\e122'}.typcn-trash:before{content:'\e123'}.typcn-tree:before{content:'\e124'}.typcn-upload-outline:before{content:'\e125'}.typcn-upload:before{content:'\e126'}.typcn-user-add-outline:before{content:'\e127'}.typcn-user-add:before{content:'\e128'}.typcn-user-delete-outline:before{content:'\e129'}.typcn-user-delete:before{content:'\e12a'}.typcn-user-outline:before{content:'\e12b'}.typcn-user:before{content:'\e12c'}.typcn-vendor-android:before{content:'\e12d'}.typcn-vendor-apple:before{content:'\e12e'}.typcn-vendor-microsoft:before{content:'\e12f'}.typcn-video-outline:before{content:'\e130'}.typcn-video:before{content:'\e131'}.typcn-volume-down:before{content:'\e132'}.typcn-volume-mute:before{content:'\e133'}.typcn-volume-up:before{content:'\e134'}.typcn-volume:before{content:'\e135'}.typcn-warning-outline:before{content:'\e136'}.typcn-warning:before{content:'\e137'}.typcn-watch:before{content:'\e138'}.typcn-waves-outline:before{content:'\e139'}.typcn-waves:before{content:'\e13a'}.typcn-weather-cloudy:before{content:'\e13b'}.typcn-weather-downpour:before{content:'\e13c'}.typcn-weather-night:before{content:'\e13d'}.typcn-weather-partly-sunny:before{content:'\e13e'}.typcn-weather-shower:before{content:'\e13f'}.typcn-weather-snow:before{content:'\e140'}.typcn-weather-stormy:before{content:'\e141'}.typcn-weather-sunny:before{content:'\e142'}.typcn-weather-windy-cloudy:before{content:'\e143'}.typcn-weather-windy:before{content:'\e144'}.typcn-wi-fi-outline:before{content:'\e145'}.typcn-wi-fi:before{content:'\e146'}.typcn-wine:before{content:'\e147'}.typcn-world-outline:before{content:'\e148'}.typcn-world:before{content:'\e149'}.typcn-zoom-in-outline:before{content:'\e14a'}.typcn-zoom-in:before{content:'\e14b'}.typcn-zoom-out-outline:before{content:'\e14c'}.typcn-zoom-out:before{content:'\e14d'}.typcn-zoom-outline:before{content:'\e14e'}.typcn-zoom:before{content:'\e14f'}@font-face{font-family:'Mono Social Icons Font';src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.eot);src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.eot) format('embedded-opentype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.woff) format('woff'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.ttf) format('truetype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg) format('svg');src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.ttf) format('truetype');font-weight:400;font-style:normal}.vc-mono,.vc-mono:before{font-family:'Mono Social Icons Font';-webkit-text-rendering:optimizeLegibility;-moz-text-rendering:optimizeLegibility;-ms-text-rendering:optimizeLegibility;-o-text-rendering:optimizeLegibility;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased}.vc-mono:before{font-size:2em!important;font-style:normal;word-wrap:normal;text-transform:none}.vc-mono-fivehundredpx:before{content:"fivehundredpx"}.vc-mono-aboutme:before{content:"aboutme"}.vc-mono-addme:before{content:"addme"}.vc-mono-amazon:before{content:"amazon"}.vc-mono-aol:before{content:"aol"}.vc-mono-appstorealt:before{content:"appstorealt"}.vc-mono-appstore:before{content:"appstore"}.vc-mono-apple:before{content:"apple"}.vc-mono-bebo:before{content:"bebo"}.vc-mono-behance:before{content:"behance"}.vc-mono-bing:before{content:"bing"}.vc-mono-blip:before{content:"blip"}.vc-mono-blogger:before{content:"blogger"}.vc-mono-coroflot:before{content:"coroflot"}.vc-mono-daytum:before{content:"daytum"}.vc-mono-delicious:before{content:"delicious"}.vc-mono-designbump:before{content:"designbump"}.vc-mono-designfloat:before{content:"designfloat"}.vc-mono-deviantart:before{content:"deviantart"}.vc-mono-diggalt:before{content:"diggalt"}.vc-mono-digg:before{content:"digg"}.vc-mono-dribble:before{content:"dribble"}.vc-mono-drupal:before{content:"drupal"}.vc-mono-ebay:before{content:"ebay"}.vc-mono-email:before{content:"email"}.vc-mono-emberapp:before{content:"emberapp"}.vc-mono-etsy:before{content:"etsy"}.vc-mono-facebook:before{content:"facebook"}.vc-mono-feedburner:before{content:"feedburner"}.vc-mono-flickr:before{content:"flickr"}.vc-mono-foodspotting:before{content:"foodspotting"}.vc-mono-forrst:before{content:"forrst"}.vc-mono-foursquare:before{content:"foursquare"}.vc-mono-friendsfeed:before{content:"friendsfeed"}.vc-mono-friendstar:before{content:"friendstar"}.vc-mono-gdgt:before{content:"gdgt"}.vc-mono-github:before{content:"github"}.vc-mono-githubalt:before{content:"githubalt"}.vc-mono-googlebuzz:before{content:"googlebuzz"}.vc-mono-googleplus:before{content:"googleplus"}.vc-mono-googletalk:before{content:"googletalk"}.vc-mono-gowallapin:before{content:"gowallapin"}.vc-mono-gowalla:before{content:"gowalla"}.vc-mono-grooveshark:before{content:"grooveshark"}.vc-mono-heart:before{content:"heart"}.vc-mono-hyves:before{content:"hyves"}.vc-mono-icondock:before{content:"icondock"}.vc-mono-icq:before{content:"icq"}.vc-mono-identica:before{content:"identica"}.vc-mono-imessage:before{content:"imessage"}.vc-mono-itunes:before{content:"itunes"}.vc-mono-lastfm:before{content:"lastfm"}.vc-mono-linkedin:before{content:"linkedin"}.vc-mono-meetup:before{content:"meetup"}.vc-mono-metacafe:before{content:"metacafe"}.vc-mono-mixx:before{content:"mixx"}.vc-mono-mobileme:before{content:"mobileme"}.vc-mono-mrwong:before{content:"mrwong"}.vc-mono-msn:before{content:"msn"}.vc-mono-myspace:before{content:"myspace"}.vc-mono-newsvine:before{content:"newsvine"}.vc-mono-paypal:before{content:"paypal"}.vc-mono-photobucket:before{content:"photobucket"}.vc-mono-picasa:before{content:"picasa"}.vc-mono-pinterest:before{content:"pinterest"}.vc-mono-podcast:before{content:"podcast"}.vc-mono-posterous:before{content:"posterous"}.vc-mono-qik:before{content:"qik"}.vc-mono-quora:before{content:"quora"}.vc-mono-reddit:before{content:"reddit"}.vc-mono-retweet:before{content:"retweet"}.vc-mono-rss:before{content:"rss"}.vc-mono-scribd:before{content:"scribd"}.vc-mono-sharethis:before{content:"sharethis"}.vc-mono-skype:before{content:"skype"}.vc-mono-slashdot:before{content:"slashdot"}.vc-mono-slideshare:before{content:"slideshare"}.vc-mono-smugmug:before{content:"smugmug"}.vc-mono-soundcloud:before{content:"soundcloud"}.vc-mono-spotify:before{content:"spotify"}.vc-mono-squidoo:before{content:"squidoo"}.vc-mono-stackoverflow:before{content:"stackoverflow"}.vc-mono-star:before{content:"star"}.vc-mono-stumbleupon:before{content:"stumbleupon"}.vc-mono-technorati:before{content:"technorati"}.vc-mono-tumblr:before{content:"tumblr"}.vc-mono-twitterbird:before{content:"twitterbird"}.vc-mono-twitter:before{content:"twitter"}.vc-mono-viddler:before{content:"viddler"}.vc-mono-vimeo:before{content:"vimeo"}.vc-mono-virb:before{content:"virb"}.vc-mono-www:before{content:"www"}.vc-mono-wikipedia:before{content:"wikipedia"}.vc-mono-windows:before{content:"windows"}.vc-mono-wordpress:before{content:"wordpress"}.vc-mono-xing:before{content:"xing"}.vc-mono-yahoobuzz:before{content:"yahoobuzz"}.vc-mono-yahoo:before{content:"yahoo"}.vc-mono-yelp:before{content:"yelp"}.vc-mono-youtube:before{content:"youtube"}.vc-mono-instagram:before{content:"instagram"}@font-face{font-family:vc_material;src:url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.ttf?1qpt95) format('truetype'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.woff?1qpt95) format('woff'),url(//www.nethoster.com.au/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg?1qpt95#vc_material) format('svg');font-weight:400;font-style:normal}.vc-material{font-family:vc_material!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vc-material-3d_rotation:before{content:"\e84d"}.vc-material-ac_unit:before{content:"\eb3b"}.vc-material-alarm:before{content:"\e855"}.vc-material-access_alarms:before{content:"\e191"}.vc-material-schedule:before{content:"\e8b5"}.vc-material-accessibility:before{content:"\e84e"}.vc-material-accessible:before{content:"\e914"}.vc-material-account_balance:before{content:"\e84f"}.vc-material-account_balance_wallet:before{content:"\e850"}.vc-material-account_box:before{content:"\e851"}.vc-material-account_circle:before{content:"\e853"}.vc-material-adb:before{content:"\e60e"}.vc-material-add:before{content:"\e145"}.vc-material-add_a_photo:before{content:"\e439"}.vc-material-alarm_add:before{content:"\e856"}.vc-material-add_alert:before{content:"\e003"}.vc-material-add_box:before{content:"\e146"}.vc-material-add_circle:before{content:"\e147"}.vc-material-control_point:before{content:"\e3ba"}.vc-material-add_location:before{content:"\e567"}.vc-material-add_shopping_cart:before{content:"\e854"}.vc-material-queue:before{content:"\e03c"}.vc-material-add_to_queue:before{content:"\e05c"}.vc-material-adjust:before{content:"\e39e"}.vc-material-airline_seat_flat:before{content:"\e630"}.vc-material-airline_seat_flat_angled:before{content:"\e631"}.vc-material-airline_seat_individual_suite:before{content:"\e632"}.vc-material-airline_seat_legroom_extra:before{content:"\e633"}.vc-material-airline_seat_legroom_normal:before{content:"\e634"}.vc-material-airline_seat_legroom_reduced:before{content:"\e635"}.vc-material-airline_seat_recline_extra:before{content:"\e636"}.vc-material-airline_seat_recline_normal:before{content:"\e637"}.vc-material-flight:before{content:"\e539"}.vc-material-airplanemode_inactive:before{content:"\e194"}.vc-material-airplay:before{content:"\e055"}.vc-material-airport_shuttle:before{content:"\eb3c"}.vc-material-alarm_off:before{content:"\e857"}.vc-material-alarm_on:before{content:"\e858"}.vc-material-album:before{content:"\e019"}.vc-material-all_inclusive:before{content:"\eb3d"}.vc-material-all_out:before{content:"\e90b"}.vc-material-android:before{content:"\e859"}.vc-material-announcement:before{content:"\e85a"}.vc-material-apps:before{content:"\e5c3"}.vc-material-archive:before{content:"\e149"}.vc-material-arrow_back:before{content:"\e5c4"}.vc-material-arrow_downward:before{content:"\e5db"}.vc-material-arrow_drop_down:before{content:"\e5c5"}.vc-material-arrow_drop_down_circle:before{content:"\e5c6"}.vc-material-arrow_drop_up:before{content:"\e5c7"}.vc-material-arrow_forward:before{content:"\e5c8"}.vc-material-arrow_upward:before{content:"\e5d8"}.vc-material-art_track:before{content:"\e060"}.vc-material-aspect_ratio:before{content:"\e85b"}.vc-material-poll:before{content:"\e801"}.vc-material-assignment:before{content:"\e85d"}.vc-material-assignment_ind:before{content:"\e85e"}.vc-material-assignment_late:before{content:"\e85f"}.vc-material-assignment_return:before{content:"\e860"}.vc-material-assignment_returned:before{content:"\e861"}.vc-material-assignment_turned_in:before{content:"\e862"}.vc-material-assistant:before{content:"\e39f"}.vc-material-flag:before{content:"\e153"}.vc-material-attach_file:before{content:"\e226"}.vc-material-attach_money:before{content:"\e227"}.vc-material-attachment:before{content:"\e2bc"}.vc-material-audiotrack:before{content:"\e3a1"}.vc-material-autorenew:before{content:"\e863"}.vc-material-av_timer:before{content:"\e01b"}.vc-material-backspace:before{content:"\e14a"}.vc-material-cloud_upload:before{content:"\e2c3"}.vc-material-battery_alert:before{content:"\e19c"}.vc-material-battery_charging_full:before{content:"\e1a3"}.vc-material-battery_std:before{content:"\e1a5"}.vc-material-battery_unknown:before{content:"\e1a6"}.vc-material-beach_access:before{content:"\eb3e"}.vc-material-beenhere:before{content:"\e52d"}.vc-material-block:before{content:"\e14b"}.vc-material-bluetooth:before{content:"\e1a7"}.vc-material-bluetooth_searching:before{content:"\e1aa"}.vc-material-bluetooth_connected:before{content:"\e1a8"}.vc-material-bluetooth_disabled:before{content:"\e1a9"}.vc-material-blur_circular:before{content:"\e3a2"}.vc-material-blur_linear:before{content:"\e3a3"}.vc-material-blur_off:before{content:"\e3a4"}.vc-material-blur_on:before{content:"\e3a5"}.vc-material-class:before{content:"\e86e"}.vc-material-turned_in:before{content:"\e8e6"}.vc-material-turned_in_not:before{content:"\e8e7"}.vc-material-border_all:before{content:"\e228"}.vc-material-border_bottom:before{content:"\e229"}.vc-material-border_clear:before{content:"\e22a"}.vc-material-border_color:before{content:"\e22b"}.vc-material-border_horizontal:before{content:"\e22c"}.vc-material-border_inner:before{content:"\e22d"}.vc-material-border_left:before{content:"\e22e"}.vc-material-border_outer:before{content:"\e22f"}.vc-material-border_right:before{content:"\e230"}.vc-material-border_style:before{content:"\e231"}.vc-material-border_top:before{content:"\e232"}.vc-material-border_vertical:before{content:"\e233"}.vc-material-branding_watermark:before{content:"\e06b"}.vc-material-brightness_1:before{content:"\e3a6"}.vc-material-brightness_2:before{content:"\e3a7"}.vc-material-brightness_3:before{content:"\e3a8"}.vc-material-brightness_4:before{content:"\e3a9"}.vc-material-brightness_low:before{content:"\e1ad"}.vc-material-brightness_medium:before{content:"\e1ae"}.vc-material-brightness_high:before{content:"\e1ac"}.vc-material-brightness_auto:before{content:"\e1ab"}.vc-material-broken_image:before{content:"\e3ad"}.vc-material-brush:before{content:"\e3ae"}.vc-material-bubble_chart:before{content:"\e6dd"}.vc-material-bug_report:before{content:"\e868"}.vc-material-build:before{content:"\e869"}.vc-material-burst_mode:before{content:"\e43c"}.vc-material-domain:before{content:"\e7ee"}.vc-material-business_center:before{content:"\eb3f"}.vc-material-cached:before{content:"\e86a"}.vc-material-cake:before{content:"\e7e9"}.vc-material-phone:before{content:"\e0cd"}.vc-material-call_end:before{content:"\e0b1"}.vc-material-call_made:before{content:"\e0b2"}.vc-material-merge_type:before{content:"\e252"}.vc-material-call_missed:before{content:"\e0b4"}.vc-material-call_missed_outgoing:before{content:"\e0e4"}.vc-material-call_received:before{content:"\e0b5"}.vc-material-call_split:before{content:"\e0b6"}.vc-material-call_to_action:before{content:"\e06c"}.vc-material-camera:before{content:"\e3af"}.vc-material-photo_camera:before{content:"\e412"}.vc-material-camera_enhance:before{content:"\e8fc"}.vc-material-camera_front:before{content:"\e3b1"}.vc-material-camera_rear:before{content:"\e3b2"}.vc-material-camera_roll:before{content:"\e3b3"}.vc-material-cancel:before{content:"\e5c9"}.vc-material-redeem:before{content:"\e8b1"}.vc-material-card_membership:before{content:"\e8f7"}.vc-material-card_travel:before{content:"\e8f8"}.vc-material-casino:before{content:"\eb40"}.vc-material-cast:before{content:"\e307"}.vc-material-cast_connected:before{content:"\e308"}.vc-material-center_focus_strong:before{content:"\e3b4"}.vc-material-center_focus_weak:before{content:"\e3b5"}.vc-material-change_history:before{content:"\e86b"}.vc-material-chat:before{content:"\e0b7"}.vc-material-chat_bubble:before{content:"\e0ca"}.vc-material-chat_bubble_outline:before{content:"\e0cb"}.vc-material-check:before{content:"\e5ca"}.vc-material-check_box:before{content:"\e834"}.vc-material-check_box_outline_blank:before{content:"\e835"}.vc-material-check_circle:before{content:"\e86c"}.vc-material-navigate_before:before{content:"\e408"}.vc-material-navigate_next:before{content:"\e409"}.vc-material-child_care:before{content:"\eb41"}.vc-material-child_friendly:before{content:"\eb42"}.vc-material-chrome_reader_mode:before{content:"\e86d"}.vc-material-close:before{content:"\e5cd"}.vc-material-clear_all:before{content:"\e0b8"}.vc-material-closed_caption:before{content:"\e01c"}.vc-material-wb_cloudy:before{content:"\e42d"}.vc-material-cloud_circle:before{content:"\e2be"}.vc-material-cloud_done:before{content:"\e2bf"}.vc-material-cloud_download:before{content:"\e2c0"}.vc-material-cloud_off:before{content:"\e2c1"}.vc-material-cloud_queue:before{content:"\e2c2"}.vc-material-code:before{content:"\e86f"}.vc-material-photo_library:before{content:"\e413"}.vc-material-collections_bookmark:before{content:"\e431"}.vc-material-palette:before{content:"\e40a"}.vc-material-colorize:before{content:"\e3b8"}.vc-material-comment:before{content:"\e0b9"}.vc-material-compare:before{content:"\e3b9"}.vc-material-compare_arrows:before{content:"\e915"}.vc-material-laptop:before{content:"\e31e"}.vc-material-confirmation_number:before{content:"\e638"}.vc-material-contact_mail:before{content:"\e0d0"}.vc-material-contact_phone:before{content:"\e0cf"}.vc-material-contacts:before{content:"\e0ba"}.vc-material-content_copy:before{content:"\e14d"}.vc-material-content_cut:before{content:"\e14e"}.vc-material-content_paste:before{content:"\e14f"}.vc-material-control_point_duplicate:before{content:"\e3bb"}.vc-material-copyright:before{content:"\e90c"}.vc-material-mode_edit:before{content:"\e254"}.vc-material-create_new_folder:before{content:"\e2cc"}.vc-material-payment:before{content:"\e8a1"}.vc-material-crop:before{content:"\e3be"}.vc-material-crop_16_9:before{content:"\e3bc"}.vc-material-crop_3_2:before{content:"\e3bd"}.vc-material-crop_landscape:before{content:"\e3c3"}.vc-material-crop_7_5:before{content:"\e3c0"}.vc-material-crop_din:before{content:"\e3c1"}.vc-material-crop_free:before{content:"\e3c2"}.vc-material-crop_original:before{content:"\e3c4"}.vc-material-crop_portrait:before{content:"\e3c5"}.vc-material-crop_rotate:before{content:"\e437"}.vc-material-crop_square:before{content:"\e3c6"}.vc-material-dashboard:before{content:"\e871"}.vc-material-data_usage:before{content:"\e1af"}.vc-material-date_range:before{content:"\e916"}.vc-material-dehaze:before{content:"\e3c7"}.vc-material-delete:before{content:"\e872"}.vc-material-delete_forever:before{content:"\e92b"}.vc-material-delete_sweep:before{content:"\e16c"}.vc-material-description:before{content:"\e873"}.vc-material-desktop_mac:before{content:"\e30b"}.vc-material-desktop_windows:before{content:"\e30c"}.vc-material-details:before{content:"\e3c8"}.vc-material-developer_board:before{content:"\e30d"}.vc-material-developer_mode:before{content:"\e1b0"}.vc-material-device_hub:before{content:"\e335"}.vc-material-phonelink:before{content:"\e326"}.vc-material-devices_other:before{content:"\e337"}.vc-material-dialer_sip:before{content:"\e0bb"}.vc-material-dialpad:before{content:"\e0bc"}.vc-material-directions:before{content:"\e52e"}.vc-material-directions_bike:before{content:"\e52f"}.vc-material-directions_boat:before{content:"\e532"}.vc-material-directions_bus:before{content:"\e530"}.vc-material-directions_car:before{content:"\e531"}.vc-material-directions_railway:before{content:"\e534"}.vc-material-directions_run:before{content:"\e566"}.vc-material-directions_transit:before{content:"\e535"}.vc-material-directions_walk:before{content:"\e536"}.vc-material-disc_full:before{content:"\e610"}.vc-material-dns:before{content:"\e875"}.vc-material-not_interested:before{content:"\e033"}.vc-material-do_not_disturb_alt:before{content:"\e611"}.vc-material-do_not_disturb_off:before{content:"\e643"}.vc-material-remove_circle:before{content:"\e15c"}.vc-material-dock:before{content:"\e30e"}.vc-material-done:before{content:"\e876"}.vc-material-done_all:before{content:"\e877"}.vc-material-donut_large:before{content:"\e917"}.vc-material-donut_small:before{content:"\e918"}.vc-material-drafts:before{content:"\e151"}.vc-material-drag_handle:before{content:"\e25d"}.vc-material-time_to_leave:before{content:"\e62c"}.vc-material-dvr:before{content:"\e1b2"}.vc-material-edit_location:before{content:"\e568"}.vc-material-eject:before{content:"\e8fb"}.vc-material-markunread:before{content:"\e159"}.vc-material-enhanced_encryption:before{content:"\e63f"}.vc-material-equalizer:before{content:"\e01d"}.vc-material-error:before{content:"\e000"}.vc-material-error_outline:before{content:"\e001"}.vc-material-euro_symbol:before{content:"\e926"}.vc-material-ev_station:before{content:"\e56d"}.vc-material-insert_invitation:before{content:"\e24f"}.vc-material-event_available:before{content:"\e614"}.vc-material-event_busy:before{content:"\e615"}.vc-material-event_note:before{content:"\e616"}.vc-material-event_seat:before{content:"\e903"}.vc-material-exit_to_app:before{content:"\e879"}.vc-material-expand_less:before{content:"\e5ce"}.vc-material-expand_more:before{content:"\e5cf"}.vc-material-explicit:before{content:"\e01e"}.vc-material-explore:before{content:"\e87a"}.vc-material-exposure:before{content:"\e3ca"}.vc-material-exposure_neg_1:before{content:"\e3cb"}.vc-material-exposure_neg_2:before{content:"\e3cc"}.vc-material-exposure_plus_1:before{content:"\e3cd"}.vc-material-exposure_plus_2:before{content:"\e3ce"}.vc-material-exposure_zero:before{content:"\e3cf"}.vc-material-extension:before{content:"\e87b"}.vc-material-face:before{content:"\e87c"}.vc-material-fast_forward:before{content:"\e01f"}.vc-material-fast_rewind:before{content:"\e020"}.vc-material-favorite:before{content:"\e87d"}.vc-material-favorite_border:before{content:"\e87e"}.vc-material-featured_play_list:before{content:"\e06d"}.vc-material-featured_video:before{content:"\e06e"}.vc-material-sms_failed:before{content:"\e626"}.vc-material-fiber_dvr:before{content:"\e05d"}.vc-material-fiber_manual_record:before{content:"\e061"}.vc-material-fiber_new:before{content:"\e05e"}.vc-material-fiber_pin:before{content:"\e06a"}.vc-material-fiber_smart_record:before{content:"\e062"}.vc-material-get_app:before{content:"\e884"}.vc-material-file_upload:before{content:"\e2c6"}.vc-material-filter:before{content:"\e3d3"}.vc-material-filter_1:before{content:"\e3d0"}.vc-material-filter_2:before{content:"\e3d1"}.vc-material-filter_3:before{content:"\e3d2"}.vc-material-filter_4:before{content:"\e3d4"}.vc-material-filter_5:before{content:"\e3d5"}.vc-material-filter_6:before{content:"\e3d6"}.vc-material-filter_7:before{content:"\e3d7"}.vc-material-filter_8:before{content:"\e3d8"}.vc-material-filter_9:before{content:"\e3d9"}.vc-material-filter_9_plus:before{content:"\e3da"}.vc-material-filter_b_and_w:before{content:"\e3db"}.vc-material-filter_center_focus:before{content:"\e3dc"}.vc-material-filter_drama:before{content:"\e3dd"}.vc-material-filter_frames:before{content:"\e3de"}.vc-material-terrain:before{content:"\e564"}.vc-material-filter_list:before{content:"\e152"}.vc-material-filter_none:before{content:"\e3e0"}.vc-material-filter_tilt_shift:before{content:"\e3e2"}.vc-material-filter_vintage:before{content:"\e3e3"}.vc-material-find_in_page:before{content:"\e880"}.vc-material-find_replace:before{content:"\e881"}.vc-material-fingerprint:before{content:"\e90d"}.vc-material-first_page:before{content:"\e5dc"}.vc-material-fitness_center:before{content:"\eb43"}.vc-material-flare:before{content:"\e3e4"}.vc-material-flash_auto:before{content:"\e3e5"}.vc-material-flash_off:before{content:"\e3e6"}.vc-material-flash_on:before{content:"\e3e7"}.vc-material-flight_land:before{content:"\e904"}.vc-material-flight_takeoff:before{content:"\e905"}.vc-material-flip:before{content:"\e3e8"}.vc-material-flip_to_back:before{content:"\e882"}.vc-material-flip_to_front:before{content:"\e883"}.vc-material-folder:before{content:"\e2c7"}.vc-material-folder_open:before{content:"\e2c8"}.vc-material-folder_shared:before{content:"\e2c9"}.vc-material-folder_special:before{content:"\e617"}.vc-material-font_download:before{content:"\e167"}.vc-material-format_align_center:before{content:"\e234"}.vc-material-format_align_justify:before{content:"\e235"}.vc-material-format_align_left:before{content:"\e236"}.vc-material-format_align_right:before{content:"\e237"}.vc-material-format_bold:before{content:"\e238"}.vc-material-format_clear:before{content:"\e239"}.vc-material-format_color_fill:before{content:"\e23a"}.vc-material-format_color_reset:before{content:"\e23b"}.vc-material-format_color_text:before{content:"\e23c"}.vc-material-format_indent_decrease:before{content:"\e23d"}.vc-material-format_indent_increase:before{content:"\e23e"}.vc-material-format_italic:before{content:"\e23f"}.vc-material-format_line_spacing:before{content:"\e240"}.vc-material-format_list_bulleted:before{content:"\e241"}.vc-material-format_list_numbered:before{content:"\e242"}.vc-material-format_paint:before{content:"\e243"}.vc-material-format_quote:before{content:"\e244"}.vc-material-format_shapes:before{content:"\e25e"}.vc-material-format_size:before{content:"\e245"}.vc-material-format_strikethrough:before{content:"\e246"}.vc-material-format_textdirection_l_to_r:before{content:"\e247"}.vc-material-format_textdirection_r_to_l:before{content:"\e248"}.vc-material-format_underlined:before{content:"\e249"}.vc-material-question_answer:before{content:"\e8af"}.vc-material-forward:before{content:"\e154"}.vc-material-forward_10:before{content:"\e056"}.vc-material-forward_30:before{content:"\e057"}.vc-material-forward_5:before{content:"\e058"}.vc-material-free_breakfast:before{content:"\eb44"}.vc-material-fullscreen:before{content:"\e5d0"}.vc-material-fullscreen_exit:before{content:"\e5d1"}.vc-material-functions:before{content:"\e24a"}.vc-material-g_translate:before{content:"\e927"}.vc-material-games:before{content:"\e021"}.vc-material-gavel:before{content:"\e90e"}.vc-material-gesture:before{content:"\e155"}.vc-material-gif:before{content:"\e908"}.vc-material-goat:before{content:"\e900"}.vc-material-golf_course:before{content:"\eb45"}.vc-material-my_location:before{content:"\e55c"}.vc-material-location_searching:before{content:"\e1b7"}.vc-material-location_disabled:before{content:"\e1b6"}.vc-material-star:before{content:"\e838"}.vc-material-gradient:before{content:"\e3e9"}.vc-material-grain:before{content:"\e3ea"}.vc-material-graphic_eq:before{content:"\e1b8"}.vc-material-grid_off:before{content:"\e3eb"}.vc-material-grid_on:before{content:"\e3ec"}.vc-material-people:before{content:"\e7fb"}.vc-material-group_add:before{content:"\e7f0"}.vc-material-group_work:before{content:"\e886"}.vc-material-hd:before{content:"\e052"}.vc-material-hdr_off:before{content:"\e3ed"}.vc-material-hdr_on:before{content:"\e3ee"}.vc-material-hdr_strong:before{content:"\e3f1"}.vc-material-hdr_weak:before{content:"\e3f2"}.vc-material-headset:before{content:"\e310"}.vc-material-headset_mic:before{content:"\e311"}.vc-material-healing:before{content:"\e3f3"}.vc-material-hearing:before{content:"\e023"}.vc-material-help:before{content:"\e887"}.vc-material-help_outline:before{content:"\e8fd"}.vc-material-high_quality:before{content:"\e024"}.vc-material-highlight:before{content:"\e25f"}.vc-material-highlight_off:before{content:"\e888"}.vc-material-restore:before{content:"\e8b3"}.vc-material-home:before{content:"\e88a"}.vc-material-hot_tub:before{content:"\eb46"}.vc-material-local_hotel:before{content:"\e549"}.vc-material-hourglass_empty:before{content:"\e88b"}.vc-material-hourglass_full:before{content:"\e88c"}.vc-material-http:before{content:"\e902"}.vc-material-lock:before{content:"\e897"}.vc-material-photo:before{content:"\e410"}.vc-material-image_aspect_ratio:before{content:"\e3f5"}.vc-material-import_contacts:before{content:"\e0e0"}.vc-material-import_export:before{content:"\e0c3"}.vc-material-important_devices:before{content:"\e912"}.vc-material-inbox:before{content:"\e156"}.vc-material-indeterminate_check_box:before{content:"\e909"}.vc-material-info:before{content:"\e88e"}.vc-material-info_outline:before{content:"\e88f"}.vc-material-input:before{content:"\e890"}.vc-material-insert_comment:before{content:"\e24c"}.vc-material-insert_drive_file:before{content:"\e24d"}.vc-material-tag_faces:before{content:"\e420"}.vc-material-link:before{content:"\e157"}.vc-material-invert_colors:before{content:"\e891"}.vc-material-invert_colors_off:before{content:"\e0c4"}.vc-material-iso:before{content:"\e3f6"}.vc-material-keyboard:before{content:"\e312"}.vc-material-keyboard_arrow_down:before{content:"\e313"}.vc-material-keyboard_arrow_left:before{content:"\e314"}.vc-material-keyboard_arrow_right:before{content:"\e315"}.vc-material-keyboard_arrow_up:before{content:"\e316"}.vc-material-keyboard_backspace:before{content:"\e317"}.vc-material-keyboard_capslock:before{content:"\e318"}.vc-material-keyboard_hide:before{content:"\e31a"}.vc-material-keyboard_return:before{content:"\e31b"}.vc-material-keyboard_tab:before{content:"\e31c"}.vc-material-keyboard_voice:before{content:"\e31d"}.vc-material-kitchen:before{content:"\eb47"}.vc-material-label:before{content:"\e892"}.vc-material-label_outline:before{content:"\e893"}.vc-material-language:before{content:"\e894"}.vc-material-laptop_chromebook:before{content:"\e31f"}.vc-material-laptop_mac:before{content:"\e320"}.vc-material-laptop_windows:before{content:"\e321"}.vc-material-last_page:before{content:"\e5dd"}.vc-material-open_in_new:before{content:"\e89e"}.vc-material-layers:before{content:"\e53b"}.vc-material-layers_clear:before{content:"\e53c"}.vc-material-leak_add:before{content:"\e3f8"}.vc-material-leak_remove:before{content:"\e3f9"}.vc-material-lens:before{content:"\e3fa"}.vc-material-library_books:before{content:"\e02f"}.vc-material-library_music:before{content:"\e030"}.vc-material-lightbulb_outline:before{content:"\e90f"}.vc-material-line_style:before{content:"\e919"}.vc-material-line_weight:before{content:"\e91a"}.vc-material-linear_scale:before{content:"\e260"}.vc-material-linked_camera:before{content:"\e438"}.vc-material-list:before{content:"\e896"}.vc-material-live_help:before{content:"\e0c6"}.vc-material-live_tv:before{content:"\e639"}.vc-material-local_play:before{content:"\e553"}.vc-material-local_airport:before{content:"\e53d"}.vc-material-local_atm:before{content:"\e53e"}.vc-material-local_bar:before{content:"\e540"}.vc-material-local_cafe:before{content:"\e541"}.vc-material-local_car_wash:before{content:"\e542"}.vc-material-local_convenience_store:before{content:"\e543"}.vc-material-restaurant_menu:before{content:"\e561"}.vc-material-local_drink:before{content:"\e544"}.vc-material-local_florist:before{content:"\e545"}.vc-material-local_gas_station:before{content:"\e546"}.vc-material-shopping_cart:before{content:"\e8cc"}.vc-material-local_hospital:before{content:"\e548"}.vc-material-local_laundry_service:before{content:"\e54a"}.vc-material-local_library:before{content:"\e54b"}.vc-material-local_mall:before{content:"\e54c"}.vc-material-theaters:before{content:"\e8da"}.vc-material-local_offer:before{content:"\e54e"}.vc-material-local_parking:before{content:"\e54f"}.vc-material-local_pharmacy:before{content:"\e550"}.vc-material-local_pizza:before{content:"\e552"}.vc-material-print:before{content:"\e8ad"}.vc-material-local_shipping:before{content:"\e558"}.vc-material-local_taxi:before{content:"\e559"}.vc-material-location_city:before{content:"\e7f1"}.vc-material-location_off:before{content:"\e0c7"}.vc-material-room:before{content:"\e8b4"}.vc-material-lock_open:before{content:"\e898"}.vc-material-lock_outline:before{content:"\e899"}.vc-material-looks:before{content:"\e3fc"}.vc-material-looks_3:before{content:"\e3fb"}.vc-material-looks_4:before{content:"\e3fd"}.vc-material-looks_5:before{content:"\e3fe"}.vc-material-looks_6:before{content:"\e3ff"}.vc-material-looks_one:before{content:"\e400"}.vc-material-looks_two:before{content:"\e401"}.vc-material-sync:before{content:"\e627"}.vc-material-loupe:before{content:"\e402"}.vc-material-low_priority:before{content:"\e16d"}.vc-material-loyalty:before{content:"\e89a"}.vc-material-mail_outline:before{content:"\e0e1"}.vc-material-map:before{content:"\e55b"}.vc-material-markunread_mailbox:before{content:"\e89b"}.vc-material-memory:before{content:"\e322"}.vc-material-menu:before{content:"\e5d2"}.vc-material-message:before{content:"\e0c9"}.vc-material-mic:before{content:"\e029"}.vc-material-mic_none:before{content:"\e02a"}.vc-material-mic_off:before{content:"\e02b"}.vc-material-mms:before{content:"\e618"}.vc-material-mode_comment:before{content:"\e253"}.vc-material-monetization_on:before{content:"\e263"}.vc-material-money_off:before{content:"\e25c"}.vc-material-monochrome_photos:before{content:"\e403"}.vc-material-mood_bad:before{content:"\e7f3"}.vc-material-more:before{content:"\e619"}.vc-material-more_horiz:before{content:"\e5d3"}.vc-material-more_vert:before{content:"\e5d4"}.vc-material-motorcycle:before{content:"\e91b"}.vc-material-mouse:before{content:"\e323"}.vc-material-move_to_inbox:before{content:"\e168"}.vc-material-movie_creation:before{content:"\e404"}.vc-material-movie_filter:before{content:"\e43a"}.vc-material-multiline_chart:before{content:"\e6df"}.vc-material-music_note:before{content:"\e405"}.vc-material-music_video:before{content:"\e063"}.vc-material-nature:before{content:"\e406"}.vc-material-nature_people:before{content:"\e407"}.vc-material-navigation:before{content:"\e55d"}.vc-material-near_me:before{content:"\e569"}.vc-material-network_cell:before{content:"\e1b9"}.vc-material-network_check:before{content:"\e640"}.vc-material-network_locked:before{content:"\e61a"}.vc-material-network_wifi:before{content:"\e1ba"}.vc-material-new_releases:before{content:"\e031"}.vc-material-next_week:before{content:"\e16a"}.vc-material-nfc:before{content:"\e1bb"}.vc-material-no_encryption:before{content:"\e641"}.vc-material-signal_cellular_no_sim:before{content:"\e1ce"}.vc-material-note:before{content:"\e06f"}.vc-material-note_add:before{content:"\e89c"}.vc-material-notifications:before{content:"\e7f4"}.vc-material-notifications_active:before{content:"\e7f7"}.vc-material-notifications_none:before{content:"\e7f5"}.vc-material-notifications_off:before{content:"\e7f6"}.vc-material-notifications_paused:before{content:"\e7f8"}.vc-material-offline_pin:before{content:"\e90a"}.vc-material-ondemand_video:before{content:"\e63a"}.vc-material-opacity:before{content:"\e91c"}.vc-material-open_in_browser:before{content:"\e89d"}.vc-material-open_with:before{content:"\e89f"}.vc-material-pages:before{content:"\e7f9"}.vc-material-pageview:before{content:"\e8a0"}.vc-material-pan_tool:before{content:"\e925"}.vc-material-panorama:before{content:"\e40b"}.vc-material-radio_button_unchecked:before{content:"\e836"}.vc-material-panorama_horizontal:before{content:"\e40d"}.vc-material-panorama_vertical:before{content:"\e40e"}.vc-material-panorama_wide_angle:before{content:"\e40f"}.vc-material-party_mode:before{content:"\e7fa"}.vc-material-pause:before{content:"\e034"}.vc-material-pause_circle_filled:before{content:"\e035"}.vc-material-pause_circle_outline:before{content:"\e036"}.vc-material-people_outline:before{content:"\e7fc"}.vc-material-perm_camera_mic:before{content:"\e8a2"}.vc-material-perm_contact_calendar:before{content:"\e8a3"}.vc-material-perm_data_setting:before{content:"\e8a4"}.vc-material-perm_device_information:before{content:"\e8a5"}.vc-material-person_outline:before{content:"\e7ff"}.vc-material-perm_media:before{content:"\e8a7"}.vc-material-perm_phone_msg:before{content:"\e8a8"}.vc-material-perm_scan_wifi:before{content:"\e8a9"}.vc-material-person:before{content:"\e7fd"}.vc-material-person_add:before{content:"\e7fe"}.vc-material-person_pin:before{content:"\e55a"}.vc-material-person_pin_circle:before{content:"\e56a"}.vc-material-personal_video:before{content:"\e63b"}.vc-material-pets:before{content:"\e91d"}.vc-material-phone_android:before{content:"\e324"}.vc-material-phone_bluetooth_speaker:before{content:"\e61b"}.vc-material-phone_forwarded:before{content:"\e61c"}.vc-material-phone_in_talk:before{content:"\e61d"}.vc-material-phone_iphone:before{content:"\e325"}.vc-material-phone_locked:before{content:"\e61e"}.vc-material-phone_missed:before{content:"\e61f"}.vc-material-phone_paused:before{content:"\e620"}.vc-material-phonelink_erase:before{content:"\e0db"}.vc-material-phonelink_lock:before{content:"\e0dc"}.vc-material-phonelink_off:before{content:"\e327"}.vc-material-phonelink_ring:before{content:"\e0dd"}.vc-material-phonelink_setup:before{content:"\e0de"}.vc-material-photo_album:before{content:"\e411"}.vc-material-photo_filter:before{content:"\e43b"}.vc-material-photo_size_select_actual:before{content:"\e432"}.vc-material-photo_size_select_large:before{content:"\e433"}.vc-material-photo_size_select_small:before{content:"\e434"}.vc-material-picture_as_pdf:before{content:"\e415"}.vc-material-picture_in_picture:before{content:"\e8aa"}.vc-material-picture_in_picture_alt:before{content:"\e911"}.vc-material-pie_chart:before{content:"\e6c4"}.vc-material-pie_chart_outlined:before{content:"\e6c5"}.vc-material-pin_drop:before{content:"\e55e"}.vc-material-play_arrow:before{content:"\e037"}.vc-material-play_circle_filled:before{content:"\e038"}.vc-material-play_circle_outline:before{content:"\e039"}.vc-material-play_for_work:before{content:"\e906"}.vc-material-playlist_add:before{content:"\e03b"}.vc-material-playlist_add_check:before{content:"\e065"}.vc-material-playlist_play:before{content:"\e05f"}.vc-material-plus_one:before{content:"\e800"}.vc-material-polymer:before{content:"\e8ab"}.vc-material-pool:before{content:"\eb48"}.vc-material-portable_wifi_off:before{content:"\e0ce"}.vc-material-portrait:before{content:"\e416"}.vc-material-power:before{content:"\e63c"}.vc-material-power_input:before{content:"\e336"}.vc-material-power_settings_new:before{content:"\e8ac"}.vc-material-pregnant_woman:before{content:"\e91e"}.vc-material-present_to_all:before{content:"\e0df"}.vc-material-priority_high:before{content:"\e645"}.vc-material-public:before{content:"\e80b"}.vc-material-publish:before{content:"\e255"}.vc-material-queue_music:before{content:"\e03d"}.vc-material-queue_play_next:before{content:"\e066"}.vc-material-radio:before{content:"\e03e"}.vc-material-radio_button_checked:before{content:"\e837"}.vc-material-rate_review:before{content:"\e560"}.vc-material-receipt:before{content:"\e8b0"}.vc-material-recent_actors:before{content:"\e03f"}.vc-material-record_voice_over:before{content:"\e91f"}.vc-material-redo:before{content:"\e15a"}.vc-material-refresh:before{content:"\e5d5"}.vc-material-remove:before{content:"\e15b"}.vc-material-remove_circle_outline:before{content:"\e15d"}.vc-material-remove_from_queue:before{content:"\e067"}.vc-material-visibility:before{content:"\e8f4"}.vc-material-remove_shopping_cart:before{content:"\e928"}.vc-material-reorder:before{content:"\e8fe"}.vc-material-repeat:before{content:"\e040"}.vc-material-repeat_one:before{content:"\e041"}.vc-material-replay:before{content:"\e042"}.vc-material-replay_10:before{content:"\e059"}.vc-material-replay_30:before{content:"\e05a"}.vc-material-replay_5:before{content:"\e05b"}.vc-material-reply:before{content:"\e15e"}.vc-material-reply_all:before{content:"\e15f"}.vc-material-report:before{content:"\e160"}.vc-material-warning:before{content:"\e002"}.vc-material-restaurant:before{content:"\e56c"}.vc-material-restore_page:before{content:"\e929"}.vc-material-ring_volume:before{content:"\e0d1"}.vc-material-room_service:before{content:"\eb49"}.vc-material-rotate_90_degrees_ccw:before{content:"\e418"}.vc-material-rotate_left:before{content:"\e419"}.vc-material-rotate_right:before{content:"\e41a"}.vc-material-rounded_corner:before{content:"\e920"}.vc-material-router:before{content:"\e328"}.vc-material-rowing:before{content:"\e921"}.vc-material-rss_feed:before{content:"\e0e5"}.vc-material-rv_hookup:before{content:"\e642"}.vc-material-satellite:before{content:"\e562"}.vc-material-save:before{content:"\e161"}.vc-material-scanner:before{content:"\e329"}.vc-material-school:before{content:"\e80c"}.vc-material-screen_lock_landscape:before{content:"\e1be"}.vc-material-screen_lock_portrait:before{content:"\e1bf"}.vc-material-screen_lock_rotation:before{content:"\e1c0"}.vc-material-screen_rotation:before{content:"\e1c1"}.vc-material-screen_share:before{content:"\e0e2"}.vc-material-sd_storage:before{content:"\e1c2"}.vc-material-search:before{content:"\e8b6"}.vc-material-security:before{content:"\e32a"}.vc-material-select_all:before{content:"\e162"}.vc-material-send:before{content:"\e163"}.vc-material-sentiment_dissatisfied:before{content:"\e811"}.vc-material-sentiment_neutral:before{content:"\e812"}.vc-material-sentiment_satisfied:before{content:"\e813"}.vc-material-sentiment_very_dissatisfied:before{content:"\e814"}.vc-material-sentiment_very_satisfied:before{content:"\e815"}.vc-material-settings:before{content:"\e8b8"}.vc-material-settings_applications:before{content:"\e8b9"}.vc-material-settings_backup_restore:before{content:"\e8ba"}.vc-material-settings_bluetooth:before{content:"\e8bb"}.vc-material-settings_brightness:before{content:"\e8bd"}.vc-material-settings_cell:before{content:"\e8bc"}.vc-material-settings_ethernet:before{content:"\e8be"}.vc-material-settings_input_antenna:before{content:"\e8bf"}.vc-material-settings_input_composite:before{content:"\e8c1"}.vc-material-settings_input_hdmi:before{content:"\e8c2"}.vc-material-settings_input_svideo:before{content:"\e8c3"}.vc-material-settings_overscan:before{content:"\e8c4"}.vc-material-settings_phone:before{content:"\e8c5"}.vc-material-settings_power:before{content:"\e8c6"}.vc-material-settings_remote:before{content:"\e8c7"}.vc-material-settings_system_daydream:before{content:"\e1c3"}.vc-material-settings_voice:before{content:"\e8c8"}.vc-material-share:before{content:"\e80d"}.vc-material-shop:before{content:"\e8c9"}.vc-material-shop_two:before{content:"\e8ca"}.vc-material-shopping_basket:before{content:"\e8cb"}.vc-material-short_text:before{content:"\e261"}.vc-material-show_chart:before{content:"\e6e1"}.vc-material-shuffle:before{content:"\e043"}.vc-material-signal_cellular_4_bar:before{content:"\e1c8"}.vc-material-signal_cellular_connected_no_internet_4_bar:before{content:"\e1cd"}.vc-material-signal_cellular_null:before{content:"\e1cf"}.vc-material-signal_cellular_off:before{content:"\e1d0"}.vc-material-signal_wifi_4_bar:before{content:"\e1d8"}.vc-material-signal_wifi_4_bar_lock:before{content:"\e1d9"}.vc-material-signal_wifi_off:before{content:"\e1da"}.vc-material-sim_card:before{content:"\e32b"}.vc-material-sim_card_alert:before{content:"\e624"}.vc-material-skip_next:before{content:"\e044"}.vc-material-skip_previous:before{content:"\e045"}.vc-material-slideshow:before{content:"\e41b"}.vc-material-slow_motion_video:before{content:"\e068"}.vc-material-stay_primary_portrait:before{content:"\e0d6"}.vc-material-smoke_free:before{content:"\eb4a"}.vc-material-smoking_rooms:before{content:"\eb4b"}.vc-material-textsms:before{content:"\e0d8"}.vc-material-snooze:before{content:"\e046"}.vc-material-sort:before{content:"\e164"}.vc-material-sort_by_alpha:before{content:"\e053"}.vc-material-spa:before{content:"\eb4c"}.vc-material-space_bar:before{content:"\e256"}.vc-material-speaker:before{content:"\e32d"}.vc-material-speaker_group:before{content:"\e32e"}.vc-material-speaker_notes:before{content:"\e8cd"}.vc-material-speaker_notes_off:before{content:"\e92a"}.vc-material-speaker_phone:before{content:"\e0d2"}.vc-material-spellcheck:before{content:"\e8ce"}.vc-material-star_border:before{content:"\e83a"}.vc-material-star_half:before{content:"\e839"}.vc-material-stars:before{content:"\e8d0"}.vc-material-stay_primary_landscape:before{content:"\e0d5"}.vc-material-stop:before{content:"\e047"}.vc-material-stop_screen_share:before{content:"\e0e3"}.vc-material-storage:before{content:"\e1db"}.vc-material-store_mall_directory:before{content:"\e563"}.vc-material-straighten:before{content:"\e41c"}.vc-material-streetview:before{content:"\e56e"}.vc-material-strikethrough_s:before{content:"\e257"}.vc-material-style:before{content:"\e41d"}.vc-material-subdirectory_arrow_left:before{content:"\e5d9"}.vc-material-subdirectory_arrow_right:before{content:"\e5da"}.vc-material-subject:before{content:"\e8d2"}.vc-material-subscriptions:before{content:"\e064"}.vc-material-subtitles:before{content:"\e048"}.vc-material-subway:before{content:"\e56f"}.vc-material-supervisor_account:before{content:"\e8d3"}.vc-material-surround_sound:before{content:"\e049"}.vc-material-swap_calls:before{content:"\e0d7"}.vc-material-swap_horiz:before{content:"\e8d4"}.vc-material-swap_vert:before{content:"\e8d5"}.vc-material-swap_vertical_circle:before{content:"\e8d6"}.vc-material-switch_camera:before{content:"\e41e"}.vc-material-switch_video:before{content:"\e41f"}.vc-material-sync_disabled:before{content:"\e628"}.vc-material-sync_problem:before{content:"\e629"}.vc-material-system_update:before{content:"\e62a"}.vc-material-system_update_alt:before{content:"\e8d7"}.vc-material-tab:before{content:"\e8d8"}.vc-material-tab_unselected:before{content:"\e8d9"}.vc-material-tablet:before{content:"\e32f"}.vc-material-tablet_android:before{content:"\e330"}.vc-material-tablet_mac:before{content:"\e331"}.vc-material-tap_and_play:before{content:"\e62b"}.vc-material-text_fields:before{content:"\e262"}.vc-material-text_format:before{content:"\e165"}.vc-material-texture:before{content:"\e421"}.vc-material-thumb_down:before{content:"\e8db"}.vc-material-thumb_up:before{content:"\e8dc"}.vc-material-thumbs_up_down:before{content:"\e8dd"}.vc-material-timelapse:before{content:"\e422"}.vc-material-timeline:before{content:"\e922"}.vc-material-timer:before{content:"\e425"}.vc-material-timer_10:before{content:"\e423"}.vc-material-timer_3:before{content:"\e424"}.vc-material-timer_off:before{content:"\e426"}.vc-material-title:before{content:"\e264"}.vc-material-toc:before{content:"\e8de"}.vc-material-today:before{content:"\e8df"}.vc-material-toll:before{content:"\e8e0"}.vc-material-tonality:before{content:"\e427"}.vc-material-touch_app:before{content:"\e913"}.vc-material-toys:before{content:"\e332"}.vc-material-track_changes:before{content:"\e8e1"}.vc-material-traffic:before{content:"\e565"}.vc-material-train:before{content:"\e570"}.vc-material-tram:before{content:"\e571"}.vc-material-transfer_within_a_station:before{content:"\e572"}.vc-material-transform:before{content:"\e428"}.vc-material-translate:before{content:"\e8e2"}.vc-material-trending_down:before{content:"\e8e3"}.vc-material-trending_flat:before{content:"\e8e4"}.vc-material-trending_up:before{content:"\e8e5"}.vc-material-tune:before{content:"\e429"}.vc-material-tv:before{content:"\e333"}.vc-material-unarchive:before{content:"\e169"}.vc-material-undo:before{content:"\e166"}.vc-material-unfold_less:before{content:"\e5d6"}.vc-material-unfold_more:before{content:"\e5d7"}.vc-material-update:before{content:"\e923"}.vc-material-usb:before{content:"\e1e0"}.vc-material-verified_user:before{content:"\e8e8"}.vc-material-vertical_align_bottom:before{content:"\e258"}.vc-material-vertical_align_center:before{content:"\e259"}.vc-material-vertical_align_top:before{content:"\e25a"}.vc-material-vibration:before{content:"\e62d"}.vc-material-video_call:before{content:"\e070"}.vc-material-video_label:before{content:"\e071"}.vc-material-video_library:before{content:"\e04a"}.vc-material-videocam:before{content:"\e04b"}.vc-material-videocam_off:before{content:"\e04c"}.vc-material-videogame_asset:before{content:"\e338"}.vc-material-view_agenda:before{content:"\e8e9"}.vc-material-view_array:before{content:"\e8ea"}.vc-material-view_carousel:before{content:"\e8eb"}.vc-material-view_column:before{content:"\e8ec"}.vc-material-view_comfy:before{content:"\e42a"}.vc-material-view_compact:before{content:"\e42b"}.vc-material-view_day:before{content:"\e8ed"}.vc-material-view_headline:before{content:"\e8ee"}.vc-material-view_list:before{content:"\e8ef"}.vc-material-view_module:before{content:"\e8f0"}.vc-material-view_quilt:before{content:"\e8f1"}.vc-material-view_stream:before{content:"\e8f2"}.vc-material-view_week:before{content:"\e8f3"}.vc-material-vignette:before{content:"\e435"}.vc-material-visibility_off:before{content:"\e8f5"}.vc-material-voice_chat:before{content:"\e62e"}.vc-material-voicemail:before{content:"\e0d9"}.vc-material-volume_down:before{content:"\e04d"}.vc-material-volume_mute:before{content:"\e04e"}.vc-material-volume_off:before{content:"\e04f"}.vc-material-volume_up:before{content:"\e050"}.vc-material-vpn_key:before{content:"\e0da"}.vc-material-vpn_lock:before{content:"\e62f"}.vc-material-wallpaper:before{content:"\e1bc"}.vc-material-watch:before{content:"\e334"}.vc-material-watch_later:before{content:"\e924"}.vc-material-wb_auto:before{content:"\e42c"}.vc-material-wb_incandescent:before{content:"\e42e"}.vc-material-wb_iridescent:before{content:"\e436"}.vc-material-wb_sunny:before{content:"\e430"}.vc-material-wc:before{content:"\e63d"}.vc-material-web:before{content:"\e051"}.vc-material-web_asset:before{content:"\e069"}.vc-material-weekend:before{content:"\e16b"}.vc-material-whatshot:before{content:"\e80e"}.vc-material-widgets:before{content:"\e1bd"}.vc-material-wifi:before{content:"\e63e"}.vc-material-wifi_lock:before{content:"\e1e1"}.vc-material-wifi_tethering:before{content:"\e1e2"}.vc-material-work:before{content:"\e8f9"}.vc-material-wrap_text:before{content:"\e25b"}.vc-material-youtube_searched_for:before{content:"\e8fa"}.vc-material-zoom_in:before{content:"\e8ff"}.vc-material-zoom_out:before{content:"\e901"}.vc-material-zoom_out_map:before{content:"\e56b"}.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-search-wrapp .product-title{color:#333;display:block;line-height:110%;margin:0}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important;display:block}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0 auto;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-top:none;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 0;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--tax{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff none repeat scroll 0 0;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;line-height:4px;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;margin-top:5px;font-size:.8em}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 5px 0}.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 0}.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-details-inner{padding:15px 10px;height:100%}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{border-bottom:1px dashed #eee;display:block;margin-bottom:15px;padding-bottom:5px;font-size:14px}.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;margin-bottom:15px;padding-bottom:5px;display:block;color:#202020;text-decoration:none}.dgwt-wcas-pd-title .product-title{font-weight:900;color:#202020;text-transform:uppercase;letter-spacing:-1px;margin:0}.dgwt-wcas-details-title-tax{text-transform:uppercase;font-weight:900;letter-spacing:-1px;margin-right:3px}.dgwt-wcas-tax-product-details{margin-bottom:15px;text-decoration:none;display:flex;align-items:center;justify-content:left}.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-tpd-image{width:60px;margin-right:15px}.dgwt-wcas-pd-rest{justify-content:center;display:flex;flex-direction:column;width:100%;padding-left:10px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest .product-title{display:block;line-height:100%;font-size:13px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:145px}.dgwt-wcas-suggestion-nores{pointer-events:none;opacity:.45}.dgwt-wcas-pd-price{font-size:14px;line-height:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:145px;color:#777;margin-top:3px;font-weight:lighter}.dgwt-wcas-pd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-rating:after{content:'';clear:both;display:block}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{border-bottom:1px dashed #eee;display:block;margin:5px 0 15px 0;padding-bottom:5px}.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;margin-bottom:15px;padding-bottom:5px;display:block;text-decoration:none}.dgwt-wcas-pd-title .product-title{font-weight:900;text-transform:uppercase;letter-spacing:-1px}.dgwt-wcas-details-title-tax{text-transform:uppercase;font-weight:900;letter-spacing:-1px;margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-pd-details{display:flex;justify-content:left}.dgwt-wcas-pd-image,.dgwt-wcas-tpd-image{width:70px;padding:4px;background-color:#fff;border:1px solid #e8e8e8;border-radius:4px}.dgwt-wcas-pd-image img,.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:100%}.rtl .dgwt-wcas-pd-image,.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-pd-rest,.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-pd-desc{font-size:13px;line-height:157%;margin:12px 0}.dgwt-wcas-pd-addtc{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.rtl .dgwt-wcas-preloader{right:auto;left:35px}.dgwt-wcas-inner-preloader{background-image:url(//www.nethoster.com.au/wp-content/plugins/ajax-search-for-woocommerce/assets/img/preloader.png);background-repeat:no-repeat;background-position:right 13px center;background-size:auto 22px}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url(//www.nethoster.com.au/wp-content/plugins/ajax-search-for-woocommerce/assets/img/preloader.gif)}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;background-image:url(//www.nethoster.com.au/wp-content/plugins/ajax-search-for-woocommerce/assets/img/close.png);background-repeat:no-repeat;background-position:right 15px center;background-size:auto 18px;opacity:.6;-webkit-transition:all 160ms ease-in-out;-moz-transition:all 160ms ease-in-out;-ms-transition:all 160ms ease-in-out;-o-transition:all 160ms ease-in-out;transition:all 160ms ease-in-out}.dgwt-wcas-close:hover{opacity:.3}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06)}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0;margin:0;cursor:pointer;height:40px;min-width:50px;right:0;left:auto;top:0;bottom:auto;padding:0 15px;color:#fff;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333 transparent;top:12px;left:-6px;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-ico-magnifier{fill:#fff}.dgwt-wcas-details-inner .added_to_cart{display:block}.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px}body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#000}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.dgwt-wcas-overlay-mobile-on{overflow:hidden}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar .dgwt-wcas-om-return{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{display:none}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{height:calc(100% - 45px)!important}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible;overflow-x:hidden}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios>:not(.dgwt-wcas-overlay-mobile){display:none}body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}