@charset "UTF-8";

 body { -webkit-backface-visibility: hidden;
}
.animated {
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-o-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.animated.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animated.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animated.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
transform: translateX(0);
}
}
.animated.slideInLeft {
-webkit-animation-name: slideInLeft;
-moz-animation-name: slideInLeft;
-o-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
transform: translateX(0);
}
}
.animated.slideInRight {
-webkit-animation-name: slideInRight;
-moz-animation-name: slideInRight;
-o-animation-name: slideInRight;
animation-name: slideInRight;
}@font-face {
font-family: 'FontAwesome';
src: url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0);
src: url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.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;
}
.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;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .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:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-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";
}.atpmap img { width: auto !important; max-width: none; }
.atpmap { color: #444444; }
.atpmap-shadow { position: relative; border: 1px solid #eeeeee; padding: 5px; }   .process_steps { margin-bottom: 40px; text-align: center; }
.process_steps ul { position: relative; margin: 0; padding: 0; list-style: none; }
.process_steps ul li { display: inline-block; float: left; margin: 0; }
.process_steps li { width: 25%; }
.process_steps.step3 li {	width: 33.33%; }
.process_steps.step4 li {	width: 25%; }
.process_steps.step5 li {	width: 20%; }
.process_steps ul:before { top: 37px; }
.process_steps ul:before { position: absolute; display: block; height: 2px; left:10%; width:80%; content: ""; background-color: #dddddd; }
.process_steps.step3 ul:before { left:13%; width:70%; } .process_steps .process_icon {
display: inline-block;
font-size: 28px;
line-height: 80px;
cursor: pointer;
margin: 0 30px;
width: 80px;
height: 80px;
text-align: center;
position: relative;
color: #666666;
z-index: 1;
background-color: #eeeeee;
-webkit-border-radius: 50%;
-moz-border-radius:    50%;
border-radius:         50%;
-webkit-transition: background 0.2s, color 0.2s;
-moz-transition:    background 0.2s, color 0.2s;
transition:         background 0.2s, color 0.2s;
}
.process_steps .process_icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
content: '';
top: -4px;
left: -4px;
padding: 4px;
-webkit-border-radius: 50%;
-moz-border-radius:    50%;
border-radius:         50%;
-webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
-moz-box-shadow:    0 0 0 4px rgba(0,0,0,0.1);
box-shadow:         0 0 0 4px rgba(0,0,0,0.1);
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
}
.process_steps .process_icon .fa         { z-index: 2; }
.process_steps .process_icon:hover       { background-color: #109ed5; color: #ffffff; }
.process_steps .process_icon:hover:after {
-webkit-transform: scale(1);
-moz-transform:    scale(1);
-ms-transform:     scale(1);
transform:         scale(1);
opacity: 1;
} .pIcn_heading        { position: relative; padding: 0 10px;}
.pIcn_heading strong { display:block; margin:10px 0 0 0; }
.process_icon.black:hover   { background-color: #222222; }
.process_icon.white:hover   { background-color: #FCFCFC; color: #222222; }
.process_icon.magenta:hover { background-color: #ff6b6b; }
.process_icon.blue:hover    { background-color: #0066cc; }
.process_icon.cyan:hover    { background-color: #5ACBF5; }
.process_icon.orange:hover  { background-color: #ff8400; }
.process_icon.red:hover     { background-color: #fb4f3d; }
.process_icon.yellow:hover  { background-color: #ffc339; }
.process_icon.gray:hover    { background-color: #595d6a; }
.process_icon.green:hover   { background-color: #31AA39; }
.process_icon.brown:hover   { background-color: #c5543b; }
.process_icon.pink:hover    { background-color: #e34191; }
.process_icon.black:hover:after   { -webkit-box-shadow: 0 0 0 4px #222222; -moz-box-shadow: 0 0 0 4px #222222; box-shadow: 0 0 0 4px #222222; }
.process_icon.white:hover:after   { -webkit-box-shadow: 0 0 0 4px #FCFCFC; -moz-box-shadow: 0 0 0 4px #FCFCFC; box-shadow: 0 0 0 4px #FCFCFC; }
.process_icon.magenta:hover:after { -webkit-box-shadow: 0 0 0 4px #ff6b6b; -moz-box-shadow: 0 0 0 4px #ff6b6b; box-shadow: 0 0 0 4px #ff6b6b; }
.process_icon.blue:hover:after    { -webkit-box-shadow: 0 0 0 4px #0066cc; -moz-box-shadow: 0 0 0 4px #0066cc; box-shadow: 0 0 0 4px #0066cc; }
.process_icon.cyan:hover:after    { -webkit-box-shadow: 0 0 0 4px #5ACBF5; -moz-box-shadow: 0 0 0 4px #5ACBF5; box-shadow: 0 0 0 4px #5ACBF5; }
.process_icon.orange:hover:after  { -webkit-box-shadow: 0 0 0 4px #ff8400; -moz-box-shadow: 0 0 0 4px #ff8400; box-shadow: 0 0 0 4px #ff8400; }
.process_icon.red:hover:after     { -webkit-box-shadow: 0 0 0 4px #fb4f3d; -moz-box-shadow: 0 0 0 4px #fb4f3d; box-shadow: 0 0 0 4px #fb4f3d; }
.process_icon.yellow:hover:after  { -webkit-box-shadow: 0 0 0 4px #ffc339; -moz-box-shadow: 0 0 0 4px #ffc339; box-shadow: 0 0 0 4px #ffc339; }
.process_icon.gray:hover:after    { -webkit-box-shadow: 0 0 0 4px #595d6a; -moz-box-shadow: 0 0 0 4px #595d6a; box-shadow: 0 0 0 4px #595d6a; }
.process_icon.green:hover:after   { -webkit-box-shadow: 0 0 0 4px #31AA39; -moz-box-shadow: 0 0 0 4px #31AA39; box-shadow: 0 0 0 4px #31AA39; }
.process_icon.brown:hover:after   { -webkit-box-shadow: 0 0 0 4px #c5543b; -moz-box-shadow: 0 0 0 4px #c5543b; box-shadow: 0 0 0 4px #c5543b; }
.process_icon.pink:hover:after    { -webkit-box-shadow: 0 0 0 4px #e34191; -moz-box-shadow: 0 0 0 4px #e34191; box-shadow: 0 0 0 4px #e34191; }   .ivatip_top {
bottom: 100%;
min-width: 100px;
} .ivatip_top:after {
border-top: 5px solid #222;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
bottom: -5px;
left: 50%;
margin-left: -5px;
}
.iva-tooltip:hover .ivatip_top {
margin-bottom: 0;
}
.iva-tooltip {
position: relative;
display: block;
}
.iva-tooltip .ivatip {
opacity: 0;
pointer-events: none;
visibility: hidden;
z-index: 99999;
-webkit-transition: .3s ease-in-out;
-moz-transition:    .3s ease-in-out;
-o-transition:      .3s ease-in-out;
transition:         .3s ease-in-out;
}
.iva-tooltip:hover .ivatip {
opacity: 1;
visibility: visible;
} .ivatip {
background-color: #222;
color: #ffffff;
font-size: 11px;
padding: 5px 10px;
position: absolute;
text-align: center;
text-decoration: none;
text-shadow: none;
z-index: 4;
-webkit-border-radius: 3px;
-moz-border-radius:    3px;
-o-border-radius:      3px;
border-radius:         3px;
-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
-moz-box-shadow:    0 2px 8px rgba(0,0,0,0.2);
-o-box-shadow:      0 2px 8px rgba(0,0,0,0.2);
box-shadow:         0 2px 8px rgba(0,0,0,0.2);
}
.ivatip:after {
content: " ";
font-size: 0;
line-height: 0;
position: absolute;
width: 0;
z-index: 1;
} .ivatip_right { left: 100%; top: 0; min-width: 100px; } .ivatip_right:after {
border-top: 5px solid transparent;
border-right: 5px solid #222;
border-bottom: 5px solid transparent;
left: -5px; margin-top: -5px;
top: 50%;
}
.iva-tooltip:hover .ivatip_right { margin-left: 10px; } .ivatip_bottom { top: 100%; left: 0; min-width: 100px; } .ivatip_bottom:after {
border-bottom: 5px solid #222;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
top: -5px;
left: 50%;
margin-left: -5px;
} .iva-tooltip:hover .ivatip_bottom {
margin-top: 0;
}  .ivatip_left { right: 100%; top: 0; min-width: 100px; }
.ivatip_left:after { border-top: 5px solid transparent; border-left: 5px solid #222; border-bottom: 5px solid transparent; margin-top: -5px; right: -5px; top: 50%; }   .ac_wrap  { width: 100%; margin-bottom: 40px; }
.ac_wrap .ac_title,
.toggle-title {
position: relative;
background-color: #FCFCFC;
cursor: pointer;
font-size: 13px;
font-weight: bold;
line-height: normal;
margin-bottom: -1px;
padding: 10px 60px 10px 20px;
border: 1px solid #EEEEEE;
border-width: 1px 1px 1px 5px;
}
.ac_title .arrow,
.toggle-title .arrow {
background-color: #f9f9f9;
display: block;
position: absolute;
top: 0;
right: 0;
float: right;
height: 100%;
font-weight: normal;
font-size: 18px;
line-height: 38px;
width: 38px;
text-align: center;
}
.ac_title .arrow::after,
.toggle-title .arrow::after { content: '+'; }
.ac_title.active .arrow::after,
.toggle-title.active .arrow::after { content: '-'; }
.toggle-title.active,
.ac_title.active {
border-left-color: #F7CA18;
}
.ac_wrap .ac_title:hover {
border-left-color: #F7CA18;
color: #222222;
}
.ac_title .arrow:hover {
background-color: #F7CA18;
color: #ffffff;
}
.ac_title .faq::after,
.toggle-title .faq::after { content: '?'; }
.ac_title.active .arrow,
.toggle-title.active .arrow {
line-height: 34px;
background-color: #F7CA18;
color: #ffffff;
border-left-color: #F7CA18;
}
.ac_title i,
.toggle-title i { margin-right: 5px; }
.ac_title .faq,
.toggle-title .faq {
border: 1px solid;
border-radius: 100px;
color: #919191;
display: block;
float: right;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 20px;
margin: 8px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 20px;
}
.ac_wrap .ac_content,
.ac_wrap .toggle_content {
margin-bottom: 5px;
padding: 18px 60px 18px 20px;
background-color: #FBFBFB;
border: 1px solid #EEEEEE;
border-left-color: #F7CA18;
border-width: 1px 1px 1px 5px;
}   .iva_message_box { background-color: #f6f6f6; border-color: #e1e1e1; margin: 20px 0; position: relative; text-align: center }
.iva_message_box_content { font-size:14px; font-weight: 600; text-transform:uppercase; }
.iva_message_box.iva-box-normal { padding: 18px; }
.iva_message_box.iva-box-large 	{ padding: 35px; }
.iva_message_box.iva-box-solid	{ border: 2px solid; }
.iva_message_box.iva-box-dashed	{ border: 1px dashed; }
.iva_message_box.success, .iva_message_box.success a 		{ color: #4F5F39; border-color: #b0cbaa; background-color: #d7f8cf; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) }
.iva_message_box.info, .iva_message_box.info a 				{ color: #4671A3; border-color: #91bac1; background-color: #EAF1F9; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) }
.iva_message_box.error, .iva_message_box.error a 			{ color: #AF2C20; border-color: #c49f9c; background-color: #fee3e3; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) }
.iva_message_box.alert, .iva_message_box.alert a 			{ color: #C96D11; border-color: #f0df8a; background-color: #fcf9e7; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) }
.iva_message_box.lightgray, .iva_message_box.lightgray a	{ color: #444444; border-color: #e1e1e1; background-color: #f8f8f8; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) }
.iva_message_box.dark, .iva_message_box.dark a 				{ color: #ffffff; border-color: #444444; background-color: #333333; text-shadow: 0 1px 0 #000000; }
.iva_message_box .iva_a_box_title 					{ background: rgba(0, 0, 0, 0.05); font-size: 11px; left:0; top:0; padding: 3px 20px; position:absolute; text-shadow:none; }
.error span.close,
.info span.close,
.alert span.close,
.success span.close,
.lightgray span.close,
.custom span.close { color: #414141; cursor: pointer; font-size: 11px; display: block; position: absolute; top: 15px; right: 15px; height: 18px; width: 18px; line-height: 18px; background-color: rgba(0, 0, 0, 0.05) }
.dark span.close { color: #ffffff; cursor: pointer; font-size: 11px; display: block; position: absolute; top: 15px; right: 15px; height: 18px; width: 18px; line-height: 18px; background-color: rgba(255, 255, 255, 0.2) } .messagebox_text span.close { color: #414141; cursor: pointer; font-size: 15px; display: block; position: absolute; top: 7px; right: 27px; height: 18px; width: 20px; line-height: 18px; background-color: rgba(0, 0, 0, 0.05) }   .is-countdown {
position: relative;
margin:0 auto;
}
.is-countdown:after,
.is-countdown:before {
clear:both;
display:block;
content:"";
}
.countdown-rtl {
direction: rtl;
}
.countdown-holding span {
color: #888;
}
.hasCountdown { margin: 5px 0; }
.countdown-row {clear: both;display: table; margin:0 auto; text-align: center;}
.countdown-show1 .countdown-section {
width: 98%;
}
.countdown-show2 .countdown-section {
width: 48%;
}
.countdown-show3 .countdown-section {
width: 32.5%;
}
.countdown-show4 .countdown-section {
width: 24.5%;
}
.countdown-show5 .countdown-section {
width: 17%;
}
.countdown-show6 .countdown-section {
width: 14%;
}
.countdown-show7 .countdown-section {
width: 14%;
}
.countdown-section {
display: table-cell;
text-align: center;
margin: 0 0px;
}
.countdown-amount {
display: block;
padding: 5px 10px;
margin:0 1px;
color: #444444;
font-family: "Open Sans";
font-size: 40px;
background-color: #ffffff;
border: 1px solid #eeeeee;
border-width: 1px 1px 0 1px;
-webkit-text-shadow: 1px 1px 0 #ffffff;
-moz-text-shadow:    1px 1px 0 #ffffff;
text-shadow:         1px 1px 0 #ffffff;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius:    5px 5px 0 0;
border-radius:         5px 5px 0 0;
}
.countdown-period {
display: block;
padding: 6px;
font-size:11px;
font-weight: bold;
line-height: 16px;
text-transform: uppercase;
background-color:#01749F;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius:    0 0 5px 5px;
border-radius:         0 0 5px 5px;
margin:0 1px;
color:#ffffff;
}
.countdown-descr {
display: block;
width: 100%;
}   span.inset-left {
display: block;
float: left;
width: 35%;
padding: 15px;
border-left:1px solid #dddddd;
font:italic normal 14px/25px Georgia, Arial, Sans-serif;
letter-spacing:0;
}
span.inset-right {
display: block;
float: right;
width: 35%;
padding: 15px;
border-right:1px solid #dddddd;
font:italic normal 14px/25px Georgia, Arial, Sans-serif;
letter-spacing:0;
} blockquote.alignleft  {
width: 30%;
margin: 3px 16px 15px 3px !important;
}
blockquote.aligncenter {
text-align: center;
clear: both;
display: block;
margin: 0 0 20px;
}
blockquote.alignright {
width: 30%;
margin: 3px 3px 15px 15px !important;
}   .fancybox .boxcontent { padding: 25px; font-size: 14px; }
.fancybox {
background-color: #f3f3f3;
position: relative;
margin: 0 0 20px 0;
-webkit-border-radius: 5px;
-moz-border-radius:    5px;
border-radius:         5px;
}
.fancybox .fancytitle {
margin-bottom: 0px;
padding: 15px 25px;
text-align: center;
color: #ffffff;
font-size: 16px;
font-weight:bold;
background-color:#323A45;
-webkit-border-top-left-radius	: 5px;
-webkit-border-top-right-radius	: 5px;
-moz-border-radius-topleft		: 5px;
-moz-border-radius-topright		: 5px;
border-top-left-radius			: 5px;
border-top-right-radius			: 5px;
} .callOutBox {
position:relative;
overflow: visible;
margin: 0;
padding: 40px;
zoom:1; -webkit-transition: all 300ms ease-in;
-moz-transition: 	all 300ms ease-in;
-o-transition: 		all 300ms ease-in;
transition: 		all 300ms ease-in;
}
.callOutBox .teaser_content {
height: 100%;
overflow: hidden;
margin:0;
}
.callOutBox .callout_text { float:left; }
.callOutBox .callout_btn { float: right; }
.callOutBox h1,
.callOutBox h2,
.callOutBox h3,
.callOutBox h4,
.callOutBox h5,
.callOutBox h6,
.callOutBox p,
.callOutBox .btn { margin-bottom:0; } .ribbon { position: absolute; top: 0; right: 0; } .ribbon .text,
.ribbon .banner,
.ribbon a {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
.ribbon a { color: #ffffff; text-decoration: none; }
.no-css-transforms .ribbon { font-size: 1em; position: relative; width: 100%; }
.ribbon .banner {
-webkit-transform: rotate(45deg);
-moz-transform:    rotate(45deg);
-ms-transform:     rotate(45deg);
-o-transform:      rotate(45deg);
transform:         rotate(45deg);
color: #ffffff;
-webkit-font-smoothing: antialiased;
display: block;
float: right;
position: relative;
right: -14px;
top: 22px;
width: 100px;
}
.ribbon-small .banner { right: -8px; top: 15px; width: 65px; }
.ribbon-large .banner { right: -20px; top: 32px; width: 150px; }
.ribbon .banner::after,
.ribbon .banner::before {
content: '';
display: block;
height: 12px;
position: absolute;
width: 30px;
}
.ribbon-small .banner::after,
.ribbon-small .banner::before {
height: 6px;
width: 20px;
}
.ribbon-large .banner::after,
.ribbon-large .banner::before {
height: 18px;
width: 45px;
}
.ribbon .banner::before {
-webkit-transform: skewY(-45deg) translate(50%,15px);
-moz-transform:    skewY(-45deg) translate(50%,15px);
-ms-transform:     skewY(-45deg) translate(50%,15px);
-o-transform:      skewY(-45deg) translate(50%,15px);
-webkit-transform-origin: 100% center;
-moz-transform-origin:    100% center;
-ms-transform-origin:     100% center;
-o-transform-origin:      100% center;
left: -45px;
}
.ribbon-small .banner::before { top: -5px; left: -30px; }
.ribbon-large .banner::before { top: 9px; left: -68px; }
.ribbon .banner::after {
-webkit-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
-moz-transform:    translate(100%,-100%) skewY(45deg) translateX(-58%);
-ms-transform:     translate(100%,-100%) skewY(45deg) translateX(-58%);
-o-transform:      translate(100%,-100%) skewY(45deg) translateX(-58%);
-webkit-transform-origin: 0 center;
-moz-transform-origin:    0 center;
-ms-transform-origin:     0 center;
-o-transform-origin:      0 center;
right: -17px;
}
.ribbon-small .banner::after { top: 18px; right: -12px; }
.ribbon-large .banner::after { top: 45px; right: -26px; }
.no-css-transforms .ribbon .banner { position: static; width: 100%; float: none; font-size: 10px; }
.ribbon .text {
position: relative;
z-index: 2;
padding: 6px 0;
font-size: 12px;
font-weight: bold;
min-height: 18px;
line-height: 18px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
} .ribbon-small .text {
padding: 3px 0;
font-size: 8px;
min-height: 14px;
line-height: 14px;
} .ribbon-large .text {
padding: 9px 0;
font-size: 18px;
min-height: 28px;
line-height: 28px;
}
.ribbon .text::before,
.ribbon .text::after {
content: '';
display: block;
height: 30px;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
} .ribbon.ribbon-small .text::before,
.ribbon.ribbon-small .text::after {
height: 20px;
} .ribbon.ribbon-large .text::before,
.ribbon.ribbon-large .text::after {
height: 46px;
}
.ribbon .text::before {
-webkit-transform: translateX(-15%) skewX(-45deg);
-moz-transform:    translateX(-15%) skewX(-45deg);
-ms-transform:     translateX(-15%) skewX(-45deg);
-o-transform:      translateX(-15%) skewX(-45deg);
}
.ribbon .text::after {
-webkit-transform: translateX(15%) skewX(45deg);
-moz-transform:    translateX(15%) skewX(45deg);
-ms-transform:     translateX(15%) skewX(45deg);
-o-transform:      translateX(15%) skewX(45deg);
}
.no-css-transforms .ribbon .text { height: 25px; padding: 3px; }  .ribbon .banner::after,
.ribbon .banner::before {
background-color: #51a351;
}
.ribbon .text::before,
.ribbon .text::after,
.no-css-transforms .ribbon .text {
background-color: #62c462;
} .ribbon-green .banner::after,
.ribbon-green .banner::before {
background-color: #51a351;
}
.ribbon-green .text::before,
.ribbon-green .text::after,
.no-css-transforms .ribbon-green .text {
background-color: #62c462;
} .ribbon-blue .banner::after,
.ribbon-blue .banner::before {
background-color: #0044cc;
}
.ribbon-blue .text::before,
.ribbon-blue .text::after,
.no-css-transforms .ribbon-blue .text {
background-color: #0088cc;
} .ribbon-blue-mms .banner::after,
.ribbon-blue-mms .banner::before {
background-color: #2d5b98;
}
.ribbon-blue-mms .text::before,
.ribbon-blue-mms .text::after,
.no-css-transforms .ribbon-blue-mms .text {
background-color: #367ab3;
} .ribbon-blue-light .banner::after,
.ribbon-blue-light .banner::before {
background-color: #2f96b4;
}
.ribbon-blue-light .text::before,
.ribbon-blue-light .text::after,
.no-css-transforms .ribbon-blue-light .text {
background-color: #5bc0de;
} .ribbon-yellow .banner::after,
.ribbon-yellow .banner::before {
background-color: #f2ba00;
}
.ribbon-yellow .text::before,
.ribbon-yellow .text::after,
.no-css-transforms .ribbon-yellow .text {
background-color: #ffd95e;
color:#000000;
} .ribbon-orange .banner::after,
.ribbon-orange .banner::before {
background-color: #f89406;
}
.ribbon-orange .text::before,
.ribbon-orange .text::after,
.no-css-transforms .ribbon-orange .text {
background-color: #fbb450;
} .ribbon-red .banner::after,
.ribbon-red .banner::before {
background-color: #bd362f;
}
.ribbon-red .text::before,
.ribbon-red .text::after,
.no-css-transforms .ribbon-red .text {
background-color: #ee5f5b;
} .ribbon-purple .banner::after,
.ribbon-purple .banner::before {
background-color: #611bbd;
}
.ribbon-purple .text::before,
.ribbon-purple .text::after,
.no-css-transforms .ribbon-purple .text {
background-color: #af4ce8;
} .ribbon-pink .banner::after,
.ribbon-pink .banner::before {
background-color: #f000c0;
}
.ribbon-pink .text::before,
.ribbon-pink .text::after,
.no-css-transforms .ribbon-pink .text {
background-color: #ff5edf;
} .ribbon-black .banner::after,
.ribbon-black .banner::before {
background-color: #222222;
}
.ribbon-black .text::before,
.ribbon-black .text::after,
.no-css-transforms .ribbon-black .text {
background-color: #444444;
} .ribbon-brown .banner::after,
.ribbon-brown .banner::before {
background-color: #6E2525;
}
.ribbon-brown .text::before,
.ribbon-brown .text::after,
.no-css-transforms .ribbon-brown .text {
background-color: #B65252;
} .ribbon-grey .banner::after,
.ribbon-grey .banner::before {
background-color: #656565;
}
.ribbon-grey .text::before,
.ribbon-grey .text::after,
.no-css-transforms .ribbon-black .text {
background-color: #BABABA;
} .ribbon-white .banner::after,
.ribbon-white .banner::before {
background-color: #EFEFEF;
}
.ribbon-white .text::before,
.ribbon-white .text::after,
.no-css-transforms .ribbon-white .text {
background-color: #ffffff;
}   .vc_btn i,
.btn i { margin-right: 10px; }
.btn {
background-color: #00c1cf;
display	: inline-block;
text-align: center;
margin-bottom: 10px;
position: relative;
cursor: pointer;
opacity: 1;
line-height: 20px;
-webkit-border-radius: 2px;
-moz-border-radius:    2px;
border-radius:         2px;
-webkit-transition: opacity 0.3s linear;
-moz-transition:    opacity 0.3s linear;
-ms-transition:     opacity 0.3s linear;
-o-transition:      opacity 0.3s linear;
transition:         opacity 0.3s linear;
}
.btn span {
left: 0;
position: relative;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition:    all 0.2s ease-out 0s;
-ms-transition:     all 0.2s ease-out 0s;
-o-transition:      all 0.2s ease-out 0s;
transition:         all 0.2s ease-out 0s;
}
.btn.full { text-align: center;  width: 100%; }
.btn.border { border-width: 1px; border-style: solid;}
.btn.rounded { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
@media screen and (-webkit-min-device-pixel-ratio:0) { btn.btn span {
margin-top: -1px;
margin-left:-2px;
margin-right:-2px;
}
}
.btn.small   { font-size: 12px; padding: 5px 8px; }
.btn.medium  { font-size: 14px; padding: 10px 15px; }
.btn.large   { font-size: 18px; padding: 15px 22px; }
.btn.xlarge  { font-size: 24px; padding: 18px 26px; }
.btn.border {
background-color: rgba (0, 0, 0, 0) !important;
border: 2px solid rgba(255, 255, 255, 0.75);
-webkit-box-shadow: none !important;
-moz-box-shadow:    none !important;
box-shadow:         none !important;
-webkit-transition: all 0.2s linear 0s !important;
-moz-transition:    all 0.2s linear 0s !important;
-ms-transition:     all 0.2s linear 0s !important;
-o-transition:      all 0.2s linear 0s !important;
transition:         all 0.2s linear 0s !important;
}
.btn.border:hover 	{ border: 2px solid #FFFFFF; }
.light .btn.border 		{ border: 2px solid rgba(255, 255, 255, 0.75); color: #FFFFFF; }
.light .btn.border		{ border: 2px solid #FFFFFF; }
.btn.dark.border 		{ border: 2px solid rgba(0, 0, 0, 0.75); color: #000000; }
.btn.dark.border:hover 	{ border: 2px solid #000000; }
.btn:hover { opacity: 0.75;}
.btn.dark { border:2px solid; background:none !important; -webkit-border-radius:none; -moz-border-radius:none; border-radius:none;}
.btn.light { border:2px solid #ffffff; background:none !important; -webkit-border-radius:none; -moz-border-radius:none; border-radius:none; }
.btn.dark span { color:#111111; }
.btn.light span { color:#ffffff; } .btn.black, .btn.black:hover		{ background-color: #323232; color: #ffffff; }
.btn.white, .btn.white:hover		{ background-color: #FCFCFC; color: #222222; }
.btn.magenta, .btn.magenta:hover 	{ background-color: #9A12B3; color: #ffffff; }
.btn.blue, .btn.blue:hover 			{ background-color: #4183D7; color: #ffffff; }
.btn.cyan, .btn.cyan:hover 			{ background-color: #32c3d6; color: #ffffff; }
.btn.orange, .btn.orange:hover		{ background-color: #E87E04; color: #ffffff; }
.btn.red, .btn.red:hover 			{ background-color: #CF000F; color: #ffffff; }
.btn.yellow, .btn.yellow:hover 		{ background-color: #F7CA18; color: #000000; }
.btn.gray, .btn.gray:hover 			{ background-color: #6C7A89; color: #ffffff; }
.btn.green, .btn.green:hover 		{ background-color: #81B441; color: #ffffff; }
.btn.brown, .btn.brown:hover 		{ background-color: #D35400; color: #ffffff; }
.btn.pink, .btn.pink:hover 			{ background-color: #D2527F; color: #ffffff; }
a.btn, a.btn:hover, btn.btn:hover { background-color:#EDEDED; }
.btn span span {
display: block;
font-size: 9px;
font-weight: normal;
letter-spacing: 0.5px;
}
a.btn.center{ display: table; margin: 0 auto;}
a.btn.left{ float:left; }
a.btn.right{ float: right; }   .divider {
display:block;
clear:both;
margin: 30px 0;
border-bottom-width: 1px;
border-color: #e4e4e4;
}
.divider.thin	{ border-bottom-style: solid; }
.divider.fat	{ border-bottom-style: solid; border-bottom-width: 2px;  }
.divider.dotted	{ border-bottom-style: dotted; }
.divider.dashed	{ border-bottom-style: dashed; }
.divider_space {
display:block;
clear:both;
margin: 30px 0;
}
.demo_space {
display: block;
margin: 0;
width: 100%;
}
.divider img { max-width:100%;}
.customdivider {
width:auto;
display:block;
clear:both;
height:100%;
padding:40px 0 40px 0;
text-align:center;
}
.customdivider img { width:auto; max-width:100%; height:auto; }
.divider_top {
position: relative;
background:url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/images/opacs/dark10.png) center center repeat-x;
height:2px;
padding:40px 0;
clear:both;
}
.divider_top a {
font-size: 10px;
left: 0;
position: absolute;
right: 0;
text-align: right;
top: 24px;
}
.divider_top a span{
font-size: 11px;
line-height: 10px;
text-transform: uppercase;
color:#fff;
background-color:#000;
padding:3px 6px;
}
.divider_line {
position: relative;
display: block;
clear: both;
padding: 25px 0;
background:url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/images/opacs/dark10.png) center center repeat-x;
height: 1px;
text-align: center;
}   .dropcap {
background-position: left top;
background-repeat: repeat;
font-size: 28px;
line-height: 50px;
margin: 5px 15px 0 0;
-webkit-border-radius: 2px;
-moz-border-radius:    2px;
border-radius:         2px;
}
.dropcap.dc-square	{ float: left; text-align: center; width: 47px; color: #888888; }
.dropcap.dc-circle	{ -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; float: left; text-align: center; width: 48px; color: #888888; }
.dropcap.dc-text	{ float: left; text-align: center; width: 48px; font-size: 48px; }   .service-icon img {
-webkit-transform: 	rotateY(0deg);
-moz-transform:  	rotateY(0deg);
transform:  		rotateY(0deg);
-webkit-transition: all 400ms ease;
-moz-transition: 	all 400ms ease;
transition: 		all 400ms ease;
}
.service-icon img a { display: block;}
.service-icon:hover img{
margin:0 3px 0 0;
-webkit-transition: all 400ms ease;
-moz-transition: 	all 400ms ease;
transition: 		all 400ms ease;
-webkit-transform: 	rotateY(180deg);
-moz-transform:  	rotateY(180deg);
transform:  		rotateY(180deg);
} .serviceIcn_style1 {
position: relative;
overflow: hidden;
}
.services_icon1 {
position: relative;
display: block;
color: #F7CA18;
float: left;
font-size: 26px;
height: 40px;
width: 40px;
line-height: 40px !important;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius:    100%;
border-radius:         100%;
}
.sIcn_heading {
overflow: hidden;
position: absolute;
}
.sIcn_heading h3 {
font-size: 20px;
font-weight: 300;
line-height: 28px;
text-align: left;
margin: 0 0 0 50px;
}
.sIcn_content{
text-align: left;
margin-left: 50px;
}
.sIcn_content h3 {
font-size: 20px;
font-weight: 300;
margin-bottom: 8px;
line-height: 38px;
}
.sIcn_heading2 h3 {
font-size: 16px;
margin-bottom: 10px;
} .serviceIcn_style2a,
.serviceIcn_style2b { position: relative; }
.services_icon2a,
.services_icon2b {
display: inline-block;
font-size: 30px;
line-height: 90px;
cursor: pointer;
margin: 15px 30px;
width: 90px;
height: 90px;
text-align: center;
position: relative;
color: #999999;
z-index: 1;
-webkit-border-radius: 50%;
-moz-border-radius:    50%;
border-radius:         50%;
}
.services_icon2a:after,
.services_icon2b:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
content: '';
-webkit-border-radius: 50%;
-moz-border-radius:    50%;
border-radius:         50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.services_icon2a .fa:hover,
.services_icon2b .fa:hover { color: #FFFFFF; } .services_icon2a .gray 	{ color: #6C7A89;}
.services_icon2a.brown 	{ color: #D35400;}
.services_icon2a.cyan 	{ color: #32c3d6;}
.services_icon2a.orange	{ color: #E87E04;}
.services_icon2a.red	{ color: #CF000F;}
.services_icon2a.magenta{ color: #9A12B3; }
.services_icon2a.yellow { color: #F7CA18; }
.services_icon2a.blue 	{ color: #4183D7; }
.services_icon2a.pink  	{ color: #D2527F; }
.services_icon2a.green 	{ color: #81B441; }
.services_icon2a.black	{ color: #222222; }
.services_icon2a.white i{ color: #FCFCFC;} .services_icon2a.gray:hover  { background: #6C7A89; color:#FFFFFF;}
.services_icon2a.brown:hover { background: #D35400; color:#FFFFFF; }
.services_icon2a.cyan:hover  { background: #32c3d6; color:#FFFFFF;}
.services_icon2a.orange:hover { background: #E87E04; color:#FFFFFF;}
.services_icon2a.red:hover  { background: #CF000F; color:#FFFFFF;}
.services_icon2a.magenta:hover { background: #9A12B3; color:#FFFFFF;}
.services_icon2a.yellow:hover { background: #F7CA18; color:#FFFFFF;}
.services_icon2a.blue:hover  { background: #4183D7; color:#FFFFFF;}
.services_icon2a.pink:hover  { background: #D2527F; color:#FFFFFF;}
.services_icon2a.green:hover { background: #81B441; color:#FFFFFF;}
.services_icon2a.black:hover { background: #222222; color:#FFFFFF;}
.services_icon2a.white:hover { background: #FCFCFC; color:#222222;}
.services_icon2a a { color: inherit !important; }
.services_icon2a.gray:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #6C7A89;
-moz-box-shadow:    0 0 0 1px #6C7A89;
box-shadow:         0 0 0 1px #6C7A89;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.brown:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #D35400;
-moz-box-shadow:    0 0 0 1px #D35400;
box-shadow:         0 0 0 1px #D35400;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.cyan:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #32c3d6;
-moz-box-shadow:    0 0 0 1px #32c3d6;
box-shadow:         0 0 0 1px #32c3d6;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.orange:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #E87E04;
-moz-box-shadow:    0 0 0 1px #E87E04;
box-shadow:         0 0 0 1px #E87E04;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.red:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #CF000F;
-moz-box-shadow:    0 0 0 1px #CF000F;
box-shadow:         0 0 0 1px #CF000F;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.magenta:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #9A12B3;
-moz-box-shadow:    0 0 0 1px #9A12B3;
box-shadow:         0 0 0 1px #9A12B3;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.yellow:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #F7CA18;
-moz-box-shadow:    0 0 0 1px #F7CA18;
box-shadow:         0 0 0 1px #F7CA18;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.blue:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #4183D7;
-moz-box-shadow:    0 0 0 1px #4183D7;
box-shadow:         0 0 0 1px #4183D7;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.pink:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #D2527F;
-moz-box-shadow:    0 0 0 1px #D2527F;
box-shadow:         0 0 0 1px #D2527F;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.green:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #81B441;
-moz-box-shadow:    0 0 0 1px #81B441;
box-shadow:         0 0 0 1px #81B441;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.black:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #222222;
-moz-box-shadow:    0 0 0 1px #222222;
box-shadow:         0 0 0 1px #222222;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a.white:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #FCFCFC;
-moz-box-shadow:    0 0 0 1px #FCFCFC;
box-shadow:         0 0 0 1px #FCFCFC;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
} .services_icon2b .gray 	{ color: #6C7A89;}
.services_icon2b.brown 	{ color: #D35400;}
.services_icon2b.cyan 	{ color: #32c3d6;}
.services_icon2b.orange	{ color: #E87E04;}
.services_icon2b.red	{ color: #CF000F;}
.services_icon2b.magenta{ color: #9A12B3; }
.services_icon2b.yellow	{ color: #F7CA18; }
.services_icon2b.blue 	{ color: #4183D7; }
.services_icon2b.pink  	{ color: #D2527F; }
.services_icon2b.green 	{ color: #81B441; }
.services_icon2b.black	{ color: #222222; }
.services_icon2b.white i{ color: #FCFCFC;}
.services_icon2b.gray:hover  	{ background: #6C7A89; color:#FFFFFF;}
.services_icon2b.brown:hover 	{ background: #D35400; color:#FFFFFF!important; }
.services_icon2b.cyan:hover  	{ background: #32c3d6; color:#FFFFFF;}
.services_icon2b.orange:hover 	{ background: #E87E04; color:#FFFFFF;}
.services_icon2b.red:hover  	{ background: #CF000F; color:#FFFFFF;}
.services_icon2b.magenta:hover	{ background: #9A12B3; color:#FFFFFF;}
.services_icon2b.yellow:hover 	{ background: #F7CA18; color:#FFFFFF;}
.services_icon2b.blue:hover  	{ background: #4183D7; color:#FFFFFF;}
.services_icon2b.pink:hover  	{ background: #D2527F; color:#FFFFFF;}
.services_icon2b.green:hover 	{ background: #81B441; color:#FFFFFF;}
.services_icon2b.black:hover 	{ background: #222222; color:#FFFFFF;}
.services_icon2b.white:hover 	{ background: #FCFCFC; color:#222222;}  .services_icon2a, .services_icon2b {
background: #F3F3F3;
margin: 0 auto;
display: table;
-webkit-transition: background 0.2s, color 0.2s;
-moz-transition:    background 0.2s, color 0.2s;
transition:         background 0.2s, color 0.2s;
}
.services_icon2a .fa, .services_icon2b .fa {
z-index: 2;
} .services_icon2a:after {
top: -6px;
left: -6px;
padding: 6px;
-webkit-box-shadow: 0 0 0 1px #00c1cf;
-moz-box-shadow:    0 0 0 1px #00c1cf;
box-shadow:         0 0 0 1px #00c1cf;
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2b:after {
-webkit-transform: scale(.8);
-moz-transform:    scale(.8);
-ms-transform:     scale(.8);
transform:         scale(.8);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition:    -moz-transform 0.2s, opacity 0.2s;
transition:         transform 0.2s, opacity 0.2s;
opacity: 0;
}
.services_icon2a:hover, .services_icon2b:hover {
background: #00c1cf;
color: #FFFFFF;
}
.services_icon2a:hover:after, .services_icon2b:hover:after {
-webkit-transform: scale(1);
-moz-transform:    scale(1);
-ms-transform:     scale(1);
transform:         scale(1);
opacity: 1;
color:#FFFFFF;
}
.sIcn_heading2a h3, .sIcn_heading2b h3{
margin: 15px 0 20px 0;
font-size: 16px;
font-weight: bold;
text-align: center;
}
.sIcn_content2a, .sIcn_content2b {
text-align: center;
} .atp-services{
position: relative;
}
.Icnbox_style {
position: relative;
z-index: 10;
border: 1px solid #e0e0e0;
background-color: rgba(255, 255,255,0.7);
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius:    3px;
border-radius:         3px;
}
.Icnbox_style.top {
margin-top: 35px;
padding: 60px 30px 40px 30px;
}
.Icnbox_style.top:hover {
background-color: #F4F4F4;
cursor: pointer;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.Icnbox_style.left {
margin-left: 30px;
padding: 30px 30px 30px 60px;
text-align: left;
}
.Icnbox_style.left:hover {
background-color: #F4F4F4;
cursor: pointer;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.services_icon3 {
top: -34px;
left: 50%;
margin-left: -32px;
}
.services_icon4 {
top: 50%;
left: -31px;
margin-top: -31px;
}
.services_icon3,
.services_icon4 {
background-color: #f3f3f3;
position: absolute;
z-index: 20;
display: block;
width: 65px;
height: 65px;
color: #fff;
text-align: center;
font-size: 20px;
line-height: 65px !important;
-webkit-border-radius: 50px;
-moz-border-radius:    50px;
border-radius:         50px;
}
.sIcn_heading3 > h3{
margin: 15px 0 20px 0;
font-size: 20px;
}
.sIcn_content3 {
text-align: center;
}
.sIcn_content4 {
text-align: left;
}
.services_icon3,
.services_icon4 {
-webkit-transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
transition: all .4s ease-in;
}
.Icnbox_style:hover .services_icon3,
.Icnbox_style:hover .services_icon4{
-webkit-transform: rotate(360deg) scale(1.2);
-moz-transform: rotate(360deg) scale(1.2);
transform: rotate(360deg) scale(1.2);
}   .iva-checklist {
list-style-type: none;
padding: 0;
margin: 0;
margin-top: 10px;
}
.iva-li-item-content {
display: block;
}
.icon-wrapper {
font-size: 12px;
margin-right: 9px;
}
.list_circle {
font-size: 10px !important;
width: 20px !important;
height: 20px;
line-height: 22px !important;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.iva-liststyle2 {
line-height: 26px;
}
.iva-liststyle2.fa-ul > li{
position: relative;
padding-left: 5px;
} .pricing li		{
background:#ffffff;
border:1px solid #eeeeee;
border-bottom:1px solid #ddd;
margin-bottom:1px;
-webkit-border-radius: 3px;
-moz-border-radius:    3px;
border-radius:         3px;
}
.doubles { clear:both; padding-left:20px; margin-left:0px !important; overflow:hidden; }
.doubles li { float:left; width:42%; }   .owl-carousel .owl-item { padding:1px 0;}
.blogpost-list { position:relative;}
.blogpost-item{ margin: 0 10px 0 0; }
.blogpost-item .view {
min-height: 100px;
overflow: hidden;
}
.blogpost-item .view img {
-webkit-border-radius: 4px 4px 0px 0px;
-moz-border-radius:    4px 4px 0px 0px;
border-radius:         4px 4px 0px 0px;
}
.blogpost-desc {
background-color: #ffffff;
padding: 20px 15px;
overflow: hidden;
-webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.10);
box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.10);
-webkit-border-radius: 0px 0px 4px 4px;
-moz-border-radius:    0px 0px 4px 4px;
border-radius:         0px 0px 4px 4px;
}
.blogpost-desc > span { display: block; font-size: 11px; }
.blogpost-title { margin-bottom: 10px; font-size: 13px; }
.blogpost-list .entry-title { margin-bottom:0px; font-size:13px;  }
.blogpost-list:hover .blogpost-desc { background-color:#f0f0f0; }   .pricetable {
display: block;
position: relative;
padding: 0;
margin: 0 auto;
}
.pricing-inner {
position: relative;
display: block;
margin: 20px 0;
}
.pricetable .column{
float: left;
position: relative;
z-index: 3;
margin-right: 1%;
width: 24.2%;
}
.pricetable.col3 .column{ width:32.6%; }
.pricetable .column:last-child { margin-right:0; }
.pricetable .column-block {
border: 1px solid #dddddd;
border-width: 1px 0px 1px 1px;
}
.pricetable .column-block:last-child{
border: 1px solid #dddddd;
border-width: 1px 1px 1px 1px;
}
.pricetable .price-head {
position: relative;
text-align: center;
padding: 25px 0;
text-align: center;
background: #f1f2f3;
}
.price-head .title {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.pricetable .price-font {
font-size: 46px;
line-height: 100%;
vertical-align: middle;
margin-bottom: 0;
}
.pricetable .price-font span{ font-size:11px; line-height:14px;}
.pricetable sup{
letter-spacing: 0px;
font-size:small;
}
.pricetable .price-content  {
text-align: left;
line-height: 24px;
padding: 20px 40px;
background-color: #f6f6f6;
}
.pricetable .price-content ul {
margin: 0 0 20px 0;
padding:0;
}
.pricetable .price-content ul li {
list-style: none;
padding: 5px;
line-height: 150%;
background: url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/images/opacs/dark10.png) bottom left repeat-x transparent;
}
.pricetable .price-content > p { margin-bottom: 0; }
.pricetable .featured {
position: relative;
margin-top: -10px;
padding-bottom: 20px;
z-index: 4;
box-sizing: border-box;
-webkit-box-shadow : 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 	 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 		 0 0 3px rgba(0, 0, 0, 0.15);
}
.pricetable .featured .price-head {
padding-top: 25px;
}   .input_small   { width:25% !important; }
.input_medium  { width:50% !important; }
.input_large   { width:95% !important; }   #footer .contactinfo-wrap,
#footer .contactinfo-wrap .details,
#footer .contactinfo-wrap p { border: 0;}
.contactinfo-wg 	 { margin-bottom:40px; }
.contactinfo-wrap {
position:relative;
border-style:solid;
border-color:#dddddd;
}
.contactinfo-wrap p {
margin-bottom: 5px;
padding-bottom: 3px;
}
.contactinfo-wrap .details {
display: block;
overflow: hidden;
}
.contactinfo-wrap .phone .details { font-size:15px; font-weight:bold; }
.contactinfo-wrap span.icon {
display:block;
float:left;
width: 30px;
}   .highlight1 {
padding: 5px;
color:#ffffff;
background-color:#5E5E5E;
-webkit-border-radius:	2px;
-moz-border-radius:		2px;
border-radius:			2px;
}
.highlight2	{ font-style: italic; border-bottom:1px dashed; padding: 1px }
.highlight.yellow	{ background-color: #F7CA18; color:#000000; }   table.fancy_table     { border: 1px solid #eee; }
table.fancy_table th  {
background-color:rgba(0,0,0,0.1);
padding:14px;
color: #222222;
}
table.fancy_table td  {
padding:12px;
background:#fff;
border: 1px solid #eee;
}
table.fancy_table tbody tr:hover td	{
background-color:#F3F3F3;
}
table.fancy_table tfoot {
background-color: #F3F3F3;
}
table.fancy_table {
width:99%;
margin:0 auto;
margin-bottom:10px;
border-collapse: collapse;
border-spacing: 0;
}
.fancy_table.alignleft    { float:left; margin:3px 15px 20px 3px;}
.fancy_table.alignright   { float:right; margin:3px 3px 20px 15px;	}
.fancy_table.aligncenter  {
display:table;
clear:both;
margin:0 auto;
padding:2px;
margin-bottom: 20px;
text-align:center;
}
.fancy_table p{
margin-bottom:0px;
}   .iva-progress-bar { margin-bottom: 10px !important; }
.iva-progress-bar p { margin-bottom: 2px; }
.iva-progress-bar .bar-wrap {
position: relative;
overflow: hidden;
margin-bottom: 12px;
background-color: #ebebeb;
-webkit-border-radius: 50px;
-moz-border-radius:    50px;
border-radius:         50px;
-webkit-box-shadow : 0 1px 2px rgba(0, 0, 0, 0.09) inset;
-moz-box-shadow: 	 0 1px 2px rgba(0, 0, 0, 0.09) inset;
box-shadow: 		 0 1px 2px rgba(0, 0, 0, 0.09) inset;
}
.bar-wrap > span:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
height: 38px;
background: url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/images/progress.png) 0 0 repeat-x;
-webkit-border-radius: 50px;
-moz-border-radius:    50px;
border-radius:         50px;
}
.iva-progress-bar .bar-color span { color: #FFFFFF; font-size: 11px !important; padding: 0 10px; }
.iva-progress-bar .bar-color {
display: block;
padding: 5px 0;
width: 0;
overflow: visible !important;
position: relative;
background-color: #F7CA18;
-webkit-border-radius: 50px;
-moz-border-radius:    50px;
border-radius:         50px;
} .CircleBarWrap {
display:table;
text-align:center;
margin:0 auto;
}
.CircleBarWrap .label { }
.easyPieChart {
position: relative;
text-align: center;
margin:0 auto;
}
.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}
.chart {
float: left;
margin: 10px;
}
.CircleBar {
text-align: center;
color: #333;
font-size: 1.2em;
margin-bottom: 0.3em;
}
.chart .label {
text-align: center;
color: #333;
font-size: 1em;
margin: 0.8em 0;
}   .systabspane  {
clear: both;
margin: 10px 0 30px;
padding: 0;
position: relative;
}
.systabspane .panes              { clear:both; }
.systabspane.centertabs ul.tabs  {
display: table;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.systabspane.righttabs ul.tabs   { margin:0 0 0 auto; float:right; }
.hortabs .tabs {
display: table;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.hortabs .tabs li {
float: left;
line-height: 40px;
list-style-type: none;
padding: 0 30px;
cursor: pointer;
border-width: 1px 1px 0 1px;
border-color: #dddddd;
border-style: solid;
margin-right: 3px;
}
.hortabs .tabs li:first-child{
border-width: 1px 1px 0 1px;
border-color: #dddddd;
border-style: solid;
}
.hortabs .tabs a span {
display:block;
}
.hortabs .tabs a {
color: #000000;
display: block;
position: relative;
text-decoration: none;
}
.hortabs .tab_content {
background-color: #ffffff;
display: none;
overflow: hidden;
padding: 30px 20px 15px 20px;
border: 1px solid #dddddd;
}
.hortabs .tabs li.current {
color: #000000;
margin: 0;
position: relative;
font-weight: bold;
margin-right: 3px;
}
.hortabs .tabs li.current a {
cursor: pointer;
color:#000;
} .vertabs .panes  { clear:none;}
.vertabs .tabs {
clear: none;
float: left;
width: 160px;
height: auto;
margin: 0 !important;
padding: 0;
border-bottom: none;
}
.vertabs .tabs li {
clear: left;
display: block;
float: none;
margin: 0;
padding: 0;
border: 1px solid #dddddd;
border-width: 1px 0 0 1px;
line-height: normal;
list-style-type:none;
}
.vertabs .tabs li:last-child {
border-width:1px 0px 1px 1px;
}
.vertabs .tabs a {
display: block;
clear: left;
float: none;
position: relative;
height: auto;
padding: 10px 15px;
text-decoration: none;
}
.vertabs .tab_content {
padding: 20px;
overflow: hidden;
}
.vertabs .tabs li.current {
position: relative;
margin: 0 -1px 0 0;
}
.vertabs .tabs li.current a {
color: #444;
cursor: pointer;
}
.vertabs .tab_content { border:1px solid #dddddd; }   .twitter_widget ul {
margin: 0;
padding: 0;
list-style:none;
}
.twitter_widget ul li {
border-bottom: 0 !important;
background: none !important;
padding: 0 !important;
margin-bottom: 15px;
color: #747474;
}
.twitter_widget ul li span {
display: block;
font-size: 10px;
}
.twitter_widget ul li a:hover {
border-bottom: 1px dotted #ffffff;
} ul.tweet { margin:0 0 20px 0; padding:0; list-style:none; }
ul.tweet li { padding:0 0 15px 0; }
ul.tweet li span:last-child { font-size: small; }   .fancyheading {
line-height: 130%;
margin-bottom: 40px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
position: relative;
text-transform: none;
word-wrap: break-word;
}
.fancyheading small {
display: block;
font-weight: 300;
font-size: 44%;
line-height: normal;
margin-top: 10px;
letter-spacing: normal;
}
.fancyheading .fancy-title {
margin-bottom: 0;
font-weight: 300;
}
.fancyheading .xlarge {
font-size: 50px !important;
letter-spacing: -1px;
line-height: 120%;
}
.fancyheading .large {
font-size: 36px !important;
letter-spacing: -1px;
line-height: 120%;
font-weight: 900;
}
.fancyheading span {
display: inline-block;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
position: relative;
}
.fancyheading.bordered span { padding:25px;}
.fancy_ampersand {
font-family: 'Lato','Vidaloka',serif !important;
font-size: 24px;
}
.fancyheading span.gray {
background-color: #666666;
}
.fancyheading span.orange {
background-color: #ff5c00;
}
.fancyheading span.red {
background-color: #e62727;
}
.fancyheading span.magenta {
background-color: #a9014b;
}
.fancyheading span.yellow {
background-color: #ffb515;
}
.fancyheading span.blue {
background-color: #00adee;
}
.fancyheading span.pink {
background-color: #e22092;
}
.fancyheading span.green {
background-color: #91bd09;
}
.fancyheading span.black {
background-color: #333333;
}
.fancyheading span.white {
background-color: #ffffff;
}
.fancyheading span.white span {
color: #666666;
}
.fancyheading.right,.fancyheading.textright {
text-align: right;
}
.fancyheading.left,.fancyheading.textleft {
text-align: left;
}
.fancyheading.center ,.fancyheading.textcenter {
text-align: center;
}
.fancyheading.textleft span {
padding-left: 0;
}
.fancyheading.textright span {
padding-right: 0;
}
.fancyheading h1, .fancyheading h2, .fancyheading h3, .fancyheading h4, .fancyheading h5, .fancyheading h6 {
margin-bottom: 0;
}   .flickr_badge_image {
float: left;
display:block;
margin: 0 8px 8px 0;
padding: 3px;
border:1px solid #dddddd;
-webkit-transition: all .3s ease-out;
-moz-transition:    all .3s ease-out;
transition:         all .3s ease-out;
}
.flickr_badge_image img {
width: 50px;
height: 50px;
}   .milestone_wrap{
position: relative;
background-color: #FFFFFF;
border: 1px solid #EEEEEE;
padding: 20px;
-webkit-border-radius: 5px;
-moz-border-radius:    5px;
border-radius:         5px;
}
.milestone_icon{
color: #808080;
font-size: 20px;
text-align: center;
}
.milestone_icon .fa{
font-size: 50px;
}
.milestone_content {
text-align: center;
}
.count-number {
color: #808080;
font-size: 40px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
}
.milestone-text {}   .section_row {
position:relative;
border-style: solid;
border-color: #dddddd;
padding: 30px 0;
}
.section_inner {
width: 1100px;
margin:0 auto;
position:relative;
z-index: 2;
}
.iva-page-section { position:relative;  height:auto; margin-bottom:0 !important; }
.iva-page-section:before,
.iva-page-section:after {
clear:both;
display:block;
content: '';
}
.iva-section-patterns, .iva-video-color-mask {
width: 100%;
height: 100%;
opacity: 0.7;
position: absolute !important;
top: 0;
left: 0;
padding-bottom: 0px !important;
z-index: 0;
}
.iva-video-color-mask {
opacity: 0.6;
}
.iva-video-preload {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
}
.iva-section-video {
position: absolute;
overflow: hidden;
top:0;
left:0;
z-index: -999;
width: 100%;
height: 100%;
}
.iva-page-section .iva-section-video
{
z-index:0;
opacity:1.0;
}
.iva-section-video video {
left: 0;
min-height: 100%;
min-width: 100%;
max-width:100%;
position: absolute;
top: 0;
}
.section_video .section_inner { padding: 0;}
.wp-video{ width: 100% !important; }
.full-inner-class {
text-align: justify;
left: 25%;
width: 1000px;
}
.full-width-class{
width:100%;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
}
.page_fullcontent{
position:relative;
z-index:2;
}
.page_inner{
position:relative;
z-index:2;
}
.page_fullcontent div:nth-child(1) {
padding-left:0 !important;
padding-right:0 !important;
}
.page_content{
width:1140px;
clear:both;
margin:0 auto;
position:relative;
z-index: 2;
}
.full-content-class{
width:100% ;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
}
.inner_content_select{
position:relative; width: 1140px; margin: 0 auto;
}
.inner_content{
position:relative;width:1140px; margin: 0 auto;
}
.ivanewgrid  ul{ margin:0; }
.ivanewgrid  .isotope-inner{ margin:0 10px 0 0; } @media screen and (-webkit-min-device-pixel-ratio:0) {
.iva-page-section {
background-attachment: scroll !important;
}
}   .clientcarousel { margin: 0 auto;}
.clientthumb {
display:table;
margin:0 auto;
}
.clientthumb figure img {display:block; cursor: move; }
.clientthumb:hover a { color: #000000; }
.cl-title {
background-color: #ffffff;
text-align: center;
display: block;
padding: 5px 0;
font-size:12px;
}
.cl-title a { text-decoration: none; }
.cl-title a:hover { text-decoration: none; }   .ttip {
display: none;
position: absolute;
bottom: 40px;
left: -50%;
padding: 6px 10px;
font-size: 11px;
line-height: 15px;
background: #333333;
color: #ffffff;
-webkit-border-radius: 2px;
-moz-border-radius:    2px;
border-radius:         2px;
}
.sharing-box-ico .ttip { bottom: 36px; }
.ttip::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -6px;
border-top-color: inherit;
border-top: 6px solid #333333;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
}   .iva-services{ position: relative; margin: 0 -1px 25px 0; }
.iva-pests{ position: relative;  margin: 0 1px 1px 0 !important; }
.service-img,
.pest-img { position: relative; }
.service-img img,
.pest-img img  { margin: 0 auto; display: table; }
.cs-title {
display: table;
width: 100%;
position: relative;
text-align: center;
background-color: #FCFCFC;
padding: 10px 15px;
min-height: 60px;
border-bottom: 3px solid #F7CA18;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.cs-title h2 {
color: #444444;
font-size: 16px;
font-weight: bold;
margin: 0;
position: relative;
z-index: 2;
display: table-cell;
vertical-align: middle;
}
.cs-title::after {
position: absolute;
bottom: 0;
left: 0;
content: "";
width: 100%;
height:0;
background-color: #F7CA18;
-webkit-transition: all 0.2s ease 0s;
-moz-transition:    all 0.2s ease 0s;
-ms-transition:     all 0.2s ease 0s;
-o-transition:      all 0.2s ease 0s;
transition:         all 0.2s ease 0s;
z-index: 1;
}
.iva-services:hover .cs-title::after,
.iva-pests:hover .cs-title::after { height: 100%; }
.iva-services:hover h2 a,
.iva-pests:hover h2 a { color:#ffffff; }
.ppl_carousel .post-title { font-size: 16px;}
.ppl_carousel .post-thumb { overflow: hidden; margin-bottom:10px;}
.ppl_carousel .post-thumb img { max-width: 100%; height: auto; }
.pest-img .imgoverlay {
display: block;
position: absolute;
background: url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/images/hover_image.png) right top no-repeat transparent;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
}   .galleria {
clear: both;
position: relative;
margin-bottom: 20px;
}
ul.sys_mini_gallery {
display: inline-block;
margin: 0 0 25px;
padding: 0;
}
ul.sys_mini_gallery {
position:relative;
clear:both;
width:100%;
opacity: 1;
}
ul.sys_mini_gallery li {
display: inline-block;
float: left;
padding: 5px;
margin: 0 10px 15px 0;
background: #ffffff;
}
ul.sys_mini_gallery li:hover {
transition: 		all .3s ease-out;
-moz-transition: 	all .3s ease-out;
-webkit-transition: all .3s ease-out;
}
ul.sys_mini_gallery li a {
display: block;
}
ul.sys_mini_gallery li img{
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; -moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
ul.sys_mini_gallery li:hover img{
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
-webkit-filter: none;
filter: none;
}
.sys_mini_gallery img {
display: block;
}   .feature-box{
position: relative;
overflow:hidden;
color: #e8e8e8;
-webkit-border-radius: 5px;
-moz-border-radius:    5px;
border-radius:         5px;
}
.feature-box:hover{
background-color: #f5f5f5;
cursor: pointer;
}
.fb-area{
position: relative;
display:inline;
display: inline-block;
float: left;
width: 30%;
margin: 0 5% 0 0;
text-align:center;
}
.fb-area:last-child { margin-right:0;}
.fb-area h1, .fb-area h2, .fb-area h3, .fb-area h4{
display: table;
margin: 10px auto;
font-size:14px;
font-weight:bold;
text-transform: uppercase;
}
.feature-box .mid{
position: relative;
padding: 15px 0 !important;
z-index: 2;
}
.fb-icon img {
position: relative;
display: table;
margin: 0 auto;
}
.feature-box * { margin-bottom: 0; }
.feature-box a {
color: #ffffff;
}
.feature-box a:hover {
color: #ee5b3e;
}   .gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
display: block;
}
.gallery {
margin-bottom: 20px;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}   .bio .sociables { text-align: center; margin: 0;  padding: 15px 0; }
.bio .atpsocials li a{
display: inline-block;
*display: inline;
width: 30px;
padding: 0 !important;
height: 20px;
line-height: 30px;
-webkit-transition:	all 200ms ease-in;
-moz-transition:	all 200ms ease-in;
-o-transition:		all 200ms ease-in;
-ms-transition:		all 200ms ease-in;
transition:			all 200ms ease-in;
}
.bio .atpsocials li {
float: none;
display: inline-block;
position: relative;
width: 35px;
height: 35px;
background-color: #FFFFFF;
vertical-align: middle;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(236,236,236,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(236,236,236,1);
box-shadow: 0px 0px 0px 1px rgba(236,236,236,1);
}
.bio { position: relative; background-color: #f8f8f8; }
.bio hgroup { text-align: center; }
.bio hgroup h3{ margin-bottom: 0;}
.bio::before, .bio::after { position: absolute;     content: ''; }
.bio::before { width: 99%; left: .5%; bottom: -4px; }
.bio::after { width: 98%; left: 1%;     bottom: -7px; }
.bio .details {
background: #FDFDFD;
border-bottom: 1px solid #E9E9E9;
padding: 10px;
}
.bio .details p { padding: 0 20px; }
.bio img { max-width: 100%; display:block;}
.bio h4 { margin-bottom:0px; }
.bio span.staff-role {
margin-bottom: 10px;
display: block;
color: #b2b2b2;
line-height: normal;
}
.staff-pic {
position: relative;
}
.staff-pic .imgoverlay {
display: block;
position: absolute;
background: url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/images/hover_image.png) right top no-repeat transparent;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
}
.service-img .imgoverlay {
display: block;
position: absolute;
background: url(//snakecatchermelbourne.com.au/wp-content/plugins/anona-core/anona-shortcodes/css/images/hover_image.png) right top no-repeat transparent;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
}   .testimonial-box {
position: relative;
margin: 0 auto;
min-height: 100px;
}
.testimonials-list .testimonial-box {
margin-bottom: 50px;
}
.tc-content {
position: relative;
overflow: hidden;
}
.tc-content p {
margin-bottom:0px;
position: relative;
padding: 0 10px 0 20px;
}
.tc-details { float: left; }
.tc-client-image  {
position: relative;
margin: 0 auto;
display: table;
}
.tc-client-image  img {
display: block;
-webkit-border-radius: 100%;
-moz-border-radius:    100%;
border-radius:         100%;
}
.tc-client-meta {
margin: 15px 0 0 20px;
position: relative;
line-height:normal;
}
.client-name strong { display:block; } .testimonial_list { position:relative; }
.testimonial_list {
min-width: 100px;
position: relative;
clear:both;
list-style: none;
padding: 0;
margin: 0;
}
.testimonial_list li {
top: 0;
left: 0;
display: none;
background: none;
padding: 0;
list-style: none;
}
.testimonial_list li:first-child {
display:block;
}
.testimonial_list .client-meta { margin-left: 65px}
#testimonialid input, #testimonialid textarea{ width: 70%;}
#testimonialid button { border: 0;} .testimonial-grid-wrap{
margin: 0 auto;
clear: both;
width:100%;
}
.iva-testimonial {
display: table-cell;
float: none;
border: 1px dashed #dddddd;
border-width: 0 1px 1px 0;
padding: 20px;
}
.iva-last-testimonial {
border-right: none;
}
.iva_one_half {
width: 50%;
}
.iva_one_third {
width: 33.33%;
}
.testimonial-row {
display: table-row;
}
.testimonial-row:last-child .iva-testimonial{ border-bottom: none; } .testimonial-carousel {
position: relative;
margin: 0 auto;
min-height: 100px;
margin: 10px;
}
.testimonial-carousel .tc-details { float:none; margin-bottom:20px;}
.testimonial-carousel .tc-content { text-align: center;  }
.testimonial-carousel .tc-client-image { margin: 0 auto 20px; }
.testimonial-carousel .tc-client-meta { margin-left: 0; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; font-weight: normal;}
.testimonial-carousel .tc-content p {
padding: 0 20px;
font-size: 20px;
line-height: 150%;
font-weight: 600;
text-align: center;
} #testimonialid input,
#testimonialid textarea{ width:200px; border: 1px solid #DDDDDD; }
#testimonialid button{ border:0; }   .partial_section_wrap{
position:relative;
overflow:hidden;
background-color:#fff;
width:100%;
display:table;
min-height:100%;
}
.partial_section_image{  width:50%; display:table-cell; vertical-align:middle; overflow:hidden; background-size: cover; }
.partial_section_content{ width:50%; display:table-cell; vertical-align:middle; overflow:hidden; }
.ps_content{ padding: 60px; }   .services-box {
position: relative;
float: left;
margin: 0;
background-color:#5a5a5a;
color:#FFFFFF;
}
.services-title {
position: relative;
margin-bottom: 20px;
}
.services-title h3 {
font-size: 26px;
font-weight: bold;
margin: 0;
}
.services-inner{
padding: 30px;
}
.services-content {
font-size: 14px;
line-height: 20px;
}
.btn-wrap{ margin: 20px 0 0 0; display:block; text-decoration: none; }div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//snakecatchermelbourne.com.au/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(//snakecatchermelbourne.com.au/wp-content/plugins/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}