@font-face {
font-family : 'FontAwesome';
src         : url(//www.a-aircool.be/wp-content/themes/reviver/fonts/fontawesome-webfont.eot?v=4.0.3);
src         : url(//www.a-aircool.be/wp-content/themes/reviver/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(//www.a-aircool.be/wp-content/themes/reviver/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(//www.a-aircool.be/wp-content/themes/reviver/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(//www.a-aircool.be/wp-content/themes/reviver/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
font-weight : normal;
font-style  : normal;
}
.fa {
display                 : inline-block;
font-family             : FontAwesome;
font-style              : normal;
font-weight             : normal;
line-height             : 1;
-webkit-font-smoothing  : antialiased;
-moz-osx-font-smoothing : grayscale;
} .fa-lg {
font-size      : 1.3333333333333333em;
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.2857142857142858em;
text-align : center;
}
.fa-ul {
padding-left    : 0;
margin-left     : 2.142857142857143em;
list-style-type : none;
}
.fa-ul > li {
position : relative;
}
.fa-li {
position   : absolute;
left       : -2.142857142857143em;
width      : 2.142857142857143em;
top        : 0.14285714285714285em;
text-align : center;
}
.fa-li.fa-lg {
left : -1.8571428571428572em;
}
.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 : spin 2s infinite linear;
-moz-animation    : spin 2s infinite linear;
-o-animation      : spin 2s infinite linear;
animation         : spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform : rotate(0deg);
}
100% {
-moz-transform : rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform : rotate(0deg);
}
100% {
-webkit-transform : rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform : rotate(0deg);
}
100% {
-o-transform : rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform : rotate(0deg);
}
100% {
-ms-transform : rotate(359deg);
}
}
@keyframes spin {
0% {
transform : rotate(0deg);
}
100% {
transform : rotate(359deg);
}
}
.fa-rotate-90 {
filter            : progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform : rotate(90deg);
-moz-transform    : rotate(90deg);
-ms-transform     : rotate(90deg);
-o-transform      : rotate(90deg);
transform         : rotate(90deg);
}
.fa-rotate-180 {
filter            : progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform : rotate(180deg);
-moz-transform    : rotate(180deg);
-ms-transform     : rotate(180deg);
-o-transform      : rotate(180deg);
transform         : rotate(180deg);
}
.fa-rotate-270 {
filter            : progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform : rotate(270deg);
-moz-transform    : rotate(270deg);
-ms-transform     : rotate(270deg);
-o-transform      : rotate(270deg);
transform         : rotate(270deg);
}
.fa-flip-horizontal {
filter            : progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform : scale(-1, 1);
-moz-transform    : scale(-1, 1);
-ms-transform     : scale(-1, 1);
-o-transform      : scale(-1, 1);
transform         : scale(-1, 1);
}
.fa-flip-vertical {
filter            : progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform : scale(1, -1);
-moz-transform    : scale(1, -1);
-ms-transform     : scale(1, -1);
-o-transform      : scale(1, -1);
transform         : scale(1, -1);
}
.fa-stack {
position       : relative;
display        : inline-block;
width          : 2em;
height         : 2em;
line-height    : 2em;
vertical-align : middle;
}
.fa-stack-1x,
.fa-stack-2x {
position   : absolute;
left       : 0;
width      : 100%;
text-align : center;
}
.fa-stack-1x {
line-height : inherit;
}
.fa-stack-2x {
font-size : 2em;
}
.fa-inverse {
color : #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-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-picture-o:before {
content : "\f03e";
}
.fa-pencil:before {
content : "\f040";
}
.fa-map-marker:before {
content : "\f041";
}
.fa-adjust:before {
content : "\f042";
}
.fa-tint:before {
content : "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content : "\f044";
}
.fa-share-square-o:before {
content : "\f045";
}
.fa-check-square-o:before {
content : "\f046";
}
.fa-arrows:before {
content : "\f047";
}
.fa-step-backward:before {
content : "\f048";
}
.fa-fast-backward:before {
content : "\f049";
}
.fa-backward:before {
content : "\f04a";
}
.fa-play:before {
content : "\f04b";
}
.fa-pause:before {
content : "\f04c";
}
.fa-stop:before {
content : "\f04d";
}
.fa-forward:before {
content : "\f04e";
}
.fa-fast-forward:before {
content : "\f050";
}
.fa-step-forward:before {
content : "\f051";
}
.fa-eject:before {
content : "\f052";
}
.fa-chevron-left:before {
content : "\f053";
}
.fa-chevron-right:before {
content : "\f054";
}
.fa-plus-circle:before {
content : "\f055";
}
.fa-minus-circle:before {
content : "\f056";
}
.fa-times-circle:before {
content : "\f057";
}
.fa-check-circle:before {
content : "\f058";
}
.fa-question-circle:before {
content : "\f059";
}
.fa-info-circle:before {
content : "\f05a";
}
.fa-crosshairs:before {
content : "\f05b";
}
.fa-times-circle-o:before {
content : "\f05c";
}
.fa-check-circle-o:before {
content : "\f05d";
}
.fa-ban:before {
content : "\f05e";
}
.fa-arrow-left:before {
content : "\f060";
}
.fa-arrow-right:before {
content : "\f061";
}
.fa-arrow-up:before {
content : "\f062";
}
.fa-arrow-down:before {
content : "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content : "\f064";
}
.fa-expand:before {
content : "\f065";
}
.fa-compress:before {
content : "\f066";
}
.fa-plus:before {
content : "\f067";
}
.fa-minus:before {
content : "\f068";
}
.fa-asterisk:before {
content : "\f069";
}
.fa-exclamation-circle:before {
content : "\f06a";
}
.fa-gift:before {
content : "\f06b";
}
.fa-leaf:before {
content : "\f06c";
}
.fa-fire:before {
content : "\f06d";
}
.fa-eye:before {
content : "\f06e";
}
.fa-eye-slash:before {
content : "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content : "\f071";
}
.fa-plane:before {
content : "\f072";
}
.fa-calendar:before {
content : "\f073";
}
.fa-random:before {
content : "\f074";
}
.fa-comment:before {
content : "\f075";
}
.fa-magnet:before {
content : "\f076";
}
.fa-chevron-up:before {
content : "\f077";
}
.fa-chevron-down:before {
content : "\f078";
}
.fa-retweet:before {
content : "\f079";
}
.fa-shopping-cart:before {
content : "\f07a";
}
.fa-folder:before {
content : "\f07b";
}
.fa-folder-open:before {
content : "\f07c";
}
.fa-arrows-v:before {
content : "\f07d";
}
.fa-arrows-h:before {
content : "\f07e";
}
.fa-bar-chart-o:before {
content : "\f080";
}
.fa-twitter-square:before {
content : "\f081";
}
.fa-facebook-square:before {
content : "\f082";
}
.fa-camera-retro:before {
content : "\f083";
}
.fa-key:before {
content : "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content : "\f085";
}
.fa-comments:before {
content : "\f086";
}
.fa-thumbs-o-up:before {
content : "\f087";
}
.fa-thumbs-o-down:before {
content : "\f088";
}
.fa-star-half:before {
content : "\f089";
}
.fa-heart-o:before {
content : "\f08a";
}
.fa-sign-out:before {
content : "\f08b";
}
.fa-linkedin-square:before {
content : "\f08c";
}
.fa-thumb-tack:before {
content : "\f08d";
}
.fa-external-link:before {
content : "\f08e";
}
.fa-sign-in:before {
content : "\f090";
}
.fa-trophy:before {
content : "\f091";
}
.fa-github-square:before {
content : "\f092";
}
.fa-upload:before {
content : "\f093";
}
.fa-lemon-o:before {
content : "\f094";
}
.fa-phone:before {
content : "\f095";
}
.fa-square-o:before {
content : "\f096";
}
.fa-bookmark-o:before {
content : "\f097";
}
.fa-phone-square:before {
content : "\f098";
}
.fa-twitter:before {
content : "\f099";
}
.fa-facebook:before {
content : "\f09a";
}
.fa-github:before {
content : "\f09b";
}
.fa-unlock:before {
content : "\f09c";
}
.fa-credit-card:before {
content : "\f09d";
}
.fa-rss:before {
content : "\f09e";
}
.fa-hdd-o:before {
content : "\f0a0";
}
.fa-bullhorn:before {
content : "\f0a1";
}
.fa-bell:before {
content : "\f0f3";
}
.fa-certificate:before {
content : "\f0a3";
}
.fa-hand-o-right:before {
content : "\f0a4";
}
.fa-hand-o-left:before {
content : "\f0a5";
}
.fa-hand-o-up:before {
content : "\f0a6";
}
.fa-hand-o-down:before {
content : "\f0a7";
}
.fa-arrow-circle-left:before {
content : "\f0a8";
}
.fa-arrow-circle-right:before {
content : "\f0a9";
}
.fa-arrow-circle-up:before {
content : "\f0aa";
}
.fa-arrow-circle-down:before {
content : "\f0ab";
}
.fa-globe:before {
content : "\f0ac";
}
.fa-wrench:before {
content : "\f0ad";
}
.fa-tasks:before {
content : "\f0ae";
}
.fa-filter:before {
content : "\f0b0";
}
.fa-briefcase:before {
content : "\f0b1";
}
.fa-arrows-alt:before {
content : "\f0b2";
}
.fa-group:before,
.fa-users:before {
content : "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content : "\f0c1";
}
.fa-cloud:before {
content : "\f0c2";
}
.fa-flask:before {
content : "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content : "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content : "\f0c5";
}
.fa-paperclip:before {
content : "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content : "\f0c7";
}
.fa-square:before {
content : "\f0c8";
}
.fa-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-asc:before {
content : "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
content : "\f122";
}
.fa-mail-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-o-up:before {
}
.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";
}  [id|="fancybox"], [class|="fancybox"] {
-webkit-box-sizing : content-box;
-moz-box-sizing    : content-box;
box-sizing         : content-box;
}
#fancybox-loading {
position    : fixed;
top         : 50%;
left        : 50%;
width       : 40px;
height      : 40px;
margin-top  : -20px;
margin-left : -20px;
cursor      : pointer;
overflow    : hidden;
z-index     : 1104;
display     : none;
}
#fancybox-loading div {
position         : absolute;
top              : 0;
left             : 0;
width            : 40px;
height           : 480px;
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png);
}
#fancybox-overlay {
position : absolute;
top      : 0;
left     : 0;
width    : 100%;
z-index  : 1100;
display  : none;
}
#fancybox-tmp {
padding  : 0;
margin   : 0;
border   : 0;
overflow : auto;
display  : none;
}
#fancybox-wrap {
position : absolute;
top      : 0;
left     : 0;
padding  : 20px;
z-index  : 1101;
outline  : none;
display  : none;
}
#fancybox-outer {
position   : relative;
width      : 100%;
height     : 100%;
background : #fff;
}
#fancybox-content {
width    : 0;
height   : 0;
padding  : 0;
outline  : none;
position : relative;
overflow : hidden;
z-index  : 1102;
border   : 0px solid #fff;
}
#fancybox-hide-sel-frame {
position   : absolute;
top        : 0;
left       : 0;
width      : 100%;
height     : 100%;
background : transparent;
z-index    : 1101;
}
#fancybox-close {
position   : absolute;
top        : -15px;
right      : -15px;
width      : 30px;
height     : 30px;
background : transparent url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png) -40px 0px;
cursor     : pointer;
z-index    : 1103;
display    : none;
}
#fancybox-error {
color   : #444;
font    : normal 12px/20px Arial;
padding : 14px;
margin  : 0;
}
#fancybox-img {
width          : 100%;
height         : 100%;
padding        : 0;
margin         : 0;
border         : none;
outline        : none;
line-height    : 0;
vertical-align : top;
}
#fancybox-frame {
width   : 100%;
height  : 100%;
border  : none;
display : block;
}
#fancybox-left, #fancybox-right {
position   : absolute;
bottom     : 0px;
height     : 100%;
width      : 35%;
cursor     : pointer;
outline    : none;
background : transparent url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/blank.gif);
z-index    : 1102;
display    : none;
}
#fancybox-left {
left : 0px;
}
#fancybox-right {
right : 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position   : absolute;
top        : 50%;
left       : -9999px;
width      : 30px;
height     : 30px;
margin-top : -15px;
cursor     : pointer;
z-index    : 1102;
display    : block;
}
#fancybox-left-ico {
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png);
background-position : -40px -30px;
}
#fancybox-right-ico {
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png);
background-position : -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility : visible; }
#fancybox-left:hover span {
left : 20px;
}
#fancybox-right:hover span {
left  : auto;
right : 20px;
}
.fancybox-bg {
position : absolute;
padding  : 0;
margin   : 0;
border   : 0;
width    : 20px;
height   : 20px;
z-index  : 1001;
}
#fancybox-bg-n {
top              : -20px;
left             : 0;
width            : 100%;
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
top                 : -20px;
right               : -20px;
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png);
background-position : -40px -162px;
}
#fancybox-bg-e {
top                 : 0;
right               : -20px;
height              : 100%;
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox-y.png);
background-position : -20px 0px;
}
#fancybox-bg-se {
bottom              : -20px;
right               : -20px;
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png);
background-position : -40px -182px;
}
#fancybox-bg-s {
bottom              : -20px;
left                : 0;
width               : 100%;
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox-x.png);
background-position : 0px -20px;
}
#fancybox-bg-sw {
bottom              : -20px;
left                : -20px;
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png);
background-position : -40px -142px;
}
#fancybox-bg-w {
top              : 0;
left             : -20px;
height           : 100%;
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
top                 : -20px;
left                : -20px;
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png);
background-position : -40px -122px;
}
#fancybox-title {
font-family : Helvetica;
font-size   : 12px;
z-index     : 1102;
}
.fancybox-title-inside {
padding-bottom : 10px;
text-align     : center;
color          : #1b1b1b;
background     : #fff;
position       : relative;
}
.fancybox-title-outside {
padding-top : 10px;
color       : #fff;
}
.fancybox-title-over {
position   : absolute;
bottom     : 0;
left       : 0;
color      : #FFF;
text-align : left;
}
#fancybox-title-over {
padding          : 10px;
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancy_title_over.png);
display          : block;
}
.fancybox-title-float {
position : absolute;
left     : 0;
bottom   : -20px;
height   : 32px;
}
#fancybox-title-float-wrap {
border          : none;
border-collapse : collapse;
width           : auto;
}
#fancybox-title-float-wrap td {
border      : none;
white-space : nowrap;
}
#fancybox-title-float-left {
padding    : 0 0 0 15px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
color       : #FFF;
line-height : 29px;
font-weight : bold;
padding     : 0 0 3px 0;
background  : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
padding    : 0 0 0 15px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/fancybox/fancybox.png) -55px -90px no-repeat;
} .fancybox-ie6 #fancybox-close {
background : transparent;
filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
background : transparent;
filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
background : transparent;
filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
background : transparent;
filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
zoom       : 1;
}
.fancybox-ie6 #fancybox-title-float-left {
background : transparent;
filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
background : transparent;
filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
background : transparent;
filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height : expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position   : absolute;
margin-top : 0;
top        : expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
background : transparent;
filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
} .fancybox-ie .fancybox-bg {
background : transparent !important;
}
.fancybox-ie #fancybox-bg-n {
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}  .container {
margin-right : auto;
margin-left  : auto;
*zoom        : 1;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container-fluid {
padding-right : 20px;
padding-left  : 20px;
*zoom         : 1;
}
.container-fluid:before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
.container-fluid:before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
.clearfix {
*zoom : 1;
}
.clearfix:before,
.clearfix:after {
display     : table;
content     : "";
line-height : 0;
}
.clearfix:after {
clear : both;
}
.hide-text {
font             : 0/0 a;
color            : transparent;
text-shadow      : none;
background-color : transparent;
border           : 0;
}
.input-block-level {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display : block;
}
audio,
canvas,
video {
display  : inline-block;
*display : inline;
*zoom    : 1;
}
audio:not([controls]) {
display : none;
}
html {
font-size                : 100%;
-webkit-text-size-adjust : 100%;
-ms-text-size-adjust     : 100%;
}
a:focus {
outline        : thin dotted #1b1b1b;
outline        : 5px auto -webkit-focus-ring-color;
outline-offset : -2px;
}
a:hover,
a:active {
outline : 0;
}
sub,
sup {
position       : relative;
font-size      : 75%;
line-height    : 0;
vertical-align : baseline;
}
sup {
top : -0.5em;
}
sub {
bottom : -0.25em;
}
img { max-width              : 100%; width                  : auto \9; height                 : auto; vertical-align         : middle;
border                 : 0;
-ms-interpolation-mode : bicubic;
}
#map_canvas img,
.google-maps img {
max-width : none;
}
button,
input,
select,
textarea {
margin         : 0;
font-size      : 100%;
vertical-align : middle;
}
button,
input {
*overflow   : visible;
line-height : normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding : 0;
border  : 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance : button;
cursor             : pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
cursor : pointer;
}
input[type="search"] {
-webkit-box-sizing : content-box;
-moz-box-sizing    : content-box;
box-sizing         : content-box;
-webkit-appearance : textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance : none;
}
textarea {
overflow       : auto;
vertical-align : top;
}
@media print {
* {
text-shadow : none !important;
color       : #000 !important;
background  : transparent !important;
box-shadow  : none !important;
}
a,
a:visited {
text-decoration : underline;
}
a[href]:after {
content : " (" attr(href) ")";
}
abbr[title]:after {
content : " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content : "";
}
pre,
blockquote {
border            : 1px solid #999;
page-break-inside : avoid;
}
thead {
display : table-header-group;
}
tr,
img {
page-break-inside : avoid;
}
img {
max-width : 100% !important;
}
@page {
margin : 0.5cm;
}
p,
h2,
h3 {
orphans : 3;
widows  : 3;
}
h2,
h3 {
page-break-after : avoid;
}
}
body {
margin           : 0;
font-family      : Arial, Helvetica, sans-serif;
font-size        : 16px;
line-height      : 24px;
color            : #6a6a6a;
background-color : #1b1b1b;
}
a {
color           : #1b1b1b;
text-decoration : none;
}
a:hover,
a:focus {
color           : #1f97ff;
text-decoration : underline;
}
.img-rounded {
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.img-polaroid {
padding            : 4px;
background-color   : #fff;
border             : 1px solid #ccc;
border             : 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow : 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow    : 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow         : 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius : 500px;
-moz-border-radius    : 500px;
border-radius         : 500px;
}
.row {
margin-left : -20px;
*zoom       : 1;
}
.row:before,
.row:after {
display     : table;
content     : "";
line-height : 0;
}
.row:after {
clear : both;
}
.row:before,
.row:after {
display     : table;
content     : "";
line-height : 0;
}
.row:after {
clear : both;
}
[class*="span"] {
float       : left;
min-height  : 1px;
margin-left : 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width : 940px;
}
.span12 {
width : 940px;
}
.span11 {
width : 860px;
}
.span10 {
width : 780px;
}
.span9 {
width : 700px;
}
.span8 {
width : 620px;
}
.span7 {
width : 540px;
}
.span6 {
width : 460px;
}
.span5 {
width : 380px;
}
.span4 {
width : 298px;
}
.span3 {
width : 220px;
}
.span2 {
width : 140px;
}
.span1 {
width : 60px;
}
.offset12 {
margin-left : 980px;
}
.offset11 {
margin-left : 900px;
}
.offset10 {
margin-left : 820px;
}
.offset9 {
margin-left : 740px;
}
.offset8 {
margin-left : 660px;
}
.offset7 {
margin-left : 580px;
}
.offset6 {
margin-left : 500px;
}
.offset5 {
margin-left : 420px;
}
.offset4 {
margin-left : 340px;
}
.offset3 {
margin-left : 260px;
}
.offset2 {
margin-left : 180px;
}
.offset1 {
margin-left : 100px;
}
.row {
margin-left : -20px;
*zoom       : 1;
}
.row:before,
.row:after {
display     : table;
content     : "";
line-height : 0;
}
.row:after {
clear : both;
}
.row:before,
.row:after {
display     : table;
content     : "";
line-height : 0;
}
.row:after {
clear : both;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width : 940px;
}
.span12 {
width : 940px;
}
.span11 {
width : 860px;
}
.span10 {
width : 780px;
}
.span9 {
width : 700px;
}
.span8 {
width : 620px;
}
.span7 {
width : 540px;
}
.span6 {
width : 460px;
}
.span5 {
width : 380px;
}
.span4 {
width : 298px;
}
.span3 {
width : 220px;
}
.span2 {
width : 140px;
}
.span1 {
width : 60px;
}
.offset12 {
margin-left : 980px;
}
.offset11 {
margin-left : 900px;
}
.offset10 {
margin-left : 820px;
}
.offset9 {
margin-left : 740px;
}
.offset8 {
margin-left : 660px;
}
.offset7 {
margin-left : 580px;
}
.offset6 {
margin-left : 500px;
}
.offset5 {
margin-left : 420px;
}
.offset4 {
margin-left : 340px;
}
.offset3 {
margin-left : 260px;
}
.offset2 {
margin-left : 180px;
}
.offset1 {
margin-left : 100px;
}
.row-fluid {
width : 100%;
*zoom : 1;
}
.row-fluid:before,
.row-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.row-fluid:after {
clear : both;
}
.row-fluid:before,
.row-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.row-fluid:after {
clear : both;
}
.row-fluid [class*="span"] {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
float              : left;
margin-left        : 2.127659574468085%;
*margin-left       : 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
margin-left : 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left : 2.127659574468085%;
}
.row-fluid .span12 {
width  : 100%;
*width : 99.94680851063829%;
}
.row-fluid .span11 {
width  : 91.48936170212765%;
*width : 91.43617021276594%;
}
.row-fluid .span10 {
width  : 82.97872340425532%;
*width : 82.92553191489361%;
}
.row-fluid .span9 {
width  : 74.46808510638297%;
*width : 74.41489361702126%;
}
.row-fluid .span8 {
width  : 65.95744680851064%;
*width : 65.90425531914893%;
}
.row-fluid .span7 {
width  : 57.44680851063829%;
*width : 57.39361702127659%;
}
.row-fluid .span6 {
width  : 48.93617021276595%;
*width : 48.88297872340425%;
}
.row-fluid .span5 {
width  : 40.42553191489362%;
*width : 40.37234042553192%;
}
.row-fluid .span4 {
width  : 31.914893617021278%;
*width : 31.861702127659576%;
}
.row-fluid .span3 {
width  : 23.404255319148934%;
*width : 23.351063829787233%;
}
.row-fluid .span2 {
width  : 14.893617021276595%;
*width : 14.840425531914894%;
}
.row-fluid .span1 {
width  : 6.382978723404255%;
*width : 6.329787234042553%;
}
.row-fluid .offset12 {
margin-left  : 104.25531914893617%;
*margin-left : 104.14893617021275%;
}
.row-fluid .offset12:first-child {
margin-left  : 102.12765957446808%;
*margin-left : 102.02127659574467%;
}
.row-fluid .offset11 {
margin-left  : 95.74468085106382%;
*margin-left : 95.6382978723404%;
}
.row-fluid .offset11:first-child {
margin-left  : 93.61702127659574%;
*margin-left : 93.51063829787232%;
}
.row-fluid .offset10 {
margin-left  : 87.23404255319149%;
*margin-left : 87.12765957446807%;
}
.row-fluid .offset10:first-child {
margin-left  : 85.1063829787234%;
*margin-left : 84.99999999999999%;
}
.row-fluid .offset9 {
margin-left  : 78.72340425531914%;
*margin-left : 78.61702127659572%;
}
.row-fluid .offset9:first-child {
margin-left  : 76.59574468085106%;
*margin-left : 76.48936170212764%;
}
.row-fluid .offset8 {
margin-left  : 70.2127659574468%;
*margin-left : 70.10638297872339%;
}
.row-fluid .offset8:first-child {
margin-left  : 68.08510638297872%;
*margin-left : 67.9787234042553%;
}
.row-fluid .offset7 {
margin-left  : 61.70212765957446%;
*margin-left : 61.59574468085106%;
}
.row-fluid .offset7:first-child {
margin-left  : 59.574468085106375%;
*margin-left : 59.46808510638297%;
}
.row-fluid .offset6 {
margin-left  : 53.191489361702125%;
*margin-left : 53.085106382978715%;
}
.row-fluid .offset6:first-child {
margin-left  : 51.063829787234035%;
*margin-left : 50.95744680851063%;
}
.row-fluid .offset5 {
margin-left  : 44.68085106382979%;
*margin-left : 44.57446808510638%;
}
.row-fluid .offset5:first-child {
margin-left  : 42.5531914893617%;
*margin-left : 42.4468085106383%;
}
.row-fluid .offset4 {
margin-left  : 36.170212765957444%;
*margin-left : 36.06382978723405%;
}
.row-fluid .offset4:first-child {
margin-left  : 34.04255319148936%;
*margin-left : 33.93617021276596%;
}
.row-fluid .offset3 {
margin-left  : 27.659574468085104%;
*margin-left : 27.5531914893617%;
}
.row-fluid .offset3:first-child {
margin-left  : 25.53191489361702%;
*margin-left : 25.425531914893618%;
}
.row-fluid .offset2 {
margin-left  : 19.148936170212764%;
*margin-left : 19.04255319148936%;
}
.row-fluid .offset2:first-child {
margin-left  : 17.02127659574468%;
*margin-left : 16.914893617021278%;
}
.row-fluid .offset1 {
margin-left  : 10.638297872340425%;
*margin-left : 10.53191489361702%;
}
.row-fluid .offset1:first-child {
margin-left  : 8.51063829787234%;
*margin-left : 8.404255319148938%;
}
.row-fluid {
width : 100%;
*zoom : 1;
}
.row-fluid:before,
.row-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.row-fluid:after {
clear : both;
}
.row-fluid:before,
.row-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.row-fluid:after {
clear : both;
}
.row-fluid [class*="span"] {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
float              : left;
margin-left        : 2.127659574468085%;
*margin-left       : 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
margin-left : 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left : 2.127659574468085%;
}
.row-fluid .span12 {
width  : 100%;
*width : 99.94680851063829%;
}
.row-fluid .span11 {
width  : 91.48936170212765%;
*width : 91.43617021276594%;
}
.row-fluid .span10 {
width  : 82.97872340425532%;
*width : 82.92553191489361%;
}
.row-fluid .span9 {
width  : 74.46808510638297%;
*width : 74.41489361702126%;
}
.row-fluid .span8 {
width  : 65.95744680851064%;
*width : 65.90425531914893%;
}
.row-fluid .span7 {
width  : 57.44680851063829%;
*width : 57.39361702127659%;
}
.row-fluid .span6 {
width  : 48.93617021276595%;
*width : 48.88297872340425%;
}
.row-fluid .span5 {
width  : 40.42553191489362%;
*width : 40.37234042553192%;
}
.row-fluid .span4 {
width  : 31.914893617021278%;
*width : 31.861702127659576%;
}
.row-fluid .span3 {
width  : 23.404255319148934%;
*width : 23.351063829787233%;
}
.row-fluid .span2 {
width  : 14.893617021276595%;
*width : 14.840425531914894%;
}
.row-fluid .span1 {
width  : 6.382978723404255%;
*width : 6.329787234042553%;
}
.row-fluid .offset12 {
margin-left  : 104.25531914893617%;
*margin-left : 104.14893617021275%;
}
.row-fluid .offset12:first-child {
margin-left  : 102.12765957446808%;
*margin-left : 102.02127659574467%;
}
.row-fluid .offset11 {
margin-left  : 95.74468085106382%;
*margin-left : 95.6382978723404%;
}
.row-fluid .offset11:first-child {
margin-left  : 93.61702127659574%;
*margin-left : 93.51063829787232%;
}
.row-fluid .offset10 {
margin-left  : 87.23404255319149%;
*margin-left : 87.12765957446807%;
}
.row-fluid .offset10:first-child {
margin-left  : 85.1063829787234%;
*margin-left : 84.99999999999999%;
}
.row-fluid .offset9 {
margin-left  : 78.72340425531914%;
*margin-left : 78.61702127659572%;
}
.row-fluid .offset9:first-child {
margin-left  : 76.59574468085106%;
*margin-left : 76.48936170212764%;
}
.row-fluid .offset8 {
margin-left  : 70.2127659574468%;
*margin-left : 70.10638297872339%;
}
.row-fluid .offset8:first-child {
margin-left  : 68.08510638297872%;
*margin-left : 67.9787234042553%;
}
.row-fluid .offset7 {
margin-left  : 61.70212765957446%;
*margin-left : 61.59574468085106%;
}
.row-fluid .offset7:first-child {
margin-left  : 59.574468085106375%;
*margin-left : 59.46808510638297%;
}
.row-fluid .offset6 {
margin-left  : 53.191489361702125%;
*margin-left : 53.085106382978715%;
}
.row-fluid .offset6:first-child {
margin-left  : 51.063829787234035%;
*margin-left : 50.95744680851063%;
}
.row-fluid .offset5 {
margin-left  : 44.68085106382979%;
*margin-left : 44.57446808510638%;
}
.row-fluid .offset5:first-child {
margin-left  : 42.5531914893617%;
*margin-left : 42.4468085106383%;
}
.row-fluid .offset4 {
margin-left  : 36.170212765957444%;
*margin-left : 36.06382978723405%;
}
.row-fluid .offset4:first-child {
margin-left  : 34.04255319148936%;
*margin-left : 33.93617021276596%;
}
.row-fluid .offset3 {
margin-left  : 27.659574468085104%;
*margin-left : 27.5531914893617%;
}
.row-fluid .offset3:first-child {
margin-left  : 25.53191489361702%;
*margin-left : 25.425531914893618%;
}
.row-fluid .offset2 {
margin-left  : 19.148936170212764%;
*margin-left : 19.04255319148936%;
}
.row-fluid .offset2:first-child {
margin-left  : 17.02127659574468%;
*margin-left : 16.914893617021278%;
}
.row-fluid .offset1 {
margin-left  : 10.638297872340425%;
*margin-left : 10.53191489361702%;
}
.row-fluid .offset1:first-child {
margin-left  : 8.51063829787234%;
*margin-left : 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
display : none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float : right;
}
.container {
margin-right : auto;
margin-left  : auto;
*zoom        : 1;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container-fluid {
padding-right : 20px;
padding-left  : 20px;
*zoom         : 1;
}
.container-fluid:before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
.container-fluid:before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
p {
margin : 0 0 12px;
}
.lead {
margin-bottom : 24px;
font-size     : 24px;
font-weight   : 200;
line-height   : 36px;
}
small {
font-size : 85%;
}
strong {
font-weight : bold;
}
em {
font-style : italic;
}
cite {
font-style : normal;
}
.muted {
color : #999999;
}
a.muted:hover,
a.muted:focus {
color : #808080;
}
.text-warning {
color : #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
color : #a47e3c;
}
.text-error {
color : #b94a48;
}
a.text-error:hover,
a.text-error:focus {
color : #953b39;
}
.text-info {
color : #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
color : #2d6987;
}
.text-success {
color : #468847;
}
a.text-success:hover,
a.text-success:focus {
color : #356635;
}
.text-left {
text-align : left;
}
.text-right {
text-align : right;
}
.text-center {
text-align : center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin         : 12px 0;
font-family    : 'Open Sans', sans-serif;
font-weight    : normal;
line-height    : 24px;
color          : #1b1b1b;
text-rendering : optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight : normal;
line-height : 1;
color       : #999999;
}
h1,
h2,
h3 {
line-height : 48px;
}
h1 {
font-size : 44px;
}
h2 {
font-size : 36px;
}
h3 {
font-size : 24px;
}
h4 {
font-size : 20px;
}
h5 {
font-size : 16px;
}
h6 {
font-size : 13.6px;
}
h1 small {
font-size : 28px;
}
h2 small {
font-size : 20px;
}
h3 small {
font-size : 16px;
}
h4 small {
font-size : 16px;
}
.page-header {
padding-bottom : 11px;
margin         : 24px 0 36px;
border-bottom  : 1px solid #eeeeee;
}
ul,
ol {
padding : 0;
margin  : 0 0 12px 25px;
}
body.rtl ul:not([class]),
body.rtl ol:not([class]) {
margin : 0px 25px 12px 0px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom : 0;
}
li {
line-height : 24px;
}
ul.unstyled,
ol.unstyled {
margin-left : 0;
list-style  : none;
}
ul.inline,
ol.inline {
margin-left : 0;
list-style  : none;
}
ul.inline > li,
ol.inline > li {
display       : inline-block;
*display      : inline; *zoom         : 1;
padding-left  : 5px;
padding-right : 5px;
}
dl {
margin-bottom : 24px;
}
dt,
dd {
line-height : 24px;
}
dt {
font-weight : bold;
}
dd {
margin-left : 12px;
}
.dl-horizontal {
*zoom : 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
display     : table;
content     : "";
line-height : 0;
}
.dl-horizontal:after {
clear : both;
}
.dl-horizontal:before,
.dl-horizontal:after {
display     : table;
content     : "";
line-height : 0;
}
.dl-horizontal:after {
clear : both;
}
.dl-horizontal dt {
float         : left;
width         : 160px;
clear         : left;
text-align    : right;
overflow      : hidden;
text-overflow : ellipsis;
white-space   : nowrap;
}
.dl-horizontal dd {
margin-left : 180px;
}
hr {
margin        : 24px 0;
border        : 0;
border-top    : 1px solid #eeeeee;
border-bottom : 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
cursor        : help;
border-bottom : 1px dotted #999999;
}
abbr.initialism {
font-size      : 90%;
text-transform : uppercase;
}
blockquote {
padding     : 0 0 0 15px;
margin      : 0 0 24px;
border-left : 5px solid #eeeeee;
}
blockquote p {
margin-bottom : 0;
font-weight   : 300;
line-height   : 1.25;
}
blockquote small {
display     : block;
line-height : 24px;
color       : #999999;
}
blockquote small:before {
content : '\2014 \00A0';
}
blockquote.pull-right {
float         : right;
padding-right : 15px;
padding-left  : 0;
border-right  : 5px solid #eeeeee;
border-left   : 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
text-align : right;
}
blockquote.pull-right small:before {
content : '';
}
blockquote.pull-right small:after {
content : '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content : "";
}
address {
display       : block;
margin-bottom : 24px;
font-style    : normal;
line-height   : 24px;
}
code,
pre {
padding               : 0 3px 2px;
font-family           : Monaco, Menlo, Consolas, "Courier New", monospace;
font-size             : 14px;
color                 : #1b1b1b;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
}
code {
padding          : 2px 4px;
color            : #d14;
background-color : #f7f7f9;
border           : 1px solid #e1e1e8;
white-space      : nowrap;
}
pre {
display               : block;
padding               : 11.5px;
margin                : 0 0 12px;
font-size             : 15px;
line-height           : 24px;
word-break            : break-all;
word-wrap             : break-word;
white-space           : pre;
white-space           : pre-wrap;
background-color      : #f0f0f0;
border                : 1px solid #ccc;
border                : 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
pre.prettyprint {
margin-bottom : 24px;
}
pre code {
padding          : 0;
color            : inherit;
white-space      : pre;
white-space      : pre-wrap;
background-color : transparent;
border           : 0;
}
.pre-scrollable {
max-height : 340px;
overflow-y : scroll;
}
form {
margin : 0 0 24px;
}
fieldset {
padding : 0;
margin  : 0;
border  : 0;
}
legend {
display       : block;
width         : 100%;
padding       : 0;
margin-bottom : 24px;
font-size     : 24px;
line-height   : 48px;
color         : #1b1b1b;
border        : 0;
border-bottom : 1px solid #e1e1e1;
}
legend small {
font-size : 18px;
color     : #999999;
}
label,
input,
button,
select,
textarea {
font-size   : 16px;
font-weight : normal;
line-height : 24px;
}
input,
button,
select,
textarea {
font-family : Arial, Helvetica, sans-serif;
}
label {
display       : block;
margin-bottom : 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
display               : inline-block;
height                : 24px;
padding               : 4px 6px;
margin-bottom         : 12px;
line-height           : 24px;
color                 : #555555;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
vertical-align        : middle;
}
input,
textarea,
.uneditable-input {
width : 206px;
}
textarea {
height : auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
background-color   : #ffffff;
border             : 1px solid #c6c6c6;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition : border linear .2s, box-shadow linear .2s;
-moz-transition    : border linear .2s, box-shadow linear .2s;
-o-transition      : border linear .2s, box-shadow linear .2s;
transition         : border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color       : rgba(82, 168, 236, 0.8);
outline            : 0;
outline            : thin dotted \9; -webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
input[type="radio"],
input[type="checkbox"] {
margin      : 4px 0 0;
*margin-top : 0; margin-top  : 1px \9; line-height : normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width : auto;
}
select,
input[type="file"] {
height      : 34px; *margin-top : 4px; line-height : 34px;
}
select {
width            : 220px;
border           : 1px solid #c6c6c6;
background-color : #ffffff;
}
select[multiple],
select[size] {
height : auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline        : thin dotted #1b1b1b;
outline        : 5px auto -webkit-focus-ring-color;
outline-offset : -2px;
}
.uneditable-input,
.uneditable-textarea {
color              : #999999;
background-color   : #fcfcfc;
border-color       : #c6c6c6;
-webkit-box-shadow : inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow    : inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow         : inset 0 1px 2px rgba(0, 0, 0, 0.025);
cursor             : not-allowed;
}
.uneditable-input {
overflow    : hidden;
white-space : nowrap;
}
.uneditable-textarea {
width  : auto;
height : auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color : #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color : #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color : #999999;
}
.radio,
.checkbox {
min-height   : 24px;
padding-left : 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float       : left;
margin-left : -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top : 5px;
}
.radio.inline,
.checkbox.inline {
display        : inline-block;
padding-top    : 5px;
margin-bottom  : 0;
vertical-align : middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
margin-left : 10px;
}
.input-mini {
width : 60px;
}
.input-small {
width : 90px;
}
.input-medium {
width : 150px;
}
.input-large {
width : 210px;
}
.input-xlarge {
width : 270px;
}
.input-xxlarge {
width : 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
float       : none;
margin-left : 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
display : inline-block;
}
input,
textarea,
.uneditable-input {
margin-left : 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left : 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
width : 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
width : 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
width : 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
width : 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
width : 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
width : 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
width : 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
width : 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
width : 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
width : 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
width : 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
width : 46px;
}
input,
textarea,
.uneditable-input {
margin-left : 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left : 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
width : 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
width : 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
width : 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
width : 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
width : 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
width : 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
width : 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
width : 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
width : 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
width : 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
width : 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
width : 46px;
}
.controls-row {
*zoom : 1;
}
.controls-row:before,
.controls-row:after {
display     : table;
content     : "";
line-height : 0;
}
.controls-row:after {
clear : both;
}
.controls-row:before,
.controls-row:after {
display     : table;
content     : "";
line-height : 0;
}
.controls-row:after {
clear : both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
float : left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
padding-top : 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
cursor           : not-allowed;
background-color : #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
background-color : transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
color : #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
color : #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
border-color       : #c09853;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
border-color       : #a47e3c;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
color            : #c09853;
background-color : #fcf8e3;
border-color     : #c09853;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
color : #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
color : #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
border-color       : #c09853;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
border-color       : #a47e3c;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
color            : #c09853;
background-color : #fcf8e3;
border-color     : #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
color : #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
color : #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
border-color       : #b94a48;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
border-color       : #953b39;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
color            : #b94a48;
background-color : #f2dede;
border-color     : #b94a48;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
color : #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
color : #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
border-color       : #b94a48;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
border-color       : #953b39;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
color            : #b94a48;
background-color : #f2dede;
border-color     : #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
color : #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
color : #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
border-color       : #468847;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
border-color       : #356635;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
color            : #468847;
background-color : #dff0d8;
border-color     : #468847;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
color : #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
color : #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
border-color       : #468847;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
border-color       : #356635;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
color            : #468847;
background-color : #dff0d8;
border-color     : #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
color : #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
color : #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
border-color       : #3a87ad;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
border-color       : #2d6987;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
color            : #3a87ad;
background-color : #d9edf7;
border-color     : #3a87ad;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
color : #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
color : #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
border-color       : #3a87ad;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
border-color       : #2d6987;
-webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
-moz-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
box-shadow         : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
color            : #3a87ad;
background-color : #d9edf7;
border-color     : #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
color        : #b94a48;
border-color : #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
border-color       : #e9322d;
-webkit-box-shadow : 0 0 6px #f8b9b7;
-moz-box-shadow    : 0 0 6px #f8b9b7;
box-shadow         : 0 0 6px #f8b9b7;
}
.form-actions {
padding          : 23px 20px 24px;
margin-top       : 24px;
margin-bottom    : 24px;
background-color : #f0f0f0;
border-top       : 1px solid #e1e1e1;
*zoom            : 1;
}
.form-actions:before,
.form-actions:after {
display     : table;
content     : "";
line-height : 0;
}
.form-actions:after {
clear : both;
}
.form-actions:before,
.form-actions:after {
display     : table;
content     : "";
line-height : 0;
}
.form-actions:after {
clear : both;
}
.help-block,
.help-inline {
color : #909090;
}
.help-block {
display       : block;
margin-bottom : 12px;
}
.help-inline {
display        : inline-block;
*display       : inline; *zoom          : 1;
vertical-align : middle;
padding-left   : 5px;
}
.input-append,
.input-prepend {
display        : inline-block;
margin-bottom  : 12px;
vertical-align : middle;
font-size      : 0;
white-space    : nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
font-size : 16px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
position              : relative;
margin-bottom         : 0;
*margin-left          : 0;
vertical-align        : top;
-webkit-border-radius : 0 4px 4px 0;
-moz-border-radius    : 0 4px 4px 0;
border-radius         : 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
z-index : 2;
}
.input-append .add-on,
.input-prepend .add-on {
display          : inline-block;
width            : auto;
height           : 24px;
min-width        : 16px;
padding          : 4px 5px;
font-size        : 16px;
font-weight      : normal;
line-height      : 24px;
text-align       : center;
text-shadow      : 0 1px 0 #ffffff;
background-color : #eeeeee;
border           : 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
vertical-align        : top;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.input-append .active,
.input-prepend .active {
background-color : #a9dba9;
border-color     : #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
margin-right : -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
-webkit-border-radius : 4px 0 0 4px;
-moz-border-radius    : 4px 0 0 4px;
border-radius         : 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
-webkit-border-radius : 4px 0 0 4px;
-moz-border-radius    : 4px 0 0 4px;
border-radius         : 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
-webkit-border-radius : 0 4px 4px 0;
-moz-border-radius    : 0 4px 4px 0;
border-radius         : 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
margin-left : -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
-webkit-border-radius : 0 4px 4px 0;
-moz-border-radius    : 0 4px 4px 0;
border-radius         : 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
-webkit-border-radius : 0 4px 4px 0;
-moz-border-radius    : 0 4px 4px 0;
border-radius         : 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
margin-right          : -1px;
-webkit-border-radius : 4px 0 0 4px;
-moz-border-radius    : 4px 0 0 4px;
border-radius         : 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
margin-left           : -1px;
-webkit-border-radius : 0 4px 4px 0;
-moz-border-radius    : 0 4px 4px 0;
border-radius         : 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
margin-left : 0;
}
input.search-query {
padding-right         : 14px;
padding-right         : 4px \9;
padding-left          : 14px;
padding-left          : 4px \9; margin-bottom         : 0;
-webkit-border-radius : 15px;
-moz-border-radius    : 15px;
border-radius         : 15px;
} .form-search .input-append .search-query,
.form-search .input-prepend .search-query {
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.form-search .input-append .search-query {
-webkit-border-radius : 14px 0 0 14px;
-moz-border-radius    : 14px 0 0 14px;
border-radius         : 14px 0 0 14px;
}
.form-search .input-append .btn {
-webkit-border-radius : 0 14px 14px 0;
-moz-border-radius    : 0 14px 14px 0;
border-radius         : 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
-webkit-border-radius : 0 14px 14px 0;
-moz-border-radius    : 0 14px 14px 0;
border-radius         : 0 14px 14px 0;
}
.form-search .input-prepend .btn {
-webkit-border-radius : 14px 0 0 14px;
-moz-border-radius    : 14px 0 0 14px;
border-radius         : 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
display        : inline-block;
*display       : inline; *zoom          : 1;
margin-bottom  : 0;
vertical-align : middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
display : none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
display : inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
margin-bottom : 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
padding-left   : 0;
margin-bottom  : 0;
vertical-align : middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float        : left;
margin-right : 3px;
margin-left  : 0;
}
.control-group {
margin-bottom : 12px;
}
legend + .control-group {
margin-top                  : 24px;
-webkit-margin-top-collapse : separate;
}
.form-horizontal .control-group {
margin-bottom : 24px;
*zoom         : 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
display     : table;
content     : "";
line-height : 0;
}
.form-horizontal .control-group:after {
clear : both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
display     : table;
content     : "";
line-height : 0;
}
.form-horizontal .control-group:after {
clear : both;
}
.form-horizontal .control-label {
float       : left;
width       : 160px;
padding-top : 5px;
text-align  : right;
}
.form-horizontal .controls {
*display      : inline-block;
*padding-left : 20px;
margin-left   : 180px;
*margin-left  : 0;
}
.form-horizontal .controls:first-child {
*padding-left : 180px;
}
.form-horizontal .help-block {
margin-bottom : 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
margin-top : 12px;
}
.form-horizontal .form-actions {
padding-left : 180px;
}
table {
max-width        : 100%;
background-color : transparent;
border-collapse  : collapse;
border-spacing   : 0;
}
.table {
width         : 100%;
margin-bottom : 24px;
}
.table th,
.table td {
padding        : 8px;
line-height    : 24px;
text-align     : left;
vertical-align : top;
border-top     : 1px solid #dddddd;
}
.table th {
font-weight : bold;
}
.table thead th {
vertical-align : bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
border-top : 0;
}
.table tbody + tbody {
border-top : 2px solid #dddddd;
}
.table .table {
background-color : #1b1b1b;
}
.table-condensed th,
.table-condensed td {
padding : 4px 5px;
}
.table-bordered {
border                : 1px solid #dddddd;
border-collapse       : separate;
*border-collapse      : collapse;
border-left           : 0;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.table-bordered th,
.table-bordered td {
border-left : 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
border-top : 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
-webkit-border-top-left-radius : 4px;
-moz-border-radius-topleft     : 4px;
border-top-left-radius         : 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
-webkit-border-top-right-radius : 4px;
-moz-border-radius-topright     : 4px;
border-top-right-radius         : 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
-webkit-border-bottom-left-radius : 4px;
-moz-border-radius-bottomleft     : 4px;
border-bottom-left-radius         : 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
-webkit-border-bottom-right-radius : 4px;
-moz-border-radius-bottomright     : 4px;
border-bottom-right-radius         : 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
-webkit-border-bottom-left-radius : 0;
-moz-border-radius-bottomleft     : 0;
border-bottom-left-radius         : 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
-webkit-border-bottom-right-radius : 0;
-moz-border-radius-bottomright     : 0;
border-bottom-right-radius         : 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
-webkit-border-top-left-radius : 4px;
-moz-border-radius-topleft     : 4px;
border-top-left-radius         : 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius : 4px;
-moz-border-radius-topright     : 4px;
border-top-right-radius         : 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
background-color : #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
background-color : #f0f0f0;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
display     : table-cell;
float       : none;
margin-left : 0;
}
.table td.span1,
.table th.span1 {
float       : none;
width       : 44px;
margin-left : 0;
}
.table td.span2,
.table th.span2 {
float       : none;
width       : 124px;
margin-left : 0;
}
.table td.span3,
.table th.span3 {
float       : none;
width       : 204px;
margin-left : 0;
}
.table td.span4,
.table th.span4 {
float       : none;
width       : 284px;
margin-left : 0;
}
.table td.span5,
.table th.span5 {
float       : none;
width       : 364px;
margin-left : 0;
}
.table td.span6,
.table th.span6 {
float       : none;
width       : 444px;
margin-left : 0;
}
.table td.span7,
.table th.span7 {
float       : none;
width       : 524px;
margin-left : 0;
}
.table td.span8,
.table th.span8 {
float       : none;
width       : 604px;
margin-left : 0;
}
.table td.span9,
.table th.span9 {
float       : none;
width       : 684px;
margin-left : 0;
}
.table td.span10,
.table th.span10 {
float       : none;
width       : 764px;
margin-left : 0;
}
.table td.span11,
.table th.span11 {
float       : none;
width       : 844px;
margin-left : 0;
}
.table td.span12,
.table th.span12 {
float       : none;
width       : 924px;
margin-left : 0;
}
.table tbody tr.success > td {
background-color : #dff0d8;
}
.table tbody tr.error > td {
background-color : #f2dede;
}
.table tbody tr.warning > td {
background-color : #fcf8e3;
}
.table tbody tr.info > td {
background-color : #d9edf7;
}
.table-hover tbody tr.success:hover > td {
background-color : #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
background-color : #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
background-color : #faf2cc;
}
.table-hover tbody tr.info:hover > td {
background-color : #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
display             : inline-block;
width               : 14px;
height              : 14px;
*margin-right       : .3em;
line-height         : 14px;
vertical-align      : text-top;
background-image    : url(//www.a-aircool.be/wp-content/themes/reviver/img/glyphicons-halflings.png);
background-position : 14px 14px;
background-repeat   : no-repeat;
margin-top          : 1px;
} .icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/glyphicons-halflings-white.png);
}
.icon-glass {
background-position : 0 0;
}
.icon-music {
background-position : -24px 0;
}
.icon-search {
background-position : -48px 0;
}
.fa fa-envelope {
background-position : -72px 0;
}
.fa fa-heart {
background-position : -96px 0;
}
.icon-star {
background-position : -120px 0;
}
.icon-star-empty {
background-position : -144px 0;
}
.icon-user {
background-position : -168px 0;
}
.fa fa-film {
background-position : -192px 0;
}
.icon-th-large {
background-position : -216px 0;
}
.icon-th {
background-position : -240px 0;
}
.icon-th-list {
background-position : -264px 0;
}
.fa fa-check {
background-position : -288px 0;
}
.fa fa-times {
background-position : -312px 0;
}
.icon-zoom-in {
background-position : -336px 0;
}
.icon-zoom-out {
background-position : -360px 0;
}
.icon-off {
background-position : -384px 0;
}
.icon-signal {
background-position : -408px 0;
}
.icon-cog {
background-position : -432px 0;
}
.icon-trash {
background-position : -456px 0;
}
.icon-home {
background-position : 0 -24px;
}
.icon-file {
background-position : -24px -24px;
}
.icon-time {
background-position : -48px -24px;
}
.fa fa-road {
background-position : -72px -24px;
}
.fa fa-download {
background-position : -96px -24px;
}
.icon-download {
background-position : -120px -24px;
}
.icon-upload {
background-position : -144px -24px;
}
.icon-inbox {
background-position : -168px -24px;
}
.icon-play-circle {
background-position : -192px -24px;
}
.icon-repeat {
background-position : -216px -24px;
}
.icon-refresh {
background-position : -240px -24px;
}
.icon-list-alt {
background-position : -264px -24px;
}
.icon-lock {
background-position : -287px -24px;
}
.fa fa-flag {
background-position : -312px -24px;
}
.icon-headphones {
background-position : -336px -24px;
}
.icon-volume-off {
background-position : -360px -24px;
}
.icon-volume-down {
background-position : -384px -24px;
}
.icon-volume-up {
background-position : -408px -24px;
}
.icon-qrcode {
background-position : -432px -24px;
}
.icon-barcode {
background-position : -456px -24px;
}
.icon-tag {
background-position : 0 -48px;
}
.icon-tags {
background-position : -25px -48px;
}
.icon-book {
background-position : -48px -48px;
}
.icon-bookmark {
background-position : -72px -48px;
}
.icon-print {
background-position : -96px -48px;
}
.icon-camera {
background-position : -120px -48px;
}
.fa fa-font {
background-position : -144px -48px;
}
.fa fa-bold {
background-position : -167px -48px;
}
.icon-italic {
background-position : -192px -48px;
}
.icon-text-height {
background-position : -216px -48px;
}
.icon-text-width {
background-position : -240px -48px;
}
.icon-align-left {
background-position : -264px -48px;
}
.icon-align-center {
background-position : -288px -48px;
}
.icon-align-right {
background-position : -312px -48px;
}
.icon-align-justify {
background-position : -336px -48px;
}
.icon-list {
background-position : -360px -48px;
}
.icon-indent-left {
background-position : -384px -48px;
}
.icon-indent-right {
background-position : -408px -48px;
}
.icon-facetime-video {
background-position : -432px -48px;
}
.fa fa-picture-o {
background-position : -456px -48px;
}
.fa fa-pencil {
background-position : 0 -72px;
}
.fa fa-map-marker {
background-position : -24px -72px;
}
.icon-adjust {
background-position : -48px -72px;
}
.icon-tint {
background-position : -72px -72px;
}
.icon-edit {
background-position : -96px -72px;
}
.icon-share {
background-position : -120px -72px;
}
.icon-check {
background-position : -144px -72px;
}
.fa fa-arrows {
background-position : -168px -72px;
}
.icon-step-backward {
background-position : -192px -72px;
}
.icon-fast-backward {
background-position : -216px -72px;
}
.icon-backward {
background-position : -240px -72px;
}
.icon-play {
background-position : -264px -72px;
}
.icon-pause {
background-position : -288px -72px;
}
.icon-stop {
background-position : -312px -72px;
}
.icon-forward {
background-position : -336px -72px;
}
.icon-fast-forward {
background-position : -360px -72px;
}
.icon-step-forward {
background-position : -384px -72px;
}
.icon-eject {
background-position : -408px -72px;
}
.icon-chevron-left {
background-position : -432px -72px;
}
.icon-chevron-right {
background-position : -456px -72px;
}
.icon-plus-sign {
background-position : 0 -96px;
}
.icon-minus-sign {
background-position : -24px -96px;
}
.fa fa-times-sign {
background-position : -48px -96px;
}
.fa fa-check-sign {
background-position : -72px -96px;
}
.icon-question-sign {
background-position : -96px -96px;
}
.icon-info-sign {
background-position : -120px -96px;
}
.icon-screenshot {
background-position : -144px -96px;
}
.fa fa-times-circle {
background-position : -168px -96px;
}
.fa fa-check-circle {
background-position : -192px -96px;
}
.icon-ban-circle {
background-position : -216px -96px;
}
.icon-arrow-left {
background-position : -240px -96px;
}
.icon-arrow-right {
background-position : -264px -96px;
}
.icon-arrow-up {
background-position : -289px -96px;
}
.icon-arrow-down {
background-position : -312px -96px;
}
.icon-share-alt {
background-position : -336px -96px;
}
.icon-resize-full {
background-position : -360px -96px;
}
.fa fa-compress {
background-position : -384px -96px;
}
.icon-plus {
background-position : -408px -96px;
}
.icon-minus {
background-position : -433px -96px;
}
.icon-asterisk {
background-position : -456px -96px;
}
.icon-exclamation-sign {
background-position : 0 -120px;
}
.icon-gift {
background-position : -24px -120px;
}
.icon-leaf {
background-position : -48px -120px;
}
.icon-fire {
background-position : -72px -120px;
}
.fa fa-eye {
background-position : -96px -120px;
}
.icon-eye-close {
background-position : -120px -120px;
}
.icon-warning-sign {
background-position : -144px -120px;
}
.icon-plane {
background-position : -168px -120px;
}
.icon-calendar {
background-position : -192px -120px;
}
.icon-random {
background-position : -216px -120px;
width               : 16px;
}
.icon-comment {
background-position : -240px -120px;
}
.icon-magnet {
background-position : -264px -120px;
}
.icon-chevron-up {
background-position : -288px -120px;
}
.icon-chevron-down {
background-position : -313px -119px;
}
.icon-retweet {
background-position : -336px -120px;
}
.icon-shopping-cart {
background-position : -360px -120px;
}
.icon-folder-close {
background-position : -384px -120px;
width               : 16px;
}
.icon-folder-open {
background-position : -408px -120px;
width               : 16px;
}
.icon-resize-vertical {
background-position : -432px -119px;
}
.icon-resize-horizontal {
background-position : -456px -118px;
}
.icon-hdd {
background-position : 0 -144px;
}
.icon-bullhorn {
background-position : -24px -144px;
}
.icon-bell {
background-position : -48px -144px;
}
.icon-certificate {
background-position : -72px -144px;
}
.fa fa-thumbs-o-up {
background-position : -96px -144px;
}
.icon-thumbs-down {
background-position : -120px -144px;
}
.icon-hand-right {
background-position : -144px -144px;
}
.icon-hand-left {
background-position : -168px -144px;
}
.icon-hand-up {
background-position : -192px -144px;
}
.icon-hand-down {
background-position : -216px -144px;
}
.icon-circle-arrow-right {
background-position : -240px -144px;
}
.icon-circle-arrow-left {
background-position : -264px -144px;
}
.icon-circle-arrow-up {
background-position : -288px -144px;
}
.icon-circle-arrow-down {
background-position : -312px -144px;
}
.fa fa-globe {
background-position : -336px -144px;
}
.fa fa-wrench {
background-position : -360px -144px;
}
.icon-tasks {
background-position : -384px -144px;
}
.icon-filter {
background-position : -408px -144px;
}
.fa fa-briefcase {
background-position : -432px -144px;
}
.icon-fullscreen {
background-position : -456px -144px;
}
.dropup,
.dropdown {
position : relative;
}
.dropdown-toggle {
*margin-bottom : -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
outline : 0;
}
.caret {
display        : inline-block;
width          : 0;
height         : 0;
vertical-align : top;
border-top     : 4px solid #000000;
border-right   : 4px solid transparent;
border-left    : 4px solid transparent;
content        : "";
}
.dropdown .caret {
margin-top  : 8px;
margin-left : 2px;
}
.dropdown-menu {
position                : absolute;
top                     : 100%;
left                    : 0;
z-index                 : 1000;
display                 : none;
float                   : left;
min-width               : 160px;
padding                 : 5px 0;
margin                  : 2px 0 0;
list-style              : none;
background-color        : #ffffff;
border                  : 1px solid #ccc;
border                  : 1px solid rgba(0, 0, 0, 0.2);
*border-right-width     : 2px;
*border-bottom-width    : 2px;
-webkit-border-radius   : 6px;
-moz-border-radius      : 6px;
border-radius           : 6px;
-webkit-box-shadow      : 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow         : 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow              : 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip : padding-box;
-moz-background-clip    : padding;
background-clip         : padding-box;
}
.dropdown-menu.pull-right {
right : 0;
left  : auto;
}
.dropdown-menu .divider {
*width           : 100%;
height           : 1px;
margin           : 11px 1px;
*margin          : -5px 0 5px;
overflow         : hidden;
background-color : #e1e1e1;
border-bottom    : 1px solid #ffffff;
}
.dropdown-menu > li > a {
display     : block;
padding     : 3px 20px;
clear       : both;
font-weight : normal;
line-height : 24px;
color       : #1b1b1b;
white-space : nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
text-decoration   : none;
color             : #ffffff;
background-color  : #161616;
background-image  : -moz-linear-gradient(top, #1b1b1b, #0e0e0e);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#1b1b1b), to(#0e0e0e));
background-image  : -webkit-linear-gradient(top, #1b1b1b, #0e0e0e);
background-image  : -o-linear-gradient(top, #1b1b1b, #0e0e0e);
background-image  : linear-gradient(to bottom, #1b1b1b, #0e0e0e);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b1b1b', endColorstr='#ff0e0e0e', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color             : #ffffff;
text-decoration   : none;
outline           : 0;
background-color  : #161616;
background-image  : -moz-linear-gradient(top, #1b1b1b, #0e0e0e);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#1b1b1b), to(#0e0e0e));
background-image  : -webkit-linear-gradient(top, #1b1b1b, #0e0e0e);
background-image  : -o-linear-gradient(top, #1b1b1b, #0e0e0e);
background-image  : linear-gradient(to bottom, #1b1b1b, #0e0e0e);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b1b1b', endColorstr='#ff0e0e0e', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color : #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration  : none;
background-color : transparent;
background-image : none;
filter           : progid:DXImageTransform.Microsoft.gradient(enabled=false);
cursor           : default;
}
.open {
*z-index : 1000;
}
.open > .dropdown-menu {
display : block;
}
.pull-right > .dropdown-menu {
right : 0;
left  : auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top    : 0;
border-bottom : 4px solid #000000;
content       : "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top           : auto;
bottom        : 100%;
margin-bottom : 1px;
}
.dropdown-submenu {
position : relative;
}
.dropdown-submenu > .dropdown-menu {
top                   : 0;
left                  : 100%;
margin-top            : -6px;
margin-left           : -1px;
-webkit-border-radius : 0 6px 6px 6px;
-moz-border-radius    : 0 6px 6px 6px;
border-radius         : 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
display : block;
}
.dropup .dropdown-submenu > .dropdown-menu {
top                   : auto;
bottom                : 0;
margin-top            : 0;
margin-bottom         : -2px;
-webkit-border-radius : 5px 5px 5px 0;
-moz-border-radius    : 5px 5px 5px 0;
border-radius         : 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
display           : block;
content           : " ";
float             : right;
width             : 0;
height            : 0;
border-color      : transparent;
border-style      : solid;
border-width      : 5px 0 5px 5px;
border-left-color : #c6c6c6;
margin-top        : 5px;
margin-right      : -10px;
}
.dropdown-submenu:hover > a:after {
border-left-color : #ffffff;
}
.dropdown-submenu.pull-left {
float : none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left                  : -100%;
margin-left           : 10px;
-webkit-border-radius : 6px 0 6px 6px;
-moz-border-radius    : 6px 0 6px 6px;
border-radius         : 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
padding-left  : 20px;
padding-right : 20px;
}
.typeahead {
z-index               : 1051;
margin-top            : 2px;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.well {
min-height            : 20px;
padding               : 19px;
margin-bottom         : 20px;
background-color      : #f0f0f0;
border                : 1px solid #e3e3e3;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
-webkit-box-shadow    : inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow       : inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow            : inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color : #ddd;
border-color : rgba(0, 0, 0, 0.15);
}
.well-large {
padding               : 24px;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.well-small {
padding               : 9px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
}
.fade {
opacity            : 0;
-webkit-transition : opacity 0.15s linear;
-moz-transition    : opacity 0.15s linear;
-o-transition      : opacity 0.15s linear;
transition         : opacity 0.15s linear;
}
.fade.in {
opacity : 1;
}
.collapse {
position           : relative;
height             : 0;
overflow           : hidden;
-webkit-transition : height 0.35s ease;
-moz-transition    : height 0.35s ease;
-o-transition      : height 0.35s ease;
transition         : height 0.35s ease;
}
.collapse.in {
height : auto;
}
.close {
float       : right;
font-size   : 20px;
font-weight : bold;
line-height : 24px;
color       : #000000;
text-shadow : 0 1px 0 #ffffff;
opacity     : 0.2;
filter      : alpha(opacity=20);
}
.close:hover,
.close:focus {
color           : #000000;
text-decoration : none;
cursor          : pointer;
opacity         : 0.4;
filter          : alpha(opacity=40);
}
button.close {
padding            : 0;
cursor             : pointer;
background         : transparent;
border             : 0;
-webkit-appearance : none;
}
.btn {
display               : inline-block;
*display              : inline; *zoom                 : 1;
padding               : 4px 12px;
margin-bottom         : 0;
font-size             : 16px;
line-height           : 24px;
text-align            : center;
vertical-align        : middle;
cursor                : pointer;
color                 : #1b1b1b;
text-shadow           : 0 1px 1px rgba(255, 255, 255, 0.75);
background-color      : #f0f0f0;
background-image      : -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image      : -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image      : -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image      : linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color          : #e6e6e6 #e6e6e6 #bfbfbf;
border-color          : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color     : #e6e6e6; filter                : progid:DXImageTransform.Microsoft.gradient(enabled=false);
border                : 1px solid #c6c6c6;
*border               : 0;
border-bottom-color   : #b3b3b3;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
*margin-left          : .3em;
-webkit-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow       : inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow            : inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
color             : #1b1b1b;
background-color  : #e6e6e6;
*background-color : #d9d9d9;
}
.btn:active,
.btn.active {
background-color : #c6c6c6;
}
.btn:first-child {
*margin-left : 0;
}
.btn:hover,
.btn:focus {
color               : #1b1b1b;
text-decoration     : none;
background-position : 0 -15px;
-webkit-transition  : background-position 0.1s linear;
-moz-transition     : background-position 0.1s linear;
-o-transition       : background-position 0.1s linear;
transition          : background-position 0.1s linear;
}
.btn:focus {
outline        : thin dotted #1b1b1b;
outline        : 5px auto -webkit-focus-ring-color;
outline-offset : -2px;
}
.btn.active,
.btn:active {
background-image   : none;
outline            : 0;
-webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow         : inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn.disabled,
.btn[disabled] {
cursor             : default;
background-image   : none;
opacity            : 0.65;
filter             : alpha(opacity=65);
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.btn-large {
padding               : 11px 19px;
font-size             : 20px;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
margin-top : 4px;
}
.btn-small {
padding               : 2px 10px;
font-size             : 13.6px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
margin-top : 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
margin-top : -1px;
}
.btn-mini {
padding               : 0 6px;
font-size             : 12px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
}
.btn-block {
display            : block;
width              : 100%;
padding-left       : 0;
padding-right      : 0;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.btn-block + .btn-block {
margin-top : 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width : 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
color : rgba(255, 255, 255, 0.75);
}
.btn-primary {
color             : #ffffff;
text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color  : #1b1b1b;
background-image  : -moz-linear-gradient(top, #1b1b1b, #1b1b1b);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#1b1b1b), to(#1b1b1b));
background-image  : -webkit-linear-gradient(top, #1b1b1b, #1b1b1b);
background-image  : -o-linear-gradient(top, #1b1b1b, #1b1b1b);
background-image  : linear-gradient(to bottom, #1b1b1b, #1b1b1b);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b1b1b', endColorstr='#ff1b1b1b', GradientType=0);
border-color      : #1b1b1b #1b1b1b #000000;
border-color      : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color : #1b1b1b; filter            : progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color             : #ffffff;
background-color  : #1b1b1b;
*background-color : #0e0e0e;
}
.btn-primary:active,
.btn-primary.active {
background-color : #010101 \9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color             : #ffffff;
background-color  : #1b1b1b;
*background-color : #0e0e0e;
}
.btn-primary:active,
.btn-primary.active {
background-color : #010101 \9;
}
.btn-warning {
color             : #ffffff;
text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color  : #faa732;
background-image  : -moz-linear-gradient(top, #fbb450, #f89406);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image  : -webkit-linear-gradient(top, #fbb450, #f89406);
background-image  : -o-linear-gradient(top, #fbb450, #f89406);
background-image  : linear-gradient(to bottom, #fbb450, #f89406);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
border-color      : #f89406 #f89406 #ad6704;
border-color      : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color : #f89406; filter            : progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
color             : #ffffff;
background-color  : #f89406;
*background-color : #df8505;
}
.btn-warning:active,
.btn-warning.active {
background-color : #c67605 \9;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
color             : #ffffff;
background-color  : #f89406;
*background-color : #df8505;
}
.btn-warning:active,
.btn-warning.active {
background-color : #c67605 \9;
}
.btn-danger {
color             : #ffffff;
text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color  : #da4f49;
background-image  : -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image  : -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image  : -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image  : linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
border-color      : #bd362f #bd362f #802420;
border-color      : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color : #bd362f; filter            : progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
color             : #ffffff;
background-color  : #bd362f;
*background-color : #a9302a;
}
.btn-danger:active,
.btn-danger.active {
background-color : #942a25 \9;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
color             : #ffffff;
background-color  : #bd362f;
*background-color : #a9302a;
}
.btn-danger:active,
.btn-danger.active {
background-color : #942a25 \9;
}
.btn-success {
color             : #ffffff;
text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color  : #5bb75b;
background-image  : -moz-linear-gradient(top, #62c462, #51a351);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image  : -webkit-linear-gradient(top, #62c462, #51a351);
background-image  : -o-linear-gradient(top, #62c462, #51a351);
background-image  : linear-gradient(to bottom, #62c462, #51a351);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
border-color      : #51a351 #51a351 #387038;
border-color      : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color : #51a351; filter            : progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
color             : #ffffff;
background-color  : #51a351;
*background-color : #499249;
}
.btn-success:active,
.btn-success.active {
background-color : #408140 \9;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
color             : #ffffff;
background-color  : #51a351;
*background-color : #499249;
}
.btn-success:active,
.btn-success.active {
background-color : #408140 \9;
}
.btn-info {
color             : #ffffff;
text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color  : #49afcd;
background-image  : -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image  : -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image  : -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image  : linear-gradient(to bottom, #5bc0de, #2f96b4);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
border-color      : #2f96b4 #2f96b4 #1f6377;
border-color      : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color : #2f96b4; filter            : progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
color             : #ffffff;
background-color  : #2f96b4;
*background-color : #2a85a0;
}
.btn-info:active,
.btn-info.active {
background-color : #24748c \9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
color             : #ffffff;
background-color  : #2f96b4;
*background-color : #2a85a0;
}
.btn-info:active,
.btn-info.active {
background-color : #24748c \9;
}
.btn-inverse {
color             : #ffffff;
text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color  : #363636;
background-image  : -moz-linear-gradient(top, #444444, #222222);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image  : -webkit-linear-gradient(top, #444444, #222222);
background-image  : -o-linear-gradient(top, #444444, #222222);
background-image  : linear-gradient(to bottom, #444444, #222222);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
border-color      : #222222 #222222 #000000;
border-color      : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color : #222222; filter            : progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
color             : #ffffff;
background-color  : #222222;
*background-color : #151515;
}
.btn-inverse:active,
.btn-inverse.active {
background-color : #080808 \9;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
color             : #ffffff;
background-color  : #222222;
*background-color : #151515;
}
.btn-inverse:active,
.btn-inverse.active {
background-color : #080808 \9;
}
button.btn,
input[type="submit"].btn {
*padding-top    : 3px;
*padding-bottom : 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
padding : 0;
border  : 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
*padding-top    : 7px;
*padding-bottom : 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
*padding-top    : 3px;
*padding-bottom : 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
*padding-top    : 1px;
*padding-bottom : 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
background-color   : transparent;
background-image   : none;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.btn-link {
border-color          : transparent;
cursor                : pointer;
color                 : #1b1b1b;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.btn-link:hover,
.btn-link:focus {
color            : #1f97ff;
text-decoration  : underline;
background-color : transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
color           : #1b1b1b;
text-decoration : none;
}
.btn-group {
position       : relative;
display        : inline-block;
*display       : inline; *zoom          : 1;
font-size      : 0;
vertical-align : middle;
white-space    : nowrap;
*margin-left   : .3em;
}
.btn-group:first-child {
*margin-left : 0;
}
.btn-group:first-child {
*margin-left : 0;
}
.btn-group + .btn-group {
margin-left : 5px;
}
.btn-toolbar {
font-size     : 0;
margin-top    : 12px;
margin-bottom : 12px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
margin-left : 5px;
}
.btn-group > .btn {
position              : relative;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.btn-group > .btn + .btn {
margin-left : -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
font-size : 16px;
}
.btn-group > .btn-mini {
font-size : 12px;
}
.btn-group > .btn-small {
font-size : 13.6px;
}
.btn-group > .btn-large {
font-size : 20px;
}
.btn-group > .btn:first-child {
margin-left                       : 0;
-webkit-border-top-left-radius    : 4px;
-moz-border-radius-topleft        : 4px;
border-top-left-radius            : 4px;
-webkit-border-bottom-left-radius : 4px;
-moz-border-radius-bottomleft     : 4px;
border-bottom-left-radius         : 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
-webkit-border-top-right-radius    : 4px;
-moz-border-radius-topright        : 4px;
border-top-right-radius            : 4px;
-webkit-border-bottom-right-radius : 4px;
-moz-border-radius-bottomright     : 4px;
border-bottom-right-radius         : 4px;
}
.btn-group > .btn.large:first-child {
margin-left                       : 0;
-webkit-border-top-left-radius    : 6px;
-moz-border-radius-topleft        : 6px;
border-top-left-radius            : 6px;
-webkit-border-bottom-left-radius : 6px;
-moz-border-radius-bottomleft     : 6px;
border-bottom-left-radius         : 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
-webkit-border-top-right-radius    : 6px;
-moz-border-radius-topright        : 6px;
border-top-right-radius            : 6px;
-webkit-border-bottom-right-radius : 6px;
-moz-border-radius-bottomright     : 6px;
border-bottom-right-radius         : 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
z-index : 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline : 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left       : 8px;
padding-right      : 8px;
-webkit-box-shadow : inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow    : inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow         : inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
*padding-top       : 5px;
*padding-bottom    : 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
padding-left    : 5px;
padding-right   : 5px;
*padding-top    : 2px;
*padding-bottom : 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
*padding-top    : 5px;
*padding-bottom : 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
padding-left    : 12px;
padding-right   : 12px;
*padding-top    : 7px;
*padding-bottom : 7px;
}
.btn-group.open .dropdown-toggle {
background-image   : none;
-webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow         : inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn-group.open .btn.dropdown-toggle {
background-color : #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
background-color : #1b1b1b;
}
.btn-group.open .btn-warning.dropdown-toggle {
background-color : #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
background-color : #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
background-color : #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
background-color : #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
background-color : #222222;
}
.btn .caret {
margin-top  : 8px;
margin-left : 0;
}
.btn-large .caret {
margin-top : 6px;
}
.btn-large .caret {
border-left-width  : 5px;
border-right-width : 5px;
border-top-width   : 5px;
}
.btn-mini .caret,
.btn-small .caret {
margin-top : 8px;
}
.dropup .btn-large .caret {
border-bottom-width : 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
border-top-color    : #ffffff;
border-bottom-color : #ffffff;
}
.btn-group-vertical {
display  : inline-block;
*display : inline; *zoom    : 1;
}
.btn-group-vertical > .btn {
display               : block;
float                 : none;
max-width             : 100%;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.btn-group-vertical > .btn + .btn {
margin-left : 0;
margin-top  : -1px;
}
.btn-group-vertical > .btn:first-child {
-webkit-border-radius : 4px 4px 0 0;
-moz-border-radius    : 4px 4px 0 0;
border-radius         : 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
-webkit-border-radius : 0 0 4px 4px;
-moz-border-radius    : 0 0 4px 4px;
border-radius         : 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
-webkit-border-radius : 6px 6px 0 0;
-moz-border-radius    : 6px 6px 0 0;
border-radius         : 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
-webkit-border-radius : 0 0 6px 6px;
-moz-border-radius    : 0 0 6px 6px;
border-radius         : 0 0 6px 6px;
}
.alert {
padding               : 8px 35px 8px 14px;
margin-bottom         : 24px;
text-shadow           : 0 1px 0 rgba(255, 255, 255, 0.5);
background-color      : #fcf8e3;
border                : 1px solid #fbeed5;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.alert,
.alert h4 {
color : #c09853;
}
.alert h4 {
margin : 0;
}
.alert .close {
position    : relative;
line-height : 24px;
}
.alert-success {
background-color : #dff0d8;
border-color     : #d6e9c6;
color            : #468847;
}
.alert-success h4 {
color : #468847;
}
.alert-danger,
.alert-error {
background-color : #f2dede;
border-color     : #eed3d7;
color            : #b94a48;
}
.alert-danger h4,
.alert-error h4 {
color : #b94a48;
}
.alert-info {
background-color : #d9edf7;
border-color     : #bce8f1;
color            : #3a87ad;
}
.alert-info h4 {
color : #3a87ad;
}
.alert-block {
padding-top    : 14px;
padding-bottom : 14px;
}
.alert-block > p,
.alert-block > ul {
margin-bottom : 0;
}
.alert-block p + p {
margin-top : 5px;
}
.nav {
margin-left   : 0;
margin-bottom : 24px;
list-style    : none;
}
.nav > li > a {
display : block;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration  : none;
background-color : #eeeeee;
}
.nav > li > a > img {
max-width : none;
}
.nav > .pull-right {
float : right;
}
.nav-header {
display        : block;
padding        : 3px 15px;
font-size      : 11px;
font-weight    : bold;
line-height    : 24px;
color          : #999999;
text-shadow    : 0 1px 0 rgba(255, 255, 255, 0.5);
text-transform : uppercase;
}
.nav li + .nav-header {
margin-top : 9px;
}
.nav-list {
padding-left  : 15px;
padding-right : 15px;
margin-bottom : 0;
}
.nav-list > li > a,
.nav-list .nav-header {
margin-left  : -15px;
margin-right : -15px;
text-shadow  : 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
padding : 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
color            : #ffffff;
text-shadow      : 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color : #1b1b1b;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
margin-right : 2px;
}
.nav-list .divider {
*width           : 100%;
height           : 1px;
margin           : 11px 1px;
*margin          : -5px 0 5px;
overflow         : hidden;
background-color : #e1e1e1;
border-bottom    : 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
*zoom : 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
display     : table;
content     : "";
line-height : 0;
}
.nav-tabs:after,
.nav-pills:after {
clear : both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
display     : table;
content     : "";
line-height : 0;
}
.nav-tabs:after,
.nav-pills:after {
clear : both;
}
.nav-tabs > li,
.nav-pills > li {
float : left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
padding-right : 12px;
padding-left  : 12px;
margin-right  : 2px;
line-height   : 14px;
}
.nav-tabs {
border-bottom : 1px solid #ddd;
}
.nav-tabs > li {
margin-bottom : -1px;
}
.nav-tabs > li > a {
padding-top           : 8px;
padding-bottom        : 8px;
line-height           : 24px;
border                : 1px solid transparent;
-webkit-border-radius : 4px 4px 0 0;
-moz-border-radius    : 4px 4px 0 0;
border-radius         : 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
border-color : #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
color               : #555555;
background-color    : #1b1b1b;
border              : 5px solid #ddd;
border-bottom-color : transparent;
cursor              : default;
}
.nav-pills > li > a {
padding-top           : 8px;
padding-bottom        : 8px;
margin-top            : 2px;
margin-bottom         : 2px;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
color            : #ffffff;
background-color : #1b1b1b;
}
.nav-stacked > li {
float : none;
}
.nav-stacked > li > a {
margin-right : 0;
}
.nav-tabs.nav-stacked {
border-bottom : 0;
}
.nav-tabs.nav-stacked > li > a {
border                : 1px solid #ddd;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
-webkit-border-top-right-radius : 4px;
-moz-border-radius-topright     : 4px;
border-top-right-radius         : 4px;
-webkit-border-top-left-radius  : 4px;
-moz-border-radius-topleft      : 4px;
border-top-left-radius          : 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
-webkit-border-bottom-right-radius : 4px;
-moz-border-radius-bottomright     : 4px;
border-bottom-right-radius         : 4px;
-webkit-border-bottom-left-radius  : 4px;
-moz-border-radius-bottomleft      : 4px;
border-bottom-left-radius          : 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
border-color : #ddd;
z-index      : 2;
}
.nav-pills.nav-stacked > li > a {
margin-bottom : 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
margin-bottom : 1px;
}
.nav-tabs .dropdown-menu {
-webkit-border-radius : 0 0 6px 6px;
-moz-border-radius    : 0 0 6px 6px;
border-radius         : 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.nav .dropdown-toggle .caret {
border-top-color    : #1b1b1b;
border-bottom-color : #1b1b1b;
margin-top          : 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
border-top-color    : #1f97ff;
border-bottom-color : #1f97ff;
} .nav-tabs .dropdown-toggle .caret {
margin-top : 8px;
}
.nav .active .dropdown-toggle .caret {
border-top-color    : #fff;
border-bottom-color : #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
border-top-color    : #555555;
border-bottom-color : #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
cursor : pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
color            : #ffffff;
background-color : #999999;
border-color     : #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
border-top-color    : #ffffff;
border-bottom-color : #ffffff;
opacity             : 1;
filter              : alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
border-color : #999999;
}
.tabbable {
*zoom : 1;
}
.tabbable:before,
.tabbable:after {
display     : table;
content     : "";
line-height : 0;
}
.tabbable:after {
clear : both;
}
.tabbable:before,
.tabbable:after {
display     : table;
content     : "";
line-height : 0;
}
.tabbable:after {
clear : both;
}
.tab-content {
overflow : auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
border-bottom : 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display : none;
}
.tab-content > .active,
.pill-content > .active {
display : block;
}
.tabs-below > .nav-tabs {
border-top : 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
margin-top    : -1px;
margin-bottom : 0;
}
.tabs-below > .nav-tabs > li > a {
-webkit-border-radius : 0 0 4px 4px;
-moz-border-radius    : 0 0 4px 4px;
border-radius         : 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
border-bottom-color : transparent;
border-top-color    : #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
border-color : transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
float : none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
min-width     : 74px;
margin-right  : 0;
margin-bottom : 3px;
}
.tabs-left > .nav-tabs {
float        : left;
margin-right : 19px;
border-right : 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
margin-right          : -1px;
-webkit-border-radius : 4px 0 0 4px;
-moz-border-radius    : 4px 0 0 4px;
border-radius         : 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
border-color : #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
border-color        : #ddd transparent #ddd #ddd;
*border-right-color : #ffffff;
}
.tabs-right > .nav-tabs {
float       : right;
margin-left : 19px;
border-left : 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
margin-left           : -1px;
-webkit-border-radius : 0 4px 4px 0;
-moz-border-radius    : 0 4px 4px 0;
border-radius         : 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
border-color : #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
border-color       : #ddd #ddd #ddd transparent;
*border-left-color : #ffffff;
}
.nav > .disabled > a {
color : #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
text-decoration  : none;
background-color : transparent;
cursor           : default;
}
.navbar {
overflow      : visible;
margin-bottom : 24px;
*position     : relative;
*z-index      : 2;
}
.navbar-inner {
min-height            : 40px;
padding-left          : 20px;
padding-right         : 20px;
background-color      : #fafafa;
background-image      : -moz-linear-gradient(top, #ffffff, #f0f0f0);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
background-image      : -webkit-linear-gradient(top, #ffffff, #f0f0f0);
background-image      : -o-linear-gradient(top, #ffffff, #f0f0f0);
background-image      : linear-gradient(to bottom, #ffffff, #f0f0f0);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
border                : 1px solid #d1d1d1;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
-webkit-box-shadow    : 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow       : 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow            : 0 1px 4px rgba(0, 0, 0, 0.065);
*zoom                 : 1;
}
.navbar-inner:before,
.navbar-inner:after {
display     : table;
content     : "";
line-height : 0;
}
.navbar-inner:after {
clear : both;
}
.navbar-inner:before,
.navbar-inner:after {
display     : table;
content     : "";
line-height : 0;
}
.navbar-inner:after {
clear : both;
}
.navbar .container {
width : auto;
}
.nav-collapse.collapse {
height   : auto;
overflow : visible;
}
.navbar .brand {
display     : block;
padding     : 8px 20px 8px;
margin-left : -20px;
font-size   : 20px;
font-weight : 200;
color       : #777777;
text-shadow : 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
text-decoration : none;
}
.navbar-text {
margin-bottom : 0;
line-height   : 40px;
color         : #777777;
}
.navbar-link {
color : #777777;
}
.navbar-link:hover,
.navbar-link:focus {
color : #1b1b1b;
}
.navbar .divider-vertical {
height       : 40px;
margin       : 0 9px;
border-left  : 1px solid #f0f0f0;
border-right : 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
margin-top : 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
margin-top : 0;
}
.navbar-form {
margin-bottom : 0;
*zoom         : 1;
}
.navbar-form:before,
.navbar-form:after {
display     : table;
content     : "";
line-height : 0;
}
.navbar-form:after {
clear : both;
}
.navbar-form:before,
.navbar-form:after {
display     : table;
content     : "";
line-height : 0;
}
.navbar-form:after {
clear : both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
margin-top : 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
display       : inline-block;
margin-bottom : 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
margin-top : 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
margin-top  : 5px;
white-space : nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
margin-top : 0;
}
.navbar-search {
position      : relative;
float         : left;
margin-top    : 5px;
margin-bottom : 0;
}
.navbar-search .search-query {
margin-bottom         : 0;
padding               : 4px 14px;
font-family           : Arial, Helvetica, sans-serif;
font-size             : 13px;
font-weight           : normal;
line-height           : 1;
-webkit-border-radius : 15px;
-moz-border-radius    : 15px;
border-radius         : 15px;
}
.navbar-static-top {
position      : static;
margin-bottom : 0;
}
.navbar-static-top .navbar-inner {
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position      : fixed;
right         : 0;
left          : 0;
z-index       : 1030;
margin-bottom : 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
border-width : 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
border-width : 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
padding-left          : 0;
padding-right         : 0;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width : 940px;
}
.navbar-fixed-top {
top : 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
-webkit-box-shadow : 0 1px 10px rgba(0, 0, 0, .1);
-moz-box-shadow    : 0 1px 10px rgba(0, 0, 0, .1);
box-shadow         : 0 1px 10px rgba(0, 0, 0, .1);
}
.navbar-fixed-bottom {
bottom : 0;
}
.navbar-fixed-bottom .navbar-inner {
-webkit-box-shadow : 0 -1px 10px rgba(0, 0, 0, .1);
-moz-box-shadow    : 0 -1px 10px rgba(0, 0, 0, .1);
box-shadow         : 0 -1px 10px rgba(0, 0, 0, .1);
}
.navbar .nav {
position : relative;
left     : 0;
display  : block;
float    : left;
margin   : 0 10px 0 0;
}
.navbar .nav.pull-right {
float        : right;
margin-right : 0;
}
.navbar .nav > li {
float : left;
}
.navbar .nav > li > a {
float           : none;
padding         : 8px 15px 8px;
color           : #777777;
text-decoration : none;
text-shadow     : 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
margin-top : 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
background-color : transparent;
color            : #1b1b1b;
text-decoration  : none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color              : #555555;
text-decoration    : none;
background-color   : #e1e1e1;
-webkit-box-shadow : inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow    : inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow         : inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
display            : none;
float              : right;
padding            : 7px 10px;
margin-left        : 5px;
margin-right       : 5px;
color              : #ffffff;
text-shadow        : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color   : #e1e1e1;
background-image   : -moz-linear-gradient(top, #f0f0f0, #e1e1e1);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e1e1e1));
background-image   : -webkit-linear-gradient(top, #f0f0f0, #e1e1e1);
background-image   : -o-linear-gradient(top, #f0f0f0, #e1e1e1);
background-image   : linear-gradient(to bottom, #f0f0f0, #e1e1e1);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e1e1e1', GradientType=0);
border-color       : #e1e1e1 #e1e1e1 #bfbfbf;
border-color       : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter             : progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
-moz-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
box-shadow         : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
color             : #ffffff;
background-color  : #e1e1e1;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
background-color : #c6c6c6;
}
.navbar .btn-navbar .icon-bar {
display               : block;
width                 : 18px;
height                : 2px;
background-color      : #f0f0f0;
-webkit-border-radius : 1px;
-moz-border-radius    : 1px;
border-radius         : 1px;
-webkit-box-shadow    : 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow       : 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow            : 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
margin-top : 3px;
}
.navbar .nav > li > .dropdown-menu:before {
content             : '';
display             : inline-block;
border-left         : 7px solid transparent;
border-right        : 7px solid transparent;
border-bottom       : 7px solid #ccc;
border-bottom-color : rgba(0, 0, 0, 0.2);
position            : absolute;
top                 : -7px;
left                : 9px;
}
.navbar .nav > li > .dropdown-menu:after {
content       : '';
display       : inline-block;
border-left   : 6px solid transparent;
border-right  : 6px solid transparent;
border-bottom : 6px solid #ffffff;
position      : absolute;
top           : -6px;
left          : 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
border-top       : 7px solid #ccc;
border-top-color : rgba(0, 0, 0, 0.2);
border-bottom    : 0;
bottom           : -7px;
top              : auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
border-top    : 6px solid #ffffff;
border-bottom : 0;
bottom        : -6px;
top           : auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
border-top-color    : #282828;
border-bottom-color : #282828;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color : #e1e1e1;
color            : #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color    : #777777;
border-bottom-color : #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color    : #555555;
border-bottom-color : #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
left  : auto;
right : 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
left  : auto;
right : 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
left  : auto;
right : 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
left                  : auto;
right                 : 100%;
margin-left           : 0;
margin-right          : -1px;
-webkit-border-radius : 6px 0 6px 6px;
-moz-border-radius    : 6px 0 6px 6px;
border-radius         : 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
background-color  : #1b1b1b;
background-image  : -moz-linear-gradient(top, #222222, #111111);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image  : -webkit-linear-gradient(top, #222222, #111111);
background-image  : -o-linear-gradient(top, #222222, #111111);
background-image  : linear-gradient(to bottom, #222222, #111111);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
border-color      : #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
color       : #999999;
text-shadow : 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
color : #ffffff;
}
.navbar-inverse .brand {
color : #999999;
}
.navbar-inverse .navbar-text {
color : #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
background-color : transparent;
color            : #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
color            : #ffffff;
background-color : #111111;
}
.navbar-inverse .navbar-link {
color : #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
color : #ffffff;
}
.navbar-inverse .divider-vertical {
border-left-color  : #111111;
border-right-color : #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background-color : #111111;
color            : #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
border-top-color    : #ffffff;
border-bottom-color : #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
border-top-color    : #999999;
border-bottom-color : #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color    : #ffffff;
border-bottom-color : #ffffff;
}
.navbar-inverse .navbar-search .search-query {
color              : #ffffff;
background-color   : #515151;
border-color       : #111111;
-webkit-box-shadow : inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
-moz-box-shadow    : inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
box-shadow         : inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
transition         : none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
color : #c6c6c6;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
color : #c6c6c6;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
color : #c6c6c6;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
padding            : 5px 15px;
color              : #1b1b1b;
text-shadow        : 0 1px 0 #ffffff;
background-color   : #ffffff;
border             : 0;
-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);
outline            : 0;
}
.navbar-inverse .btn-navbar {
color             : #ffffff;
text-shadow       : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color  : #0e0e0e;
background-image  : -moz-linear-gradient(top, #151515, #040404);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
background-image  : -webkit-linear-gradient(top, #151515, #040404);
background-image  : -o-linear-gradient(top, #151515, #040404);
background-image  : linear-gradient(to bottom, #151515, #040404);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
border-color      : #040404 #040404 #000000;
border-color      : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color : #040404; filter            : progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
color             : #ffffff;
background-color  : #040404;
*background-color : #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
background-color : #000000 \9;
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
color             : #ffffff;
background-color  : #040404;
*background-color : #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
background-color : #000000 \9;
}
.breadcrumb {
padding               : 8px 15px;
margin                : 0 0 24px;
list-style            : none;
background-color      : #f0f0f0;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.breadcrumb > li {
display     : inline-block;
*display    : inline; *zoom       : 1;
text-shadow : 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
padding : 0 5px;
color   : #ccc;
}
.breadcrumb > .active {
color : #999999;
}
.pagination {
margin : 24px 0;
}
.pagination ul {
display               : inline-block;
*display              : inline; *zoom                 : 1;
margin-left           : 0;
margin-bottom         : 0;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
-webkit-box-shadow    : 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow       : 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow            : 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
display : inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
float             : left;
padding           : 4px 12px;
line-height       : 24px;
text-decoration   : none;
background-color  : #ffffff;
border            : 1px solid #dddddd;
border-left-width : 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
background-color : #f0f0f0;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
color  : #999999;
cursor : default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
color            : #999999;
background-color : transparent;
cursor           : default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
border-left-width                 : 1px;
-webkit-border-top-left-radius    : 4px;
-moz-border-radius-topleft        : 4px;
border-top-left-radius            : 4px;
-webkit-border-bottom-left-radius : 4px;
-moz-border-radius-bottomleft     : 4px;
border-bottom-left-radius         : 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
-webkit-border-top-right-radius    : 4px;
-moz-border-radius-topright        : 4px;
border-top-right-radius            : 4px;
-webkit-border-bottom-right-radius : 4px;
-moz-border-radius-bottomright     : 4px;
border-bottom-right-radius         : 4px;
}
.pagination-centered {
text-align : center;
}
.pagination-right {
text-align : right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
padding   : 11px 19px;
font-size : 20px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
-webkit-border-top-left-radius    : 6px;
-moz-border-radius-topleft        : 6px;
border-top-left-radius            : 6px;
-webkit-border-bottom-left-radius : 6px;
-moz-border-radius-bottomleft     : 6px;
border-bottom-left-radius         : 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
-webkit-border-top-right-radius    : 6px;
-moz-border-radius-topright        : 6px;
border-top-right-radius            : 6px;
-webkit-border-bottom-right-radius : 6px;
-moz-border-radius-bottomright     : 6px;
border-bottom-right-radius         : 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
-webkit-border-top-left-radius    : 3px;
-moz-border-radius-topleft        : 3px;
border-top-left-radius            : 3px;
-webkit-border-bottom-left-radius : 3px;
-moz-border-radius-bottomleft     : 3px;
border-bottom-left-radius         : 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
-webkit-border-top-right-radius    : 3px;
-moz-border-radius-topright        : 3px;
border-top-right-radius            : 3px;
-webkit-border-bottom-right-radius : 3px;
-moz-border-radius-bottomright     : 3px;
border-bottom-right-radius         : 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
padding   : 2px 10px;
font-size : 13.6px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
padding   : 0 6px;
font-size : 12px;
}
.pager {
margin     : 24px 0;
list-style : none;
text-align : center;
*zoom      : 1;
}
.pager:before,
.pager:after {
display     : table;
content     : "";
line-height : 0;
}
.pager:after {
clear : both;
}
.pager:before,
.pager:after {
display     : table;
content     : "";
line-height : 0;
}
.pager:after {
clear : both;
}
.pager li {
display : inline;
}
.pager li > a,
.pager li > span {
display               : inline-block;
padding               : 5px 14px;
background-color      : #fff;
border                : 1px solid #ddd;
-webkit-border-radius : 15px;
-moz-border-radius    : 15px;
border-radius         : 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration  : none;
background-color : #f0f0f0;
}
.pager .next > a,
.pager .next > span {
float : right;
}
.pager .previous > a,
.pager .previous > span {
float : left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color            : #999999;
background-color : #fff;
cursor           : default;
}
.modal-backdrop {
position         : fixed;
top              : 0;
right            : 0;
bottom           : 0;
left             : 0;
z-index          : 1040;
background-color : #000000;
}
.modal-backdrop.fade {
opacity : 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
opacity : 0.8;
filter  : alpha(opacity=80);
}
.modal {
position                : fixed;
top                     : 10%;
left                    : 50%;
z-index                 : 1050;
width                   : 560px;
margin-left             : -280px;
background-color        : #ffffff;
border                  : 1px solid #999;
border                  : 1px solid rgba(0, 0, 0, 0.3);
*border                 : 1px solid #999; -webkit-border-radius   : 6px;
-moz-border-radius      : 6px;
border-radius           : 6px;
-webkit-box-shadow      : 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow         : 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow              : 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip : padding-box;
-moz-background-clip    : padding-box;
background-clip         : padding-box;
outline                 : none;
}
.modal.fade {
-webkit-transition : opacity .3s linear, top .3s ease-out;
-moz-transition    : opacity .3s linear, top .3s ease-out;
-o-transition      : opacity .3s linear, top .3s ease-out;
transition         : opacity .3s linear, top .3s ease-out;
top                : -25%;
}
.modal.fade.in {
top : 10%;
}
.modal-header {
padding       : 9px 15px;
border-bottom : 1px solid #eee;
}
.modal-header .close {
margin-top : 2px;
}
.modal-header h3 {
margin      : 0;
line-height : 30px;
}
.modal-body {
position   : relative;
overflow-y : auto;
max-height : 400px;
padding    : 15px;
}
.modal-form {
margin-bottom : 0;
}
.modal-footer {
padding               : 14px 15px 15px;
margin-bottom         : 0;
text-align            : right;
background-color      : #f0f0f0;
border-top            : 1px solid #ddd;
-webkit-border-radius : 0 0 6px 6px;
-moz-border-radius    : 0 0 6px 6px;
border-radius         : 0 0 6px 6px;
-webkit-box-shadow    : inset 0 1px 0 #ffffff;
-moz-box-shadow       : inset 0 1px 0 #ffffff;
box-shadow            : inset 0 1px 0 #ffffff;
*zoom                 : 1;
}
.modal-footer:before,
.modal-footer:after {
display     : table;
content     : "";
line-height : 0;
}
.modal-footer:after {
clear : both;
}
.modal-footer:before,
.modal-footer:after {
display     : table;
content     : "";
line-height : 0;
}
.modal-footer:after {
clear : both;
}
.modal-footer .btn + .btn {
margin-left   : 5px;
margin-bottom : 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left : -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left : 0;
}
.tooltip {
position    : absolute;
z-index     : 1030;
display     : block;
visibility  : visible;
font-size   : 11px;
line-height : 1.4;
opacity     : 0;
filter      : alpha(opacity=0);
}
.tooltip.in {
opacity : 0.8;
filter  : alpha(opacity=80);
}
.tooltip.top {
margin-top : -3px;
padding    : 5px 0;
}
.tooltip.right {
margin-left : 3px;
padding     : 0 5px;
}
.tooltip.bottom {
margin-top : 3px;
padding    : 5px 0;
}
.tooltip.left {
margin-left : -10px;
padding     : 0 5px;
}
.tooltip-inner {
max-width             : 300px;
padding               : 8px;
color                 : #ffffff;
text-align            : center;
text-decoration       : none;
background-color      : #000000;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
display               : inline-block !important;
}
.tooltip-arrow {
position     : absolute;
width        : 0;
height       : 0;
border-color : transparent;
border-style : solid;
}
.tooltip.top .tooltip-arrow {
bottom           : 0;
left             : 50%;
margin-left      : -5px;
border-width     : 5px 5px 0;
border-top-color : #000000;
}
.tooltip.right .tooltip-arrow {
top                : 50%;
left               : 0;
margin-top         : -5px;
border-width       : 5px 5px 5px 0;
border-right-color : #000000;
}
.tooltip.left .tooltip-arrow {
top               : 50%;
right             : 0;
margin-top        : -5px;
border-width      : 5px 0 5px 5px;
border-left-color : #000000;
}
.tooltip.bottom .tooltip-arrow {
top                 : 0;
left                : 50%;
margin-left         : -5px;
border-width        : 0 5px 5px;
border-bottom-color : #000000;
}
.popover {
position                : absolute;
top                     : 0;
left                    : 0;
z-index                 : 1010;
display                 : none;
max-width               : 276px;
padding                 : 1px;
text-align              : left;
background-color        : #ffffff;
-webkit-background-clip : padding-box;
-moz-background-clip    : padding;
background-clip         : padding-box;
border                  : 1px solid #ccc;
border                  : 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius   : 6px;
-moz-border-radius      : 6px;
border-radius           : 6px;
-webkit-box-shadow      : 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow         : 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow              : 0 5px 10px rgba(0, 0, 0, 0.2);
white-space             : normal;
}
.popover.top {
margin-top : -10px;
}
.popover.right {
margin-left : 10px;
}
.popover.bottom {
margin-top : 10px;
}
.popover.left {
margin-left : -10px;
}
.popover-title {
margin                : 0;
padding               : 8px 14px;
font-size             : 14px;
font-weight           : normal;
line-height           : 18px;
background-color      : #f7f7f7;
border-bottom         : 1px solid #ebebeb;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
}
.popover-title:empty {
display : none;
}
.popover-content {
padding : 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
position     : absolute;
display      : block;
width        : 0;
height       : 0;
border-color : transparent;
border-style : solid;
}
.popover .arrow {
border-width : 11px;
}
.popover .arrow:after {
border-width : 10px;
content      : "";
}
.popover.top .arrow {
left                : 50%;
margin-left         : -11px;
border-bottom-width : 0;
border-top-color    : #999;
border-top-color    : rgba(0, 0, 0, 0.25);
bottom              : -11px;
}
.popover.top .arrow:after {
bottom              : 1px;
margin-left         : -10px;
border-bottom-width : 0;
border-top-color    : #ffffff;
}
.popover.right .arrow {
top                : 50%;
left               : -11px;
margin-top         : -11px;
border-left-width  : 0;
border-right-color : #999;
border-right-color : rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
left               : 1px;
bottom             : -10px;
border-left-width  : 0;
border-right-color : #ffffff;
}
.popover.bottom .arrow {
left                : 50%;
margin-left         : -11px;
border-top-width    : 0;
border-bottom-color : #999;
border-bottom-color : rgba(0, 0, 0, 0.25);
top                 : -11px;
}
.popover.bottom .arrow:after {
top                 : 1px;
margin-left         : -10px;
border-top-width    : 0;
border-bottom-color : #ffffff;
}
.popover.left .arrow {
top                : 50%;
right              : -11px;
margin-top         : -11px;
border-right-width : 0;
border-left-color  : #999;
border-left-color  : rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
right              : 1px;
border-right-width : 0;
border-left-color  : #ffffff;
bottom             : -10px;
}
.thumbnails {
margin-left : -20px;
list-style  : none;
*zoom       : 1;
}
.thumbnails:before,
.thumbnails:after {
display     : table;
content     : "";
line-height : 0;
}
.thumbnails:after {
clear : both;
}
.thumbnails:before,
.thumbnails:after {
display     : table;
content     : "";
line-height : 0;
}
.thumbnails:after {
clear : both;
}
.row-fluid .thumbnails {
margin-left : 0;
}
.thumbnails > li {
float         : left;
margin-bottom : 24px;
margin-left   : 20px;
}
.thumbnail {
display               : block;
padding               : 4px;
line-height           : 24px;
border                : 1px solid #ddd;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
-webkit-box-shadow    : 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow       : 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow            : 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition    : all 0.2s ease-in-out;
-moz-transition       : all 0.2s ease-in-out;
-o-transition         : all 0.2s ease-in-out;
transition            : all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
border-color       : #1b1b1b;
-webkit-box-shadow : 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow    : 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow         : 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
display      : block;
max-width    : 100%;
margin-left  : auto;
margin-right : auto;
}
.thumbnail .caption {
padding : 9px;
color   : #555555;
}
.media,
.media-body {
overflow  : hidden;
*overflow : visible;
zoom      : 1;
}
.media,
.media .media {
margin-top : 15px;
}
.media:first-child {
margin-top : 0;
}
.media-object {
display : block;
}
.media-heading {
margin : 0 0 5px;
}
.media > .pull-left {
margin-right : 10px;
}
.media > .pull-right {
margin-left : 10px;
}
.media-list {
margin-left : 0;
list-style  : none;
}
.label,
.badge {
display          : inline-block;
padding          : 2px 4px;
font-size        : 13.536px;
font-weight      : bold;
line-height      : 14px;
color            : #ffffff;
vertical-align   : baseline;
white-space      : nowrap;
text-shadow      : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color : #999999;
}
.label {
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
}
.badge {
padding-left          : 9px;
padding-right         : 9px;
-webkit-border-radius : 9px;
-moz-border-radius    : 9px;
border-radius         : 9px;
}
.label:empty,
.badge:empty {
display : none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
color           : #ffffff;
text-decoration : none;
cursor          : pointer;
}
.label-important,
.badge-important {
background-color : #b94a48;
}
.label-important[href],
.badge-important[href] {
background-color : #953b39;
}
.label-warning,
.badge-warning {
background-color : #f89406;
}
.label-warning[href],
.badge-warning[href] {
background-color : #c67605;
}
.label-success,
.badge-success {
background-color : #468847;
}
.label-success[href],
.badge-success[href] {
background-color : #356635;
}
.label-info,
.badge-info {
background-color : #3a87ad;
}
.label-info[href],
.badge-info[href] {
background-color : #2d6987;
}
.label-inverse,
.badge-inverse {
background-color : #282828;
}
.label-inverse[href],
.badge-inverse[href] {
background-color : #1a1a1a;
}
.btn .label,
.btn .badge {
position : relative;
top      : -1px;
}
.btn-mini .label,
.btn-mini .badge {
top : 0;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position : 40px 0;
}
to {
background-position : 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position : 40px 0;
}
to {
background-position : 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position : 40px 0;
}
to {
background-position : 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position : 0 0;
}
to {
background-position : 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position : 40px 0;
}
to {
background-position : 0 0;
}
}
.progress {
overflow              : hidden;
height                : 24px;
margin-bottom         : 24px;
background-color      : #f7f7f7;
background-image      : -moz-linear-gradient(top, #f0f0f0, #f9f9f9);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f9f9f9));
background-image      : -webkit-linear-gradient(top, #f0f0f0, #f9f9f9);
background-image      : -o-linear-gradient(top, #f0f0f0, #f9f9f9);
background-image      : linear-gradient(to bottom, #f0f0f0, #f9f9f9);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow    : inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow       : inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow            : inset 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.progress .bar {
width              : 0%;
height             : 100%;
color              : #ffffff;
float              : left;
font-size          : 12px;
text-align         : center;
text-shadow        : 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color   : #0e90d2;
background-image   : -moz-linear-gradient(top, #149bdf, #0480be);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image   : -webkit-linear-gradient(top, #149bdf, #0480be);
background-image   : -o-linear-gradient(top, #149bdf, #0480be);
background-image   : linear-gradient(to bottom, #149bdf, #0480be);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
-webkit-box-shadow : inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow    : inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow         : inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
-webkit-transition : width 0.6s ease;
-moz-transition    : width 0.6s ease;
-o-transition      : width 0.6s ease;
transition         : width 0.6s ease;
}
.progress .bar + .bar {
-webkit-box-shadow : inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
-moz-box-shadow    : inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow         : inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
}
.progress-striped .bar {
background-color        : #149bdf;
background-image        : -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image        : -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image        : -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image        : -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image        : linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size : 40px 40px;
-moz-background-size    : 40px 40px;
-o-background-size      : 40px 40px;
background-size         : 40px 40px;
}
.progress.active .bar {
-webkit-animation : progress-bar-stripes 2s linear infinite;
-moz-animation    : progress-bar-stripes 2s linear infinite;
-ms-animation     : progress-bar-stripes 2s linear infinite;
-o-animation      : progress-bar-stripes 2s linear infinite;
animation         : progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
background-color  : #dd514c;
background-image  : -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
background-image  : -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image  : -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image  : linear-gradient(to bottom, #ee5f5b, #c43c35);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
background-color : #ee5f5b;
background-image : -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
background-color  : #5eb95e;
background-image  : -moz-linear-gradient(top, #62c462, #57a957);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
background-image  : -webkit-linear-gradient(top, #62c462, #57a957);
background-image  : -o-linear-gradient(top, #62c462, #57a957);
background-image  : linear-gradient(to bottom, #62c462, #57a957);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
background-color : #62c462;
background-image : -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
background-color  : #4bb1cf;
background-image  : -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
background-image  : -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image  : -o-linear-gradient(top, #5bc0de, #339bb9);
background-image  : linear-gradient(to bottom, #5bc0de, #339bb9);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
background-color : #5bc0de;
background-image : -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
background-color  : #faa732;
background-image  : -moz-linear-gradient(top, #fbb450, #f89406);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image  : -webkit-linear-gradient(top, #fbb450, #f89406);
background-image  : -o-linear-gradient(top, #fbb450, #f89406);
background-image  : linear-gradient(to bottom, #fbb450, #f89406);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
background-color : #fbb450;
background-image : -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image : linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
margin-bottom : 24px;
}
.accordion-group {
margin-bottom         : 5px;
padding               : 5px;
background            : #f0f0f0;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.accordion-heading {
border-bottom      : 0;
background         : #f0f0f0;
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
position           : relative;
}
.accordion-heading a {
z-index  : 2;
position : relative;
}
.accordion-heading a h5 {
font-weight        : 600;
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
}
.accordion-heading a h5 i {
font-size          : 16px;
color              : #1b1b1b;
display            : inline-block;
margin-right       : 11px;
font-weight        : normal;
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
}
.accordion-heading span {
display            : block;
position           : absolute;
background         : #ffffff;
top                : 0;
left               : 0;
right              : 0;
bottom             : 100%;
z-index            : 1;
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
}
.accordion-heading.active:hover h5,
.accordion-heading.active h5,
.accordion-heading.active:hover h5 i,
.accordion-heading.active h5 i {
color : #1b1b1b;
}
.accordion-heading.active h5,
.accordion-heading.active h5 i {
font-weight : 600;
}
.accordion-2 .accordion-heading h5:before {
font-family  : FontAwesome;
font-size    : 16px;
content      : "";
margin-right : 10px;
font-weight  : normal;
}
.accordion-2 .accordion-heading.active h5:before {
content : "";
}
.accordion-heading.active span {
bottom : 0;
}
.accordion-heading:hover h5,
.accordion-heading:hover h5 i {
color : #1f97ff;
}
.accordion-heading .accordion-toggle {
display : block;
padding : 10px 15px;
}
.accordion-toggle {
cursor : pointer;
}
.accordion-inner {
padding     : 13px 20px;
background  : #ffffff;
font-size   : 14px;
line-height : 21px;
color       : #6a6a6a;
}
.accordion.black-style .accordion-group,
.accordion.black-style .accordion-heading {
background : #262626;
}
.accordion.black-style .accordion-inner,
.accordion.black-style .accordion-heading span {
background : #282828;
}
.accordion.black-style .accordion-inner {
color : #999999;
}
.accordion.black-style .accordion-heading a h5 {
color : #fff;
}
.accordion.black-style .accordion-heading a h5 i {
color       : #fff;
font-weight : normal;
}
.accordion.black-style .accordion-heading a:hover h5 {
color : #1f97ff;
}
.accordion.black-style .accordion-heading a:hover h5 i {
color : #1f97ff;
}
.accordion.black-style .accordion-heading.active:hover h5,
.accordion.black-style .accordion-heading.active h5,
.accordion.black-style .accordion-heading.active:hover h5 i,
.accordion.black-style .accordion-heading.active h5 i {
color : #ffffff;
}
.accordion-2 .accordion-heading h5:before {
font-family  : FontAwesome;
font-size    : 16px;
content      : "";
margin-right : 10px;
font-weight  : normal;
}
.accordion-2 .accordion-heading.active h5:before {
content : "";
}
.box-toggle {
margin-bottom         : 5px;
padding               : 5px;
background            : #f0f0f0;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.box-toggle .toggle-heading {
background         : #fff;
cursor             : pointer;
display            : block;
padding            : 10px 15px;
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
border             : none;
text-align         : left;
}
.box-toggle .toggle-heading i {
font-size          : 16px;
color              : #1b1b1b;
display            : inline-block;
margin-right       : 11px;
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
font-weight        : normal;
}
.box-toggle .toggle-heading:hover h5 {
color : #1f97ff;
}
.box-toggle .toggle-heading:hover h5 i {
color : #1f97ff;
}
.box-toggle .toggle-heading h5 {
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
font-weight        : 600;
}
.box-toggle .toggle-heading.togle-icon h5:before {
font-family        : FontAwesome;
font-size          : 16px;
content            : "";
margin-right       : 10px;
font-weight        : normal;
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
}
.box-toggle .toggle-heading.togle-icon.collapsed {
background : #f0f0f0;
}
.box-toggle .toggle-heading.togle-icon.collapsed h5:before {
content : "";
}
.box-toggle .toggle-heading.collapsed {
background : #f0f0f0;
}
.box-toggle .toggle-heading.collapsed h5 {
font-weight : normal;
}
.box-toggle.black-style {
background : #262626;
}
.box-toggle.black-style p {
color : #999999;
}
.box-toggle.black-style .toggle-heading,
.box-toggle.black-style .accordion-inner {
background : #282828;
}
.box-toggle.black-style h5,
.box-toggle.black-style h5 i {
color : #fff;
}
.box-toggle.black-style .toggle-heading.collapsed {
background : #262626;
}
.container {
margin-right : auto;
margin-left  : auto;
*zoom        : 1;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container-fluid {
padding-right : 20px;
padding-left  : 20px;
*zoom         : 1;
}
.container-fluid:before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
.container-fluid:before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
.clearfix {
*zoom : 1;
}
.clearfix:before,
.clearfix:after {
display     : table;
content     : "";
line-height : 0;
}
.clearfix:after {
clear : both;
}
.hide-text {
font             : 0/0 a;
color            : transparent;
text-shadow      : none;
background-color : transparent;
border           : 0;
}
.input-block-level {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.carousel {
position      : relative;
margin-bottom : 24px;
line-height   : 1;
}
.carousel-inner {
overflow : hidden;
width    : 100%;
position : relative;
}
.carousel-inner > .item {
display            : none;
position           : relative;
-webkit-transition : 0.6s ease-in-out left;
-moz-transition    : 0.6s ease-in-out left;
-o-transition      : 0.6s ease-in-out left;
transition         : 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display     : block;
line-height : 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display : block;
}
.carousel-inner > .active {
left : 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position : absolute;
top      : 0;
width    : 100%;
}
.carousel-inner > .next {
left : 100%;
}
.carousel-inner > .prev {
left : -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left : 0;
}
.carousel-inner > .active.left {
left : -100%;
}
.carousel-inner > .active.right {
left : 100%;
}
.carousel-control {
position              : absolute;
top                   : 40%;
left                  : 15px;
width                 : 40px;
height                : 40px;
margin-top            : -20px;
font-size             : 60px;
font-weight           : 100;
line-height           : 30px;
color                 : #ffffff;
text-align            : center;
background            : #222222;
border                : 3px solid #ffffff;
-webkit-border-radius : 23px;
-moz-border-radius    : 23px;
border-radius         : 23px;
opacity               : 0.5;
filter                : alpha(opacity=50);
}
.carousel-control.right {
left  : auto;
right : 15px;
}
.carousel-control:hover,
.carousel-control:focus {
color           : #ffffff;
text-decoration : none;
opacity         : 0.9;
filter          : alpha(opacity=90);
}
.carousel-indicators {
position   : absolute;
top        : 15px;
right      : 15px;
z-index    : 5;
margin     : 0;
list-style : none;
}
.carousel-indicators li {
display          : block;
float            : left;
width            : 10px;
height           : 10px;
margin-left      : 5px;
text-indent      : -999px;
background-color : #ccc;
background-color : rgba(255, 255, 255, 0.25);
border-radius    : 5px;
}
.carousel-indicators .active {
background-color : #fff;
}
.carousel-caption {
position   : absolute;
left       : 0;
right      : 0;
bottom     : 0;
padding    : 15px;
background : #282828;
background : rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
color       : #ffffff;
line-height : 24px;
}
.carousel-caption h4 {
margin : 0 0 5px;
}
.carousel-caption p {
margin-bottom : 0;
}
.hero-unit {
padding               : 60px;
margin-bottom         : 30px;
font-size             : 18px;
font-weight           : 200;
line-height           : 36px;
color                 : inherit;
background-color      : #eeeeee;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.hero-unit h1 {
margin-bottom  : 0;
font-size      : 60px;
line-height    : 1;
color          : inherit;
letter-spacing : -1px;
}
.hero-unit li {
line-height : 36px;
}
.pull-right {
float : right;
}
.pull-left {
float : left;
}
.hide {
display : none;
}
.show {
display : block;
}
.invisible {
visibility : hidden;
}
.affix {
position : fixed;
}  :not(.tabbable) .tab-content {
overflow : hidden;
position : relative;
z-index  : 1;
}
.tab-content > .tab-pane {
background            : none repeat scroll 0 0 #FFFFFF;
border                : 5px solid #F0F0F0;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
float                 : left;
font-size             : 14px;
line-height           : 21px;
margin                : 0;
min-height            : 293px;
overflow              : hidden;
padding               : 12px 12px 10px 20px;
position              : relative;
z-index               : 1;
}
.tab-content > .tab-pane .extra-wrap {
overflow : visible;
}
.tab-content > .tab-pane .img-polaroid.extra {
float        : right;
margin-left  : 20px;
margin-right : 0;
}
.tab-content > .tab-pane .img-polaroid {
float                 : left;
margin                : 0 19px 10px 0;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.tab-content > .tab-pane .img-polaroid img,
.tab-content > .tab-pane img {
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.nav-tabs {
margin   : 0 0 -5px 0;
border   : none;
overflow : hidden;
padding  : 0;
position : relative;
z-index  : 2;
}
.nav-tabs:after {
background : #F0F0F0;
content    : "";
display    : block;
height     : 40px;
left       : 0;
position   : absolute;
top        : 15px;
width      : 5px;
z-index    : 100;
}
.nav-tabs > li {
float         : left;
margin-bottom : 0;
}
.nav-tabs > li.active {
margin-bottom : -5px;
}
.nav-tabs > li > a, .wpb_tabs_nav > li > a {
background            : #F0F0F0;
border                : 5px solid #F0F0F0;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
color                 : #1B1B1B;
font-family           : 'Open Sans', sans-serif;
font-size             : 16px;
line-height           : 20px;
margin                : 0 5px 0 0;
padding               : 10px 16px 15px;
min-width             : 10px;
transition            : none;
font-weight           : 600;
}
.nav-tabs > li > a i {
width        : 28px;
margin-right : 5px;
}
.tabs-left > .nav-tabs > li > a {
min-width : 10px;
}
.nav-tabs.extra > li > a i,
.nav-tabs.tabs-left.extra > li > a i {
width : 16px;
}
.nav-tabs > li > a:hover,
.wpb_tabs_nav > li > a:hover,
.wpb_tabs_nav > li.ui-state-active > a {
color : #1f97ff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
background          : #fff;
border-bottom-color : #fff;
}
.nav-tabs > li.active > a {
font-weight : 600;
cursor      : default;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
color               : #1b1b1b;
border              : 5px solid #F0F0F0;
border-bottom-color : #fff;
background          : #ffffff;
}
.tabs-left .tab-pane {
display : none;
float   : none !important;
}
.tab-content > .active,
.pill-content > .active {
display : block;
}
.tabs-left.tabs-icons {
margin : 32px 0 44px;
}
.tabs-left.tabs-icons > .nav-tabs,
.vc_col-sm-12 .tabs-left > .nav-tabs {
width : 25%;
}
.tabs-left.tabs-icons > .nav-tabs > li:last-child > a:hover:after,
.tabs-left.tabs-icons > .nav-tabs > li.active:last-child > a:hover:after,
.tabs-left.tabs-icons > .nav-tabs > li.active > a:hover:after,
.tabs-left.tabs-icons > .nav-tabs > li.active > a:after {
display : block;
right   : -10px;
}
.tabs-left.tabs-icons > .nav-tabs > li:last-child > a:after {
display    : none;
position   : absolute;
content    : "";
height     : 5px;
background : #f0f0f0;
left       : 0;
right      : 0;
bottom     : -5px;
}
.tabs-left.tabs-icons > .nav-tabs > li.active:last-child > a:after,
.tabs-left.tabs-icons > .nav-tabs > li.active:last-child > a:hover:after {
display : block;
right   : -10px;
}
.tabs-left.tabs-icons.extra {
margin-top : 0;
}
.tabs-left > .nav-tabs {
float    : left;
margin   : 0 5px -5px 0;
border   : none;
overflow : inherit;
}
.tabs-left > .nav-tabs:after {
display : none;
}
.tabs-left > .nav-tabs > li {
margin : 0 0 5px 0;
float  : none;
}
.tabs-left > .nav-tabs > li.active {
margin : 0 0 5px !important;
}
.tabs-left > .nav-tabs > li > a {
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
border-radius      : 5px;
display            : block;
margin             : 0;
float              : none;
overflow           : visible;
padding            : 10px 15px;
position           : relative;
font-weight        : 600;
}
.tabs-left > .nav-tabs > li:first-child > a:after {
display    : none;
position   : absolute;
content    : "";
height     : 5px;
background : #f0f0f0;
left       : 0;
right      : 0;
}
.tabs-left > .nav-tabs > li:first-child > a:after {
top : -5px;
}
.tabs-left > .nav-tabs > li:first-child > a:hover:after,
.tabs-left > .nav-tabs > li.active:first-child > a:hover:after,
.tabs-left > .nav-tabs > li.active > a:hover:after,
.tabs-left > .nav-tabs > li.active > a:after {
display : block;
right   : -10px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li.active > a:focus{
background         : #fff;
border-color       : #f0f0f0;
border-right-color : #fff;
margin-right       : -10px !important;
font-weight        : 600;
}
.tabs-left > .nav-tabs > li.active a {
margin-right : -10px !important;
}
.dark-style .nav-tabs:after {
background : #262626;
}
.dark-style .nav-tabs > li > a {
background : #262626;
border     : 5px solid #262626;
color      : #fff;
}
.dark-style .nav-tabs > li.active > a,
.dark-style .nav-tabs > li.active > a:hover,
.dark-style .nav-tabs > li.active > a:focus,
.dark-style .nav-tabs > li.active > a,
.dark-style .nav-tabs > li.active > a:hover,
.dark-style .nav-tabs > li > a:hover {
border              : 5px solid #262626;
border-bottom-color : #282828;
background          : #282828;
color               : #ffffff;
}
.dark-style .nav-tabs > li > a:hover {
color : #ffffff;
}
.dark-style .tab-content > .tab-pane {
background : #282828;
border     : 5px solid #262626;
}
.dark-style .tab-content > .tab-pane p {
color : #999999;
}
.dark-style.tabs-left > .nav-tabs > li:first-child > a:after {
background : #262626;
}
.dark-style.tabs-left .nav-tabs > li.active > a,
.dark-style.tabs-left .nav-tabs > li.active > a:hover,
.dark-style.tabs-left .nav-tabs > li.active > a:focus,
.dark-style.tabs-left .nav-tabs > li.active > a,
.dark-style.tabs-left .nav-tabs > li.active > a:hover,
.dark-style.tabs-left .nav-tabs > li > a:hover {
border-bottom-color : #262626;
border-right-color  : #282828;
}
@media only screen and (max-width : 1199px) {
.tabs-left.tabs-icons > .nav-tabs > li:last-child > a:after,
.tabs-left.tabs-icons > .nav-tabs > li.active:last-child > a:after,
.tabs-left.tabs-icons > .nav-tabs > li.active:last-child > a:hover:after,
.tabs-left.tabs-icons > .nav-tabs > li:last-child > a:hover:after {
display : none;
}
}
@media only screen and (min-width : 980px) and (max-width : 1199px) {
.nav-tabs > li > a i {
width        : 18px;
margin-right : 5px;
}
.tab-content > .tab-pane .img-polaroid {
float        : none;
margin-right : 0;
}
.tab-content > .tab-pane .img-polaroid.extra {
float       : none;
margin-left : 0;
}
.tabs-left.tabs-icons > .nav-tabs > li:last-child > a:after,
.tabs-left.tabs-icons > .nav-tabs > li.active:last-child > a:after,
.tabs-left.tabs-icons > .nav-tabs > li.active:last-child > a:hover:after,
.tabs-left.tabs-icons > .nav-tabs > li:last-child > a:hover:after {
display : none;
}
.tabs-left.tabs-icons .tab-content > .tab-pane .img-polaroid {
float        : left;
margin-right : 20px;
}
.tabs-left.tabs-icons .tab-content > .tab-pane .img-polaroid.extra {
float       : right;
margin-left : 20px;
}
}
@media only screen and (max-width : 767px) {
.nav-tabs > li > a {
font-size : 15px;
padding   : 10px 13px 15px;
}
}
@media only screen and (max-width : 560px) {
.nav-tabs {
margin-bottom : 0;
}
.nav-tabs:after {
display : none;
}
.nav-tabs > li,
.nav-tabs > li.active {
float  : none;
margin : 0 0 5px !important;
}
.nav-tabs > li a,
.nav-tabs > li.active a { border-bottom-color   : #F0F0F0;
padding               : 10px;
font-size             : 14px;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.nav-tabs > li a:hover,
.nav-tabs > li a:focus,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a,
.nav-tabs > li.active a:focus {
border-bottom-color : #f0f0f0;
}
}
@media only screen and (max-width : 480px) {
.tabs-left > .nav-tabs > li > a {
font-size : 13px;
}
.tabbable {
margin-bottom : 20px;
}
.nav-tabs > li > a i {
width : 18px;
}
.tab-content > .tab-pane .img-polaroid {
float        : none;
margin-right : 0;
}
.tab-content > .tab-pane .img-polaroid.extra {
float       : none;
margin-left : 0;
}
}
.tabs-inner {
margin-bottom : 41px;
} .container {
margin-right : auto;
margin-left  : auto;
*zoom        : 1;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container-fluid {
padding-right : 20px;
padding-left  : 20px;
*zoom         : 1;
}
.container-fluid:before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
.clearfix {
*zoom : 1;
}
.clearfix:before,
.clearfix:after {
display     : table;
content     : "";
line-height : 0;
}
.clearfix:after {
clear : both;
}
.hide-text {
font             : 0/0 a;
color            : transparent;
text-shadow      : none;
background-color : transparent;
border           : 0;
}
.input-block-level {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
} .container {
margin-right : auto;
margin-left  : auto;
*zoom        : 1;
}
.container:before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container-fluid {
padding-right : 20px;
padding-left  : 20px;
*zoom         : 1;
}
.container-fluid:before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
.clearfix {
*zoom : 1;
}
.clearfix:before,
.clearfix:after {
display     : table;
content     : "";
line-height : 0;
}
.clearfix:after {
clear : both;
}
.hide-text {
font             : 0/0 a;
color            : transparent;
text-shadow      : none;
background-color : transparent;
border           : 0;
}
.input-block-level {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
@-ms-viewport {
width : device-width;
}
.hidden {
display    : none;
visibility : hidden;
}
.visible-phone {
display : none !important;
}
.visible-tablet {
display : none !important;
}
.hidden-desktop {
display : none !important;
}
.visible-desktop {
display : inherit !important;
}
@media (max-width : 768px) {
.hidden-desktop {
display : inherit !important;
}
.visible-desktop {
display : none !important;
}
.visible-phone {
display : inherit !important;
}
.hidden-phone {
display : none !important;
}
}
.visible-print {
display : none !important;
}
@media print {
.visible-print {
display : inherit !important;
}
.hidden-print {
display : none !important;
}
}
@media (min-width : 1200px) {
.span12 {
width : 1170px;
}
.span11 {
width : 1070px;
}
.span10 {
width : 970px;
}
.span9 {
width : 870px;
}
.span8 {
width : 770px;
}
.span7 {
width : 670px;
}
.span6 {
width : 570px;
}
.span5 {
width : 470px;
}
.span4 {
width : 370px;
}
.span3 {
width : 270px;
}
.span2 {
width : 170px;
}
.span1 {
width : 70px;
}
.offset12 {
margin-left : 1230px !important;
}
.offset11 {
margin-left : 1130px !important;
}
.offset10 {
margin-left : 1030px !important;
}
.offset9 {
margin-left : 930px !important;
}
.offset8 {
margin-left : 830px !important;
}
.offset7 {
margin-left : 730px !important;
}
.offset6 {
margin-left : 630px !important;
}
.offset5 {
margin-left : 530px !important;
}
.offset4 {
margin-left : 430px !important;
}
.offset3 {
margin-left : 330px !important;
}
.offset2 {
margin-left : 230px !important;
}
.offset1 {
margin-left : 130px !important;
}
.row-fluid {
width : 100%;
*zoom : 1;
}
.row-fluid:before,
.row-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.row-fluid:after {
clear : both;
}
.row-fluid [class*="span"] {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
float              : left;
margin-left        : 2.564102564102564%;
*margin-left       : 2.5109110747408616%;
}
.row-fluid [class*="span"]:first-child {
margin-left : 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left : 2.564102564102564%;
}
.row-fluid .span12 {
width  : 100%;
*width : 99.94680851063829%;
}
.row-fluid .span11 {
width  : 91.45299145299145%;
*width : 91.39979996362975%;
}
.row-fluid .span10 {
width  : 82.90598290598291%;
*width : 82.8527914166212%;
}
.row-fluid .span9 {
width  : 74.35897435897436%;
*width : 74.30578286961266%;
}
.row-fluid .span8 {
width  : 65.81196581196582%;
*width : 65.75877432260411%;
}
.row-fluid .span7 {
width  : 57.26495726495726%;
*width : 57.21176577559556%;
}
.row-fluid .span6 {
width  : 48.717948717948715%;
*width : 48.664757228587014%;
}
.row-fluid .span5 {
width  : 40.17094017094017%;
*width : 40.11774868157847%;
}
.row-fluid .span4 {
width  : 31.623931623931625%;
*width : 31.570740134569924%;
}
.row-fluid .span3 {
width  : 23.076923076923077%;
*width : 23.023731587561375%;
}
.fontawesome-icon-list .span3 {
width  : 23.076923076923077%;
*width : 23.023731587561375%;
}
.row-fluid .span2 {
width  : 14.52991452991453%;
*width : 14.476723040552828%;
}
.row-fluid .span1 {
width  : 5.982905982905983%;
*width : 5.929714493544281%;
}
.row-fluid .offset12 {
margin-left  : 105.12820512820512%;
*margin-left : 105.02182214948171%;
}
.row-fluid .offset12:first-child {
margin-left  : 102.56410256410257%;
*margin-left : 102.45771958537915%;
}
.row-fluid .offset11 {
margin-left  : 96.58119658119658%;
*margin-left : 96.47481360247316%;
}
.row-fluid .offset11:first-child {
margin-left  : 94.01709401709402%;
*margin-left : 93.91071103837061%;
}
.row-fluid .offset10 {
margin-left  : 88.03418803418803%;
*margin-left : 87.92780505546462%;
}
.row-fluid .offset10:first-child {
margin-left  : 85.47008547008548%;
*margin-left : 85.36370249136206%;
}
.row-fluid .offset9 {
margin-left  : 79.48717948717949%;
*margin-left : 79.38079650845607%;
}
.row-fluid .offset9:first-child {
margin-left  : 76.92307692307693%;
*margin-left : 76.81669394435352%;
}
.row-fluid .offset8 {
margin-left  : 70.94017094017094%;
*margin-left : 70.83378796144753%;
}
.row-fluid .offset8:first-child {
margin-left  : 68.37606837606839%;
*margin-left : 68.26968539734497%;
}
.row-fluid .offset7 {
margin-left  : 62.393162393162385%;
*margin-left : 62.28677941443899%;
}
.row-fluid .offset7:first-child {
margin-left  : 59.82905982905982%;
*margin-left : 59.72267685033642%;
}
.row-fluid .offset6 {
margin-left  : 53.84615384615384%;
*margin-left : 53.739770867430444%;
}
.row-fluid .offset6:first-child {
margin-left  : 51.28205128205128%;
*margin-left : 51.175668303327875%;
}
.row-fluid .offset5 {
margin-left  : 45.299145299145295%;
*margin-left : 45.1927623204219%;
}
.row-fluid .offset5:first-child {
margin-left  : 42.73504273504273%;
*margin-left : 42.62865975631933%;
}
.row-fluid .offset4 {
margin-left  : 36.75213675213675%;
*margin-left : 36.645753773413354%;
}
.row-fluid .offset4:first-child {
margin-left  : 34.18803418803419%;
*margin-left : 34.081651209310785%;
}
.row-fluid .offset3 {
margin-left  : 28.205128205128204%;
*margin-left : 28.0987452264048%;
}
.row-fluid .offset3:first-child {
margin-left  : 25.641025641025642%;
*margin-left : 25.53464266230224%;
}
.row-fluid .offset2 {
margin-left  : 19.65811965811966%;
*margin-left : 19.551736679396257%;
}
.row-fluid .offset2:first-child {
margin-left  : 17.094017094017094%;
*margin-left : 16.98763411529369%;
}
.row-fluid .offset1 {
margin-left  : 11.11111111111111%;
*margin-left : 11.004728132387708%;
}
.row-fluid .offset1:first-child {
margin-left  : 8.547008547008547%;
*margin-left : 8.440625568285142%;
}
input,
textarea,
.uneditable-input {
margin-left : 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left : 30px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
width : 1156px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
width : 1056px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
width : 956px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
width : 856px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
width : 756px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
width : 656px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
width : 556px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
width : 456px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
width : 356px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
width : 256px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
width : 156px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
width : 56px;
}
.thumbnails {
margin-left : -30px;
}
.thumbnails > li {
margin-left : 30px;
}
.row-fluid .thumbnails {
margin-left : 0;
}
#work_container.works {
margin-right : -60px;
}
}
@media (min-width : 769px) and (max-width : 992px) {
.row {
margin-left : -20px;
*zoom       : 1;
}
.row:before,
.row:after {
display     : table;
content     : "";
line-height : 0;
}
.row:after {
clear : both;
}
[class*="span"] {
float       : left;
min-height  : 1px;
margin-left : 20px;
}
.span12 {
width : 724px;
}
.span11 {
width : 662px;
}
.span10 {
width : 600px;
}
.span9 {
width : 538px;
}
.span8 {
width : 476px;
}
.span7 {
width : 414px;
}
.span6 {
width : 352px;
}
.span5 {
width : 290px;
}
.span4 {
width : 226px;
}
.colls_grid3 .span4 {
width : 352px;
}
.span3 {
width : 166px;
}
.span2 {
width : 104px;
}
.span1 {
width : 42px;
}
.offset12 {
margin-left : 764px;
}
.offset11 {
margin-left : 702px;
}
.offset10 {
margin-left : 640px;
}
.offset9 {
margin-left : 578px;
}
.offset8 {
margin-left : 516px;
}
.offset7 {
margin-left : 454px;
}
.offset6 {
margin-left : 392px;
}
.offset5 {
margin-left : 330px;
}
.offset4 {
margin-left : 268px;
}
.offset3 {
margin-left : 206px;
}
.offset2 {
margin-left : 144px;
}
.offset1 {
margin-left : 82px;
}
.row-fluid {
width : 100%;
*zoom : 1;
}
.row-fluid:before,
.row-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.row-fluid:after {
clear : both;
}
.row-fluid [class*="span"] {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
float              : left;
margin-left        : 2.7624309392265194%;
*margin-left       : 2.709239449864817%;
}
.row-fluid [class*="span"]:first-child {
margin-left : 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left : 2.7624309392265194%;
}
.row-fluid .span12 {
width  : 100%;
*width : 99.94680851063829%;
}
.row-fluid .span11 {
width  : 91.43646408839778%;
*width : 91.38327259903608%;
}
.row-fluid .span10 {
width  : 82.87292817679558%;
*width : 82.81973668743387%;
}
.row-fluid .span9 {
width  : 74.30939226519337%;
*width : 74.25620077583166%;
}
.row-fluid .span8 {
width  : 65.74585635359117%;
*width : 65.69266486422946%;
}
.row-fluid .span7 {
width  : 57.18232044198895%;
*width : 57.12912895262725%;
}
.row-fluid .span6 {
width  : 48.61878453038674%;
*width : 48.56559304102504%;
}
.row-fluid .span5 {
width  : 40.05524861878453%;
*width : 40.00205712942283%;
}
.row-fluid .span4 {
width  : 31.491712707182323%;
*width : 31.43852121782062%;
}
.row-fluid .span3 {
width  : 22.92817679558011%;
*width : 22.87498530621841%;
}
.row-fluid .span2 {
width  : 14.3646408839779%;
*width : 14.311449394616199%;
}
.row-fluid .span1 {
width  : 5.801104972375691%;
*width : 5.747913483013988%;
}
.row-fluid .offset12 {
margin-left  : 105.52486187845304%;
*margin-left : 105.41847889972962%;
}
.row-fluid .offset12:first-child {
margin-left  : 102.76243093922652%;
*margin-left : 102.6560479605031%;
}
.row-fluid .offset11 {
margin-left  : 96.96132596685082%;
*margin-left : 96.8549429881274%;
}
.row-fluid .offset11:first-child {
margin-left  : 94.1988950276243%;
*margin-left : 94.09251204890089%;
}
.row-fluid .offset10 {
margin-left  : 88.39779005524862%;
*margin-left : 88.2914070765252%;
}
.row-fluid .offset10:first-child {
margin-left  : 85.6353591160221%;
*margin-left : 85.52897613729868%;
}
.row-fluid .offset9 {
margin-left  : 79.8342541436464%;
*margin-left : 79.72787116492299%;
}
.row-fluid .offset9:first-child {
margin-left  : 77.07182320441989%;
*margin-left : 76.96544022569647%;
}
.row-fluid .offset8 {
margin-left  : 71.2707182320442%;
*margin-left : 71.16433525332079%;
}
.row-fluid .offset8:first-child {
margin-left  : 68.50828729281768%;
*margin-left : 68.40190431409427%;
}
.row-fluid .offset7 {
margin-left  : 62.70718232044199%;
*margin-left : 62.600799341718584%;
}
.row-fluid .offset7:first-child {
margin-left  : 59.94475138121547%;
*margin-left : 59.838368402492065%;
}
.row-fluid .offset6 {
margin-left  : 54.14364640883978%;
*margin-left : 54.037263430116376%;
}
.row-fluid .offset6:first-child {
margin-left  : 51.38121546961326%;
*margin-left : 51.27483249088986%;
}
.row-fluid .offset5 {
margin-left  : 45.58011049723757%;
*margin-left : 45.47372751851417%;
}
.row-fluid .offset5:first-child {
margin-left  : 42.81767955801105%;
*margin-left : 42.71129657928765%;
}
.row-fluid .offset4 {
margin-left  : 37.01657458563536%;
*margin-left : 36.91019160691196%;
}
.row-fluid .offset4:first-child {
margin-left  : 34.25414364640884%;
*margin-left : 34.14776066768544%;
}
.row-fluid .offset3 {
margin-left  : 28.45303867403315%;
*margin-left : 28.346655695309746%;
}
.row-fluid .offset3:first-child {
margin-left  : 25.69060773480663%;
*margin-left : 25.584224756083227%;
}
.row-fluid .offset2 {
margin-left  : 19.88950276243094%;
*margin-left : 19.783119783707537%;
}
.row-fluid .offset2:first-child {
margin-left  : 17.12707182320442%;
*margin-left : 17.02068884448102%;
}
.row-fluid .offset1 {
margin-left  : 11.32596685082873%;
*margin-left : 11.219583872105325%;
}
.row-fluid .offset1:first-child {
margin-left  : 8.56353591160221%;
*margin-left : 8.457152932878806%;
}
input,
textarea,
.uneditable-input {
margin-left : 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left : 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
width : 710px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
width : 648px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
width : 586px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
width : 524px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
width : 462px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
width : 400px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
width : 338px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
width : 276px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
width : 214px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
width : 152px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
width : 90px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
width : 28px;
}
}
@media (max-width : 768px) {
body {
padding : 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
margin-left  : -20px;
margin-right : -20px;
}
.container-fluid {
padding : 0;
}
.dl-horizontal dt {
float      : none;
clear      : none;
width      : auto;
text-align : left;
}
.dl-horizontal dd {
margin-left : 0;
}
.container {
width   : auto;
padding : 0 20px;
}
.row-fluid {
width : 100%;
}
.row,
.thumbnails {
margin-left : 0;
}
.box_news.row { }
.box_news.row > article {
margin-left : 0px;
}
.thumbnails > li {
float       : none;
margin-left : 0;
}
[class*="span"],
.vc_col-sm-8,
.vc_col-sm-8 + .vc_col-sm-4,
.vc_col-sm-4 + .vc_col-sm-8,
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
display            : block;
width              : 100% !important;
margin-left        : 0;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.span12,
.row-fluid .span12 {
width              : 100%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.row-fluid [class*="offset"]:first-child {
margin-left : 0;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
display : inline-block;
width   : auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left : 0;
}
.modal {
position : fixed;
top      : 20px;
left     : 20px;
right    : 20px;
width    : auto;
margin   : 0;
}
.modal.fade {
top : -100px;
}
.modal.fade.in {
top : 20px;
}
.blog_photo_gallery li.span2 {
width : 200px;
float : left;
}
aside .span2:last-child {
margin-bottom : 25px;
}
.slider-block1 .div-control {
top : -11px !important;
}
.carousel-3.carousel figure,
.carousel-3.carousel iframe,
.carousel-8 .bx-wrapper {
margin-top : 20px !important;
}
.carousel-9.carousel {
padding-top : 15px;
}
.poduct_wrap {
height : auto !important;
}
.poduct_wrap .span3 {
width       : 30% !important;
margin-left : 20px !important;
float       : left !important;
}
.v_list .poduct_wrap .span3 {
margin-left : 0 !important;
}
.poduct_wrap .span3:first-child {
margin-left : 0 !important;
}
.columns_4 .poduct_wrap .span3.product {
width : 45% !important;
}
.columns_4 .poduct_wrap .span3.product:first-child {
margin-left : 20px !important;
}
.btn-large {
margin-top : 15px !important;
}
.btn-large {
font-size : 15px !important;
}
.btn-large.btn-shadow > span {
padding : 15px 30px !important;
}
.brake_line {
display : block;
}
.ls-nav-next,
.ls-nav-prev,
.tp-leftarrow.default,
.tp-rightarrow.default {
margin-right          : 0px;
-webkit-border-radius : 4px 0 0 4px;
-moz-border-radius    : 4px 0 0 4px;
border-radius         : 4px 0 0 4px;
}
.ls-nav-prev,
.tp-leftarrow.default {
-webkit-border-radius : 0 4px 4px 0;
-moz-border-radius    : 0 4px 4px 0;
border-radius         : 0 4px 4px 0;
}
.ls-nav-next,
.tp-rightarrow.default {
right : 0;
}
.ls-nav-prev,
.tp-leftarrow.default {
left : 0;
}
a.ls-nav-next,
a.ls-nav-prev,
.tp-leftarrow.default,
.tp-rightarrow.default {
top                : 50% !important;
z-index            : 10;
position           : absolute;
margin-top         : -20px;
width              : 40px !important;
height             : 40px !important;
display            : block;
text-align         : center;
cursor             : pointer;
overflow           : hidden;
text-align         : center;
background         : rgba(0, 0, 0, 0.2) !important;
-webkit-transition : background-color 0.3s ease;
-moz-transition    : background-color 0.3s ease;
-o-transition      : background-color 0.3s ease;
transition         : background-color 0.3s ease;
-webkit-box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow    : inset 0 0 5px rgba(0, 0, 0, 0.4);
box-shadow         : inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.ls-nav-next:before,
.tp-rightarrow.default:before {
content : "";
}
.ls-nav-prev:before,
.tp-leftarrow.default:before {
content : "";
}
a.ls-nav-next:before,
a.ls-nav-prev:before,
.tp-leftarrow.default,
.tp-rightarrow.default {
font-family        : FontAwesome;
font-size          : 16px;
width              : 40px;
line-height        : 41px;
position           : absolute;
text-align         : center;
top                : 0;
color              : #fff;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
a.ls-nav-next:before,
a.ls-nav-prev:before,
.tp-leftarrow.default {
left : 0;
}
a.ls-nav-next:hover,
a.ls-nav-prev:hover,
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
background : rgba(0, 0, 0, 0.5) !important;
}
.sm_p_right {
padding-right : 20px;
display       : block;
}
.block-product { }
.shopping_cart .v_shop_cart tr td:first-child h5 {
padding : 10px 0 0 2px;
}
.v_detail_order .span4 {
width : 100% !important;
}
.v_manufacturers2.v_deal .span6 {
width       : auto !important;
margin-left : 10px !important;
}
.v_list .poduct_wrap .span3 {
width : 100% !important;
}
.v_list .block-product figure:first-child {
margin-right : 15px !important;
}
.v_deal .price_info li:nth-child(3) {
margin-top : 0;
}
.photoframe.fleft {
float : none !important;
}
.v_prod_buttons div:last-child a {
padding : 0 0 0 20px;
}
.poping_links { line-height : 22px !important;
}
.v_count_deal {
padding-left : 0 !important;
}
td span.hot {
display : none;
}
.v_project_info {
margin-top : 30px;
}
}
@media (max-width : 545px) {
.d_ss_none {
display : none;
}
}
@media (max-width : 480px) {
.v_list .poduct_wrap .span3:first-child {
margin-left : 0 !important;
}
.columns_4 .poduct_wrap .span3.product {
width : 62% !important;
}
.columns_4 .poduct_wrap .span3.product:first-child {
margin-left : 17% !important;
}
.nav-collapse {
-webkit-transform : translate3d(0, 0, 0);
}
.page-header h1 small {
display     : block;
line-height : 24px;
}
input[type="checkbox"],
input[type="radio"] {
border : 1px solid #ccc;
}
.form-horizontal .control-label {
float       : none;
width       : auto;
padding-top : 0;
text-align  : left;
}
.form-horizontal .controls {
margin-left : 0;
}
.form-horizontal .control-list {
padding-top : 0;
}
.form-horizontal .form-actions {
padding-left  : 10px;
padding-right : 10px;
}
.media .pull-left,
.media .pull-right {
float         : none;
display       : block;
margin-bottom : 10px;
}
.media-object {
margin-right : 0;
margin-left  : 0;
}
.modal {
top   : 10px;
left  : 10px;
right : 10px;
}
.modal-header .close {
padding : 10px;
margin  : -10px;
}
.carousel-caption {
position : static;
}
.poduct_wrap .span3 {
width       : 62% !important;
margin-left : 17% !important;
}
.poduct_wrap .span3:first-child {
margin-left : 17% !important;
}
.poduct_wrap {
padding-bottom : 70px !important;
}
.banner .btn-medium {
float      : left !important;
margin-top : 10px !important;
}
.btn-large {
font-size : 12px !important;
}
.btn-large.btn-shadow > span {
padding : 12px 25px !important;
}
.w_mxs_full {
width : 93% !important;
}
.block-product {
padding-bottom : 30px !important;
}
.w_categories .span3 {
width         : 61% !important;
float         : none !important;
margin-right  : 0;
margin-left   : 18%;
margin-bottom : 20px;
}
.w_categories .span3:last-child {
margin-bottom : 0;
}
.continue_shopping span {
display : none;
}
.shopping_cart .half_col {
width : 100% !important;
}
.shopping_cart .half_col:last-child {
padding     : 10px 0 15px 0 !important;
border-left : none !important;
border-top  : 1px solid #e4e4e4;
margin-top  : 15px;
}
}
@media (max-width : 992px) {
.woocommerce-wishlist .container > .span9,
.woocommerce-wishlist .container > .span3,
.woocommerce-cart .container > .span9,
.woocommerce-cart .container > .span3 {
width : 100%;
}
body:not([class*="woocommerce"]) .navbar-inner #shop-cart {
display : none;
}
[class*="woocommerce"] .navbar-inner .phone-div {
display : none;
}
.v_deal .flexslider .flex-control-paging {
left : 45% !important;
}
.v_deal .flexslider {
padding : 10px 10px 30px 10px !important;
}
.v_deal .span6 {
padding     : 10px 0 0 0;
margin-left : 10px !important;
}
.quick_btn {
display : none !important;
}
body {
padding-top : 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position : static;
}
.navbar-fixed-top {
margin-bottom : 24px;
}
.navbar-fixed-bottom {
margin-top : 24px;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
padding : 5px;
}
.navbar .container {
width   : auto;
padding : 0;
}
.navbar .brand {
padding-left  : 10px;
padding-right : 10px;
margin        : 0 0 0 -5px;
}
.nav-collapse { }
.nav-collapse .nav {
float  : none;
margin : 0 0 12px;
}
.nav-collapse .nav > li {
float : none;
}
.nav-collapse .nav > li > a {
margin-bottom : 2px;
}
.nav-collapse .nav > .divider-vertical {
display : none;
}
.nav-collapse .nav .nav-header {
color       : #777777;
text-shadow : none;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
padding               : 9px 15px;
font-weight           : bold;
color                 : #777777;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
}
.nav-collapse .btn {
padding               : 4px 10px 4px;
font-weight           : normal;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.nav-collapse .dropdown-menu li + li a {
margin-bottom : 2px;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
background-color : #f0f0f0;
}
.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
color : #999999;
}
.navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
background-color : #111111;
}
.nav-collapse.in .btn-group {
margin-top : 5px;
padding    : 0;
}
.nav-collapse .dropdown-menu {
position              : static;
top                   : auto;
left                  : auto;
float                 : none;
display               : none;
max-width             : none;
margin                : 0 15px;
padding               : 0;
background-color      : transparent;
border                : none;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
-webkit-box-shadow    : none;
-moz-box-shadow       : none;
box-shadow            : none;
}
.nav-collapse .open > .dropdown-menu {
display : block;
}
.nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
display : none;
}
.nav-collapse .dropdown-menu .divider {
display : none;
}
.nav-collapse .nav > li > .dropdown-menu:before,
.nav-collapse .nav > li > .dropdown-menu:after {
display : none;
}
.nav-collapse .navbar-form,
.nav-collapse .navbar-search {
float              : none;
padding            : 12px 15px;
margin             : 12px 0;
border-top         : 1px solid #f0f0f0;
border-bottom      : 1px solid #f0f0f0;
-webkit-box-shadow : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
-moz-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow         : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
border-top-color    : #111111;
border-bottom-color : #111111;
}
.navbar .nav-collapse .nav.pull-right {
float       : none;
margin-left : 0;
} .navbar .btn-navbar {
display : block;
}
.navbar-static .navbar-inner {
padding-left  : 10px;
padding-right : 10px;
}
.sort_shop .navigation_grid {
float      : left !important;
font-size  : 13px;
margin-top : 10px;
width      : 100%;
}
.v_deal .span6 {
width : 90% !important;
}
.v_deal .span3 {
width : 100% !important;
}
.v_deal .main-sldier {
margin-bottom : 0;
}
.box-work > span {
padding : 18px 10px !important;
}
.nav-collapse_ .nav ul.submenu-extra {
width : 540px !important;
}
}
@media (min-width : 980px) {
.welcome-div {
margin-top : -5px;
}
.nav-collapse.collapse {
height   : auto !important;
overflow : visible !important;
}
} ul.resp-tabs-list {
margin  : 0px;
padding : 0px;
}
.resp-tabs-list li {
font-weight : 600;
font-size   : 13px;
display     : inline-block;
margin      : 0;
list-style  : none;
cursor      : pointer;
}
.resp-tabs-container {
padding : 0px;
}
h2.resp-accordion {
cursor  : pointer;
display : none;
}
.resp-tab-content {
display : none;
}
.resp-tab-content figure {
margin : 0
}
.resp-tab-content h3 {
padding-bottom : 17px
}
.resp-tab-content p {
padding-bottom : 13px
}
.resp-tab-active {
}
.resp-content-active, .resp-accordion-active {
display : block;
}
.resp-tab-content {
border : 1px solid #c1c1c1;
}
h2.resp-accordion {
background    : none repeat scroll 0 0 #F0F0F0;
border-radius : 5px;
margin        : 2px 0;
padding       : 0.5em;
position      : relative;
font-size     : 20px;
}
h2.resp-tab-active {
color      : #1f97ff;
background : #fff
}
h2.resp-tab-title:last-child {
background : blue;
} #verticalTab {
padding-top : 20px
}
.resp-vtabs ul.resp-tabs-list {
border-right : 1px solid #e4e4e4
}
.resp-vtabs .resp-tabs-list li {
display            : block;
margin             : 0;
cursor             : pointer;
float              : none;
border-top         : 1px solid #e4e4e4;
padding            : 14px 20px 13px;
font-family        : 'Open Sans', sans-serif;
font-weight        : bold;
text-transform     : uppercase;
color              : #1b1b1b;
font-size          : 14px;
line-height        : 24px;
-webkit-transition : color 0.3s ease;
-moz-transition    : color 0.3s ease;
-o-transition      : color 0.3s ease;
transition         : color 0.3s ease;
}
.resp-vtabs .resp-tabs-list li:hover {
color : #1f97ff;
}
.resp-vtabs .resp-tabs-list li:first-child {
border-top : none
}
.resp-vtabs .resp-tabs-container {
padding    : 0px;
min-height : 250px;
clear      : none;
}
.resp-vtabs .resp-tab-content {
border : none;
}
.resp-vtabs li.resp-tab-active {
border-right          : 3px solid #1f97ff;
background            : #fff;
border-radius         : 6px 0 0 6px;
-moz-border-radius    : 6px 0 0 6px;
-webkit-border-radius : 6px 0 0 6px;
-webkit-box-shadow    : 0 0 3px rgba(0, 0, 0, 0.3);
border-top            : none;
margin-top            : 1px;
-moz-box-shadow       : 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow            : 0 0 3px rgba(0, 0, 0, 0.3);
color                 : #1f97ff;
position              : relative;
z-index               : 1;
}
.resp-vtabs li.resp-tab-active:first-child {
margin-top : 0
}
.resp-vtabs li.resp-tab-active + li {
border-top : none;
margin-top : 1px
}
.resp-arrow {
width        : 0;
height       : 0;
float        : right;
margin-top   : 3px;
border-left  : 6px solid transparent;
border-right : 6px solid transparent;
border-top   : 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
border        : none;
border-left   : 6px solid transparent;
border-right  : 6px solid transparent;
border-bottom : 12px solid #9B9797;
} h2.resp-tab-active {
}
.resp-easy-accordion h2.resp-accordion {
display : block;
}
.resp-easy-accordion .resp-tab-content {
border : 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
}
.resp-jfit {
width  : 100%;
margin : 0px;
}
.resp-tab-content-active {
display : block;
}
h2.resp-accordion:first-child {
} @media only screen and (max-width : 768px) {
ul.resp-tabs-list {
display : none;
}
h2.resp-accordion {
display     : block;
line-height : 24px;
}
.resp-vtabs .resp-tab-content {
background    : #FFFFFF;
border        : 5px solid #F0F0F0;
border-radius : 5px;
font-size     : 14px;
line-height   : 21px;
overflow      : hidden;
padding       : 12px 12px 10px 20px;
position      : relative;
z-index       : 1;
}
.resp-vtabs .resp-tabs-container {
border     : none;
float      : none;
width      : 100%;
min-height : initial;
clear      : none;
}
.resp-accordion-closed {
display : none !important;
}
.resp-vtabs .resp-tab-content:last-child {
border-bottom : 1px solid #c1c1c1 !important;
}
} .responsive-tabs__heading {
display : none;
}
.responsive-tabs__list__item {
display : inline;
cursor  : pointer;
}
.responsive-tabs {
position : relative; }
.responsive-tabs:after {
display    : block;
content    : "";
width      : 5px;
height     : 40px;
background : #f0f0f0;
position   : absolute;
left       : 0;
top        : 10px;
z-index    : 100;
} .tabs-inner {
margin-bottom : 41px
}
@media (max-width : 768px) {
.tabbable.responsive .tab-content > .tab-pane {
width : 100% !important;
}
}
@media (min-width : 768px) {
.responsive-tabs__panel--closed-accordion-only {
display : block !important;
}
} .responsive-tabs-extra .responsive-tabs {
margin-top : 30px
}
.responsive-tabs_1.extra {
margin-top : 0
} .responsive-tabs_1 {
margin-bottom : 44px
}
.responsive-tabs-extra .responsive-tabs > div {
width              : 100%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
margin-bottom      : 30px
}
.responsive-tabs > div {
margin                : -5px 0 0 0;
border                : 5px solid #f0f0f0;
-webkit-border-radius : 0 5px 5px 5px;
-moz-border-radius    : 0 5px 5px 5px;
border-radius         : 0 5px 5px 5px;
padding               : 12px 12px 10px 20px;
font-size             : 14px;
line-height           : 21px;
overflow              : hidden;
background            : #fff;
position              : relative;
z-index               : 1;
float                 : left;
min-height            : 293px
}
.responsive-tabs > div .extra-wrap {
overflow : visible;
}
.responsive-tabs > div .img-polaroid {
float                 : left;
margin                : 0 19px 10px 0;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.responsive-tabs > div .img-polaroid img {
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
} .responsive-tabs-wrapper {
clear : both;
zoom  : 1;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
content : "";
display : table;
}
.responsive-tabs-wrapper:after {
clear : both;
}
.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {
outline : none
}
.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
outline : none !important;
}
.responsive-tabs__list {
margin   : 0 5px 0 0;
padding  : 0;
position : relative;
z-index  : 2;
}
.responsive-tabs__list__item {
float                 : left;
background            : #f0f0f0;
padding               : 10px 16px;
font-weight           : normal;
border                : 5px solid #f0f0f0;
margin                : 0 5px 0 0;
font-family           : 'Open Sans', sans-serif;
font-size             : 16px;
line-height           : 20px;
color                 : #1b1b1b;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
-webkit-transition    : 0.3s ease all;
-moz-transition       : 0.3s ease all;
-ms-transition        : 0.3s ease all;
-o-transition         : 0.3s ease all;
transition            : 0.3s ease all;
}
.dark-style .responsive-tabs__list .responsive-tabs__list__item {
background-color    : #262626;
color               : #fff;
border-bottom-color : #262626;
}
.dark-style .responsive-tabs__list__item--active:hover, .dark-style .responsive-tabs__list__item:hover {
background          : #282828;
border-bottom-color : #282828;
color               : #fff;
}
.dark-style .responsive-tabs p {
color : #999999;
}
.dark-style .responsive-tabs:after,
.dark-style .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:first-child:after,
.dark-style .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:first-child:after {
background : none;
}
.dark-style .responsive-tabs > div,
.dark-style .responsive-tabs__list__item {
border-color : #262626;
background   : #282828;
}
.dark-style .responsive-tabs:after {
background-color : #282828
}
.dark-style .responsive-tabs > div, .dark-style .responsive-tabs__list__item {
}  .responsive-tabs__list__item:hover {
color : #1f97ff
}
.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover,
.responsive-tabs__list__item:hover {
background          : #fff;
border-bottom-color : #fff;
}
.responsive-tabs__list__item--active {
font-weight : 600
}
.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
color : #1b1b1b
}
.responsive-tabs__list__item--active {
cursor : default
}
.responsive-tabs_1 .responsive-tabs__list {
display  : block;
float    : left;
width    : 300px;
position : relative;
z-index  : 2;
}
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item {
padding               : 10px 23px 10px 15px;
display               : block;
overflow              : visible;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
float                 : none;
margin                : 0 0 5px 0;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
position              : relative
}
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:first-child, .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:last-child {
position : relative;
}
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:first-child:after {
display    : none;
position   : absolute;
content    : "";
height     : 5px;
background : #f0f0f0;
left       : 0;
right      : 0;
top        : -5px;
}
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:last-child:after {
display    : none;
position   : absolute;
content    : "";
height     : 5px;
background : #f0f0f0;
left       : 0;
right      : 0;
bottom     : -5px;
}
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:last-child:hover:after {
display : block;
right   : -5px;
} .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:first-child:hover:after {
display : block;
right   : -10px;
}
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:after {
display : block;
right   : -10px;
}
.responsive-tabs__list__item i {
width : 28px;
} .type-tabs1 .responsive-tabs__list {
width : 15%
}
.type-tabs1 .responsive-tabs__list li i {
display : none;
}
.type-tabs1 .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item {
padding : 10px 15px;
}
.type-tabs1 .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:last-child:after {
background : none
} .type-tabs3 .responsive-tabs__list {
width : 20%
}
.type-tabs3 .responsive-tabs__list li i {
}
.type-tabs3 .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item {
padding : 10px 15px;
}
.type-tabs3 .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:last-child:after {
background : none
} .type-tabs4 .responsive-tabs .responsive-tabs__list .responsive-tabs__list__item {
padding    : 10px 12px;
text-align : center;
}  .type-tabs5 .responsive-tabs__list {
width : 10%
}
.type-tabs5 .responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:last-child:after {
background : none
} .tabbable.responsive {
position : relative;
margin   : 30px 0;
overflow : hidden
}
.tabbable.responsive:after {
display    : block;
content    : "";
width      : 5px;
height     : 40px;
background : #f0f0f0;
position   : absolute;
left       : 0;
top        : 10px;
z-index    : 100;
}
.tabbable.responsive .nav-tabs:after {
clear      : both;
background : none;
}
.tabbable.responsive .nav-tabs {
margin   : 0;
border   : none;
position : relative;
z-index  : 2
}
.tabbable.responsive .nav-tabs > li {
float  : left;
margin : 0 5px 0 0;
}
.tabbable.responsive .nav-tabs > li > a {
background            : #f0f0f0;
padding               : 10px 20px;
font-weight           : 600;
border                : 5px solid #f0f0f0;
font-family           : 'Open Sans', sans-serif;
font-size             : 16px;
line-height           : 20px;
color                 : #1b1b1b;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
-webkit-transition    : 0.3s ease all;
-moz-transition       : 0.3s ease all;
-ms-transition        : 0.3s ease all;
-o-transition         : 0.3s ease all;
transition            : 0.3s ease all;
position              : relative
}
.tabbable.responsive .nav-tabs > li > a:hover,
.tabbable.responsive .nav-tabs > li.active > a {
color               : #1f97ff;
background          : #fff;
border-bottom-color : #fff;
}
.tabbable.responsive .tab-content {
margin                : -5px 0 0 0;
border                : 5px solid #f0f0f0;
-webkit-border-radius : 0 5px 5px 5px;
-moz-border-radius    : 0 5px 5px 5px;
border-radius         : 0 5px 5px 5px;
padding               : 12px 20px 10px;
font-size             : 14px;
line-height           : 21px;
overflow              : hidden;
position              : relative;
z-index               : 1;
float                 : left;
width                 : 100%;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
min-height            : 293px;
background            : #fff
}
.tabbable.responsive .tab-content > .tab-pane {
background : none;
border     : none;
padding    : 0;
width      : 100%;
}
.tabbable.responsive .nav-tabs > li.active > a,
.tabbable.responsive .nav-tabs > li.active > a:hover {
color : #1b1b1b
}
.tabbable.responsive .nav-tabs > li > span.tab-control-spacer {
width  : 30px;
height : 30px;
float  : left
}
.tabbable.responsive .nav-tabs > li > a.tab-control {
display               : block;
float                 : left;
width                 : 30px;
height                : 30px;
margin                : 7px 0;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
background            : #f0f0f0;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.15);
text-align            : center;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
overflow              : hidden;
cursor                : pointer;
font-weight           : normal
}
.tabbable.responsive .nav-tabs > li > a.tab-control.right,
.tabbable.responsive .nav-tabs > li > span.tab-control-spacer.right {
float : right;
}
.tabbable.responsive .nav-tabs > li > a.tab-control:hover {
background : #1f97ff
}
.tabbable.responsive .nav-tabs > li > span.tab-control-spacer {
line-height : 28px;
color       : transparent;
background  : transparent;
}
.tabbable.responsive .nav-tabs > li > a.tab-control:before,
.tabbable.responsive .nav-tabs > li > a.tab-control:after {
font-family        : FontAwesome;
font-size          : 21px;
line-height        : 30px;
color              : #1b1b1b;
position           : relative;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.tabbable.responsive .nav-tabs > li > a.tab-control.right:after {
left  : -30px;
color : #fff
}
.tabbable.responsive .nav-tabs > li > a.tab-control.right:before {
left : 5px
}
.tabbable.responsive .nav-tabs > li > a.tab-control.right:hover:after {
left : -3px
}
.tabbable.responsive .nav-tabs > li > a.tab-control.right:hover:before {
color : #fff;
left  : 30px
}
.tabbable.responsive .nav-tabs > li > a.tab-control.left:after {
right : -30px;
color : #fff
}
.tabbable.responsive .nav-tabs > li > a.tab-control.left:before {
right : -3px
}
.tabbable.responsive .nav-tabs > li > a.tab-control.left:hover:after {
right : 4px
}
.tabbable.responsive .nav-tabs > li > a.tab-control.left:hover:before {
color : #fff;
right : 30px
}
.tabbable.responsive .nav-tabs > li > a.tab-control.left:before,
.tabbable.responsive .nav-tabs > li > a.tab-control.left:after {
content : ""
}
.tabbable.responsive .nav-tabs > li > a.tab-control.right:before,
.tabbable.responsive .nav-tabs > li > a.tab-control.right:after {
content : ""
}
@media (min-width : 1200px) {
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:last-child:hover:after {
display : block;
right   : -10px;
}
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:after {
display : block;
right   : -10px;
}
}
.responsive-tabs_1 .responsive-tabs__list__item:hover {
background          : #fff;
border-right-color  : #fff;
border-bottom-color : #f0f0f0;
margin-right        : -11px !important;
font-weight         : 600;
}
.responsive-tabs_1 .responsive-tabs__list__item--active,
.responsive-tabs_1 .responsive-tabs__list__item--active:hover {
background          : #fff;
border-right-color  : #fff;
border-bottom-color : #f0f0f0;
margin-right        : -11px !important;
font-weight         : 600;
}
.responsive-tabs_1 > div {
position : relative;
z-index  : 1;
overflow : hidden;
float    : none;
margin   : 5px 0 0 5px;
}
.responsive-tabs_1 > div .img-polaroid {
float  : right;
margin : 10px 5px;
}
.responsive-tabs_1 > div .img-polaroid.extra {
margin-left : 20px;
}
.responsive-tabs_1 > div .extra-wrap {
padding-top : 10px;
}
.responsive-tabs__panel {
margin-bottom : 50px;
}
a:focus {
outline         : none;
text-decoration : none;
}
a:visited {
outline         : none;
border          : none;
text-decoration : none;
}
@media (max-width : 1199px) {
.tabbable.responsive:after {
display : none
}
.tabbable.responsive .nav-tabs {
overflow : hidden
}
.tabbable.responsive .nav-tabs {
border                : 5px solid #F0F0F0;
background            : #fff;
margin                : 0;
overflow              : hidden;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
}
.tabbable.responsive .nav-tabs li { -webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
-ms-box-sizing     : border-box;
-o-box-sizing      : border-box;
box-sizing         : border-box;
display            : inline-block;
width              : 100%;
height             : 44px;
line-height        : 44px;
padding            : 0 7px;
overflow           : hidden;
}
.tabbable.responsive .nav-tabs > li > a {
border-style : none;
display      : inline-block;
margin       : 0;
padding      : 0;
} .tabbable.responsive .nav-tabs > li > a:hover {
border-style     : none;
background-color : transparent;
}
.tabbable.responsive .nav-tabs > li > a:active,
.tabbable.responsive .nav-tabs > .active > a,
.tabbable.responsive .nav-tabs > .active > a:hover {
border-style : none;
}
}
@media (max-width : 767px) {
.responsive-tabs {
margin : 30px 0 30px 0;
}
.responsive-tabs__heading {
padding       : 0.5em;
border-radius : 5px;
background    : #f0f0f0;
position      : relative;
margin        : 2px 0 2px 0;
}
.responsive-tabs__heading {
font-size : 20px;
}
.responsive-tabs_1 i {
margin-right : 16px;
font-size    : 16px;
}
.responsive-tabs__heading:after {
content      : "";
display      : block;
position     : absolute;
right        : 20px;
top          : 40%;
width        : 0;
height       : 0;
border-left  : 10px solid transparent;
border-right : 10px solid transparent;
border-top   : 10px solid #000;
}
.responsive-tabs__heading:hover,
.responsive-tabs__heading--active:hover {
background-color : #efefef
}
.responsive-tabs__heading--active {
background : #fff;
}
.responsive-tabs__heading--active:after {
border-bottom : 10px solid #000;
border-top    : 0;
}
.responsive-tabs:after {
display : none;
}
.responsive-tabs > div {
margin                : 0;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
min-height            : inherit;
float                 : none
}
.responsive-tabs__list {
display : none;
}
.responsive-tabs__heading {
display : block;
cursor  : pointer;
}
.responsive-tabs__panel--closed-accordion-only {
display : none;
}
.responsive-tabs_1 .responsive-tabs__list {
display : none;
}
}
@media (max-width : 570px) {
.responsive-tabs_1 > div .img-polaroid {
float       : none;
margin-left : 0;
}
.responsive-tabs_1 > div .img-polaroid img {
width : 100%
}
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
.responsive-tabs__list__item {
padding   : 10px 4px;
font-size : 15px
}
.tabbable.responsive .tab-content {
padding : 12px 15px 10px;
}
}    .carousel {
position : relative;
margin   : 0
}
.carousel:after {
clear       : both;
content     : "";
display     : table;
line-height : 0;
} .carousel li {
float : left
}
.carousel li.iframe {
float : none
}
.carousel ul {
margin : 0
} .carousel-3 {
position : relative;
margin   : -2px 0 0px;
}
.carousel_indent {
margin-bottom : 50px
}
.carousel-4 {
margin : -7px 0 31px;
}
.carousel-4.extra {
margin-bottom : 50px
}
.carousel-4.extra1 {
margin-bottom : 0px
}
.slider-block,
.slider-block1 {
margin   : 0 0 5px;
width    : auto;
position : relative;
}
.slider-block1 {
margin : 60px 0
}
.slider-block1 .prev-slide {
margin-right : 5px
}
.slider-block1 .box-work figure {
border-radius         : 5px;
-moz-border-radius    : 5px;
-webkit-border-radius : 5px;
}
.slider-block.extra {
margin : 21px 0 5px;
}
.bx-wrapper {
position : relative;
margin   : 0 auto;
padding  : 0;
*zoom    : 1;
float    : left;
}
.bx-wrapper img {
max-width : 100%;
display   : block;
}
.div-control {
position : relative;
display  : block;
}
.carousel {
position : relative
}
.carousel-9 .bx-viewport,
.carousel-10 .bx-viewport,
.carousel-11 .bx-viewport {
padding : 5px 5px 0;
margin  : 0 -5px 0 !important;
}
@media (min-width : 1200px) {
.carousel-9 .bx-viewport,
.carousel-10 .bx-viewport,
.carousel-11 .bx-viewport {
padding : 5px 25px 122px;
margin  : 0 -25px -89px !important;
}
}
@media (max-width : 1199px) {
.carousel-9 .bx-viewport,
.carousel-10 .bx-viewport,
.carousel-11 .bx-viewport {
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
} .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position : absolute;
bottom   : -30px;
width    : 100%;
} .bx-wrapper .bx-loading {
min-height : 50px;
height     : 100%;
width      : 100%;
position   : absolute;
top        : 0;
left       : 0;
z-index    : 2000;
} .next-slide a,
.prev-slide a {
line-height           : 0;
font-size             : 0;
display               : inline-block;
width                 : 30px;
height                : 30px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
background            : #f0f0f0;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.15);
text-align            : center;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
overflow              : hidden;
}
.next-slide,
.prev-slide {
display     : inline-block;
line-height : 0;
}
.next-slide:hover a,
.prev-slide:hover a {
background : #1f97ff
}
.next-slide a:before,
.next-slide a:after,
.prev-slide a:before,
.prev-slide a:after {
font-family        : FontAwesome;
font-size          : 21px;
line-height        : 30px;
color              : #1b1b1b;
position           : relative;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.next-slide a:after {
left  : -30px;
color : #fff
}
.next-slide a:before {
left : 5px
}
.next-slide a:hover:after {
left : -2px
}
.next-slide a:hover:before {
color : #fff;
left  : 30px
}
.prev-slide a:after {
right : -30px;
color : #fff
}
.prev-slide a:before {
right : -4px
}
.prev-slide a:hover:after {
right : 4px
}
.prev-slide a:hover:before {
color : #fff;
right : 30px
}
.prev-slide a:before,
.prev-slide a:after {
content : ""
}
.next-slide a:before,
.next-slide a:after {
content : ""
}
.carousel-4 ul li a {
display : inline-block
}
.carousel-4 ul li a img {
-webkit-transition : all 0.4s ease;
-moz-transition    : all 0.4s ease;
-o-transition      : all 0.4s ease;
transition         : all 0.4s ease;
opacity            : .4;
filter             : alpha(opacity=40);
}
.carousel-4 ul li a:hover img {
opacity : 1;
filter  : alpha(opacity=100);
}
.carousel-2 .div-control,
.carousel-3 .div-control,
.carousel-4 .div-control,
.carousel-6 .div-control,
.carousel-8 .div-control,
.carousel-9 .div-control,
.carousel-10 .div-control,
.carousel-11 .div-control {
position : absolute;
right    : 0px;
top      : -50px;
}
.carousel-6,
.carousel-7 {
margin : 0 0 40px;
}
.carousel-6 ul li {
overflow : hidden
}
.carousel-6 .bx-viewport {
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.carousel-7 .prev-slide {
left  : 0;
right : auto;
}
.carousel-7 .next-slide,
.carousel-7 .prev-slide {
position : absolute;
top      : 85px;
right    : 0
} .bx-wrapper .bx-pager {
text-align  : center;
font-size   : .85em;
font-family : Arial;
font-weight : bold;
color       : #666;
padding-top : 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display  : inline-block;
*zoom    : 1;
*display : inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background            : #666;
text-indent           : -9999px;
display               : block;
width                 : 10px;
height                : 10px;
margin                : 0 5px;
outline               : 0;
-moz-border-radius    : 5px;
-webkit-border-radius : 5px;
border-radius         : 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background : #000;
} .bx-wrapper .bx-prev {
left       : 10px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right      : 10px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
background-position : 0 0;
}
.bx-wrapper .bx-next:hover {
background-position : -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position    : absolute;
top         : 50%;
margin-top  : -16px;
outline     : 0;
width       : 32px;
height      : 32px;
text-indent : -9999px;
z-index     : 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display : none;
} .bx-wrapper .bx-controls-auto {
text-align : center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display     : block;
text-indent : -9999px;
width       : 10px;
height      : 11px;
outline     : 0;
background  : url(//www.a-aircool.be/wp-content/themes/reviver/css/images/controls.png) -86px -11px no-repeat;
margin      : 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position : -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display     : block;
text-indent : -9999px;
width       : 9px;
height      : 11px;
outline     : 0;
background  : url(//www.a-aircool.be/wp-content/themes/reviver/css/images/controls.png) -86px -44px no-repeat;
margin      : 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position : -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align : left;
width      : 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right : 0;
width : 35px;
} .bx-wrapper .bx-caption {
position   : absolute;
bottom     : 0;
left       : 0;
background : #666 \9;
background : rgba(80, 80, 80, 0.75);
width      : 100%;
}
.bx-wrapper .bx-caption span {
color       : #fff;
font-family : Arial;
display     : block;
font-size   : .85em;
padding     : 10px;
}  .isotope,
.isotope .isotope-item {
-webkit-transition-duration : 0.8s;
-moz-transition-duration    : 0.8s;
-ms-transition-duration     : 0.8s;
-o-transition-duration      : 0.8s;
transition-duration         : 0.8s;
}
.isotope {
-webkit-transition-property : height, width;
-moz-transition-property    : height, width;
-ms-transition-property     : height, width;
-o-transition-property      : height, width;
transition-property         : height, width;
}
.isotope .isotope-item {
-webkit-transition-property : -webkit-transform, opacity;
-moz-transition-property    : -moz-transform, opacity;
-ms-transition-property     : -ms-transform, opacity;
-o-transition-property      : top, left, opacity;
transition-property         : transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration : 0s;
-moz-transition-duration    : 0s;
-ms-transition-duration     : 0s;
-o-transition-duration      : 0s;
transition-duration         : 0s;
}
.isotope .isotope-item {
-webkit-transition-property : top, left, opacity;
-moz-transition-property    : top, left, opacity;
-ms-transition-property     : top, left, opacity;
-o-transition-property      : top, left, opacity;
transition-property         : top, left, opacity;
}
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
-webkit-transition-duration : 0.7s;
-moz-transition-duration    : 0.7s;
-o-transition-duration      : 0.7s;
transition-duration         : 0.7s;
}
.transitions-enabled.masonry {
-webkit-transition-property : height, width;
-moz-transition-property    : height, width;
-o-transition-property      : height, width;
transition-property         : height, width;
}
.transitions-enabled.masonry .masonry-brick {
-webkit-transition-property : left, right, top;
-moz-transition-property    : left, right, top;
-o-transition-property      : left, right, top;
transition-property         : left, right, top;
} .isotope-item {
z-index : 2;
}
.isotope-hidden.isotope-item {
pointer-events : none;
z-index        : 1;
}   @-webkit-keyframes imageAnimation {
0% {
opacity                           : 0;
-webkit-animation-timing-function : ease-in;
}
8% {
opacity                           : 1;
-webkit-transform                 : scale(1.05);
-webkit-animation-timing-function : ease-out;
}
17% {
opacity           : 1;
-webkit-transform : scale(1.1) rotate(3deg);
}
25% {
opacity           : 0;
-webkit-transform : scale(1.1) rotate(3deg);
}
100% {
opacity : 0
}
}
@-moz-keyframes imageAnimation {
0% {
opacity                        : 0;
-moz-animation-timing-function : ease-in;
}
8% {
opacity                        : 1;
-moz-transform                 : scale(1.05);
-moz-animation-timing-function : ease-out;
}
17% {
opacity        : 1;
-moz-transform : scale(1.1) rotate(3deg);
}
25% {
opacity        : 0;
-moz-transform : scale(1.1) rotate(3deg);
}
100% {
opacity : 0
}
}
@-o-keyframes imageAnimation {
0% {
opacity                      : 0;
-o-animation-timing-function : ease-in;
}
8% {
opacity                      : 1;
-o-transform                 : scale(1.05);
-o-animation-timing-function : ease-out;
}
17% {
opacity      : 1;
-o-transform : scale(1.1) rotate(3deg);
}
25% {
opacity      : 0;
-o-transform : scale(1.1) rotate(3deg);
}
100% {
opacity : 0
}
}
@-ms-keyframes imageAnimation {
0% {
opacity                       : 0;
-ms-animation-timing-function : ease-in;
}
8% {
opacity                       : 1;
-ms-transform                 : scale(1.05);
-ms-animation-timing-function : ease-out;
}
17% {
opacity       : 1;
-ms-transform : scale(1.1) rotate(3deg);
}
25% {
opacity       : 0;
-ms-transform : scale(1.1) rotate(3deg);
}
100% {
opacity : 0
}
}
@keyframes imageAnimation {
0% {
opacity                   : 0;
animation-timing-function : ease-in;
}
8% {
opacity                   : 1;
transform                 : scale(1.05);
animation-timing-function : ease-out;
}
17% {
opacity   : 1;
transform : scale(1.1) rotate(3deg);
}
25% {
opacity   : 0;
transform : scale(1.1) rotate(3deg);
}
100% {
opacity : 0
}
}
@-webkit-keyframes logoanimation {
0% {
opacity                           : 0;
-webkit-animation-timing-function : ease-in;
}
8% {
opacity                           : 1;
-webkit-animation-timing-function : ease-out;
}
17% {
opacity : 1;
}
25% {
opacity : 1;
}
100% {
opacity : 1
}
}
@-moz-keyframes logoanimation {
0% {
opacity                           : 0;
-webkit-animation-timing-function : ease-in;
}
8% {
opacity                           : 1;
-webkit-animation-timing-function : ease-out;
}
17% {
opacity : 1;
}
25% {
opacity : 1;
}
100% {
opacity : 1
}
}
@-o-keyframes logoanimation {
0% {
opacity                           : 0;
-webkit-animation-timing-function : ease-in;
}
8% {
opacity                           : 1;
-webkit-animation-timing-function : ease-out;
}
17% {
opacity : 1;
}
25% {
opacity : 1;
}
100% {
opacity : 1
}
}
@-ms-keyframes logoanimation {
0% {
opacity                           : 0;
-webkit-animation-timing-function : ease-in;
}
8% {
opacity                           : 1;
-webkit-animation-timing-function : ease-out;
}
17% {
opacity : 1;
}
25% {
opacity : 1;
}
100% {
opacity : 1
}
}
@keyframes logoanimation {
0% {
opacity                   : 0;
animation-timing-function : ease-in;
}
8% {
opacity                   : 1;
transform                 : scale(1.05);
animation-timing-function : ease-out;
}
17% {
opacity   : 1;
transform : scale(1.1) rotate(3deg);
}
25% {
opacity   : 0;
transform : scale(1.1) rotate(3deg);
}
100% {
opacity : 0
}
}   .tp-hide-revslider, .tp-caption.tp-hidden-caption {
visibility : hidden !important;
display    : none !important;
}
.tp-caption {
z-index : 1;
}
.boxedcontainer {
position : relative;
z-index  : 2;
}
.boxedcontainer.img {
text-align : center;
}
.tp-caption-demo .tp-caption {
position      : relative !important;
display       : inline-block;
margin-bottom : 10px;
margin-right  : 20px !important;
}
.tp-caption {
font-family : 'Open Sans', sans-serif;
}
.tp-caption.text1,
.tp-caption.text2 {
color       : #fff;
font-size   : 55px;
line-height : 1.2em;
font-weight : 300
}
.tp-caption.text2 {
font-weight : 800
}
.tp-caption.text3 {
color       : #1b1b1b;
font-size   : 18px;
line-height : 28px;
font-family : 'Open Sans', sans-serif;
}
.slide-item2 .tp-caption.text1,
.slide-item2 .tp-caption.text2,
{
text-transform : uppercase !important
}
.tp-caption.text1_1 {
font-weight    : 800;
font-size      : 55px;
line-height    : 56px;
color          : #1b1b1b;
text-transform : uppercase;
text-align     : center;
font-family    : 'Open Sans', sans-serif;
}
.tp-caption.text1_1.color-text1 {
color : #1f97ff
}
.tp-caption.text1_2 {
text-align  : center;
line-height : 28px;
}
.tp-caption.text1_2 strong {
display : block;
color   : #1b1b1b;
}
.tp-caption.text-t {
text-transform : uppercase
}
.tp-caption.boxshadow {
-moz-box-shadow    : 0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow : 0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow         : 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.noshadow {
text-shadow : none;
}
.tp_inner_padding {
box-sizing         : border-box;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
max-height         : none !important;
}  .tp-caption .frontcorner {
width        : 0;
height       : 0;
border-left  : 40px solid transparent;
border-right : 0px solid transparent;
border-top   : 40px solid #00A8FF;
position     : absolute;
left         : -40px;
top          : 0px;
}
.tp-caption .backcorner {
width         : 0;
height        : 0;
border-left   : 0px solid transparent;
border-right  : 40px solid transparent;
border-bottom : 40px solid #00A8FF;
position      : absolute;
right         : 0px;
top           : 0px;
}
.tp-caption .frontcornertop {
width         : 0;
height        : 0;
border-left   : 40px solid transparent;
border-right  : 0px solid transparent;
border-bottom : 40px solid #00A8FF;
position      : absolute;
left          : -40px;
top           : 0px;
}
.tp-caption .backcornertop {
width        : 0;
height       : 0;
border-left  : 0px solid transparent;
border-right : 40px solid transparent;
border-top   : 40px solid #00A8FF;
position     : absolute;
right        : 0px;
top          : 0px;
} .tp-simpleresponsive .button {
padding               : 6px 13px 5px;
border-radius         : 3px;
-moz-border-radius    : 3px;
-webkit-border-radius : 3px;
height                : 30px;
cursor                : pointer;
color                 : #fff !important;
text-shadow           : 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
font-size             : 15px;
line-height           : 45px !important;
background            : url(//www.a-aircool.be/wp-content/themes/reviver/images/gradient/g30.png) repeat-x top;
font-family           : arial, sans-serif;
font-weight           : bold;
letter-spacing        : -1px;
}
.tp-simpleresponsive .button.big {
color       : #fff;
text-shadow : 0px 1px 1px rgba(0, 0, 0, 0.6);
font-weight : bold;
padding     : 9px 20px;
font-size   : 19px;
line-height : 57px !important;
background  : url(//www.a-aircool.be/wp-content/themes/reviver/images/gradient/g40.png) repeat-x top;
}
.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
background-position : bottom, 15px 11px;
}
@media only screen and (min-width : 768px) and (max-width : 959px) {
}
@media only screen and (min-width : 480px) and (max-width : 767px) {
.tp-simpleresponsive .button {
padding     : 4px 8px 3px;
line-height : 25px !important;
font-size   : 11px !important;
font-weight : normal;
}
.tp-simpleresponsive a.button {
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
-ms-transition     : none;
}
}
@media only screen and (min-width : 0px) and (max-width : 479px) {
.tp-simpleresponsive .button {
padding     : 2px 5px 2px;
line-height : 20px !important;
font-size   : 10px !important;
}
.tp-simpleresponsive a.button {
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
-ms-transition     : none;
}
} .tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
background-color   : #21a117;
-webkit-box-shadow : 0px 3px 0px 0px #104d0b;
-moz-box-shadow    : 0px 3px 0px 0px #104d0b;
box-shadow         : 0px 3px 0px 0px #104d0b;
}
.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
background-color   : #1d78cb;
-webkit-box-shadow : 0px 3px 0px 0px #0f3e68;
-moz-box-shadow    : 0px 3px 0px 0px #0f3e68;
box-shadow         : 0px 3px 0px 0px #0f3e68;
}
.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
background-color   : #cb1d1d;
-webkit-box-shadow : 0px 3px 0px 0px #7c1212;
-moz-box-shadow    : 0px 3px 0px 0px #7c1212;
box-shadow         : 0px 3px 0px 0px #7c1212;
}
.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
background-color   : #ff7700;
-webkit-box-shadow : 0px 3px 0px 0px #a34c00;
-moz-box-shadow    : 0px 3px 0px 0px #a34c00;
box-shadow         : 0px 3px 0px 0px #a34c00;
}
.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
background-color   : #555;
-webkit-box-shadow : 0px 3px 0px 0px #222;
-moz-box-shadow    : 0px 3px 0px 0px #222;
box-shadow         : 0px 3px 0px 0px #222;
}
.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
background-color   : #888;
-webkit-box-shadow : 0px 3px 0px 0px #555;
-moz-box-shadow    : 0px 3px 0px 0px #555;
box-shadow         : 0px 3px 0px 0px #555;
}   .fullscreen-container {
width    : 100%;
position : relative;
padding  : 0;
}
.fullwidthbanner-container {
width    : 100%;
position : relative;
padding  : 0;
overflow : hidden;
}
.fullwidthbanner-container .fullwidthbanner {
width    : 100%;
position : relative;
} .tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption { position               : absolute;
visibility             : hidden;
-webkit-font-smoothing : antialiased !important;
}
.tp-simpleresponsive img {
max-width : none;
} .noFilterClass {
filter : none !important;
} .tp-bannershadow {
position            : absolute;
margin-left         : auto;
margin-right        : auto;
-moz-user-select    : none;
-khtml-user-select  : none;
-webkit-user-select : none;
-o-user-select      : none;
}
.tp-bannershadow.tp-shadow1 {
background      : url(//www.a-aircool.be/wp-content/themes/reviver/assets/shadow1.png) no-repeat;
background-size : 100% 100%;
width           : 890px;
height          : 60px;
bottom          : -60px;
} .tp-bannershadow.tp-shadow3 {
background      : url(//www.a-aircool.be/wp-content/themes/reviver/assets/shadow3.png) no-repeat;
background-size : 100% 100%;
width           : 890px;
height          : 60px;
bottom          : -60px;
} .caption.fullscreenvideo {
left     : 0px;
top      : 0px;
position : absolute;
width    : 100%;
height   : 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
width   : 100% !important;
height  : 100% !important;
display : none
}
.tp-caption.fullscreenvideo {
left     : 0px;
top      : 0px;
position : absolute;
width    : 100%;
height   : 100%;
}
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
width   : 100% !important;
height  : 100% !important;
display : none;
}
.fullscreenvideo .vjs-loading-spinner {
visibility : none;
display    : none !important;
width      : 0px;
height     : 0px;
}
.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
visibility : hidden !important;
opacity    : 0 !important;
display    : none !important;
width      : 0px;
height     : 0px;
overflow   : hidden;
}
.fullcoveredvideo.video-js,
.fullcoveredvideo video {
background : transparent !important;
}
.fullcoveredvideo .vjs-poster {
background-position : center center;
background-size     : cover;
width               : 100%;
height              : 100%;
top                 : 0px;
left                : 0px;
} .tp-dottedoverlay {
background-repeat : repeat;
width             : 100%;
height            : 100%;
position          : absolute;
top               : 0px;
left              : 0px;
z-index           : 1;
}
.tp-dottedoverlay.twoxtwo {
background : url(//www.a-aircool.be/wp-content/themes/reviver/assets/gridtile.png)
}
.tp-dottedoverlay.twoxtwowhite {
background : url(//www.a-aircool.be/wp-content/themes/reviver/assets/gridtile_white.png)
}
.tp-dottedoverlay.threexthree {
background : url(//www.a-aircool.be/wp-content/themes/reviver/assets/gridtile_3x3.png)
}
.tp-dottedoverlay.threexthreewhite {
background : url(//www.a-aircool.be/wp-content/themes/reviver/assets/gridtile_3x3_white.png)
}   .tpclear {
clear : both;
}
.tp-bullets {
z-index            : 1000;
position           : absolute;
-ms-filter         : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity       : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.2s ease-out;
-moz-transition    : opacity 0.2s ease-out;
-o-transition      : opacity 0.2s ease-out;
-ms-transition     : opacity 0.2s ease-out;
-webkit-transform  : translateZ(5px);
}
.tp-bullets.hidebullets {
-ms-filter     : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity   : 0;
-khtml-opacity : 0;
opacity        : 0;
}
.tp-bullets.simplebullets.navbar {
border                : 1px solid #666;
border-bottom         : 1px solid #444;
background            : url(//www.a-aircool.be/wp-content/themes/reviver/assets/boxed_bgtile.png);
height                : 40px;
padding               : 0px 10px;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.tp-bullets.simplebullets.navbar-old {
background            : url(//www.a-aircool.be/wp-content/themes/reviver/assets/navigdots_bgtile.png);
height                : 35px;
padding               : 0px 10px;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.tp-bullets.simplebullets.round .bullet {
cursor     : pointer;
position   : relative;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/pag.png) no-repeat 0 0;
width      : 10px;
height     : 10px;
float      : left;
margin     : 0 5px
}
.tp-bullets.simplebullets.round .bullet.last {
}
.tp-bullets.simplebullets.round-old .bullet {
cursor       : pointer;
position     : relative;
background   : url(//www.a-aircool.be/wp-content/themes/reviver/assets/bullets.png) no-Repeat bottom left;
width        : 23px;
height       : 23px;
margin-right : 0px;
float        : left;
margin-top   : 0px;
}
.tp-bullets.simplebullets.round-old .bullet.last {
margin-right : 0px;
} .tp-bullets.simplebullets.square .bullet {
cursor       : pointer;
position     : relative;
background   : url(//www.a-aircool.be/wp-content/themes/reviver/assets/bullets2.png) no-Repeat bottom left;
width        : 19px;
height       : 19px;
margin-right : 0px;
float        : left;
margin-top   : 0px;
}
.tp-bullets.simplebullets.square .bullet.last {
margin-right : 0px;
} .tp-bullets.simplebullets.square-old .bullet {
cursor       : pointer;
position     : relative;
background   : url(//www.a-aircool.be/wp-content/themes/reviver/assets/bullets2.png) no-Repeat bottom left;
width        : 19px;
height       : 19px;
margin-right : 0px;
float        : left;
margin-top   : 0px;
}
.tp-bullets.simplebullets.square-old .bullet.last {
margin-right : 0px;
} .tp-bullets.simplebullets.navbar .bullet {
cursor       : pointer;
position     : relative;
background   : url(//www.a-aircool.be/wp-content/themes/reviver/assets/bullet_boxed.png) no-Repeat top left;
width        : 18px;
height       : 19px;
margin-right : 5px;
float        : left;
margin-top   : 0px;
}
.tp-bullets.simplebullets.navbar .bullet.first {
margin-left : 0px !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
margin-right : 0px !important;
} .tp-bullets.simplebullets.navbar-old .bullet {
cursor       : pointer;
position     : relative;
background   : url(//www.a-aircool.be/wp-content/themes/reviver/assets/navigdots.png) no-Repeat bottom left;
width        : 15px;
height       : 15px;
margin-left  : 5px !important;
margin-right : 5px !important;
float        : left;
margin-top   : 10px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
margin-left : 0px !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
margin-right : 0px !important;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
background-position : 0 bottom;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
background-position : 0 bottom;
} .tparrows {
-ms-filter         : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity       : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.2s ease-out;
-moz-transition    : opacity 0.2s ease-out;
-o-transition      : opacity 0.2s ease-out;
-ms-transition     : opacity 0.2s ease-out;
-webkit-transform  : translateZ(5px);
}
.tparrows.hidearrows {
-ms-filter     : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity   : 0;
-khtml-opacity : 0;
opacity        : 0;
}
.ls-nav-prev,
.ls-nav-next {
position   : absolute;
top        : 50%;
margin-top : -30px;
width      : 70px;
height     : 60px;
z-index    : 100;
}
.ls-nav-prev {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/layer-prev.png) 0 0 no-repeat;
left       : 0;
}
.ls-nav-next {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/layer-next.png) 0 0 no-repeat;
right      : 0;
}
.ls-nav-prev:hover,
.ls-nav-next:hover {
background-position : 0 bottom;
}
.tp-leftarrow {
z-index    : 100;
cursor     : pointer;
position   : relative; width      : 40px;
height     : 40px;
}
.tp-rightarrow {
z-index    : 100;
cursor     : pointer;
position   : relative; width      : 40px;
height     : 40px;
}
.tp-leftarrow.round {
z-index      : 100;
cursor       : pointer;
position     : relative; width        : 70px;
height       : 60px;
margin-right : 0px;
float        : left;
margin-top   : 0px;
}
.tp-rightarrow.round {
z-index      : 100;
cursor       : pointer;
position     : relative; width        : 70px;
height       : 60px;
margin-right : 0px;
float        : left;
margin-top   : 0px;
}
.tp-leftarrow.round-old {
z-index      : 100;
cursor       : pointer;
position     : relative; width        : 26px;
height       : 26px;
margin-right : 0px;
float        : left;
margin-top   : 0px;
}
.tp-rightarrow.round-old {
z-index      : 100;
cursor       : pointer;
position     : relative; width        : 26px;
height       : 26px;
margin-right : 0px;
float        : left;
margin-top   : 0px;
}
.tp-leftarrow.navbar {
z-index      : 100;
cursor       : pointer;
position     : relative; width        : 20px;
height       : 15px;
float        : left;
margin-right : 6px;
margin-top   : 12px;
}
.tp-rightarrow.navbar {
z-index     : 100;
cursor      : pointer;
position    : relative; width       : 20px;
height      : 15px;
float       : left;
margin-left : 6px;
margin-top  : 12px;
}
.tp-leftarrow.navbar-old {
z-index      : 100;
cursor       : pointer;
position     : relative; width        : 9px;
height       : 16px;
float        : left;
margin-right : 6px;
margin-top   : 10px;
}
.tp-rightarrow.navbar-old {
z-index     : 100;
cursor      : pointer;
position    : relative; width       : 9px;
height      : 16px;
float       : left;
margin-left : 6px;
margin-top  : 10px;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
margin-right : 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
margin-left : 0px;
}
.tp-leftarrow.square {
z-index      : 100;
cursor       : pointer;
position     : relative; width        : 12px;
height       : 17px;
float        : left;
margin-right : 0px;
margin-top   : 0px;
}
.tp-rightarrow.square {
z-index     : 100;
cursor      : pointer;
position    : relative; width       : 12px;
height      : 17px;
float       : left;
margin-left : 0px;
margin-top  : 0px;
}
.tp-leftarrow.square-old {
z-index      : 100;
cursor       : pointer;
position     : relative; width        : 12px;
height       : 17px;
float        : left;
margin-right : 0px;
margin-top   : 0px;
}
.tp-rightarrow.square-old {
z-index     : 100;
cursor      : pointer;
position    : relative; width       : 12px;
height      : 17px;
float       : left;
margin-left : 0px;
margin-top  : 0px;
}
.tp-leftarrow.default {
z-index    : 100;
cursor     : pointer;
position   : relative;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/layer-prev.png) no-Repeat 0 0;
width      : 70px;
height     : 60px;
left       : 0 !important;
}
.tp-rightarrow.default {
z-index    : 100;
cursor     : pointer;
position   : relative;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/layer-next.png) no-Repeat 0 0;
width      : 70px;
height     : 60px;
right      : 0 !important;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
background-position : bottom left;
} .tp-bullets.tp-thumbs {
z-index          : 1000;
position         : absolute;
padding          : 3px;
background-color : #fff;
width            : 500px;
height           : 50px; margin-top       : -50px;
}
.fullwidthbanner-container .tp-thumbs {
padding : 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
width    : 500px;
height   : 50px; overflow : hidden;
position : relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
width    : 5000px;
position : absolute;
}
.tp-bullets.tp-thumbs .bullet {
width              : 100px;
height             : 50px; cursor             : pointer;
overflow           : hidden;
background         : none;
margin             : 0;
float              : left;
-ms-filter         : "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -moz-opacity       : 0.5;
-khtml-opacity     : 0.5;
opacity            : 0.5;
-webkit-transition : all 0.2s ease-out;
-moz-transition    : all 0.2s ease-out;
-o-transition      : all 0.2s ease-out;
-ms-transition     : all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
-ms-filter     : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity   : 1;
-khtml-opacity : 1;
opacity        : 1;
}
.tp-thumbs img {
width : 100%;
} .tp-bannertimer {
width      : 100%;
height     : 10px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/timer.png);
position   : absolute;
z-index    : 200;
top        : 0px;
}
.tp-bannertimer.tp-bottom {
bottom : 0px;
height : 5px;
top    : auto;
} @media only screen and (min-width : 0px) and (max-width : 479px) {
.responsive .tp-bullets {
display : none
}
.responsive .tparrows {
display : none;
}
} .vjs-tech {
margin-top : 1px
}
.tp-caption .vjs-default-skin .vjs-big-play-button {
left                  : 50%;
top                   : 50%;
margin-left           : -20px;
margin-top            : -20px;
width                 : 40px;
height                : 40px;
border-radius         : 5px;
-moz-border-radius    : 5px;
-webkit-border-radius : 5px;
border                : none;
box-shadow            : none;
text-shadow           : none;
line-height           : 30px;
vertical-align        : top;
padding               : 0px;
}
.tp-caption .vjs-default-skin .vjs-big-play-button:before {
position    : absolute;
top         : 0px;
left        : 0px;
line-height : 40px;
text-shadow : none !important;
color       : #fff;
font-size   : 18px;
}
.tp-caption .vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
box-shadow         : none;
-webkit-box-shadow : none;
} .tp-simpleresponsive img {
-moz-user-select    : none;
-khtml-user-select  : none;
-webkit-user-select : none;
-o-user-select      : none;
}
.tp-simpleresponsive a {
text-decoration : none;
}
body.rtl .tp-simpleresponsive ul,
body.rtl .tp-simpleresponsive ul{
list-style : none;
padding    : 0;
margin     : 0;
}
.tp-simpleresponsive > ul > li {
list-stye  : none;
position   : absolute;
visibility : hidden;
} .caption.slidelink a div,
.tp-caption.slidelink a div {
width      : 3000px;
height     : 1500px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/assets/coloredbg.png) repeat;
}
.tp-loader {
background            : url(//www.a-aircool.be/wp-content/themes/reviver/img/loader2.gif) no-repeat 10px 10px;
background-color      : #fff;
margin                : -22px -22px;
top                   : 50%;
left                  : 50%;
z-index               : 10000;
position              : absolute;
width                 : 44px;
height                : 44px;
border-radius         : 3px;
-moz-border-radius    : 3px;
-webkit-border-radius : 3px;
}
.tp-transparentimg {
content : "url(//www.a-aircool.be/wp-content/themes/reviver/img/transparent.png)"
}
.tp-3d {
-webkit-transform-style  : preserve-3d;
-webkit-transform-origin : 50% 50%;
}
.tp-caption img {
background : transparent;
-ms-filter : "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
zoom       : 1;
}
@media (max-width : 1199px) {
.slider-caption {
margin-left : 50px
}
}
@media (max-width : 767px) {
.tp-bullets {
display : none
}
} .flexslider .slides > li,
.flexslider1 .slides > li {
text-align : center;
display    : none;
position   : relative;
background : #fff
} .flex-pauseplay span {
text-transform : capitalize;
} .slides:after {
content     : ".";
display     : block;
clear       : both;
visibility  : hidden;
line-height : 0;
height      : 0;
}
html[xmlns] .slides {
display  : block;
position : relative
}
* html .slides {
height : 1%;
}
.flexslider3 {
position           : relative;
line-height        : 0;
-webkit-box-shadow : 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 10px rgba(0, 0, 0, 0.3);
}
.flexslider1 .slides > li img {
width : 100%
}
.slides {
list-style : none;
margin     : 0
}
.main-sldier {
overflow              : hidden;
background            : #fff;
padding               : 10px;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
box-shadow            : 0 0 4px rgba(0, 0, 0, 0.3);
position              : relative;
}
.main-sldier:after {
display    : block;
position   : absolute;
height     : 3px;
background : #1d94ff;
bottom     : 0;
left       : 0;
right      : 0;
content    : '';
}
.flexslider,
.flexslider1 {
position : relative;
margin   : 0;
overflow : hidden;
}
.flexslider .slides,
.flexslider1 .slides {
list-style : none outside none;
margin     : 0;
position   : relative;
z-index    : 10
}
.flexslider .slides img {
width : 100%;
}
.flexslider .slides > li > a {
display : block
}
.flexslider2 .slides {
margin             : 0;
-webkit-box-shadow : 0 0 24px rgba(0, 0, 0, 0.28);
-moz-box-shadow    : 0 0 24px rgba(0, 0, 0, 0.28);
box-shadow         : 0 0 24px rgba(0, 0, 0, 0.28);
}
.flexslider2 .slides li {
float   : left;
display : none;
}
.flexslider2 .slides li img {
width : 100%
}
.flexslider4 {
margin-bottom : 22px
}
.flexslider-main {
position : relative
}
.flexslider-main .flex-caption {
position    : absolute;
top         : 76px;
left        : 0;
width       : 100%;
color       : #1b1b1b;
font-size   : 18px;
line-height : 28px;
z-index     : 1000
}
.flexslider-main .flex-caption h2,
.flexslider-main .flex-caption h3 {
color          : #fff;
font-size      : 55px;
line-height    : 1em;
font-weight    : 300;
font-family    : 'Open Sans', sans-serif;
text-transform : none;
margin         : 0;
padding        : 0
}
.flexslider-main .flex-caption h3 {
font-weight    : 800;
padding-bottom : 12px
}
.flexslider-main .flex-caption p {
max-width      : 600px;
padding-bottom : 40px;
font-weight    : normal;
font-family    : 'Open Sans', sans-serif;
}
.flexslider-main .flex-caption.caption2 p {
margin         : 0 auto;
max-width      : 800px;
padding-bottom : 56px
}
.flexslider-main .flex-caption.caption2 h3,
.flexslider-main .flex-caption.caption2 h2 {
text-transform : uppercase
}
.flexslider-main .flex-caption.caption3 h2 {
color          : #1b1b1b;
font-weight    : 800;
text-transform : uppercase;
padding-bottom : 20px
}
.flexslider-main .flex-caption.caption3 h2 span {
color   : #1F97FF;
display : block
}
.flexslider-main .flex-caption.caption3 p {
color : #555;
}
.flexslider-main .flex-caption.caption3 p strong {
display : block;
color   : #1b1b1b;
}
.flexslider-main .flex-caption .caption3-box {
max-width : 500px;
position  : absolute;
right     : 0;
top       : 20px
}
.flexslider-main .flex-caption.caption3 .container {
position : relative;
}
.flexslider-main .flex-control-paging {
position : absolute;
bottom   : 10px;
z-index  : 10
}
@media (min-width : 1200px) {
.flex-direction-nav {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
opacity            : 0;
filter             : alpha(opacity=0);
}
.flexslider2 .flex-direction-nav {
opacity : 1;
}
.flexslider:hover .flex-direction-nav {
opacity : 1;
filter  : alpha(opacity=100);
}
.flexslider-main .flex-direction-nav,
.flexslider2 .flex-direction-nav {
margin      : -30px 0 0;
line-height : 0;
height      : 60px;
left        : 0;
overflow    : hidden;
position    : absolute;
top         : 50%;
width       : 100%;
z-index     : 10;
}
.flexslider2 .flex-direction-nav li,
.flexslider-main .flex-direction-nav li {
height      : 60px;
float       : none;
width       : 70px;
line-height : 0;
position    : absolute;
top         : 0;
margin-top  : 0;
right       : 0
}
.flexslider2 .flex-direction-nav li:first-child,
.flexslider-main .flex-direction-nav li:first-child {
right : auto;
left  : 0
}
.flexslider2 .flex-direction-nav li a,
.flexslider-main .flex-direction-nav li a {
width      : 70px;
height     : 60px;
z-index    : 100;
box-shadow : none;
display    : block;
float      : none;
position   : relative;
top        : 0;
left       : 0;
margin     : 0
}
.flexslider2 .flex-direction-nav li a:before,
.flexslider-main .flex-direction-nav li a:before {
display : none
}
.flexslider2 .flex-direction-nav li .flex-prev,
.flexslider-main .flex-direction-nav li .flex-prev {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/layer-prev.png) 0 0 no-repeat;
}
.flexslider2 .flex-direction-nav li .flex-next,
.flexslider-main .flex-direction-nav li .flex-next {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/layer-next.png) 0 0 no-repeat;
}
.flexslider2 .flex-direction-nav li a:hover,
.flexslider-main .flex-direction-nav li a:hover {
background-position : 0 bottom;
}
} .flexslider2 .flex-control-nav {
display            : block;
padding            : 5px 0 0 0;
margin             : 0;
z-index            : 100;
width              : 100%;
text-align         : center;
-webkit-box-sizing : border-box;
-o-box-sizing      : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.flex-control-nav li {
overflow              : hidden;
display               : inline-block !important;
text-indent           : -100px;
margin                : 0 5px;
-webkit-border-radius : 60px;
-moz-border-radius    : 60px;
border-radius         : 60px;
}
.flex-control-nav li a {
width      : 10px;
height     : 10px;
display    : block;
background : #bababa;
cursor     : pointer;
}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
background : #1d94ff;
}
.slider-blog {
margin-bottom : 22px
}
.slider-blog .flex-control-paging {
margin      : 0;
position    : absolute;
bottom      : 15px;
display     : inline-block;
left        : 0;
z-index     : 100;
text-align  : center;
line-height : 0;
width       : auto;
left        : 50%;
margin-left : -30px;
}
.slider-portfolio {
margin-bottom : 15px
}
.slider-portfolio .flex-control-paging {
margin      : 0;
position    : absolute;
bottom      : 15px;
display     : none;
left        : 0;
z-index     : 100;
text-align  : center;
line-height : 0;
width       : auto;
left        : 50%;
margin-left : -30px;
}
.flex-control-paging {
text-align : center;
margin     : 6px 0 0;
width      : 100%
} .flex-direction-nav {
overflow : hidden;
margin   : 0;
}
.flex-direction-nav li a {
top                : 50%;
z-index            : 10;
position           : absolute;
margin-top         : -20px;
width              : 40px;
height             : 40px;
display            : block;
text-align         : center;
cursor             : pointer;
overflow           : hidden;
text-align         : center;
background         : rgba(0, 0, 0, 0.2);
-webkit-transition : background-color 0.3s ease;
-moz-transition    : background-color 0.3s ease;
-o-transition      : background-color 0.3s ease;
transition         : background-color 0.3s ease;
-webkit-box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow    : inset 0 0 5px rgba(0, 0, 0, 0.4);
box-shadow         : inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.flex-direction-nav li a:before {
font-family        : FontAwesome;
font-size          : 16px;
width              : 40px;
line-height        : 41px;
position           : absolute;
text-align         : center;
top                : 0;
left               : 0;
color              : #fff;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.flex-direction-nav li .flex-next {
right : 0
}
.flex-direction-nav li .flex-next:before {
content : "";
}
.flex-direction-nav li .flex-prev {
left : 0
}
.flex-direction-nav li .flex-prev:before {
content : "";
}
.flex-direction-nav li {
float    : left;
overflow : hidden
}
.flex-direction-nav li .flex-next {
float                 : right;
margin-right          : 0px;
-webkit-border-radius : 4px 0 0 4px;
-moz-border-radius    : 4px 0 0 4px;
border-radius         : 4px 0 0 4px;
}
.flex-direction-nav li .flex-prev {
float                 : left;
margin-left           : 0px;
-webkit-border-radius : 0 4px 4px 0;
-moz-border-radius    : 0 4px 4px 0;
border-radius         : 0 4px 4px 0;
}
.flex-direction-nav li .disabled {
opacity : .3;
filter  : alpha(opacity=30);
cursor  : default;
}
.flex-direction-nav li a:hover {
background : rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width : 1760px) {
.flexslider-main .flex-caption p {
display : none
}
.flexslider-main .flex-caption h3 {
padding-bottom : 30px
}
}
@media only screen and (max-width : 1325px) {
.flexslider-main .flex-caption {
top : 15%;
}
.flexslider-main .flex-caption h2, .flexslider-main .flex-caption h3 {
font-size : 40px
}
.flexslider-main .flex-caption .btn-large > span {
padding : 11px 29px
}
}
@media only screen and (max-width : 1040px) {
.flexslider-main .flex-caption h2, .flexslider-main .flex-caption h3 {
font-size : 33px
}
.flexslider-main .flex-caption .btn-large > span {
padding : 8px 23px
}
.flexslider-main .flex-caption .btn-large {
font-size : 20px
}
}
@media only screen and (max-width : 900px) {
.flexslider-main .flex-caption h2, .flexslider-main .flex-caption h3 {
font-size : 26px
}
.flexslider-main .flex-caption h3 {
padding-bottom : 12px
}
.flexslider-main .flex-caption .btn-large {
padding : 0
}
.flexslider-main .flex-control-paging {
display : none
}
.flexslider-main .flex-caption .caption3-box {
top : 12%
}
}
@media only screen and (max-width : 535px) {
.flexslider-main .flex-caption h2,
.flexslider-main .flex-caption h3 {
font-size : 20px
}
.flexslider-main .flex-caption .btn-large {
padding   : 0;
font-size : 18px;
display   : none
}
} .audioplayer1 {
margin : 0 0 19px
}
.audioplayer {
height     : 34px;
color      : #fff;
position   : relative;
z-index    : 1;
background : #262626;
}
.audioplayer-mini {
width  : 2.5em; margin : 0 auto;
}
.audioplayer > div {
position : absolute;
}
.audioplayer-playpause {
width       : 2.5em; height      : 100%;
text-align  : left;
text-indent : -9999px;
cursor      : pointer;
z-index     : 2;
top         : 0;
left        : 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
border-right       : 1px solid #555;
border-right-color : rgba(255, 255, 255, .1);
}
.audioplayer-mini .audioplayer-playpause {
width : 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
background-color : #222;
}
.audioplayer-playpause a {
display : block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
width             : 0;
height            : 0;
border            : 0.5em solid transparent; border-right      : none;
border-left-color : #fff;
content           : '';
position          : absolute;
top               : 50%;
left              : 50%;
margin            : -0.5em 0 0 -0.25em; }
.audioplayer-playing .audioplayer-playpause a {
width    : 0.75em; height   : 0.75em; position : absolute;
top      : 50%;
left     : 50%;
margin   : -0.375em 0 0 -0.375em; }
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
width            : 40%;
height           : 100%;
background-color : #fff;
content          : '';
position         : absolute;
top              : 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
left : 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
right : 0;
}
.audioplayer-time {
width       : 4.375em; height      : 100%;
font-size   : 12px;
line-height : 3em; text-align  : center;
z-index     : 2;
top         : 0;
}
.audioplayer-time-current {
left : 4em; }
.audioplayer-time-duration {
border-right       : 1px solid #555;
border-right-color : rgba(255, 255, 255, .1);
right              : 3.2em; }
.audioplayer-novolume .audioplayer-time-duration {
border-right : 0;
right        : 0;
}
.audioplayer-bar {
height           : 6px; background-color : #fff;
cursor           : pointer;
z-index          : 1;
top              : 50%;
right            : 6.875em; left             : 6.875em; margin-top       : -3px; }
.audioplayer-novolume .audioplayer-bar {
right : 4.375em; }
.audioplayer-bar div {
width    : 0;
height   : 100%;
position : absolute;
left     : 0;
top      : 0;
}
.audioplayer-bar-loaded {
background-color : #f9f9f9;
z-index          : 1;
}
.audioplayer-bar-played {
background : #1f97ff;
z-index    : 2;
}
.audioplayer-volume {
width             : 2.5em; height            : 100%;
border-left       : 1px solid #111;
border-left-color : rgba(0, 0, 0, .25);
text-align        : left;
text-indent       : -9999px;
cursor            : pointer;
z-index           : 2;
top               : 0;
right             : 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus {
background-color : #222;
}
.audioplayer-volume-button {
width  : 100%;
height : 100%;
}
.audioplayer-volume-button a {
width            : 0.313em; height           : 0.375em; background-color : #fff;
display          : block;
position         : relative;
z-index          : 1;
top              : 40%;
left             : 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
content  : '';
position : absolute;
}
.audioplayer-volume-button a:before {
width              : 0;
height             : 0;
border             : 0.5em solid transparent; border-left        : none;
border-right-color : #fff;
z-index            : 2;
top                : 50%;
right              : -0.25em;
margin-top         : -0.5em; }
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after { width                 : 0.313em; height                : 0.313em; border                : 0.25em double #fff; border-width          : 0.25em 0.25em 0 0; left                  : 0.563em; top                   : -0.063em; -webkit-border-radius : 0 0.938em 0 0; -moz-border-radius    : 0 0.938em 0 0; border-radius         : 0 0.938em 0 0; -webkit-transform     : rotate(45deg);
-moz-transform        : rotate(45deg);
-ms-transform         : rotate(45deg);
-o-transform          : rotate(45deg);
transform             : rotate(45deg);
}
.audioplayer-volume-adjust {
height     : 6.25em; cursor     : default;
position   : absolute;
left       : 0;
right      : -1px;
top        : -9999px;
background : #262626;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
opacity : 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
top    : 100%;
bottom : auto;
}
.audioplayer-volume-adjust > div {
width            : 6px;
height           : 80%;
background-color : #fff;
cursor           : pointer;
position         : relative;
z-index          : 1;
margin           : 30% auto 0;
}
.audioplayer-volume-adjust div div {
width            : 100%;
height           : 100%;
position         : absolute;
bottom           : 0;
left             : 0;
background-color : #1f97ff;
}
.audioplayer-novolume .audioplayer-volume {
display : none;
}
.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
}
.audioplayer-bar,
.audioplayer-volume-adjust > div {
}
.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
}
.audioplayer-volume-adjust {
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
-webkit-transition : color .25s ease, background-color .25s ease, opacity .5s ease;
-moz-transition    : color .25s ease, background-color .25s ease, opacity .5s ease;
-ms-transition     : color .25s ease, background-color .25s ease, opacity .5s ease;
-o-transition      : color .25s ease, background-color .25s ease, opacity .5s ease;
transition         : color .25s ease, background-color .25s ease, opacity .5s ease;
}  .colorpicker {
width       : 356px;
height      : 176px;
overflow    : hidden;
position    : fixed;
background  : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_background.png);
font-family : Arial, Helvetica, sans-serif;
display     : none;
z-index     : 9999;
}
.colorpicker_color {
width      : 150px;
height     : 150px;
left       : 14px;
top        : 13px;
position   : absolute;
background : #f00;
overflow   : hidden;
cursor     : crosshair;
}
.colorpicker_color div {
position   : absolute;
top        : 0;
left       : 0;
width      : 150px;
height     : 150px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
position   : absolute;
top        : 0;
left       : 0;
width      : 11px;
height     : 11px;
overflow   : hidden;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_select.gif);
margin     : -5px 0 0 -5px;
}
.colorpicker_hue {
position : absolute;
top      : 13px;
left     : 171px;
width    : 35px;
height   : 150px;
cursor   : n-resize;
}
.colorpicker_hue div {
position   : absolute;
width      : 35px;
height     : 9px;
overflow   : hidden;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_indic.gif) left top;
margin     : -4px 0 0 0;
left       : 0px;
}
.colorpicker_new_color {
position   : absolute;
width      : 60px;
height     : 30px;
left       : 213px;
top        : 13px;
background : #f00;
}
.colorpicker_current_color {
position   : absolute;
width      : 60px;
height     : 30px;
left       : 283px;
top        : 13px;
background : #f00;
}
.colorpicker input {
background-color : transparent !important;
border           : 1px solid transparent !important;
position         : absolute !important;
font-size        : 10px !important;
font-family      : Arial, Helvetica, sans-serif !important;
color            : #898989 !important;
top              : 3px !important;
right            : 11px !important;
text-align       : right !important;
margin           : 0 !important;
padding          : 0 !important;
height           : 16px !important;
line-height      : 1;
}
.colorpicker_hex {
position   : absolute;
width      : 72px;
height     : 22px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_hex.png) top;
left       : 212px;
top        : 142px;
}
.colorpicker_hex input {
right : 6px !important;
}
.colorpicker_field {
height              : 22px !important;
width               : 62px !important;
background-position : top !important;
position            : absolute !important;
}
.colorpicker_field span {
position : absolute;
width    : 12px;
height   : 22px;
overflow : hidden;
top      : 0;
right    : 0;
cursor   : n-resize;
}
.colorpicker_rgb_r {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_rgb_r.png);
top              : 52px;
left             : 212px;
}
.colorpicker_rgb_g {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_rgb_g.png);
top              : 82px;
left             : 212px;
}
.colorpicker_rgb_b {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_rgb_b.png);
top              : 112px;
left             : 212px;
}
.colorpicker_hsb_h {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_hsb_h.png);
top              : 52px;
left             : 282px;
}
.colorpicker_hsb_s {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_hsb_s.png);
top              : 82px;
left             : 282px;
}
.colorpicker_hsb_b {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_hsb_b.png);
top              : 112px;
left             : 282px;
}
.colorpicker_submit {
position   : absolute;
width      : 22px;
height     : 22px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/colorpicker/colorpicker_submit.png) top;
left       : 322px;
top        : 142px;
overflow   : hidden;
}
.colorpicker_focus {
background-position : center;
}
.colorpicker_hex.colorpicker_focus {
background-position : bottom;
}
.colorpicker_submit.colorpicker_focus {
background-position : bottom;
}
.colorpicker_slider {
background-position : bottom;
}   .owl-carousel .owl-wrapper:after {
content     : ".";
display     : block;
clear       : both;
visibility  : hidden;
line-height : 0;
height      : 0;
} .owl-carousel {
display          : none;
position         : relative;
width            : 100%;
-ms-touch-action : pan-y;
}
.owl-carousel .owl-wrapper {
display           : none;
position          : relative;
-webkit-transform : translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow : hidden;
position : relative;
width    : 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition : height 500ms ease-in-out;
-moz-transition    : height 500ms ease-in-out;
-ms-transition     : height 500ms ease-in-out;
-o-transition      : height 500ms ease-in-out;
transition         : height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float : left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor : pointer;
}
.owl-controls {
-webkit-user-select         : none;
-khtml-user-select          : none;
-moz-user-select            : none;
-ms-user-select             : none;
user-select                 : none;
-webkit-tap-highlight-color : rgba(0, 0, 0, 0);
} .grabbing {
cursor : url(//www.a-aircool.be/wp-content/themes/reviver/css/grabbing.png) 8 8, move;
} .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility : hidden;
-moz-backface-visibility    : hidden;
-ms-backface-visibility     : hidden;
-webkit-transform           : translate3d(0, 0, 0);
-moz-transform              : translate3d(0, 0, 0);
-ms-transform               : translate3d(0, 0, 0);
} .owl-origin {
-webkit-perspective          : 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective             : 1200px;
-moz-perspective-origin-x    : 50%;
-moz-perspective-origin-y    : 50%;
perspective                  : 1200px;
} .owl-fade-out {
z-index           : 10;
-webkit-animation : fadeOut .7s both ease;
-moz-animation    : fadeOut .7s both ease;
animation         : fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation : fadeIn .7s both ease;
-moz-animation    : fadeIn .7s both ease;
animation         : fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation : backSlideOut 1s both ease;
-moz-animation    : backSlideOut 1s both ease;
animation         : backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation : backSlideIn 1s both ease;
-moz-animation    : backSlideIn 1s both ease;
animation         : backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation : scaleToFade .7s ease both;
-moz-animation    : scaleToFade .7s ease both;
animation         : scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation : goDown .6s ease both;
-moz-animation    : goDown .6s ease both;
animation         : goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation : scaleUpFrom .5s ease both;
-moz-animation    : scaleUpFrom .5s ease both;
animation         : scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation : scaleUpTo .5s ease both;
-moz-animation    : scaleUpTo .5s ease both;
animation         : scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {
opacity : 1
}
}
@-moz-keyframes empty {
0% {
opacity : 1
}
}
@keyframes empty {
0% {
opacity : 1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity : 0;
}
100% {
opacity : 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity : 0;
}
100% {
opacity : 1;
}
}
@keyframes fadeIn {
0% {
opacity : 0;
}
100% {
opacity : 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity : 1;
}
100% {
opacity : 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity : 1;
}
100% {
opacity : 0;
}
}
@keyframes fadeOut {
0% {
opacity : 1;
}
100% {
opacity : 0;
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity           : .5;
-webkit-transform : translateZ(-500px);
}
75% {
opacity           : .5;
-webkit-transform : translateZ(-500px) translateX(-200%);
}
100% {
opacity           : .5;
-webkit-transform : translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
25% {
opacity        : .5;
-moz-transform : translateZ(-500px);
}
75% {
opacity        : .5;
-moz-transform : translateZ(-500px) translateX(-200%);
}
100% {
opacity        : .5;
-moz-transform : translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
25% {
opacity   : .5;
transform : translateZ(-500px);
}
75% {
opacity   : .5;
transform : translateZ(-500px) translateX(-200%);
}
100% {
opacity   : .5;
transform : translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
0%, 25% {
opacity           : .5;
-webkit-transform : translateZ(-500px) translateX(200%);
}
75% {
opacity           : .5;
-webkit-transform : translateZ(-500px);
}
100% {
opacity           : 1;
-webkit-transform : translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
0%, 25% {
opacity        : .5;
-moz-transform : translateZ(-500px) translateX(200%);
}
75% {
opacity        : .5;
-moz-transform : translateZ(-500px);
}
100% {
opacity        : 1;
-moz-transform : translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
0%, 25% {
opacity   : .5;
transform : translateZ(-500px) translateX(200%);
}
75% {
opacity   : .5;
transform : translateZ(-500px);
}
100% {
opacity   : 1;
transform : translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
to {
opacity           : 0;
-webkit-transform : scale(.8);
}
}
@-moz-keyframes scaleToFade {
to {
opacity        : 0;
-moz-transform : scale(.8);
}
}
@keyframes scaleToFade {
to {
opacity   : 0;
transform : scale(.8);
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform : translateY(-100%);
}
}
@-moz-keyframes goDown {
from {
-moz-transform : translateY(-100%);
}
}
@keyframes goDown {
from {
transform : translateY(-100%);
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity           : 0;
-webkit-transform : scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity        : 0;
-moz-transform : scale(1.5);
}
}
@keyframes scaleUpFrom {
from {
opacity   : 0;
transform : scale(1.5);
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity           : 0;
-webkit-transform : scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
to {
opacity        : 0;
-moz-transform : scale(1.5);
}
}
@keyframes scaleUpTo {
to {
opacity   : 0;
transform : scale(1.5);
}
}  @font-face {
font-family : 'Genericons';
src         : url(//www.a-aircool.be/wp-content/themes/reviver/css/Genericons.eot);
}
@font-face {
font-family : 'Genericons';
src         : url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAADgYAA0AAAAAWDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA3/AAAABoAAAAcbOWpBk9TLzIAAAGUAAAARQAAAGBVb3cYY21hcAAAAngAAACUAAABqq7WqvhjdnQgAAADDAAAAAQAAAAEAEQFEWdhc3AAADf0AAAACAAAAAj//wADZ2x5ZgAABEAAADAqAABJ0A3bTddoZWFkAAABMAAAACkAAAA2B8ZTM2hoZWEAAAFcAAAAGAAAACQQuQgFaG10eAAAAdwAAACZAAABNGKqU2Vsb2NhAAADEAAAAS4AAAEuB9f1Nm1heHAAAAF0AAAAIAAAACAA6AEZbmFtZQAANGwAAAFRAAAChXCWuFJwb3N0AAA1wAAAAjEAAAXmlxz2knjaY2BkYGAA4rplZ/Tj+W2+MnBzMIDAhRBmaWSag4EDQjGBKADj7gZyAAAAeNpjYGRg4GAAgh1gEsRmZEAFLAAWNADXAAEAAACWAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNg4WBg/MLAysDAasw6k4GBUQ5CM19nSGMSYmBgYmDjZIADAQSTISDNNYXhwEeGr+IcIO4ODogwI5ISBQZGAOtvCU0AAAB42kVPuxXCQAyTL+GRmmVoKdgA6FNRMoObdAyRnj3o6NkGLOl4+N75I381AUeUTPoNASSyoWVUBMYUYkmt/KOQVdG79IceFtwj8QpN4JxI+vL4LrYUTlL294GNerLNcGfiRMu6gfhOGMbSzTOz30lv9SbvMoe+TRfHFld08b4wQ/Mhk6ocD8rtKzrHrV/49A34cy/9BURAKJ4AAAB42t2NPw8BQRTEZ+/E2Xi7NlHIJsI1hGgodVqdVqfVqZRqH8QXvL25eq0/USh8AL/kzWReJhkAOV43hMKDW0rqmVu4Jh/BpY+tdNDBh2ndoabnnGtuueeR52YQI1AhILhQ1iDoWHLJDXc88NQgxl5ujS2sMjNZyUImMhYvfTFSdC/v3R+oNj4llSXJvgv4e+6zoCcQAEQFEQAAACwALAAsAFoAhADMAPIBAAEcAUYBlAHOAggCsgNMA6QD4AQSBMIFXAWoBgQGdgcIByoHageOB8gIJgkeCn4LOgvIDH4Myg2YDeoOLA5oDtIO9A8QDy4PeA+aD+AQNhCgEN4RFBFSEZwR9hJgEoISpBLuEwwTKBNEE3ITihPOFAYUWBSYFMgU3BT4FT4VTBViFaAVzhY6FmYWlhaoFsIW2hbuFwQXEhcgFzYXlBfEGAIYNhh4GLIY2hj8GSoZhBnAGfAaBhoUGioaQBpOGn4awBr4GyobgBuWG6wb3hwCHCwccByqHOgdFh02HWodmh3MHgQeHh5GHowfpB/OH9wf6B/2IAQgWCCOIOYhdiGuIfAiciKOIrQi6CL2IyojRCN2I5QjviQIJJAkxCToAAB42oV8CWBU1dX/PW+dyT57Mkkms2RmAkkmyazZCEPYE3ZCWALKJkhYI7IorT4XFERwQdEiAtaK1l0roMUln3WtSktBPltrP7CLyx9b21o/hczlf+59MyGA+jF579333n3vbuf+zu+cex5EICMIERbK04hIVBJ6BkhN87OqRL4IP6PIf2x+VhQwSZ4R2WWZXX5WVaCv+Vlg1yMmj8nvMXlGCG5aDvfSy+Vppx8bIb1HCFEEIhCFyBp/bzbJJxbiIAQ8No9s88TkmMcGuPkxbcKjQCTSRwQtpYkESErDFDmLj8pa+t9Zwg8UNyIA5lHxh++1YFluyVwgSO5yocBMwvFowKtYxRr4Kcw7fJjuoZfQPYcPw1vHduw4tkMl567MYzn6Du9gNwgWr4GmaoqGr3WQYjIY6yqz5lk8JNwiREOCN0+wukC0yTESdoHNmif4vCGIxmVNIN9iY/FAHzqwb/3o0ev36YezZ4nw8ye3d0amrRs2fXtnJzamTxM1DcgZrT8TO4jfzk3upb2d26cPWzct0rn9ye2sPgIxDOw/7DuTB7BKbGM/Cd/Vp/UREXsFMAWajHuBAJ5Tvmcb9g+wawprm0CIUcC+1s7gWQp/eI8/h32ZixmtimqSTSGIReNuu6zd1nOW9Nx2ElpOytqG1ytSn2rCvRWvb9hz8iQfA3xKYWPAxhXrY80Dnykcj8G5pAdwTDef2tK9Q8gkKNaajfOWU5uB7OgekCQCqyevSxGJsnG120xYo1g8ZmKDiicOG9bNFHVg/+MddwDTLZCwsVv2MMsWFA9B1qHuzmTP7p5kZ3dvZ/ch+vWhus4GfkElhzZSbd7uwD2NHaBN7OmZSLWOxnsCu+eBtvEEHqi28dChjaAl10wvwjyU5wHMw3qO9KqsbgXEh+0N87pVggk8CQ9rtH7BhyPk87J6xSOK1r1jR7dGk3S/Blv2nKT8HE+TPKFgk9klmoRe7eQeQTt3uqMbMEVEyIybjKW6mASw8sDFxikYj0WDmCzAZIsQiwaCLDcfe03Kjzc1xWe1t0PBjAULZnTVtPonjpbx9hnchIL4rbtujc1q7+7G+zM/p32fz+yq6blx1OWHRmMR2M6oASWPrOMzyyWYbVZBkVQlgELBimlRsOAWIRAMQZ6gBoKKGhLzIQ9wcjgUm9UlOxQ1TwhBMCQFB+N1u8MlOVxKwmq32qxKMFAewNqaWwRxDdgh68RLN7YteYHSe30+CLpiMxeMH1tbskQxGvMtUl64eUHiqptvvioxf2goK6sg32CUlpTUjpkwf2YsmmsPjR46yikYS73xUimnyGhyisZSpzcXFIc7MWp+M/h899DUC0vabnzphIGwPf16y8P0rTOvhFV3ofSrKcPnOhVLeXjC/E1T916RXzHm0joQZXOd3wvg9deZFEGomNSQKMlevWfK5vkTwn6zEurKypMLYtVSrq+4UFCznWZQCl31Hil3kGtwXpapfGJdVqFbibx8Bhoe3sIbh53IgIoQ3qcGYiKliC1hkiSTCPGHE4KoENXuj5sT5bILzIgrZkecJALBHGDd6xIccckhAMtUnhAsXsVnt7RIiUAVuCWCsEcQ9wgDPonsP+R56k90U/cH4phd7xbSU/RYXmPX6fuvXPZjePyTgiT9G+2Rl4w+8L/N9tKg8iiMu9p5pvFV+s+aV+GrW7Y+4dbci36t7B2/Zcmga+hBehXsgg1g+dnP6Bd0I12I2xc/+xlYtElQBTe20SNv9u5dBh29oVDxvfTXwubkw/Q369+D+PharTMMHzRc2u0qjXTkeJRiKIV/T6OHjtvHhMAJ8YJ9dJ/Q6G5pLb/mTu2Cl2OBvFDWXYB4XIV4/BFpwBNFtSPgSpLP7bdHwjjlUbwwgYchKF8MrxJ2yYES2iJEwnZHPJEHalzV2pcL1bO0p39L6TZ6mJ6tqpr24B1D173k87vraq99ZMKM9hnhW+CWj7MaF2xqn7Al8uNl1o6GFUrtqgnFtiXH3jt0/+phD8mBUXXitpVqbtE7N8qVYvinlyzofPSd7EGVbZsWNA5JFCWTS7y5en0J6g9VI8F+dPAhSls8Q1BHRByJgA8VSCnCIirN8wCC/g3ycujfKlv3yeOXXHLnjCpKU1XshoqIcIYgdL4JUm9OcwL+lRW/dM2IU7Qv1bCjW8Y7HNuxXPkTLNfN8EFkioGVEW2RsCfKQPTyckVpN4zNp2/Q3j/9yVE95pJr2hLdTqc6Z2FF1GmUvqFH+g6KY6EGhOjc6WPipYoo0r+Z/NVeUTASRJ9M2yyIzB6ykKzg2GA3s0HxeXFGF5jjgJILCoRRdrPBbgFLPNEixqIMCAwIHZGwI1Du80qKGo6E40MhbldURQWLiDgSd9jPXfPjUKti3ByLim2wDMZ9uW3Y6n2vfXr1Afrcl9u2fUn/ePo9eu0oMXDL9ZLwzb9W/Rl8kwSpIM+iOgqt4JDNcp6kChMawbiCfnbfLfTs4THFRf5lPq/NkmetqgX/09d0WPOt1o0TA0t9PrxoqxR88pCvD/5B1fDtzx24+tPX9q0etu1LGMdLT+WdohsWSqX399WEZEV4ODXMI+3t2w05Sk5d3ahIYWhmzCv4De7skvxCW3ZDJyxc1fXgClkQocwrykLfPYIJZqiC1w1ZmYtqReXNO1MN3bD6w8NM1lHXk2t5/+YjykfIUhxJnOhe1cRknGEqWLAbAy3gcIkOuwKsh1CIgngB0VUBNuRIrJhocbFDnA4JQW9IxX5PcNCOJDxehZ1GPCibQrN5rOXgPde86/S4nWWeH79ty6u/enJzz/Qh2TYNclRIPTftpqLGD7Qp4yyjfPFSj1XsRQJ2ls9KprZk2RLtaoNgTqDAnW821LT/YubUvTenHrj2r5N0yRQaYSr89VqxpcHTXA5TpN/uXvLUPFFIdt8+aW9vKubxCPZFk6ZdLkBhbm1hRWkwKBcASRfRh8+X2Mcuumx2fWlWaUGJtdBmjI5uuvX5Vc/Xbps/dRibG1w3IrAqLyE/MpM6nR0FmeplooaqCCkIXoqyaQcqEgSPOeixtSh4T7AJc+gBaHtImHzZ4qmJjiqo6pQL6MHJnZWjB+dm04OSBGOzbW5PTaS1fMrmxQ1AxP+5ef7YtnnV4+tqx4fO7BTMS9b5I+7ieOq/xevnbDWV+IqLLdmJpU+s5GOppcfSgnOyeQAapKc940oWpAwh8CGpsdrxAq+moMY89gKbirVOcByzmXSEYCCAlMBBv71hxGSY1Dp8yuRhUtPDm8KT670F9BsAMBiyvA3ekcMykKEPwmkiFvV9Im6c2Ng8fkJT48S+DfDmUweKKoOFqzx09f4DcKjS5hxUemkHnYGd+RgqqsmooyaxGrskfWoHggLO0mAgYQkJvGcZDmN/svlqZlKG9casSMjUPPYXZNlaZKlu7e+f3DY3Wj31qh0HFi54yju2wDvnbrX0p1KefeuiqTMCzXmOqxeueWH+yBve+vGcx25eMTY41ayqolVQffZpaxPl45bd84s/G0hi/qa9++ds+PiVXcub5yTpR/UbtscfuVp42uhZEr310NIpke3/1bDg9ueh7sDlz1zXFpq86qZ7J9093+YszJmYVWgy+u56cdX43fdtXT89rOuUjB5ekOE2BUKegM0MxhMWFzDNwhol6o2yO+wIYZCIB4JpzYKiw5gt0v4Ep1xMtjBfGWAnOQLkQl6T5hx3bWsvGVOydfJVv7l9ctMVu95bvfbI7msmDupebC6RBZMgy3kjRmu9PZc92F0/acclsQ5/Tnada/Tw+KxYgcHYY3HI++mpXQNZDP2cfs3eP3j9AnDG2pceAvHurifuWplMXPKj2+9uu+XoYEOexZDMstpME6+a9+zNk5uX3DZt+zd3x7piNbvWDW6dPuLq9srJFgv1T52/eSI4YO3hfrIikL3CXHWuvBcnVz7n4AXIswvK00fZCjO++oo+8lXqynRC3sv2X6XP8KjrbsK5shdPJBFtBR9qkiAKC9LWBP4sZocZoQ1TeMmsbABrQQ4aZnem7l+2wjt5tvWqjo3XPT3zSF3U2jy2vmeVoWBTcuSNKjHQh2iKDqGDoAxuuwbKOpZdufpeg5X+lj4/kf7z6adn31sKT7A2ZGy5fMSGi+afUVAImjB7+vgeuNWpIAOn/FzAfR9n0gTgA6IpFTiXvbqFg+iKgMtA2YSKCsWGkeCYyRfjjUpIw+HndLqpoLp53KabV8+Zs2zDpZcMb42+0d3eHqo2qRptop/Q6K6qKmf5DPq3uN1eVtbQeN0GYU3Kl0zOmrklowsy+OEg1WTIxfUnbqXA7o4XYI34bHRz/oN1syO4x00ol5WoPkrBam+CcHwghIhl9NWTzJxDM+Hv5s2n6OenNpvp39tjMom1t8e09O58FKHkpP5U30mRjGpEYw3tuKaRKfaItD/zTDufWmcBVFDOkm3kTrKD/ITcTx4gD5FHmGWJTbDVKuzPqtSh/aLUKaqV7RQbAxTsTiUfQPEGobYGAsHaQCygd28gGA3yGRiI4cUodkGsNh6L10VZn8fCCX7Uf0OhNgHxsANq7XW19ojd0f+zsa2W/Vkd1jo7mOSEERx+2ZYAk1/1J4KqEYKyP6aqOOr8n4B/QnqPh1SrqcKUagURUJxFdlWA8/4J0J8Z1bzwMmYXXgYB+t+RfhHgq8D1SWpd6swn4Eq98RDcTT/+RBj92WefQaUgf0I/Fhofkv4lS7RaUAWQ2DOsUIEVmX4Dvh9odXYOHGWvT9dU5PfxAPgQPijBUUkWQAYBT9nGHuMvYPuj2dm0Ot1CUX8jK4NlwydgIn3vlZ0wgz6y85W9f1yRehmir9w3YdeuXZiasfOVB/644nxZtaCee5l8wmQVWWEB2otubua1IClH01FA/eCwSwmcMlw/IKYisA4FhqmYA21CC2eDCiP1iKy10TrGd8rZJf5onIFwCBT9gnAOmJHmBLji4dmYWYBvYzfZOVNKIhquQY7XyJ3wlD2RPhUgXJ7QqRJ7JWK4hGUGA+ZEHK8nFElBuDfbJYkcYCyUkUN6FyOhnI8e3U2PL1++0Gra96P14N4wtn3lu3dNL0+GsEeNIgz72WuLHwTXPLf/cvrh7eLgwZ1brlzbMWvuU9e0Z3d3LKJfLb9ySEuWYefyFf/T1OJoD23cFOu02CIFVbHSqlmBQNRgMBcVVIaLndFqc7FDVirLKmpCY3LRJjTa7CMDgVFWm2w2Fnsr7JVdHq9fFDo3tkam1eTYzJMWra0vHxYxFRvNjg2PdEy/fRrdcAo2LWqavuPt1eNvmOeMj1m9ih58+GH62ei23OkzoPpZk/k++tnba6/7EEI6B9abyShwmg3fY1izcin9/d13nR07Jq/BNmP7u6tGbVoTxrZmCdC+rOnWDZHqa+5OZQ2/qX71YF+Jt/2ap+YKS19pGW9talmy9Efrf+XyTJnT9XF7pNoaHDJ33rTiyjI1O8/hGD1ocIfH4bEIQo7TXNzm97eYkN7WVwpQNrbU5RGg0ufrCFo9TotkLCpzz6wdtjRkyhl5ycpYtKPaYM+rGVKe2NA88apYfs7yB/tu/ubdm25cc+S+pVb38q2T76FPrt+wqtT5P3t2wfKf3Pc7lyTk3PIB/dPuffR3H17fL78G1FQkm3SRK8mtun+SkekYkmlQfZwGodgwz18ZuGR2hjIsMslG6ybBU0osLdcopR6IhlCKOOnkHAJ5khhPcwrGQ60utMviiDIZtqtR+z13FroSbmehu7nK77AUOiyWaZ7yeKk7N7z4jnfWLHx47ZSgoaA0mPBGNtzaNsSSV5yFU1xQwNBomnXP3Nj4sfeDAew5ZeXDWiIWn2XY2urC8mGV3j8f+tmBl5oc4REL6l0tcUu0oCw8tLO2aoakZZi8QKZZSpJDLomEZ7a0Bkrt9praSkt+a4k7UT1kZHD4dT2dYf/QznkxeygSCddY3ZV2VSqyhKqcan52npovIXlJLrlhVMfDyetOz3NFwoMToXJRNucb8wfXTq65du9WcVFTT/TK1bMbLD5HcsWgWZdOG1Hhx7I3Im7E1evIIuxxF07qPDmExqcpz4AzmadcQjyB6tYlYj/HQ4ov6A3kYTZwiWWghiSc/C0i2kLybrVo7MgZI5qceWWVy1auW3X59KTZjGrEYLK6/dHS6IqOkWaLZ8Tw+gKoV6zJoTPGTxlalyWUt0zpmj11mMUiFUSi7aOmjh5TUlwkmpxFRuNJ1dE4qDR7zPCRjzz89E/v3TDbqQ4ScwaHp825YdvB+TM3T01Y5NxcVaH/T1DtDrfL5yrNNgtFrpxcKPRW5pVXi8+m/ibI2ZJsqR6+dOS467vaqrz5BoRYJb+wItJeXT138rjGqpzst43uJSseeuCN2ROuaHILeSVFWYTzr1uxb65EmRxErsPesavc0RxkIiahmmdMVERbmhk5KI7AvICBgT/Mw2xte5qo9N9HosV0rXWATrSmOUz/fVuG3sTVYREYf8P+hVctnzjuig+fR/ptGl7Xtf7uSVvXtY2a//JD21dPraKLmry+IU0dU5Z0utzlbktBNNE1v3Kwp8RRVBP1eYuc9fVTp63atmRZfUMi1jVj4+yWeq+npfXyCdWhQqfDVlJWFff64tHp6w78ZMUqsXXxFQv33zC+MW/Isl0v/GF1x7QrNk66e31XXXtO1dTV2x96ef4c+uuOy2cMaa4IFjsdFqPRnI/vCHnL3e6WkM1eXl4dCtcitXIGB41tm7toRGswUGI1mzyu8NDBVXabxxOrLSxCm659/LiaoaEQtweQ5RGF8dQoYyg4P3XrBvdKJbIuzrlCQiWYuFbiHc88/0hU0IpWNHuwyM629liSsSCaHHbl6FmDtd66FfOSoCKieWaOKjAYYG+sXSLFdeUGT1DfY+7u9oraCkG75IFvNsumak9Jx84p0/b6A+26ifIebFUj6mruLQySWjKUjEG7bDPWMo7V0octikQHxwqwlmmr117OzDOFnfnj3DxR7ajjWJJ7Xqx2CayOOHNFKcSrMJd51GLVfWuAGpvzyIydh/ksCGgOuQXtItYVaPUE/aLdwc5dIL2VP9iV3/nCoc581+D8+tvuoP9oDYWGDQuFWmHE7NbW2a2Cp7JhUHXZ1NSWx8D36KP0o8cepx89+ij4Uh9X1EwrrRrUKFfjQAyt3lcfyrvydfolPU6/fH1NQWll0dqpdVNLDv51tmw226ChcEpd25IlbTUT60R6evyfniqZFo7PjouGfFdlfmdnfqUrvx6UUCsW39qq70OhIWW1gxqCQ1KLu/cvXXagu/vA8QPdwn01JeOGlDcIHaGWUHUy9XSiqzhcd9kLGydO3Pj8ZWjPRob5pq6tDswzwtv27Bx5zKC6JXctqR4faqbX5MytCMVns/nJUFNFqSE+ksDxYA4uZsaLfDlIGIIKRF+K4N3msKmyJ2MzBmOOhH5Tmmz32701ALPvnzNSmx0HtWZEjfzmli1vSfcjLVJn754zZ/dsWHI/XpaOzLb7bSEvLZv1k5mxrh+POHLYU1PjgU82vfTKpqXV1x7p2jVr5s6u39WGjrHrRK8jW5tBuc4n5Rn7gS+Q6f4HtkSGfJetkzkg4UIjIeFQkOln1sbQUPhDoL3bT/9A/+Dvbg/AEtnUMKLBJKt8yeKIvnx2hK1RpPaxDPRD8PMHdkilPl+pRHSf4cvIDVv7168chBhFkzEnYTNCzCHcBj2pL+h2WC5YKKYFCyxP/VPIp9tTX0APvR2u2J36MvXlbrWVvksPQnnqBfDR5+m7EIUx9CP6sLiX/hHGQvTMt/S9xavpq9CyejFvu0DIWWUktt1FRvK2q6KAqpiZRCrkgW6xMWue8Uec32ztKGFGxsiMJZ1VMkuLe2094RaQ35jRaI3OlGXFWlTjOm2QVboub7A721qWX9ZcIZz0yk5LaoWtVP6301pa9pG1WBRcouSy0H8W+3zFMDTbXqCS+fMppS1Wq63CZhYMtKEgV5TVygrZ5qiqKqErf2Evc5v7DIqMclKY58wz7Mq1+rzFwWJPjoXjFFt7YmttA63ZAQtN5HsXltIrSRzrBJRavl7H1pHQmHUg1xEjQi/z7TGLF7OnNE2T0BxGZoQcISNLWLLC2FIO97IZIbPIKuFUSBFKxHe6GaApmEwRtobXzs5JZv2Ky2EZ8ad9xhnrgLmM9ZVVxCY8kywmNB5NYh24QH5x1aoX6Rn6MT3z0sqVL8Fda96/r6vrvvfX7KJf79wJWX+EwV30GZWsfEnPxLKj3YIPvnRmZdfO458f39m1k35N38LsEqGz6H93wST4gy4fWCfC13lNeO5lOGq3iqxXPawzpW6+UqwxL8DJPZLG14fp5yf3MM605yTrk3PtyibFpEr3PSJnjNhwszBnni5W3B5PjxcbKh8rLCKj0jmNmyZgZ7fH+rgFLeI+1etE5h9I4t6paGfYFNK0M5iNZUixvbA/4KSE3YdezHl+XVxkMGnEutSi5a+KjEclLHqJniaoDUfQICqBuh+qqoRlKaFIibrsSV4GYdahw81drd9ZY+lXIBhUrFFxTqgInsEqCW4H2qeHvqvyhOT013VgTEAxykYlaUIdN5zhacQmprdM2pNOR3Az/VBPZ549FyrAasyP39MASvQ87B7faPqY2Qvku5oCMT0ggc+PaTBNvVq9GtvjRoQDB6DB0CJAAtSAN5+vf6qQsIeHIuzCn4SyWamT5U2NQW+OtV745jmhbL+/O7C/0GwufC51Yn8A036hnufy15TmGUORKdKL+1MnnvP79xe1thbuF8owecDf3T83Oc4XkBLsOxVQS7MoiHK3ZEZ2R9BqQQRDDYXYh4aG6d4X0vMH6iFr58q+lesPf3V4PdsBNvgfKzN3cOrseuFeeCd9c/16kvG3p8viLb2gOJIuKg+sdkvMY5NN8I+LykyN6n+nQdDEldR0Ubn023O1MvA+FgfEe5SQCu6L6zfTfrAeotZvZwn/R3UUcm6FI/V/1IvrNwKVBqK8T3KxTqWIbtUstoJBW9AIcayKaATe8UZgnuU4mhpx7kQVOO9C/JThDJUX0q+Q93x1GVXg9GWQA4Mhxw9r6Nbxr3/w2jh6K1wx/vVly16fmCLMbXeSvjqPY6uMT1J50erVi+E0nF68enVfJVwJqydMnTKB3kq34hFe3aM/cFKIcXQ+r84sxsXHZx0Bb5CtJyms7kgrE8xiTUDQ4oBggjUEbYkM3vs5c8QGJXS+KZEiDzynnBQA5vKW3P3zXdsv6Vj2ejus+X3oujPkOo028mbd/b9vp7bwasB73bc9sow3raVn6Mk9yxBy4DlP0Z6Twgm6l7Vp4nbvlAlw5QfwMX8DvMEauDf1Lm/4191LeBNf7Zm7nIMxCAy09DgU7H/mxsP6GQGVUS8kNdpLezVI8h0k5QvONZYnvXbL1wXOf4eB9PWKSa2vt69XE5N8JybVC841lofJqJbWKxbEsxiLHrJVGmJ+fcVNZT3IsAqRSo70O3Mj534y0QFH07GnPQYINEwhOM+mAV/TwUfPofDMCEX7EXTxrzfFTRABj5mN8wYoRd6wgxjZfLXgH8jFoBJafpD6qf8gLRfGPfecdC09kPoMxtHnBAe0geBIfcawRecLGnZtFp/tCLxB5gRHra9pfUQTccIoDDApc7ineqGXJs/xY8YXjNyfYgT8M3kYi0jhT8TfaUzz8KRetmNVJRLvv16lF58zkDzGdIwCm90OHIoaQfWjPGIf9fZpNClqqSfmClNTe7W5ybkajMf0XAVL79OgF1vO7vXN5fdy2a00f8K3syE2ZkKoVOQ5jPYgDCVT/ElWFegdiDc5OLc5g+ZxMJ6oUO4zhVGNOQFPsiBQBT4zM45QzQLR11DazpLDdPdvj8A2mAwlb6w4S2Y/9AX9hO5/ctXeVfgnZ0JRfgvzD4tkxRv0L/QpesWRJ6Edir54aHafxvNx3U5krMdZ9RXsDSeP/3GhPuE2KU7RFmQW/VOzGDwW9d3KvOiVU7891bq42eHwCd9UrrpiVSX9Xz7vfh+lf4sIs0ZpcxK+5LTueun9UWPHjjp9hM8qiLE1ECwvs25iQ2yI6LyGoQLaLglub3IkQ1BD9PUwaLA7WOODakgQOI1SvCwajv66nf7q1ekPbW0EtAoCsS3jWfATbmi+tsOQV6//dCa7Dr6pC77ijZVQlB4/FupoArQm/PEhJ4UytjDz+LGFM9kFKA+X0lree3osG48Rq8xEiOWBl3F6nFZ2Nw8V83n7A8L4XOM0mQeGcQTXWKpn4qRVOG80dmRhYSntaobtVzNsYDFggjaxZ9WkNNl6jTazM4FsZPMC7lCYbOSRQj32EMFTZVgfi5rRhChgxRfYxXKuOWZOokvokkkzd8K+G1988UZ8s0qYNllzFG/APZOOrtkFWSnni2B4kQWqMTyby/BMPsGmEJIJHyQcMucl9IR2Qj4xN0Vgr9aLY4UyaiD9XIoU4WCx8WJHA/mG6BtwRyPTbSmuCgdwBgsZhO8I4qzOY35uhwkHkTWBeUAcHlMZChiP3jCh6MOf/yxon9aM8P/+4ZtPPTZ/vbyp/rJRf05plvfHTFr45Ap2TSnF809DqzaOfIb+o4qetm9+A8Rbd4GdTrj8jUdG4/OW90f98vI1h7eVgoI3aYrZJCK2VdJ4a9i01FhMY7qeDH9YJ7D2cUn0p3OcQfOkD5/rIzyQkCHNVCFpYH2mcjuzjM1yzg/SB3BI6fVLc3q+CPX0P7BdoxZYIz2UTqzqG46CwYbhn7t7enb3yA/QMsq8pHtSJ/Vjyzx2F8WHHuphWc7jJirnswxfeJjewJkp87g8NJXwCO3n5iMicfqqyIPzBk5Gwl7FdUr63RmmnNCZMknjjvmCoz8dWaszZV39yFzxeLgSQrMRybPPxPII+7jyGPgH6cBRFqOaUUM0qZsDfJ/EyrH7OAj8CdAfpPphn06MJU6bmUbS33qGW5QswJcROkbEicps0RJuz+rqMBpvgrQfi/uYuH9ywOKlqh7a2Lq2KvTiFXtOFkqE22U7yjwbD0WqL9twck9LK5+bmgqqnI41tlsZ/w6yiREMRIeylUERablyoL39s7Yj7bSBnoA3oa3ts/ZjbTP2niV75V3tR/EWjKEN4Ga3juFZW2rHXiAMkIHpLpnRKPVc/4t6RWS9Qtyn+Dv57/KTXNcIWHjMAxKBL6hlOkxn4b/05/IT1EItnTBdg+ncD4kT7HeKpj+Dcx7JLZJaiUynP2cRvjB9OrXIT3TSn+OznfAFt+WTCqsHY3RMQQJCRKo3haymV2a6WEBqk+T5GJYkWT6sixGzcS+BkMSfxhQ2JlO9/bERIlaPRbqiBIs8VLmPyyHgDMWq6fdQttkkzdxL8wRZ4+HexCiyymuMlDEJOEMEPaib8/gCdiJrysX2n48EUbJrUOckuCVIMvYe2xIRm2/geWSAPfh950I/mUplUn3ahYn+4PJMdPn3pHjXCNwPwn0ZrM4XrcpnkIXhmKw7ZPhe940wRwnznvXxaxILztHSs13EW2kc4e9n+BW44P0RpnBtvtiAcsQYM4ThXFEae5GWKZCzMuYFzJSJFh4zjM8VvJ+ZuGd1H0LGD85wpljHYqbP5fQRPFZBYQQwBIKIz/AG8UMfDvJNn91xltzx2U0KBw7uCdePqXfupf/5RSn9N+SW/gKyGU0k+rxX0lYcw+c0ADC0GggCLuhHAQmrx8KaAeWGtxYbpwdTK8qhjVUdo0t1UBCwajp2AXPbMD2CB7d74yFHpSuNEeewp7wfe/R6fF/p6ShNkqmDPqznl8zhSIfO7yhT4N9CMF5l5B48E1va8qhcXyMQI0bgpGWR+8z+ZO6I1B9mCQE6S2AjRHHecY8cKvB9/MZ5Pqx8piZKeXAK7nwx/l0AMKjFPGcZy2bDcpWaYrORvZvF1+nzNj3mJj7iTEM0IatNSzOrWyCa4BaLwk2LZEZ0+4gYDof7DjN/FBMlTZfnM1ha4s4EszQFRMs96lx1LqniKyuqX1EtapARxaAlEJSDzH5MBBNyPCEmHIjKCYdod/gdqh3Hmgu3PazObaS/qWm2b3l7qLPl7S22plr6m8ZPDYZPG6Gutsm25e1h1mFv32pvqoU6dplu4vArnLrV3lxzLqf+gtzsJL6huUbP+qn+4lvfwheXcewmF/gYrGjPn/dVCXAnvwpxv5Ux4AQoF35fIoU3n9qyaYNwaEwf4anUyDEXfWySOrzl1OYxqZEbNrGjcGjDRfyh+JxeKc/YFQiobPaz6S7r3CGlHxgLQhgmTGgklB79qj6532E6mM3uc7Ki8yiTzhLZ1Yyql4kO1Yxb93MunpN9laN/mdP/vUcG5/VwKBFvnmbFkwzeD1h/yORFMmRh4ql/Y6OXmOIKov/bFDLg2xQsLf1tigg8eN7wvZhLBmCu7gRPY10adLFzDAiAp/UZi/tvMqDLqypyPGLvV9C6YpjLMdV4XjGe9G9AcUIaXIX+IoFXG6d+pmj+lQ/2v6hliseHsN2s9f3VuFDuLBfKnZRZpIux+N4IMrcL5U5YrKP9Xtqr7b1I4MK8mL52Bi00rcfOK8/x3V9PMc560RdUqYG89YKCzhw+z448r4zId5ehr1zjrHLw5WoGtOxXCpEYj+j6nvLhFX9Hx13P/Wz2TQsripyFRdERxc53TeaRU76vTkJD4+RVyWGXPDe6oKDEV1LsHVxdNazBW2q1VUfT3xnoNq8u1eynotwwRwXH3BPUjcPmhhMX5GUZjSxvCkdeIsxhz/Iy5kPdzJ+R8YMwpmMmdnwigoZBxIJb0Oe3oGUXKWZJhVGNFHt5J3TQ/3e8Ukt93sl9kVrnUDyTeV24H5NnTKf5mo6Kc+db5Sq2ksEs0BbBXgaJFnChtsbKrx/bFLzxhZfHPvDA2Jef31jRPBZF9rKRv3rzvpbBI++9d+TglvveenUk9zMsghPqTsWNM1j/0oz5v0RQLaKDObSDwtLj9AjUHD8iHTl+5MhxqDnT/Q2Qb+SGbcihG7ZBA7y5jb5J39wGb9KyFom0MJuM26dpP1ARW/0xCjFUtGjFXRQQHTsXwK47iRREFZGHgqvnvO4xpt91F63MYYR583CHVPZcDu7T73f6XlyP0h+uh+2Hy0/9XyVr5DvKLPuBMi2o/oPqD5XaB6/Nojv2d/1QySg+r3WxTAxF0zIqox7Dck1GgQUtmIKowpg/zSRwrycDYJGgHtrR9uLCsxyP5STzjtJeLsLsYz16bEfbOKrp5+l4CR3X83iM+MC3yhe8i3zH8+d8DyLrk4wu8vLgKNFnCvMAC44eEhfyUSvb21eOGr2sJdLg8zVEWpaN5leA95SMM49ZpGwT+1MDMI7zo2zmpYE0iPMSWby2J8iX6oF7RhhwSxqbWA31q1JklT9SxMy8FFePUvqThPatiZ6e8lmXhrWB3In7Gi4cUhbg6MbOkT0x/tmiwg3hPr7ffArspzazVVLkHdJ5Y6jpkbWapn/fwHSxPB3bUECcPP7Yw1FSUW08BMXnYa44BqGVUKQnfaiTFn+1cuW8Scvn/eVXdDKQ6xfOrKu7fM32y+a+q2ijRv5k8Y15atFNK+9/Rnh+yOjW0lLaQo+Nn3QbSfvRiZxZH/aJEdWTiFh8CY88Q/tSq6DJCnZA85IbVFxzpn3eGucW2QyDWD9nAkvAFGSBpZxdwP60PkbB7T3LsVLS6UrfO0KyNzUX3ExAjP1x44w3GEkOj9+24Qii7reYPBb24QSTtkEAumdY9RsBTXpNN25A+5aPme5uAd3FrH2rcSKM53KaGFMsPeN4YSMMGmdRGjczmLNNO19Pmsl/na/DHEFFHcrDR4OJGiEfaoShqmMolEGgBvKl4FBwJIJDhUBQdeBfvsgy4SnqugTCM8+YyBfK8BomyiAfEmoZqIl8Q7ASTxwJfKHkUGtkhYWfOmrkoQIS56ECPi2pmFXENzryUeouVJF5opglm1wCeQ2SbUq+r6iwPloRBJBlR64l1x8oHu4szHXIeaUOZ6RQzK0xFNoq8setlqweyWZoHt+sFOSE7O6RrqXz338qUOv21biUkuza9vJEbrDYa/F4jKXZ1vb4YDkvO1TgLMvzObPcTkNhKFinlDbmDwpWocFoAIOcJYPT9aMPNklZ2cPdWWqewZBvzW0OCvmWEXVeo8FjqKktExwl4Ypyk+CRBl+kuP8jKRZk2H0Tfv90VqTIYLGJpXF3QjX78qxOH2Sp/qzmuKwKdl+2scIp2p1Ge/b6dsEkZwnGLF9ps8dmNRlM4L8ZcgwGRTWLDrnINjjfXOINOEzmrITVYs8xFagWi5xvslgLnc3O2opKt6vSaTRPrC1oNWWZchzloQVT76Bnny3PuWVoa31JQaxFzjaquebiItXutch1xoJsydI4bERZl+wwORWuQ/eKbnWulPFBXsTj+/m875c33PDLG0Rx4EE6cQM/DvhLf1PI/C69DNVR5g3kG03sFfv9NXhiYHOFxEwg9iLq9yXZM1KSr2XhdeQa/KqB9CW5HyeZXucSOH9hl/V3DvQBVJBaUq9/C65HLiEn8+jfhKe//jEhY4sPgfSl8vSEl9LEDpGmkX/pfZY0jmK2cGPg6pu6d/B0n74WKbSnA0ZGrfE+yPRGtyb5vGtHMuQLdbY6qH30ju4HvWtG4QU7z7s/Q5iVftvi/P9XIK1LMos7mW/kgejapI8wA15EBU75FZGBBLOccKMkkwLOw/Q0x7cExwCN5OrrIUYRbWIItkh8xdTnDUIsGFDyQWGxXA7d3VgG51w0BD7DAv/t94MfeJSf+Os4tiNODySdXf5x/m5/vqDl+zGV70xqT8cCgZhf1agDaWeuvzsA5aJsGz1l42kaG9feHYc2LenMx8z6U92Y6nImU//Bh/wxQgZ+pzmCjCMdZDZZyNeM0jGBLZBgQYEeU/8VFmPLhnfABf6J4LnRZl4fPGZAvT/y54Kj2j/U7bH0sI9qPIsaL51kqznpJAuiSeli0Jc2084/zNHHnQvCg0iqPkqfj1zrBV977MG0nODpg3tOQkZsUJLoRyf3pNXK6fYBxnB7RnYE7JOTalLp5etpRF+XjxgFEdmugy2PZuas/Kivp1XMFuiqszqTpMf+OppHBuBPX4iSV8dahL4TApceNAenr97GXGLsXPhpegVPgBU4p+7EOeXhay0OHh2QcIHD5ItFYgM62Rax+UwtkOlmmd61mD5IF9IHF9816vXVmpbuO01b/Tr9sd5Nh2c+9ut3Hp3ZtsgC/9EePNcLD2o023KZmEo3WkjLBCETUB50j1cl+57aXAqsrUMgGmRLfOVBpf+COREI+nRvWDQRMPFa4k2X4G4RWFwcOytQ7TY//wSVO8vyBJUvEryX6501PxANXD+Lfr3zJ/Q/M2/AkwUzPXnvsbu9pffj6WWPfwHSF49fhsldJSltZ2rIrH9t6nrijqaKLb/kiwrD2hbTs1v5+5LHH1t3y+Z1jx/Tz7YCLB7bilkmzT0Mgn7tenwVvvJ6/YyePdzVqf1887zlka7krFsmZHxd2oC1bMGTRgtZ0116bN4zniJxxsDGkDIEgH4OwLiNPWLyVgHJQivB6lDtxCG/df99R+gV9Cn6lzdWCKT7pUUQPiRGIpSseANKYDJsO/LF8Zeeof+YwuvwBspCI/9/Nkp53BnnipxEWxMRRWDu1YAQjLjAHZcm7enpmRidGXmh1/rVM2fJM19Zex3vQ/ExUeuZKJCJPZGZUUomFRykXw6iX0LBICg4uPngwXRMs4gtHbimJpP0mtq5b9QdGQ8Od3yaBqbVdJ8M2HMCldkz6vRd1yH9XMZO4P2dnfluTv+xcAGGt8yXzoi1nmL9zb/ZI7xuRraKBqJHFv345xFRifHIBY9E1tKtULUW7ejoOqiiW9ceFZ5Ivf9+6njq+Pup94Un5E/oT35H93z4Icz7nYhmCP1R6ka4ha4VfgQ3Zv5PgUwZmXgITzGgCT/gJUePork/4MH0YtzA+uUPfFrklbzwHUczVbz4ZbSC1Q8Wp2P3uK1mR4ZfyfxPRpQutprNcdrDo82Z3KmBIMIyuwvhhN3BfNYKH9Oz3OzqZoPBE7PGDJp+wx591beP6GeUcWMOZFwtA0n/hyxN18zv0q9TnoYLvz8MoCE/47uiNvkn5QEP/2KAfy4QcTvsCd0cKfcNuByWHHZLmC0k6zf457L9dzLf9w/85EhcYfeYzB/T3//0ydqyImHwjo1gfNN2RemgQRvp/qeferZ+UKnRt/Wen0Kgp0RzBApr7qRXH/77oeLyunJDYM+bv4S564ou/IiJl3JmsbuwsCj75gpj1OExlK3L+2JQaa1j0rS6/CbXoGz/+OEFaBkGChPO6Z0JQ6W3PJxVOXFM3oD+EHnEaBGTaB//Txb4grvoy7ANWwIldJdQsqvvUmUIraYPfP4XSpSFp8/ApZ/B4/LjtBqOsg2OnXmJDmckQ3orNVyceWbH0aMca9L+ovQa8kCLkqlg3ag5L/qSmzNs9vErfP//ATHKtuMAAHjajZA9TgMxEIWfyY9EhBBFDuAKhSKON0m10EUKUgRt+vx4ky3wRruOktByFlpKuAT0nICOO/DWsUBICFhrPd+8Gc+MDeAYDxDYfxe4DSzQwEvgA9TxFriCU3EeuIqG2Aau4UTcB65Tf2amqB7S2/pTJQs08RT4AEd4DVzBFd4DV9EU08A1SHEXuE79EQPkMJjAcZ9DYood9xEy+pa0QcrYkjSkZsmlzbFgXKILBU3bYobjWiFGhysJuclnrkJBT1E11M+AQW4mzszldCdHmbFyk7qlHGbWDbN8YWRXadlaOreKO52EalKqqkiUNY6nL/14hsVTzHyzgqKxJk9nmSVf+/ukWOOGjpmna9rfrhDz/6nqPtJDGxHz2szXpD6LfZs1ll/d6fTakW53ddT/x6hjHywYzvyTa99BeVtOhrHJizSzUutIaa3l3zU/ABw5cLgAAAB42l3SZ5MVVRSF4fuOBEmCiZyDiInb5+zTPYOkgWEIEpUgQUkShpyVoCA5Jy3/LlBz3/ED/WVVdVU/1XvVanW1Bp83rdbRd0Hr/ee/wbdddPEBwxjOCEbyIaMYzRjGMo6PGM8EPuYTPuUzPmcik5jMFKYyjenMYCazmM0c5jKP+SzgCxbyJYv4iq/5hm/5jsW0qUhkgkJNQzc9LOF7lrKM5axgJb2sYjV9rKGftaxjPRv4gY1sYjNb2Mo2fuQntrODneziZ3azh73s4xd+ZT8HOMghDvMbRzjKMY4zwAlOcorTnOEs5zjPBS5yictc4Xf+4CrXuM4N/uQvbnKLv7nNHe5yj/s84CGPeMwTnvKM57zgJa94zT/8O/LymYH+qt02KzOZ2QyzmLXZmN1mz2AmvaSX9JJe0kt6SS/pJb005FV6lV6lV+lVepVepVfpVXqVXtJLekkv6SW9pJc6Xvau7F3Zu7J3Ze/K3pXbQ981Zuc/Qid0Qid0Qid0Qid04n+nc0/YT9hP2E/YT9hP2E/YT9hP2E/YT9hP2E/YT9hP2E/YT9hPJL2kl/SyXtbLelkv62W9rJf1sl7WC73QC73QC73QC73QC73QK3pFr+gVvaJX9Ipe0St6Ra/Wq/VqvVqv1qv1ar1ar9ar9Rq9Rq/Ra/QavUav6XjFnRV3VtxZcWfFnRV3VtpD3zVmt9lj9pqrzNVmn7nG7O+kuyzusrjL4i6LuyzusrjLUjVvAQpVcTgAAAAAAAAB//8AAnjaY2BgYGQAgjO2i86D6AshzNIwGgBAmQUAAAA=) format('woff'),
url(//www.a-aircool.be/wp-content/themes/reviver/css/Genericons.ttf) format('truetype'),
url(//www.a-aircool.be/wp-content/themes/reviver/css/Genericons.svg#genericonsregular) format('svg');
font-weight : normal;
font-style  : normal;
}
@media screen and (-webkit-min-device-pixel-ratio : 0) {
@font-face {
font-family : "Genericons";
src         : url(//www.a-aircool.be/wp-content/themes/reviver/fonts/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size               : 22px;
vertical-align          : top;
text-align              : center;
-moz-transition         : color .1s ease-in 0;
-webkit-transition      : color .1s ease-in 0;
display                 : inline-block;
font-family             : "Genericons";
font-style              : normal;
font-weight             : normal;
font-variant            : normal;
line-height             : 1;
text-decoration         : inherit;
text-transform          : none;
-moz-osx-font-smoothing : grayscale;
-webkit-font-smoothing  : antialiased;
speak                   : none;
} .genericon-404:before {
content : "\f423";
}
.genericon-activity:before {
content : "\f508";
}
.genericon-anchor:before {
content : "\f509";
}
.genericon-aside:before {
content : "\f101";
}
.genericon-attachment:before {
content : "\f416";
}
.genericon-audio:before {
content : "\f109";
}
.genericon-bold:before {
content : "\f471";
}
.genericon-book:before {
content : "\f444";
}
.genericon-bug:before {
content : "\f50a";
}
.genericon-cart:before {
content : "\f447";
}
.genericon-category:before {
content : "\f301";
}
.genericon-chat:before {
content : "\f108";
}
.genericon-checkmark:before {
content : "\f418";
}
.genericon-close:before {
content : "\f405";
}
.genericon-close-alt:before {
content : "\f406";
}
.genericon-cloud:before {
content : "\f426";
}
.genericon-cloud-download:before {
content : "\f440";
}
.genericon-cloud-upload:before {
content : "\f441";
}
.genericon-code:before {
content : "\f462";
}
.genericon-codepen:before {
content : "\f216";
}
.genericon-cog:before {
content : "\f445";
}
.genericon-collapse:before {
content : "\f432";
}
.genericon-comment:before {
content : "\f300";
}
.genericon-day:before {
content : "\f305";
}
.genericon-digg:before {
content : "\f221";
}
.genericon-document:before {
content : "\f443";
}
.genericon-dot:before {
content : "\f428";
}
.genericon-downarrow:before {
content : "\f502";
}
.genericon-download:before {
content : "\f50b";
}
.genericon-draggable:before {
content : "\f436";
}
.genericon-dribbble:before {
content : "\f201";
}
.genericon-dropbox:before {
content : "\f225";
}
.genericon-dropdown:before {
content : "\f433";
}
.genericon-dropdown-left:before {
content : "\f434";
}
.genericon-edit:before {
content : "\f411";
}
.genericon-ellipsis:before {
content : "\f476";
}
.genericon-expand:before {
content : "\f431";
}
.genericon-external:before {
content : "\f442";
}
.genericon-facebook:before {
content : "\f203";
}
.genericon-facebook-alt:before {
content : "\f204";
}
.genericon-fastforward:before {
content : "\f458";
}
.genericon-feed:before {
content : "\f413";
}
.genericon-flag:before {
content : "\f468";
}
.genericon-flickr:before {
content : "\f211";
}
.genericon-foursquare:before {
content : "\f226";
}
.genericon-fullscreen:before {
content : "\f474";
}
.genericon-gallery:before {
content : "\f103";
}
.genericon-github:before {
content : "\f200";
}
.genericon-googleplus:before {
content : "\f206";
}
.genericon-googleplus-alt:before {
content : "\f218";
}
.genericon-handset:before {
content : "\f50c";
}
.genericon-heart:before {
content : "\f461";
}
.genericon-help:before {
content : "\f457";
}
.genericon-hide:before {
content : "\f404";
}
.genericon-hierarchy:before {
content : "\f505";
}
.genericon-home:before {
content : "\f409";
}
.genericon-image:before {
content : "\f102";
}
.genericon-info:before {
content : "\f455";
}
.genericon-instagram:before {
content : "\f215";
}
.genericon-italic:before {
content : "\f472";
}
.genericon-key:before {
content : "\f427";
}
.genericon-leftarrow:before {
content : "\f503";
}
.genericon-link:before {
content : "\f107";
}
.genericon-linkedin:before {
content : "\f207";
}
.genericon-linkedin-alt:before {
content : "\f208";
}
.genericon-location:before {
content : "\f417";
}
.genericon-lock:before {
content : "\f470";
}
.genericon-mail:before {
content : "\f410";
}
.genericon-maximize:before {
content : "\f422";
}
.genericon-menu:before {
content : "\f419";
}
.genericon-microphone:before {
content : "\f50d";
}
.genericon-minimize:before {
content : "\f421";
}
.genericon-minus:before {
content : "\f50e";
}
.genericon-month:before {
content : "\f307";
}
.genericon-move:before {
content : "\f50f";
}
.genericon-next:before {
content : "\f429";
}
.genericon-notice:before {
content : "\f456";
}
.genericon-paintbrush:before {
content : "\f506";
}
.genericon-path:before {
content : "\f219";
}
.genericon-pause:before {
content : "\f448";
}
.genericon-phone:before {
content : "\f437";
}
.genericon-picture:before {
content : "\f473";
}
.genericon-pinned:before {
content : "\f308";
}
.genericon-pinterest:before {
content : "\f209";
}
.genericon-pinterest-alt:before {
content : "\f210";
}
.genericon-play:before {
content : "\f452";
}
.genericon-plugin:before {
content : "\f439";
}
.genericon-plus:before {
content : "\f510";
}
.genericon-pocket:before {
content : "\f224";
}
.genericon-polldaddy:before {
content : "\f217";
}
.genericon-portfolio:before {
content : "\f460";
}
.genericon-previous:before {
content : "\f430";
}
.genericon-print:before {
content : "\f469";
}
.genericon-quote:before {
content : "\f106";
}
.genericon-rating-empty:before {
content : "\f511";
}
.genericon-rating-full:before {
content : "\f512";
}
.genericon-rating-half:before {
content : "\f513";
}
.genericon-reddit:before {
content : "\f222";
}
.genericon-refresh:before {
content : "\f420";
}
.genericon-reply:before {
content : "\f412";
}
.genericon-reply-alt:before {
content : "\f466";
}
.genericon-reply-single:before {
content : "\f467";
}
.genericon-rewind:before {
content : "\f459";
}
.genericon-rightarrow:before {
content : "\f501";
}
.genericon-search:before {
content : "\f400";
}
.genericon-send-to-phone:before {
content : "\f438";
}
.genericon-send-to-tablet:before {
content : "\f454";
}
.genericon-share:before {
content : "\f415";
}
.genericon-show:before {
content : "\f403";
}
.genericon-shuffle:before {
content : "\f514";
}
.genericon-sitemap:before {
content : "\f507";
}
.genericon-skip-ahead:before {
content : "\f451";
}
.genericon-skip-back:before {
content : "\f450";
}
.genericon-skype:before {
content : "\f220";
}
.genericon-spam:before {
content : "\f424";
}
.genericon-spotify:before {
content : "\f515";
}
.genericon-standard:before {
content : "\f100";
}
.genericon-star:before {
content : "\f408";
}
.genericon-status:before {
content : "\f105";
}
.genericon-stop:before {
content : "\f449";
}
.genericon-stumbleupon:before {
content : "\f223";
}
.genericon-subscribe:before {
content : "\f463";
}
.genericon-subscribed:before {
content : "\f465";
}
.genericon-summary:before {
content : "\f425";
}
.genericon-tablet:before {
content : "\f453";
}
.genericon-tag:before {
content : "\f302";
}
.genericon-time:before {
content : "\f303";
}
.genericon-top:before {
content : "\f435";
}
.genericon-trash:before {
content : "\f407";
}
.genericon-tumblr:before {
content : "\f214";
}
.genericon-twitch:before {
content : "\f516";
}
.genericon-twitter:before {
content : "\f202";
}
.genericon-unapprove:before {
content : "\f446";
}
.genericon-unsubscribe:before {
content : "\f464";
}
.genericon-unzoom:before {
content : "\f401";
}
.genericon-uparrow:before {
content : "\f500";
}
.genericon-user:before {
content : "\f304";
}
.genericon-video:before {
content : "\f104";
}
.genericon-videocamera:before {
content : "\f517";
}
.genericon-vimeo:before {
content : "\f212";
}
.genericon-warning:before {
content : "\f414";
}
.genericon-website:before {
content : "\f475";
}
.genericon-week:before {
content : "\f306";
}
.genericon-wordpress:before {
content : "\f205";
}
.genericon-xpost:before {
content : "\f504";
}
.genericon-youtube:before {
content : "\f213";
}
.genericon-zoom:before {
content : "\f402";
}.jackbox-modal {
font: 12px Arial, Helvetica, sans-serif;
color: #666;
line-height: 18px;
background: rgba(0, 0, 0, 0.75);
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.jackbox-modal * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
.jackbox-container img {
max-width: none;
} .jackbox-modal h2,
.jackbox-modal h3 {
font: 24px "Mako", sans-serif;
font-weight: normal;
color: #444;
} .jackbox-title-text {
font: 14px "Mako", sans-serif;
color: #222;
} .jackbox-thumb-tip {
background: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/ie_bg.png);
background: rgba(0, 0, 0, 0.75);
} .jackbox-thumb-tip-text {
font: 12px "Mako", sans-serif;
text-transform: uppercase;
color: #FFF;
} .jackbox-description-text {
background-color: #FFF;
text-align: left;
} .jackbox-html > div {
background-color: #F5F5F5;
border: 1px solid #E5E5E5;
text-align: left;
} .jackbox-holder {
background-color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.jackbox-container {
background: #000;
background: -moz-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(68, 68, 68, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%,rgba(0, 0, 0, 1) 100%);
background: radial-gradient(ellipse at center, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
} .jackbox-panel:hover {
background-color: #333;
} .jackbox-panel-left {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/panel_left.png);
} .jackbox-panel-right {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/panel_right.png);	
} .jackbox-panel-left:hover {
-webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
border-right: 1px solid #4D4D4D;
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/panel_left_over.png);	
} .jackbox-panel-right:hover {
-webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
border-left: 1px solid #4D4D4D;
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/panel_right_over.png);	
} .jackbox-button {
width: 20px;
height: 20px;
background-size: 20px 20px;
background-repeat: no-repeat;
} .jackbox-arrow-left {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/left_arrow.png);
} .jackbox-arrow-right {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/right_arrow.png);
} .jackbox-info {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/info.png);
} .jackbox-show-thumbs {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/thumbs_show.png);
} .jackbox-hide-thumbs {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/thumbs_hide.png);
} .jackbox-close {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/exit.png);
} .jackbox-fs {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/fullscreen.png);
}
.jackbox-ns {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/normalscreen.png);
} .jb-info-inactive, 
.jackbox-button:hover {
opacity: 0.6;
} .jackbox-thumb-panel {
background: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/ie_bg.png);
background: rgba(0, 0, 0, 0.75);
} .jackbox-thumb-left {
width: 20px;
height: 20px;
margin: -9px 0 0 -30px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/thumb_left.png);
} .jackbox-thumb-right {
width: 20px;
height: 20px;
margin: -9px 0 0 12px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/thumb_right.png);
} .jackbox-thumb-left:hover,
.jackbox-thumb-right:hover {
opacity: 0.70;
}
.jackbox-pre-outside {
padding: 5px; background: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/ie_preloader.gif); background: -moz-linear-gradient(top,                                      #FFF 0%,               #FFF 25%,              #444 90%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(25%, #FFF), color-stop(90%, #444));
background: -webkit-linear-gradient(top,                                   #FFF 0%,               #FFF 25%,              #444 90%);
background: -o-linear-gradient(top,                                        #FFF 0%,               #FFF 25%,              #444 90%);
background: -ms-linear-gradient(top,                                       #FFF 0%,               #FFF 25%,              #444 90%);
background: linear-gradient(to bottom,                                     #FFF 0%,               #FFF 25%,              #444 90%);
} .jackbox-pre-inside {
background-color: #444;
}    .jackbox {
position: relative;
display:block;
} .jackbox-modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
z-index: 9999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} .jackbox-modal h2 {
margin: 0 0 12px -2px;
} .jackbox-modal h3 {
margin: 0 0 8px -2px;
} .jackbox-modal ul {
margin: 0;
padding: 0;
} .jackbox-modal li {
margin: 0 0 10px 0;
padding: 0;
} .jackbox-modal li:last-child {
margin-bottom: -10px;
} .jackbox-html > div {
padding: 16px 20px 16px 20px;
box-sizing: border-box;
} .jackbox-html > div p {
margin: 5px 0 0 0;
color: #808080;
} .jackbox-title-text {
position: absolute;
left: 6px;
top: 7px;
width: 100%;
overflow: hidden;
text-align: center;
white-space: nowrap;
z-index: 0;
} .jackbox-info-text {
display: inline-block;
overflow-y: auto;
z-index: 999;
width: 100%;
position: absolute;
top: 0;
left: 0;
} .jackbox-description-text {
padding: 14px 17px 19px 17px;
} .jackbox-html,
.jackbox-wrapper,
.jackbox-content,
.jackbox-description,
.jackbox-hidden-items {
display: none;
} .jackbox-youtube {
visibility: hidden;
margin: 0 auto;
} .jackbox-html {
overflow-y: auto;
} .jackbox-modal img {
image-rendering: optimizeQuality;
} .jackbox-holder {
position: absolute;
left: 50%;
top: 50%;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
padding: 33px 6px 34px 6px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} .jackbox-container {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
z-index: 0;
text-align: center;
} .jackbox-content {
margin: 0 auto;
} .jackbox-overflow {
overflow: hidden !important;
} .jackbox-thumb-holder {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
} .jackbox-thumb-panel {
position: absolute;
left: 50%;
overflow: hidden;
white-space: nowrap;
padding: 2px 2px 0 2px;
} .jackbox-thumb-strip {
position: relative;
} .jackbox-thumb {
overflow: hidden;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} .jackbox-thumb img {
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} .jb-thumb-fadein img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: 0.5;
} .jb-thumb-active img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
} .jb-thumb-hover img:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
} .jb-thumb-active img {
cursor: auto;
} .jackbox-thumb-left,
.jackbox-thumb-right {
cursor: pointer;
position: absolute;
display: none;
} .jackbox-top {
position: absolute;
top: 7px;
left: 5px;
} .jackbox-top:after {
content: "";
position: absolute;
top: 26px;
left: 1px;
width: 100%;
height: 1px;
background-color: #FFF;
display: block;
z-index: 999;
} .jackbox-bottom {
position: relative;
white-space: nowrap;
z-index: 99;
} .jackbox-social {
position: absolute;
} .jackbox-top-icons {
position: absolute;
right: -1px;
} .jackbox-bottom-icons {
position: absolute;
right: 0px;
top: 7px;
} .jackbox-controls {
position: absolute;
left: 0;
top: 7px;
z-index: 1;
} .jackbox-button {
cursor: pointer;
display: inline-block;
} .jackbox-arrow-right {
margin-left: 6px;
} .jackbox-button-margin {
margin-left: 6px;
} :-webkit-full-screen .jackbox-fs {
display: none !important; 
} :-moz-full-screen .jackbox-fs {
display: none !important; 
} :-webkit-full-screen .jackbox-ns {
display: inline-block !important; 
}
:-moz-full-screen .jackbox-ns {
display: inline-block !important; 
} .jackbox-panel {
display: block;
cursor: pointer;
visibility: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: 38px 38px;
width: 58px;
height: 100%;
position: absolute;
top: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} .jackbox-panel-left {
left: 0;
} .jackbox-panel-right {
right: 0;
} .jackbox-preloader {
position: fixed;
left: 50%;
top: 50%;
visibility: hidden;
width: 20px;
height: 20px;
margin: -15px 0 0 -15px;
z-index: 9999;
} .jackbox-spin-preloader {
visibility: visible;
-webkit-animation: rotator 1s linear infinite;
-moz-animation: rotator 1s linear infinite;
-ms-animation: rotator 1s linear infinite;
-o-animation: rotator 1s linear infinite;
animation: rotator 1s linear infinite;
}
.jackbox-pre-outside {
width: 20px;
height: 20px;
display: inline-block;
position: relative;
top: -25%;
left: -25%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.jackbox-pre-inside {
display: none;
width: 20px;
height: 20px;
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} .jackbox-thumb-tip {
display: block;
position: fixed;
overflow: hidden;
opacity: 0;
z-index: 9999;
visibility: hidden;
pointer-events: none;
padding: 5px 10px 5px 10px;
-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} .jackbox-thumb-tip-text {
white-space: nowrap;
display: inline-block;
text-transform: uppercase;
-webkit-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-moz-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-o-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
-ms-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
} @-webkit-keyframes rotator {
from { 
-webkit-transform: rotate(0deg); 
}
50%  { 
-webkit-transform: rotate(180deg);
}
to   { 
-webkit-transform: rotate(360deg);
}
} @-moz-keyframes rotator {
from { 
-moz-transform: rotate(0deg); 
}
50%  { 
-moz-transform: rotate(180deg);
}
to   { 
-moz-transform: rotate(360deg);
}
} @-o-keyframes rotator {
from { 
-o-transform: rotate(0deg); 
}
50%  { 
-o-transform: rotate(180deg);
}
to   { 
-o-transform: rotate(360deg);
}
} @-ms-keyframes rotator {
from { 
-ms-transform: rotate(0deg); 
}
50%  { 
-ms-transform: rotate(180deg);
}
to   { 
-ms-transform: rotate(360deg);
}
} @keyframes rotator {
from { 
transform: rotate(0deg); 
}
50%  { 
transform: rotate(180deg);
}
to   { 
transform: rotate(360deg);
}
}   @media screen and (max-width: 600px) {
.jackbox-panel,
.jackbox-thumb-holder {
display: none !important;
}
.jackbox-show-thumbs,
.jackbox-hide-thumbs {
width: 0;
margin-left: 0;
overflow: hidden;
}
}   @media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { .jackbox-arrow-left {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/left_arrow@2x.png);
} .jackbox-arrow-right {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/right_arrow@2x.png);
} .jackbox-info {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/info@2x.png);
} .jackbox-show-thumbs {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/thumbs_show@2x.png);
} .jackbox-hide-thumbs {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/thumbs_hide@2x.png);
} .jackbox-close {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/exit@2x.png);
} .jackbox-fs {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/fullscreen@2x.png);
}
.jackbox-ns {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/normalscreen@2x.png);
} .jackbox-thumb-left {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/thumb_left@2x.png);
} .jackbox-thumb-right {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/thumb_right@2x.png);
} .jackbox-panel-left {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/panel_left@2x.png);
} .jackbox-panel-right {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/panel_right@2x.png);	
} .jackbox-panel-left:hover {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/panel_left_over@2x.png);	
} .jackbox-panel-right:hover {
background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/panel_right_over@2x.png);	
}
}    .jackbox-hover {					width: 100%;	height: 100%;		display: block;	position: absolute;		background-position: 50% 50%;	background-repeat: no-repeat;	background-size: 90px 90px;			-webkit-box-sizing: content-box;	-moz-box-sizing: content-box;	-o-box-sizing: content-box;	-ms-box-sizing: content-box;	box-sizing: content-box;		}.jackbox-hover * {	-webkit-box-sizing: content-box;	-moz-box-sizing: content-box;	-o-box-sizing: content-box;	-ms-box-sizing: content-box;	box-sizing: content-box;	}.jackbox-hover:visited {	text-decoration: none !;	}   .jackbox-hover-white {		background-color: #FFF;	background-color: rgba(255, 255, 255, 0.9);	} .jackbox-hover-magnify {	background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/hover_magnify.png);	} .jackbox-hover-play {	background: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/angle-video.png) no-repeat center center rgba(0,0,0,0.7);		width:70px;	height:70px;	border-radius:100px;	-moz-border-radius:100px;	-webkit-border-radius:100px;	left:50%;	top:50%;	margin:-35px 0 0 -35px;	padding:0;		box-shadow:         0 0 0 10px rgba(0, 0, 0, 0.25);	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.25);	-moz-box-shadow:     0 0 0 10px rgba(0, 0, 0, 0.25);		-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}.jackbox:hover .jackbox-hover-play{background-color:#000} .jackbox-hover-document {	background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/hover_document.png);	} .jackbox-hover-blur {	background-color: #000;	background-color: rgba(255, 255, 255, 0.25);	} .jackbox-canvas-blur {	position: absolute;	top: 0;	left: 0;		opacity: 0;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	filter: alpha(opacity=0);		-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	}   .jackbox:hover > .jackbox-canvas-blur {	opacity: 1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	filter: alpha(opacity=100);	} .jackbox > .jackbox-hover-black,.jackbox > .jackbox-hover-blur,.jackbox:visited > .jackbox-hover-black,.jackbox:visited > .jackbox-hover-blur {	color: #EEE;		} .jackbox > .jackbox-hover-white,.jackbox:visited > .jackbox-hover-white {	color: #333;	} .jackbox {	font: 14px "Mako", sans-serif;	text-decoration: none;	line-height: 0;	} .jackbox-hover p {		margin: 0;	text-align: left;	padding: 10px 10px 0 10px;	line-height: normal;	} .jackbox-tooltip {	position: absolute;	display: inline-block;	pointer-events: none;		-webkit-border-radius: 8px;	-moz-border-radius: 8px;	border-radius: 8px;		border: 1px solid #FFF;	border-bottom: none;		background: #f5f5f5;	background: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e5e5e5));	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);	background: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);	background: -ms-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);	background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);	opacity: 0;		-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);	} .jackbox-tooltip p {	font: 14px "Mako", sans-serif;	line-height: normal;	white-space: nowrap;		padding: 6px 10px 7px 10px;	margin: 0;		color: #444;	text-shadow: 1px 1px 0 #FFF;	} .jackbox-tooltip p:after {		width: 0; 	height: 0; 	content: "";		border-left: 10px solid transparent;	border-right: 10px solid transparent;	border-top: 10px solid #E5E5E5;		position: absolute;	bottom: -10px;	left: 65%;	}   @mediaonly screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) { .jackbox-hover-magnify {			background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/hover_magnify@2x.png);			} .jackbox-hover-play {			background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/hover_play@2x.png);			} .jackbox-hover-document {			background-image: url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/retina/hover_document@2x.png);			}}      * {
outline : none !important;
}
body {
margin           : 0;
font-family      : Arial, Helvetica, sans-serif;
font-size        : 16px;
line-height      : 24px;
color            : #6a6a6a;
background-color : #1b1b1b;
overflow-x       : hidden;
}
body.rtl {
direction : rtl;
}
body.ltr {
direction : ltr;
}
body ul {
padding-left : 0;
}
button,
input[type='button'],
input[type='submit'] {
border : 0;
}
a,
.widget_layered_nav .yith-wcan-list li a,
.widget_product_categories #accordion.list li a,
.woocommerce #content table.wishlist_table.cart a.remove {
color           : #1b1b1b;
text-decoration : none;
outline         : none;
}
a,
.tr_hover,
.btn-cart::before,
table.compare-list .remove td a .remove,
.widget_layered_nav .yith-wcan-list li a,
.product-quantity span.update_cart:hover,
.product-quantity span.update_cart:hover > i,
.widget_product_categories #accordion.list li a,
.product-quantity span.update_cart:hover input[name="update_cart"],
.yith-woocompare-widget ul.products-list a.remove,
.widget_layered_nav .yith-wcan-list li a
.link, .link1,
.list_1 li a,
.badge a i,
.fa {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.fa.fa-quote-left,
.fa.fa-quote-right {
font-size : 48px;
}
a:hover,
.widget_product_categories #accordion.list li a:hover,
.widget_layered_nav .yith-wcan-list li a:hover,
.woocommerce #content table.wishlist_table.cart a.remove:hover {
color           : #1f97ff;
text-decoration : none;
}
a[href^="tel:"] {
color           : inherit;
text-decoration : none;
}
a:focus {
outline         : none;
text-decoration : none;
}
a:visited {
outline         : none;
border          : none;
text-decoration : none;
}
q:before, blockquote:before {
content     : "\f10d";
font-family : fontAwesome;
font-size   : 48px;
left        : 11px;
color       : #fff;
position    : absolute;
z-index     : -1;
}
blockquote.reviver_testimonials:before {
content : '';
}
.list_and_blockquotes blockquote:before {
color : transparent;
}
input:[type="checkbox"],
button {
-webkit-appearance : none;
outline            : none;
}
button::-moz-focus-inner {
border : 0;
}
label {
cursor : default;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight : normal;
font-family : 'Open Sans', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
margin : 0px;
}
.h2 {
position       : relative;
display        : block;
color          : #1b1b1b;
text-transform : uppercase;
font-size      : 24px;
line-height    : 1em;
}
.h2indent {
margin : 42px 0 27px 0;
}
.h2indent_1 {
margin : 25px 0 27px 0;
}
.h2indent_2 {
margin : 54px 0 27px 0;
}
.indent_null {
margin : 0 0 20px 0;
}
.h3 {
font-size      : 24px;
line-height    : 28px;
color          : #1b1b1b;
display        : block;
font-weight    : normal;
margin         : 0;
padding        : 12px 0 24px;
text-transform : uppercase;
letter-spacing : -1px;
}
h3.entry-title,
.entry-content {
-ms-word-wrap : break-word;
word-wrap     : break-word;
}
.h4 {
font-size   : 20px;
line-height : 20px;
color       : #1B1B1B;
display     : block;
font-weight : bold;
padding     : 51px 0 17px;
}
.heading-h4, .h4 {
padding        : 0;
text-transform : uppercase;
font-size      : 18px;
layout-flow    : 20px;
font-weight    : 600;
padding        : 6px 0 27px;
}
.h5 {
font-size   : 16px;
line-height : 20px;
color       : #1b1b1b;
display     : block;
font-weight : bold;
}
.h5 a, h5 a {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.h6 {
font-size      : 14px;
line-height    : 18px;
color          : #1b1b1b;
display        : block;
font-weight    : bold;
text-transform : none;
}
ol li {
margin : 6px 0;
}
body.page .no-comments {
display : none;
}
table:not([class]) tr th,
table:not([class]) tr td {
border  : 1px solid #6a6a6a;
padding : 5px;
}
.btn-medium,
.btn-medium span,
.btn-large,
.btn-large > span,
.btn-large strong,
.btn-large-1,
.btn-large-1 span,
figure.img-polaroid,
figure.img-polaroid img,
.block,
.foto-carousel,
.badge,
.btn-small,
.btn-small span,
.block_banner,
.box-tabs,
.div_table_1,
.selected_div,
.block-info {
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.btn:hover {
background-position : 0 0;
}
.btn-medium,
.btn-medium span,
.btn-large,
.btn-large > span,
.btn-large strong,
.btn-large-1,
.btn-large-1 span,
.nav-collapse_ .nav > li > a > span,
.nav-collapse_ .nav > li > a,
#head-form a,
.block,
.block-list span,
.block-features span,
.btn-small span,
.block_banner i,
.block_banner {
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
}
.block-info,
.foto-carousel,
.box-tabs,
.div_table_1,
.selected_div {
-webkit-box-shadow : 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 3px rgba(0, 0, 0, 0.3);
}
.box-tabs:after {
display    : block !important;
position   : absolute;
height     : 3px;
background : #1d94ff;
bottom     : 0;
left       : 0;
right      : 0;
content    : '';
}
.responsive-tabs__list {
*zoom : 1;
}
.responsive-tabs__list:before,
.responsive-tabs__list:after {
display     : table;
content     : "";
line-height : 0;
}
.responsive-tabs__list:after {
clear : both;
}
.input-block-level {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
ul.block-news_badge,
.widget ul,
.flexslider ul,
ul.blog_photo_gallery,
.videoslider ul,
#contactform ul,
.list_none {
list-style : none;
margin     : 0px;
}
.boxed_layoutaa {
width  : 1220px;
margin : 0 auto;
}
.wide_layout {
width : 100%;
} .view {
margin     : 10px;
overflow   : hidden;
position   : relative;
text-align : center;
cursor     : default;
}
.view .mask {
position : absolute;
overflow : hidden;
width    : 100%;
top      : 0;
bottom   : 0;
}
.view .mask > div {
position   : absolute;
top        : 50%;
left       : 0;
text-align : center;
width      : 100%;
margin-top : -25px;
}
.view img {
display  : block;
position : relative;
}
.view span {
text-align : center;
display    : block;
position   : relative;
}
.view span a {
font-size      : 20px;
line-height    : 20px;
font-weight    : 600;
font-family    : 'Open Sans', sans-serif;
text-transform : uppercase;
color          : #fff;
}
.view span a:hover {
color : #1d94ff;
}
.view strong {
display         : block;
text-decoration : none;
color           : #fff;
font-size       : 16px;
line-height     : 20px;
font-weight     : normal;
margin-top      : 9px;
}
.view strong a {
color : #fff;
}
.view strong a:hover {
text-decoration : underline;
}
.view-sixth img {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.view-sixth .mask {
background-color   : rgba(0, 0, 0, 0.6);
opacity            : 0;
filter             : alpha(opacity=0);
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.view-sixth span,
.view-sixth strong {
background         : transparent;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
text-align         : center;
}
.view-sixth span {
padding-right : 25px;
}
.view-sixth strong {
padding-left : 25px;
}
.view-sixth:hover .mask {
opacity : 1;
filter  : alpha(opacity=100);
}
.view-sixth:hover span,
.view-sixth:hover strong {
padding : 0;
}
.link {
font-size : 14px;
display   : inline-block;
color     : #1f97ff;
}
.link:hover {
text-decoration : underline;
} #content {
background : #f9f9f9;
position   : relative;
z-index    : 10;
}
.content-div {
position       : relative;
padding-bottom : 60px;
padding-top    : 41px;
}
.content-div.extra {
padding-bottom : 19px;
}
.content-div.extra1 {
padding-bottom : 45px;
padding-top    : 60px;
}
.row-white {
background : #ffffff;
padding    : 13px 0 0;
}
.row-white.extra {
margin : 60px 0 43px;
}
.row-white.extra h4 {
padding-top : 14px;
}
.row-white.extra .block-list {
margin-bottom : 20px;
}
.slider-block {
padding-top : 10px;
}
.slider-block h3 {
padding-bottom : 18px;
}
.slider-block p {
margin-bottom : 24px;
} .iconized {
margin-right : 13px;
}
#menu-top-menu .iconized {
margin-right : 0px;
} figure.img-polaroid {
margin : 0 0 15px 0;
}
.img-polaroid {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
margin-bottom      : 15px;
padding            : 0;
border             : none;
background         : none;
}
.img-polaroid1 {
padding               : 5px;
background            : #fff;
-webkit-box-shadow    : 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow       : 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow            : 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.img-polaroid img {
max-width : inherit;
width     : 100%;
}
.img-indent {
margin : 0 0 22px;
}
.thumbnails {
margin : 0 0 0 0;
}
.thumbnails .thumbnail {
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
margin                : 0 0 23px 20px;
padding               : 0;
border                : none;
-webkit-box-shadow    : none;
-moz-box-shadow       : none;
box-shadow            : none;
}
.thumbnails .thumbnail .img-polaroid {
width : 100%;
}
.wp-caption {
max-width : 100% !important;
}  .list-popular,
.cart_list.product_list_widget,
.product_list_widget {
margin  : 0;
padding : 14px 0 20px;
}
.list-popular li,
.cart_list.product_list_widget li,
.product_list_widget li {
*zoom       : 1;
border-top  : 1px solid #f0f0f0;
margin-top  : 20px;
padding-top : 20px;
}
.product_list_widget .rating {
text-align : left;
}
.list-popular li::before,
.list-popular li:after,
.cart_list.product_list_widget li::before,
.cart_list.product_list_widget li:after,
.product_list_widget li::before,
.product_list_widget li:after {
display     : table;
content     : "";
line-height : 0;
}
.list-popular li:after,
.cart_list.product_list_widget li:after,
.product_list_widget li:after {
clear : both;
}
.list-popular li:first-child,
.cart_list.product_list_widget li:first-child,
.product_list_widget li:first-child {
border  : none;
padding : 0;
margin  : 0;
}
.list-popular li figure,
.cart_list.product_list_widget li figure,
.product_list_widget li figure {
float  : left;
margin : 0 12px 0 1px;
}
.list-popular li h5,
.cart_list.product_list_widget li h5,
.product_list_widget li h5 {
font-size   : 14px;
line-height : 17px;
font-weight : normal;
}
.list-popular li .link-comment {
color     : #6a6a6a;
font-size : 12px;
}
.list-popular li .link-comment:hover {
color : #1f97ff;
}
.widget_shopping_cart_content .buttons a.btn-small {
margin-bottom : 11px;
}
.widget_shopping_cart_content .total {
color : #1f97ff;
} .list {
display : block;
margin  : 0;
}
.list li {
display     : block;
position	: relative;
font-size   : 14px;
line-height : 20px;
padding     : 6px 0 5px 20px;
}
.block-list .list li::before{
position		: absolute;
content		: '\f00c';
left			: 0;
color			: #1f97ff;
font-family	: 'FontAwesome';
font-size		: 12px;
}
.list li a {
color : #6a6a6a;
}
.list li a:hover {
color : #1f97ff;
} .list_1 {
display : block;
margin  : 14px 0 0;
}
.list_1 li {
display     : block;
font-size   : 16px;
line-height : 20px;
padding     : 6px 0 10px;
}
.list_1 li a {
color : #1b1b1b;
}
.list_1 li a:hover {
color : #1f97ff;
}
.list_1 li i.fa-check {
font-size : 16px;
color     : #1f97ff;
margin    : 0 13px 0 0;
}
.view_all {
line-height           : 0;
font-size             : 0;
display               : inline-block;
height                : 30px;
width                 : 38px;
top                   : 1px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
background            : #f0f0f0;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.15);
text-align            : center;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
overflow              : hidden;
}
.view_all:hover {
background : #1f97ff;
}
.view_all:hover::before {
color : #ffffff;
}
.view_all:after {
display : none;
}
.view_all::before {
font-family        : FontAwesome;
line-height        : 30px;
content            : "\f00a";
font-size          : 18px;
color              : #1b1b1b;
position           : relative;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
} @-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform : translate(-100%);
}
50% {
opacity           : 0;
-webkit-transform : translate(100%);
}
51% {
opacity : 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform : translate(-100%);
}
50% {
opacity        : 0;
-moz-transform : translate(100%);
}
51% {
opacity : 1;
}
}
@keyframes toLeftFromRight {
49% {
transform : translate(-100%);
}
50% {
opacity   : 0;
transform : translate(100%);
}
51% {
opacity : 1;
}
} .row-video-slider {
background : #f0f0f0;
padding    : 30px 0;
text-align : center;
} .container {
margin-right : auto;
margin-left  : auto;
*zoom        : 1;
}
.container::before,
.container:after {
display     : table;
content     : "";
line-height : 0;
}
.container:after {
clear : both;
}
.container-fluid {
padding-right : 20px;
padding-left  : 20px;
*zoom         : 1;
}
.container-fluid::before,
.container-fluid:after {
display     : table;
content     : "";
line-height : 0;
}
.container-fluid:after {
clear : both;
}
.clearfix {
*zoom : 1;
}
.clearfix::before,
.clearfix:after {
display     : table;
content     : "";
line-height : 0;
}
.clearfix:after {
clear : both;
}
.hide-text {
font             : 0/0 a;
color            : transparent;
text-shadow      : none;
background-color : transparent;
border           : 0;
}
.display_none {
display : none;
}
.pr,
.relative {
position : relative;
}
.mt-5 {
margin-top : -5px;
}
.ml-10 {
margin-left : -10px;
}
.t_ind {
margin-bottom : 30px;
}
.t_ind2 {
margin-bottom : 25px;
}
.color_bg em,
.dark_bg em {
color : #fff;
} .color_bg .fa-quote-right,
.dark_bg .fa-quote-right,
.color_bg .fa-quote-left,
.dark_bg .fa-quote-left {
opacity : 0.2;
}
.v_no_space,
.v_no_space .block-list,
.slider-blog.v_no_space {
margin-top     : 0;
margin-bottom  : 0;
padding-top    : 0 !important;
padding-bottom : 0;
}
.t_align_r {
text-align : right !important;
}
.t_xs_align_l {
text-align : left !important;
}
.m_b_no_space {
margin-bottom : 0 !important;
}
.mb_no_space {
margin-bottom : 0 !important;
}
.m_t_no_space {
margin-top : 0 !important;
}
.m_space_0 {
margin : 0 !important;
}
.p_0 {
padding : 0 !important;
}
.p_20 {
padding : 20px;
}
.v_space {
margin-top : 30px !important;
}
.v_space2 {
padding-top : 15px !important;
}
.v_space4 {
padding-top : 25px;
}
.v_space3 {
padding-top : 10px;
}
.v_index {
z-index : 10;
}
.v_index2 {
z-index : 9;
}
.v_index3 {
z-index : 8;
}
.h_space {
padding-right : 15px;
}
.tr_all_hover {
-webkit-transition : all .4s ease;
-moz-transition    : all .4s ease;
-o-transition      : all .4s ease;
transition         : all .4s ease;
}
.m_bottom_5 {
margin-bottom : 5px;
}
.m_bottom_10 {
margin-bottom : 10px !important;
}
.m_bottom_15 {
margin-bottom : 15px !important;
}
.m_bottom_20 {
margin-bottom : 20px !important;
}
.m_bottom_25 {
margin-bottom : 25px !important;
}
.last-mbot {
margin-bottom : 0 !important;
}
.m_bottom_30 {
margin-bottom : 30px !important;
}
.txt_trans {
text-transform : none;
}
.txt_dec {
text-decoration : none;
}
.d_inline_middle {
display        : inline-block;
vertical-align : middle;
}
.d_inline {
display : inline;
}
.m0 {
margin : 0px !important;
}
.left-0 {
margin-left : 0 !important;
}
.m_left_0 {
margin-left : 0px !important;
}
.m_left_5 {
margin-left : 5px;
}
.m_left_10 {
margin-left : 10px;
}
.m_left_15 {
margin-left : 15px;
}
.m_left_30 {
margin-left : 30px;
}
.m_right_10 {
margin-right : 10px !important;
}
.m_right_20 {
margin-right : 20px !important;
}
.m_right_30 {
margin-right : 30px !important;
}
.m_right_40 {
margin-right : 40px !important;
}
.m_right_auto{
margin-left: auto !important;
}
.m_left_auto{
margin-right: auto !important;
}
.p0 {
padding : 0px !important;
}
.p_left_0 {
padding-left : 0px;
}
.p_left_5 {
padding-left : 5px;
}
.p_left_10 {
padding-left : 10px;
}
.p_left_20 {
padding-left : 20px;
}
.p_bottom_5 {
padding-bottom : 5px;
}
.p_bottom_10 {
padding-bottom : 10px;
}
.p_bottom_20 {
padding-bottom : 20px;
}
.p_right_10 {
padding-right : 10px;
}
.p_right_20 {
padding-right : 20px;
}
.p_top_0 {
padding-top : 0px !important;
}
.p_top_7 {
padding-top : 7px;
}
.p_top_10 {
padding-top : 10px;
}
.v_line_10 {
line-height : 10px;
}
.v_align_t {
vertical-align : top;
}
.p_10,
.pad-top {
padding : 10px;
}
.w95 {
width : 95px;
}
.w25 {
min-width : 25px !important;
}
.m_top-5 {
margin-top : -5px;
}
.m_top_20 {
margin-top : 20px !important;
}
.m_top_10 {
margin-top : 10px !important;
}
.m_top_0 {
margin-top : 0px !important;
}
.m_top_5 {
margin-top : 5px !important;
}
.display_ib,
.d_inline_b {
display : inline-block !important;
}
.dis-block {
display : block;
}
.wrapper,
.extra-wrap,
.wrapper-extra {
overflow : hidden;
position : relative;
}
.fleft {
float : left;
}
.fright {
float : right !important;
}
.fnone {
float : none !important;
}
.inner_color {
background-color : #ffffff;
}
.overflow {
overflow : hidden;
}
.color1 {
color : #1f97ff;
}
.pad-top {
padding-top : 15px;
}
.pad-top2 {
padding-top : 29px;
}
.pad-top3 {
padding-top : 34px;
}
.link1 {
color : #1f97ff;
}
.link1:hover {
color : #1b1b1b;
}
.txt-1 {
font-size   : 13px;
line-height : 20px;
color       : #6a6a6a;
}
.txt-2 {
font-size   : 14px;
line-height : 21px;
}
.color-1 {
color : #1f97ff;
}
.color-2 {
color : #1b1b1b;
}
.col2 {
width : 46%;
}
.col3 {
width : 29.3333333334%;
}
.p_hr_0 {
padding-left  : 0 !important;
padding-right : 0 !important;
}  button[class^="btn"],
.wpb_wrapper .button:not(.button-cart) {
margin-right  : 10px;
margin-bottom : 11px !important;
}
a.button:hover {
color : #ffffff;
}
a.button:focus {
color : #ffffff;
}
.btn-tags {
background            : #F0F0F0;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
-webkit-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.15) inset;
-moz-box-shadow       : 0 0 4px rgba(0, 0, 0, 0.15) inset;
box-shadow            : 0 0 4px rgba(0, 0, 0, 0.15) inset;
border                : none;
display               : inline-block;
font-size             : 13px;
line-height           : 18px;
color                 : #1b1b1b;
padding               : 6px 14px;
text-shadow           : none;
transition            : all 0.3s ease 0s;
}
.btn-tags:hover {
color              : #fff;
background         : #1f97ff;
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.5) inset;
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.5) inset;
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-shadow a {
margin-right : 0 !important;
}
.btn-double {
*zoom                 : 1;
background            : rgba(0, 0, 0, 0.15);
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
-webkit-box-shadow    : inset 0 0 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow       : inset 0 0 5px rgba(0, 0, 0, 0.4);
box-shadow            : inset 0 0 5px rgba(0, 0, 0, 0.4);
display               : inline-block;
-webkit-border-radius : 7px;
-moz-border-radius    : 7px;
border-radius         : 7px;
padding               : 9px;
border                : 1px solid rgba(0, 0, 0, 0.25);
}
.btn-double::before,
.btn-double:after {
display     : table;
content     : "";
line-height : 0;
}
.btn-double:after {
clear : both;
}
.btn-double a {
padding            : 16px 30px;
color              : #FFF;
display            : inline-block;
font-family        : 'Open Sans', sans-serif;
font-size          : 26px;
font-weight        : normal;
margin-bottom      : 0;
line-height        : 1em;
-webkit-box-shadow : 0 2px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 2px 3px rgba(0, 0, 0, 0.3);
box-shadow         : 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-double a.btn-first {
-webkit-border-radius : 5px 0 0 5px;
-moz-border-radius    : 5px 0 0 5px;
border-radius         : 5px 0 0 5px;
background-color      : #2498ff;
background-image      : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image      : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image      : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image      : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba1ff', endColorstr='#198aff', GradientType=0);
margin-right          : 1px;
}
.btn-double a.btn-first:hover {
background-color  : #e1e1e1;
background-image  : -moz-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#dcdcdc));
background-image  : -webkit-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -o-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : linear-gradient(to bottom, #e4e4e4, #dcdcdc);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#dcdcdc', GradientType=0);
color             : #1b1b1b;
}
.btn-double a.btn-second {
-webkit-border-radius : 0 5px 5px 0;
-moz-border-radius    : 0 5px 5px 0;
border-radius         : 0 5px 5px 0;
background-color      : #489b0c;
background-image      : -moz-linear-gradient(top, #52a40f, #398e08);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#52a40f), to(#398e08));
background-image      : -webkit-linear-gradient(top, #52a40f, #398e08);
background-image      : -o-linear-gradient(top, #52a40f, #398e08);
background-image      : linear-gradient(to bottom, #52a40f, #398e08);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a40f', endColorstr='#398e08', GradientType=0);
margin-left           : 1px;
margin-right          : 0;
}
.btn-double a.btn-second:hover {
background-color  : #e1e1e1;
background-image  : -moz-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#dcdcdc));
background-image  : -webkit-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -o-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : linear-gradient(to bottom, #e4e4e4, #dcdcdc);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#dcdcdc', GradientType=0);
color             : #1b1b1b;
}
.btn-double a:hover {
color : #1b1b1b ;
}
.btn-large {
display            : inline-block;
font-size          : 26px;
line-height        : 1em;
font-family        : 'Open Sans', sans-serif;
border             : none;
color              : #ffffff;
position           : relative;
-webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 2px 0 rgba(0, 0, 0, 0.3);
box-shadow         : 0 2px 0 rgba(0, 0, 0, 0.3);
background-color   : #282828;
background-image   : -moz-linear-gradient(top, #373737, #121212);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image   : -webkit-linear-gradient(top, #373737, #121212);
background-image   : -o-linear-gradient(top, #373737, #121212);
background-image   : linear-gradient(to bottom, #373737, #121212);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#121212', GradientType=0);
padding            : 16px 38px;
z-index            : 1;
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
transition         : none;
}
.btn-large:hover {
text-decoration   : none;
color             : #ffffff;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba1ff', endColorstr='#198aff', GradientType=0);
}
.btn-large.btn-shadow {
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
transition         : none;
border             : none !important;
}
.btn-large.btn-shadow > span {
display            : block;
position           : relative;
background-color   : #282828;
background-image   : -moz-linear-gradient(top, #373737, #121212);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image   : -webkit-linear-gradient(top, #373737, #121212);
background-image   : -o-linear-gradient(top, #373737, #121212);
background-image   : linear-gradient(to bottom, #373737, #121212);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#121212', GradientType=0); 
border-top         : 1px solid #6e6e6e;
border-bottom      : 1px solid #121212;
padding            : 16px 38px;
z-index            : 1;
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
transition         : none;
}
.btn-large.btn-shadow:hover {
border          : none !important;
color           : #ffffff;
text-decoration : none;
}
.btn-large.btn-shadow:hover > span {
text-decoration   : none;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba1ff', endColorstr='#198aff', GradientType=0);
}
.btn-double.btn-shadow a {
-webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 2px 0 rgba(0, 0, 0, 0.3);
box-shadow         : 0 2px 0 rgba(0, 0, 0, 0.3);
}
.btn-medium, .wpb_button {
-webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 2px 0 rgba(0, 0, 0, 0.3);
box-shadow         : 0 2px 0 rgba(0, 0, 0, 0.3);
position           : relative;
z-index            : 1;
padding            : 15px 29px 17px 29px;
display            : inline-block;
color              : #ffffff;
text-decoration    : none;
text-shadow        : none;
font-weight        : normal;
background-color   : #282828;
background-image   : -moz-linear-gradient(top, #373737, #121212);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image   : -webkit-linear-gradient(top, #373737, #121212);
background-image   : -o-linear-gradient(top, #373737, #121212);
background-image   : linear-gradient(to bottom, #373737, #121212);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#121212', GradientType=0);
border             : none;
-webkit-transition : opacity 0.2s ease;
-moz-transition    : opacity 0.2s ease;
-o-transition      : opacity 0.2s ease;
transition         : opacity 0.2s ease;
font-size          : 18px;
line-height        : 1em;
font-family        : 'Open Sans', sans-serif;
}
.alternative .btn-blue,
.alternative .btn-large.btn-shadow > span,
.alternative .btn-medium,
.alternative .btn-large {
border-bottom : none !important;
}
.btn-medium:hover {
outline           : none;
color             : #ffffff;
text-shadow       : none;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba1ff', endColorstr='#198aff', GradientType=0);
}
.block-info .btn-small,
[id^="newsletter"] .btn-small:hover {
color            : #1b1b1b;
background-color : #e1e1e1;
background-image : -moz-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#dcdcdc));
background-image : -webkit-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image : -o-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image : linear-gradient(to bottom, #e4e4e4, #dcdcdc);
border-top       : 1px solid #f0f0f0;
border-bottom    : 1px solid #a7a7a7;
}
.btn-small {
-webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow    : 0 2px 0 rgba(0, 0, 0, 0.2);
box-shadow         : 0 2px 0 rgba(0, 0, 0, 0.2);
position           : relative;
z-index            : 1;
padding            : 12px 29px;
color              : #fff;
display            : inline-block;
-webkit-transition : opacity 0.2s ease;
-moz-transition    : opacity 0.2s ease;
-o-transition      : opacity 0.2s ease;
transition         : opacity 0.2s ease;
text-decoration    : none;
text-shadow        : none;
font-weight        : normal;
background-color   : #282828;
background-image   : -moz-linear-gradient(top, #373737, #121212);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image   : -webkit-linear-gradient(top, #373737, #121212);
background-image   : -o-linear-gradient(top, #373737, #121212);
background-image   : linear-gradient(to bottom, #373737, #121212);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#121212', GradientType=0);
font-size          : 14px;
line-height        : 1em;
font-family        : 'Open Sans', sans-serif;
}
.btn-small:hover, .btn-small:focus {
color             : #ffffff;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba1ff', endColorstr='#198aff', GradientType=0);
}
.btn-mini {
-webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow    : 0 2px 0 rgba(0, 0, 0, 0.2);
box-shadow         : 0 2px 0 rgba(0, 0, 0, 0.2);
position           : relative;
z-index            : 1;
padding            : 8px 29px;
color              : #fff;
display            : inline-block;
-webkit-transition : opacity 0.2s ease;
-moz-transition    : opacity 0.2s ease;
-o-transition      : opacity 0.2s ease;
transition         : opacity 0.2s ease;
text-decoration    : none;
text-shadow        : none;
font-weight        : normal;
background-color   : #282828;
background-image   : -moz-linear-gradient(top, #373737, #121212);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image   : -webkit-linear-gradient(top, #373737, #121212);
background-image   : -o-linear-gradient(top, #373737, #121212);
background-image   : linear-gradient(to bottom, #373737, #121212);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff121212', GradientType=0); 
font-size          : 13px;
line-height        : 1em;
font-family        : 'Open Sans', sans-serif;
}
.btn-mini:hover {
color             : #ffffff;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba1ff', endColorstr='#198aff', GradientType=0);
}
.btn-blue {
color             : #fff;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
}
.btn-blue:hover,
.btn-blue.wpb_wpb_button:hover,
.btn-blue:hover:not(.btn-shadow){
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/bg-btn-slide-span.jpg) 0 0 repeat-x #232323;
}
button[type="submit"] {
cursor : pointer !important;
}
.btn-white {
color             : #1b1b1b;
background-color  : #e1e1e1;
background-image  : -moz-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#dcdcdc));
background-image  : -webkit-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -o-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : linear-gradient(to bottom, #e4e4e4, #dcdcdc);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#dcdcdc', GradientType=0);
border-top        : 1px solid #f0f0f0;
border-bottom     : none;
}
.btn-white:hover {
color             : #fff;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
}
.btn-white.btn-shadow span {
color             : #1b1b1b;
background-color  : #e1e1e1;
background-image  : -moz-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#dcdcdc));
background-image  : -webkit-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -o-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : linear-gradient(to bottom, #e4e4e4, #dcdcdc);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#dcdcdc', GradientType=0);
border-top        : 1px solid #f0f0f0;
border-bottom     : 1px solid #a7a7a7;
}
.btn-white.btn-shadow:hover span {
color : #ffffff;
}
.btn-blue.btn-shadow span {
border-top        : 1px solid #65bbff;
border-bottom     : 1px solid #0d4681;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
}
.btn-blue.btn-shadow:hover span {
background    : url(//www.a-aircool.be/wp-content/themes/reviver/img/bg-btn-slide-span.jpg) 0 0 repeat-x #232323;
border-top    : 1px solid #6e6e6e;
border-bottom : 1px solid #121212;
}
.btn-shadow {
border                : none !important;
padding               : 10px;
background            : rgba(0, 0, 0, 0.15);
-webkit-border-radius : 7px;
-moz-border-radius    : 7px;
border-radius         : 7px;
-webkit-box-shadow    : inset 0 0 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow       : inset 0 0 5px rgba(0, 0, 0, 0.4);
box-shadow            : inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.btn-shadow:hover {
background : rgba(0, 0, 0, 0.15);
}
.btn-shadow span {
-webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 2px 0 rgba(0, 0, 0, 0.3);
box-shadow         : 0 2px 0 rgba(0, 0, 0, 0.3);
}
.btn-extra,
.btn-shadow.btn-extra span,
.btn-double.btn-shadow a {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.list-buttons {
margin-bottom : 34px;
}
.list-buttons.extra {
margin : 0;
}
.list-buttons .btn-double a {
margin-bottom : 0;
}
.list-buttons a,
.list-buttons .btn-double {
margin-right  : 10px;
margin-bottom : 11px;
} .toggle {
display            : block;
position           : relative;
margin             : 0 0 20px 0;
background         : #F0F0F0;
border-radius      : 4px;
margin-bottom      : 5px;
border             : 5px solid #F0F0F0;
-webkit-transition : all 0.3s ease 0s;
-moz-transition    : all 0.3s ease 0s;
-o-transition      : all 0.3s ease 0s;
transition         : all 0.3s ease 0s;
}
.toggle.active {
background : #ffffff;
}
.toggle .togglet,
.toggle .toggleta {
display  : block;
padding  : 9px 15px;
position : relative;
cursor   : pointer;
margin   : 0;
}
.toggle .togglet h5,
.toggle .toggleta h5 {
font-weight : 600;
}
.toggle .togglet h5::before,
.toggle .toggleta h5::before {
font-family  : FontAwesome;
font-size    : 16px;
content      : "\f055";
margin-right : 10px;
font-weight  : normal;
}
.toggle .togglet:hover h5,
.toggle .toggleta:hover h5 {
color : #1f97ff;
}
.toggle .toggleta h5::before {
content : "\f056";
}
.toggle .togglec {
display     : none;
position    : relative;
padding     : 13px 20px;
color       : #6A6A6A;
font-size   : 14px;
line-height : 21px;
}
.box-questions {
margin-top : 20px;
}
.search-links h4 {
font-size      : 18px;
padding        : 15px 0 18px;
font-weight    : 600;
text-transform : uppercase;
}
.list-links li {
padding-left   : 16px;
padding-bottom : 6px;
position       : relative;
}
.list-links li::before {
position    : absolute;
top         : 5px;
left        : 0;
content     : "\f111";
color       : #c6c6c6;
font-family : FontAwesome;
font-size   : 5px;
line-height : 18px;
}
.list-links a {
font-size   : 14px;
layout-flow : 18px;
color       : #1b1b1b;
}
.list-links a:hover {
color : #1f97ff;
} .tabs,
.tabs_1 {
padding-bottom : 30px;
position       : relative;
}
.tabs ul,
.tabs_1 ul {
position   : absolute;
*zoom      : 1;
display    : block;
text-align : center;
left       : 0;
right      : 0;
bottom     : 0;
margin     : 0;
padding    : 0;
}
.tabs ul::before,
.tabs_1 ul::before,
.tabs ul:after,
.tabs_1 ul:after {
display     : table;
content     : "";
line-height : 0;
}
.tabs ul:after,
.tabs_1 ul:after {
clear : both;
}
.tabs ul li,
.tabs_1 ul li {
display : inline-block;
margin  : 0 3px;
}
.tabs ul li a,
.tabs_1 ul li a {
display               : block;
width                 : 10px;
height                : 10px;
background            : #bababa;
-webkit-border-radius : 620px;
-moz-border-radius    : 620px;
border-radius         : 620px;
}
.tabs ul li a:hover,
.tabs_1 ul li a:hover {
background : #2299ff;
}
.tabs ul .ui-state-active a,
.tabs_1 ul .ui-state-active a {
background : #2299ff;
}
.tabs > div iframe,
.tabs_1 > div iframe {
width : 100%;
}
.nav-tabs > li > a i.icon-center {
text-align   : center;
margin-right : 0px;
}
.tab-pane { }
.tabbable .tab-pane.active:not(.in) {
width : auto;
}
.tab-pane h2:nth-child(n+2) {
margin-top : 35px;
}
.tabbable .tab-pane.active:not(.in) {
width : auto;
} .fontawesome-icon-list .fa-hover a {
display       : inline-block;
color         : #1b1b1b;
line-height   : 31px;
height        : 31px;
padding-left  : 10px;
padding-top   : 5px;
border-radius : 4px
}
.fontawesome-icon-list .fa-hover a .fa {
font-size    : 14px;
display      : inline-block;
width        : 10px;
text-align   : center;
margin-right : 10px;
}
.fontawesome-icon-list .fa-hover a:hover {
color           : #3da5ff;
text-decoration : none;
}
.fontawesome-icon-list .fa-hover a:hover .text-muted {
color : #bbe2d5;
}
.fontawesome-icon-list .span3 {
width : 260px;
}
.icon_tab .tab-pane {
padding            : 10px 10px 30px 10px;
width              : 100%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.v_page-header {
font-size      : 18px;
text-transform : none;
font-weight    : bold;
margin         : 10px 0 15px;
padding-left   : 10px;
}
.dark_bg blockquote,
.fontawesome-icon-list.dark_bg {
background-color : #282828;
}
.color_bg blockquote {
background-color : rgba(31, 151, 255, 2);
}
#two .fontawesome-icon-list .fa-hover a {
color : #fff;
}
#two .fontawesome-icon-list .fa-hover a:hover {
color : #3da5ff;
}
#three .fontawesome-icon-list .fa {
color : #1f97ff;
} .v_title {
letter-spacing : -1px;
}
.v_list {
margin              : 0;
margin-top          : 20px;
list-style-position : inside;
color               : #282828;
}
.v_circle {
list-style          : disc;
list-style-position : inside;
}
.v_list_element {
font        : 14px arial;
line-height : 31px;
}
.v_list_element i {
font-size      : 10px;
vertical-align : middle;
padding-right  : 5px;
}
.v_list_section ul {
margin-bottom : 0;
}
.list_and_blockquotes .span2,
.list_and_blockquotes .span4 {
margin-top : 50px;
}
.list_and_blockquotes blockquote {
margin-top : 20px;
}
.var2 blockquote {
text-align : right;
}
.var2 blockquote i {
right : 11px;
} blockquote {
padding               : 0;
border                : none;
background            : #f0f0f0;
padding               : 14px 21px;
position              : relative;
margin-bottom         : 16px;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
z-index               : 1;
}
blockquote em {
display       : block;
z-index       : 2;
position      : relative;
color         : #1b1b1b;
margin-bottom : 12px !important;
}
blockquote i {
position    : absolute;
font-size   : 48px;
line-height : 1em;
top         : 6px;
left        : 11px;
color       : #fff;
z-index     : 1;
}
blockquote a {
color : #6a6a6a;
}
blockquote a:hover {
color : #1f97ff;
}
blockquote .txt-2 {
line-height : 17px;
}
.block_testi {
*zoom : 1;
}
.block_testi::before,
.block_testi:after {
display     : table;
content     : "";
line-height : 0;
}
.block_testi:after {
clear : both;
}
.block_testi i {
left : 170px;
}
.block_testi .img-polaroid {
float  : left;
margin : 0 40px 0 0;
}
.quote1 {
margin-top    : 2px;
padding       : 22px 21px 20px;
margin-bottom : 0;
}
.quote1 figure {
margin-bottom : -3px;
}
.quote2 {
background : none;
text-align : center;
padding    : 0;
}
.quote2 .img-polaroid {
float   : none;
margin  : 0 0 13px;
display : inline-block;
}
.quote2 .img-polaroid img {
-webkit-border-radius : 500px;
-moz-border-radius    : 500px;
border-radius         : 500px;
}
.quote2 em {
font-size   : 18px;
line-height : 26px;
width       : 80%;
text-align  : center;
display     : inline-block;
}
.quote2 span {
font-size : 16px;
display   : block;
}
.quote2 i {
left : 15%;
top  : 87px;
}
.box-quote {
margin-bottom : 56px;
} .alert_box p,
.alert_box i {
display : inline-block;
}
.alert_box.error p,
.alert_box.error i {
color : red !important;
}
.alert_box i {
padding-right : 5px;
}
.v_alert_box.alert {
padding  : 13px 20px;
position : relative;
}
.v_alert_box.alert {
border        : 0;
margin-bottom : 0;
}
.v_alert_box a {
text-decoration : underline;
}
.alert-warning a {
color : #e28f19;
}
.alert-error a {
color : #e92d00;
}
.alert-success a {
color : #5ba22b;
}
.alert-info a {
color : #1f97ff;
}
.v_alert_box p {
font-size     : 14px;
margin        : 0;
padding-right : 20px;
}
.v_close {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/alert_close.png) right center;
height     : 10px;
width      : 10px;
display    : block;
position   : absolute;
right      : 20px;
top        : 40%;
}
.alert_list li:nth-child(n+2) {
margin-top : 10px;
}
.content_box_title4 h4 {
padding : 0 0 17px 0;
}
.rev.alert {
margin-bottom : 10px;
} .foto-carousel figure b,
.box-work figure b {
top                : -20%;
opacity            : 0;
filter             : alpha(opacity=0);
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.foto-carousel:hover figure span,
.box-work:hover figure span {
opacity : 1;
filter  : alpha(opacity=100);
}
.foto-carousel:hover figure b,
.box-work:hover figure b {
opacity : 1;
filter  : alpha(opacity=100);
}
.foto-carousel > span,
.box-work > span {
display               : block;
position              : relative;
z-index               : 2;
padding               : 18px 20px;
background            : #f0f0f0;
height                : 56px;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
-webkit-transition    : 0.2s;
-moz-transition       : 0.2s;
-o-transition         : 0.2s;
transition            : 0.2s;
overflow              : hidden;
-webkit-border-radius : 0 0 5px 5px;
-moz-border-radius    : 0 0 5px 5px;
border-radius         : 0 0 5px 5px;
}
.foto-carousel > span i,
.box-work > span i {
font-size  : 13px;
display    : block;
font-style : normal;
opacity    : 0;
filter     : alpha(opacity=0);
color      : #ffffff;
z-index    : 100;
}
.foto-carousel > span i a,
.box-work > span i a,
.box-work > span i {
color : #ffffff;
}
.foto-carousel > span strong,
.box-work > span strong {
color : #1b1b1b;
}
.foto-carousel > span strong a,
.box-work > span strong a {
color : #1b1b1b;
}
.foto-carousel:hover,
.box-work:hover {
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.3);
}
.foto-carousel:hover > span,
.box-work:hover > span {
background : #1f97ff;
height     : 76px;
margin-top : -20px;
}
.foto-carousel:hover > span i,
.box-work:hover > span i {
opacity : 1;
filter  : alpha(opacity=100);
}
.foto-carousel:hover > span strong a,
.box-work:hover > span strong a {
color : #ffffff;
}
.foto-carousel:hover > span strong a:hover,
.box-work:hover > span strong a:hover {
color : #282828;
}
.foto-carousel:hover > span:after,
.box-work:hover > span:after {
bottom : 0;
}
.foto-carousel figure span,
.box-work figure span {
opacity            : 0;
filter             : alpha(opacity=0);
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
} #work_container .box-work {
margin-bottom : 30px;
}
.foto-carousel,
.box-work {
-webkit-box-shadow    : 0 0 0 rgba(0, 0, 0, 0);
-moz-box-shadow       : 0 0 0 rgba(0, 0, 0, 0);
box-shadow            : 0 0 0 rgba(0, 0, 0, 0);
display               : block;
margin-bottom         : 10px;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.foto-carousel figure,
.box-work figure {
margin                : 0;
position              : relative;
z-index               : 1;
display               : block;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
overflow              : hidden;
}
.foto-carousel figure span,
.box-work figure span {
display               : block;
position              : absolute;
top                   : 0;
left                  : 0;
bottom                : 0;
right                 : 0;
background            : url(//www.a-aircool.be/wp-content/themes/reviver/img/shadow.png) 0 0 repeat;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
}
.foto-carousel figure b,
.box-work figure b {
display               : block;
position              : absolute;
left                  : 50%;
width                 : 50px;
height                : 50px; background-color	  : #282828;
-moz-border-radius    : 50px;
-webkit-border-radius : 50px;
border-radius         : 50px;
z-index               : 5;
opacity               : 0;
top                   : 50%;
transition            : all 0.3s ease 0s;
margin-top            : -25px;
margin-left           : -25px;
text-align            : center;
}
.foto-carousel figure b::before,
.box-work figure b::before {
font-family : FontAwesome;
font-size   : 18px;
line-height : 50px;
content     : "\f067";
color       : #fff;
}
.foto-carousel > span,
.box-work > span {
display               : block;
position              : relative;
z-index               : 2;
padding               : 18px 20px;
background            : #f0f0f0;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
overflow              : hidden;
-webkit-border-radius : 0 0 5px 5px;
-moz-border-radius    : 0 0 5px 5px;
border-radius         : 0 0 5px 5px;
}
.foto-carousel > span i,
.box-work > span i {
font-size  : 13px;
display    : block;
font-style : normal;
color      : #1B1B1B;
z-index    : 100;
}
.box-work > span i {
color : #ffffff;
}
.foto-carousel > span i a,
.box-work > span i a {
color              : #fff;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.foto-carousel > span i a:hover,
.box-work > span i a:hover {
text-decoration : underline;
}
.foto-carousel > span strong,
.box-work > span strong {
font-size   : 16px;
line-height : 20px;
color       : #1b1b1b;
display     : block;
white-space : nowrap;
}
.foto-carousel > span strong a,
.box-work > span strong a {
color              : #1B1B1B;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.foto-carousel > span strong a:hover,
.box-work > span strong a:hover {
color : #282828;
} .block-info {
background         : #fff;
padding            : 0;
position           : relative;
overflow           : hidden;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.block-info:hover {
-webkit-box-shadow : 0 0 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 8px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 8px rgba(0, 0, 0, 0.3);
}
.block-info:after {
display    : block;
position   : absolute;
content    : "";
height     : 3px;
background : #1f97ff;
bottom     : 0;
width      : 100%;
left       : 0;
right      : 0;
}
.block-info .btn-small {
border : none;
}
.block-info .img-polaroid {
width : 100%;
}
.block-info p {
margin-bottom : 14px;
}
.block-info .inner-block > div {
padding    : 22px 19px 20px 28px;
background : #ffffff;
}
.block-info h4 {
margin    : 0 0 19px 0;
font-size : 20px;
color     : #1b1b1b;
padding   : 0;
}
.inner-block {
overflow : hidden;
}
.block-list {
margin-bottom : 32px;
}
.block-list .list {
overflow : hidden;
} .row-banner {
margin-top : 38px;
}
.banner {
*zoom   : 1;
padding : 13px 0 23px;
}
.banner::before,
.banner:after {
display     : table;
content     : "";
line-height : 0;
}
.banner:after {
clear : both;
}
.banner > div:not(.wpb_column) {
width : 77%;
float : left;
}
.banner > div strong {
font-size      : 28px;
line-height    : 30px;
color          : #1b1b1b;
font-family    : 'Open Sans', sans-serif;
display        : block;
letter-spacing : -1px;
margin-bottom  : 8px;
}
.banner > div strong span {
color : #1f97ff;
}
.banner > div > span {
font-size   : 16px;
line-height : 20px;
color       : #1b1b1b;
font-family : 'Open Sans', sans-serif;
}
.banner .btn-medium,
.banner .btn-medium.wpb_wpb_button {
float      : right;
padding    : 16px 38px 18px 38px;
margin-top : 4px;
color      : #fff;
font-size  : 18px;
}
.box_banner {
padding : 0;
}
.box_banner .btn-small {
letter-spacing : 1px;
}
.block_banner {
background         : #1f97ff;
padding            : 15px 0 20px 100px;
position           : relative;
font-family        : 'Open Sans', sans-serif;
font-size          : 28px;
line-height        : 1em;
text-transform     : uppercase;
color              : #ffffff;
font-weight        : 300;
-webkit-box-shadow : inset 0 0 32px rgba(0, 0, 0, 0.16);
-moz-box-shadow    : inset 0 0 32px rgba(0, 0, 0, 0.16);
box-shadow         : inset 0 0 32px rgba(0, 0, 0, 0.16);
letter-spacing     : -1px;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.block_banner p {
margin-bottom : 14px;
color         : #fff;
font-size     : 28px;
line-height   : 28px;
}
.block_banner:hover {
background : #fff;
color      : #1f97ff;
}
.block_banner:hover p {
color              : #282828;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.block_banner:hover i {
-webkit-animation : toRightFromLeft 0.3s forwards;
-moz-animation    : toRightFromLeft 0.3s forwards;
animation         : toRightFromLeft 0.3s forwards;
color             : #fff;
}
.block_banner:hover .badge_icon {
background         : #1f97ff;
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.5);
}
.block_banner span {
font-weight : 900;
font-size   : 32px;
line-height : 1em;
display     : block;
}
.block_banner .badge_icon {
position              : absolute;
font-size             : 30px;
display               : block;
background            : #282828;
overflow              : hidden;
width                 : 60px;
height                : 60px;
-webkit-border-radius : 620px;
-moz-border-radius    : 620px;
border-radius         : 620px;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
padding               : 0;
left                  : 20px;
text-align            : center;
top                   : 20px;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.7);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.7);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.7);
}
.block_banner i {
font-size   : 30px;
display     : block;
color       : #fff;
line-height : 60px;
}
.block_banner a.btn-small {
margin             : 0;
padding            : 9px 29px;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
border             : none !important;
}
.block_banner a.btn-small:hover {
color : #fff;
}
.block_banner.block_banner-extra {
background : #292929;
}
.block_banner.block_banner-extra .badge_icon {
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.15);
background         : #f0f0f0;
}
.block_banner.block_banner-extra i {
color : #1b1b1b;
}
.block_banner.block_banner-extra.block_banner-extra:hover {
background : #fff;
color      : #1f97ff;
}
.block_banner.block_banner-extra.block_banner-extra:hover .badge_icon {
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.5);
background         : #1f97ff;
}
.block_banner.block_banner-extra.block_banner-extra:hover i {
overflow : hidden;
color    : #fff;
}
.box-features {
margin-bottom : 40px;
}
.box-features .badge_ {
float    : none;
margin   : 0 0 18px;
position : relative;
top      : 0;
bottom   : 0;
display  : inline-block;
}
.box-features .inner-block1 {
padding    : 39px 20px 19px;
text-align : center;
display    : block;
}
.box-features .block-info h4 {
margin-bottom : 22px;
line-height   : 24px;
}
.box-features .block-info p {
color : #6a6a6a;
}
.box-features .block-info,
.box-features .block-info h4,
.box-features .block-info p {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.box-features .block-info:hover {
background         : #1f97ff;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.box-features .block-info:hover h4,
.box-features .block-info:hover p {
color : #ffffff;
}
.box-features .inner-block1:hover .badge_ {
background         : #282828;
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.7);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.7);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.7);
}
.box-features .inner-block1:hover .badge_ i::before {
-webkit-animation : toRightFromLeft 0.3s forwards;
-moz-animation    : toRightFromLeft 0.3s forwards;
animation         : toRightFromLeft 0.3s forwards;
color             : #ffffff;
} .box-form-account {
margin-left           : 70px;
padding               : 30px 25px 42px;
-webkit-border-radius : 10px;
-moz-border-radius    : 10px;
border-radius         : 10px;
background            : rgba(0, 0, 0, 0.2);
-webkit-box-shadow    : inset 0 0 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow       : inset 0 0 5px rgba(0, 0, 0, 0.4);
box-shadow            : inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.box-form-account h3 {
color          : white;
padding        : 6px;
text-transform : uppercase;
font-family    : 'Open Sans', sans-serif;
margin-bottom  : 18px;
letter-spacing : -1px;
} .baner-text-1 {
padding : 48px 0 31px;
}
.baner-text-1 h3 {
font-family : 'Open Sans', sans-serif;
font-weight : 800;
color       : #1f97ff;
font-size   : 55px;
line-height : 58px;
margin      : 0;
padding     : 0;
}
.baner-text-1 h4 {
font-family : 'Open Sans', sans-serif;
font-weight : 300;
color       : #1b1b1b;
font-size   : 45px;
line-height : 48px;
margin      : 0;
padding     : 0 0 12px;
}
.baner-text-1 p {
font-family : 'Open Sans', sans-serif;
font-weight : normal;
color       : #6a6a6a;
font-size   : 18px;
line-height : 28px;
margin      : 0;
padding     : 0;
}  .list-landing {
margin-bottom : 12px;
}
.list-landing li {
margin-top    : 10px;
margin-bottom : 12px;
}
.list-landing .dropcap {
float : left;
width : 55px;
}
.list-landing .dropcap i {
font-size   : 40px;
line-height : 1em;
color       : #1f97ff;
}
.list-landing .dropcap i.fa-list-ul {
font-size : 35px;
}
.list-landing .dropcap i.fa-wrench {
font-size : 38px;
}
.list-landing .dropcap i.fa-font {
font-size : 36px;
}
.list-landing h4 {
padding : 0 0 13px;
}
.list-landing p {
font-size   : 14px;
line-height : 21px;
} .block-features > div:first-child > a span {
display               : block;
overflow              : hidden;
float                 : left;
width                 : 40px;
height                : 40px;
text-align            : center;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
-webkit-border-radius : 620px;
-moz-border-radius    : 620px;
border-radius         : 620px;
padding               : 0;
vertical-align        : top;
background            : #f0f0f0;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.25);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.25);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.25);
margin                : -10px 15px 0 0;
}
.block-features span i {
font-size          : 20px;
color              : #1b1b1b;
display            : block;
font-style         : normal;
font-weight        : normal;
line-height        : 40px;
text-transform     : none;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
-webkit-box-sizing : content-box;
-moz-box-sizing    : content-box;
box-sizing         : content-box;
}
.block-features h4 {
padding   : 10px 0 0 0;
font-size : 18px;
}
.block-features h4 a:hover span {
background         : #1f97ff;
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.5);
}
.block-features h4 a:hover span i {
-webkit-animation : toRightFromLeft 0.3s forwards;
-moz-animation    : toRightFromLeft 0.3s forwards;
animation         : toRightFromLeft 0.3s forwards;
color             : #ffffff;
}
.block-features p {
margin : 11px 0 9px 0;
}
.block-features.extra span {
display               : block;
overflow              : hidden;
float                 : left;
width                 : 40px;
height                : 40px;
text-align            : center;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
-webkit-border-radius : 620px;
-moz-border-radius    : 620px;
border-radius         : 620px;
padding               : 0;
vertical-align        : top;
background            : #f0f0f0;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.25);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.25);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.25);
margin                : -10px 15px 0 0;
}
.block-features.extra h4 > a:hover span {
background-color : #1f97ff;
} .block-control {
overflow    : hidden;
border-top  : 1px solid #e4e4e4;
padding-top : 18px;
}
.block-control .results {
float     : left;
font-size : 13px;
}
.block-control .control-post {
overflow : hidden;
float    : right;
}
.block-control .control-post a {
float       : left;
margin-left : 6px;
color       : #1b1b1b;
font-size   : 13px;
padding     : 0 4px;
}
.block-control .control-post a.active,
.block-control .control-post a:hover {
color : #1f97ff;
}
.block-control .control-post .control-btn {
font-size   : 14px;
padding     : 0;
width       : 23px;
line-height : 22px;
height      : 23px;
text-align  : center;
}
.block-control .control-post .control-btn:hover {
color : #1f97ff;
}
.v_block-control {
overflow    : hidden;
padding-top : 10px;
}
.v_block-control .results {
float     : left;
font-size : 13px;
}
.v_block-control .control-post {
overflow : hidden;
}
.v_block-control .control-post a,
.v_block-control .control-post span.current,
.v_block-control .control-post .dots {
float         : left;
margin-left   : 6px;
color         : #1b1b1b;
font-size     : 13px;
margin-bottom : 10px;
}
.v_block-control .control-post a:hover {
color : #1f97ff;
}
.v_block-control .control-post a.active,
.v_block-control .control-post .current,
.v_block-control .control-post span.current{
color : #1f97ff;
}
.v_block-control .control-post a,
.v_block-control .control-post span.current,
.v_block-control .control-post .dots {
font-size   : 14px;
padding     : 0;
width       : 23px;
line-height : 22px;
height      : 23px;
text-align  : center;
}
.v_block-control .control-post span.current {
line-height : 22px !important;
}
.v_block-control .v_button_2 span.current,
.v_block-control .v_button_var2 span.current {
line-height : 30px !important;
}
.v_block-control .v_button_var2 a,
.v_block-control .v_button_var2 span.current,
.v_block-control .v_button_var2 .dots {
width       : 30px;
height      : 30px;
line-height : 30px;
font-size   : 14px;
}
.v_block-control .v_button_var3 a,
.v_block-control .v_button_var3 .dots {
line-height : 30px;
}
.v_block-control .control-btn2,
.v_block-control .v_button_2 .prev,
.v_block-control .v_button_2 .next {
width     : 30px !important;
height    : 30px !important;
font-size : 21px !important;
}
.v_block-control .control-post li {
margin-right   : 4px;
display        : inline-block;
vertical-align : top;
}
.v_block-control .control-post .v_button_var,
.v_block-control .v_button_var a,
.v_block-control .v_button_var span.current,
.v_block-control .control-post .prev,
.v_block-control .control-post .next,
.v_block-control .v_button_2 .prev,
.v_block-control .v_button_2 .next,
.v_block-control .v_button_var2 span,
.v_block-control .control-post.v_button_var .dots {
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
background-color      : #f0f0f0;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.15);
}
.v_block-control .v_button_var a:hover,
.v_block-control .v_button_var a.active,
.v_block-control .v_button_var span.current,
.v_block-control .v_button_var2 span.current {
background-color : rgba(31, 151, 255, 0.8);
color            : #fff !important;
}
.control-post a:first-child {
margin-left : 0;
} .process-container h4 {
padding-top : 0;
font-size   : 18px;
margin-top  : -4px;
}
.process-container p {
color : #6a6a6a;
}
.item {
color : #aaa;
}
.item span.fa {
display        : block;
text-transform : uppercase;
font-weight    : bold;
color          : #fff;
font-size      : 18px;
line-height    : 26px;
margin-bottom  : 11px;
}
.process-container.transition-slide {
overflow  : hidden;
width     : 100%;
max-width : none;
padding   : 0px;
}
.process-container.transition-slide .item {
float : left;
}
.process-nav {
position       : relative;
margin         : 52px 0 40px;
padding-bottom : 11px;
}
.process-wrap.owl-carousel .track {
left               : 15px;
right              : 7px;
height             : 10px;
background         : #fff;
position           : absolute;
top                : 10px;
z-index            : -1;
border-top         : 1px solid #e4e4e4;
border-bottom      : 1px solid #e4e4e4;
-webkit-box-shadow : inset 0 0 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow    : inset 0 0 1px rgba(0, 0, 0, 0.15);
box-shadow         : inset 0 0 1px rgba(0, 0, 0, 0.15);
}
.process-wrap.owl-carousel .track .fill {
height     : 4px;
background : #1f97ff;
width      : 4px;
margin-top : 3px;
}
.process-wrap.owl-carousel .owl-pagination > div {
width      : 30px;
height     : 30px;
position   : relative;
display    : block;
float      : left;
cursor     : pointer;
} .process-wrap.owl-carousel .owl-pagination::before{
content: '';
border-color: transparent;
border-width: 0 0 0 15px;
border-style: none none none solid;
border-radius: 30px;
position: absolute;
top: 0px;
height: 32px;
width: 30px;
box-shadow: -1px 0px 0px 0px #C8C8C8;
z-index: 1;
left: -1px;
}
.process-wrap.owl-carousel .owl-pagination::after{
content: '';
border-color: transparent;
border-width: 0 15px 0 0;
border-style: none solid none none;
border-radius: 30px;
position: absolute;
top: 0px;
height: 32px;
width: 30px;
box-shadow: 1px 0px 0px 0px #C8C8C8;
z-index: 1;
right: 7px;
}
.process-wrap.owl-carousel .owl-pagination > div{
z-index: 999;
}
.process-wrap.owl-carousel .owl-pagination > div::before{
content: '';
border-color: white white transparent transparent;
border-width: 12px 29px 0px 0px;
border-style: solid solid none none;
border-radius: 12px 12px 0 0;
background: #6a6a6a;
height: 0px;
position: absolute;
top: 1px;
box-shadow: 0px -1px 0px 0px #C8C8C8;
}
.process-wrap.owl-carousel .owl-pagination > div::after{
content: '';
border-color: transparent transparent white white;
border-width: 0px 0px 13px 29px;
border-style: none none solid solid;
border-radius: 0 0 13px 13px;
background: #6a6a6a;
height: 0px;
position: absolute;
bottom: -1px;
box-shadow: 0px 1px 0px 0px #C8C8C8;
}
.process-wrap.owl-carousel .owl-pagination > div.active span {
background-color: #1f97ff;
width: 20px;
height: 20px;
position: absolute;
border-radius: 20px;
top: 6px;
z-index: 9999;
left: 4px;
} .process-wrap.owl-carousel .owl-pagination > div:not(:last-child) {
margin-right : 20px;
}
.process-wrap.owl-carousel .owl-controls {
position : relative;
margin   : 40px 0;
}
.process-wrap.owl-carousel .owl-pagination > div:first-child.active,
.process-wrap.owl-carousel .owl-pagination > div:first-child:hover {
background-position : 0 bottom;
}
.process-wrap.owl-carousel .owl-pagination > div:last-child {
margin-left : -7px;
}
.process-wrap.owl-carousel .owl-pagination > div:last-child.active,
.process-wrap.owl-carousel .owl-pagination > div:last-child:hover {
background-position : 0 bottom;
}
.item .icons-bg {
-webkit-border-radius : 500px;
-moz-border-radius    : 500px;
border-radius         : 500px;
background            : #f0f0f0;
width                 : 170px;
height                : 170px;
margin                : 3px auto 0 auto;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.15);
}
.item .icons-bg > span {
position   : relative;
color      : #1f97ff;
width      : 170px;
height     : 170px;
text-align : center;
}
.item .icons-bg > span::before {
font-weight : normal;
font-size   : 92px;
line-height : 170px;
font-family : FontAwesome;
} .process_steps {
display : table;
margin  : 0 0 43px 0;
width   : 100%;
}
.process_steps .step {
display               : inline-block;
width                 : 20%;
height                : auto;
padding               : 30px 20px 25px;
color                 : #ffffff;
position              : relative;
text-align            : center;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
-webkit-border-radius : 6px 0 0 6px;
-moz-border-radius    : 6px 0 0 6px;
border-radius         : 6px 0 0 6px;
vertical-align        : top;
}
.process_steps .step:after {
content  : '';
position : absolute;
top      : 50px;
width    : 10px;
height   : 40px;
right    : -10px;
z-index  : 1;
display  : block;
}
.process_steps li:last-child.step {
-webkit-border-radius : 0 6px 6px 0;
-moz-border-radius    : 0 6px 6px 0;
border-radius         : 0 6px 6px 0;
}
.process_steps li:last-child.step:after {
background : none;
}
.process_steps .step.step1 {
background            : #76bfff;
-webkit-border-radius : 6px 0 0 6px;
-moz-border-radius    : 6px 0 0 6px;
border-radius         : 6px 0 0 6px;
}
.process_steps .step.step1:after,
.process_steps .step.step2:after,
.process_steps .step.step3:after,
.process_steps .step.step4:after,
.process_steps .step.step6:after,
.process_steps .step.step7:after,
.process_steps .step.step8:after,
.process_steps .step.step9:after,
.process_steps .step.step11:after,
.process_steps .step.step12:after,
.process_steps .step.step13:after,
.process_steps .step.step14:after{
border-style		: solid;
border-width		: 17px 17px 17px 17px;
width				: 0;
height				: 0;
right				: -30px;
transform			: rotate(90deg);
-ms-transform		: rotate(90deg); -webkit-transform	: rotate(90deg); }
.process_steps .step.step1:after  {
border-color	: transparent transparent #76bfff transparent;
}
.process_steps .step.step2 {
background : #46a9ff;
}
.process_steps .step.step2:after {
border-color	: transparent transparent #46a9ff transparent;
}
.process_steps .step.step3 {
background : #1f97ff;
}
.process_steps .step.step3:after {
border-color	: transparent transparent #1f97ff transparent;
}
.process_steps .step.step4 {
background : #0083f4;
}
.process_steps .step.step4:after {
border-color	: transparent transparent #0083f4 transparent;
}
.process_steps .step.step5 {
background            : #0072d4;
-webkit-border-radius : 0 6px 6px 0;
-moz-border-radius    : 0 6px 6px 0;
border-radius         : 0 6px 6px 0;
}
.process_steps .step.step6 {
background : #0066be;
}
.process_steps .step.step6:after {
border-color	: transparent transparent #0066be transparent;
}
.process_steps .step.step7 {
background : #005ba9;
}
.process_steps .step.step7:after {
border-color	: transparent transparent #005ba9 transparent;
}
.process_steps .step.step8 {
background : #004f94;
}
.process_steps .step.step8:after {
border-color	: transparent transparent #004f94 transparent;
}
.process_steps .step.step9 {
background : #00447f;
}
.process_steps .step.step9:after {
border-color	: transparent transparent #00447f transparent;
}
.process_steps .step.step10 {
background : #00396a;
}
.process_steps .step.step11 {
background : #002d54;
}
.process_steps .step.step11:after {
border-color	: transparent transparent #002d54 transparent;
}
.process_steps .step.step12 {
background : #00223f;
}
.process_steps .step.step12:after {
border-color	: transparent transparent #00223f transparent;
}
.process_steps .step.step13 {
background : #00162a;
}
.process_steps .step.step13:after {
border-color	: transparent transparent #00162a transparent;
}
.process_steps .step.step14 {
background : #000b15;
}
.process_steps .step.step14:after {
border-color	: transparent transparent #000b15 transparent;
}
.process_steps .step.step15 {
background : #282828;
}
.process_steps .step h3 {
font-family    : 'Open Sans', sans-serif;
font-weight    : 800;
color          : #fff;
font-size      : 32px;
line-height    : 34px;
padding-bottom : 18px;
}
.process_steps .step p {
font-size   : 14px;
line-height : 21px;
}
.process_steps .step i {
width                 : 80px;
height                : 80px;
font-size             : 40px;
line-height           : 80px;
padding-top           : 0;
text-align            : center;
display               : block;
-webkit-border-radius : 620px;
-moz-border-radius    : 620px;
border-radius         : 620px;
background            : #282828;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
-webkit-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.7) inset;
-moz-box-shadow       : 0 0 4px rgba(0, 0, 0, 0.7) inset;
box-shadow            : 0 0 4px rgba(0, 0, 0, 0.7) inset;
margin                : 0 auto;
} .process_steps_v2 {
margin : 0;
}
.process_steps_v2 li {
padding-bottom : 12px;
margin-bottom  : 30px;
background     : #fff;
position       : relative;
display        : inline-block;
}
.process_steps_v2 li:hover {
padding-bottom     : 12px;
margin-bottom      : 30px;
background         : #fff;
position           : relative;
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.3);
}
.process_steps_v2 li:after {
background            : #1D94FF;
bottom                : 0;
content               : "";
display               : block;
height                : 3px;
left                  : 0;
position              : absolute;
right                 : 0;
clear                 : both;
-webkit-border-radius : 0 0 5px 5px;
-moz-border-radius    : 0 0 5px 5px;
border-radius         : 0 0 5px 5px;
}
.process_steps_v2 li::before {
content			: '';
position			: absolute;
bottom			: -11px;
left				: 100px;
border-style		: solid;
border-width		: 0px 20px 13px 20px;
border-color		: transparent transparent #1f97ff transparent;
transform			: rotate(180deg);
-ms-transform 	: rotate(180deg);
-webkit-transform	: rotate(180deg);
}
.process_steps_v2 li.last {
margin-bottom : 0;
}
.process_steps_v2 li.last::before {
display : none;
}
.process_steps_v2 li .namber-step {
margin-left    : 0;
text-align     : right;
font-size      : 150px;
line-height    : 1.1em;
color          : #1f97ff;
font-weight    : bold;
letter-spacing : -6px;
font-family    : 'Open Sans', sans-serif;
-ms-filter	   : "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter		   : alpha(opacity=20); -moz-opacity   : 0.2; -khtml-opacity : 0.2; opacity		   : 0.2;
}
.process_steps_v2 li p {
padding-right : 20px;
}
.process_steps_v2 li h3 {
font-size   : 36px;
line-height : 1em;
padding     : 24px 0 17px;
}
.process_steps_v2 li h3 strong {
font-weight : 800;
}
.block-careers {
padding-top : 22px;
} .progress {
background         : #f0f0f0;
height             : 50px;
margin             : 0;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.progress.bar {
background                         : #1f97ff;
-webkit-box-shadow                 : none;
-moz-box-shadow                    : none;
box-shadow                         : none;
color                              : #FFFFFF;
float                              : left;
font-size                          : 14px;
font-weight                        : bold;
text-shadow                        : none;
height                             : 100%;
line-height                        : 50px;
text-align                         : left;
-webkit-transition                 : width 0.6s ease 0s;
-moz-transition                    : width 0.6s ease 0s;
-o-transition                      : width 0.6s ease 0s;
transition                         : width 0.6s ease 0s;
-webkit-border-top-right-radius    : 0;
-moz-border-radius-topright        : 0;
border-top-right-radius            : 0;
-webkit-border-bottom-right-radius : 0;
-moz-border-radius-bottomright     : 0;
border-bottom-right-radius         : 0;
width                              : 0;
}
.progress.bar span {
margin-left : 21px;
}
.progress-bar-b {
width         : 65%;
float         : left;
margin-bottom : 5px;
}
.progress-bar-content {
width : 30%;
float : right;
}
.progress.v_yellow {
background-color : #ffb400;
}
.progress.v_green {
background-color : #489b0c;
}
.progress.v_red {
background-color : #e92d00;
}
.progress.v_no_border {
border-radius : 0;
}
.progress-striped .progress.bar {
background-image : linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size  : 40px 40px;
} .list-progress {
margin : 0;
}
.list-progress li {
margin-bottom : 5px;
font-size     : 14px;
} label,
input,
button,
select,
textarea {
line-height : 20px;
font-size   : 14px;
}
.form-horizontal span {
font-size : 13px;
}
.form-horizontal .controls {
margin-left : 0;
overflow    : hidden;
}
.form-horizontal .control-label {
width      : 95px;
text-align : left;
float      : left;
}
.form-horizontal .control-group {
margin-bottom : 15px;
}
.form-horizontal .control-group.form-elements input {
width : auto;
}
.v_form input[type="text"],
.v_form input[type="password"],
.v_form input[type="email"],
.v_form select,
.v_form textarea,
.v_form .select2-container > a {
background-color   : #f0f0f0;
width              : 100%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
resize             : none;
-webkit-box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow    : inset 0 0 2px rgba(0, 0, 0, 0.1);
box-shadow         : inset 0 0 2px rgba(0, 0, 0, 0.1);
border             : 1px solid #e4e4e4;
}
.v_form input[type="submit"] {
margin-left : 0px;
}
.v_form input,
.v_form select {
height : 40px;
}
.v_form .select2-container .select2-choice > .select2-chosen {
padding : 8px 0;
}
.v_form textarea {
height : 150px;
}
.form-horizontal .input_profiles label {
width : 125px;
}
.form-elements input[type="radio"],
.form-elements input[type="checkbox"] {
position : absolute;
opacity  : 0;
}
.form-elements label {
cursor : pointer;
}
.form-elements input[type="radio"]:checked + span.wpcf7-list-item-label::before,
.form-elements input[type="radio"]:checked + label::before {
background-position : -29px 0;
}
.form-elements input[type="radio"] + span.wpcf7-list-item-label::before,
.form-elements input[type="radio"] + label::before {
background-position : -29px -29px;
}
.form-elements input[type="checkbox"] + span.wpcf7-list-item-label::before {
background-position : 0 -29px;
}
.form-elements input[type="checkbox"]:checked + span.wpcf7-list-item-label::before {
background-position : 0 0;
}
.dark_bg .form-elements span.wpcf7-list-item-label::before {
display          : inline-block;
position         : relative;
top              : 7px;
left             : 0;
content          : '';
width            : 26px;
height           : 26px;
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/form_icons_dark.png);
margin-right     : 10px;
}
.form-elements span.wpcf7-list-item-label::before {
display          : inline-block;
position         : relative;
top              : 7px;
left             : 0;
content          : '';
width            : 26px;
height           : 26px;
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/form_icons.png);
margin-right     : 10px;
}
.form-elements label:before {
display          : inline-block;
position         : relative;
top              : 7px;
left             : 0;
content          : '';
width            : 26px;
height           : 26px;
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/form_icons.png);
margin-right     : 10px;
}
.form-elements input[type="checkbox"]:checked + label:before {
background-position : 0 0;
}
.form-elements input[type="checkbox"] + label:before {
background-position : 0 -29px;
}
.dark_bg .form-elements input[type="radio"]:checked + span.wpcf7-list-item-label::before {
background-position : -26px 0;
}
.dark_bg .form-elements input[type="radio"] + span.wpcf7-list-item-label::before {
background-position : -26px -26px;
}
.dark_bg .form-elements input[type="checkbox"] + span.wpcf7-list-item-label::before {
background-position : 0 -26px;
}
.dark_bg .form-elements input[type="checkbox"]:checked + span.wpcf7-list-item-label::before {
background-position : 0 0;
}
.form-elements span {
padding   : 0;
display   : inline-block;
font-size : 14px;
}
.form-elements label {
display : inline-block;
}
.form-elements label:last-child {
margin-left : 10px;
}
.v_form .select_title {
padding : 8px 39px 7px 9px;
color   : #8b8b8b;
}
.v_form .custom_select {
width : 100%;
}
.v_form .description_table {
width      : 100%;
margin-top : 0;
}
.v_form .select_title:after {
font-size   : 20px;
font-weight : bold;
color       : #111111;
}
.v_form .select_title::before {
display : none;
}
.v_form .select_list > li {
color : #8b8b8b;
}
.v_form.dark_bg {
padding : 10px;
}
.shortcode_forms .dark_bg .select_title,
.shortcode_forms .dark_bg .select_list {
background-color   : #1d1d1d;
border-color       : #131313;
-webkit-box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow    : inset 0 0 2px rgba(0, 0, 0, 0.1);
box-shadow         : inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.shortcode_forms .dark_bg .select_title.active {
border-bottom-color : transparent;
background          : #1d1d1d;
}
.shortcode_forms .dark_bg .select_title:after {
font-size   : 20px;
font-weight : bold;
color       : #fff;
}
.shortcode_forms .dark_bg input:not([type="submit"]):focus {
border : 1px solid #131313;
}
.shortcode_forms input[type="radio"],
.shortcode_forms input[type="checkbox"] {
width       : 2.1em !important;
margin-left : 2px;
margin-top  : 1px;
z-index     : 1;
}
.custom_select ul {
margin             : 0;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.select_title {
cursor             : pointer;
padding            : 9px 39px 8px 9px;
border             : 1px solid #e4e4e4;
background         : #f0f0f0;
z-index            : 1;
min-width          : 85px;
color              : #1b1b1b;
-webkit-transition : border-color .4s ease;
-moz-transition    : border-color .4s ease;
-o-transition      : border-color .4s ease;
transition         : border-color .4s ease;
box-shadow         : 0 0 5px #e4e4e4 inset;
}
.select_title.active {
-webkit-border-bottom-left-radius  : 0px;
-moz-border-bottom-left-radius     : 0px;
border-bottom-left-radius          : 0px;
-webkit-border-bottom-right-radius : 0px;
-moz-border-bottom-right-radius    : 0px;
border-bottom-right-radius         : 0px;
border-bottom-color                : transparent;
background                         : #fff;
box-shadow                         : 0 1px 5px 0 #e4e4e4 inset;
}
.r_corners {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.select_title::before {
content     : "";
border-left : 1px solid #d1d1d1;
position    : absolute;
height      : 21px;
right       : 27px;
top         : 50%;
margin-top  : -10px;
}
.select_title.active:after {
content : "\f106";
}
.select_title:after {
content     : "\f107";
display     : inline-block;
font-family : FontAwesome;
line-height : inherit;
position    : absolute;
color       : #292f38;
font-size   : 14px;
right       : 8px;
top         : 50%;
margin-top  : -10px;
}
.select_list {
position                           : absolute;
list-style                         : none;
left                               : 0;
top                                : 100%;
cursor                             : pointer;
width                              : 100%;
background                         : #fff;
border-left                        : 1px solid #e4e4e4;
border-right                       : 1px solid #e4e4e4;
border-bottom                      : 1px solid #e4e4e4;
-webkit-border-bottom-left-radius  : 4px;
-moz-border-bottom-left-radius     : 4px;
border-bottom-left-radius          : 4px;
-webkit-border-bottom-right-radius : 4px;
-moz-border-bottom-right-radius    : 4px;
border-bottom-right-radius         : 4px;
z-index                            : 22;
box-shadow                         : 0 -1px 5px 0 #e4e4e4 inset;
}
.d_none,
.tw_buttons li:first-child::before {
display : none;
}
.select_list > li {
color   : #6a6a6a;
padding : 3px 10px;
}
.select_list > li:hover {
background-color : #f0f0f0;
}
.shortcode_forms form {
margin : 0;
}
.shortcode_forms .v_form .v_text_yellow input,
.shortcode_forms .v_form .v_text_red input,
.shortcode_forms .v_form .v_text_blue input,
.shortcode_forms .v_form .v_text_green input {
width : 200px;
}
.shortcode_forms .v_form .v_text_yellow input {
border-color : #e7a446;
}
.shortcode_forms .v_form .v_text_red input {
border-color : #e92d00;
}
.shortcode_forms .v_form .v_text_blue input {
border-color : #59b1fd;
}
.shortcode_forms .v_form .v_text_green input {
border-color : #50a11a;
}
.shortcode_forms .dark_bg input,
.shortcode_forms .dark_bg select,
.shortcode_forms .dark_bg textarea {
background-color : #1d1d1d;
border-color     : #131313;
}
.shortcode_forms .dark_bg {
background-color : rgba(51, 51, 51, 2);
}
.shortcode_forms p {
margin : 0px !important;
}
.shortcode_forms .v_large_width {
width : 97% !important;
}
.shortcode_forms .form-horizontal .v_large_width {
width : 100% !important;
}
.shortcode_forms p {
margin : 0px !important;
}
.shortcode_forms span {
padding : 0px;
width   : auto;
}
.shortcode_forms .wpcf7-list-item {
display : inline-block;
}
.v_text_yellow {
color: #e7a446;
}
.v_text_blue {
color: #59b1fd;
}
.v_text_red {
color: #e92d00 !important;
}
.v_text_green {
color: #50a11a;
} .div_table {
padding : 10px 0 51px;
}
.table_plan {
width      : 100%;
text-align : center;
}
.table_plan tr .first_td {
text-align         : left;
border-left        : none;
color              : #6a6a6a;
font-size          : 14px;
line-height        : 31px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
padding            : 4px 0 0 20px;
}
.table_plan tr td {
border-left : 1px solid #e2e2e2;
color       : #1b1b1b;
height      : 34px;
}
.table_plan tr td i.fa-check {
color : #489d10;
}
.table_plan tr td i.fa-times {
color : #da2f10;
}
.table_plan tr.table_bg_1 td,
.table_plan tr.table_bg_2 td {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.table_plan tr.table_bg_1 td:hover,
.table_plan tr.table_bg_2 td:hover {
background : #e4e4e4;
}
.table_plan tr.table_bg_1 {
background : #f0f0f0;
}
.table_plan tr.table_bg_2 {
background : #ffffff;
}
.table_plan .head_table {
text-align : center;
}
.table_plan .head_table td.table_green {
background : #489b0c;
}
.table_plan .head_table td.table_selected {
background : #1f97ff;
margin     : -20px 0 0 0;
display    : block;
padding    : 20px 0;
font-size  : 22px;
}
.table_plan .head_table td.table_selected strong {
font-size : 30px;
}
.table_plan .head_table td {
background            : #282828;
font-size             : 18px;
color                 : #ffffff;
text-transform        : uppercase;
font-family           : 'Open Sans', sans-serif;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
font-weight           : 300;
height                : auto;
}
.table_plan .head_table td a {
color : #ffffff;
}
.table_plan .head_table td span {
display        : block;
font-size      : 14px;
text-transform : none;
line-height    : 20px;
margin         : 6px 0 3px 0;
}
.table_plan .head_table td span strong {
font-size : 26px;
}
.table_plan .head_table td:first-child {
background : none;
}
.table_plan .footer_table {
text-align : center;
}
.table_plan .footer_table td.table_green {
background-color  : #489b0c;
background-image  : -moz-linear-gradient(top, #52a40f, #398e08);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#52a40f), to(#398e08));
background-image  : -webkit-linear-gradient(top, #52a40f, #398e08);
background-image  : -o-linear-gradient(top, #52a40f, #398e08);
background-image  : linear-gradient(to bottom, #52a40f, #398e08);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52a40f', endColorstr='#ff398e08', GradientType=0);
}
.table_plan .footer_table td.table_selected {
margin            : 0 0 -15px 0;
display           : block;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
font-size         : 22px;
}
.table_plan .footer_table td.table_selected a {
display : block;
padding : 15px 0;
}
.table_plan .footer_table td.table_selected strong {
font-size : 30px;
}
.table_plan .footer_table td {
font-size             : 18px;
color                 : #ffffff;
text-transform        : uppercase;
font-family           : 'Open Sans', sans-serif;
-webkit-border-radius : 0 0 5px 5px;
-moz-border-radius    : 0 0 5px 5px;
border-radius         : 0 0 5px 5px;
font-weight           : 300;
height                : auto;
background-color      : #282828;
background-image      : -moz-linear-gradient(top, #373737, #121212);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image      : -webkit-linear-gradient(top, #373737, #121212);
background-image      : -o-linear-gradient(top, #373737, #121212);
background-image      : linear-gradient(to bottom, #373737, #121212);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff232323', GradientType=0);
}
.table_plan .footer_table td:hover {
background-color  : #2b2b2b;
background-image  : -moz-linear-gradient(top, #121212, #373737);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#121212), to(#373737));
background-image  : -webkit-linear-gradient(top, #121212, #373737);
background-image  : -o-linear-gradient(top, #121212, #373737);
background-image  : linear-gradient(to bottom, #121212, #373737);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff232323', endColorstr='#ff373737', GradientType=0);
}
.table_plan .footer_table td a {
color              : #fff;
display            : block;
-webkit-transition : all 0.2s ease;
-moz-transition    : all 0.2s ease;
-o-transition      : all 0.2s ease;
transition         : all 0.2s ease;
padding            : 11px 0;
}
.table_plan .footer_table td span {
display        : block;
font-size      : 14px;
text-transform : none;
line-height    : 20px;
margin         : 6px 0 3px 0;
}
.table_plan .footer_table td span strong {
font-size : 26px;
}
.table_plan .footer_table td:first-child {
background : none;
}
.div_table_1 {
margin           : 10px 0 60px;
padding          : 10px;
background-color : #fff;
*zoom            : 1;
text-align       : center;
}
.div_table_1::before,
.div_table_1:after {
display     : table;
content     : "";
line-height : 0;
}
.div_table_1:after {
clear : both;
}
.div_table_1 > div {
float       : left;
border-left : 10px solid #fff;
width       : 222px;
position    : relative;
z-index     : 1;
}
.div_table_1 > div > span,
.div_table_1 > div > em {
padding            : 6px 0;
display            : block;
color              : #1b1b1b;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.div_table_1 > div > span:hover,
.div_table_1 > div > em:hover {
background : #e4e4e4;
}
.div_table_1 > div > em {
font-style : normal;
background : #f0f0f0;
}
.div_table_1 .first_div_block {
margin-left : -10px;
}
.div_table_1 .selected_div {
margin             : -30px -10px -30px 0;
position           : relative;
z-index            : 10;
width              : 222px;
border             : 10px solid #fff;
background-color   : #fff;
-webkit-box-shadow : 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 10px rgba(0, 0, 0, 0.3);
}
.div_table_1 .selected_div .div_head,
.div_table_1 .selected_div .footer_div {
padding : 25px 0;
}
.div_table_1 .selected_div .footer_div {
padding : 19px 0;
}
.div_table_1 .div_head,
.div_table_1 .footer_div {
background : #282828;
padding    : 15px 0 17px;
}
.div_table_1 .div_head h2,
.div_table_1 .footer_div h2,
.div_table_1 .div_head h2 a,
.div_table_1 .footer_div h2 a {
font-size   : 18px;
line-height : 1em;
font-weight : 400;
color       : #ffffff;
}
.div_table_1 .div_head h2 a,
.div_table_1 .footer_div h2 a {
display : block;
padding : 14px 0;
}
.div_table_1 .div_head h4,
.div_table_1 .footer_div h4 {
font-size   : 14px;
line-height : 14px;
font-weight : normal;
color       : #ffffff;
margin-top  : 11px;
padding     : 0;
}
.div_table_1 .div_head h4 span,
.div_table_1 .footer_div h4 span {
font-size   : 26px;
font-weight : bold;
}
.div_table_1 .footer_div {
padding            : 0;
background-color   : #282828;
background-image   : -moz-linear-gradient(top, #373737, #121212);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image   : -webkit-linear-gradient(top, #373737, #121212);
background-image   : -o-linear-gradient(top, #373737, #121212);
background-image   : linear-gradient(to bottom, #373737, #121212);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff232323', GradientType=0);
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.div_table_1 .footer_div:hover {
background-color  : #2b2b2b;
background-image  : -moz-linear-gradient(top, #121212, #373737);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#121212), to(#373737));
background-image  : -webkit-linear-gradient(top, #121212, #373737);
background-image  : -o-linear-gradient(top, #121212, #373737);
background-image  : linear-gradient(to bottom, #121212, #373737);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff232323', endColorstr='#ff373737', GradientType=0);
}
.div_table_1 .footer_div.first_div {
background-color  : #489b0c;
background-image  : -moz-linear-gradient(top, #52a40f, #398e08);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#52a40f), to(#398e08));
background-image  : -webkit-linear-gradient(top, #52a40f, #398e08);
background-image  : -o-linear-gradient(top, #52a40f, #398e08);
background-image  : linear-gradient(to bottom, #52a40f, #398e08);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52a40f', endColorstr='#ff398e08', GradientType=0);
}
.div_table_1 .footer_div.first_div:hover {
background-color  : #2b2b2b;
background-image  : -moz-linear-gradient(top, #121212, #373737);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#121212), to(#373737));
background-image  : -webkit-linear-gradient(top, #121212, #373737);
background-image  : -o-linear-gradient(top, #121212, #373737);
background-image  : linear-gradient(to bottom, #121212, #373737);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff232323', endColorstr='#ff373737', GradientType=0);
}
.div_table_1 .footer_div.thrird_div {
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
padding           : 0;
}
.div_table_1 .footer_div.thrird_div:hover {
background-color  : #2b2b2b;
background-image  : -moz-linear-gradient(top, #121212, #373737);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#121212), to(#373737));
background-image  : -webkit-linear-gradient(top, #121212, #373737);
background-image  : -o-linear-gradient(top, #121212, #373737);
background-image  : linear-gradient(to bottom, #121212, #373737);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff232323', endColorstr='#ff373737', GradientType=0);
}
.div_table_1 .footer_div.thrird_div h2 a {
padding : 18px 0 19px;
}
.div_table_1 .first_div {
background : #489b0c;
}
.div_table_1 .thrird_div {
background : #1f97ff;
}
.tab_var1 {
background-color      : #f0f0f0;
-webkit-border-radius : 5px 5px 5px 5px;
border-radius         : 5px;
width                 : 100%;
}
.tab_var1_pad {
padding : 0 5px 5px 5px;
border  : 0px;
}
.v_tables {
margin  : 0px;
padding : 0px;
}
.v_tables table {
border-collapse : collapse;
border-spacing  : 0;
width           : 100%;
height          : 100%;
margin          : 0px;
padding         : 0px;
}
.v_tables td {
vertical-align   : middle;
background-color : #ffffff;
border           : 1px solid #e4e4e4;
border-width     : 0px 1px 1px 0px;
text-align       : left;
padding          : 13px 20px;
font-size        : 14px;
color            : #6a6a6a;
}
.v_wishlist,
.v_shop_cart {
background    : none repeat scroll 0 0 #FFFFFF;
border        : 5px solid #f0f0f0;
border-radius : 5px;
width         : 100%;
}
.v_tables table:not(.not_last) tr:last-child td {
border-width : 0px 0px 0 1px;
}
.v_tables table:not(.not_last) tr:last-child td:first-child {
border-width : 0px;
}
.v_tables table:not(.not_last) td:last-child {
border-width : 0px 0px 1px 1px;
}
.v_tables tr:first-child td:last-child { }
.tab_var2_pad .v_tables,
.checkout .v_tables .shop_table,
.order_details .v_tables,
.customer_details .v_tables,
.addresses address,
.my_account_orders .v_tables {
border        : 1px solid #e4e4e4;
border-radius : 5px;
}
.tab_var2_pad .v_tables tr td:last-child { }
.tab_var2_pad .v_tables tr:first-child td {
border-bottom-width : 1px;
}
.v_tables .tab_var2_pad {
border        : 1px solid #282828;
border-radius : 5px;
}
.tab_var2_pad .v_tables tr:last-child td:first-child {
-webkit-border-radius : 0 0 0 5px;
border-radius         : 0 0 0 5px;
}
.tab_var2_pad .v_tables tr:last-child td:last-child {
-webkit-border-radius : 0 0 0 5px;
border-radius         : 0 0 5px 0;
}
.tab_var1_darkBg .tab_var2_pad .v_tables {
border        : 1px solid #131313;
border-radius : 5px;
}
.tab_var1_darkBg {
background-color : #262626;
}
.tab_var1_darkBg .v_tables td {
border-color     : #131313;
background-color : #282828;
color            : #8b8b8b;
}
.v_tables td.v_td_price,
.v_tables td.v_td_price a,
.v_price, td.v_price {
color       : #1f97ff;
font-weight : bold;
font-size   : 16px;
}
.tab_var1_darkBg .v_tables tr:first-child td { }
.description_table tr td:first-child {
min-width : 108px;
}
.description_table.type_2 tr td:first-child {
min-width : 65px;
}
.description_table.type_3 tr td:first-child {
min-width : 175px;
}
[class*="table_type_"] {
background : #fff;
}
[class*="table_type_"] td { }
[class*="table_type_"] th {
border-width : 0px 0px 0 1px;
}
.review-order-table th {
border : 1px solid #e4e4e4;
}
.shop_table.order_details table.not_last tbody td,
.shop_table.order_details table.not_last tbody th {
border        : 1px solid #e4e4e4;
text-align    : left;
padding-left  : 20px;
padding-right : 20px;
}
.table_type_1 > thead tr:first-child th:first-child,
.table_type_2 tr:first-child th:first-child,
.table_type_3 tr:first-child th:first-child,
.table_type_6 tr:first-child td:first-child,
.table_type_8 tr:first-child th:first-child {
width : 150px;
}
.table_type_1 > thead tr:first-child th:nth-child(2),
.table_type_3 tr:first-child th:nth-child(2),
.table_type_3 tr:first-child th:nth-child(3) {
width : 200px;
}
.table_type_1 > thead tr:first-child th:nth-child(3), .table_type_1 > thead tr:first-child th:nth-child(4) {
width : 99px;
}
.table_type_2 tr:first-child th:not(:first-child) {
width : 330px;
}
.table_type_4 tr:first-child th:first-child {
width : 320px;
} .table_type_5 td:first-child {
width : 670px;
}
.table_type_7 tr:first-child th:first-child {
width : 74px;
}
.table_type_7 tr:first-child th:nth-child(2) {
width : 180px;
}
.table_type_7 tr:first-child th:nth-child(4),
.table_type_7 tr:first-child th:nth-child(7) {
width : 100px;
}
.table_type_7 tr:first-child th:nth-child(5) {
width : 65px;
}
.table_type_7 tr:first-child th:nth-child(6) {
width : 80px;
}
.table_type_7 tr:first-child th:nth-child(3) {
width : 160px;
}
.table_type_8 tr:first-child th:nth-child(2) {
width : 262px;
}
[class*="table_type_"] tr:first-child th {
padding      : 20px 15px;
border-top   : none;
font-size    : 14px;
color        : #282828;
font-weight  : normal;
text-align   : left;
border-right : 1px solid #e4e4e4;
}
[class*="table_type_"] tr:first-child th:first-child,
[class*="table_type_"] tr td:first-child {
border-left : none;
}
[class*="table_type_"] tr:first-child th:last-child,
[class*="table_type_"] tr td:last-child {
border-right : none;
}
.table_type_1 td,
.table_type_4 td {
padding : 20px;
}
.table_type_2 td {
padding : 12px 20px;
}
.table_type_3 td,
.table_type_5 td,
.table_type_6 td,
.table_type_6 td[class*="half_column"],
.table_type_7 td {
padding : 14px 20px;
}
.table_type_5 tr:first-child td:first-child {
padding-top : 25px;
}
.table_type_5 tr:last-child td,
.table_type_5 tr:nth-last-child(2) td {
border : none;
}
.table_type_5 tr:nth-last-child(2) td {
padding-bottom : 0;
}
.table_type_8 td {
padding : 14px 20px;
}
table.border-cell {
border-spacing : 0;
}
.about_project td:first-child {
width : 96px;
}
.about_project tr:not(:first-child) {
border-top : 1px solid #e4e4e4;
}
.about_project td {
padding : 7px 0;
}
.about_project tr:first-child td {
padding-top : 2px;
}
.p_table {
width              : 283px;
margin             : 0 1px;
-webkit-transition : box-shadow .2s ease, opacity 1s ease !important;
-moz-transition    : box-shadow .2s ease, opacity 1s ease !important;
-o-transition      : box-shadow .2s ease, opacity 1s ease !important;
transition         : box-shadow .2s ease, opacity 1s ease !important;
}
.p_table > header {
padding               : 10px 0 9px;
-webkit-border-radius : 4px 4px 0 0;
-moz-border-radius    : 4px 4px 0 0;
border-radius         : 4px 4px 0 0;
}
.p_table > .price {
padding : 16px 0 17px;
}
.price dt {
font-size   : 2.6em;
line-height : 1em;
}
.p_list > li {
padding    : 11.5px 20px;
background : #f4f6f7;
position   : relative;
}
.p_list i[class^="fa "] {
position : absolute;
left     : 10px;
height   : 100%;
}
.p_table > footer a {
padding               : 14px 0 15px;
-webkit-border-radius : 0 0 4px 4px;
-moz-border-radius    : 0 0 4px 4px;
border-radius         : 0 0 4px 4px;
}
.p_table > .hot_p {
position : absolute;
top      : -5px;
right    : -5px;
}
.p_table:hover,
.p_table.active {
margin-top         : -15px;
margin-left        : -4px;
margin-right       : -4px;
width              : 293px;
z-index            : 2;
-webkit-box-shadow : 0 0 17px rgba(0, 0, 0, .13);
-moz-box-shadow    : 0 0 17px rgba(0, 0, 0, .13);
-o-box-shadow      : 0 0 17px rgba(0, 0, 0, .13);
box-shadow         : 0 0 17px rgba(0, 0, 0, .13);
}
.p_table.active {
z-index : 1;
}
.p_table:hover > header,
.p_table.active > header {
padding : 12px 0;
}
.p_table:hover > footer a,
.p_table.active > footer a {
padding : 17px 0;
}
.p_table:hover .p_list > li,
.p_table.active .p_list > li {
padding : 12.5px 25px;
}
.p_table:hover > .price,
.p_table.active .price {
padding-bottom : 21px;
}
table.fixed_layout {
table-layout : fixed;
}
.inner_table td {
padding     : 0 5px !important;
border-left : none;
}
.tab_var2_pad.tab_var2_pad2 {
background : none;
padding    : 0px;
border     : 0px;
}
.v_tables > .reviver_table tr:first-child td:first-child {
border-width : 0px 1px 1px 0px;
}
.v_tables > .reviver_table tr:first-child td:last-child {
border-width : 0px 0px 1px 0px;
}
.tab_var1_darkBg .v_tables > .reviver_table thead tr {
background-color : #262626;
}
.tab_var1_darkBg .v_tables > .reviver_table tr:first-child td { }
.v_tables > .reviver_table tr > th {
padding      : 10px;
font-weight  : normal;
font-size    : 14px;
border-right : 1px solid #e4e4e4;
text-align   : left;
color        : #282828;
}
.v_tables > .reviver_table tr > th,
.v_tables > .reviver_table tr > td { }
.tab_var1_darkBg .v_tables > .reviver_table tr > th {
border-color : #131313;
color        : white;
}
.v_tables > .reviver_table tr > th:last-child {
border : 0px;
}
.table_plan .head_table td.table_selected {
width : 99.7%;
}
.table_plan .footer_table td.table_selected {
width : 99.7%;
}
.v_pad_t_b td {
padding : 10px 0;
} .accordeon_css3 {
overflow : hidden;
margin   : 0 -3px;
padding  : 0 8px;
position : relative;
}
.accordeon_css3 .view_all {
position : absolute;
right    : 8px;
top      : 12px;
}
.accordeon_css3 ul {
display      : block;
margin       : 7px 0;
padding-left : 0;
list-style   : none;
width        : 2200em;
height       : auto;
*zoom        : 1;
}
.accordeon_css3 ul::before,
.accordeon_css3 ul:after {
display     : table;
content     : "";
line-height : 0;
}
.accordeon_css3 ul:after {
clear : both;
}
.accordeon_css3 ul li {
width                 : 220px;
overflow              : hidden;
position              : relative;
float                 : left;
-webkit-transition    : 0.3s;
-moz-transition       : 0.3s;
-o-transition         : 0.3s;
transition            : 0.3s;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
padding               : 10px 0 12px;
margin-right          : 20px;
margin-bottom         : 10px;
}
.accordeon_css3 ul li .img-polaroid {
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
overflow              : hidden;
margin                : 0 0 0 0;
}
.accordeon_css3 ul li.last_accord {
margin-right : 30px;
}
.accordeon_css3 li:hover,
.accordeon_css3 li.last_accord,
.accordeon_css3_video li:hover {
width              : 460px;
background         : #ffffff;
padding            : 10px 10px 12px;
-webkit-box-shadow : 0 1px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 1px 8px rgba(0, 0, 0, 0.3);
box-shadow         : 0 1px 8px rgba(0, 0, 0, 0.3);
}
.accordeon_css3 li:hover .img-polaroid,
.accordeon_css3 li.last_accord .img-polaroid,
.accordeon_css3_video li:hover .img-polaroid {
margin-right          : 20px;
-webkit-border-radius : 6px 0 0 6px;
-moz-border-radius    : 6px 0 0 6px;
border-radius         : 6px 0 0 6px;
}
.accordeon_css3 li:hover .inner-accord,
.accordeon_css3 li.last_accord .inner-accord,
.accordeon_css3_video li:hover .inner-accord {
display       : block;
padding-right : 10px;
}
.accordeon_css3 li.last_accord img {
-webkit-border-radius : 6px 0 0 6px;
-moz-border-radius    : 6px 0 0 6px;
border-radius         : 6px 0 0 6px;
}
.accordeon_css3 li:hover + .last_accord,
.accordeon_css3 li:hover + li + .last_accord {
background : none;
padding    : 10px 0 12px;
box-shadow : none;
}
.accordeon_css3 li:hover + .last_accord img,
.accordeon_css3 li:hover + li + .last_accord img {
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
}
.accordeon_css3 li:hover + .last_accord .img-polaroid b,
.accordeon_css3 li:hover + li + .last_accord .img-polaroid b {
opacity : 0;
filter  : alpha(opacity=0);
}
.accordeon_css3 li:hover:after,
.accordeon_css3 li.last_accord:after {
background : #1D94FF;
bottom     : 0;
content    : "";
display    : block;
height     : 3px;
left       : 0;
position   : absolute;
right      : 0;
}
.accordeon_css3_video li:hover,
.accordeon_css3_video li.last_accord {
background : #1f97ff;
padding    : 0;
}
.accordeon_css3_video li:hover .img-polaroid,
.accordeon_css3_video li.last_accord .img-polaroid {
position : relative;
}
.accordeon_css3_video li:hover .inner-accord,
.accordeon_css3_video li.last_accord .inner-accord {
display : block;
}
.accordeon_css3_video li:hover + .last_accord,
.accordeon_css3_video li:hover + li + .last_accord {
background : none;
padding    : 0;
box-shadow : none;
}
.accordeon_css3_video li:hover + .last_accord .img-polaroid em,
.accordeon_css3_video li:hover + li + .last_accord .img-polaroid em,
.accordeon_css3_video li:hover + .last_accord .img-polaroid b,
.accordeon_css3_video li:hover + li + .last_accord .img-polaroid b {
opacity : 0;
filter  : alpha(opacity=0);
}
.accordeon_css3_video.extra {
margin-bottom : 32px;
}
.accordeon_css3_video ul li {
padding : 0;
}
.accordeon_css3_video ul li .block-accordeon:after {
display : none !important;
}
.accordeon_css3_video ul li .block-accordeon figure a {
display  : block;
position : relative;
}
.accordeon_css3_video ul li .block-accordeon figure a b {
display               : block;
position              : absolute;
left                  : 50%;
width                 : 50px;
height                : 50px;
background            : rgba(13, 15, 18, 0.8);
-moz-border-radius    : 50px;
-webkit-border-radius : 50px;
border-radius         : 50px;
z-index               : 5;
opacity               : 0;
top                   : 50%;
transition            : all 0.3s ease 0s;
margin-top            : -25px;
margin-left           : -25px;
text-align            : center;
}
.accordeon_css3_video ul li .block-accordeon figure a b::before {
font-family : FontAwesome;
font-size   : 18px;
line-height : 50px;
content     : "\f067";
color       : #fff;
}
.accordeon_css3_video ul li .block-accordeon figure a em {
background-color   : rgba(0, 0, 0, 0.6);
opacity            : 0;
filter             : alpha(opacity=0);
left               : 0;
top                : 0;
bottom             : 0;
right              : 0;
z-index            : 1;
content            : "";
position           : absolute;
-webkit-transition : opacity 0.3s ease;
-moz-transition    : opacity 0.3s ease;
-o-transition      : opacity 0.3s ease;
transition         : opacity 0.3s ease;
}
.accordeon_css3_video ul li .block-accordeon:after {
display : none;
}
.accordeon_css3_video ul li .block-accordeon h6 {
color  : #ffffff;
margin : 14px 0 0 0;
}
.accordeon_css3_video ul li .block-accordeon a {
font-size   : 14px;
line-height : 21px;
color       : #f9f9f9;
}
.accordeon_css3_video ul li .block-accordeon a:first-child {
font-weight : bold;
font-size   : 16px;
}
.accordeon_css3_video ul li .block-accordeon a:hover {
color : #1b1b1b;
}
.accordeon_css3_video ul li .block-accordeon p {
color  : #e2e2e2;
margin : 1px 0 0 0;
}
.accordeon_css3_video ul li:hover figure a em {
opacity : 1;
filter  : alpha(opacity=100);
}
.accordeon_css3_video li:hover:after,
.accordeon_css3_video li.last_accord:after {
display : none !important;
} .block-statistics {
background : white;
margin-top : 35px;
padding    : 25px 0 12px;
}
.block-statistics h3 {
padding-top : 36px;
}
.box-company span {
display     : block;
font-size   : 16px;
color       : #6a6a6a;
line-height : 16px;
}
.box-company strong {
font-family    : 'Open Sans', sans-serif;
font-weight    : 300;
font-size      : 150px;
line-height    : 150px;
color          : #1f97ff;
letter-spacing : -10px;
margin         : -16px 0 0 -6px;
display        : block;
}
.box-customers {
padding-bottom : 20px;
padding-top    : 26px;
}
.box-customers i {
font-size   : 82px;
line-height : 82px;
color       : #1b1b1b;
margin-top  : 4px;
}
.box-customers strong,
.box-customers span {
font-family : 'Open Sans', sans-serif;
color       : #1b1b1b;
line-height : 1em;
display     : block;
}
.box-customers strong {
font-weight : 800;
font-size   : 48px;
}
.box-customers span {
font-weight : normal;
font-size   : 30px;
} .dropcap p:first-child,
.dropcap span:first-child,
.dropcap2 p:first-child,
.dropcap2 span:first-child {
display : inline-block;
}
.dropcap p:first-child:first-letter,
.dropcap span:first-child:first-letter {
margin         : 0 15px 0 0;
display        : inline;
margin         : 0;
padding        : .25em .08em 0 0;
#padding       : 0.25em 0.08em 0.2em 0.00em; _padding       : 0.25em 0.08em 0.4em 0.00em; line-height    : .4em;
font-size      : 3.2em;
font-family    : "Georgia", "Times New Romans", "Trebuchet MS", "Lucida Grande";
text-transform : capitalize;
color          : #1f97ff;
float          : left;
}
.dropcap2 p:first-child:first-letter,
.dropcap2 span:first-child:first-letter {
display            : inline;
line-height        : 0.4em;
font-size          : 1.5em;
font-family        : "Georgia", "Times New Romans", "Trebuchet MS", "Lucida Grande";
text-transform     : capitalize;
color              : #ffffff;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
-webkit-box-sizing : content-box;
-moz-box-sizing    : content-box;
box-sizing         : content-box;
background         : #1f97ff;
float              : left;
margin             : 0 8px 0 0;
padding            : 17px 13px;
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.25);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.25);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.25);
border-radius      : 36px;
}
.dropcap2 > span:hover:first-letter {
background         : #f0f0f0;
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.5);
-webkit-animation  : toRightFromLeft 0.3s forwards;
-moz-animation     : toRightFromLeft 0.3s forwards;
animation          : toRightFromLeft 0.3s forwards;
color              : #1b1b1b;
} .box-photo {
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
overflow              : hidden;
margin                : 0;
}
.box-photo span {
display               : block;
position              : absolute;
top                   : 0;
left                  : 0;
bottom                : 0;
right                 : 0;
background            : url(//www.a-aircool.be/wp-content/themes/reviver/img/shadow.png) 0 0 repeat;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
opacity               : 0;
transition            : all 0.3s ease 0s;
}
.box-photo strong {
display               : block;
position              : absolute;
left                  : 50%;
width                 : 50px;
height                : 50px; background-color	  : #282828;
-moz-border-radius    : 50px;
-webkit-border-radius : 50px;
border-radius         : 50px;
z-index               : 5;
opacity               : 0;
top                   : 50%;
transition            : all 0.3s ease 0s;
margin-top            : -25px;
margin-left           : -25px;
text-align            : center;
}
.box-photo strong::before {
font-family : FontAwesome;
font-size   : 18px;
line-height : 50px;
content     : "\f067";
color       : #fff;
}
.box-photo:hover {
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.3);
}
.box-photo:hover span {
opacity : 1;
filter  : alpha(opacity=100);
}
.box-photo:hover strong {
opacity : 1;
filter  : alpha(opacity=100);
} .box-banner_1 .back,
.box-banner .back {
opacity : 0;
filter  : alpha(opacity=0);
}
.box-banner_1 .front,
.box-banner .front {
opacity : 10;
filter  : alpha(opacity=1000);
}
.box-banner_1 .hover:hover img,
.box-banner .hover:hover img {
-webkit-transition : all 0.5s ease;
-moz-transition    : all 0.5s ease;
-o-transition      : all 0.5s ease;
transition         : all 0.5s ease;
}
.box-banner_1 .hover:hover .back,
.box-banner .hover:hover .back {
opacity : 1;
filter  : alpha(opacity=100);
}
.box-banner_1 .hover:hover .front,
.box-banner .hover:hover .front {
opacity : 0;
filter  : alpha(opacity=0);
}
.box-banner_1,
.box-banner { -webkit-perspective : 800px;
-moz-perspective    : 800px;
-ms-perspective     : 800px;
-o-perspective      : 800px;
perspective         : 800px;
}
.box-banner_1 .hover,
.box-banner .hover {
display                 : block;
text-decoration         : none;
position                : relative;
-webkit-transition      : -webkit-transform 1s;
-moz-transition         : -moz-transform 1s;
-ms-transition          : -moz-transform 1s;
-o-transition           : -moz-transform 1s;
transition              : -moz-transform 1s;
-webkit-transform-style : preserve-3d;
-moz-transform-style    : preserve-3d;
-ms-transform-style     : preserve-3d;
-o-transform-style      : preserve-3d;
transform-style         : preserve-3d;
}
.box-banner_1 .hover > img,
.box-banner .hover > img, {
position                    : relative;
-webkit-transition          : all 0.4s ease-in-out;
-moz-transition             : all 0.4s ease-in-out;
-o-transition               : all 0.4s ease-in-out;
transition                  : all 0.4s ease-in-out;
-webkit-border-radius       : 5px;
-moz-border-radius          : 5px;
border-radius               : 5px;
-webkit-backface-visibility : hidden;
-moz-backface-visibility    : hidden;
-ms-backface-visibility     : hidden;
-o-backface-visibility      : hidden;
backface-visibility         : hidden;
}
.box-banner_1 .hover > img.back,
.box-banner .hover > img.back {
position : absolute;
top      : 0;
left     : 0;
}
.box-banner {
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.box-tabs.extra {
margin-top : 3px;
}
.box-tabs {
background-color : #ffffff;
padding-bottom   : 20px;
overflow         : hidden;
position         : relative;
}
.box-tabs h2 {
font-size     : 36px;
line-height   : 1em;
color         : #1b1b1b;
margin-bottom : 20px;
}
.box-tabs h2 strong {
font-weight : 900;
}
.box-tabs p {
font-size   : 16px;
line-height : 24px;
}
.box-tabs .main-sldier {
background         : none;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.box-tabs .main-sldier:after {
display : none;
}
.box-tabs.extra {
margin-top : 3px;
}
.box-tabs.extra .inner_text {
padding-left : 0;
}
.inner_text {
padding : 24px 10px 24px 24px;
} .box_news > div {
margin-bottom : 15px;
*zoom         : 1;
}
.box_news > div::before,
.box_news > div:after {
display     : table;
content     : "";
line-height : 0;
}
.box_news > div:after {
clear : both;
}
.box_news .extra-wrap {
zoom : 1;
}
.box_news .extra-wrap::before,
.box_news .extra-wrap:after {
display     : table;
content     : "";
line-height : 0;
}
.box_news .extra-wrap:after {
clear : both;
}
.box_news .badge {
margin-top : 0;
}
.box_news.extra > section.block-news,
section.block-news {
margin-bottom : 40px;
*zoom         : 1;
}
.box_news.extra > section.block-news::before,
.box_news.extra > section.block-news:after {
display     : table;
content     : "";
line-height : 0;
}
.box_news.extra > section.block-news:after {
clear : both;
}
.box_news.extra > section.block-news blockquote,
.post-content blockquote {
margin-bottom : 4px;
z-index       : 1;
}
.box_news.extra > section.block-news blockquote cite,
.post-content blockquote cite {
margin-top : 10px;
display    : inline-block;
}
.block-news > ul.block-news_badge {
width : 107px;
}
.list-news {
overflow : hidden;
margin   : 1px 0 0;
}
.list-news li {
overflow : hidden;
}
.list-news .link {
line-height : 18px;
}
.list-news .extra-wrap {
padding : 3px 0 0 0;
}
.list-news .extra-wrap h5 {
margin-bottom : 2px;
}
.list-news .extra-wrap > span {
display       : block;
margin-bottom : 11px;
}
.list-news.extra li {
margin-bottom : 15px;
}
.list-news.extra figure {
float        : left;
margin-right : 20px;
}
.list-news.extra h5 {
margin-top : 4px;
}
.list-news.extra p {
line-height : 21px;
font-size   : 14px;
}
ul.list-news li.full_width_post_block {
display : block;
float   : none;
width   : 100%;
}
.list-news figure.latest-news-img {
float        : left;
margin-right : 20px;
} .block-accordeon {
position           : relative;
width              : 440px;
display            : block;
*zoom              : 1;
margin-left        : 0;
-webkit-transition : 0.6s;
-moz-transition    : 0.6s;
-o-transition      : 0.6s;
transition         : 0.6s;
}
.block-accordeon::before,
.block-accordeon:after {
display     : table;
content     : "";
line-height : 0;
}
.block-accordeon:after {
clear : both;
}
.block-accordeon:hover {
margin-left : 0;
}
.block-accordeon:after {
position   : absolute;
height     : 3px;
background : #1f97ff;
left       : 0;
right      : 0;
bottom     : 0;
content    : '';
}
.block-accordeon a {
display : inline-block;
}
.block-accordeon .img-polaroid {
float         : left;
width         : 220px;
margin-bottom : 0;
}
.block-accordeon .inner-accord {
overflow : hidden;
display  : none;
}
.block-accordeon span {
font-size   : 13px;
line-height : 18px;
font-weight : bold;
color       : #1b1b1b;
display     : block;
margin-top  : 5px;
}
.block-accordeon em {
font-style  : normal;
font-size   : 11px;
line-height : 16px;
}
.block-accordeon p {
font-size     : 12px;
line-height   : 14px;
color         : #6a6a6a;
margin-bottom : 0;
padding       : 8px 0;
}
.block-accordeon p span {
font-size     : 14px;
font-weight   : normal;
line-height   : 14px;
color         : #6a6a6a;
margin-bottom : 0;
padding       : 8px 0;
line-height   : 21px;
} .box_news > div {
margin-bottom : 15px;
*zoom         : 1;
}
.box_news > div::before,
.box_news > div:after {
display     : table;
content     : "";
line-height : 0;
}
.box_news > div:after {
clear : both;
}
.box_news .extra-wrap::before,
.box_news .extra-wrap:after {
display     : table;
content     : "";
line-height : 0;
}
.box_news .extra-wrap:after {
clear : both;
}
.box_news .badge {
margin-top : 0;
}
.box_news.extra > section.block-news,
section.block-news {
margin-bottom : 40px;
*zoom         : 1;
}
.box_news.extra > section.block-news::before,
.box_news.extra > section.block-news:after {
display     : table;
content     : "";
line-height : 0;
}
.box_news.extra > section.block-news:after {
clear : both;
}
.box_news.extra > section.block-news blockquote,
.post-content blockquote {
margin-bottom : 4px;
z-index       : 1;
}
.box_news.extra > section.block-news blockquote cite,
.post-content blockquote cite {
margin-top : 10px;
display    : inline-block;
}
.block-news > ul.block-news_badge {
width : 107px;
}
.list-news {
overflow : hidden;
margin   : 1px 0 0;
}
.list-news li {
overflow : hidden;
}
.list-news .link {
line-height : 18px;
}
.list-news .extra-wrap {
padding : 3px 0 0 0;
}
.list-news .extra-wrap h5 {
margin-bottom : 2px;
}
.list-news .extra-wrap > span {
display       : block;
margin-bottom : 11px;
}
.list-news.extra li {
margin-bottom : 15px;
}
.list-news.extra figure {
float        : left;
margin-right : 20px;
}
.list-news.extra h5 {
margin-top : 4px;
}
.list-news.extra p {
line-height : 21px;
font-size   : 14px;
}
ul.list-news li.full_width_post_block {
display : block;
float   : none;
width   : 100%;
}
.list-news figure.latest-news-img {
float        : left;
margin-right : 20px;
} .block-team {
padding-top   : 12px;
margin-bottom : 13px;
}
.block-team ul {
margin     : 0;
list-style : none;
}
.block-team ul li {
z-index  : 1;
position : relative;
}
.block-team .box-team {
position              : relative;
margin-bottom         : 30px;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
}
.block-team figure {
margin : 0;
}
.block-team figure img {
-webkit-border-radius : 6px 6px 0 0;
-moz-border-radius    : 6px 6px 0 0;
border-radius         : 6px 6px 0 0;
}
.block-team .details {
background            : #1f97ff;
-webkit-border-radius : 0 0 6px 6px;
-moz-border-radius    : 0 0 6px 6px;
border-radius         : 0 0 6px 6px;
padding               : 18px 19px 15px;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
}
.block-team .details h5 {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
color              : #fff;
font-size          : 16px;
font-weight        : bold;
margin-bottom      : 12px;
}
.block-team .details h5 span {
display            : block;
font-size          : 13px;
color              : #fff;
font-weight        : normal;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.block-team .details .box-info {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
overflow           : hidden;
}
.block-team .details .box-info p {
color         : #fff;
line-height   : 21px;
margin-bottom : 24px;
}
.block-team .z-hover {
z-index : 100;
}
.list-social {
margin : 0;
}
.list-social li {
float         : left;
margin-right  : 5px;
margin-bottom : 5px;
}
.list-social li a {
width                 : 35px;
height                : 35px;
background            : #262626;
text-align            : center;
display               : block;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
}
.list-social li a i {
font-size   : 16px;
line-height : 35px;
color       : #fff;
}
.list-social li .mail:hover {
background : #e92d00;
}
.list-social li .facebook:hover {
background : #3b5998;
}
.list-social li .twitter:hover {
background : #2daae1;
}
.list-social li .google:hover {
background : #f63e28;
}
.list-social li .linkedin:hover {
background : #0073b2;
} .slide2 .ls-l4 {
text-transform : uppercase
}
.slide2 .slide-text3 {
text-transform : none
}
.ls-l4 {
color       : #1b1b1b;
font-size   : 18px;
line-height : 28px;
font-family : 'Open Sans', sans-serif;
}
.slide-text1, .slide-text2 {
color       : #fff;
font-size   : 55px;
line-height : 1.2em;
font-weight : 300;
white-space : nowrap;
}
.slide-text2 {
font-weight : 800
}
.slide1 .slide-text3 {
margin-left : 10px !important;
float       : left;
}
.slide2 {
text-align : center;
}
.slide-text3 {
width : 500px;
}
.slide2 .slide-text3 {
width : 800px;
}
.slide3 .ls-l4 {
font-weight    : 800;
font-size      : 55px;
line-height    : 55px;
color          : #1b1b1b;
text-transform : uppercase;
text-align     : center;
}
.slide3 .ls-l4 span {
display : block;
color   : #1f97ff;
}
.slide3 .ls-l3 {
max-width   : 460px;
font-size   : 18px;
line-height : 28px;
color       : #555555;
float       : left;
}
.slide3 .ls-l3 strong {
color      : #1b1b1b;
text-align : center;
display    : block
}
.slide3 {
text-align : center
}
.main-menu > div {
width      : 100%;
background : #f9f9f9;
border-top : 1px solid #e4e4e4;
} .rev_slider ul.list-info {
visibility : visible;
position   : relative;
}
.rev_slider ul.list-info li {
position      : relative;
padding-left  : 36px !important;
margin-bottom : 9px !important;
visibility    : visible;
}
.rev-slider-gradiant-background {
background-color  : #232323;
background-image  : -moz-linear-gradient(top, #1b1b1b, #303030) !important;
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#1b1b1b), to(#303030)) !important;
background-image  : -webkit-linear-gradient(top, #1b1b1b, #303030) !important;
background-image  : -o-linear-gradient(top, #1b1b1b, #303030) !important;
background-image  : linear-gradient(to bottom, #1b1b1b, #303030) !important;
background-repeat : repeat-x;
}
.reviver-slider-contact-form {
position       : relative;
vertical-align : top;
z-index        : 1;
margin         : 0;
}
.reviver-slider-contact-form input {
padding               : 10px 13px;
font-family           : Arial, Helvetica, sans-serif;
height                : 40px;
margin                : 0 0 10px 0;
font-size             : 14px;
line-height           : 20px;
color                 : #999999;
background            : #f0f0f0;
outline               : none;
border                : none;
width                 : 100%;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.15);
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.reviver-slider-contact-form .button-form {
padding-top : 20px;
}
.reviver-slider-contact-form a {
margin-left : 28px;
}
.list-info {
list-style : none;
margin     : 0 0 56px;
}
.list-info li {
position      : relative;
padding-left  : 36px;
margin-bottom : 9px;
}
.list-info li::before {
content     : "\f058";
font-family : FontAwesome;
color       : #fff;
position    : absolute;
top         : 3px;
left        : 0;
font-size   : 24px;
line-height : 26px;
}
.list-info li a {
color       : #fff;
font-family : 'Open Sans', sans-serif;
font-weight : bold;
font-size   : 16px;
line-height : 18px;
}
.list-info li a:hover {
color : #1f97ff;
}
.list-info li span {
font-family : 'Open Sans', sans-serif;
color       : #fff;
display     : block;
font-size   : 14px;
line-height : 16px;
margin-top  : 3px;
} .pp_gallery {
margin-left : 0px !important;
left        : 0 !important;
right       : 0 !important;
}
.pp_gallery > div {
float  : none;
margin : auto;
}
.pp_nav .currentTextHolder {
display : none;
}
@media only screen and (min-width : 769px) {
.pp_details {
display : none;
}
}
a.prettyphoto:hover {
opacity : 0.5;
} header {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
z-index            : 999;
padding            : 0;
height             : auto;
position           : relative;
z-index            : 20;
}
.panel {
background : #fafafa;
position   : relative;
z-index    : 1001;
padding    : 20px;
}
.header_top > .container {
position : relative;
}
.panel.head > .container > .clearfix {
padding : 4px 0 6px;
}
header.header_2 .navbar-inner {
position : relative;
}
header.header_2 .phone-div,
header.header_2 .email-div,
header.header_5 .phone-div,
header.header_5 .phone-div,
header.header_5 .email-div,
header.header_6 .phone-div,
header.header_6 .email-div,
header.header_6 .email-div {
float       : left;
position    : relative;
top         : 0;
left        : 0;
margin      : 0 30px 0 0;
font-size   : 13px;
line-height : 13px;
}
header.header_2 .phone-div span,
header.header_2 .email-div span,
header.header_5 .phone-div span,
header.header_5 .email-div span,
header.header_6 .phone-div span,
header.header_6 .email-div span {
color       : #1b1b1b;
font-size   : 14px;
line-height : 14px;
display     : inline-block;
font-weight : normal;
margin-left : 6px;
}
header.header_1 .header_top,
header.header_6 .header_top {
-webkit-box-shadow : 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow    : 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow         : 0 3px 3px rgba(0, 0, 0, 0.2);
}
header.header_2 .navbar_ .brand,
header.header_6 .navbar_ .brand {
margin-top : 13px;
}
header.header_2 .navbar_ .collapse,
header.header_6 .navbar_ .collapse {
float : right;
}
header.header_1 .nav-collapse_ .nav > li.sfHover > a,
header.header_1 .nav-collapse_ .nav > li.sfHover > a:hover,
header.header_1 .nav-collapse_ .nav > li > a:hover,
header.header_1 .nav-collapse_ .nav > li.active > a,
header.header_1 .nav-collapse_ .nav > li.active > a:hover,
header.header_6 .nav-collapse_ .nav > li.sfHover > a,
header.header_6 .nav-collapse_ .nav > li.sfHover > a:hover,
header.header_6 .nav-collapse_ .nav > li > a:hover,
header.header_6 .nav-collapse_ .nav > li.active > a,
header.header_6 .nav-collapse_ .nav > li.active > a:hover,
header.header_6 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_6 .nav-collapse_ .nav > li.current_page_item > a,
header.header_6 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_6 .nav-collapse_ .nav > li.current_click > a {
background : #ffffff;
}
header.header_2 .nav-collapse_ > ul > li,
header.header_2 .nav-collapse_ > ul > li,
header.header_2 .nav-collapse_ .nav > li,
header.header_6 .nav-collapse_ > ul > li,
header.header_6 .nav-collapse_ .nav > li {
width      : auto;
border     : none;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/border-item.gif) no-repeat 0 50%;
}
header.header_2 .nav-collapse_ > ul > li:first-child,
header.header_2 .nav-collapse_ .nav > li.first-child,
header.header_6 .nav-collapse_ > ul > li:first-child,
header.header_6 .nav-collapse_ .nav > li.first-child {
background : none;
width      : auto;
border     : none;
}
header.header_2 .nav-collapse_ .nav > li > a,
header.header_2 .nav-collapse_ .nav > li > a,
header.header_6 .nav-collapse_ > ul > li > a,
header.header_6 .nav-collapse_ .nav > li > a {
padding : 21px 15px 19px;
}
header.header_1 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a,
header.header_1 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_1 .nav-collapse_ .nav > li.current_click > a {
background : #fff;
color      : #1f97ff;
}
header.header_1 .nav-collapse_ .nav > li.current_page_item > a .sf-sub-indicator::before,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a:hover .sf-sub-indicator::before,
header.header_1 .nav-collapse_ .nav > li.current-menu-ancestor > a .sf-sub-indicator::before {
color : #1f97ff;
}
header.header_3 .nav-collapse_ .nav > li > a,
header.header_7 .nav-collapse_ .nav > li > a {
text-align    : left;
padding-left  : 15px;
padding-right : 3px;
}
header.header_3 .nav-collapse_ .nav > li > a .sf-sub-indicator,
header.header_7 .nav-collapse_ .nav > li > a .sf-sub-indicator {
display : none;
}
header.header_1 .nav-collapse_ .nav li ul li.current-menu-parent > a {
text-decoration : none;
background      : #f0f0f0;
color           : #282828;
}
header.header_1 .nav-collapse_ .nav li ul li.current_page_item > a,
header.header_1 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_1 .nav-collapse_ .nav li ul li.current-menu-item > a,
header.header_1 .nav-collapse_ .nav li ul li.current-menu-item > a {
text-decoration : none;
background      : #f0f0f0;
color           : #282828;
}
header.header_4 .nav-collapse_ .nav > li > ul.sub-menu ul,
header.header_7 .nav-collapse_ .nav > li > ul.sub-menu ul {
top : 0px;
}
header.header_4 .main-menu > div,
header.header_7 .main-menu > div {
background : #262626;
}
header.header_4 .nav-collapse_ .nav > li,
header.header_7 .nav-collapse_ .nav > li {
border-right : 1px solid #282828;
}
header.header_4 .nav-collapse_ .nav > li:first-child,
header.header_7 .nav-collapse_ .nav > li:first-child {
border-left : 1px solid #282828;
}
header.header_4 .nav-collapse_ .nav > li > a,
header.header_7 .nav-collapse_ .nav > li > a {
color : #ffffff;
}
header.header_4 .nav-collapse_ .nav > li.sub-menu > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.menu-item-has-children > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.sub-menu > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.menu-item-has-children > a .sf-sub-indicator::before {
color : #ffffff;
}
header.header_4 .nav-collapse_ .nav ul li a,
header.header_7 .nav-collapse_ .nav ul li a {
background : #282828;
color      : #ffffff;
}
header.header_4 .nav-collapse_ .nav ul li .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav ul li .sf-sub-indicator::before {
color : #6a6a6a;
}
header.header_4 .nav-collapse_ .nav > li:hover > a,
header.header_4 .nav-collapse_ .nav > li.active > a,
header.header_4 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_4 .nav-collapse_ .nav > li.current_page_item > a,
header.header_4 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_4 .nav-collapse_ .nav > li.current_click > a,
header.header_7 .nav-collapse_ .nav > li:hover > a,
header.header_7 .nav-collapse_ .nav > li.active > a,
header.header_7 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_7 .nav-collapse_ .nav > li.current_page_item > a,
header.header_7 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_7 .nav-collapse_ .nav > li.current_click > a {
background : #282828;
color      : #1f97ff;
}
header.header_4 .nav-collapse_ .nav > li.sub-menu > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.current_page_item > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.menu-item-has-children.current_page_ancestor > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.menu-item-has-children.current-menu-ancestor > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li > ul li.sfHover > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav li ul li.current-menu-parent > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.sub-menu > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.current_page_item > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.menu-item-has-children.current_page_ancestor > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.menu-item-has-children.current-menu-ancestor > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li > ul li.sfHover > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav li ul li.current-menu-parent > a .sf-sub-indicator::before,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a .sf-sub-indicator::before,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a:hover .sf-sub-indicator::before {
color : #1f97ff;
}
header.header_4 .nav-collapse_ .nav > li:hover > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.active > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav li.current_click > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li:hover > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.active > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav li.current_click > a .sf-sub-indicator::before {
color : #1f97ff;
}
header.header_4 .nav-collapse_ .nav > li > ul li:hover > a,
header.header_4 .nav-collapse_ .nav li ul li.active > a,
header.header_4 .nav-collapse_ .nav li ul li.current_page_item > a,
header.header_4 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_4 .nav-collapse_ .nav li ul li.current_click > a,
header.header_4 .nav-collapse_ .nav li ul li.current-menu-item > a,
header.header_4 .nav-collapse_ .nav ul.submenu-extra a:hover,
header.header_4 .nav-collapse_ .nav ul.submenu-extra .active a,
header.header_4 .nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
header.header_7 .nav-collapse_ .nav > li > ul li:hover > a,
header.header_7 .nav-collapse_ .nav li ul li.active > a,
header.header_7 .nav-collapse_ .nav li ul li.current_page_item > a,
header.header_7 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_7 .nav-collapse_ .nav li ul li.current_click > a,
header.header_7 .nav-collapse_ .nav li ul li.current-menu-item > a,
header.header_7 .nav-collapse_ .nav ul.submenu-extra a:hover,
header.header_7 .nav-collapse_ .nav ul.submenu-extra .active a,
header.header_7 .nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a {
text-decoration : none;
background      : #262626;
color           : #1f97ff;
}
.nav-collapse_ .nav ul.submenu-extra a:hover,
.nav-collapse_ .nav ul.submenu-extra .active a,
.nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
header.header_4 .nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li > ul li.sfHover > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav li ul li.active > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li > ul li.sfHover > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav li ul li.active > a .sf-sub-indicator::before {
color : #1f97ff;
}
header.header_4 .nav-collapse_ .nav ul.submenu-extra,
header.header_7 .nav-collapse_ .nav ul.submenu-extra {
background : #282828;
}
header.header_4 .nav-collapse_ .nav ul.submenu-extra h6,
header.header_7 .nav-collapse_ .nav ul.submenu-extra h6 {
color : #ffffff;
}
header.header_4 .nav-collapse_ .nav ul.submenu-extra li a,
header.header_7 .nav-collapse_ .nav ul.submenu-extra li a {
background : #282828;
color      : #fff;
}
header.header_4 .nav-collapse_ .nav ul.submenu-extra li a:hover,
header.header_7 .nav-collapse_ .nav ul.submenu-extra li a:hover {
color      : #1f97ff;
background : #262626;
}
header.header_3 .nav-collapse_ .nav > li > a,
header.header_7 .nav-collapse_ .nav > li > a {
text-align    : left;
padding-left  : 12px;
padding-right : 10px;
}
header.header_3 .nav-collapse_ .nav > li > a .sf-sub-indicator,
header.header_7 .nav-collapse_ .nav > li > a .sf-sub-indicator {
display : none;
}
header.header_6 .navbar_ .collapse {
float : left;
}
header.header_6 .navbar_ .brand {
float : right;
}
.welcome-div {
font-size : 12px;
} [class*="header_"].scrolled {
position : fixed;
left     : 0;
top      : 0;
right    : 0;
z-index  : 1000;
}
[class*="header_"].scrolled .main-menu {
margin : 0;
}
[class*="header_"].scrolled .main-menu > div {
border : none;
}
[class*="header_"].scrolled + .layerslider_container {
margin-top : 156px;
}
.admin-bar [class*="header_"].scrolled {
top : 32px;
}
.header_1 .header_top.scrolled > .container,
.header_2 .header_top.scrolled .brand,
.header_2 .header_top.scrolled .block-form,
.header_3 .header_top.scrolled > .container,
.header_4 .header_top.scrolled > .container,
.header_5 .header_top.scrolled > .container,
.header_6 .header_top.scrolled .brand,
.header_7 .header_top.scrolled > .container {
display : none;
} .block_language {
color      : #8b8b8b;
font-size  : 12px;
float      : right;
list-style : none;
position   : relative;
z-index    : 2;
margin     : 0;
padding    : 0;
}
.block_language > li {
float       : right;
margin-left : 20px;
position    : relative;
line-height : 14px;
}
.block_language > li .icon {
margin  : 0 4px 0 0;
display : inline-block;
}
.block_language > li .icon img {
width  : 19px;
height : 12px;
}
.block_language > li.language > a {
display : inline-block;
margin  : 0 0 0 3px;
color   : #1b1b1b;
}
.block_language > li > a {
color : #1b1b1b;
}
.block_language > li ul {
width              : 99px;
position           : absolute;
right              : 0px;
top                : -4px;
background         : white;
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.3);
}
.block_language > li.currency_item {
z-index  : 2;
position : relative;
}
.block_language > li.currency_item > a {
display     : inline-block;
margin-left : 10px;
padding     : 0 14px 0 0;
color       : #1b1b1b;
}
.block_language > li.currency_item > a span {
color : #1f97ff;
}
.block_language > li.currency_item::before {
display : inline-block;
content : "Currency:";
}
.block_language > li.currency_item ul {
width              : 81px;
right              : 0px;
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.3);
}
.block_language > li ul li {
line-height : 16px;
}
.block_language > li ul li:first-child {
border-top : none;
}
.block_language > li ul a {
display : block;
padding : 3px 0 5px 4px;
}
.block_language > li ul a:hover {
background : #f6f6f6;
color      : #1b1b1b;
}
.block_language .active:after {
background-position : right 0;
}
.language {
z-index  : 1;
position : relative;
}
.language::before {
display : inline-block;
content : "Language:";
}
.block_language.language_switcher {
z-index : 0;
}
li.currency_item > ul.wcml_currency_switcher.curr_list_vertical {
display : none;
width   : 65px;
}
li.currency_item > ul.wcml_currency_switcher.curr_list_vertical li {
border : none;
}
.drop,
.drop2 {
display    : none;
list-style : none;
}
.block_language > li.language::before,
.block_language > li.currency_item::before {
content : "" !important;
}
.slct,
.slct2 {
padding-right : 14px;
}
.slct:after,
.slct2:after {
display     : block;
position    : absolute;
font-family : FontAwesome;
width       : 9px;
height      : 6px;
right       : 2px;
top         : -3px;
z-index     : 99;
color       : #1b1b1b;
font-size   : 14px;
line-height : 18px;
content     : "\f107";
}
.top-right {
float : right;
*zoom : 1;
}
.top-right::before,
.top-right:after {
display     : table;
content     : "";
line-height : 0;
}
.top-right:after {
clear : both;
}
.top-right .btn-large-1 {
margin : 0 0 0 20px;
float  : right;
} .phone-div {
position    : absolute;
top         : 28px;
right       : 316px;
font-size   : 13px;
line-height : 20px;
color       : #6a6a6a;
font-family : 'Open Sans', sans-serif;
text-align  : right;
float       : left;
}
.phone-div span {
display     : block;
font-size   : 20px;
line-height : 20px;
color       : #1b1b1b;
margin      : -3px 0 0 0;
font-weight : 700;
} #form-search.search-404 {
position      : relative;
top           : 0;
margin-bottom : 16px;
}
#form-search.search-404 input {
width : 100%;
}
#form-search {
position              : absolute;
right                 : 0px;
top                   : 28px;
background            : #f0f0f0;
border                : 1px solid #e4e4e4;
-webkit-box-shadow    : inset 0 0 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow       : inset 0 0 2px rgba(0, 0, 0, 0.1);
box-shadow            : inset 0 0 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
padding               : 7px 0;
*zoom                 : 1;
margin                : 0;
width                 : 298px;
}
.pr.relative #form-search,
.pr.relative [class*="yith-ajaxsearchform-container"] {
position : inherit;
right    : auto;
top      : auto;
float    : none;
}
#form-search::before,
#form-search:after {
display     : table;
content     : "";
line-height : 0;
}
#form-search:after {
clear : both;
}
#form-search input {
background            : #f0f0f0;
border                : none;
outline               : none;
width                 : auto;
font-size             : 13px;
line-height           : 16px;
padding               : 2px 10px 4px 52px;
height                : 22px;
color                 : #999999;
-webkit-box-shadow    : none;
-moz-box-shadow       : none;
box-shadow            : none;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
margin                : 0;
width                 : 100%;
}
#form-search input:focus {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
outline            : none;
}
#form-search span {
position     : absolute;
left         : 9px;
top          : 8px;
border-right : 1px solid #d1d1d1;
display      : block;
width        : 30px;
text-align   : center;
height       : 22px;
}
#form-search span::before {
font-size   : 22px;
line-height : 24px;
font-family : FontAwesome;
position    : absolute;
top         : -1px;
left        : 0;
content     : "\f002";
color       : #1f97ff;
}
.navbar-inner .block-form {
float  : right;
margin : 18px 0 0 20px;
}
.navbar-inner .block-form #form-search {
margin     : 0px;
box-shadow : none;
border     : none;
position   : absolute;
background : #f9f9f9;
height     : 100%;
padding    : 4px 40px 4px 0;
top        : -2px;
left       : 0;
display    : none;
z-index    : 100;
width      : 97%;
}
.navbar-inner .block-form #form-search span {
height : 50px;
}
.navbar-inner .block-form #form-search span::before {
line-height : 52px;
}
.navbar-inner .block-form #form-search input {
width                 : 100%;
height                : 58px;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
}
.btn-search {
z-index    : 101;
position   : relative;
width      : 22px;
height     : 22px;
text-align : center;
cursor     : pointer;
}
.btn-search:hover::before {
color : #282828;
}
.btn-search::before {
color              : #1f97ff;
content            : "\f002";
font-family        : FontAwesome;
font-size          : 20px;
line-height        : 24px;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.btn-search.active::before {
content : "\f00d";
}
.btn-search.active + #form-search {
width : 97% !important;
}
body.search-no-results .box_news #form-search {
right : auto;
top   : auto;
}
.header_top {
background         : #f9f9f9;
height             : auto;
width              : 100%;
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.25);
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.25);
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.25);
position           : relative;
z-index            : 1000;
} #menu-nav {
float        : left;
margin-right : 15px;
}
#menu-button {
line-height : 18px;
}
#menu-nav i {
font-size   : 23px;
line-height : 23px;
color       : #1f97ff;
cursor      : pointer;
}
#menu-nav {
display : none;
}
#menu-button.selected i {
color : #282828;
}
.list-panel {
*zoom      : 1;
float      : left;
display    : block;
list-style : none;
margin     : 3px 0 0 -8px;
}
body:not(.logged-in) #menu-top-menu.list-panel {
margin-top    : 0px;
top           : 50px;
margin-bottom : 5px;
}
.list-panel::before,
.list-panel:after {
display     : table;
content     : "";
line-height : 0;
}
.list-panel:after {
clear : both;
}
.list-panel li {
float       : left;
border-left : 2px solid #a0a0a0;
font-size   : 12px;
line-height : 12px;
padding     : 0 8px;
list-style  : none;
}
.list-panel li:first-child {
border-left : none;
}
.list-panel li a {
color : #6a6a6a;
}
.list-panel li a:hover {
color : #1f97ff;
}
.top_menu li {
position : relative;
}
.top_menu li ul {
display    : none;
margin     : 0;
background : #f0f0f0;
padding    : 10px;
left       : 0;
}
.top_menu li ul li {
border-left : none;
padding     : 0;
width       : 140px;
padding     : 6px 0;
} .top_menu > li:hover > ul {
display  : block;
position : absolute;
} .top_menu > li > ul > li ul {
padding-top : 0px;
left        : 140px !important;
}
.top_menu > li > ul > li:hover > ul {
display  : block;
position : absolute;
left     : 140px;
top      : 0px;
} .top_menu > li > ul > li > ul li ul {
padding-top : 0px;
}
.top_menu > li > ul > li > ul > li:hover > ul {
display  : block;
position : absolute;
left     : 140px;
top      : 0px;
} .top_menu > li > ul > li > ul > li > ul li ul {
padding-top : 0px;
}
.top_menu > li > ul > li > ul > li > ul > li:hover > ul {
display  : block;
position : absolute;
left     : 140px;
top      : 0px;
} .poping_links .link {
font-size : 12px;
color     : #1f97ff;
}
.poping_links {
float        : left;
font-size    : 12px;
line-height  : 11px;
margin-right : 95px;
}
#login_pop {
border         : 1px solid #e4e4e4;
box-shadow     : 0 0 3px #e4e4e4;
background     : #fff;
border-radius  : 3px;
padding        : 30px;
padding-bottom : 0;
padding-top    : 10px;
position       : absolute;
left           : 0;
top            : 30px;
width          : 270px;
border-top     : 3px solid #1f97ff;
display        : none;
}
#form-login span.title {
font           : normal 20px/38px Arial, Helvetica, sans-serif;
color          : #1b1b1b;
font-family    : 'Open Sans', sans-serif;
display        : block;
padding-bottom : 10px;
}
#form-login .Forgot {
float           : right;
list-style-type : none;
}
.t3-module ul, .t3-module ol {
margin-left : 20px;
}
#login_pop .txt-1 li {
margin-bottom : 0;
line-height   : 15px;
}
#login_pop .txt-1 a {
font-size : 12px;
}
#form-login .create_customer {
background     : #f0f0f0;
padding-top    : 20px;
overflow       : hidden;
margin-left    : -30px;
margin-right   : -30px;
padding-bottom : 20px;
margin-top     : 20px;
border-radius  : 0 0 3px 3px;
}
#form-login .create_customer span {
font         : normal 18px/38px Arial, Helvetica, sans-serif;
color        : #1b1b1b;
font-family  : 'Open Sans', sans-serif;
float        : left;
margin-right : 10px;
padding-left : 28px;
}
#form-login .create_customer .button {
float         : left;
padding-left  : 10px;
padding-right : 10px;
}
#closeLogin,
.popup .closeView {
position    : absolute;
right       : 10px;
top         : 10px;
font-family : font-awesome;
width       : 11px;
height      : 11px;
content     : "\f00d";
font-size   : 16px;
}
.header_2 .block-form #form-search input {
background-position : 0px 14px !important;
} .box-dropdown {
position              : absolute;
z-index               : 5000;
background            : #fff;
right                 : 0;
top                   : 39px;
z-inex                : 9999;
overflow              : hidden;
width                 : 380px;
height                : auto;
margin                : 0;
display               : none;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
-webkit-box-shadow    : 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow       : 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow            : 0 0 3px rgba(0, 0, 0, 0.3);
}
.box-dropdown:after {
border   : 3px solid #1F97FF;
top      : 0;
content  : "";
display  : block;
left     : 0;
position : absolute;
right    : 0;
width    : 100%;
}
.box-dropdown li {
line-height : 18px;
}
.box-dropdown p.txt-add {
padding : 15px 15px 10px;
margin  : 0;
}
.box-dropdown p {
font-size   : 13px;
color       : #6a6a6a;
line-height : 20px;
}
.box-dropdown .dropd_footer {
background : #f7f7f7;
display    : block;
padding    : 5px 15px 8px;
overflow   : hidden;
}
.box-dropdown .checkout-table td {
padding   : 5px 11px 3px;
font-size : 14px;
color     : #1b1b1b;
}
.box-dropdown .checkout-table tr td + td {
font-size : 16px;
color     : #1b1b1b;
}
.box-dropdown .checkout-table .txt-total {
font-size : 16px;
color     : #1b1b1b;
}
.box-dropdown .cart-table td {
padding        : 15px 0 11px;
border-top     : 1px solid #e4e4e4;
vertical-align : top;
}
.box-dropdown .cart-table td h6 {
line-height : 16px;
font-weight : normal;
}
.box-dropdown .box-buttons {
padding : 14px 0 19px;
float   : left;
margin  : auto;
width   : 100%;
}
.box-dropdown .box-buttons a {
margin : 0;
}
.box-dropdown .cart-table a.product-image {
margin  : 0 10px 0 15px;
display : block;
}
.box-dropdown .box-buttons .btn-small,
.box-dropdown .box-buttons .btn-small:hover {
border : none;
}
.box-dropdown .cart-table img {
width  : 60px;
height : auto;
}
.box-dropdown .cart-table a.img-product {
margin  : 0 10px 0 15px;
display : block;
}
.box-dropdown strong.quantity {
font-size      : 13px;
color          : #1b1b1b;
display        : inline-block;
line-height    : 16px;
vertical-align : 5px;
margin-bottom  : 18px;
}
.box-dropdown span.light {
color       : #6a6a6a;
font-weight : normal;
}
.box-dropdown .btn-remove {
font-size : 13px;
color     : #1f97ff;
}
.box-dropdown .btn-remove:hover {
color : #282828;
}
.box-dropdown td.product-image {
width : 70px;
}
.navbar-inner .phone-div,
.navbar-inner #form-search,
.navbar-inner #shop-cart {
float       : right;
left        : 0px;
position    : relative;
margin-left : 15px;
margin-top  : -23px;
}
.navbar-inner #shop-cart {
margin-top : -20px;
}
.head.panel {
border-top : 3px solid #1f97ff;
background : #f0f0f0;
padding    : 7px 0 3px;
} #shop-cart {
position : absolute;
top      : 34px;
right    : 0;
}
.btn-cart { position              : relative;
z-index               : 1;
padding               : 12px 21px 12px 57px;
border                : none;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
color                 : #ffffff;
text-decoration       : none;
text-shadow           : none;
font-weight           : bold;
background            : #1f97ff;
font-size             : 14px;
line-height           : 1em;
}
.btn-cart::before {
font-family : FontAwesome;
content     : "\f07a";
font-size   : 28px;
line-height : 38px;
color       : #fff;
position    : absolute;
top         : 0;
left        : 20px;
}
.btn-cart.active,
.btn-cart:hover,
.btn-cart:focus {
outline     : none;
background  : #262626;
color       : #ffffff;
text-shadow : none;
} .navbar_ {
margin-bottom : 0 !important;
padding       : 29px 0 29px 0;
}
.navbar_ .collapse {
overflow : visible;
}
.navbar_ .brand {
display     : inline-block;
overflow    : hidden;
margin      : 0;
padding     : 0;
line-height : 0;
}
.navbar_ .brand span {
display     : block;
text-indent : -4000px;
}
.navbar_ .navbar-inner {
filter                : progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow    : none;
-moz-box-shadow       : none;
box-shadow            : none;
*zoom                 : 1;
margin                : 0;
padding               : 0;
min-height            : inherit;
border                : none;
background            : none;
-webkit-border-radius : none;
-moz-border-radius    : none;
border-radius         : none;
}
.navbar_ .navbar-inner::before,
.navbar_ .navbar-inner:after {
display     : table;
content     : "";
line-height : 0;
}
.navbar_ .navbar-inner:after {
clear : both;
}
.nav-collapse_ {
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
-webkit-box-shadow    : none;
-moz-box-shadow       : none;
box-shadow            : none;
position              : relative;
margin                : 0;
padding               : 0;
}
.nav-collapse_ .nav {
display : block;
float   : none;
margin  : 0;
padding : 0;
}
.nav-collapse_ .nav li {
position       : relative;
margin         : 0;
padding        : 0;
text-transform : uppercase;
zoom           : 1;
}
.nav-collapse_ .nav li a {
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
margin                : 0;
padding               : 0;
color                 : #ffffff;
text-shadow           : none;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
}
.nav-collapse_ .nav > li {
display      : inline-block;
float        : left;
margin       : 0;
border       : none;
font-weight  : normal;
border-right : 1px solid #e4e4e4;
font-family  : 'Open Sans', sans-serif;
font-weight  : bold;
width        : 103px;
}
.nav-collapse_ .nav > li:first-child {
border-left : 1px solid #e4e4e4;
width       : 105px;
}
.nav-collapse_ .nav > li > a {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
position           : relative;
display            : block;
margin             : 0;
padding            : 21px 0 19px;
color              : #1b1b1b;
text-align         : center;
font-size          : 12px;
line-height        : 20px;
z-index            : 1;
}
.nav-collapse_ .nav > li > a span {
display    : block;
border-top : none;
position   : absolute;
border-top : 3px solid #1f97ff;
top        : 0;
bottom     : 0;
left       : 0;
right      : 0;
z-index    : -1;
opacity    : 0;
filter     : alpha(opacity=0);
}
.nav-collapse_ .nav li.active + li,
.nav-collapse_ .nav li:hover + li {
background : none;
}
.nav-collapse_ .nav li .sf-sub-indicator {
position    : absolute;
color       : #1b1b1b;
font-weight : normal;
}
.nav-collapse_ .nav li .sf-sub-indicator::before {
font-family : FontAwesome;
}
.nav-collapse_ .nav > li > a > .sf-sub-indicator {
display     : inline-block;
margin-left : 6px;
font-size   : 10px;
position    : relative;
}
.nav-collapse_ .nav > li > a > .sf-sub-indicator::before {
content : "\f0d7";
}
.nav-collapse_ .nav ul {
position           : absolute;
left               : 0;
top                : 100%;
width              : 200px;
visibility         : hidden;
opacity            : 0;
z-index            : 11;
background         : #fff;
padding            : 0;
margin             : 0;
zoom               : 1;
-webkit-transform  : translateY(20px);
-moz-transform     : translateY(20px);
-o-transform       : translateY(20px);
-ms-transform      : translateY(20px);
transform          : translateY(20px);
-webkit-transition : -webkit-transform .5s ease, opacity .5s ease;
-moz-transition    : transform .5s ease, opacity .5s ease;
-o-transition      : transform .5s ease, opacity .5s ease;
transition         : transform .5s ease, opacity .5s ease;
-webkit-box-shadow : 0 3px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 3px 2px rgba(0, 0, 0, 0.3);
box-shadow         : 0 3px 2px rgba(0, 0, 0, 0.3);
}
.nav-collapse_ .nav .sub-menu:hover > ul,
.nav-collapse_ .nav .menu-item-has-children:hover > ul {
-webkit-transform : translateY(0px);
-moz-transform    : translateY(0px);
-o-transform      : translateY(0px);
-ms-transform     : translateY(0px);
transform         : translateY(0px);
opacity           : 1;
visibility        : visible;
}
.nav-collapse_ ul.nav > li:nth-child(8) > ul > li > ul,
.nav-collapse_ ul.nav > li:nth-child(9) > ul > li > ul {
left : -200px !important;
}
.nav-collapse_ .nav ul li {
display    : block;
padding    : 0 20px;
text-align : left;
}
.nav-collapse_ .nav ul li a {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
display            : inline-block;
color              : #282828;
font-size          : 13px;
line-height        : 18px;
}
.nav-collapse_ .nav ul li a:hover {
color : #1f97ff;
}
.nav-collapse_ .nav > li.sfHover,
.nav-collapse_ .nav > li.sfHover:hover,
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.active,
.nav-collapse_ .nav > li.active:hover {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
background         : none;
}
.nav-collapse_ .nav > li > a > em {
display        : block;
font-style     : normal;
font-size      : 13px;
text-transform : none;
font-weight    : normal;
}
.nav-collapse_ .nav > li.sfHover > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.sfHover:hover > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li:hover .sf-sub-indicator::before,
.nav-collapse_ .nav > li.active > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.active:hover > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.current_page_ancestor > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.current_page_item > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.current-menu-ancestor > a > .sf-sub-indicator::before {
color : #1f97ff;
}
.nav-collapse_ .nav > li:hover > a,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.current_click > a,
.nav-collapse_ .nav > li.current_page_ancestor > a,
.nav-collapse_ .nav > li.current_page_item > a,
.nav-collapse_ .nav > li.current-menu-ancestor > a {
-webkit-box-shadow : 0 1px 2px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow    : 0 1px 2px 1px rgba(0, 0, 0, 0.1);
box-shadow         : 0 1px 2px 1px rgba(0, 0, 0, 0.1);
background         : #fff;
color              : #1f97ff;
}
.nav-collapse_ .nav > li:hover > a > span,
.nav-collapse_ .nav > li.active > a > span,
.nav-collapse_ .nav > li.current_click > a > span,
.nav-collapse_ .nav > li.current_page_ancestor > a span,
.nav-collapse_ .nav > li.current_page_item > a span,
.nav-collapse_ .nav > li.current-menu-ancestor > a span,
.nav-collapse_ .nav > li.current_click > a span {
opacity : 1;
filter  : alpha(opacity=100);
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.nav-collapse_ .nav ul li:first-child {
border : none;
margin : 0;
}
.nav-collapse_ .nav ul li {
padding : 0;
}
.nav-collapse_ .nav ul li a {
display        : block;
color          : #282828;
background     : #fff;
padding        : 8px 20px;
font-size      : 14px;
font-weight    : normal;
text-transform : none;
}
.nav-collapse_ .nav ul li a span {
color          : #777777;
display        : block;
font-size      : 10px;
line-height    : 12px;
text-transform : none;
}
.nav-collapse_ .nav > li > ul li:hover > a,
.nav-collapse_ .nav li ul .active > a,
.nav-collapse_ .nav li ul .current_click > a,
.nav-collapse_ .nav > li > ul li.current-menu-parent > a,
.nav-collapse_ .nav > li > ul li.current_page_item > a,
.nav-collapse_ .nav > li > ul li.current-menu-item > a {
text-decoration : none;
background      : #f0f0f0;
color           : #282828;
}
.nav-collapse_ .nav > li > ul li > a:hover {
background : #f0f0f0;
}
.nav-collapse_ .nav ul li.sub-menu > a {
cursor : default;
}
.nav-collapse_ .nav ul ul {
left               : 200px;
top                : 0px;
-webkit-box-shadow : 0 2px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 2px 2px rgba(0, 0, 0, 0.3);
box-shadow         : 0 2px 2px rgba(0, 0, 0, 0.3);
}
.nav-collapse_ .nav ul .sf-sub-indicator {
position : absolute;
display  : block;
top      : 7px;
left     : auto;
right    : 18px;
z-index  : 5;
}
.nav-collapse_ .nav ul .sf-sub-indicator::before {
font-size   : 9px;
line-height : 12px;
content     : "\f054";
color       : #1f97ff;
}
.nav-collapse_ .nav ul.submenu-extra {
background-color : #fff;
width            : 980px;
left             : -182px;
padding          : 18px 0;
overflow         : hidden;
}
.nav-collapse_ .nav ul.submenu-extra h6 {
margin : 0 0 10px 20px;
}
.nav-collapse_ .nav ul.submenu-extra div {
float : left;
}
.nav-collapse_ .nav ul.submenu-extra div.col-menu-left {
width : 588px;
}
.nav-collapse_ .nav ul.submenu-extra div.col-menu-right {
width : 392px;
}
.nav-collapse_ .nav ul.submenu-extra span {
display : block;
float   : left;
width   : 196px;
}
.nav-collapse_ .nav ul.submenu-extra a:hover,
.nav-collapse_ .nav ul.submenu-extra .active a,
.nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a {
text-decoration : none;
background      : #f0f0f0;
color           : #1f97ff;
}
.nav-collapse_ .nav > li.current_page_item > a span.menu_item-icon {
display : none;
}
header.header_5.nav-collapse_ .nav > li.current_page_item > a span.menu_item-icon {
display  : inline-block !important;
float    : none;
position : relative;
border   : none;
}
.nav-collapse_ .nav > li > a[title= *
]
{
display : none
;
}
.select-menu {
display : none !important;
} #menu_button {
width                 : 50px;
height                : 50px;
color                 : #ffffff;
font-size             : 25px;
margin                : 0 auto 10px;
display               : none;
background            : #282828;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
border                : 1px solid transparent;
-webkit-transition    : background-color .5s ease, color .5s ease, border-color .5s ease;
-moz-transition       : background-color .5s ease, color .5s ease, border-color .5s ease;
-o-transition         : background-color .5s ease, color .5s ease, border-color .5s ease;
transition            : background-color .5s ease, color .5s ease, border-color .5s ease;
}
#menu_button.active {
color        : #282828;
background   : #f0f0f0;
border-color : #282828;
}
header.header_4 #menu_button,
header.header_ #menu_button,
{
background    : #1f97ff;
margin-bottom : 0;
}
header.header_4 #menu_button.active,
header.header_7 #menu_button.active {
background   : transparent;
border-color : #1f97ff;
color        : #1f97ff;
}
header.header_7 #menu_button,
header.header_4 #menu_button {
background    : #1f97ff;
margin-bottom : 0;
} .row-title {
background : #f0f0f0;
padding    : 30px 0 32px;
}
.row-title h2 {
font-weight    : 600;
font-size      : 36px;
line-height    : 38px;
color          : #1b1b1b;
text-transform : none;
margin         : 0;
float          : left;
}
.row-title .breadcrumb {
background : none;
float      : right;
padding    : 8px 0 0;
margin     : 0;
font-size  : 13px;
}
.row-title .breadcrumb i {
margin : 0 8px;
}
.row-title .breadcrumb li {
display : inline-block;
}
.row-title .breadcrumb li span {
margin : 0 8px;
} .blog_right.list-news.extra li {
margin-bottom : 45px;
}
.list-news.extra figure.audioplayer1 {
float : none;
}
.v_left {
float  : left;
margin : 0 20px 0 0;
width  : 270px;
}
.blog_right .flexslider.slider-blog {
height : 170px;
}
.blog_right .slider-blog .flex-control-paging {
bottom : -35px;
left   : 54%;
}
.v_blog_sortable .blog-box {
margin : 0 0 40px 30px;
}
.blog_post ul { }
.blog_post em {
margin-bottom : 0;
line-height   : 21px;
}
.blog_photo_gallery li {
margin-bottom : 30px;
}
.blog_tags li {
float        : left;
padding-left : 20px;
}
.blog_tags li:first-child {
padding-left : 0;
}
.blog_post .blog_scroll {
padding       : 20px 0;
border-top    : 1px solid #e4e4e4;
border-bottom : 1px solid #e4e4e4;
position      : relative;
}
.blog_post .block-widget {
padding : 23px 20px 30px;
}
.blog_scroll a {
cursor : pointer;
}
.blog_scroll .v_prev a:after {
left     : 35px;
position : absolute;
}
.blog_scroll .v_prev a:after,
.blog_scroll .v_next a:after {
position    : absolute;
font-size   : 13px;
content     : 'Previous Post';
font-family : Arial, Helvetica, sans-serif;
}
.blog_scroll .v_next a:after {
content : 'Next Post';
}
.blog_scroll .v_next2 a:after {
content : 'Next Product';
}
.blog_scroll .v_prev2 a:after {
content : 'Prev Product';
}
.blog_scroll .v_next a:after {
right : 35px;
}
.blog_scroll {
position : relative;
}
.blog_scroll.txt-1 {
line-height : 24px;
}
.blog_post .btn-small,
.post_form .btn-small {
border-top    : none !important;
border-bottom : none !important;
}
.comment_list li {
border-bottom : 1px solid #f0f0f0;
padding       : 24px 0;
}
.comment_list li:first-child {
padding-top : 0;
}
.comment_list li:last-child {
padding-bottom : 0;
border         : none;
}
.comment_list li .wraper {
padding-top : 5px;
}
.comment_list li .link {
padding-left : 10px;
}
.comment_list li p {
margin : 0;
}
.coment_step1 {
margin-left : 40px;
}
.coment_step2 {
margin-left : 80px;
}
.third_column:nth-child(n+2),
.half_column:nth-child(n+2) {
padding : 0 0 0 15px;
}
.third_column {
width              : 33.3%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.half_column {
width              : 50%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.full_column {
width : 100%;
}
.post_form li {
margin-bottom : 15px;
}
.post_form li:last-child {
margin-bottom : 0;
margin-top    : 5px;
}
.post_form .control-label {
min-width   : 142px;
padding-top : 10px;
}
#capcha {
width : 130px;
}
.blog_post .addthis_floating_style {
background : transparent;
position   : relative;
}
.blog_right .flex-direction-nav li a {
width  : 30px;
height : 30px;
}
.blog_right .flex-direction-nav li a::before {
font-family : FontAwesome;
font-size   : 13px;
width       : 30px;
line-height : 30px;
}
input.post_password {
margin : 10px 0;
} .badge {
background  : #f0f0f0;
width       : 60px;
padding     : 5px;
text-align  : center;
text-shadow : none;
float       : left;
margin      : 0 30px 0 0;
}
.badge a i {
color : #6a6a6a;
}
.badge a:hover i {
color : #4cacff;
}
.badge strong {
text-transform : uppercase;
color          : #1f97ff;
font-weight    : bold;
font-size      : 30px;
line-height    : 1em;
display        : block;
background     : #ffffff;
padding        : 8px 0;
}
.badge strong span {
display     : block;
font-size   : 14px;
line-height : 18px;
margin-top  : -4px;
}
.badge em {
font-size   : 14px;
line-height : 30px;
color       : #1b1b1b;
font-style  : normal;
font-weight : normal;
display     : block;
padding     : 2px 0 3px;
}
.badge em i {
font-size : 16px;
}
.badge > span {
display     : block;
background  : #ffffff;
color       : #6a6a6a;
font-size   : 16px;
line-height : 18px;
padding     : 8px 0 9px;
}
.badge .genericon {
font-size : 22px;
}
.badge_ {
display               : block;
float                 : left;
width                 : 80px;
height                : 80px;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
overflow              : hidden;
border                : none;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.15);
padding               : 0;
text-align            : center;
-webkit-border-radius : 620px;
-moz-border-radius    : 620px;
border-radius         : 620px;
background            : #f0f0f0;
margin                : 22px 20px 0 0;
color                 : #1b1b1b;
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
-webkit-transition    : background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition       : background 0.3s, color 0.3s, box-shadow 0.3s;
transition            : background 0.3s, color 0.3s, box-shadow 0.3s;
}
.badge_ span::before,
.badge_ i::before {
font-size          : 40px;
color              : #1b1b1b;
display            : block;
font-family        : FontAwesome;
font-style         : normal;
font-weight        : normal;
line-height        : 80px;
text-transform     : none;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
-webkit-box-sizing : content-box;
-moz-box-sizing    : content-box;
box-sizing         : content-box;
}
.badge_:hover {
background         : #1f97ff;
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.5);
}
.badge_:hover span::before {
-webkit-animation : toRightFromLeft 0.3s forwards;
-moz-animation    : toRightFromLeft 0.3s forwards;
animation         : toRightFromLeft 0.3s forwards;
color             : #ffffff;
}
.reviver_meta i:before {
content : ', ';
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform : translate(100%);
}
50% {
opacity           : 0;
-webkit-transform : translate(-100%);
}
51% {
opacity : 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform : translate(100%);
}
50% {
opacity        : 0;
-moz-transform : translate(-100%);
}
51% {
opacity : 1;
}
} .blog_post .addtoany_list {
margin-left : 0;
margin-top  : 15px;
padding     : 0;
text-align  : left;
display     : inline-block;
}
.blog_post .addtoany_list > a {
float   : none !important;
padding : 0;
display : block;
margin  : 8px 0;
}
.blog_post .addtoany_list > a > iframe {
margin-bottom : 0px !important;
}
.blog_post .addthis_toolbox .addthis_button_facebook_like,
.blog_post .addthis_toolbox .addthis_button_tweet,
.blog_post .addthis_toolbox .addthis_button_pinterest_pinit,
.blog_post .addthis_toolbox .addthis_button_email,
.blog_post .addthis_toolbox .addthis_bubble_style {
margin : 5px 0 10px;
}
#at4-share {
display : none !important;
}
.reviver_blog .extra-wrap .entry-content,
.reviver_blog .extra-wrap .entry-content p {
font-size     : 14px;
color         : #6a6a6a;
margin-bottom : 0;
}
.reviver_blog .entry-content.post-excerpt .wpb_row {
margin-bottom : 0px;
}
.blog_photo_gallery.vc_core li.span2 {
margin-left : 28px;
} #recentcomments {
margin : 0 0 12px 25px;
}
#reply-title {
text-transform : uppercase;
font-size      : 18px !important;
layout-flow    : 20px;
font-weight    : 600 !important;
border-bottom  : 2px solid #f0f0f0;
padding        : 7px 0 10px;
margin-bottom  : 45px !important;
font-weight    : normal;
font-family    : 'Open Sans', sans-serif !important;
}
#comments .children {
margin-left : 35px !important;
list-style  : none;
}
#comments ul li.comment {
padding-top : 24px;
}
#comments .commentlist {
list-style-type : none;
}
#comments .commentlist li.comment {
padding-top : 24px;
}
#comment-textarea textarea {
background-color   : #f0f0f0;
width              : 100%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
resize             : none;
-webkit-box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow    : inset 0 0 2px rgba(0, 0, 0, 0.1);
box-shadow         : inset 0 0 2px rgba(0, 0, 0, 0.1);
border             : 1px solid #e4e4e4;
}
#commentform input {
background-color : #f0f0f0;
margin-bottom    : 15px;
}
div#comments > h4.heading-h4 {
margin-bottom : 0px;
}
div#comments {
padding-bottom : 0px;
}
div#comments div.wraper.txt-1 {
border-bottom  : 1px solid #f0f0f0;
min-height     : 95px !important;
padding-bottom : 10px;
}
#comments a.comment-reply-link,
#comments a.comment-edit-link {
font-size : 14px;
display   : inline-block;
color     : #1f97ff;
} .meta-lnav span {
margin-top : -25px;
width      : 160px;
float      : left;
}
.meta-rnav span {
width    : 130px;
float    : right;
position : absolute;
right    : 0px;
}
.post .videoslider {
margin-bottom : 20px;
}  .portfolio-link {
width    : 100%;
height   : 100%;
display  : inline-block;
position : absolute;
z-index  : 99;
left     : 0;
} .v_project_info h5 {
font-size : 18px;
padding   : 15px 0 20px 0;
}
.carousel .v_project_info li {
float         : none;
border-bottom : 1px solid #e4e4e4;
padding       : 8px 0;
}
.carousel .v_project_info li:last-child {
border-bottom : 0;
}
.carousel .v_project_info li:first-child {
padding-top : 0;
}
.v_project_info li span {
font-size : 14px;
display   : inline-block;
}
.v_project_info li span:first-child {
width          : 90px;
vertical-align : top;
}
.v_project_info li span:last-child {
color : #282828;
}
.carousel .bx-wrapper {
float : none;
}
.portfolio_list .box-work {
margin-left   : 0;
margin-bottom : 30px;
}
.v_video figure b::before {
content : "\f04b" !important;
} #options {
float : right;
}
#work_container .box-work:not(.recent-work) {
margin-left : 30px;
}
#work_container {
margin-left   : -30px;
margin-bottom : 12px;
}
.works li {
margin  : 0 0 30px 30px;
display : inline-block;
}
.works li figure {
margin : 0;
}
.works ul {
margin : 0;
}
#options .filter-open {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/img-filter.png) no-repeat 0 0 #a63343;
height     : 50px;
width      : 50px;
display    : block;
z-index    : 10
}
#options .filter-open:hover,
#options .filter-open:focus {
background-color : #282828;
}
.filter {
overflow : hidden;
z-index  : 5;
}
#options .filter-close {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/img-filter.png) no-repeat 0 0 #282828;
height     : 50px;
width      : 50px;
display    : block;
}
#options .filter-close:hover,
#options .filter-close:focus {
background-color : #a63343;
}
#filters,
#portfolio-filter,
._filters {
overflow : hidden;
margin   : 5px 0 0;
}
#portfolio-filter,
._filters {
margin-bottom : 18px;
}
#filters li,
#portfolio-filter li,
._filters li {
float      : left;
list-style : none;
margin     : 5px 0 0 5px;
}
#portfolio-filter li,
._filters li {
margin : 0 5px 5px 0;
}
#filters li a,
#portfolio-filter li a,
._filters li a {
font-size             : 13px;
line-height           : 18px;
color                 : #1b1b1b;
display               : block;
padding               : 7px 22px;
text-decoration       : none;
background            : #f0f0f0;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
-webkit-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow       : inset 0 0 4px rgba(0, 0, 0, 0.15);
box-shadow            : inset 0 0 4px rgba(0, 0, 0, 0.15);
-webkit-transition    : all 0.3s ease;
-moz-transition       : all 0.3s ease;
-o-transition         : all 0.3s ease;
transition            : all 0.3s ease;
}
#filters li a.selected,
#filters li a:hover,
#filters li.activeFilter a,
#portfolio-filter li.activeFilter a,
#portfolio-filter li a:hover,
._filters li.activeFilter a,
._filters li a:hover {
color              : #fff;
background         : #1f97ff;
text-decoration    : none;
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.5);
} @media only screen  and (min-width : 1200px) {
.box:not(.v2),
.box-team:not(.v2) {
width : 270px !important;
}
.box-1:not(.v2) {
width : 570px !important;
}
}
@media only screen and (min-width : 980px) and (max-width : 1199px) {
.box:not(.v2) {
width : 290px !important;
}
.box-1:not(.v2) {
width : 600px !important;
}
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
.box:not(.v2) {
width : 224px !important;
}
.box-1:not(.v2) {
width : 460px !important;
}
#work_container {
margin-left : -20px;
}
#options {
margin-bottom : 20px !important;
}
.works li {
margin : 0 0 20px 20px;
}
}
@media only screen  and (max-width : 992px) {
#work_container {
margin-left : -20px;
}
#work_container .box-work {
margin : 0 0 20px 20px;
}
}
@media only screen  and (max-width : 768px) {
#options {
float : none;
}
#filters {
margin-bottom : 20px;
}
#filters li {
margin : 5px 5px 0 0;
}
.works li {
margin : 0 5px 10px;
}
#work_container.works {
width  : 480px;
margin : 0 auto;
}
.box:not(.v2) {
width : 228px;
}
.box-1:not(.v2) {
width : 228px;
}
}
@media only screen  and (max-width : 490px) {
#work_container.works {
width : 280px;
}
.box,
.box-1:not(.v2) {
width : 100%;
}
#work_container.works li {
margin : 0 0 10px;
}
} .block-product {
position : relative;
}
.box-product,
.box-product-hover {
padding               : 10px;
background            : #fff;
border-bottom         : 3px solid #1f97ff;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
-webkit-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow       : 0 0 4px rgba(0, 0, 0, 0.3);
box-shadow            : 0 0 4px rgba(0, 0, 0, 0.3);
margin                : 0;
text-align            : center;
z-index               : 10;
-webkit-transition    : all 0.4s ease;
-moz-transition       : all 0.4s ease;
-o-transition         : all 0.4s ease;
transition            : all 0.4s ease;
-webkit-transform     : scale(1);
-moz-transform        : scale(1);
-ms-transform         : scale(1);
-o-transform          : scale(1);
transform             : scale(1);
opacity               : 1;
filter                : alpha(opacity=100);
}
.box-product-hover {
display            : none;
width              : 310px;
position           : absolute;
z-index            : 100;
top                : 50%;
left               : 50%;
margin             : -260px 0 0 -155px;
-webkit-transition : all 0.4s ease;
-moz-transition    : all 0.4s ease;
-o-transition      : all 0.4s ease;
transition         : all 0.4s ease;
opacity            : 0;
filter             : alpha(opacity=0);
-webkit-transform  : scale(0.5);
-moz-transform     : scale(0.5);
-ms-transform      : scale(0.5);
-o-transform       : scale(0.5);
transform          : scale(0.5);
z-index            : 20;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.box-product-hover h5.product-name a {
color : #1f97ff;
}
.box-product-hover h5.product-name a:hover {
color : #1b1b1b;
}
.rating {
line-height : 0;
margin      : 11px 0 2px;
text-align  : center;
}
.v_list_block .rating {
display        : inline-block;
vertical-align : middle;
}
.rating img {
display : inline-block !important;
}
.block-btns {
text-align : center;
padding    : 14px 0 0px;
}
.block-btns a{
display               : inline-block;
width                 : 21%;
text-align            : center;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
border-bottom         : 1px solid #0d4681;
-webkit-box-shadow    : 0 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow       : 0 2px rgba(0, 0, 0, 0.3);
box-shadow            : 0 2px rgba(0, 0, 0, 0.3);
font-size             : 24px;
line-height           : 38px;
color                 : #fff;
margin                : 0 2px;
}
.block-btns .yith-wcwl-add-button a.add_to_wishlist{
-webkit-box-shadow    : 0 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow       : 0 2px rgba(0, 0, 0, 0.3);
box-shadow            : 0 2px rgba(0, 0, 0, 0.3);
}
.block-btns a::before {
font-family : FontAwesome;
}
.block-btns .button-cart,
.btn-cart {
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
}
.block-btns .button-cart::before {
content : "\f07a";
}
.block-btns .button-like,
.block-btns a.add_to_wishlist,
.block-btns .yith-wcwl-wishlistexistsbrowse a,
.block-btns .yith-wcwl-wishlistaddedbrowse a,
.block-btns .compare-button a {
color             : #1b1b1b;
background-color  : #e1e1e1;
background-image  : -moz-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#dcdcdc));
background-image  : -webkit-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -o-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : linear-gradient(to bottom, #e4e4e4, #dcdcdc);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#dcdcdc', GradientType=0);
border-bottom     : 1px solid #a7a7a7;
padding           : 0px;
height            : 38px;
}
.block-btns .button-compare::before,
.block-btns .compare-button a::before {
content : "\f0c5";
}
.block-btns a:not(.loading):hover,
.block-btns .yith-wcwl-add-to-wishlist a:hover,
.block-btns a.add_to_wishlist:hover,
.block-btns .added.add_to_cart_button,
.block-btns .compare-button a:hover {
background-color  : #282828;
background-image  : -moz-linear-gradient(top, #373737, #121212);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image  : -webkit-linear-gradient(top, #373737, #121212);
background-image  : -o-linear-gradient(top, #373737, #121212);
background-image  : linear-gradient(to bottom, #373737, #121212);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff121212', GradientType=0);
color             : #fff;
}
.block-btns a:not(.loading):hover{
border-bottom-color: #282828;
}
.add_to_cart_button.loading {
filter    			: alpha(opacity=60);
opacity    			: 0.6;
z-index    			: 10;
position   			: relative;
display    			: inline-block !important; background-image 	: url(//www.a-aircool.be/wp-content/themes/reviver/img/ajax-loader@2x.gif) !important;
background-repeat	: no-repeat !important;
background-position	: center center !important;
}
.add_to_cart_button.loading::before { }
.carousel-wooproducts .block-btns .button-cart,
.carousel-wooproducts  .btn-cart{
height: 38px;
}
a.img-product {
display       : block;
position      : relative;
margin-bottom : 12px;
}
h5.product-name {
font-size     : 16px;
line-height   : 18px;
font-weight   : normal;
font-family   : Arial, Helvetica, sans-serif;
min-height    : 40px;
margin-bottom : 6px;
color         : #1b1b1b;
}
h5.product-name a {
color : #1b1b1b;
}
h5.product-name a:hover {
color : #1f97ff;
}
.price {
color       : #1f97ff;
font-size   : 16px;
line-height : 18px;
}
.price-old,
.price del .amount,
.v_price del .amount {
color           : #6a6a6a;
margin          : 0 5px;
text-decoration : line-through;
font-weight     : normal;
}
.price ins {
text-decoration : none;
}
.price inc .amount {
margin : 0 5px;
}
span.hot {
background-color      : #2497ff;
background-image      : -moz-linear-gradient(top, #2ba0ff, #198aff);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba0ff), to(#198aff));
background-image      : -webkit-linear-gradient(top, #2ba0ff, #198aff);
background-image      : -o-linear-gradient(top, #2ba0ff, #198aff);
background-image      : linear-gradient(to bottom, #2ba0ff, #198aff);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba0ff', endColorstr='#ff198aff', GradientType=0);
-webkit-border-radius : 6px 0 6px 6px;
-moz-border-radius    : 6px 0 6px 6px;
border-radius         : 6px 0 6px 6px;
color                 : #FFF;
display               : block;
font-family           : 'Open Sans', sans-serif;
font-size             : 12px;
font-weight           : 700;
height                : 30px;
letter-spacing        : 1px;
line-height           : 30px;
padding               : 0 10px;
text-transform        : uppercase;
margin-bottom         : 5px;
}
div.flashlabel {
padding  : 0 5px;
position : absolute;
}
div.flashlabel.top-right {
right : 5px;
top   : 15px;
}
div.flashlabel.top-left {
left : 5px;
top  : 15px;
}
div.flashlabel.bottom-right {
right  : 5px;
bottom : 5px;
}
div.flashlabel.bottom-left {
left   : 5px;
bottom : 5px;
}
div.flashlabel > .circle {
border-radius : 30px;
height        : 30px;
width         : 30px;
margin-top    : -10px;
margin-bottom : 5px;
padding       : 10px;
}
.btn-price {
background            : rgba(0, 0, 0, 0.2);
display               : inline-block;
-webkit-box-shadow    : inset 0 0 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow       : inset 0 0 5px rgba(0, 0, 0, 0.4);
box-shadow            : inset 0 0 5px rgba(0, 0, 0, 0.4);
padding               : 10px;
-webkit-transition    : none;
-moz-transition       : none;
-o-transition         : none;
transition            : none;
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
border-radius         : 8px;
}
.btn-price strong {
font-family : 'Open Sans', sans-serif;
color       : #fff;
font-size   : 30px;
line-height : 32px;
font-weight : bold;
display     : inline-block;
padding     : 0 10px;
}
.btn-price strong span {
font-weight : 300;
}
.btn-price .btn-medium {
font-size     : 26px;
padding-left  : 38px;
padding-right : 38px;
line-height   : 28px;
} .compare_table .btn-medium {
padding   : 13px 21px 13px 47px;
font-size : 14px;
}
.compare_table td p,
.shopping_cart .v_shop_cart p {
margin : 0;
}
.compare_table .btn-medium::before {
font-family : FontAwesome;
content     : "\f112";
font-size   : 20px;
line-height : 38px;
color       : #1b1b1b;
position    : absolute;
top         : 2px;
left        : 20px;
}
.compare_table .v_tables td:first-child {
background-color : transparent;
text-align       : left;
border-width     : 0px 0 1px 0;
font-size        : 14px;
color            : #282828;
}
.compare_table .v_tables tr:first-child {
vertical-align : middle;
border         : 1px solid #e4e4e4;
border-width   : 0px 0px 1px 0px;
text-align     : left;
font-size      : 14px;
color          : #6a6a6a;
}
.compare_table .tab_var1_pad {
padding : 5px;
}
.compare_table .v_tables tr td:first-child,
.compare_table .v_tables tr th:first-child,
.customer_details .v_tables tr td:first-child,
.customer_details .v_tables tr th:first-child {
background-color : #f0f0f0;
border-width     : 0px 0px 1px 0px;
}
.compare_table .v_tables tr:first-child td {
background-color : #fff;
}
.compare_table .v_tables tr:first-child td,
.compare_table .v_tables tr:last-child td {
border-width : 0px 1px 0px 0px;
}
.compare_table .v_tables tr:first-child td:last-child,
.compare_table .v_tables tr:last-child td:last-child {
border-width : 0px 0px 0px 1px;
}
.compare_table .v_tables tr:first-child td:last-child {
border-radius : 0 5px 0 0;
}
.compare_table .v_tables tr td:first-child {
border-right-width : 0;
}
.compare_table .v_tables tr:first-child td h5 {
padding-top    : 20px;
letter-spacing : -1px;
}
.compare_table .v_tables ul {
margin : 0;
} .woocommerce-message,
.woocommerce-error,
.woocommerce-info {
margin   : 0 0 30px 0;
padding  : 13px 20px;
position : relative;
}
.rating .fa {
color : #ffae12;
}
a.added_to_cart::before {
font-family : FontAwesome;
content     : "\f090";
}
.block-btns a.added_to_cart {
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
} .yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
display : none;
}
.block-btns .yith-wcwl-wishlistexistsbrowse a,
.block-btns .yith-wcwl-add-button a,
.block-btns .compare-button a,
.block-btns .added_to_cart,
.block-btns .yith-wcwl-wishlistaddedbrowse a,
.block-btns .add_to_cart_button,
.block-btns .product_type_grouped,
.block-btns .product_type_variable,
.block-btns .product_type_simple {
vertical-align : top;
position       : relative;
font-size      : 0px !important;
}
.block-btns .yith-wcwl-wishlistexistsbrowse a::before,
.block-btns .yith-wcwl-add-button a::before,
.block-btns .added_to_cart::before,
.block-btns .compare-button a::before,
.block-btns .yith-wcwl-wishlistaddedbrowse a::before,
.block-btns .add_to_cart_button::before,
.block-btns .product_type_grouped::before,
.block-btns .product_type_variable::before,
.block-btns .product_type_simple::before {
font-size : 24px;
position  : absolute;
right     : 0;
left      : 0;
}
.yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-wishlistaddedbrowse a::before {
content     : "\f07c";
font-family : FontAwesome;
}
.block-btns .yith-wcwl-add-button a::before {
font-family : FontAwesome;
content     : "\f08a";
}
.block-btns div {
display : inline;
}
.block-btns .yith-wcwl-add-to-wishlist .show {
display : inline !important;
}
.block-btns .yith-wcwl-add-to-wishlist .hide {
display : none !important;
}
.block-btns .clear {
clear   : none !important;
display : inline;
}
.block-btns .yith-wcwl-add-button img {
position : absolute;
left     : 20px;
top      : 0;
bottom   : 0;
}
.woocommerce-ordering {
display : none;
}
#product_list li {
position   : relative;
list-style : none;
}
#product_list .labels {
position : absolute;
z-index  : 1001;
}
.labels.top-right {
right : 0px;
top   : 0px;
}
#product_list .poduct_wrap:last-child {
margin-bottom : -42px !important;
}
.wishlist_table .add_to_cart.button {
font-weight           : bold;
padding               : 10px 15px 10px 46px;
border-radius         : 5px;
-moz-border-radius    : 5px;
-webkit-border-radius : 5px;
-o-border-radius      : 5px;
height				  : auto;
}
.wishlist_table .add_to_cart.button::before {
left : 10px;
}
.woocommerce-message .wc-forward,
.woocommerce-error li .wc-forward,
.listview .added_to_cart {
font-weight   : bold;
padding-left  : 49px;
padding-right : 20px;
}
.button.wc-forward {
color           : #fff;
text-decoration : none;
}
.woocommerce-message .wc-forward::before,
.woocommerce-error li .wc-forward::before,
.listview .added_to_cart {
left    : 12px;
content : "\f07a";
}
.product-quantity span.update_cart .fa {
color : #1b1b1b;
}
.product-quantity span.update_cart input[name="update_cart"] {
background : none;
color      : #1b1b1b;
border     : 0;
}
.product-quantity span.update_cart:hover,
.product-quantity span.update_cart:hover input[name="update_cart"],
.product-quantity span.update_cart:hover > i {
color : #1f97ff;
}
.quantity.buttons_added {
margin        : auto;
background    : none repeat scroll 0 0 #F0F0F0;
border        : 1px solid #e4e4e4;
border-radius : 4px 4px 4px 4px;
box-shadow    : 0 0 5px #e4e4e4 inset;
color         : #282828;
font          : 14px/30px Arial, Tahoma, sans-serif;
margin        : 0px 0px 5px 0px;
padding       : 4px 0 4px 10px;
position      : relative;
text-shadow   : 1px 1px #FFFFFF;
width         : 87px;
}
.quantity .qty {
width         : 40px;
background    : none;
border        : none;
box-shadow    : none;
padding       : 0px;
margin        : 0px 0px 0px 0px;
border-right  : 1px solid #d1d1d1;
border-radius : 0px;
}
.quantity input[type="button"] {
position : absolute;
right    : 15px;
border   : 1px;
}
.quantity .plus {
background    : url(//www.a-aircool.be/wp-content/themes/reviver/img/select_arrows.png) 0px 0px no-repeat;
display       : block;
width         : 9px;
margin-bottom : 5px;
cursor        : pointer;
height        : 6px;
top           : 8px;
}
.quantity .minus {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/select_arrows.png) 0px -6px no-repeat;
cursor     : pointer;
display    : block;
width      : 9px;
height     : 6px;
bottom     : 8px;
}
.quantity input[type="button"]:focus {
border : none;
}
.v_shop_cart input:not([type="submit"]):not([type="button"]):not(.qty):not([type="radio"]),
.v_shop_cart select,
.v_shop_cart textarea,
.variations select {
background-color   : #f0f0f0;
width              : 100%;
height             : 40px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
resize             : none;
-webkit-box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow    : inset 0 0 2px rgba(0, 0, 0, 0.1);
box-shadow         : inset 0 0 2px rgba(0, 0, 0, 0.1);
border             : 1px solid #e4e4e4;
}
#coupon_code {
height : 40px;
}
.tab_var2_pad {
background            : none repeat scroll 0 0 #FFFFFF;
border                : 5px solid #F0F0F0;
-webkit-border-radius : 0 5px 5px 5px;
-moz-border-radius    : 0 5px 5px 5px;
border-radius         : 0 5px 5px 5px;
overflow              : hidden;
padding               : 20px 20px 13px;
margin-bottom         : 30px;
position              : relative;
z-index               : 1;
}
.shipping-calculator-form {
display : block !important;
}
.product_single .images {
text-align : center;
}
.product_single .summary.entry-summary .cart:not(.variations_form),
.product_single .summary.entry-summary .yith-wcwl-add-to-wishlist,
.product_single .summary.entry-summary .compare,
.listview .compare {
display : inline-block !important;
}
.product_single .summary.entry-summary .clear {
clear   : none !important;
display : none;
}
.product_single .star-rating {
display     : inline-block;
float       : none;
position    : relative;
margin      : 0;
top         : 2px;
overflow    : hidden;
height      : 1em;
width       : 5.1em;
line-height : 1em;
font-size   : 1em;
font-family : "fontawesome";
}
.product_single .star-rating::before {
content        : "\f006\f006\f006\f006\f006";
float          : left;
top            : 0;
left           : 0;
position       : absolute;
letter-spacing : 0.1em;
letter-spacing : 0 \9;
}
.product_single .star-rating span {
overflow    : hidden;
float       : left;
top         : 0;
left        : 0;
position    : absolute;
padding-top : 1.5em;
}
.product_single .star-rating span::before {
content        : "\f005\f005\f005\f005\f005";
top            : 0;
position       : absolute;
left           : 0;
letter-spacing : 0.1em;
letter-spacing : 0 \9;
color          : #ffcc00;
}
.product_single .v_reviews {
vertical-align : top;
display        : inline-block;
}
.product_single .summary.entry-summary .price {
font-size       : 30px;
color           : #1f97ff;
text-decoration : none;
padding-bottom  : 5px;
line-height     : 30px;
margin-left     : -5px;
}
.product_single .summary.entry-summary .price ins,
.v_price ins {
text-decoration : none;
}
.product_single .summary.entry-summary .price del {
margin-left : -5px;
}
.summary.entry-summary .quantity.buttons_added {
margin-bottom : 20px;
display       : inline-block;
}
.summary.entry-summary form {
margin-bottom : 0;
}
.variations_form .var_label {
vertical-align : top;
padding-top    : 15px !important;
}
.variations select {
width          : 50%;
vertical-align : top;
}
.product_single .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a,
.product_single .summary.entry-summary .add_to_wishlist,
.product_single .summary.entry-summary .yith-wcwl-wishlistaddedbrowse a,
.listview .yith-wcwl-wishlistexistsbrowse a,
.listview .add_to_wishlist,
.listview .yith-wcwl-wishlistaddedbrowse a,
.listview .added_to_cart,
.product_single .summary.entry-summary .compare,
.listview .compare {
position       : relative;
padding-left   : 33px;
background     : none;
vertical-align : text-bottom;
}
.product_single .add_to_wishlist::before,
.listview .add_to_wishlist::before {
content     : "\f08a";
font-family : FontAwesome;
}
.product_single .yith-wcwl-wishlistexistsbrowse a::before,
.product_single .add_to_wishlist::before,
.product_single .yith-wcwl-wishlistaddedbrowse a::before,
.listview .yith-wcwl-wishlistexistsbrowse a::before,
.listview .add_to_wishlist::before,
.listview .yith-wcwl-wishlistaddedbrowse a::before,
.listview .added_to_cart::before,
.product_single .summary.entry-summary .compare::before,
.listview .compare::before {
position  : absolute;
left      : 0;
font-size : 24px;
}
.listview .added_to_cart {
vertical-align : middle;
}
.product_single .summary.entry-summary .compare:hover,
.product_single .summary.entry-summary .compare:focus,
.product_single .summary.entry-summary .compare.added:hover,
.product_single .summary.entry-summary .compare.added:focus,
.listview .compare:hover,
.listview .compare:focus,
.listview .compare.added:focus,
.listview .compare.added:hover {
color : #1f97ff;
}
.product_single .summary.entry-summary .compare::before,
.listview .compare::before {
font-family : FontAwesome;
content     : "\f0c5";
}
.product_single .summary.entry-summary .compare.added::before,
.listview .compare.added::before,
.block-btns .compare.added::before {
content : "\f00c";
}
.listview .added_to_cart::before {
top : -5px;
}
.listview .add_to_wishlist {
margin-top : 8px !important;
display    : inline-block;
}
.product_single .summary.entry-summary .yith-wcwl-add-to-wishlist {
margin-right : 15px;
}
.listview .yith-wcwl-add-to-wishlist,
.listview .yith-wcwl-wishlistaddedbrowse,
.listview .yith-wcwl-wishlistexistsbrowse,
.listview .compare-button {
display        : inline-block;
margin-left    : 15px;
vertical-align : middle;
margin-top     : 0px;
}
.woocommerce-tabs {
margin : 20px 0;
}
.shop_attributes th {
min-width : 70px;
}
.panel.tab-content {
background            : #fff;
padding               : 20px !important;
border                : 5px solid #f0f0f0;
-webkit-border-radius : 0 5px 5px 5px;
-moz-border-radius    : 0 5px 5px 5px;
border-radius         : 0 5px 5px 5px;
-moz-border-radius    : 0 5px 5px 5px;
-ms-border-radius     : 0 5px 5px 5px;
-o-border-radius      : 0 5px 5px 5px;
-webkit-border-radius : 0 5px 5px 5px;
border-radius         : 0 5px 5px 5px;
}
.description.txt-2 {
font-size : 14px !important;
}
.comment-form-rating p.stars {
margin-bottom : 12px;
}
.comment-form-rating p.stars a.star-1,
.comment-form-rating p.stars a.star-2,
.comment-form-rating p.stars a.star-3,
.comment-form-rating p.stars a.star-4,
.comment-form-rating p.stars a.star-5 {
border-right : 1px solid #c6c6c6;
}
.comment-form-rating p.stars a {
display      : inline-block;
font-weight  : 700;
margin-right : 1em;
text-indent  : -9999px;
position     : relative;
}
.comment-form-rating p.stars a:after {
color       : #ffcc00;
text-indent : 0;
position    : absolute;
top         : 0;
left        : 0;
font-family : FontAwesome;
}
.comment-form-rating p.stars a.star-1:after {
content : "\f005";
}
.comment-form-rating p.stars a.star-1 {
width : 2em;
}
.comment-form-rating p.stars a.star-2 {
width : 3em;
}
.comment-form-rating p.stars a.star-2:after {
content : "\f005\f005";
}
.comment-form-rating p.stars a.star-3 {
width : 4em;
}
.comment-form-rating p.stars a.star-3:after {
content : "\f005\f005\f005";
}
.comment-form-rating p.stars a.star-4 {
width : 5em;
}
.comment-form-rating p.stars a.star-4:after {
content : "\f005\f005\f005\f005";
}
.comment-form-rating p.stars a.star-5 {
width  : 6em;
border : 0;
}
.comment-form-rating p.stars a.star-5:after {
content : "\f005\f005\f005\f005\f005";
}
.iconized + span a:hover,
.iconized + a:hover {
color : #1f97ff;
}
.variations_form.cart + .yith-wcwl-add-to-wishlist,
form.cart + .yith-wcwl-add-to-wishlist {
display : none !important;
}
#ship-to-different-address {
position : relative;
}
#ship-to-different-address input[type="checkbox"] {
position : absolute;
top      : 0;
}
#ship-to-different-address label {
line-height    : 28px;
color          : #1b1b1b;
font-weight    : normal;
margin         : 0;
text-transform : uppercase;
font-size      : 24px;
cursor         : pointer;
}
#payment .payment_methods li label {
display : inline-block;
cursor  : pointer;
}
.create-account label.checkbox {
display : inline-block;
}
.addresses .address h3 {
display      : inline-block;
margin-right : 20px;
}
#cart-dropdown .minicart-table {
width : 100%;
}
.v_shop_cart #shipping_method li,
.v_shop_cart #shipping_method li label {
display : inline-block;
width   : auto !important;
}
.shipping ul li,
.shipping ul li label {
display      : inline-block;
width        : auto !important;
margin-right : 15px;
}
.cart_totals p.alert-info {
display : none;
}
.shop_table.calculated_shipping {
table-layout : fixed;
}
.product-name .variation dt,
.product-name .variation dd {
display       : inline-block;
margin-bottom : 0px;
}
.yith-wcwl-add-to-wishlist span.ajax-loading {
width      : 63px !important;
height     : 39px !important;
margin     : -4px 0 0px -63px !important;
padding    : 0 !important;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/ajax-loader@2x.gif) no-repeat scroll center center/16px 16px white;
opacity    : 0.6;
filter     : alpha(opacity=60);
z-index    : 10;
position   : relative;
display    : inline-block !important;
}
.v_wishlist .div.flashlabel {
right : 0px !important;
}
.yith-wcan-reset-navigation:hover,
.col-right a.compare:hover {
color : #1f97ff;
}
.variations_button .compare-button,
form.cart .compare-button {
display : inline-block;
}
.variations_button .yith-wcwl-add-to-wishlist {
display : none !important;
}
.product-type-grouped.product_single .summary.entry-summary > .yith-wcwl-add-to-wishlist,
.product-type-variable.product_single .summary.entry-summary > .yith-wcwl-add-to-wishlist,
.product-type-variable.product_single .summary.entry-summary > .compare {
display : none !important;
} .yith-woocompare-widget ul.products-list {
margin-bottom : 10px;
}
.yith-woocompare-widget ul.products-list li {
position : relative;
}
.yith-woocompare-widget ul.products-list a.remove,
table.compare-list .remove td a .remove {
color      : transparent;
margin-top : 4px;
font-size  : 20px;
}
.yith-woocompare-widget ul.products-list a.remove::before {
content     : "\f00d";
font-family : FontAwesome;
opacity     : 0.2;
color       : #282828;
background  : none;
}
.yith-woocompare-widget ul.products-list a.remove:hover::before {
color           : #282828;
text-decoration : none;
cursor          : pointer;
opacity         : 0.4;
filter          : alpha(opacity=40);
}
.yith-woocompare-widget ul.products-list a.remove:hover,
table.compare-list .remove td a .remove:hover {
color           : #ffffff;
text-decoration : none;
cursor          : pointer;
background      : none;
} .shop_table.cart tr.cart_item .product-name a:last-child {
font-size   : 16px;
font-weight : bold;
font-family : Open Sans;
}
.shop_table.cart tr.cart_item .product-name {
border-left  : 0;
padding-left : 0;
}
.shop_table.cart tr.cart_item .product-image {
border-right  : 0;
padding-right : 0;
width         : 115px;
}
.product_single .a2a_button_twitter_tweet iframe,
footer .a2a_button_twitter_tweet iframe {
width : 77px !important;
}
.product_single .a2a_button_pinterest_pin,
footer .a2a_button_pinterest_pin {
width : 42px !important;
} [class*="yith-ajaxsearchform-container"] {
float    : right;
position : relative;
}
.block-form [class*="yith-ajaxsearchform-container"] {
float    : none;
left     : auto;
position : inherit;
}
.autocomplete-suggestions {
top  : 46px;
left : 15px;
}
.header_2 .autocomplete-suggestions {
top   : 60px;
left  : 0;
width : 97% !important;
} .v_grid .v_list_block {
display : none;
}
.v_list .v_list_block {
display : block;
}
.v_list .poduct_wrap {
height : auto !important;;
}
.v_list .poduct_wrap .span3 {
float      : none;
width      : 97%;
min-height : 258px;
}
.v_list .block-product {
padding-bottom : 0;
}
.v_list .block-product:hover .box-product {
opacity           : 1;
filter            : none;
-webkit-transform : none;
-moz-transform    : none;
-ms-transform     : none;
-o-transform      : none;
transform         : none;
}
.v_list .block-product:hover,
.v_list .block-product {
height : auto;
}
.v_list .box_content {
display : none;
}
.v_list .img-product {
margin-bottom : 0;
}
.v_list .block-product figure:first-child {
display        : inline-block;
margin-right   : 30px;
vertical-align : top;
position       : relative;
width          : 27%;
}
.v_list .block-product .v_list_block {
display  : inline-block;
width    : 63%;
position : relative;
z-index  : 10;
}
.v_list .block-product:hover .box-product-hover {
opacity : 0;
z-index : 1;
display : none;
}
.v_list li.span3 {
margin-bottom : 30px;
}
.v_list li.span3:last-child {
margin-bottom : 0;
}
.v_list.list_grid {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-ms-transition     : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.v_list.list_grid .block-product:hover {
background         : #ffffff;
-webkit-box-shadow : 0 1px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 1px 8px rgba(0, 0, 0, 0.3);
box-shadow         : 0 1px 8px rgba(0, 0, 0, 0.3);
border-bottom      : 3px solid #1f97ff;
border-radius      : 5px;
padding-bottom     : 0;
}
.v_list.list_grid .box-product {
border-bottom      : none;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-ms-transition     : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.v_list.list_grid .block-product:hover .box-product {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.v_list.list_grid figure {
margin-right : 30px;
}
.v_list.list_grid .btn-small {
padding : 12px 20px 12px 50px;
}
.v_list.list_grid .btn-cart::before {
left        : 15px;
font-size   : 23px;
font-weight : normal;
}
.v_list.list_grid .btn-cart.compare::before {
content : "\f0c5";
}
.v_list.list_grid .btn-cart.wishlist::before {
content : "\f08a";
}
.v_list.list_grid li .v_price {
float         : left;
padding-top   : 4px;
padding-right : 20px;
}
.v_list.list_grid li.v_list.list_grid_element .btn-small {
margin-right : 5px;
}
.v_list.list_grid .btn-small:last-child {
margin-right : 0;
}
.sort_shop .btn-tags {
padding : 6px 9px;
}
.sort_shop .navigation_grid {
float     : right;
font-size : 13px;
}
.sort_shop .v_block-control {
padding-top : 5px;
}
.navigation_grid .btn-tags {
text-indent : -9999px;
position    : relative;
width       : 30px;
height      : 30px;
outline     : none;
padding     : 0 !important;
}
.navigation_grid a i {
font-size       : 18px;
position        : absolute;
line-height     : 30px;
left            : 24%;
top             : 4%;
color           : #1b1b1b;
text-indent     : 0;
margin-left     : -1px;
text-decoration : none;
display         : block;
}
.navigation_grid .Cgrid.active,
.navigation_grid .Clist.active {
background-color : #1f97ff;
}
.navigation_grid .Cgrid.active i,
.navigation_grid .Clist.active i,
.Clist:hover i,
.Cgrid:hover i {
color : #fff;
}
.navigation_grid span {
float        : left;
line-height  : 30px;
margin-right : 10px;
} .w_categories .block-product2 {
height : auto;
}
.w_categories .block-product2 h6 {
font-weight : normal;
line-height : 15px;
}
.w_categories .img-product {
margin-bottom : 10px;
}
.w_categories .block-product2:hover h6 a {
color : #1f97ff;
}
.w_categories .block-product2:hover {
-webkit-box-shadow : 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 10px rgba(0, 0, 0, 0.3);
}
.w_categories .span3 {
width        : 22%;
margin-left  : 0px;
margin-right : 25px;
} .sub_menu,
.caption,
.product_item .photoframe figcaption > *,
.product_item .photoframe img,
.photoframe img,
.blog_carousel *,
blockquote,
.banner_type_2 *,
#footer *,
.banner *,
#go_to_top,
.social_widgets *,
.main_menu > li > a,
.qv_carousel_wrap * {
-webkit-backface-visibility : hidden;
}
.photoframe.type_2 .pp_wrap > [class*="button_type_"] {
top    : auto;
bottom : -9px;
}
.photoframe ul {
margin : 0;
}
.product_item .photoframe:hover .pp_wrap > [class*="button_type_"],
.owl-item > .photoframe:hover .pp_wrap > [class*="button_type_"] {
-webkit-transform : translate(-50%, -50%) scale(1);
-moz-transform    : translate(-50%, -50%) scale(1);
-o-transform      : translate(-50%, -50%) scale(1);
-ms-transform     : translate(-50%, -50%) scale(1);
transform         : translate(-50%, -50%) scale(1);
opacity           : 1;
}
.product_item,
.owl-item > .photoframe {
margin : 15px;
}
.product_item .photoframe figcaption,
.owl-item > .photoframe figcaption {
padding : 16px 0 12px;
}
.product_item .photoframe.type_2 figcaption {
padding : 3px 10px 0 0;
}
.product_item .photoframe img,
.owl-item > .photoframe img {
-webkit-transform : none !important;
-moz-transform    : none !important;
-o-transform      : none !important;
-ms-transform     : none !important;
transform         : none !important;
}
.pp_wrap {
z-index : 1;
}
.product_item .photoframe:hover,
.categories_nav_list .photoframe:hover,
.owl-item > .photoframe:hover {
-webkit-box-shadow : 0 0 17px rgba(0, 0, 0, 0.12);
-moz-box-shadow    : 0 0 17px rgba(0, 0, 0, 0.12);
-o-box-shadow      : 0 0 17px rgba(0, 0, 0, 0.12);
-ms-box-shadow     : 0 0 17px rgba(0, 0, 0, 0.12);
box-shadow         : 0 0 17px rgba(0, 0, 0, 0.12);
}
.product_item .photoframe:hover .p_buttons,
.owl-item .photoframe:hover .p_buttons {
-webkit-transform : translateX(0%);
-moz-transform    : translateX(0%);
-o-transform      : translateX(0%);
-ms-transform     : translateX(0%);
transform         : translateX(0%);
}
.photoframe {
border     : 10px solid #fff;
z-index    : 1;
background : #fff;
}
.photoframe:not(.type_2):hover img,
.specials_item .d_block.wrapper:hover img {
-webkit-transform : scale(1.08);
-moz-transform    : scale(1.08);
-o-transform      : scale(1.08);
-ms-transform     : scale(1.08);
transform         : scale(1.08);
}
.product_item .photoframe.type_2 .pp_wrap > [class*="button_type_"] {
min-width : 94px;
}
.product_item .photoframe,
.nc_carousel .owl-item .photoframe,
.wfilter_carousel .photoframe,
.bestsellers_carousel .photoframe {
width        : 263px;
margin-left  : auto;
margin-right : auto;
}
.shadow {
-webkit-box-shadow : 0 1px 4px rgba(0, 0, 0, .30);
-moz-box-shadow    : 0 1px 1px rgba(0, 0, 0, .30);
-o-box-shadow      : 0 1px 1px rgba(0, 0, 0, .30);
-ms-box-shadow     : 0 1px 1px rgba(0, 0, 0, .30);
box-shadow         : 0 1px 4px rgba(0, 0, 0, .30);
}
.product_single_preview {
width   : 450px;
z-index : 0;
}
.qv_preview [class*="button_type_"] {
position : absolute;
bottom   : 10px;
right    : 10px;
z-index  : 2;
}
.qv_preview .zoomWrapper {
width  : auto !important;
height : auto !important;
}
.qv_preview .zoomWrapper img {
position : relative !important;
}
.owl-carousel {
width : auto;
}
.button_type_5 {
padding            : 8px 12px 7px;
background         : rgba(85, 70, 60, .5);
-webkit-box-shadow : inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow    : inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
box-shadow         : inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.button_type_5:hover {
background : rgba(50, 50, 50, .5);
}
.button_type_5 i {
margin-left  : 10px;
margin-right : 10px;
}
.button_type_1 > i[class^="fa "],
.button_type_4 > i[class^="fa "]:not([class*="f_size"]),
.button_type_5 > i[class^="fa "] {
font-size : 21px;
}
[class*="qv_carousel"]:not(.qv_carousel_wrap) {
padding : 0 35px;
}
.owl-carousel:not(.process-wrap) .owl-item:first-child {
padding-left : 8px;
}
.qv_carousel_wrap [class*="qv_btn_"] {
position   : absolute;
top        : 50%;
margin-top : -15px;
left       : 0;
z-index    : 1;
border     : 0px;
}
.qv_carousel_wrap .qv_btn_next,
.qv_carousel_wrap .qv_btn_single_next {
left  : auto;
right : 0;
}
.qv_btn_single_next,
.qv_btn_single_prev {
-webkit-box-shadow : inset 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow    : inset 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow         : inset 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.button_type_11 {
width  : 23px;
height : 23px;
}
.bg_light_color_1,
.sub_menu li:hover > a,
.select_list > li:hover {
background : rgba(240, 240, 240, 0.95);
}
.color_light {
color : #fff;
}
.color_light:hover {
color : #fff;
}
.t_align_c {
text-align : center !important;
}
.f_size_ex_large {
font-size : 1.25em;
}
[class*="button_type_"].bg_dark_color:hover,
.banner:hover [class*="button_type_"].bg_dark_color,
[class*="button_type_"].bg_cs_hover:hover,
#go_to_top:hover,
.sw_button.googlemap, .ui-slider:after,
.vertical_list_type_2 li::before,
.camera_wrap .camera_pag .camera_pag_ul .cameracurrent,
.camera_wrap .camera_prev:hover,
.camera_wrap .camera_next:hover,
.flex-control-nav .flex-active,
.flex-direction-nav a:hover {
color : #1f97ff;
}
.f_size_ex_large {
font-size : 1.15em;
}
.horizontal_list > * {
float : left;
}
.horizontal_list > *:first-child {
margin-left : 0;
}
.rating_list:not(.type_2) {
margin-top : 4px;
opacity    : 0;
}
.rating_list li {
cursor      : pointer;
width       : 13px;
height      : 14px;
position    : relative;
margin-left : .5px;
}
.rating_list li .empty,
.rating_list li .active {
position    : absolute;
opacity     : 0;
left        : 0;
line-height : 1;
}
.rating_list li .empty {
color : #d1d1d1;
}
.rating_list li .active {
color : #ffcc00;
}
.rating_list li .empty {
opacity : .4;
}
.rating_list li.active .active,
.product_item .photoframe:hover .rating_list,
fieldset:hover .close_fieldset,
.select_color.active i,
.categories_list .active > a > span:after,
#go_to_top.type_2.animate_horizontal_finished:hover,
.cw_product .close_fieldset,
.owl-item .photoframe:hover .rating_list {
opacity : 1;
}
.rating_list li.active .empty,
.close_fieldset,
.select_color i,
.categories_list .active > a > span::before,
.categories_list a > span:after,
.hide,
#go_to_top.type_2.animate_ftl {
opacity : 0;
}
.shop_section ul {
margin : 0;
}
.shop_section a.button:hover {
text-decoration : none;
}
.v_reviews a:first-child {
border-right  : 1px solid #999999;
padding-right : 5px;
line-height   : 12px;
}
.shop_section h2 {
letter-spacing : -1px;
}
.shop_section .description_table {
margin-top : -5px;
}
.shop_section .description_table td {
padding : 5px 0;
}
.shop_section .variations.description_table td {
padding : 5px 0 0 0;
}
.shop_section .description_table tr td:first-child {
min-width : 108px;
}
.shop_section .description_table.type_2 tr td:first-child {
min-width : 65px;
}
.shop_section .description_table.type_3 tr td:first-child {
min-width : 175px;
}
.color_green {
color : #639c00;
}
.shop_section s {
font-size       : 30px;
color           : #1f97ff;
text-decoration : none;
padding-bottom  : 15px;
display         : block;
}
.shop_section .description_table.type_2 tr td:first-child {
min-width : 40px;
}
.shop_section .description_table.type_3 tr td:first-child {
min-width : 45px;
}
.shop_section .description_table.type_2 .select_title {
min-width : 73px;
}
.shop_section .description_table button {
background : none;
}
.shop_section .btn-cart:hover {
text-decoration : none;
color           : #fff;
}
.shop_section .txt_dec:hover {
text-decoration : none;
}
.photoframe:not(.type_2):hover img,
.specials_item .d_block.wrapper:hover img {
-webkit-transform : scale(1.08);
-moz-transform    : scale(1.08);
-o-transform      : scale(1.08);
-ms-transform     : scale(1.08);
transform         : scale(1.08);
}
.d_block {
display : block;
}
.sort_shop {
padding-top   : 15px;
border-top    : 1px solid #e4e4e4;
margin-top    : 15px;
margin-bottom : 15px;
}
.sort_shop .select_title {
padding : 4px 39px 4px 9px;
}
.sort_shop.no_bord {
border : none !important;
}
.sort_shop .description_table {
margin-top : 0;
}
.sort_shop span {
line-height : 30px;
}
.shop_product_list .block-product {
width : 270px;
}
.shop_product_list li {
margin-right : 30px;
}
.shop_product_list li:last-child {
margin-right : 0;
}
.v_align_m {
vertical-align : middle !important;
}
.shop_tabs p {
margin : 0;
}
.shop_tabs.tabbable.responsive .tab-content {
padding    : 20px;
min-height : 115px;
}
.shop_tabs.tabbable.responsive .tab-content > .tab-pane {
min-height : 115px;
}
.shop_tabs .icon_tab .tab-pane {
padding : 0;
}
.poduct_wrap {
width    : 100%;
overflow : hidden;
position : relative;
height   : 360px;
padding  : 5px 25px 122px;
margin   : 0 -25px -89px !important;
}
.description_table {
margin-top : -5px;
}
.description_table.type_2 tr td:first-child {
min-width : 55px;
}
.description_table tr td:first-child {
min-width : 90px;
}
.custom_select ul {
margin             : 0;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.select_title {
cursor             : pointer;
padding            : 9px 39px 8px 9px;
border             : 1px solid #e4e4e4;
background         : #f0f0f0;
z-index            : 1;
min-width          : 85px;
color              : #1b1b1b;
-webkit-transition : border-color .4s ease;
-moz-transition    : border-color .4s ease;
-o-transition      : border-color .4s ease;
transition         : border-color .4s ease;
box-shadow         : 0 0 5px #e4e4e4 inset;
}
.select_title.active {
-webkit-border-bottom-left-radius  : 0px;
-moz-border-bottom-left-radius     : 0px;
border-bottom-left-radius          : 0px;
-webkit-border-bottom-right-radius : 0px;
-moz-border-bottom-right-radius    : 0px;
border-bottom-right-radius         : 0px;
border-bottom-color                : transparent;
background                         : #fff;
box-shadow                         : 0 1px 5px 0 #e4e4e4 inset;
}
.r_corners {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.select_title::before {
content     : "";
border-left : 1px solid #d1d1d1;
position    : absolute;
height      : 21px;
right       : 27px;
top         : 50%;
margin-top  : -10px;
}
.select_title.active:after {
content : "\f106";
}
.select_title:after {
content     : "\f107";
display     : inline-block;
font-family : FontAwesome;
line-height : inherit;
position    : absolute;
color       : #292f38;
font-size   : 14px;
right       : 8px;
top         : 50%;
margin-top  : -10px;
}
.select_list {
position                           : absolute;
left                               : 0;
top                                : 100%;
cursor                             : pointer;
width                              : 100%;
background                         : #fff;
border-left                        : 1px solid #e4e4e4;
border-right                       : 1px solid #e4e4e4;
border-bottom                      : 1px solid #e4e4e4;
-webkit-border-bottom-left-radius  : 4px;
-moz-border-bottom-left-radius     : 4px;
border-bottom-left-radius          : 4px;
-webkit-border-bottom-right-radius : 4px;
-moz-border-bottom-right-radius    : 4px;
border-bottom-right-radius         : 4px;
z-index                            : 22;
box-shadow                         : 0 -1px 5px 0 #e4e4e4 inset;
}
.d_none, .tw_buttons li:first-child::before {
display : none;
}
.select_list > li {
color   : #6a6a6a;
padding : 3px 10px;
}
.select_list > li:hover {
background-color : #f0f0f0;
}
.tr_delay_hover, .button_type_2 .scheme_color {
-webkit-transition : color 1s ease, background-color 1s ease, box-shadow 1s ease;
-moz-transition    : color 1s ease, background-color 1s ease, box-shadow 1s ease;
-o-transition      : color 1s ease, background-color 1s ease, box-shadow 1s ease;
transition         : color 1s ease, background-color 1s ease, box-shadow 1s ease;
}
.quantity_wanted_p {
float        : left;
margin-right : 10px;
margin-top   : 5px;
}
.quantity_wanted_p label {
cursor : default;
}
.quantity_wanted_p label {
margin-top : 10px;
float      : left;
width      : auto;
}
.quantitybox {
background    : none repeat scroll 0 0 #F0F0F0;
border        : 1px solid #e4e4e4;
border-radius : 4px 4px 4px 4px;
box-shadow    : 0 0 5px #e4e4e4 inset;
color         : #282828;
font          : 14px/30px Arial, Tahoma, sans-serif;
margin        : 0px 0px 0px 10px;
padding       : 4px 0 4px 10px;
position      : relative;
text-shadow   : 1px 1px #FFFFFF;
width         : 87px;
float         : right;
}
.quantity_wanted_p input {
width      : 20px;
background : none;
border     : none;
box-shadow : none;
padding    : 0px;
margin     : 0px 0px 0px 0px;
}
.q_modify {
border-left : 1px solid #d1d1d1;
position    : absolute;
right       : 0px;
padding     : 2px 8px 2px 10px;
top         : 8px;
width       : 12px;
z-index     : 1;
}
.q_up {
background    : url(//www.a-aircool.be/wp-content/themes/reviver/img/select_arrows.png) 0px 0px no-repeat;
display       : block;
width         : 9px;
margin-bottom : 5px;
cursor        : pointer;
height        : 6px;
}
.q_down {
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/select_arrows.png) 0px -6px no-repeat;
cursor     : pointer;
display    : block;
width      : 9px;
height     : 6px;
}
.shop_section .addthis_toolbox {
margin-left : 0;
}
span.hot_red {
background-color  : #eb3a00;
background-image  : -moz-linear-gradient(top, #eb3a00, #e52600);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#eb3a00), to(#e52600));
background-image  : -webkit-linear-gradient(top, #eb3a00, #e52600);
background-image  : -o-linear-gradient(top, #eb3a00, #e52600);
background-image  : linear-gradient(to bottom, #eb3a00, #e52600);
background-repeat : repeat-x;
}
span.hot_yellow, span.sale_yellow {
background-color  : #ffcf00;
background-image  : -moz-linear-gradient(top, #ffcf00, #ffc100);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#ffcf00), to(#ffc100));
background-image  : -webkit-linear-gradient(top, #ffcf00, #ffc100);
background-image  : -o-linear-gradient(top, #ffcf00, #ffc100);
background-image  : linear-gradient(to bottom, #ffcf00, #ffc100);
background-repeat : repeat-x;
color             : #1b1b1b;
}
.shop_tabs .icon_tab2 ul {
margin : 0;
}
.shop_tabs .icon_tab2 ul li {
padding       : 10px;
margin        : 0;
border-bottom : 1px solid #f0f0f0;
}
.shop_tabs .icon_tab2 ul li p {
display : inline-block;
}
.shop_tabs .icon_tab2 ul li:first-child {
padding : 0 0 10px 10px;
}
.shop_tabs .icon_tab2 ul li:last-child {
border-bottom : none;
margin        : 0;
}
.shop_tabs.tabbable.responsive .tab-content.icon_tab {
padding : 0;
}
.shop_tabs .tab_pad {
padding : 20px
}
.shop_tabs .v_specific {
padding : 0;
margin  : 0 0 12px 0;
}
.shop_tabs .v_specific li span:first-child {
min-width : 70px;
display   : inline-block;
}
.shop_section .btn-cart {
padding     : 12px 21px 12px 57px;
font-weight : bold;
}
.add_to_catr a:hover,
.add_to_catr a:hover i {
color : #1d94ff;
}
.v_reviews_tab,
.v_reviews_tab ul,
.post_form ul {
margin : 0;
}
.v_reviews_tab div {
font-size : 12px;
}
.v_reviews_tab .level1 {
padding       : 20px 0;
border-bottom : 1px solid #e4e4e4;
}
.v_reviews_tab .level1:first-child {
padding-top    : 0;
padding-bottom : 15px;
}
.v_reviews_tab .level1:last-child {
border-bottom : none;
}
.v_reviews_tab .block-control {
border-top  : none;
padding-top : 0;
}
.like,
.dislike {
display : inline-block;
width   : 30px;
height  : 30px;
}
.v_reviews_tab .v_quote_count {
font-size   : 14px;
margin-left : 5px;
text-align  : right;
}
.v_reviews_tab .v_quote {
font-size  : 13px;
color      : #1b1b1b;
text-align : right;
margin-top : 10px;
}
.v_reviews_tab .v_quote_count.green {
color : #6da311;
}
.v_reviews_tab .v_quote_count.red {
color : #e92d00;
}
.like i {
color : #639c00;
}
.dislike i {
color : #e92d00;
}
.v_reviews_tab blockquote {
-webkit-backface-visibility : visible;
}
.shop_tabs .v_form input,
.shop_tabs .v_form select,
.shop_tabs .v_form textarea {
width : 50%;
}
.shop_tabs .v_form label {
cursor : default;
}
.shop_tabs .form-elements label:last-child {
margin-left : 0;
} .row-title.row_var2 .breadcrumb {
padding : 0;
}
.row-title.row_var2 {
padding : 6px 0;
}
.v_tables.v_wishlist td {
vertical-align : top;
}
.v_tables.v_wishlist figure {
display : inline-block;
}
.v_tables.v_wishlist .quantity_wanted_p,
.v_tables.v_wishlist .quantitybox {
margin : 0 !important;
}
.v_tables.v_wishlist td {
padding : 20px;
}
.v_tables.v_wishlist td button {
text-align : right;
}
.v_tables.v_wishlist td button strong {
margin-left  : 22px;
white-space  : nowrap;
margin-right : -10px;
}
.v_tables.v_wishlist td button::before {
left : 15px;
}
.v_tables.v_wishlist td figure {
position : relative;
}
.v_tables.v_wishlist .quantity_wanted_p {
float : none;
}
.v_tables.v_wishlist .quantitybox {
float : none;
}
.v_tables.v_wishlist .v_remove {
padding-top : 20px;
}
.v_tables.v_wishlist .v_remove:last-child {
padding-top  : 5px;
padding-left : 3px;
}
.v_tables.v_wishlist .v_remove a {
vertical-align : top;
}
.v_tables.v_wishlist .v_remove i {
padding-right : 10px;
font-size     : 25px;
}
span.v_td_price,
div.v_td_price {
color           : #999999;
text-decoration : line-through;
font-weight     : normal;
padding-right   : 5px;
line-height     : 1em;
}
.tables_wishlist .sort_shop2 {
border-top     : none;
border-bottom  : 1px solid #e4e4e4;
padding-bottom : 10px;
margin-bottom  : 25px;
margin-top     : 0;
padding-top    : 0;
}
.v_tables.v_wishlist thead tr,
.v_tables.v_shop_cart thead tr,
.v_tables thead tr {
background-color : #f0f0f0;
}
.v_tables.v_wishlist tr td {
border-width : 0px 1px 1px 0;
}
.v_tables.v_wishlist tr:first-child td:first-child {
border-width : 0px 1px 1px 0px;
}
.v_tables.v_wishlist tr:first-child td:last-child {
border-width : 0px 0px 1px 1px;
}
.v_tables.v_wishlist tr:last-child td {
border-width : 0px 0px 0 1px;
}
.v_tables.v_wishlist td h5 {
letter-spacing : -1px;
}
.v_tables.v_wishlist .product-add-to-cart {
padding : 20px 15px;
}
.v_reviews a:first-child {
border-right : 0;
line-height  : 12px;
}
.v_text_black {
color : #1b1b1b !important;
}
.v_text_red {
color : #e92d00 !important;
}
.woocommerce table.wishlist_table thead th {
border-top : none;
} .shopping_cart .continue_shopping,
.return-to-shop a {
position       : relative;
float          : right;
font-size      : 14px;
font-weight    : normal;
text-transform : none;
}
.return-to-shop a {
float        : none;
padding-left : 35px;
}
.shopping_cart .continue_shopping::before,
.return-to-shop a::before {
position    : absolute;
content     : "\f07a";
font-size   : 25px;
color       : #282828;
left        : -30px;
font-family : FontAwesome;
}
.return-to-shop a::before {
left : 0px;
}
.shopping_cart form a {
font-size : 13px;
}
.shopping_cart .form-elements label:last-child {
margin-left : 0;
}
.shopping_cart .block-widget {
padding : 23px 20px 30px;
}
.shopping_cart .half_col {
width              : 49.5%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
vertical-align     : top;
}
.shopping_cart .half_col {
padding : 5px 20px 0 0;
}
.shopping_cart .half_col:last-child {
padding     : 5px 0 15px 20px;
border-left : 1px solid #e4e4e4;
}
.shopping_cart .v_shop_cart tr:first-child td {
color : #6a6a6a;
}
.shopping_cart .v_shop_cart tr td:first-child h5 {
padding : 12px 0 0 15px;
}
.shopping_cart .v_shop_cart .v_td_price {
color     : #393939;
font-size : 14px;
}
.shopping_cart .v_shop_cart .v_td_price span {
display        : block;
padding-bottom : 5px;
padding-right  : 0;
}
.shopping_cart .v_shop_cart .quantitybox {
width : 58px;
}
.shopping_cart .v_shop_cart .v_tab_icons i {
font-size     : 16px;
padding-right : 8px;
}
.shopping_cart .v_shop_cart .v_quant {
width : 71px;
}
.shopping_cart .v_shop_cart .v_td_price2 span {
text-decoration : line-through;
color           : #777777;
}
.shopping_cart .v_shop_cart .v_td_price3, .v_shop_cart .v_td_price3 {
font-size   : 16px;
font-weight : bold;
color       : #1b1b1b;
}
.shopping_cart .v_shop_cart .v_td_price3.colored, .v_shop_cart .v_td_price3.colored {
color : #1f97ff;
}
.shopping_cart .v_shop_cart.v_tables td.full_coll {
border-width : 0px 0px 1px 0px;
}
.shopping_cart .v_form textarea {
height : 150px;
} .v_tables.v_list_orders tr td:first-child {
color : #1b1b1b;
} .v_detail_order h4.heading-h4.reset {
text-transform : uppercase;
font-size      : 18px;
padding        : 10px 0 0 0;
border-bottom  : none;
}
.v_detail_order .block-widget {
padding : 10px 20px 30px;
}
.block-widget .block_bord {
border-bottom : 2px solid #f0f0f0;
}
.v_detail_order .v_tables tr:first-child td:last-child {
color : #6a6a6a;
}
.v_detail_order .v_tables tr td:first-child,
.customer_details .v_tables tr td:first-child {
width : 22%;
}
.v_detail_order .span4,
.v_detail_order.two_colls_table .v_tables tr td:first-child {
width : 46%;
}
.v_detail_order .v_tables td.v_td_price a {
font-size : 14px;
}
.v_detail_order .v_order_list {
list-style : disc !important;
margin-top : 15px;
color      : #1b1b1b;
}
.v_detail_order .v_order_list li a {
color     : #6a6a6a;
font-size : 14px;
}
.v_detail_order ul {
margin : 0 0 0 20px;
}
.v_detail_order .v_tables tr:first-child td:last-child {
color : #6a6a6a;
}
.v_tables.v_tables3 .v_td_price.v_td_black,
.order_block .v_tables.v_shop_cart tr td:last-child {
color : #1b1b1b ;
}
.block-widget.order_block {
padding : 10px 20px 30px;
} .listview span.rev_tooltip {
display : none;
}
.block-btns a + span.rev_tooltip,
.block-btns a > span.rev_tooltip {
position      : absolute;
min-width     : 70px;
padding       : 10px;
color         : #FFFFFF;
background    : #282828;
font-size     : 12px;
line-height   : 15px;
text-align    : center;
visibility    : hidden;
border-radius : 6px;
white-space   : nowrap;
}
.block-btns a + span.rev_tooltip:after,
.block-btns a > span.rev_tooltip:after {
content      : '';
position     : absolute;
top          : 100%;
left         : 50%;
margin-left  : -8px;
width        : 0;
height       : 0;
border-top   : 8px solid #282828;
border-right : 8px solid transparent;
border-left  : 8px solid transparent;
}
.block-btns a:hover + span.rev_tooltip,
.block-btns a:hover > span.rev_tooltip {
visibility  : visible;
opacity     : 0.8;
bottom      : 55px;
margin-left : -88px;
z-index     : 999;
}
.block-btns a:hover > span.rev_tooltip {
margin-left : -45px;
bottom      : 44px;
}
.block-btns a.added_to_cart:hover + span.rev_tooltip {
margin-left : -80px;
}
.block-btns a.add_to_wishlist:hover + span.rev_tooltip {
margin-left : -85px;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
background : none;
}
table.shop_table.cart.wishlist_table .product-checkbox.form-elements {
width: auto;
}  .row-extra-content {
background : #F0F0F0;
padding    : 49px 0 58px;
text-align : center;
}
#menu404 ul {
list-style : none;
}
.row-extra-content h2 {
font-size      : 60px;
line-height    : 62px;
font-weight    : 600;
text-transform : none;
}
.row-extra-content h2 span {
display     : block;
font-size   : 16px;
line-height : 18px;
font-weight : normal;
margin-top  : 17px;
}
.list-links {
margin : 0;
}
#search404 #form-search {
top  : 0px;
left : 0px;
} @media only screen and (min-width : 990px) {
#menu404 h3, #search404 h3 {
font-size      : 18px;
padding        : 15px 0 18px;
font-weight    : 600;
text-transform : uppercase;
}
#search404 {
position : relative;
}
#search404 .textwidget {
margin-top : -10px;
}
}
@media (min-width : 769px) and (max-width : 990px) {
#menu404 h3, #search404 h3 {
font-size      : 18px;
padding        : 15px 0 18px;
font-weight    : 600;
text-transform : uppercase;
}
#search404 {
position   : relative;
min-height : 130px;
width      : 310px;
}
#search404 .textwidget {
margin-top : -10px;
}
} .row-countdown {
padding : 31px 0;
}
.row-countdown h2 {
font-size   : 36px;
line-height : 38px;
}
.countdown_row {
display    : block;
position   : relative;
text-align : center;
margin-top : 20px;
}
.countdown_section {
display               : inline-block;
background            : #f0f0f0;
text-align            : center;
margin                : 0 15px;
font-size             : 16px;
line-height           : 16px;
font-family           : Arial, Helvetica, sans-serif;
color                 : #6a6a6a;
width                 : 170px;
padding-bottom        : 10px;
text-transform        : lowercase;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
border-radius         : 5px;
-webkit-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow       : 0 0 4px rgba(0, 0, 0, 0.3);
box-shadow            : 0 0 4px rgba(0, 0, 0, 0.3);
}
.countdown_amount {
font-size             : 100px;
line-height           : 1em;
font-weight           : 300;
background            : #fff;
display               : block;
padding               : 15px 0 19px;
text-align            : center;
color                 : #1f97ff;
font-family           : 'Open Sans', sans-serif;
letter-spacing        : -6px;
margin-bottom         : -5px;
-webkit-border-radius : 5px 5px 0 0;
-moz-border-radius    : 5px 5px 0 0;
border-radius         : 5px 5px 0 0;
}
.countdown_descr {
display : block;
width   : 100%;
}
.block-countdown {
padding    : 80px 0 40px;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/bg-block-coundown.jpg) no-repeat 50% 0;
}
.block-countdown h2 {
font-weight    : 800;
color          : #1b1b1b;
font-size      : 55px;
line-height    : 1em;
text-transform : none;
margin         : 0;
}
.block-countdown h2 span {
display     : block;
font-weight : 300;
}
.block-countdown p {
font-size   : 11px;
line-height : 18px;
color       : #555555;
}
.countdown-event {
margin : 0 0 30px -10px;
}
.countdown-event .countdown_row {
text-align : left;
}
.countdown-event .countdown_section {
margin             : 0 0 0 10px;
font-size          : 12px;
line-height        : 16px;
width              : 100px;
padding-bottom     : 3px;
text-transform     : uppercase;
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.3);
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.3);
}
.countdown-event .countdown_amount {
font-size      : 48px;
line-height    : 1em;
font-weight    : normal;
padding        : 13px 0 14px;
letter-spacing : -2px;
margin-bottom  : -10px;
} .map_container iframe {
background     : transparent;
font-weight    : inherit;
margin         : 0;
padding        : 0;
outline        : 0;
vertical-align : top;
border         : 0;
}
.map_container {
width          : 100%;
height         : 0;
position       : relative;
padding-bottom : 27%;
}
.map_container.photoframe {
border                : none;
z-index               : 1;
background            : #fff;
-webkit-border-radius : 10px;
-moz-border-radius    : 10px;
border-radius         : 10px;
overflow              : hidden;
}
.map_container > iframe {
position : absolute;
width    : 100%;
height   : 100%;
top      : 0;
left     : 0;
}
.v_contact_form ul {
margin-left   : 0;
margin-bottom : 0;
}
.v_contact_form .txt-2 {
font-size : 15px;
}
.v_contact_form .v_drop > li {
padding-bottom : 27px;
list-style     : none;
min-height     : 48px;
}
.v_contact_form .v_drop li:last-child {
padding-bottom : 0;
}
.v_contact_form2 .map_container {
padding-bottom : 47%;
}
.v_contact_form2 .full_width {
width : 100%;
}
.v_contact_form2 .v_h_fild li {
margin-bottom : 15px;
}
.v_contact_form2 .v_h_fild li:last-child {
margin-bottom : 0;
}
.v_contact_form3 .v_contact_list3 li {
float        : left;
margin-right : 40px;
}
.v_contact_form3 .v_contact_list3 li:last-child {
margin-right : 0;
}
.v_contact_form3 .v_contact_list3 li p {
overflow : visible;
display  : inline-block;
}
.v_contact_form3 .map_container {
padding-bottom : 31%;
}
.v_contact_form .v_drop .block-features p {
overflow : hidden;
}
input:not([type="submit"]):focus,
textarea:focus {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-ms-box-shadow     : none;
-o-box-shadow      : none;
box-shadow         : none;
border             : 1px solid #e4e4e4;
}
.v_contact_form p,
.v_contact_form span {
font-size   : 15px;
font-family : Arial;
}
.v_contact_form2 .fleft.third_column {
float         : none !important;
width         : 100% !important;
margin-bottom : 15px !important;
padding       : 0px !important;
}
.v_contact_form2 .post_form li {
margin-bottom : 0px;
}
.v_drop .block-features > div:first-child > a span {
background : #1f97ff;
margin     : 0 15px 0 0;
}
.v_drop .block-features div:first-child > a span i {
color : #ffffff;
}
.v_drop .block-features div {
padding   : 10px 0 0 0;
font-size : 18px;
}
.v_drop .block-features div:first-child > a:hover span {
background         : #f0f0f0;
-webkit-box-shadow : inset 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow    : inset 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow         : inset 0 0 4px rgba(0, 0, 0, 0.5);
}
.v_drop .block-features div:first-child > a:hover span i {
-webkit-animation : toRightFromLeft 0.3s forwards;
-moz-animation    : toRightFromLeft 0.3s forwards;
animation         : toRightFromLeft 0.3s forwards;
color             : #1b1b1b;
}
.v_drop .block-features p,
.v_drop .block-features div {
margin  : 0;
padding : 0;
}
.v_drop .list-landing span {
width : 48px;
}
.v_drop .list-landing .dropcap i.fa-font {
padding-top : 5px;
}
.v_drop .block-features p {
overflow : visible;
} .wpcf7-submit {
display            : inline-block;
position           : relative;
margin             : 4px 0 18px;
margin-left        : 10px;
padding            : 12px 29px;
width              : 160px !important;
border-radius      : 7px;
border             : 0px !important;
font-size          : 14px;
font-family        : 'Open Sans', sans-serif;
font-weight        : normal;
line-height        : 1em;
color              : #fff;
z-index            : 1;
background-color   : #282828;
background-image   : -moz-linear-gradient(top, #373737, #121212);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image   : -webkit-linear-gradient(top, #373737, #121212);
background-image   : -o-linear-gradient(top, #373737, #121212);
background-image   : linear-gradient(to bottom, #373737, #121212);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff121212', GradientType=0);
-webkit-transition : opacity 0.2s ease;
-moz-transition    : opacity 0.2s ease;
-o-transition      : opacity 0.2s ease;
transition         : opacity 0.2s ease;
text-decoration    : none;
text-shadow        : none;
-webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow    : 0 2px 0 rgba(0, 0, 0, 0.2);
box-shadow         : 0 2px 0 rgba(0, 0, 0, 0.2);
}
.wpcf7-submit:hover,
#btn-small:hover {
color             : #ffffff;
border-top        : 1px solid #65bbff;
border-bottom     : 1px solid #2498ff;
border-left       : 0px;
border-right      : 0px;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
}
div.wpcf7-validation-errors {
background-color      : #f2dede;
border-color          : #eed3d7;
color                 : #b94a48;
border-radius         : 4px;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
text-shadow           : 0 1px 0 rgba(255, 255, 255, 0.5);
padding               : 0.6em 1em;
}
div.wpcf7-mail-sent-ok {
text-shadow           : 0 1px 0 rgba(255, 255, 255, 0.5);
background-color      : #dff0d8;
border-color          : #d6e9c6;
color                 : #468847;
border-right          : 4px;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
padding               : 0.6em 1em;
}
#btn-small,
.wpcf7-submit {
-webkit-box-shadow : 0 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow    : 0 2px 0 rgba(0, 0, 0, 0.2);
box-shadow         : 0 2px 0 rgba(0, 0, 0, 0.2);
position           : relative;
z-index            : 1;
padding            : 12px 26px;
color              : #fff;
display            : inline-block;
-webkit-transition : opacity 0.2s ease;
-moz-transition    : opacity 0.2s ease;
-o-transition      : opacity 0.2s ease;
transition         : opacity 0.2s ease;
text-decoration    : none;
text-shadow        : none;
font-weight        : normal;
background-color   : #282828;
background-image   : -moz-linear-gradient(top, #373737, #121212);
background-image   : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image   : -webkit-linear-gradient(top, #373737, #121212);
background-image   : -o-linear-gradient(top, #373737, #121212);
background-image   : linear-gradient(to bottom, #373737, #121212);
background-repeat  : repeat-x;
filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff121212', GradientType=0);
border-top         : 1px solid #282828;
border-bottom      : 1px solid #282828;
border-left        : 0px;
border-right       : 0px;
font-size          : 14px;
line-height        : 1em;
font-family        : 'Open Sans', sans-serif;
width              : 150px;
margin             : 4px 0 18px;
border-radius      : 7px;
}
.wpcf7-submit:hover,
#btn-small:hover {
color             : #ffffff;
border-top        : 1px solid #65bbff;
border-bottom     : 1px solid #2498ff;
border-left       : 0px;
border-right      : 0px;
background-color  : #2498ff;
background-image  : -moz-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#2ba1ff), to(#198aff));
background-image  : -webkit-linear-gradient(top, #2ba1ff, #198aff);
background-image  : -o-linear-gradient(top, #2ba1ff, #198aff);
background-image  : linear-gradient(to bottom, #2ba1ff, #198aff);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ba1ff', endColorstr='#ff198aff', GradientType=0);
}
.wpcf7-submit {
width       : 160px !important;
border      : 0px !important;
margin-left : 10px;
} .faqs-sidebar .widget_text {
background            : none repeat scroll 0 0 #FFFFFF;
border                : 5px solid #F0F0F0;
-webkit-border-radius : 0 5px 5px 5px;
-moz-border-radius    : 0 5px 5px 5px;
border-radius         : 0 5px 5px 5px;
overflow              : hidden;
padding               : 20px 20px 13px;
margin-bottom         : 30px;
position              : relative;
z-index               : 1;
}
.faqs-sidebar .widget_text h4 {
border-bottom : 2px solid #f0f0f0;
padding       : 7px 0 17px;
margin-bottom : 24px;
}
.faqs-sidebar .widget_text,
.faqs-sidebar .widget_text p,
.page-sidebar.widget_text p,
.page-sidebar.widget_text {
font-size   : 14px;
line-height : 21px;
}
.togglec .taggle {
display : none;
} .list-sitemap {
margin         : 0;
padding-bottom : 12px;
list-style     : none;
}
.list-sitemap li {
border-top : 1px solid #f0f0f0;
padding    : 8px 0 0;
margin-top : 8px;
}
.list-sitemap > li:first-child {
padding-top : 0;
margin-top  : 0;
border      : none;
}
.list-sitemap a {
color       : #1b1b1b;
font-size   : 16px;
line-height : 18px;
font-weight : bold;
}
.list-sitemap a:hover {
color : #1f97ff;
}
.list-sitemap .sub-menu > a {
cursor : default;
}
.list-sitemap .sub-menu > a:hover {
color : #1b1b1b;
}
.list-sitemap ul {
margin     : 0;
list-style : none;
}
.list-sitemap ul li {
padding-left : 22px;
}
.list-sitemap ul li a {
font-weight : normal;
}
.block-sitemap {
margin-top : 19px;
}
.list-sitemap ul li a {
font-size : 16px !important;
}
.list-10 a {
font-size   : 16px !important;
font-weight : normal;
} .block-widget.extra {
margin-top : 20px;
}
.block-widget.extra1 .btn-small {
margin : 4px 0 18px;
}
.block-widget,
.widget.widget_recent_comments:not(.fw),
.reviver_blog .post.sticky {
background            : none repeat scroll 0 0 #FFFFFF;
border                : 5px solid #F0F0F0;
-webkit-border-radius : 0 5px 5px 5px;
-moz-border-radius    : 0 5px 5px 5px;
border-radius         : 0 5px 5px 5px;
overflow              : hidden;
padding               : 20px 20px 13px;
margin-bottom         : 30px;
position              : relative;
z-index               : 1;
}
.block-widget h4.heading-h4,
.checkout #order_review_heading,
.widget.widget_recent_comments:not(.fw) h4 {
border-bottom : 2px solid #f0f0f0;
padding       : 7px 0 17px;
margin-bottom : 24px;
}
.block-widget p,
.widget.widget_recent_comments:not(.fw) p {
font-size   : 14px;
line-height : 21px;
} .widget.flickr { }
.widget.flickr img,
.widget.flickr .flickr_badge_image {
float  : left;
width  : 68px;
height : 70px;
margin : 2px !important;
}
.widget.flickr .flickr_badge_image {
margin : 1px !important;
width  : 70px !important;
}
.fw.s2_form_widget.span8.offset2 > .widget.s2_form_widget {
margin-left : 16px;
}
.testimonial-content, .testimonial-content p {
display       : block;
z-index       : 2;
position      : relative;
color         : #1b1b1b;
font-style    : italic;
margin-bottom : 6px;
font-size     : 16px !important;
font-weight   : normal !important;
line-height   : 26px !important;
}
.widget_categories:not(.fw),
.row:not(.fw) .widget_recent_comments,
.widget_tag_cloud:not(.fw),
#flickr-widget-2:not(.fw),
.page-sidebar.widget_text:not(.fw),
.widget_recent_entries:not(.fw),
.widget_archive:not(.fw),
.widget_meta:not(.fw),
.widget_pages:not(.fw),
.widget_calendar:not(.fw),
.widget_rss:not(.fw),
.widget_text:not(.widget-404):not(.fw),
.widget_nav_menu:not(.fw) {
background            : none repeat scroll 0 0 #FFFFFF;
border                : 5px solid #F0F0F0;
-webkit-border-radius : 0 5px 5px 5px;
-moz-border-radius    : 0 5px 5px 5px;
border-radius         : 0 5px 5px 5px;
overflow              : hidden;
padding               : 20px 20px 13px;
margin-bottom         : 30px;
position              : relative;
z-index               : 1;
}
.widget_search {
margin-bottom : 30px;
}
.widget_categories:not(.fw) h4,
.widget_recent_comments:not(.fw) h4,
.widget_tag_cloud:not(.fw) h4,
#flickr-widget-2:not(.fw) h4,
.page-sidebar.widget_text:not(.fw) h4,
.widget_recent_entries:not(.fw) h4,
.widget_archive:not(.fw) h4,
.widget_meta:not(.fw) h4,
.widget_search:not(.fw) h4,
.widget_pages:not(.fw) h4,
.widget_calendar:not(.fw) h4,
.widget_rss:not(.fw) h4,
.widget_text:not(.fw):not(.widget-404) h4,
.widget_nav_menu:not(.fw) h4,
.woo_widget h4 {
border-bottom : 2px solid #f0f0f0;
padding       : 7px 0 17px;
margin-bottom : 24px;
}
#wp-calendar:not(.fw) {
width : 100%;
}
#wp-calendar tbody {
text-align : center;
}
.page-sidebar.widget_text:not(.fw) h3 {
font-size   : 18px !important;
font-weight : 600;
}
.widget_categories:not(.fw) ul,
.widget_pages:not(.fw) > ul,
.widget_meta:not(.fw) > ul,
.widget_recent_entries:not(.fw) > ul,
.widget_rss:not(.fw) > ul,
.widget_nav_menu:not(.fw) > ul {
margin : -2px 0 10px;
}
.widget_categories:not(.fw) ul li:first-child,
.widget_pages:not(.fw) > ul li:first-child,
.widget_meta:not(.fw) > ul li:first-child,
.widget_recent_entries:not(.fw) > ul li:first-child,
.widget_rss:not(.fw) > ul li:first-child,
.widget_nav_menu:not(.fw) > .menu-main-navigation-container li:first-child,
.widget_archive:not(.fw) > ul li:first-child {
border-top : 0px;
}
.widget_categories ul li,
.widget_pages > ul li,
.widget_meta > ul li,
.widget_recent_entries > ul li,
.widget_rss > ul li,
.widget_nav_menu > .menu-main-navigation-container ul li,
.widget_archive > ul li {
border-top  : 1px solid #f0f0f0;
margin-top  : 7px;
padding-top : 9px;
font-size   : 14px;
line-height : 18px
}
.widget_categories.fw a,
.widget_recent_comments.fw a,
.widget_tag_cloud.fw a,
#flickr-widget-2.fw a,
.page-sidebar.widget_text.fw a,
.widget_recent_entries.fw a,
.widget_archive.fw a,
.widget_meta.fw a,
.widget_pages.fw a,
.widget_calendar.fw a,
.widget_rss.fw a,
.widget_text.fw a,
.widget_nav_menu.fw a,
.fw .widget_recent_comments h4,
.fw .widget_recent_comments ul li a,
.fw .widget_recent_comments ul li,
.fw .widget_recent_comments ul li:before,
.fw #calendar_wrap {
color : #ffffff;
}
.widget_categories.fw ul li:first-child,
.widget_pages.fw > ul li:first-child,
.widget_meta.fw > ul li:first-child,
.widget_recent_entries.fw > ul li:first-child,
.widget_rss.fw > ul li:first-child,
.widget_nav_menu.fw > .menu-main-navigation-container li:first-child {
border-top : 0px;
}
.fw #form-search input {
width : 100%;
}
#search404 .widget_search > h4 {
display : none;
}
#search404 .widget_search [class*="yith-ajaxsearchform-container"] {
width : 100%;
}
.widget_recent_comments ul li {
padding-left  : 27px;
margin-bottom : 12px;
font-size     : 14px;
color         : #6a6a6a;
line-height   : 20px;
position      : relative;
margin-left   : -25px;
}
.widget_recent_comments ul li:hover:before {
color : #1f97ff;
}
.widget_recent_comments ul li:before {
font-family : FontAwesome;
font-size   : 16px;
line-height : 18px;
content     : "\f0e6";
position    : absolute;
top         : 0;
left        : 0;
color       : #1b1b1b;
}
.widget_recent_comments ul li a {
color : #1b1b1b;
}
.widget_recent_comments ul li a:hover {
color : #1f97ff;
}
.widget_tag_cloud .tagcloud a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
background            : #F0F0F0;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
border-radius         : 3px;
-webkit-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.15) inset;
-moz-box-shadow       : 0 0 4px rgba(0, 0, 0, 0.15) inset;
box-shadow            : 0 0 4px rgba(0, 0, 0, 0.15) inset;
border                : none;
display               : inline-block;
font-size             : 13px;
line-height           : 18px;
color                 : #1b1b1b;
padding               : 6px 14px;
text-shadow           : none;
transition            : all 0.3s ease 0s;
font-size             : 13px !important;
line-height           : 18px;
margin-bottom         : 5px;
}
.widget_tag_cloud.fw .tagcloud a {
color : #1b1b1b;
}
.widget_tag_cloud .tagcloud a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
color              : #fff;
background         : #1f97ff;
-webkit-box-shadow : 0 0 4px rgba(0, 0, 0, 0.5) inset;
-moz-box-shadow    : 0 0 4px rgba(0, 0, 0, 0.5) inset;
box-shadow         : 0 0 4px rgba(0, 0, 0, 0.5) inset;
border-radius      : 3px;
border             : none;
}
.widget_tag_cloud.fw .tagcloud a:hover {
color : #ffffff;
}
.widget #form-search {
position : relative;
top      : 0;
width    : auto;
}
.widget [class*="yith-ajaxsearchform-container"] {
float : none;
}
.widget .autocomplete-suggestions {
left : 0px;
top  : 41px;
}
.fw .span2 select {
width : 170px;
} .category #accordion.list li:first-child,
.widget_product_categories #accordion.list li:first-child,
.yith-wcan-list li:first-child {
border : none;
}
.widget_calendar table tr th,
.widget_calendar table tr td {
border  : 0;
padding : 0px;
}
.category #accordion.list li,
.widget_product_categories #accordion.list li,
.yith-wcan-list li {
font           : 16px/20px Arial, Helvetica, sans-serif;
float          : none;
position       : relative;
padding        : 10px 0 10px 0px;
height         : auto;
background     : none;
text-transform : none;
border-top     : 1px solid #f0f0f0;
}
.category .list li,
.widget_product_categories .list li {
font-weight : 400;
font-size   : 14px;
}
.category #accordion.list li a,
.widget_product_categories #accordion.list li .amout,
.yith-wcan-list li a,
.yith-wcan-list li a .count {
color              : #1b1b1b;
text-decoration    : none;
padding            : 0;
display            : inline-block;
background         : none;
-webkit-transition : margin-left 0.5s linear, color 0.5s linear;
-moz-transition    : margin-left 0.5s linear, color 0.5s linear;
-o-transition      : margin-left 0.5s linear, color 0.5s linear;
-ms-transition     : margin-left 0.5s linear, color 0.5s linear;
transition         : margin-left 0.5s linear, color 0.5s linear;
}
.category .VmArrowdown,
.widget_product_categories .VmArrowdown {
opacity    : 1;
-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height     : 23px;
width      : 23px;
float      : none;
position   : absolute;
right      : 0;
top        : 8px;
}
#accordion.product-categories li.current-cat > a {
font  : 600 16px/20px Arial, Helvetica, sans-serif !important;
color : #1f97ff;
}
#accordion.product-categories li.current-cat > a:hover {
color : #282828;
}
.category .VmArrowdown i,
.widget_product_categories .VmArrowdown i {
font-size : 14px;
}
.category .VmArrowdown.expanded i::before,
.widget_product_categories .VmArrowdown.expanded i::before {
content : "\f106";
}
.close {
float       : right;
font-weight : bold;
line-height : 20px;
color       : #282828;
text-shadow : 0 1px 0 #ffffff;
opacity     : 0.2;
filter      : alpha(opacity=20);
}
.category li.parent ul,
.widget_product_categories li.cat-parent ul {
display : none;
}
.t3-module ul,
.t3-module ol {
margin-left : 20px;
}
.category #accordion.list .level1 li:first-child,
.widget_product_categories #accordion.list .level1 li:first-child {
margin-top : 10px;
}
.category #accordion.list .level1 li a,
.widget_product_categories #accordion.list .level1 li a {
font-weight : normal;
margin-left : 20px;
}
.category #accordion.list .level1 li,
.widget_product_categories #accordion.list .level1 li {
background     : none;
padding-left   : 0px;
border         : none;
border-top     : 1px solid #f0f0f0;
padding-top    : 10px;
padding-bottom : 10px;
font           : normal 16px/21px Arial, Helvetica, sans-serif;
}
.category #accordion.list ul,
.widget_product_categories #accordion.list ul {
margin : 0;
}
.category #accordion.list .level1 .level2 li:first-child,
.widget_product_categories #accordion.list .level1 .level2 li:first-child {
margin-top : 10px;
}
.category #accordion.list .level1 .level2 li a,
.widget_product_categories #accordion.list .level1 .level2 li a {
font-weight : normal;
margin-left : 40px;
font-size   : 14px;
}
.category #accordion.list li:last-child,
.widget_product_categories #accordion.list li:last-child {
padding-bottom : 0;
}
.category #accordion.list,
.widget_product_categories #accordion.list,
.widget_layered_nav .yith-wcan-list {
padding-bottom : 10px;
}
.widget_product_categories #accordion.list > li a,
.widget_layered_nav .yith-wcan-list li a,
.widget_layered_nav .yith-wcan-list li .count {
font-weight : bold;
} .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
-webkit-border-radius : 1em;
border-radius         : 1em;
background            : #d1d1d1;
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
height : .5em;
}
.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
position   : relative;
text-align : left;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
margin-bottom : 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top    : 0;
height : 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
position              : absolute;
z-index               : 1;
font-size             : .7em;
display               : block;
border                : 0;
background            : #1f97ff;
-webkit-border-radius : 1em;
border-radius         : 1em;
}
.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
position   : relative;
text-align : left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
position              : absolute;
z-index               : 2;
width                 : .9em;
height                : .9em;
-webkit-border-radius : 1em;
border-radius         : 1em;
border                : 1px solid #d1d1d1;
cursor                : pointer;
background            : #1f97ff;
outline               : 0;
top                   : -.3em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
margin-left : -6px;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
text-align  : right;
line-height : 2.4em;
font-size   : .8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
float : left;
}
.widget.widget_icl_lang_sel_widget {
background : none;
border     : none;
overflow   : visible;
z-index    : 2;
}
.widget.widget_icl_lang_sel_widget li {
z-index : 2;
} aside {
border-top     : 3px solid #131313;
position       : relative;
background     : #262626;
padding-bottom : 30px;
font-size      : 14px;
line-height    : 22px;
}
aside .h3 {
font-size      : 20px;
line-height    : 1.2em;
text-transform : none;
color          : #fff;
}
aside .fw:not(.special_widget) .h3 {
padding : 43px 0 21px;
}
aside p,
aside .search,
.address-1 span {
color       : #c6c6c6;
line-height : 20px;
}
.extra-aside {
padding : 37px 0 29px;
}
.fw.s2_form_widget p {
font-size : 13px;
}
.extra-aside .fw.s2_form_widget.extra span {
font-size   : 20px;
font-family : 'Open Sans', sans-serif;
line-height : 42px;
color       : #f9f9f9;
}
.extra-aside .fw.s2_form_widget.extra [id^="newsletter"] input {
width : 574px;
}
.address-1 span {
display        : block;
padding-left   : 23px;
position       : relative;
font-size      : 14px;
line-height    : 20px;
padding-bottom : 10px;
}
.address-1 span a {
color : #ffffff;
}
.address-1 span a:hover {
color : #1f97ff;
}
.address-1 span.mail-info {
padding-bottom : 21px;
}
.address-1 i {
color       : #1f97ff;
font-size   : 12px;
position    : absolute;
top         : 0;
left        : 0;
line-height : 20px;
}
.link-1 {
color : #ffffff;
}
.list-footer {
display : block;
*zoom   : 1;
margin  : 0;
}
.list-footer::before,
.list-footer:after {
display     : table;
content     : "";
line-height : 0;
}
.list-footer:after {
clear : both;
}
.list-footer li {
display     : block;
margin      : 0;
line-height : 20px;
padding     : 0 0 10px;
color       : #fff;
}
.list-footer li a {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
font-size          : 14px;
color              : #ffffff;
padding-left       : 15px;
position           : relative;
}
.list-footer li a:hover {
color : #1f97ff;
}
.list-footer li a::before {
font-size          : 5px;
content            : "\f111";
font-family        : FontAwesome;
line-height        : 16px;
position           : absolute;
top                : 0;
left               : 0;
color              : #c6c6c6;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.list-footer li a:hover::before {
color : #1f97ff;
}
.list-footer li a:hover {
padding-left : 12px;
}
aside.extra-aside .fw.s2_form_widget form label,
aside.extra-aside .fw.s2_form_widget form br {
display : none;
}
aside.extra-aside .fw.s2_form_widget h3 {
padding-top  : 30px;
margin-right : 10px;
margin-top   : 3px;
float        : left;
}
body.logged-in aside.extra-aside .fw.s2_form_widget h3 {
padding-top : 0px;
}
aside.extra-aside .special_widget h3 {
float : none;
}
.fw.s2_form_widget input[type="submit"] {
padding : 12px 20px;
}
.fw.s2_form_widget input[type="submit"]:hover {
color            : #1b1b1b;
background-color : #e1e1e1;
background-image : -moz-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#dcdcdc));
background-image : -webkit-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image : -o-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image : linear-gradient(to bottom, #e4e4e4, #dcdcdc);
}
.fw .fw.s2_form_widget p {
color : #c6c6c6;
}
.fw .fw.s2_form_widget form {
margin-top : 12px;
}
.fw .fw.s2_form_widget input:not([type="submit"]) {
border                : none;
background            : #f0f0f0;
padding               : 10px 12px;
margin                : 0;
font-size             : 13px;
line-height           : 20px !important;
color                 : #999999;
outline               : none;
width                 : 100%;
-webkit-box-shadow    : 0 0 0 rgba(0, 0, 0, 0);
-moz-box-shadow       : 0 0 0 rgba(0, 0, 0, 0);
box-shadow            : 0 0 0 rgba(0, 0, 0, 0);
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
height                : 40px;
}
.fw .fw.s2_form_widget p label,
.fw .fw.s2_form_widget p br {
display : none;
}
aside.extra-aside .fw.s2_form_widget p {
float         : left;
margin-right  : 10px;
margin-bottom : 0;
}
aside.extra-aside .fw.s2_form_widget p a,
.fw .fw.s2_form_widget p a {
color           : #2498ff;
text-decoration : underline;
}
aside.extra-aside .fw.s2_form_widget p a:hover,
.fw .fw.s2_form_widget p a:hover {
text-decoration : underline;
}
aside.extra-aside .fw.s2_form_widget .search input[type=text] {
width          : 98%;
height         : 40px;
padding-top    : 0;
padding-bottom : 0;
}
body.page-template.page-template-templatescomming_soon-php aside.extra-aside .s2_form_widget h3 {
display : none
}
.page-template-templatescomming_soon-php h2.page-title {
float      : none;
text-align : center;
} .tweet_list {
margin     : -2px 0 0;
list-style : none;
}
.tweet_list li {
position    : relative;
padding     : 0 0 10px 15px;
font-size   : 14px;
line-height : 21px;
color       : #c6c6c6;
}
.tweet_list li::before {
font-size          : 5px;
content            : "\f111";
font-family        : FontAwesome;
line-height        : 16px;
position           : absolute;
top                : 3px;
left               : 0;
color              : #c6c6c6;
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
.tweet_list li:hover::before {
color : #1f97ff;
}
.tweet_list li a {
font-size       : 13px;
line-height     : 21px;
text-decoration : none;
color           : #999999;
font-style      : italic;
}
.tweet_list li a:hover {
color : #ffffff;
}
.tweet_list li .tweet_text a {
font-size  : 14px;
color      : #fff;
font-style : normal;
}
.tweet_list li .tweet_text a:hover {
color : #1f97ff;
} .fb-block .fb_iframe_widget span {
height : 240px !important;
}
.fb-block .fb_iframe_widget,
.fb-block .fb_iframe_widget span,
.fb-block .fb_iframe_widget span iframe[style] {
width : 100% !important;
}
.fb-block .fb_iframe_widget span iframe[style] {
height : 240px !important;
width  : 100% !important;
}
.fb-block .fb_iframe_widget,
.fb-block .fb_iframe_widget span,
.fb-block .fb_iframe_widget span iframe[style] {
width : 100% !important;
}
.fb-block .fb_iframe_widget iframe {
position : absolute;
}
.addthis_toolbox {
display     : inline-block;
margin-left : 12px;
line-height : 0;
}
.pluginBoxDivider {
border-top : 1px solid #38393a !important;
}
[id^="newsletter"] {
margin      : 0;
padding-top : 2px;
}
[id^="newsletter"] .rel {
*zoom : 1;
}
[id^="newsletter"] .rel::before,
[id^="newsletter"] .rel:after {
display     : table;
content     : "";
line-height : 0;
}
[id^="newsletter"] .rel:after {
clear : both;
}
[id^="newsletter"] input {
border                : none;
background            : #f0f0f0;
padding               : 10px 12px;
margin                : 0 0 10px;
font-size             : 13px;
line-height           : 20px !important;
color                 : #999999;
outline               : none;
width                 : 100%;
-webkit-box-shadow    : 0 0 0 rgba(0, 0, 0, 0);
-moz-box-shadow       : 0 0 0 rgba(0, 0, 0, 0);
box-shadow            : 0 0 0 rgba(0, 0, 0, 0);
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
-webkit-box-sizing    : border-box;
-moz-box-sizing       : border-box;
box-sizing            : border-box;
height                : 40px;
}
[id^="newsletter"] button {
padding : 12px 20px;
} .fb_fans {
color          : #808080;
font-size      : 11px;
padding-bottom : 7px;
}
.fb_fans a {
color : #ffffff;
}
.fb_followers {
margin     : 0 0 0 -3px;
list-style : none;
overflow   : hidden;
}
.fb_followers li {
float  : left;
margin : 0 0 3px 3px;
}
.fb_followers .fb_name {
display : none;
} #gotoTop {
background            : #262626;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
bottom                : 30px;
color                 : #FFFFFF;
cursor                : pointer;
display               : none;
font-size             : 24px;
height                : 40px;
left                  : auto;
line-height           : 35px !important;
position              : fixed;
right                 : 30px;
text-align            : center;
top                   : auto;
transition            : background-color 0.2s linear 0s;
width                 : 40px;
z-index               : 100;
}
#gotoTop::before {
-webkit-transition : all 0.3s ease;
-moz-transition    : all 0.3s ease;
-o-transition      : all 0.3s ease;
transition         : all 0.3s ease;
}
#gotoTop:hover {
background : #f0f0f0;
}
#gotoTop:hover::before {
color : #262626;
}
.block-bottom {
padding : 11px 0;
}
.privacy {
font-size : 14px;
color     : #777777;
padding   : 12px 0;
float     : left;
}
.privacy span {
color : #ffffff;
}
.payment {
margin-left    : 25px;
display        : inline-block;
position       : relative;
line-height    : 0;
vertical-align : top;
}
.social-bottom {
float       : right;
padding-top : 12px;
} .social {
bottom	 : 10px;
position : fixed;
right    : 0;
z-index  : 99;
width    : 40px;
}
.social ul {
list-style : none outside none;
margin     : 0;
padding    : 0;
}
.social li {
margin-bottom : 1px;
}
.social a {
background-color : #262626;
border-radius    : 6px 0 0 6px;
display          : block;
height           : 36px;
margin           : 0;
outline          : medium none;
padding          : 4px 0 0;
transition       : all 0.3s ease 0s;
width            : 40px;
text-align       : center;
}
.social .facebook:hover {
background-color : #3b5998;
}
.social .mail:hover {
background-color : #e92d00;
}
.social .twitter:hover {
background-color : #2daae1;
}
.social .google:hover {
background-color : #f63e28;
}
.social .linkedin:hover {
background-color : #0073b2;
}
.social .pinterest:hover {
background-color : #cb2027;
}
.social .youtube:hover {
background-color : #ff3132;
}
.social .vimeo:hover {
background-color : #44b0de;
}
.social .flickr:hover {
background-color : #ff0084;
}
.social .instagram:hover {
background-color : #44b0de;
}
.social .behance:hover {
background-color : #B2D5F1;
}
.social .dribbble:hover {
background-color : #F26798;
}
.social .skype:hover {
background-color : #6EBCEC;
}
.social .skypecall:hover {
background-color : #6EBCEC;
}
.social .soundcloud:hover {
background-color : #F79010;
}
.social .yelp:hover {
background-color : #FF0000;
}
.social .tumblr:hover {
background-color : #3D5875;
}
.social .deviantart:hover {
background-color : #8D962B;
}
.social .weibo:hover {
background-color : #E0DEDF;
}
.social .github:hover {
background-color :#B899A9;
}
.social .slideshare:hover {
background-color : #96BED0;
}
.social .reddit:hover {
background-color : #B5CADF;
}
.social .digg:hover {
background-color : #1BBCFD;
}
.social .youtube i {
font-size : 24px;
}
.social .twitter i {
font-size : 23px;
}
.social i {
color       : #fff;
font-size   : 18px;
line-height : 30px;
} .vc_row .main-slider {
padding : 0px !important;
}
.vc_row-fluid.box-tabs .vc_col-sm-6 { }
.wpb_content_element {
margin-bottom : 0px !important;
}
h2.wpb_heading.wpb_video_heading {
margin    : 12px 0px 23px 0px;
font-size : 25px;
}
.wpb_wrapper > h3 { margin-top : 0px;
} .wpb_gallery_heading {
padding        : 0;
text-transform : uppercase;
font-size      : 18px;
layout-flow    : 20px;
font-weight    : 600;
padding        : 6px 0 27px;
}
.wpb_gallery {
min-height  : 200px !important;
margin-left : 10px;
}
.wpb_gallery ul li:first-child {
margin-left : 0px !important;
}
.wpb_gallery ul li {
margin : 0 14px 10px 14px !important;
}
.wpb_gallery ul li:last-child {
margin-right : 0px !important;
}
.wpb_gallery ul li img {
border-radius : 5px;
}
.wpb_gallery ul li img:hover {
box-shadow : 0 0 2px #c6c6c6;
}  .alignnone {
margin : 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display : block;
margin  : 5px auto 5px auto;
}
.alignright {
float  : right;
margin : 5px 0 20px 20px;
}
.alignleft {
float  : left;
margin : 5px 20px 20px 0;
}
a img.alignright {
float  : right;
margin : 5px 0 20px 20px;
}
a img.alignnone {
margin : 5px 20px 20px 0;
}
a img.alignleft {
float  : left;
margin : 5px 20px 20px 0;
}
a img.aligncenter {
display      : block;
margin-left  : auto;
margin-right : auto
} .wp-caption {
background : transparent;
border     : none;
color      : #777777;
margin     : 0 0 24px 0;
max-width  : 474px;
padding    : 0;
text-align : left;
}
.html5-captions .wp-caption {
padding : 0;
}
.wp-caption.alignleft {
margin : 7px 14px 7px 0;
}
.html5-captions .wp-caption.alignleft {
margin-right : 24px;
}
.wp-caption.alignright {
margin : 7px 0 7px 14px;
}
.wp-caption.alignright img,
.wp-caption.alignright .wp-caption-dd {
padding-left : 10px;
}
.html5-captions .wp-caption.alignright {
margin-left : 24px;
}
.html5-captions .wp-caption.alignright img,
.html5-captions .wp-caption.alignright .wp-caption-dd {
padding : 0;
}
.wp-caption.aligncenter {
margin : 7px auto;
}
.wp-caption-dt {
margin : 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
font-size          : 12px;
font-style         : italic;
line-height        : 1.5;
margin             : 9px 0;
padding            : 0 10px 0 0; text-align         : left;
}
.mceTemp + ul,
.mceTemp + ol {
list-style-position : inside;
}
.gallery-caption {
}
.bypostauthor {
} .gallery .gallery-item {
float    : left;
margin   : 0 4px 4px 0;
overflow : hidden;
padding  : 0;
position : relative;
}
.gallery-columns-1 .gallery-item {
max-width : 100%;
width     : auto;
}
.gallery-columns-2 .gallery-item {
max-width : 48%;
max-width : -webkit-calc(50% - 14px);
max-width : calc(50% - 14px);
width     : auto;
}
.gallery-columns-3 .gallery-item {
max-width : 32%;
max-width : -webkit-calc(33.3% - 11px);
max-width : calc(33.3% - 11px);
width     : auto;
}
.gallery-columns-4 .gallery-item {
max-width : 23%;
max-width : -webkit-calc(25% - 9px);
max-width : calc(25% - 9px);
width     : auto;
}
.gallery-columns-5 .gallery-item {
max-width : 19%;
max-width : -webkit-calc(20% - 8px);
max-width : calc(20% - 8px);
width     : auto;
}
.gallery-columns-6 .gallery-item {
max-width : 15%;
max-width : -webkit-calc(16.7% - 7px);
max-width : calc(16.7% - 7px);
width     : auto;
}
.gallery-columns-7 .gallery-item {
max-width : 13%;
max-width : -webkit-calc(14.28% - 7px);
max-width : calc(14.28% - 7px);
width     : auto;
}
.gallery-columns-8 .gallery-item {
max-width : 11%;
max-width : -webkit-calc(12.5% - 6px);
max-width : calc(12.5% - 6px);
width     : auto;
}
.gallery-columns-9 .gallery-item {
max-width : 9%;
max-width : -webkit-calc(11.1% - 6px);
max-width : calc(11.1% - 6px);
width     : auto;
}
.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-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
margin-left : 12px; }
.gallery .gallery-caption {
background-color   : rgba(0, 0, 0, 0.7);
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
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 .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;
}  body.ie .navbar_ .nav-collapse_ {
overflow : visible;
}
body.ie #panel .nav-collapse.collapse {
overflow : visible;
}
body.ie #advanced span.trigger strong {
filter : alpha(opacity=0);
}
body.ie #advanced.closed span.trigger strong {
filter : alpha(opacity=100);
}
body.ie #advanced .dropdown-menu li li a {
display : inline-block;
}
body.ie .table_plan .head_table td.table_selected {
width : inherit !important;
}
body.ie .table_plan .footer_table td.table_selected {
width : inherit !important;
}
body.ie [class^="btn-"],
body.ie [class^="btn-"]:hover,
body.ie [class^="progress"],
body.ie .progress.bar {
filter : none;
}
body.ie .dropcap2 p:first-child:first-letter {
padding : 10px 13px !important;
}
body.ie .block-btns .yith-wcwl-wishlistexistsbrowse a,
body.ie .block-btns .yith-wcwl-add-button a,
body.ie .block-btns .added_to_cart,
body.ie .block-btns .yith-wcwl-wishlistaddedbrowse a,
body.ie .block-btns .button-cart,
body.ie .block-btns .compare-button a {
text-indent : 0px !important;
font-size   : 0px !important;
display     : inline-block !important;
filter      : none !important;
}
body.ie .block-btns a.btn-white::before,
body.ie .block-btns a.added_to_cart::before,
body.ie .block-btns a.btn-blue::before,
body.ie .block-btns .yith-wcwl-add-to-wishlist a::before,
body.ie .block-btns .button-cart::before,
body.ie .block-btns .compare-button a::before {
left          : 0px !important;
right         : 0px !important;
font-size     : 24px !important;
border-bottom : 1px solid #a7a7a7;
padding       : 0px;
filter        : none !important;
line-height   : 39px !important
}
body.ie .block-btns a.btn-white::before,
body.ie .block-btns .yith-wcwl-add-to-wishlist a::before,
body.ie .block-btns .compare-button a::before {
background-color : #e1e1e1 !important;
filter           : none !important;
}
body.ie .block-btns a.added_to_cart::before,
body.ie .block-btns a.btn-blue::before,
body.ie .block-btns .compare-button a:hover::before {
background-color : #2498ff !important;
filter           : none !important;
}
body.ie .block-btns .yith-wcwl-wishlistexistsbrowse a:hover::before,
body.ie .block-btns .yith-wcwl-add-button a:hover::before,
body.ie .block-btns .added_to_cart:hover::before,
body.ie .block-btns .yith-wcwl-wishlistaddedbrowse a:hover::before,
body.ie .block-btns .yith-wcwl-add-to-wishlist a:hover::before,
body.ie .block-btns .button-cart::before {
background-color : #282828 !important;
filter           : none !important;
}
body.ie .product-image .qv_preview img {
width  : 450px;
height : 450px;
} body.gecko .dropcap2 p:first-child:first-letter {
padding : 12px 13px !important;
}  .flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
z-index : 50;
}
.carousel-7 blockquote.quote2:before {
content : '';
left    : auto;
}
.carousel-7 .next-slide,
.carousel-7 .prev-slide {
z-index : 100;
}
.fleft.v_prev span,
.fright.v_next span {
display : none;
}
.single-tags {
font-size : 13px;
}
.contact-info {
font-size : 15px !important;
}
.author-info {
padding        : 0px !important;
vertical-align : middle !important;
}  @media (max-width : 1199px) {
.block-product {
padding-bottom : 50px;
}
.product_shop .block-product {
padding-bottom : 0;
}
.boxed_layout {
width  : 1020px;
margin : auto;
}
.d_md_none {
display : none;
}
.m_ls_bottom_10 {
margin-bottom : 10px;
}
.m_ls_top_5 {
margin-top : 5px;
}
.poduct_wrap {
margin : 0 -25px -85px !important;
}
.v_tables.v_wishlist td span.hot {
display : none;
}
.tab_var1_pad .v_tables.v_wishlist td,
[class*="table_type_"] tr:first-child th {
padding : 10px;
}
.ms_m_top_10 h2 {
margin-top : 10px !important;
}
.ms_m_left_40 {
margin-left : 40px;
}
.v_contact_form1 .span9,
.v_contact_form1 .span3 {
width : 100%;
}
.v_contact_form1 .span3 {
margin-top : 20px;;
}
.v_detail_order .span4 {
width : 97% !important;
}
.v_detail_order .span4:last-child {
margin-top : 20px;
}
.v_prod_buttons div:last-child a {
padding : 10px 0 0 0;
}
.v_shop_cart tr:first-child th {
padding : 10px;
}
.v_shop_cart.v_tables td {
padding : 10px;
}
.shipping_calculator > p {
display : none;
}
.coupon input[type="submit"] {
float : none;
}
.v_contact_form3 .v_contact_list3 li {
min-width : 200px;
}
header .nav-collapse_ .nav > li > ul > li > ul > li > ul,
header .nav-collapse_ ul.nav > li:nth-child(6) > ul > li > ul,
header .nav-collapse_ ul.nav > li:nth-child(7) > ul > li > ul,
header .nav-collapse_ ul.nav > li:nth-child(8) > ul > li > ul,
header .nav-collapse_ ul.nav > li:nth-child(9) > ul > li > ul {
left : -200px;
}
header.header_2 .nav-collapse_ .nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
left : -200px;
}
header.header_3 .nav-collapse_ .nav > li > a, header.header_7 .nav-collapse_ .nav > li > a {
min-height : 60px;
}
.flexslider, .flexslider1 {
width : 100% !important;
}
h3 {
font-size   : 22px;
line-height : 28px;
}
.view span {
opacity   : 1;
filter    : alpha(opacity=100);
transform : scale(1);
}
.view strong {
color : #ffffff;
}
.accordeon_css3_video ul li .block-accordeon h6 {
margin      : 4px 0 0;
font-size   : 15px;
line-height : 18px;
}
.address-1 span {
padding-left : 16px;
}
header.header_2 .nav-collapse_ .nav > li > a > em {
display : none;
}
header.header_2 .nav-collapse_ .nav > li > a {
text-align    : center;
padding-left  : 10px;
padding-right : 10px;
}
.box-slider-video h2 {
font-size   : 40px;
line-height : 40px;
}
header.header_5 .brand a img {
width  : 180px;
height : auto;
}
.row-slider-2 {
background-color  : #7d8089;
background-image  : -moz-linear-gradient(top, #676a75, #9fa2a6);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#676a75), to(#9fa2a6));
background-image  : -webkit-linear-gradient(top, #676a75, #9fa2a6);
background-image  : -o-linear-gradient(top, #676a75, #9fa2a6);
background-image  : linear-gradient(to bottom, #676a75, #9fa2a6);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff676a75', endColorstr='#ff9fa2a6', GradientType=0);
}
.process_steps .step {
padding : 30px 15px 25px;
}
.process_steps .step h3 {
font-size : 20px;
}
.process_steps_v2 li .namber-step {
font-size   : 122px;
line-height : 1.4em;
}
.top-row-landing h2 {
font-size : 26px;
margin    : 31px 0 20px;
}
.btn-double a {
padding   : 16px 20px;
font-size : 22px;
}
.btn-price .btn-medium {
padding : 10px 20px 11px;
}
.box-customers i {
font-size   : 55px;
line-height : 1.1em;
}
.div_table_1.v_3_colls > div {
width : 300px;
}
.div_table_1.v_5_colls > div {
width : 176px;
}
} @media (min-width : 1200px) {
.boxed_layout {
width  : 1220px;
margin : auto;
}
.boxed_layout .zoomContainer {
left : 35px !important;
}
.block-product {
-webkit-transition : all 0.4s ease;
-moz-transition    : all 0.4s ease;
-o-transition      : all 0.4s ease;
transition         : all 0.4s ease;
height             : 360px;
}
.block-product:hover {
height : 482px;
}
.box-product-hover {
display : block;
}
.box-product .rating,
.box-product .block-btns {
display : none;
}
.block-product:hover .box-product-hover {
opacity           : 1;
filter            : alpha(opacity=100);
-webkit-transform : scale(1);
-moz-transform    : scale(1);
-ms-transform     : scale(1);
-o-transform      : scale(1);
transform         : scale(1);
margin-top        : -241px;
z-index           : 2000;
}
.block-product:hover .box-product {
opacity           : 0;
filter            : alpha(opacity=0);
-webkit-transform : scale(0.8);
-moz-transform    : scale(0.8);
-ms-transform     : scale(0.8);
-o-transform      : scale(0.8);
transform         : scale(0.8);
}
.vc_row.box-tabs {
width       : 100% !important;
margin-left : 0px !important;
}
.compare_table .v_tables tr td h5 {
white-space : nowrap;
}
.row.fullwidth {
margin-left : 0px !important;
}
.row {
margin-left : -30px;
*zoom       : 1;
}
.row.page .vc_column_container.vc_col-sm-12 {
padding : 0px;
}
.v_brand_list .span2 {
width : 21.6%;
}
.row:before,
.row:after {
display     : table;
content     : "";
line-height : 0;
}
.row:after {
clear : both;
}
[class*="span"] {
float       : left;
min-height  : 1px;
margin-left : 30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width : 1170px;
}
.nav-collapse_ .nav > li {
width : 129px;
}
.nav-collapse_ .nav > li:first-child {
width : 128px;
}
.nav-collapse_ .nav > li > a {
font-size   : 14px;
line-height : 20px;
}
.layerslider_container .container {
width : 100%;
}
.block-info .inner-block {
padding-bottom : 158px;
}
.block-info .btn-small {
opacity : 0;
filter  : alpha(opacity=0);
}
.block-info .inner-block > div {
bottom             : -56px;
position           : absolute;
-webkit-transition : 0.3s;
-moz-transition    : 0.3s;
-o-transition      : 0.3s;
transition         : 0.3s;
}
.block-info:hover .inner-block > div {
bottom : 0;
}
.block-info:hover .btn-small {
opacity : 1;
filter  : alpha(opacity=100);
}
.accordeon_css3 ul {
margin : 0;
}
.accordeon_css3 ul li {
margin-right : 30px;
width        : 270px;
}
.accordeon_css3 li:hover,
.accordeon_css3 li.last_accord {
width : 561px;
}
.accordeon_css3 li:hover + .last_accord:after,
.accordeon_css3 li:hover + li + .last_accord:after {
display : none;
}
.block-accordeon {
width : 550px;
}
.block-accordeon .img-polaroid {
width : auto;
}
.block-accordeon span {
font-size : 16px;
}
.block-accordeon em {
font-size   : 13px;
line-height : 24px;
}
.block-accordeon p {
font-size   : 14px;
line-height : 21px;
}
.block-news .badge {
margin-right : 30px;
}
.block_banner {
padding-left : 145px;
}
.block_banner .badge_icon {
line-height : 80px;
padding-top : 0;
width       : 80px;
height      : 80px;
left        : 30px;
top         : 30px;
}
.block_banner i {
font-size   : 40px;
line-height : 80px;
}
.table_plan tr .first_td {
text-align  : left;
border-left : none; width       : 170px;
}
.table_plan tr td {
width : 199px;
}
.div_table_1 > div {
width : 277px;
}
.div_table_1 .selected_div {
width : 278px;
}
.div_table_1.v_3_colls > div {
width : 376px;
}
.block-team .box-team {
margin-bottom  : 77px;
padding-bottom : 30px;
}
.block-team .details {
position   : absolute;
top        : 270px;
left       : 0;
background : #f0f0f0;
right      : 0;
}
.block-team .details h5 {
color         : #1b1b1b;
margin-bottom : 4px;
}
.block-team .details h5 span {
color : #6a6a6a;
}
.block-team .box-info {
height     : 0;
opacity    : 0;
filter     : alpha(opacity=0);
visibility : hidden;
}
.block-team .box-team:hover {
-webkit-box-shadow : 0 -3px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow    : 0 -3px 8px rgba(0, 0, 0, 0.2);
box-shadow         : 0 -3px 8px rgba(0, 0, 0, 0.2);
}
.block-team .box-team:hover .details {
top                : 200px;
background         : #1f97ff;
-webkit-box-shadow : 0 4px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow    : 0 4px 8px rgba(0, 0, 0, 0.3);
box-shadow         : 0 4px 8px rgba(0, 0, 0, 0.3);
}
.block-team .box-team:hover .details h5 {
color         : #fff;
margin-bottom : 12px;
}
.block-team .box-team:hover .details h5 span {
color : #ffffff;
}
.block-team .box-team:hover .details .box-info {
height     : auto;
visibility : visible;
opacity    : 1;
filter     : alpha(opacity=100);
}
.block-team .box-team.default:hover {
box-shadow : none;
}
.block-team .box-team.default:hover .details {
top        : 270px;
background : #F0F0F0;
box-shadow : none;
}
.block-team .box-team.default:hover .details h5 {
color         : #1b1b1b;
margin-bottom : 4px;
}
.block-team .box-team.default:hover .details h5 span {
color : #6a6a6a;
}
.extra-aside [id^="newsletter"] input {
width        : 84%;
float        : left;
margin-right : 10px;
}
.extra-aside [id^="newsletter"] .btn {
float : left;
}
.div_table_1.v_5_colls > div {
width : 222px;
}
.portfolio-2_column .element .box-work {
max-width : 570px !important;
}
.portfolio-2_column .element .box-work img {
width : 570px !important;
}
.portfolio-3_column .element .box-work,
.portfolio-3_column .element .box-work img {
max-width : 370px !important;
}
.portfolio-3_column_sidebar .element .box-work,
.portfolio-3_column_sidebar .element .box-work img {
max-width : 270px !important;
}
.portfolio-4_column .element .box-work,
.portfolio-4_column .element .box-work img {
max-width : 270px !important;
}
header .nav-collapse_ ul.nav > li:nth-child(9) > ul {
left : -71px;
}
.col2.sticky {
width : 42%;
}
.sticky.col3 {
width : 25.333333%;
}
.span9 .col3 {
width : 28.333333%;
}
.span9 .sticky.col3 {
width : 24.333333%;
}
.span9 .col2 {
width : 45%;
}
.span9 .sticky.col2 {
width : 40%;
}
} @media only screen and (max-width : 992px) {
.boxed_layout {
width : 770px;
}
.w_sm_full {
width : 100%;
}
.nav-collapse_ .nav > li > a > .sf-sub-indicator {
display : none;
}
.d_sm_inline_middle {
display        : inline-block;
vertical-align : middle;
}
.t_sm_align_l {
text-align : left;
}
.f_sm_none {
float : none;
}
.m_sm_bottom_20 {
margin-bottom : 20px;
}
.m_xm_top_20 {
margin-top : 20px !important;
}
.jackbox img {
width : 100% !important;
}
.main-menu {
margin-top : 0px;
}
.box-banner .banner > div {
width : 100%;
float : none;
}
.box-banner .banner .btn-medium {
float      : none;
margin-top : 12px;
}
.block-features h4 {
font-size : 16px;
}
.content-div {
padding-bottom : 30px;
padding-top    : 30px;
}
.list-news {
margin-bottom : 30px;
}
.social-bottom,
.privacy {
float : none;
}
.social-bottom {
padding-bottom : 20px;
}
.nav-collapse_ {
height : auto !important;
}
.fb-block .fb_iframe_widget span {
height : 200px !important;
}
.nav-collapse_ {
height : auto !important;
}
.select-menu {
margin-bottom         : 10px;
display               : block !important;
margin-bottom         : 2px;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
width                 : 100%;
border                : 1px solid #e4e4e4;
background            : #F0F0F0;
color                 : #282828;
cursor                : pointer;
}
.select-menu option {
padding-bottom : 3px;
}
.main-menu {
padding-bottom : 0;
}
header.header_4 .main-menu {
margin-top : 12px;
}
header.header_5 .nav-collapse {
clear : inherit;
}
header.header_5 .navbar_ .brand {
margin : 0;
}
header.header_6 .main-menu {
margin-top : 10px;
}
.block-account .span5 {
width : 45%;
}
.block-account .offset1 {
margin-left : 20px;
}
.block-account .box-form-account {
margin-left : 0;
}
.box-company strong {
font-size : 116px;
}
.process_steps_v2 li .namber-step {
font-size   : 111px;
line-height : 2em;
}
.btn-small {
padding : 12px 20px;
}
.countdown-event .countdown_section {
width : 64px;
}
.countdown-event .countdown_section .countdown_amount {
font-size : 40px;
}
#form-subscribe input {
width : 55%;
}
.block-countdown h2 {
font-size : 40px;
}
.div_table_1.v_3_colls > div {
width : 228px;
}
.div_table_1.v_5_colls > div {
width : 132px;
}
header .nav-collapse_ ul.nav > li:nth-last-child(1) > ul {
left : -121px;
}
#single_product_info {
width : 100%;
}
.list-landing .dropcap {
margin-left : 13px;
}
.vc_col-sm-8 .vc_col-sm-6 {
width : 100% !important;
}
.span9 [class^="col"] {
width : 89%;
}
.span9 [class^="col"].sticky {
width : 85%;
}
} @media only screen and (min-width : 993px) {
.block-product:hover .quick_btn, .izotop_load li > div:hover .quick_btn, .mod_vm2products #vm2product li > div:hover .quick_btn {
display    : inline-block;
visibility : visible;
}
.block-product:hover .quick_btn, .izotop_load li > div:hover .quick_btn, .mod_vm2products #vm2product li > div:hover .quick_btn {
left : 32%;
}
.quick_btn i {
margin-right : 10px;
}
.quick_btn {
padding            : 10px 15px;
display 		   : none;
position           : absolute;
left               : 10%;
top                : 110px;
z-index            : 998;
text-decoration    : none;
font-size          : 14px;
color              : #1b1b1b;
background         : rgba(225, 225, 225, .7);
border-radius      : 6px;
-webkit-transition : all 0.5s ease-out;
-moz-transition    : all 0.5s ease-out;
transition         : all 0.5s ease-out;
cursor             : pointer;
visibility         : hidden;
}
.quick_btn:hover {
background : #282828;
color      : #fff;
}
} @media only screen and (min-width : 993px) and (max-width : 1199px) {
.boxed_layout .zoomContainer {
left : 50px !important;
}
.col2 {
width : 42%;
}
.col2.sticky {
width : 37%;
}
.col3 {
width : 28%;
}
.sticky.col3 {
width : 24%;
}
.span9 .sticky.col3 {
width : 38%;
}
.span9 .col3 {
width : 42%;
}
.span9 .col2 {
width : 44%;
}
.span9 .sticky.col2 {
width : 38%;
}
.nav-collapse_ {
height : auto !important;
}
header.header_2 .nav-collapse_ > .menu-main-navigation-container > ul > li > a {
padding : 21px 7px 19px;
}
header.header_2 .nav-collapse_ .nav > li > ul {
top : 60px;
}
.block_banner {
font-size : 24px;
}
.block_banner span {
font-size : 26px;
}
header.header_2 .navbar_ .brand {
width  : 180px;
height : auto;
}
header.header_2 .nav-collapse_ .nav > li > a > em {
display : none;
}
header.header_6 .nav-collapse_ > .menu-main-navigation-container > ul > li > a {
padding : 21px 9px 19px;
}
#basicuse.thumbs li img,
#basicuse2.thumbs li img {
width : 82px;
}
.nav-collapse_ .nav ul.submenu-extra { width : 940px;
}
.nav-collapse_ .nav ul.submenu-extra div.col-menu-left,
.nav-collapse_ .nav ul.submenu-extra div.col-menu-right {
width : 470px;
}
.nav-collapse_ .nav ul.submenu-extra span {
width : 235px;
}
header.header_3.extra .nav-collapse_ .nav > li > a {
text-align : center;
}
header.header_3.extra .nav-collapse_ .nav > li > ul.sub-menu {
top : 60px;
}
.countdown-event .countdown_section {
width : 87px;
}
#form-subscribe input {
width : 55%;
}
.extra-aside .fw.s2_form_widget.extra [id^="newsletter"] input {
width  : 386px;
margin : 0;
}
.block_banner p {
font-size : 26px;
}
.row.block-team .span3 {
margin-left : 17px;
}
.portfolio-2_column .element .box-work,
.portfolio-2_column .element .box-work img {
width : 450px;
}
.portfolio-3_column .element .box-work,
.portfolio-3_column .element .box-work img {
max-width : 293px !important;
}
.portfolio-3_column_sidebar .element .box-work,
.portfolio-3_column_sidebar .element .box-work img { }
.portfolio-4_column .element .box-work,
.portfolio-4_column .element .box-work img {
max-width : 212px !important;
}
header .nav-collapse_ ul.nav > li:nth-child(9) > ul {
left : -97px;
}
.shop_table.cart tr.cart_item .product-name {
padding-left : 10px;
}
#single_product_info { width : calc(100% - 500px) !important;
}
.widget #form-search input {
padding : 2px 0px 4px 50px;
}
.w_categories .span3{
width: 21% !important;
}
} @media (min-width : 769px) and (max-width : 1199px) {
.vc_row.box-tabs {
width        : 100% !important;
margin-left  : auto !important;
margin-right : auto !important;
}
.vc_col-sm-2 .button {
margin-right : 0px !important;
padding      : 16px 28px 18px;
}
.v_tables.v_wishlist .product-stock-status,
.v_tables.v_wishlist .product-price {
width   : 50px !important;
padding : 20px 15px;
}
.v_tables.v_wishlist .product-add-to-cart {
width : 185px;
}
.v_tables.v_wishlist .product-image {
padding : 10px;
}
} @media (min-width : 769px) and (max-width : 992px) {
.nav-tabs > li > a i {
width        : 18px !important;
margin-right : 3px !important;
}
header.header_3 .nav-collapse_ .nav > li > a, header.header_7 .nav-collapse_ .nav > li > a {
min-height : 80px !important;
}
.vc_col-sm-8 .list-news > .span4 {
width         : 96%;
margin-bottom : 15px;
}
.block-btns .yith-wcwl-wishlistexistsbrowse a::before,
.block-btns .yith-wcwl-add-button a::before,
.block-btns .added_to_cart::before,
.block-btns .yith-wcwl-wishlistaddedbrowse a::before,
.block-btns .compare-button a::before,
.block-btns .add_to_cart_button::before,
.block-btns .product_type_grouped::before,
.block-btns .product_type_variable::before,
.block-btns .product_type_simple::before {
font-size : 18px;
}
.block-btns .button-like,
.block-btns .button-compare,
.block-btns .compare-button a,
.block-btns a.add_to_wishlist,
.block-btns .yith-wcwl-wishlistexistsbrowse a,
.block-btns .yith-wcwl-wishlistaddedbrowse a,
.block-btns .button-cart {
border-radius : 0px;
height        : 34px !important;
}
.carousel-2 .div-control,
.carousel-8 .div-control {
top  : -20px !important;
left : 0;
}
.carousel-2 blockquote,
.foto-carousel figure,
#carousel-8 > li {
margin-top : 20px !important;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width : 724px;
}
.span8 .nav-tabs > li > a {
font-size : 14px;
padding   : 10px 5px 15px;
}
.ls_tables .span6 {
width : 460px;
}
.v_contact_form2 .v_drop li {
width : 100%;
}
aside .span2 {
width : 200px;
}
aside .span3 {
width : 283px;
}
aside .span2:last-child {
margin-left : 155px;
}
.m_sm_bottom_30 {
margin-bottom : 30px !important;
}
.poduct_wrap {
height : 325px !important;
}
.v_detail_order .span4 {
width : 95% !important;
}
.v_prod_buttons div:nth-child(2n) a,
.v_prod_buttons div:last-child a {
padding : 5px 0 0 5px;
}
.hidden-desktop {
display : inherit !important;
}
.visible-desktop {
display : none !important;
}
.visible-tablet {
display : inherit !important;
}
.hidden-tablet {
display : none !important;
}
.w_categories .span3 {
width : 20% !important;
}
.tables_wishlist .span9,
.tables_wishlist .span3 {
width : 98%;
}
.v_ms_resp_colls .span3 {
width : 204px;
}
.v_ms_resp_colls .span9 {
width : 500px;
}
.vc_col-sm-8 .nav-tabs > li > a {
font-size : 14px;
padding   : 10px 5px 15px;
}
header.header_6 .navbar_ .brand {
float : none !important;
}
.navbar_ .navbar-inner {
text-align : center;
}
.box_banner.t_ind .block_banner {
padding : 15px 0 20px 20px;
}
.box_banner.t_ind .block_banner .badge_icon {
display : none;
}
.panel.head > .container > .clearfix {
text-align : center;
}
.block_language {
float   : none;
display : inline-block;
}
.widget #form-search input {
width : 145px;
}
.col2 {
width : 42%;
}
.col3 {
width : 44%;
}
.col2.sticky {
width : 38%;
}
.col3.sticky {
width : 38%;
}
header.header_2 .navbar_ .collapse {
float : none;
}
header.header_2 .navbar_ .brand {
width      : 150px;
height     : auto;
margin-top : 0;
}
header.header_2 .nav-collapse_ {
padding-top : 5px;
}
header.header_2 .nav-collapse_ nav ul {
top : 39px;
}
header.header_2 .nav-collapse_ > ul > li > a,
header.header_2 .nav-collapse_ .nav > li > a {
padding   : 11px 10px 7px;
font-size : 12px;
}
header.header_2 .block-form #form-search {
top : -9px;
}
header.header_2 .block-form {
margin-top : 5px;
}
.nav-collapse_ .nav > li {
width : 79px;
}
.nav-collapse_ .nav > li > a {
font-size   : 10px;
line-height : 20px;
}
.nav-collapse_ .nav > li:first-child {
width : 81px;
}
#head-form input {
width : 150px;
}
.accordeon_css3 ul {
height : 138px;
}
.accordeon_css3 ul li {
margin-right : 20px;
width        : 166px;
}
.accordeon_css3 li:hover .img-polaroid,
.accordeon_css3 li.last_accord .img-polaroid,
.accordeon_css3_video li:hover .img-polaroid,
.accordeon_css3_video li.last_accord .img-polaroid {
margin-right : 15px;
}
.accordeon_css3 li:hover,
.accordeon_css3 li.last_accord {
width : 352px;
}
.block-accordeon {
width : 352px;
}
.block-accordeon .img-polaroid {
width        : 166px;
margin-right : 15px;
}
.block-accordeon p {
display : none;
}
.block-accordeon em {
display : block;
}
.block-accordeon span {
font-size : 12px;
}
.box_banner .span4 {
width  : 30%;
float  : left;
margin : 0 15px 0 0;
}
.box_banner .span4 .block_banner {
font-size    : 20px;
padding-left : 20px;
}
.box_banner .span4 .block_banner p {
font-size : 26px;
}
.box_banner .span4 .block_banner span {
font-size : 24px;
}
.box_banner .span4 .block_banner .badge_icon {
display : none;
}
.table_plan tr .first_td {
text-align  : left;
border-left : none; font-size   : 13px;
}
.table_plan tr td {
font-size : 13px;
}
.table_plan .head_table {
text-align : center;
}
.table_plan .head_table td.table_green {
background : #489b0c;
}
.table_plan .head_table td.table_selected {
font-size : 17px;
}
.table_plan .head_table td.table_selected strong {
font-size : 20px;
}
.table_plan .head_table td {
font-size : 15px;
}
.table_plan .head_table td span {
font-size : 12px;
}
.table_plan .head_table td span strong {
font-size : 20px;
display   : block;
}
.table_plan .head_table td:first-child {
background : none;
}
.table_plan .footer_table td.table_selected {
padding   : 15px 0;
font-size : 17px;
}
.table_plan .footer_table td.table_selected strong {
font-size : 20px;
}
.table_plan .footer_table td {
font-size : 15px;
}
.table_plan .footer_table td span {
font-size   : 12px;
line-height : 20px;
margin      : 6px 0 3px 0;
}
.table_plan .footer_table td span strong {
font-size : 20px;
}
.table_plan .footer_table td:first-child {
background : none;
}
.div_table_1 > div {
width : 168px;
}
.div_table_1 .selected_div {
width : 168px;
}
.content_footer .contacts,
.content_footer .info,
.content_footer .tweets {
width : 228px;
}
.content_footer .fbook,
.content_footer .fw.s2_form_widget {
width : 352px;
}
body:not([class*="woocommerce-wishlist"]):not([class*="woocommerce-cart"]) .list-popular li figure {
float         : none;
margin-right  : 0;
margin-bottom : 10px;
}
.list-popular li figure img {
width : 100%;
}
.carousel-fred_7 .div-control {
position : relative;
}
.list-news.extra .badge {
margin-right : 15px;
}
.block-widget {
padding : 20px 15px 13px;
}
#basicuse.thumbs li img,
#basicuse2.thumbs li img {
width : 60px;
}
.countdown_section {
width : 150px;
}
.countdown_section .countdown_amount {
font-size : 90px;
}
.top-row-landing p {
display : none;
}
.btn-double a {
font-size : 18px;
padding   : 14px 12px;
}
.block-team .span3 {
width : 228px
}
.block-sitemap .span3 {
width : 352px;
}
.span6 .nav-tabs > li > a {
padding : 10px 10px 15px;
}
.v_list_section .span2 {
width : 228px;
}
.v_list_section .span4 {
width : 352px;
}
.v_tabs_bottom {
margin-bottom : 20px;
}
.row.block-team .span3 {
margin-left : 16px;
}
.portfolio-2_column .element .box-work,
.portfolio-2_column .element .box-work img {
width     : 352px;
max-width : 352px;
}
.portfolio-3_column .element .box-work,
.portfolio-3_column .element .box-work img {
max-width : 352px !important;
width     : 352px;
}
.portfolio-3_column_sidebar .element .box-work,
.portfolio-3_column_sidebar .element .box-work img {
max-width : 259px !important;
}
.portfolio-4_column .element .box-work,
.portfolio-4_column .element .box-work img {
max-width : 352px !important;
}
.nav-collapse_ .nav ul.submenu-extra div.col-menu-right {
margin-top : 12px;
}
.vc_col-sm-2 .button {
margin-left : -37px;
}
.boxed_layout .zoomContainer {
left : 35px !important;
}
} @media only screen and (max-width : 768px) {
.top_menu > li > ul {
padding-top : 0px;
left        : 100px !important;
top         : 0;
}
.top_menu li ul li {
margin-top : 0px;
top        : 0;
padding    : 6px 0;
}
.top_menu > li:hover > ul,
.top_menu > li > ul > li:hover > ul {
position : relative;
left     : 0px !important;
}
.boxed_layout {
margin : 0 10px;
}
.w_xs_auto, .boxed_layout {
width : auto;
}
.d_xs_centered {
margin-left  : auto;
margin-right : auto;
}
.v_tables.v_wishlist.v_shop_cart .v_space3 {
padding-top : 0;
}
.d_xs_none {
display : none;
}
#menu_button {
display : block;
}
#menu_button + ul,
.nav-collapse_ .nav ul {
display : none;
}
header.header_4 #menu_button + .menu-main-navigation-container > ul,
header.header_7 #menu_button + .menu-main-navigation-container > ul {
padding-top : 10px;
}
.nav-collapse_ .nav ul ul li a {
padding-left : 30px !important;
}
.nav-collapse_ .nav > li:not(:last-child) {
margin-bottom : 5px;
}
.nav-collapse_ .nav ul.submenu-extra h6 {
margin-top : 10px;
}
header.header_2 .nav-collapse_ .nav > li > ul,
header.header_5 .nav-collapse_ .nav > li > ul,
header.header_4.extra .nav-collapse_ .nav > li > ul,
header.header_7.extra .nav-collapse_ .nav > li > ul {
top : 0 !important;
}
#countdown {
width  : 100% !important;
margin : 0 !important;
}
#countdown.countdown-event .countdown_section {
width         : 22% !important;
margin-bottom : 20px;
}
#countdown.countdown-event .countdown_section:not(:last-child) {
margin : 0 1.2%;
}
.nav-collapse_ .nav,
.nav-collapse_ .nav li,
.nav-collapse_ .nav ul,
.nav-collapse_ .nav ul.submenu-extra,
.nav-collapse_ .nav ul.submenu-extra div[class*="col-menu"],
.nav-collapse_ .nav ul.submenu-extra span,
.nav-collapse_ .nav ul ul {
width              : 100% !important;
float              : none !important;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
box-shadow         : none;
}
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.active,
.nav-collapse_ .nav > li.current_click,
.header_6 .nav-collapse_ .nav > li:hover,
.header_6 .nav-collapse_ .nav > li.active,
.header_6 .nav-collapse_ .nav > li.current_click,
header.header_6 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_6 .nav-collapse_ .nav > li.current_page_item > a,
header.header_6 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_6 .nav-collapse_ .nav > li.current_click > a {
border-left   : 1px solid #e7e7e7;
border-right  : 1px solid #e7e7e7;
border-bottom : 1px solid #e7e7e7;
}
.header_4 .nav-collapse_ .nav > li:hover,
.header_4 .nav-collapse_ .nav > li.active,
.header_4 .nav-collapse_ .nav > li.current_click,
header.header_4 .nav-collapse_ .nav > li:first-child:hover,
header.header_4 .nav-collapse_ .nav > li.active,
header.header_4 .nav-collapse_ .nav > li.current_page_ancestor,
header.header_4 .nav-collapse_ .nav > li.current-menu-ancestor,
.header_7 .nav-collapse_ .nav > li:hover,
.header_7 .nav-collapse_ .nav > li.active,
.header_7 .nav-collapse_ .nav > li.current_click,
header.header_7 .nav-collapse_ .nav > li:first-child:hover,
header.header_7 .nav-collapse_ .nav > li.active,
header.header_7 .nav-collapse_ .nav > li.current_page_ancestor,
header.header_7 .nav-collapse_ .nav > li.current-menu-ancestor {
border-left   : 1px solid #1f97ff;
border-right  : 1px solid #1f97ff;
border-bottom : 1px solid #1f97ff;
}
.nav-collapse_ .nav > li:hover > a, .nav-collapse_ .nav > li.active > a, .nav-collapse_ .nav > li.current_click > a {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
box-shadow         : none;
}
.nav-collapse_ .nav ul,
header .nav-collapse_ ul.nav > li:nth-child(8) > ul > li > ul {
position           : relative;
right              : auto !important;
left               : 0 !important;
-webkit-transform  : none;
-moz-transform     : none;
-o-transform       : none;
-ms-transform      : none;
transform          : none;
opacity            : 1;
visibility         : visible;
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
transition         : none;
}
.menu-main-navigation-container>ul {
overflow-y : scroll;
overflow-x : hidden;
height     : 350px;
}
.f_xs_none {
float : none;
}
.f_xs_left {
float : left;
}
.d_xs_inline_b {
display : inline-block;
}
.t_xs_align_c, .related_projects .owl-item {
text-align : center;
}
.m_b_no_space {
margin-bottom : 30px !important;
}
.m_xm_bottom_20 {
margin-bottom : 20px !important;
}
.m_xm_top_20 {
margin-top : 20px !important;
}
.div_table_1 {
margin : 10px 0 30px;
}
.m_xs_right_0 {
margin-right : 0;
} .responsive_table,
.responsive_table tbody,
.responsive_table thead,
.responsive_table tfoot,
.responsive_table th:not(.d_xs_none),
.responsive_table tr,
.responsive_table td:not(.d_xs_none) {
display : block;
}
.responsive_table thead tr {
position : absolute;
top      : -9999px;
left     : -9999px;
}
.responsive_table td {
position     : relative;
padding-left : 50% !important;
border-left  : none !important;
border-right : none !important;
border-top   : none;
text-align   : center !important;
}
.responsive_table td:not([colspan]):after {
content     : "";
display     : block;
border-left : 1px solid #e4e4e4;
position    : absolute;
left        : 47%;
top         : 0;
height      : 100%;
}
.responsive_table td[colspan] {
text-align : center !important;
}
.responsive_table td::before {
content           : attr(data-title);
position          : absolute;
top               : 50%;
left              : 9px;
width             : 45%;
padding-right     : 10px;
-webkit-transform : translateY(-50%) translateZ(0);
-moz-transform    : translateY(-50%);
-o-transform      : translateY(-50%);
-ms-transform     : translateY(-50%);
transform         : translateY(-50%);
color             : #282828;
}
.responsive_table tr:nth-child(2n) td {
background : #f0f0f0;
}
.responsive_table.type_2 tr {
counter-reset : titlecounter;
}
.responsive_table.type_2 tr td {
counter-increment : titlecounter;
}
.responsive_table.type_2 tr td::before {
content : counter(titlecounter) "." attr(data-title);
}
.v_tables.v_wishlist tr:first-child td {
border-width : 0px 0px 1px 0px !important;
}
.tab_var1_pad {
padding : 5px 5px 5px 5px;
}
.v_tables.v_wishlist tr:last-child td {
border-width : 0px 0px 1px 1px;
}
.v_tables.v_wishlist tr:last-child td:last-child {
border-width : 0px 0px 0px 1px;
}
.v_tables.v_wishlist .quantity_wanted_p, .v_tables.v_wishlist .quantitybox {
margin     : 0 auto !important;
text-align : left !important;
}
.autocomplete-suggestions,
.header_2 .autocomplete-suggestions {
left  : 0px;
top   : 41px;
width : 100% !important;
}
[class*="yith-ajaxsearchform-container"] {
width : 100%;
}
ul.list-news li.full_width_post_block {
display : inline;
}
.block-form [class*="yith-ajaxsearchform-container"] {
position : relative;
}
#carousel-12 [class*="span"],
#carousel-12 .row {
display : inline-block;
width   : auto !important;
}
#carousel-12 .span4,
#carousel-12 .box-customers [class*="span"] {
width : auto !important;
}
#carousel-12 .span2 {
width : 120px !important;
}
.quantity.buttons_added {
width      : 58px;
margin     : 0 auto;
text-align : left;
}
.quantity.buttons_added .qty {
width : 20px;
}
.wpb_wrapper > .button.fright,
.wpb_wrapper > div.appear-animation.fright,
.wpb_wrapper > div > .button.fright {
float : none !important;
}
.fright.button
.fright.v_next {
float : right !important;
}
.navbar-inner {
position : relative;
}
.navbar-inner .phone-div {
position : absolute;
}
.navbar-inner #form-search,
.navbar-inner #shop-cart {
margin : 0;
}
.w_categories .span3 {
width        : 21% !important;
float        : left !important;
margin-right : 20px;
}
.vc_row.box-tabs {
width        : 95% !important;
margin-right : auto !important;
margin-left  : auto !important;
}
.zoomContainer {
margin-top : -14px;
}
.boxed_layout .zoomContainer {
margin-left : -10px;
}
.zoomWindow, .zoomContainer {
width : 310px !important;
}
.product_single .images .woocommerce-main-image img {
width : 310px !important;
}
.col2 {
width : 42%;
}
.col3 {
width : 43%;
}
.welcome-div {
float : right !important;
}
header.header_5 .brand {
float : none;
}
header.header_6 .phone-div,
header.header_6 .email-div {
display : none;
}
header.header_7 #shop-cart {
display : none;
}
.vc_col-sm-4, .vc_col-sm-3 {
margin-bottom : 10px;
}
#menu-main-navigation,
#menu-top-menu {
display : none;
}
#menu-button {
display      : block !important;
margin-right : 12px;
margin-top   : 1px;
}
.main-menu {
margin-top : 0;
}
body.logged-in .block_language {
padding-top : 5px;
}
header.header_2 .btn-search {
display : none;
}
header.header_2 #form-search,
header.header_2 .navbar-inner .block-form #form-search {
display  : block !important;
position : relative;
top      : 0;
left     : 0;
width    : 100%;
}
header.header_2 .navbar_ .collapse {
float : none;
top   : 10px;
right : 0;
}
header.header_2 .navbar_ .brand {
float      : none;
text-align : center;
}
.main-menu > div {
border-top : none;
padding    : 6px 0 5px;
}
header.header_2 .block-form {
float  : none;
margin : 0;
}
.page_404 .phone-div {
right : 10px;
}
header.header_2 .phone-div,
header.header_2 .email-div,
header.header_5 .phone-div,
header.header_5 .email-div {
display        : block;
padding-bottom : 10px;
}
header.header_4 .main-menu {
margin-top : 0;
}
header.header_3 #form-search {
margin : 4px 0 10px;
}
#shop-cart {
right : 10px;
top   : 0px;
}
header.header_6 #form-search {
position : relative;
top      : 8px;
right    : 0;
}
header.header_6 .navbar_ .brand {
margin-bottom : 5px;
}
.phone-div {
right : 10px;
}
header.header_1 #form-search, header.header_3 #form-search {
right : 0px !important;
}
header .container,
.container {
padding : 0 10px;
margin  : 0;
}
.main-sldier {
margin-bottom : 30px;
}
.content-div {
padding-bottom : 20px;
padding-top    : 20px;
}
.navbar_ {
padding : 22px 0 10px;
}
.pull-left {
float : none;
}
.text-small {
font-size   : 12px;
line-height : 14px;
}
.header_top.scrolled {
position : relative !important;
}
.header_top.scrolled + .layerslider_container {
margin-top : 185px;
}
.list-panel {
position   : absolute;
margin     : 0;
top        : 35px;
width      : 100px;
z-index    : 200;
left       : 10px;
background : #F0F0F0;
}
.list-panel li {
float       : none;
background  : none;
border-top  : 1px solid #e4e4e4;
padding     : 6px 0;
border-left : none;
}
header .list-panel li {
border-left : none !important;
}
.list-panel a {
padding-left : 10px;
}
.navbar_ .brand {
float         : left;
display       : block;
margin-bottom : 10px;
}
.box-block article {
width  : 30%;
float  : left;
margin : 0 15px 0 0;
}
.block {
-webkit-background-size : 200%;
background-size         : 200%;
background-position     : center 0;
}
.block-features {
padding-bottom : 2px;
}
.accordeon_css3 ul {
width  : 100%;
margin : 0;
}
.accordeon_css3 ul li {
float              : none;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
width              : 100%;
background         : #ffffff;
padding            : 10px !important;
margin             : 0 0 30px 0;
}
.accordeon_css3 ul li .img-polaroid {
margin-right : 20px;
}
.accordeon_css3 ul li:after {
display : none !important;
}
.accordeon_css3 .block-accordeon {
width              : auto;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.accordeon_css3 .block-accordeon .img-polaroid {
margin : 0 20px 0 0;
width  : auto;
}
.accordeon_css3 .block-accordeon .inner-accord {
display  : block;
overflow : visible;
}
.accordeon_css3 .block-accordeon span {
font-size : 16px;
}
.accordeon_css3 .block-accordeon em {
font-size   : 13px;
line-height : 24px;
}
.accordeon_css3 .block-accordeon p {
font-size   : 14px;
line-height : 21px;
}
.accordeon_css3 li:hover,
.accordeon_css3 li:hover + .last_accord,
.accordeon_css3 li:hover + li + .last_accord,
.accordeon_css3 li.last_accord,
.accordeon_css3_video ul li,
.accordeon_css3_video li:hover {
background         : #fff;
padding            : 0;
-webkit-box-shadow : 0 0 0 rgba(0, 0, 0, 0);
-moz-box-shadow    : 0 0 0 rgba(0, 0, 0, 0);
box-shadow         : 0 0 0 rgba(0, 0, 0, 0);
}
.accordeon_css3 li:hover .block-accordeon h6,
.accordeon_css3 li:hover + .last_accord .block-accordeon h6,
.accordeon_css3 li:hover + li + .last_accord .block-accordeon h6,
.accordeon_css3 li.last_accord .block-accordeon h6,
.accordeon_css3_video ul li .block-accordeon h6,
.accordeon_css3_video ul li .block-accordeon h6 a,
.accordeon_css3_video ul li .block-accordeon a,
.accordeon_css3_video li:hover .block-accordeon h6 {
color : #1b1b1b;
}
.accordeon_css3 li:hover .block-accordeon p,
.accordeon_css3 li:hover + .last_accord .block-accordeon p,
.accordeon_css3 li:hover + li + .last_accord .block-accordeon p,
.accordeon_css3 li.last_accord .block-accordeon p,
.accordeon_css3_video ul li .block-accordeon p,
.accordeon_css3_video li:hover .block-accordeon p {
color : #6a6a6a;
}
.accordeon_css3 li.last_accord {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.accordeon_css3_video ul li .block-accordeon figure a em,
.accordeon_css3 li:hover + .last_accord .block-accordeon figure a em,
.accordeon_css3 li:hover + li + .last_accord .block-accordeon figure a em,
.accordeon_css3_video ul li .block-accordeon figure a b,
.accordeon_css3 li:hover + .last_accord .block-accordeon figure a b,
.accordeon_css3 li:hover + li + .last_accord .block-accordeon figure a b {
opacity : 1;
filter  : alpha(opacity=100);
}
.accordeon_css3 li:hover,
.accordeon_css3 li.last_accord {
width   : auto;
padding : 0;
}
.box_banner .span4 {
width  : 30%;
float  : left;
margin : 0 15px 0 0;
}
.box_banner .span4 .block_banner {
font-size    : 20px;
padding-left : 20px;
}
.box_banner .span4 .block_banner p {
font-size : 26px;
}
.box_banner .span4 .block_banner span {
font-size : 24px;
}
.box_banner .span4 .block_banner .badge_icon {
display : none;
}
.table_plan tr .first_td {
text-align  : left;
border-left : none; font-size   : 13px;
}
.table_plan tr td {
font-size          : 13px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.table_plan .head_table {
text-align : center;
}
.table_plan .head_table td.table_green {
background : #489b0c;
}
.table_plan .head_table td.table_selected {
font-size : 17px;
}
.table_plan .head_table td.table_selected strong {
font-size : 20px;
}
.table_plan .head_table td {
font-size : 15px;
}
.table_plan .head_table td span {
font-size : 12px;
}
.table_plan .head_table td span strong {
font-size : 20px;
display   : block;
}
.table_plan .head_table td:first-child {
background : none;
}
.table_plan .footer_table td.table_selected {
padding   : 15px 0;
font-size : 17px;
}
.table_plan .footer_table td.table_selected strong {
font-size : 20px;
}
.table_plan .footer_table td {
font-size : 15px;
}
.table_plan .footer_table td span {
font-size   : 12px;
line-height : 20px;
margin      : 6px 0 3px 0;
}
.table_plan .footer_table td span strong {
font-size : 20px;
}
.table_plan .footer_table td:first-child {
background : none;
}
.div_table_1 > div {
width              : 25%;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
}
.div_table_1 > div > span,
.div_table_1 > div > em {
font-size : 13px;
}
.div_table_1 .selected_div {
width : 25%;
}
.div_table_1 .div_head h2,
.div_table_1 .footer_div h2 {
font-size : 16px;
}
.div_table_1 .div_head h4,
.div_table_1 .footer_div h4 {
font-size : 12px;
}
.div_table_1 .div_head h4 span,
.div_table_1 .footer_div h4 span {
font-size : 20px;
}
.tabs > div img,
.tabs_1 > div img {
width : 100%;
}
.box-banner_1 { }
.box-banner_1 article {
width       : 46%;
margin-left : 20px;
}
.block-news .extra-wrap {
overflow : visible;
}
.box_news .block-news .badge {
margin-right : 15px;
}
.box_news .block-news .extra-wrap {
overflow : hidden;
}
.phone-div {
right : 0;
top   : 20px;
}
.navbar-inner #form-search {
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
position           : relative;
top                : 0;
width              : 100%;
}
.navbar-inner #form-search input {
width : 100%;
}
.navbar-inner .block-form {
background : none repeat scroll 0 0 #F0F0F0;
}
.navbar-inner .block-form #form-search {
-webkit-box-shadow : 0 0 2px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow    : 0 0 2px rgba(0, 0, 0, 0.1) inset;
box-shadow         : 0 0 2px rgba(0, 0, 0, 0.1) inset;
background         : none repeat scroll 0 0 #F0F0F0;
border             : 1px solid #e4e4e4;
padding            : 7px 0;
}
.navbar-inner .block-form #form-search span {
height : 22px;
}
.navbar-inner .block-form #form-search span:before {
line-height : 24px;
}
.navbar-inner .block-form #form-search input,
.navbar-inner .block-form #form-search input {
height : 22px;
}
.header_2 .block-form #form-search input {
background-position : 0px -5px !important;
}
.responsive-tabs__list__item {
font-size : 12px;
padding   : 5px;
}
.block-list {
margin-bottom : 0;
}
.block-lists {
margin-bottom : 30px;
}
.payment,
.social {
display : none;
}
.box-slider-video {
padding : 40px 0;
}
.box-slider-video figure {
margin-bottom : 20px;
}
.box-slider-video figure img {
width : 100%;
}
.block-account {
padding : 10px 0 30px;
}
.block-account .span5 {
width : 100%;
float : none;
}
.block-account h2 {
font-size   : 40px;
line-height : 42px;
}
.block-account p {
margin-bottom : 30px;
}
.block-account .offset1 {
margin-left : 0;
}
.block-account .box-form-account {
margin-left : 0;
}
#carousel-fred_7 li {
width  : 290px !important;
margin : 0 5px;
}
#carousel-fred_7 li img {
width : 100%;
}
.box-banner {
margin-top : 30px;
}
.block-control {
padding-bottom : 30px;
}
.carousel-8 li {
width : 300px !important;
}
.carousel-8 li img {
width : 100%;
}
.block-team .box-team {
*zoom      : 1;
background : #1F97FF;
}
.block-team .box-team:before,
.block-team .box-team:after {
display     : table;
content     : "";
line-height : 0;
}
.block-team .box-team:after {
clear : both;
}
.block-team figure {
float : left;
}
.block-team figure img {
-webkit-border-radius : 6px 0 0 6px;
-moz-border-radius    : 6px 0 0 6px;
border-radius         : 6px 0 0 6px;
}
.block-team .details {
overflow              : hidden;
-webkit-border-radius : 0 6px 6px 0;
-moz-border-radius    : 0 6px 6px 0;
border-radius         : 0 6px 6px 0;
padding               : 11px 14px 15px;
}
.process_steps_v2 li {
padding : 20px;
}
.process_steps_v2 li .namber-step {
font-size   : 111px;
line-height : 1em;
text-align  : center;
}
.process-container h4 {
margin-top : 18px;
}
.process-nav.container {
margin : 30px 0;
}
.process_steps .step {
display : block;
width   : 100% !important;
}
.process_steps .step.step1 {
-webkit-border-radius : 6px 6px 0 0;
-moz-border-radius    : 6px 6px 0 0;
border-radius         : 6px 6px 0 0;
}
.process_steps .step.step5 {
-webkit-border-radius : 0 0 6px 6px;
-moz-border-radius    : 0 0 6px 6px;
border-radius         : 0 0 6px 6px;
}
.process_steps .step:after {
display : none;
}
.countdown_section {
width : 100px;
}
.countdown_section .countdown_amount {
font-size : 60px;
}
.btn-double {
margin-bottom : 30px;
}
.video-caption p {
display : none;
}
.video-caption .caption-box {
right : 15px;
}
.extra-aside .fw.s2_form_widget.extra [id^="newsletter"] input {
width : 100%;
}
.pull-right {
float : none;
}
.box-customers {
padding : 0 0 20px;
}
.box-features article {
margin-bottom : 20px;
}
.div_table_1.v_3_colls > div {
width : 34%;
}
.div_table_1.v_5_colls > div {
width : 20.5%;
}
.flexslider.clearfix, iframe {
width : 100% !important;
}
#contact-form input {
height : 26px;
}
.shop_table.cart tr.cart_item .product-image {
width : auto;
}
.blog_photo_gallery.vc_core li.span2 {
margin-left : 0px;
}
.vc_row {
margin-left  : 0px !important;
margin-right : 0px !important;
}
[class*="vc_col"] {  }
.vc_col-sm-4 {
width        : 30% !important;
float        : left;
margin-right : 15px;
}
.vc_col-sm-6 {
width        : 47.5% !important;
float        : left;
margin-right : 20px;
}
.vc_row > .vc_col-sm-6:last-child {
margin-right : 0px;
}
.progress-bar-b,
.progress-bar-content {
width : 100%;
}
.shortcode_forms .v_form .v_text_yellow input,
.shortcode_forms .v_form .v_text_red input,
.shortcode_forms .v_form .v_text_blue input,
.shortcode_forms .v_form .v_text_green input {
width : 100%;
}
} @media only screen and (min-width : 627px) and (max-width : 768px) {
.box_banner.t_ind .block_banner {
padding : 15px 0 20px 20px;
}
.box_banner.t_ind .block_banner .badge_icon {
display : none;
}
.box_banner.t_ind .block_banner p {
font-size : 20px;
}
.box_banner.t_ind .block_banner span {
font-size : 24px;
}
} @media only screen and (min-width : 627px) and (max-width : 678px) {
.btn-small {
padding : 12px 15px;
}
} @media only screen and (max-width : 626px) {
.m_ms_top_20 {
margin-top : 20px !important;
}
.reviver-slider-contact-form input {
height : 20px;
}
.top-right {
float : none;
}
.top-right .btn-large-1 {
float : right;
top   : 0;
}
.block_testi .extra-wrap {
overflow : visible;
}
.block_testi .img-polaroid {
float  : left;
margin : 0 20px 10px 0;
}
#head-form {
margin-left : 0;
}
.box-block article {
width  : 100%;
float  : none;
margin : 0 0 20px 0;
}
.box-block article img {
width : 100%;
}
.block {
-webkit-background-size : 100%;
background-size         : 100%;
background-position     : center 0;
}
.box_banner .span4 {
width  : 100%;
float  : none;
margin : 0 0 20px 0;
}
.box_banner .span4 .block_banner {
padding-left : 100px;
}
.table_plan tr .first_td {
text-align   : left;
border-left  : none; font-size    : 10px;
padding-left : 8px;
}
.table_plan tr td {
font-size : 10px;
}
.table_plan .head_table {
text-align : center;
}
.table_plan .head_table td.table_green {
background : #489b0c;
}
.table_plan .head_table td.table_selected {
font-size : 12px;
}
.table_plan .head_table td.table_selected strong {
font-size : 14px;
}
.table_plan .head_table td {
font-size : 12px;
}
.table_plan .head_table td span {
font-size : 9px;
}
.table_plan .head_table td span strong {
font-size : 14px;
display   : block;
}
.table_plan .head_table td:first-child {
background : none;
}
.table_plan .footer_table td.table_selected {
padding   : 15px 0;
font-size : 12px;
}
.table_plan .footer_table td.table_selected strong {
font-size : 14px;
}
.table_plan .footer_table td {
font-size : 12px;
}
.table_plan .footer_table td span {
font-size   : 9px;
line-height : 20px;
margin      : 6px 0 3px 0;
}
.table_plan .footer_table td span strong {
font-size : 14px;
}
.table_plan .footer_table td:first-child {
background : none;
}
.div_table_1 > div,
.div_table_1.v_3_colls > div,
.div_table_1.v_5_colls > div {
float  : none;
width  : 100%;
border : none;
margin : 0;
}
.div_table_1 .selected_div {
margin             : 0;
width              : 100%;
border             : none;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.div_table_1 .first_div_block {
margin : 0;
}
.vc_col-sm-4 {
width       : 100% !important;
margin-left : 0;
}
.vc_col-sm-4 img {
width : 100%;
}
} @media (max-width : 600px) {
body { }
.col2 {
width : 100%;
}
.col3 {
width : 100%;
}
.col3.m_right_30,
.col2.m_right_30 {
margin-right : 0px !important;
}
#wpadminbar {
position : fixed;
}
.admin-bar [class*="header_"].scrolled {
top : 46px;
}
} @media (max-width : 565px) {
header.header_5 .navbar_ .brand {
float  : none;
margin : 0 auto;
}
header.header_5 .navbar_ .collapse {
float  : none;
margin : 12px 0;
}
header.header_5 .header_top {
height : auto;
}
.list-news.extra h5 {
clear : both;
}
.list-news.extra figure {
margin : 0 0 18px;
}
.list-news.extra li {
margin-bottom : 20px;
}
#countdown {
width  : 300px;
margin : 0 auto;
}
#countdown .countdown_section {
font-size : 13px;
width     : 60px;
margin    : 0 5px;
}
#countdown .countdown_section .countdown_amount {
font-size : 30px;
}
#countdown.countdown-event {
margin : 0 0 30px -5px;
}
#countdown.countdown-event .countdown_section {
width : 65px;
}
#countdown.countdown-event .countdown_section .countdown_amount {
font-size : 40px;
}
.video-caption {
top : 10%;
}
.video-caption h2 {
font-size : 40px;
}
.ms_m_left_40 {
margin-left : 0;
}
.v_contact_list3 li {
width : 100%;
}
.tabbable .nav.nav-tabs > li {
text-align : left;
}
} @media (max-width : 500px) {
.w_categories .span3 {
width        : 41% !important;
float        : left !important;
margin-right : 25px;
}
.box-banner_1 {
padding     : 0;
margin-left : 0px;
}
.box-banner_1 article {
float         : none;
width         : 100%;
margin-left   : 0px;
margin-bottom : 20px;
}
header.header_2 .navbar_ .collapse {
position : relative;
top      : 0;
left     : 0;
}
header.header_2 .header_top {
height : auto;
}
header.header_2 .navbar_ .collapse {
padding : 10px 0;
}
.box-slider-video h2 {
font-size   : 36px;
line-height : 36px;
}
.vc_col-sm-6 {
float         : none;
width         : 100% !important;
margin-left   : 0px;
padding-left  : 15px !important;
padding-right : 15px !important;
}
} @media only screen and (min-width : 501px ) and (max-width : 768px) {
.vc_col-sm-3 {
width          : 49.5% !important;
display        : inline-block;
vertical-align : top;
float          : none !important;
}
} @media (max-width : 480px) {
.phone-div {
display : none;
}
#contact-form input {
height : 20px;
}
.top-right .btn-large-1 {
float       : none;
position    : absolute;
top         : -30px;
right       : 0;
padding     : 8px 13px 8px 13px;
background  : #1f97ff;
font-size   : 10px;
line-height : 1em;
}
.top-right .btn-large-1 span {
background : #222222;
}
#head-form {
width : 100%;
}
#head-form input {
width : 83%;
}
.block_language {
text-align : left;
}
.block_language .currency_item,
.block_language .language {
float : left;
}
.block-accordeon .img-polaroid {
float  : none;
width  : 100%;
margin : 0 0 20px 0 !important;
}
.baner-text .btn-medium {
margin-bottom : 10px;
}
header.header_6 .block_language .currency_item,
header.header_6 .block_language .language {
float       : right;
margin-left : 12px;
}
.block-team figure {
float : none;
}
.block-team figure img {
width                 : 100%;
-webkit-border-radius : 6px 6px 0 0;
-moz-border-radius    : 6px 6px 0 0;
border-radius         : 6px 6px 0 0;
}
.block-team .details {
-webkit-border-radius : 0 0 6px 6px;
-moz-border-radius    : 0 0 6px 6px;
border-radius         : 0 0 6px 6px;
}
.btn-double a {
font-size : 18px;
padding   : 14px 12px;
}
.tabs-left.tabs-icons > .nav-tabs,
.vc_col-sm-12 .tabs-left > .nav-tabs {
width     : 30%;
word-wrap : initial;
}
} @media (max-width : 440px) {
h3 {
font-size   : 18px;
line-height : 28px;
}
.foto-carousel > span strong {
font-size   : 15px;
line-height : 17px;
}
.table_plan tr .first_td {
font-size    : 9px;
padding-left : 1px;
}
.table_plan tr td {
font-size : 10px;
}
.table_plan .head_table td.table_selected {
font-size : 9px;
}
.table_plan .head_table td.table_selected strong {
font-size : 13px;
}
.table_plan .head_table td {
font-size : 8px;
}
.table_plan .head_table td span {
font-size : 9px;
}
.table_plan .head_table td span strong {
font-size : 13px;
}
} @media only screen and (max-width : 420px) {
#countdown.countdown-event .countdown_section .countdown_amount {
font-size : 25px !important;
}
#countdown.countdown-event .countdown_section {
word-break : break-all;
}
.reviver-slider-contact-form input {
height : 13px;
}
} @media (max-width : 395px) {
.v_list.list_grid .btn-cart,
.v_list.list_grid .added_to_cart,
.v_list.list_grid .compare-button,
.v_list.list_grid .yith-wcwl-add-to-wishlist {
margin-left   : 0;
margin-bottom : 10px;
left          : 0;
}
.v_list.list_grid .yith-wcwl-add-to-wishlist {
margin-bottom : 0px;
}
.v_list.list_grid .block-product {
padding : 0 10px;
}
.v_list .block-product .v_list_block {
width : 100%;
}
.v_list li.span3:last-child {
margin-bottom : 30px;
}
.block {
-webkit-background-size : 150%;
background-size         : 150%;
background-position     : center 0;
}
.list-news.extra figure {
width : 200px;
}
#shop-cart .btn-cart {
width      : 40px;
height     : 40px;
padding    : 0;
display    : inline-block;
text-align : center;
}
#shop-cart .btn-cart strong {
display : none;
}
#shop-cart .btn-cart:before {
position    : relative; left        : 0;
line-height : 40px;
}
.box-dropdown {
top   : 43px;
width : 300px;
}
header .block_language li:before,
header .block_language > li.currency_item::before {
content : "";
}
.row-title h2,
.row-title .breadcrumb {
float : none;
}
#carousel-3 li {
width : 300px !important;
}
.zoomWindow, .zoomContainer {
width : 292px !important;
}
} @media (max-width : 320px) {
.zoomWindow, .zoomContainer {
width : 247px !important;
}
#carousel-1 > li {
}
.addthis_toolbox {
margin : 0;
}
.block-control .results,
.block-control .control-post {
float : none;
}
.block-control .control-post a {
margin : 10px 5px 0 0;
}
#contact-form input {
height : 15px;
}
.box_banner.t_ind > .block_banner p {
font-size : 20px
}
.box_banner.t_ind > .block_banner p > span {
font-size : 24px
}
.box_banner.t_ind > .block_banner a.btn-small {
padding : 10px;
}
.poping_links span {
display : none;
}
} @media only screen and (max-width : 240px) {
.box-company strong {
margin    : -16px 0 0 6px;
font-size : 87px;
}
.process_steps_v2 li .namber-step {
text-align : left;
}
.process_steps_v2 li h3 {
font-size : 25px;
}
.box_banner.t_ind .block_banner {
padding : 15px 0 20px 20px;
}
.box_banner.t_ind .block_banner .badge_icon {
display : none;
}
}
.input-block-level {
display            : block;
width              : 100%;
min-height         : 34px;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
box-sizing         : border-box;
} @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-resolution : 144dpi) {
.tp-leftarrow, .tp-rightarrow, .simple_slideshow .flex-direction-nav a,
.ls-nav-prev, .ls-nav-next {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/prevnext@2x.png);
background-size  : 50px 100px;
}
.steps_nav li:after {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/icon-right@2x.png);
background-size  : 22px 40px;
}
.select_button_left:after, .select_button_left::before {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/img/select_button_left@2x.png);
background-size  : 14px 90px;
}
} body.rtl .email-div strong {
float        : left;
margin-right : 5px; }
body.rtl .header_2 h1.brand {
float       : right;
margin-left : 10px; }
body.rtl #form-search span {
right        : 9px;
left         : 0px;
border-left  : 1px solid #d1d1d1;
border-right : 0px;
}
body.rtl #form-search span::before {
right : 0;
left  : auto;
}
body.rtl .navbar-inner .block-form {
float  : left;
margin : 18px 20px 0 10px; }
@media only screen and (max-width : 768px) {
body.rtl header.header_2 .block-form {
float  : none;
margin : 0;
}
body.rtl .header_2 h1.brand {
float       : none;
margin-left : 0;
}
}
body.rtl .navbar-inner .block-form #form-search {
padding : 4px 0px 4px 40px; }
body.rtl #form-search input {
padding : 2px 52px 4px 10px;
}
body.rtl .iconized {
margin-left  : 13px;
margin-right : 0px;
}
body.rtl #menu-top-menu .iconized {
margin-left  : 0px;
margin-right : 5px;
}
body.rtl .badge {
margin : 0px 0px 0px 30px;
float  : right;
}
body.rtl .block-list .badge_ {
float  : right;
margin : 22px 0px 0px 22px;
}
body.rtl .row-news .block-news .badge {
float : right;
}
body.rtl .blog_post .addtoany_list {
text-align : right;
}
body.rtl .audioplayer {
direction : ltr;
}
body.rtl .block-news ul.fleft {
float : right;
}
body.rtl .v_project_info li span:first-child {
float : right;
}
body.rtl .row-title .page-title {
float : right;
}
body.rtl .row-title .breadcrumb {
float : left;
}
body.rtl .nav-collapse_ .nav > li > a > .sf-sub-indicator {
margin-left  : 0px;
margin-right : 6px;
}
body.rtl .phone-div span {
direction    : ltr;
margin-left  : 0px;
margin-right : 5px;
}
body.rtl .widget_recent_comments ul li {
padding-right : 27px;
padding-left  : 0px;
}
body.rtl .widget_recent_comments ul li:before {
right : 0px;
left  : auto;
}
body.rtl #comments ol.commentlist {
margin : 0px 25px 12px 0px;
}
body.rtl #comments ol.commentlist ul.children {
margin-left  : 0 !important;
margin-right : 35px !important;
}
body.rtl .author-img.fleft.h_space {
float         : right;
padding-left  : 15px;
padding-right : 0px;
}
body.rtl .fleft.h_space.comm-img {
padding-left  : 15px;
float         : right;
padding-right : 0px;
}
body.rtl #closeLogin, body.rtl .popup .closeView {
left  : 10px;
right : auto;
}
body.rtl .reviver_blog .box_news.extra .post.col1 {
right : 0 !important;
left  : auto !important;
}
@media only screen and (max-width : 768px) {
body.rtl .reviver_blog .box_news.extra .post {
right        : 0 !important;
left         : auto !important;
margin-right : 0px;
margin-left  : 0px;
}
} body.rtl .block_banner p,
body.rtl .block_banner a.btn-small {
margin-right : 10px;
}
body.rtl .block_banner p {
font-size : 26px;
}
body.rtl .v_alert_box .close,
body.rtl .resp-arrow {
float : left;
}
body.rtl .slct:after, body.rtl .slct2:after {
left  : -10px;
right : auto;
}
body.rtl .block_language .slct, body.rtl .block_language .slct2 {
padding : 0 0 0 0 !important;
}
body.rtl .block_language > li ul {
right : auto;
left  : -15px;
} body.rtl .list li {
direction  : rtl;
background : url(//www.a-aircool.be/wp-content/themes/reviver/img/list_li.png) right 12px no-repeat;
padding    : 6px 20px 5px 0px;
}
body.rtl .accordeon_css3 {
direction  : ltr;
text-align : right;
}
body.rtl .accordeon_css3 .view_all {
right : auto;
left  : 2px;
}
body.rtl .slider-block.responsive > .span3 {
float : right;
}
body.rtl .form-elements label:before {
margin-right : 0px;
margin-left  : 10px;
} body.rtl .accordion-2 .accordion-heading.active h5:after {
content : "";
}
body.rtl .accordion-2 .accordion-heading h5:after {
font-family : FontAwesome;
font-size   : 16px;
content     : "";
margin-left : 10px;
font-weight : normal;
}
body.rtl .accordion-2 .accordion-heading h5:after {
font-family : FontAwesome;
font-size   : 16px;
content     : "";
margin-left : 10px;
font-weight : normal;
}
body.rtl .accordion-2 .accordion-heading.active h5:before,
body.rtl .accordion-2 .accordion-heading h5:before {
content      : "";
margin-right : 0px;
}
body.rtl .accordion-heading a h5 i {
margin-left  : 11px;
margin-right : 0px;
} body.rtl .jackbox-top-icons {
right : auto;
left  : -1px;
}
body.rtl .jackbox-arrow-left {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/right_arrow.png);
}
body.rtl .jackbox-arrow-right {
background-image : url(//www.a-aircool.be/wp-content/themes/reviver/jackbox/img/graphics/left_arrow.png);
} body.rtl .next-slide a:before,
body.rtl .next-slide a:after {
content : "";
}
body.rtl .prev-slide a:before,
body.rtl .prev-slide a:after {
content : "";
}
body.rtl .carousel div.div-control {
left  : 0px;
right : auto;
}
body.rtl .bx-wrapper {
direction : ltr;
}
body.rtl .bx-wrapper .fa-quote-left:before,
body.rtl .carousel_5 .fa-quote-left:before,
body.rtl .format-quote blockquote .fa-quote-left:before,
body.rtl.single-post blockquote .fa-quote-left:before,
body.rtl blockquote:before,
body.rtl q:before {
content : "\f10e";
}
body.rtl blockquote.reviver_testimonials:before {
content : '';
}
body.rtl .bx-wrapper {
text-align : right;
}
body.rtl .bx-wrapper blockquote i.fa-quote-left,
body.rtl .carousel_5 blockquote i.fa-quote-left,
body.rtl .format-quote blockquote .fa-quote-left,
body.rtl.single-post blockquote .fa-quote-left,
body.rtl blockquote:before {
left  : auto;
right : 11px;
}
body.rtl .block_testi i.fa-quote-left,
body.rtl .bx-wrapper blockquote.block_testi i.fa-quote-left {
right : 170px !important;
left  : auto;
}
body.rtl .list_and_blockquotes.var1 blockquote {
direction : ltr;
}
body.rtl .block_testi .img-polaroid {
float  : right;
margin : 0 0px 0px 40px;
}
body.rtl .block-features.extra span {
float  : right;
margin : -10px 0 0 15px;
}
body.rtl .list-news figure.latest-news-img {
float        : right;
margin-right : 0px;
margin-left  : 20px;
}
body.rtl .list-info li::before {
left  : auto;
right : 0px;
}
body.rtl .rev_slider ul.list-info li {
padding-left  : 0px !important;
padding-right : 36px !important;
}
body.rtl .carousel-7 .next-slide {
right : auto;
left  : 0;
} body.rtl .v_tables > .reviver_table tr > th,
body.rtl .v_tables > .reviver_table tr > td {
border-right : 0px;
border-left  : 1px solid #e4e4e4;
}
body.rtl .v_tables > .reviver_table tr > th:last-child,
body.rtl .v_tables > .reviver_table tr > td:last-child {
border-left : 0px;
}
body.rtl .v_tables > .reviver_table tr:first-child td:first-child {
border-width : 0px 0px 1px 1px;
} body.rtl .tab_var1_darkBg .v_tables > .reviver_table tr > th,
body.rtl .tab_var1_darkBg .v_tables > .reviver_table tr > td {
border-color : #131313;
}
body.rtl .tab_var1 td,
body.rtl .tab_var1 th {
text-align : right;
}
body.rtl .table_plan tr .first_td {
text-align  : right;
padding     : 4px 20px 0 0px;
border-left : 1px solid #e2e2e2;
}
body.rtl .row.block-team ul {
margin : 0;
} body.rtl .process-container,
body.rtl .process_steps {
direction  : ltr;
text-align : right;
}
body.rtl .toggle .togglet h5::after, body.rtl .toggle .toggleta h5::after {
font-family : FontAwesome;
font-size   : 16px;
content     : "";
margin-left : 10px;
font-weight : normal;
}
body.rtl .toggle .togglet h5::before, body.rtl .toggle .toggleta h5::before {
content      : "";
margin-right : 0px;
}
body.rtl .toggle .toggleta h5::after {
content : "";
}
body.rtl .toggle .toggleta h5::before {
content : "";
}
body.rtl .list-links li {
padding-right : 16px;
padding-left  : 0px;
}
body.rtl .list-links li::before {
right : 0;
left  : auto;
}
body.rtl .list-landing .dropcap {
float : right;
}
body.rtl .dropcap p:first-child:first-letter, body.rtl .dropcap span:first-child:first-letter {
padding : .25em 0 0 .08em;
float   : right;
}
body.rtl .dropcap2 p:first-child:first-letter, body.rtl .dropcap2 span:first-child:first-letter {
float  : right;
margin : 0 0 0 8px;
}
body.rtl ul.v_drop .block-features > div:first-child > a span {
margin : 0 0px 0 15px;
float  : right;
} body.rtl .tabbable:not(.tabs-left) .nav-tabs > li {
float : right;
}
body.rtl .tabbable:not(.tabs-left) .nav-tabs {
margin : 0 -5px -5px 0px;
}
body.rtl .tabbable:not(.tabs-left) .nav-tabs:after {
left  : auto;
right : 5px;
}
body.rtl .widget.pyre_tabs .nav-tabs > li {
margin : 0px;
}
body.rtl .widget.pyre_tabs .nav-tabs {
margin : 0 -5px 0px 0px;
}
body.rtl .widget.pyre_tabs .tabbable.responsive:after {
right : 0px;
left  : auto;
}
body.rtl .reviver_meta {
direction : rtl;
}
body.rtl .reviver_meta > * {
-webkit-flex-direction : row-reverse;
flex-direction         : row-reverse;
display                : inline-block;
margin-left            : 2px;
}
body.rtl .reviver_meta i:before {
content : '،';
} body.rtl #feature div.span3 {
float : right;
}
body.rtl #feature div.span3 ul.resp-tabs-list > .resp-tab-item {
border-radius         : 0px 6px 6px 0px;
-moz-border-radius    : 0px 6px 6px 0px;;
-webkit-border-radius : 0px 6px 6px 0px;;
}
body.rtl #feature div.span3 ul.resp-tabs-list > .resp-tab-item.resp-tab-active {
border-right : none;
border-left  : 3px solid #1f97ff;
}
body.rtl .select_title {
padding    : 9px 9px 8px 39px;
text-align : right;
}
body.rtl .select_title:before {
left         : 27px;
right        : auto;
border-left  : 0px;
border-right : 1px solid #d1d1d1;
}
body.rtl .custom_select ul.select_list li {
text-align : right;
}
body.rtl .shortcode_forms input,
body.rtl .shortcode_forms textarea {
direction : rtl;
}
body.rtl #styleswitcher .select_title.type_2:after,
body.rtl .select_title:after {
left  : 9px;
right : auto;
}
body.rtl .btn-double a.btn-first {
-webkit-border-radius : 0px 5px 5px 0px;
-moz-border-radius    : 0px 5px 5px 0px;
border-radius         : 0px 5px 5px 0px;
}
body.rtl .btn-double a.btn-second {
-webkit-border-radius : 5px 0px 0px 5px;
-moz-border-radius    : 5px 0px 0px 5px;
border-radius         : 5px 0px 0px 5px;
} body.rtl .address-1 span {
padding-left  : 0px;
padding-right : 23px;
}
body.rtl .address-1 i {
left  : auto;
right : 0px;
}
body.rtl .tweet_list li::before {
left  : auto;
right : 0px;
}
body.rtl .tweet_list li {
padding : 0 15px 10px 0px;
}
body.rtl .list-footer li a::before {
left  : auto;
right : 0px;
}
body.rtl .list-footer li a {
padding-right : 15px;
}
body.rtl .social > ul {
margin : 0;
} body.rtl .phone-div {
right : 4px;
} body.rtl span.idCatSubcat {
right : auto;
left  : 0;
}
body.rtl .category #accordion.list .level1 li a,
body.rtl .widget_product_categories #accordion.list .level1 li a {
margin-left  : 0px;
margin-right : 20px;
}
body.rtl .category #accordion.list .level1 .level2 li a,
body.rtl .widget_product_categories #accordion.list .level1 .level2 li a {
margin-left  : 0px;
margin-right : 40px;
}
body.rtl .v_tables.v_wishlist .wishlist_table tr > th,
body.rtl .v_tables.v_wishlist .wishlist_table tr > td,
body.rtl .v_tables .shop_table.table_type_ th,
body.rtl .v_tables .shop_table.table_type_ td,
body.rtl .v_tables.v_shop_cart .shop_table.cart th,
body.rtl .v_tables.v_shop_cart .shop_table.cart td,
body.rtl .v_shop_cart .cart td,
body.rtl .shop_table td,
body.rtl .shop_table .cart-subtotal > td {
text-align   : right;
border-right : none;
border-left  : 1px solid #e4e4e4;
}
body.rtl .v_tables.v_wishlist .wishlist_table tr > th:last-child,
body.rtl .v_tables.v_wishlist .wishlist_table tr > td:last-child,
body.rtl .v_tables .shop_table.table_type_ th:last-child,
body.rtl .v_tables .shop_table.table_type_ td:last-child,
body.rtl .v_tables.v_shop_cart .shop_table.cart th:last-child,
body.rtl .v_tables.v_shop_cart .shop_table.cart td:last-child,
body.rtl .v_shop_cart .cart td:last-child,
body.rtl .shop_table td:last-child,
body.rtl .shop_table .cart-subtotal > td:last-child {
border-left : none;
}
body.rtl .yith-woocompare-widget ul.products-list a.remove,
body.rtl table.compare-list .remove td a .remove {
float : left;
}
body.rtl .btn-cart {
padding : 12px 57px 12px 21px;
}
body.rtl .v_list.list_grid .btn-small {
padding : 12px 50px 12px 20px;
}
body.rtl .v_list.list_grid .btn-cart::before {
left  : auto;
right : 15px;
}
body.rtl .v_list.list_grid .compare.button,
body.rtl.single-product .compare.button,
body.rtl .v_list.list_grid .add_to_wishlist,
body.rtl.single-product .add_to_wishlist,
body.rtl .v_list.list_grid .yith-wcwl-wishlistexistsbrowse.show a,
body.rtl .v_list.list_grid .yith-wcwl-wishlistaddedbrowse.show a,
body.rtl.single-product .yith-wcwl-wishlistexistsbrowse.show a,
body.rtl.single-product .yith-wcwl-wishlistaddedbrowse.show a,
body.rtl .v_list.list_grid .added_to_cart.wc-forward {
padding-right : 33px;
padding-left  : 0px;
}
body.rtl .v_list.list_grid .compare.button:before,
body.rtl.single-product .compare.button:before,
body.rtl .v_list.list_grid .add_to_wishlist:before,
body.rtl.single-product .add_to_wishlist:before,
body.rtl .v_list.list_grid .yith-wcwl-wishlistexistsbrowse.show a:before,
body.rtl .v_list.list_grid .yith-wcwl-wishlistaddedbrowse.show a:before,
body.rtl.single-product .yith-wcwl-wishlistexistsbrowse.show a:before,
body.rtl.single-product .yith-wcwl-wishlistaddedbrowse.show a:before,
body.rtl .v_list.list_grid .added_to_cart.wc-forward:before {
right : 0;
left  : auto;
}
body.rtl #carousel-9 .compare.button:before,
body.rtl #carousel-9 .add_to_wishlist:before,
body.rtl #carousel-9 .yith-wcwl-wishlistexistsbrowse.show a:before,
body.rtl #carousel-9 .yith-wcwl-wishlistaddedbrowse.show a:before,
body.rtl #carousel-9 .added_to_cart.wc-forward:before {
right : 0;
left  : 0;
}
body.rtl .v_list.list_grid .added_to_cart.wc-forward:before,
body.rtl .added_to_cart.wc-forward:before,
body.rtl #carousel-9 .added_to_cart.wc-forward:before {
filter            : progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform : rotate(180deg);
-ms-transform     : rotate(180deg);
transform         : rotate(180deg);
}
body.rtl.single-product #single_product_info {
text-align : right !important;
}
body.rtl .wishlist_table .add_to_cart.button {
padding-left  : 20px;
padding-right : 49px;
}
body.rtl .v_list.list_grid .added_to_cart.wc-forward {
right : 4px;
left  : auto;
}
body.rtl .btn-cart:before {
right : 20px;
left  : auto;
}
body.rtl #ship-to-different-address > .checkbox {
padding-right : 20px;
padding-left  : 0px;
}
body.rtl .shopping_cart .half_col {
padding : 5px 0px 0 20px;
}
body.rtl .shopping_cart .half_col:last-child {
border-left  : 0px;
padding      : 5px 20px 15px 0px;
border-right : 1px solid #e4e4e4;
}
body.rtl .payment_method_paypal img {
margin-right : 5px;
}
@media only screen and (max-width : 768px) {
body.rtl .quantity.buttons_added {
text-align : right;
}
}
body.rtl .quantity .qty {
border-right : 0px;
border-left  : 1px solid #d1d1d1;
}
body.rtl .quantity input[type="button"] {
right : auto;
left  : 15px;
}
body.rtl .quantity input[type="text"] {
text-align : center;
}
body.rtl .shop_table td .fleft {
float : right;
}
body.rtl .comment-form-rating .stars a {
border-right : 0px;
border-left  : 1px solid #c6c6c6;
margin-right : 0px;
margin-left  : 1em;
}
body.rtl .comment-form-rating p.stars a:after {
right : 0;
left  : auto;
}
body.rtl .comment-form-rating p.stars a:last-child {
border-left : none;
}
body.rtl .return-to-shop a {
padding-right : 35px;
padding-left  : 0px;
}
body.rtl .return-to-shop a::before {
right : 0px;
left  : auto;
}
body.rtl .woocommerce-tabs.tabbable .nav-tabs {
margin : 0 -10px 0px 0px;
}
body.rtl.single-product .quantity input[type=text] {
margin-left : 30px;
}
body.rtl.single-product .product_single .photoframe {
direction : ltr;
}
body.rtl .tabbable.woocommerce-tabs.responsive:after {
left  : auto;
right : 0px;
}
body.rtl.woocommerce-page .v_list.list_grid .box-product {
margin-right : 0px;
margin-left  : 30px;
}
body.rtl .listview .compare-button,
body.rtl .listview .yith-wcwl-add-to-wishlist,
body.rtl .listview .yith-wcwl-wishlistaddedbrowse,
body.rtl .listview .yith-wcwl-wishlistexistsbrowse {
margin-right : 15px;
margin-left  : 0px;
}
body.rtl .yith-wcan-color li {
float : right;
}
body.rtl .yith-wcan-label li {
float : right;
}
body.rtl .yith-woocompare-widget a.compare {
float : left;
}
body.rtl .woocommerce-checkout-payment.m_left_15 {
margin-left  : 0;
margin-right : 15px;
}
body.rtl .shop_table.cart tr.cart_item .product-image {
padding-left  : 0;
padding-right : 20px;
border-left   : 0px;
}
body.rtl label.checkbox,
body.rtl label.radio {
padding-right : 20px;
padding-left  : 0;
}
body.rtl .shop_table.order_details table.not_last tbody td,
body.rtl .shop_table.order_details table.not_last tbody th {
border     : 1px solid #e4e4e4;
text-align : right;
}
body.rtl .box-product-hover .block-btns {
direction : ltr;
}
body.rtl .shop_table.order_details table.not_last thead th {
text-align : right;
}header.header_1.scrolled h1.brand,
header.header_3.scrolled h1.brand,
header.header_4.scrolled h1.brand,
header.header_5.scrolled h1.brand,
header.header_7.scrolled h1.brand {
display: none;
}
[class*="header_"].scrolled .panel.head{
display: none;
}
[class*="header_"].scrolled .phone-div {
display: none;
}
header.header_1.scrolled .block-form, 
header.header_1.scrolled [class*="yith-ajaxsearchform-container_"],
header.header_1.scrolled #form-search,
header.header_3.scrolled .block-form, 
header.header_3.scrolled [class*="yith-ajaxsearchform-container_"],
header.header_3.scrolled #form-search,
header.header_4.scrolled .block-form, 
header.header_4.scrolled [class*="yith-ajaxsearchform-container_"],
header.header_4.scrolled #form-search,
header.header_5.scrolled .block-form, 
header.header_5.scrolled [class*="yith-ajaxsearchform-container_"],
header.header_5.scrolled #form-search,
header.header_6.scrolled .block-form, 
header.header_6.scrolled [class*="yith-ajaxsearchform-container_"],
header.header_6.scrolled #form-search,
header.header_7.scrolled .block-form, 
header.header_7.scrolled [class*="yith-ajaxsearchform-container_"],
header.header_7.scrolled #form-search{
display: none;
}
[class*="header_"].scrolled #shop-cart {
display: none;
}
[class*="header_"].scrolled:not(.header_2):not(.header_6) .header_top > .container{
display: none;
}   a:hover,
a:focus,
.accordion-heading:hover h5,
.accordion-heading:hover h5 i,
.accordion.black-style .accordion-heading a:hover h5,
.accordion.black-style .accordion-heading a:hover h5 i,
.box-toggle .toggle-heading:hover h5,
.box-toggle .toggle-heading:hover h5 i,
.nav-tabs > li > a:hover,
.wpb_tabs_nav > li > a:hover,
.wpb_tabs_nav > li.ui-state-active > a,
h2.resp-tab-active,
.resp-vtabs .resp-tabs-list li:hover,
.resp-vtabs li.resp-tab-active,
.responsive-tabs__list__item:hover,
.tabbable.responsive .nav-tabs > li > a:hover,
.tabbable.responsive .nav-tabs > li.active > a,
.tp-caption.text1_1.color-text1,
.flexslider-main .flex-caption.caption3 h2 span,
.view span a:hover,
.link,
.list-popular li .link-comment:hover,
.widget_shopping_cart_content .total,
.list li a:hover,
.list_1 li a:hover,
.list_1 li i.fa-check,
.color1,
.link1,
.color-1,
.toggle .togglet:hover h5,
.toggle .toggleta:hover h5,
.list-links a:hover,
.fontawesome-icon-list .fa-hover a:hover,
#two .fontawesome-icon-list .fa-hover a:hover,
#three .fontawesome-icon-list .fa,
blockquote a:hover,
.banner > div strong span,
.block_banner:hover,
.block_banner.block_banner-extra.block_banner-extra:hover,
.baner-text-1 h3,
.list-landing .dropcap i,
.v_block-control .control-post span.current,
.block-control .control-post a.active,
.block-control .control-post a:hover,
.block-control .control-post .control-btn:hover,
.v_block-control .control-post a:hover,
.v_block-control .control-post a.active,
.v_block-control .control-post .current,
.v_tables td.v_td_price,
.v_tables td.v_td_price a,
.v_price, td.v_price,
.box-company strong,
.dropcap p:first-child:first-letter,
.dropcap span:first-child:first-letter
.slide3 .ls-l4 span,
.list-info li a:hover{
color : #4e96b2;
}
.item .icons-bg > span,
header.header_1 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a,
header.header_1 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_1 .nav-collapse_ .nav > li.current_click > a,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a .sf-sub-indicator::before,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a:hover .sf-sub-indicator::before,
header.header_1 .nav-collapse_ .nav > li.current-menu-ancestor > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li:hover > a,
header.header_4 .nav-collapse_ .nav > li.active > a,
header.header_4 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_4 .nav-collapse_ .nav > li.current_page_item > a,
header.header_4 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_4 .nav-collapse_ .nav > li.current_click > a,
header.header_7 .nav-collapse_ .nav > li:hover > a,
header.header_7 .nav-collapse_ .nav > li.active > a,
header.header_7 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_7 .nav-collapse_ .nav > li.current_page_item > a,
header.header_7 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_7 .nav-collapse_ .nav > li.current_click > a,
header.header_4 .nav-collapse_ .nav > li.sub-menu > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.current_page_item > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.menu-item-has-children.current_page_ancestor > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.menu-item-has-children.current-menu-ancestor > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li > ul li.sfHover > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav li ul li.current-menu-parent > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.sub-menu > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.current_page_item > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.menu-item-has-children.current_page_ancestor > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.menu-item-has-children.current-menu-ancestor > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li > ul li.sfHover > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav li ul li.current-menu-parent > a .sf-sub-indicator::before,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a .sf-sub-indicator::before,
header.header_1 .nav-collapse_ .nav > li.current_page_item > a:hover .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li:hover > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li.active > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav li.current_click > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li:hover > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li.active > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav li.current_click > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li > ul li:hover > a,
header.header_4 .nav-collapse_ .nav li ul li.active > a,
header.header_4 .nav-collapse_ .nav li ul li.current_page_item > a,
header.header_4 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_4 .nav-collapse_ .nav li ul li.current_click > a,
header.header_4 .nav-collapse_ .nav li ul li.current-menu-item > a,
header.header_4 .nav-collapse_ .nav ul.submenu-extra a:hover,
header.header_4 .nav-collapse_ .nav ul.submenu-extra .active a,
header.header_4 .nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
header.header_7 .nav-collapse_ .nav > li > ul li:hover > a,
header.header_7 .nav-collapse_ .nav li ul li.active > a,
header.header_7 .nav-collapse_ .nav li ul li.current_page_item > a,
header.header_7 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_7 .nav-collapse_ .nav li ul li.current_click > a,
header.header_7 .nav-collapse_ .nav li ul li.current-menu-item > a,
header.header_7 .nav-collapse_ .nav ul.submenu-extra a:hover,
header.header_7 .nav-collapse_ .nav ul.submenu-extra .active a,
header.header_7 .nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
.nav-collapse_ .nav ul.submenu-extra a:hover,
.nav-collapse_ .nav ul.submenu-extra .active a,
.nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
header.header_4 .nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav > li > ul li.sfHover > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav li ul li.active > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav > li > ul li.sfHover > a .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav li ul li.active > a .sf-sub-indicator::before,
header.header_4 .nav-collapse_ .nav ul.submenu-extra li a:hover,
header.header_7 .nav-collapse_ .nav ul.submenu-extra li a:hover,
.block_language > li.currency_item > a span,
#form-search span::before,
.btn-search::before,
#menu-nav i,
.list-panel li a:hover,
.poping_links .link,
.box-dropdown .btn-remove,
.nav-collapse_ .nav ul li a:hover,
.nav-collapse_ .nav > li.sfHover > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.sfHover:hover > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li:hover .sf-sub-indicator::before,
.nav-collapse_ .nav > li.active > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.active:hover > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.current_page_ancestor > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.current_page_item > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li.current-menu-ancestor > a > .sf-sub-indicator::before,
.nav-collapse_ .nav > li:hover > a,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.current_click > a,
.nav-collapse_ .nav > li.current_page_ancestor > a,
.nav-collapse_ .nav > li.current_page_item > a,
.nav-collapse_ .nav > li.current-menu-ancestor > a,
.nav-collapse_ .nav ul .sf-sub-indicator::before,
.nav-collapse_ .nav ul.submenu-extra a:hover,
.nav-collapse_ .nav ul.submenu-extra .active a,
.nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
header.header_4 #menu_button.active,
header.header_7 #menu_button.active{
color : #4e96b2;
}
.badge a:hover i,
.badge strong,
#comments a.comment-reply-link,
#comments a.comment-edit-link,
.box-product-hover h5.product-name a,
h5.product-name a:hover,
.price,
.product-quantity span.update_cart:hover,
.product-quantity span.update_cart:hover input[name="update_cart"],
.product-quantity span.update_cart:hover > i,
.product_single .summary.entry-summary .price,
.product_single .summary.entry-summary .compare:hover,
.product_single .summary.entry-summary .compare:focus,
.product_single .summary.entry-summary .compare.added:hover,
.product_single .summary.entry-summary .compare.added:focus,
.listview .compare:hover,
.listview .compare:focus,
.listview .compare.added:focus,
.listview .compare.added:hover,
.iconized + span a:hover,
.iconized + a:hover,
.yith-wcan-reset-navigation:hover,
.col-right a.compare:hover,
.w_categories .block-product2:hover h6 a,
[class*="button_type_"].bg_dark_color:hover,
.banner:hover [class*="button_type_"].bg_dark_color,
[class*="button_type_"].bg_cs_hover:hover,
#go_to_top:hover,
.sw_button.googlemap,
header.header_1 #menu_button #menu_button,
header.header_2 #menu_button #menu_button,
header.header_3 #menu_button #menu_button,
header.header_5 #menu_button #menu_button,
header.header_6 #menu_button #menu_button,
.ui-slider:after,
.vertical_list_type_2 li::before,
.camera_wrap .camera_pag .camera_pag_ul .cameracurrent,
.camera_wrap .camera_prev:hover,
.camera_wrap .camera_next:hover,
.flex-control-nav .flex-active,
.flex-direction-nav a:hover,
.shop_section s,
.add_to_catr a:hover,
.add_to_catr a:hover i,
.shopping_cart .v_shop_cart .v_td_price3.colored, .v_shop_cart .v_td_price3.colored,
.countdown_amount,
.list-sitemap a:hover,
.widget_recent_comments ul li:hover:before,
.widget_recent_comments ul li a:hover
#accordion.product-categories li.current-cat > a,
.address-1 span a:hover,
.address-1 i,
.list-footer li a:hover,
.list-footer li a:hover::before,
aside.extra-aside .fw.s2_form_widget p a,
.fw .fw.s2_form_widget p a,
.tweet_list li:hover::before,
.tweet_list li .tweet_text a:hover,
.dropcap p:first-child:first-letter,
.dropcap span:first-child:first-letter,
#accordion.product-categories li.current-cat > a,
.widget_product_categories #accordion.list li a:hover,
.widget_recent_comments ul li a:hover,
.block-list .list li::before {
color : #4e96b2;
} .main-sldier:after,
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active,
.audioplayer-bar-played,
.audioplayer-volume-adjust div div,
.btn-group.open .btn-info.dropdown-toggle,
.btn-double a.btn-first,
.box-tabs:after,
.view_all:hover,
.btn-tags:hover,
h2.resp-tab-title:last-child,
.tabbable.responsive .nav-tabs > li > a.tab-control:hover,
.next-slide:hover a,
.prev-slide:hover a,
.btn-medium:hover,
.btn-mini:hover,
.btn-white:hover,
.btn-blue.btn-shadow span,
.process-wrap.owl-carousel .owl-pagination > div.active span,
.tabs ul li a:hover,
.tabs_1 ul li a:hover,
.tabs ul .ui-state-active a,
.tabs_1 ul .ui-state-active a,
.color_bg blockquote,
.foto-carousel:hover > span,
.box-work:hover > span,
.block-info:after,
.block_banner,
.block_banner:hover .badge_icon,
.block_banner.block_banner-extra.block_banner-extra:hover .badge_icon,
.box-features .block-info:hover,
.block-features h4 a:hover span,
.block-features.extra h4 > a:hover span,
.v_block-control .v_button_var a:hover,
.v_block-control .v_button_var a.active,
.v_block-control .v_button_var span.current,
.v_block-control .v_button_var2 span.current,
.process-wrap.owl-carousel .track .fill,
.progress .bar:not(.v_yellow):not(.v_green):not(.v_red),
.progress.bar:not(.v_yellow):not(.v_green):not(.v_red),
.progress-striped .bar:not(.v_yellow):not(.v_green):not(.v_red),
.table_plan .head_table td.table_selected,
.table_plan .footer_table td.table_selected,
.div_table_1 .footer_div.thrird_div,
.div_table_1 .thrird_div,
.accordeon_css3 li:hover:after,
.accordeon_css3 li.last_accord:after,
.accordeon_css3_video li:hover,
.accordeon_css3_video li.last_accord,
.dropcap2 p:first-child:first-letter,
.dropcap2 span:first-child:first-letter,
.block-accordeon:after,
.block-team .details,
.btn-cart,
header.header_4 #menu_button,
header.header_ #menu_button,
header.header_7 #menu_button,
.badge_:hover,
#filters li a.selected,
#filters li a:hover,
#filters li.activeFilter a,
#portfolio-filter li.activeFilter a,
#portfolio-filter li a:hover,
._filters li.activeFilter a,
._filters li a:hover,
.block-btns .button-cart,
span.hot,
.block-btns a.added_to_cart,
.navigation_grid .Cgrid.active,
.navigation_grid .Clist.active,
.v_drop .block-features > div:first-child > a span,
.wpcf7-submit:hover,
#btn-small:hover,
.wpcf7-submit:hover,
#btn-small:hover,
.widget_tag_cloud .tagcloud a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
body.ie .block-btns a.added_to_cart::before,
body.ie .block-btns a.btn-blue::before,
body.ie .block-btns .compare-button a:hover::before,
.div_table_1 .selected_div .div_head:not(.first_div) { background-color : #4e96b2;
} .uneditable-input:focus,
.box-dropdown:after ,
header.header_4 #menu_button.active,
header.header_7 #menu_button.active,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { border-color : #4e96b2;
} .btn-blue.btn-shadow span,
.btn-large.btn-black.btn-shadow:hover > span,
.box-product,
.box-product-hover,
.block-btns a,
.v_list.list_grid .block-product:hover,
.wpcf7-submit:hover,
#btn-small:hover,
.wpcf7-submit:hover,
#btn-small:hover,
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret,
.tp-caption .backcorner,
.tp-caption .frontcornertop{ border-bottom-color : #4e96b2;
} .btn-blue.btn-shadow span,
.btn-large.btn-black.btn-shadow:hover > span,
#login_pop,
.head.panel,
.nav-collapse_ .nav > li > a span,
.wpcf7-submit:hover,
#btn-small:hover,
.wpcf7-submit:hover,
#btn-small:hover,
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret,
.nav-collapse_ .nav > li > a span,
.tp-caption .frontcorner,
.tp-caption .backcornertop{ border-top-color : #4e96b2;
} .resp-vtabs li.resp-tab-active{ border-right-color : #4e96b2;
}  .process_steps .step.step1{
background: #98bcca}
.process_steps .step.step1::after{
border-bottom-color: #98bcca}
.process_steps .step.step2{
background: #89adbb}
.process_steps .step.step2::after{
border-bottom-color: #89adbb}
.process_steps .step.step3{
background: #7a9eac}
.process_steps .step.step3::after{
border-bottom-color: #7a9eac}
.process_steps .step.step4{
background: #6b8f9d}
.process_steps .step.step4::after{
border-bottom-color: #6b8f9d}
.process_steps .step.step5{
background: #5c808e}
.process_steps .step.step6{
background: #4d717f}
.process_steps .step.step6::after{
border-bottom-color: #4d717f}
.process_steps .step.step7{
background: #3e6270}
.process_steps .step.step7::after{
border-bottom-color: #3e6270}
.process_steps .step.step8{
background: #2f5361}
.process_steps .step.step8::after{
border-bottom-color: #2f5361}
.process_steps .step.step9{
background: #204452}
.process_steps .step.step9::after{
border-bottom-color: #204452}
.process_steps .step.step10{
background: #113543}
.process_steps .step.step11{
background: #022634}
.process_steps .step.step11::after{
border-bottom-color: #022634}
.process_steps .step.step12{
background: #001725}
.process_steps .step.step12::after{
border-bottom-color: #001725}
.process_steps .step.step13{
background: #000816}
.process_steps .step.step13::after{
border-bottom-color: #000816}
.process_steps .step.step14{
background: #000007}
.process_steps .step.step14::after{
border-bottom-color: #000007}
.process_steps .step.step15{
background: #000000}
.process_steps_v2 li .namber-step{
color: #4e96b2}
.process_steps_v2 li:after{
background: #4e96b2}
.process_steps_v2 li::before{
border-bottom-color: #4e96b2} body.rtl #feature div.span3 ul.resp-tabs-list > .resp-tab-item.resp-tab-active{ border-left-color : #4e96b2;
} .btn-double a.btn-first,
.btn-blue:not(.btn-shadow),
.btn-large.btn-black.btn-shadow:hover > span,
.btn-black:hover:not(.btn-shadow),
.btn-white:hover,
.btn-white:focus,
.block-info .btn-small:hover, 
.btn-blue.btn-shadow span,
.block-btns .button-cart,
.btn-cart,
.div_table_1 .footer_div.thrird_div,
.table_plan .footer_table td.table_selected,
.wpcf7-submit:hover,
span.hot,
.block-btns a.added_to_cart{
background-image      : -moz-linear-gradient(top, #4e96b2, #4e96b2);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#4e96b2), to(#4e96b2));
background-image      : -webkit-linear-gradient(top, #4e96b2, #4e96b2);
background-image      : -o-linear-gradient(top, #4e96b2, #4e96b2);
background-image      : linear-gradient(to bottom, #4e96b2, #4e96b2);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e96b2', endColorstr='#4e96b2', GradientType=0);
} .div_table_1 .footer_div:hover,
.table_plan .footer_table td:hover,
.table_plan .footer_table td.table_green:hover,
.div_table_1 .footer_div.first_div:hover,
.div_table_1 .footer_div.thrird_div:hover{
background-image      : -moz-linear-gradient(top, #121212, #373737);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#121212), to(#373737));
background-image      : -webkit-linear-gradient(top, #121212, #373737);
background-image      : -o-linear-gradient(top, #121212, #373737);
background-image      : linear-gradient(to bottom, #121212, #373737);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#121212', endColorstr='#373737', GradientType=0);
} .div_table_1 .footer_div:hover,
.table_plan .footer_table td:hover,
.div_table_1 .footer_div.first_div:hover,
.div_table_1 .footer_div.thrird_div:hover{
background-color: #033257;
} @media (min-width : 1200px) {
.block-team .box-team:hover .details{ background-color : #4e96b2;
}
}
@media only screen and (max-width : 768px) {
.header_4 .nav-collapse_ .nav > li:hover,
.header_4 .nav-collapse_ .nav > li.active,
.header_4 .nav-collapse_ .nav > li.current_click,
header.header_4 .nav-collapse_ .nav > li:first-child:hover,
header.header_4 .nav-collapse_ .nav > li.active,
header.header_4 .nav-collapse_ .nav > li.current_page_ancestor,
header.header_4 .nav-collapse_ .nav > li.current-menu-ancestor,
.header_7 .nav-collapse_ .nav > li:hover,
.header_7 .nav-collapse_ .nav > li.active,
.header_7 .nav-collapse_ .nav > li.current_click,
header.header_7 .nav-collapse_ .nav > li:first-child:hover,
header.header_7 .nav-collapse_ .nav > li.active,
header.header_7 .nav-collapse_ .nav > li.current_page_ancestor,
header.header_7 .nav-collapse_ .nav > li.current-menu-ancestor{ border-left-color   :  #4e96b2;
border-right-color  :  #4e96b2;
border-bottom-color :  #4e96b2;
}
.block-team .box-team { background-color : #4e96b2;
}
}
@media (max-width : 480px) {
.top-right .btn-large-1{ background-color  : #4e96b2;
}
}  .block_banner:hover p,
.nav-collapse_ .nav ul li a,
.quantity.buttons_added,
.quantitybox,
.select-menu,
header.header_1 #menu_button.active,
header.header_2 #menu_button.active,
header.header_3 #menu_button.active,
header.header_5 #menu_button.active,
header.header_6 #menu_button.active{
color: #002f54;
} .btn-large.btn-blue.btn-shadow:hover > span,
.btn-large.btn-black.btn-shadow > span,
.btn-black:not(.btn-shadow),
.btn-blue:hover:not(.btn-shadow),
.block-btns a:not(.loading):hover,
.block-btns .yith-wcwl-add-to-wishlist a:hover,
.block-btns a.add_to_wishlist:hover,
.block-btns .added.add_to_cart_button,
.block-btns .compare-button a:hover,
.wpcf7-submit,
#btn-small,
.div_table_1 .footer_div,
.div_table_1 .footer_div.thrird_div:hover,
.div_table_1 .footer_div.first_div:hover,
.table_plan .footer_table td{
background-color: #002f54;
background-image      : -moz-linear-gradient(top, #373737, #121212);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#121212));
background-image      : -webkit-linear-gradient(top, #373737, #121212);
background-image      : -o-linear-gradient(top, #373737, #121212);
background-image      : linear-gradient(to bottom, #373737, #121212);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#121212', GradientType=0);
} .accordion.black-style .accordion-inner,
.accordion.black-style .accordion-heading span,
.box-toggle.black-style .toggle-heading,
.box-toggle.black-style .accordion-inner,
.dark_bg blockquote,
.fontawesome-icon-list.dark_bg,
.div_table_1 .div_head:not(.first_div),
.dark-style .tab-content > .tab-pane,
.dark-style .nav-tabs > li.active > a,
.dark-style .nav-tabs > li.active > a:hover,
.dark-style .nav-tabs > li.active > a:focus,
.dark-style .nav-tabs > li > a:hover,
.tab_var1_darkBg .v_tables td,
header.header_4 .nav-collapse_ .nav ul li a,
header.header_7 .nav-collapse_ .nav ul li a,
header.header_4 .nav-collapse_ .nav > li:hover > a,
header.header_4 .nav-collapse_ .nav > li.active > a,
header.header_4 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_4 .nav-collapse_ .nav > li.current_page_item > a,
header.header_4 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_4 .nav-collapse_ .nav > li.current_click > a,
header.header_7 .nav-collapse_ .nav > li:hover > a,
header.header_7 .nav-collapse_ .nav > li.active > a,
header.header_7 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_7 .nav-collapse_ .nav > li.current_page_item > a,
header.header_7 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_7 .nav-collapse_ .nav > li.current_click > a,
header.header_4 .nav-collapse_ .nav ul.submenu-extra,
header.header_7 .nav-collapse_ .nav ul.submenu-extra,
header.header_4 .nav-collapse_ .nav ul.submenu-extra li a,
header.header_7 .nav-collapse_ .nav ul.submenu-extra li a,
header.header_1 #menu_button,
header.header_2 #menu_button,
header.header_3 #menu_button,
header.header_5 #menu_button,
header.header_6 #menu_button,
.box-photo strong,
.foto-carousel figure b,
.box-work figure b,
.block_banner .badge_icon,
.box-features .inner-block1:hover .badge_,
.process_steps .step i,
.table_plan .head_table td,
.div_table_1 .div_head,
.div_table_1 .footer_div,
.table_plan .footer_table td{
background-color: #002f54;
} header.header_1 #menu_button.active,
header.header_2 #menu_button.active,
header.header_3 #menu_button.active,
header.header_5 #menu_button.active,
header.header_6 #menu_button.active{
border-color: #002f54;
} .block-btns a:not(.loading):hover,
#btn-small,
.wpcf7-submit,
.dark-style .nav-tabs > li.active > a, .dark-style .nav-tabs > li.active > a:hover, .dark-style .nav-tabs > li.active > a:focus, .dark-style .nav-tabs > li.active > a, .dark-style .nav-tabs > li.active > a:hover, .dark-style .nav-tabs > li > a:hover{
border-bottom-color :  #002f54;
} .dark-style.tabs-left .nav-tabs > li.active > a, .dark-style.tabs-left .nav-tabs > li.active > a:hover, .dark-style.tabs-left .nav-tabs > li.active > a:focus, .dark-style.tabs-left .nav-tabs > li.active > a, .dark-style.tabs-left .nav-tabs > li.active > a:hover, .dark-style.tabs-left .nav-tabs > li > a:hover,
header.header_4 .nav-collapse_ .nav > li,
header.header_7 .nav-collapse_ .nav > li{
border-top-color :  #002f54;
border-right-color :  #002f54;
border-left-color :  #002f54;
} header.header_4 .nav-collapse_ .nav > li:first-child,
header.header_7 .nav-collapse_ .nav > li:first-child{
border-left-color :  #002f54;
} #btn-small,
.wpcf7-submit{
border-top-color :  #002f54;
} header.header_4 .main-menu > div,
header.header_7 .main-menu > div,
.accordion.black-style .accordion-group, 
.accordion.black-style .accordion-heading,
.dark-style .nav-tabs > li > a,
.dark-style .nav-tabs:after,
.dark-style.tabs-left > .nav-tabs > li:first-child > a:after,
.tab_var1_darkBg,
.list-social li a,
header.header_4 .main-menu > div,
header.header_7 .main-menu > div,
header.header_4 .nav-collapse_ .nav > li > ul li:hover > a,
header.header_4 .nav-collapse_ .nav li ul li.active > a,
header.header_4 .nav-collapse_ .nav li ul li.current_page_item > a,
header.header_4 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_4 .nav-collapse_ .nav li ul li.current_click > a,
header.header_4 .nav-collapse_ .nav li ul li.current-menu-item > a,
header.header_4 .nav-collapse_ .nav ul.submenu-extra a:hover,
header.header_4 .nav-collapse_ .nav ul.submenu-extra .active a,
header.header_4 .nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
header.header_7 .nav-collapse_ .nav > li > ul li:hover > a,
header.header_7 .nav-collapse_ .nav li ul li.active > a,
header.header_7 .nav-collapse_ .nav li ul li.current_page_item > a,
header.header_7 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_7 .nav-collapse_ .nav li ul li.current_click > a,
header.header_7 .nav-collapse_ .nav li ul li.current-menu-item > a,
header.header_7 .nav-collapse_ .nav ul.submenu-extra a:hover,
header.header_7 .nav-collapse_ .nav ul.submenu-extra .active a,
header.header_7 .nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
header.header_4 .nav-collapse_ .nav ul.submenu-extra li a:hover,
header.header_7 .nav-collapse_ .nav ul.submenu-extra li a:hover,
aside,
#gotoTop,
.social a,
.tab_var1_darkBg .v_tables > .reviver_table thead tr,
.btn-cart.active, .btn-cart:hover, .btn-cart:focus{
background-color: #002d52;
} .dark-style .nav-tabs > li > a,
.dark-style .tab-content > .tab-pane{
border-color: #002d52;
} .dark-style.tabs-left .nav-tabs > li.active > a, .dark-style.tabs-left .nav-tabs > li.active > a:hover, .dark-style.tabs-left .nav-tabs > li.active > a:focus, .dark-style.tabs-left .nav-tabs > li.active > a, .dark-style.tabs-left .nav-tabs > li.active > a:hover, .dark-style.tabs-left .nav-tabs > li > a:hover{
border-bottom-color: #002d52;
} .dark-style .nav-tabs > li.active > a, .dark-style .nav-tabs > li.active > a:hover, .dark-style .nav-tabs > li.active > a:focus, .dark-style .nav-tabs > li.active > a, .dark-style .nav-tabs > li.active > a:hover, .dark-style .nav-tabs > li > a:hover{
border-left-color: #002d52;
border-right-color: #002d52;
border-top-color: #002d52;
}  .shortcode_forms .dark_bg .select_list,
.shortcode_forms .dark_bg input:not([type="submit"]):focus,
.shortcode_forms .dark_bg select,
.tab_var1_darkBg .tab_var2_pad .v_tables,
.tab_var1_darkBg .v_tables td,
.tab_var1_darkBg .v_tables > .reviver_table tr > th,
aside,
body.rtl .tab_var1_darkBg .v_tables > .reviver_table tr > th,
body.rtl .tab_var1_darkBg .v_tables > .reviver_table tr > td{
border-color: #001a3f;
}  .fancybox-title-inside,
a,
h1,
h2,
h3,
h4,
h5,
h6,
code,
pre,
legend,
.dropdown-menu > li > a,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.btn:hover,
.btn:focus,
.btn-link,
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.navbar-link:hover,
.navbar-link:focus,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused,
.accordion-heading a h5 i,
.accordion-heading.active:hover h5,
.accordion-heading.active h5,
.accordion-heading.active:hover h5 i,
.accordion-heading.active h5 i,
.box-toggle .toggle-heading i,
.nav-tabs > li > a,
.wpb_tabs_nav > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.resp-vtabs .resp-tabs-list li,
.responsive-tabs__list__item,
.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover,
.tabbable.responsive .nav-tabs > li > a,
.tabbable.responsive .nav-tabs > li.active > a,
.tabbable.responsive .nav-tabs > li.active > a:hover,
.tabbable.responsive .nav-tabs > li > a.tab-control:before,
.tabbable.responsive .nav-tabs > li > a.tab-control:after{
color: #1b1b1b;
}
.next-slide a:before,
.next-slide a:after,
.prev-slide a:before,
.prev-slide a:after,
.tp-caption.text3,
.tp-caption.text1_1,
.tp-caption.text1_2 strong,
.flexslider-main .flex-caption,
.flexslider-main .flex-caption.caption3 h2,
.flexslider-main .flex-caption.caption3 p strong,
.fancybox-title-inside,
.widget_layered_nav .yith-wcan-list li a,
.widget_product_categories #accordion.list li a,
.woocommerce #content table.wishlist_table.cart a.remove,
.h2,
.h3,
.h4,
.h5,
.h6,
.list_1 li a,
.view_all::before,
.link1:hover,
.color-2,
.btn-tags,
.btn-double a.btn-first:hover,
.btn-double a.btn-second:hover,
.btn-double a:hover,
.block-info .btn-small,
[id^="newsletter"] .btn-small:hover,
.btn-white,
.btn-white.btn-shadow span,
.list-links a,
.fontawesome-icon-list .fa-hover a,
blockquote em,
.foto-carousel > span strong,
.box-work > span strong,
.foto-carousel > span strong a,
.box-work > span strong a,
.foto-carousel > span i,
.box-work > span i,
.foto-carousel > span strong,
.box-work > span strong,
.foto-carousel > span strong a,
.box-work > span strong a{
color: #1b1b1b;
}
.block-info h4,
.banner > div strong,
.banner > div > span,
.block_banner.block_banner-extra i,
.baner-text-1 h4,
.block-features span i,
.block-control .control-post a,
.v_block-control .control-post a,
.v_block-control .control-post span.current,
.v_block-control .control-post .dots,
.select_title,
.table_plan tr td,
.div_table_1 > div > span,
.div_table_1 > div > em,
.accordeon_css3_video ul li .block-accordeon a:hover,
.box-customers i,
.box-customers strong,
.box-customers span,
.dropcap2 > span:hover:first-letter,
.box-tabs h2,
.block-accordeon span,
header.header_2 .phone-div span,
header.header_2 .email-div span,
header.header_5 .phone-div span,
header.header_5 .email-div span,
header.header_6 .phone-div span,
header.header_6 .email-div span,
.block_language > li.language > a,
.block_language > li > a,
.block_language > li.currency_item > a,
.block_language > li ul a:hover,
.slct:after,
.slct2:after,
.phone-div span,
#form-login span.title,
#form-login .create_customer span,
.box-dropdown .checkout-table td,
.box-dropdown .checkout-table tr td + td,
.box-dropdown .checkout-table .txt-total,
.box-dropdown strong.quantity{
color: #1b1b1b;
}
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav li .sf-sub-indicator,
.row-title h2,
.badge em,
.badge_,
.badge_ span::before,
.badge_ i::before,
#filters li a,
#portfolio-filter li a,
._filters li a,
.box-product-hover h5.product-name a:hover,
.block-btns .button-like,
.block-btns a.add_to_wishlist,
.block-btns .yith-wcwl-wishlistexistsbrowse a,
.block-btns .yith-wcwl-wishlistaddedbrowse a,
.block-btns .compare-button a,
h5.product-name,
h5.product-name a,
.compare_table .btn-medium::before,
.product-quantity span.update_cart .fa,
.product-quantity span.update_cart input[name="update_cart"],
#ship-to-different-address label,
.navigation_grid a i,
.select_title,
span.hot_yellow, span.sale_yellow,
.v_reviews_tab .v_quote,
.shopping_cart .v_shop_cart .v_td_price3,
.v_shop_cart .v_td_price3,
.v_tables.v_list_orders tr td:first-child,
.v_detail_order .v_order_list,
.v_tables.v_tables3 .v_td_price.v_td_black,
.order_block .v_tables.v_shop_cart tr td:last-child,
.block-countdown h2,
.v_drop .block-features div:first-child > a:hover span i,
.list-sitemap a,
.list-sitemap .sub-menu > a:hover,
.testimonial-content, .testimonial-content p,
.widget_recent_comments ul li:before,
.widget_recent_comments ul li a,
.widget_tag_cloud .tagcloud a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a,
.widget_tag_cloud.fw .tagcloud a,
.category #accordion.list li a,
.widget_product_categories #accordion.list li .amout,
.yith-wcan-list li a,
.yith-wcan-list li a .count,
.fw.s2_form_widget input[type="submit"]:hover{
color: #1b1b1b;
}
@media (min-width : 1200px) {
.block-team .details h5,
.block-team .box-team.default:hover .details h5{
color: #1b1b1b;
}
}
@media only screen and (min-width : 993px) {
.quick_btn{
color: #1b1b1b;
}
}
@media only screen and (max-width : 768px) {
.accordeon_css3 li:hover .block-accordeon h6,
.accordeon_css3 li:hover + .last_accord .block-accordeon h6,
.accordeon_css3 li:hover + li + .last_accord .block-accordeon h6,
.accordeon_css3 li.last_accord .block-accordeon h6,
.accordeon_css3_video ul li .block-accordeon h6,
.accordeon_css3_video ul li .block-accordeon h6 a,
.accordeon_css3_video ul li .block-accordeon a,
.accordeon_css3_video li:hover .block-accordeon h6{
color: #1b1b1b;
}
} body,
.table .table,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus,
footer{
background-color: #1b1b1b;
} a.thumbnail:hover,
a.thumbnail:focus{
border-color: #1b1b1b;
} .nav .dropdown-toggle .caret{
border-top-color: #1b1b1b;
} .nav .dropdown-toggle .caret{
border-bottom-color: #1b1b1b;
}  .btn-double a.btn-second,
.table_plan .footer_table td.table_green,
.div_table_1 .footer_div.first_div{
background-color	  : #489b0c;
background-image      : -moz-linear-gradient(top, #52a40f, #398e08);
background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#52a40f), to(#398e08));
background-image      : -webkit-linear-gradient(top, #52a40f, #398e08);
background-image      : -o-linear-gradient(top, #52a40f, #398e08);
background-image      : linear-gradient(to bottom, #52a40f, #398e08);
background-repeat     : repeat-x;
filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a40f', endColorstr='#398e08', GradientType=0);
} .progress.v_green,
.table_plan .head_table td.table_green,
.div_table_1 .first_div{
background-color	  : #489b0c;
}  body,
.accordion-inner,
.list-popular li .link-comment,
.list li a,
.txt-1,
.toggle .togglec,
blockquote a,
.box-features .block-info p,
.baner-text-1 p,
.process-container p,
.select_list > li,
.table_plan tr .first_td,
.v_tables td,
.box-company span,
.block-accordeon p,
.block-accordeon p span,
header.header_4 .nav-collapse_ .nav ul li .sf-sub-indicator::before,
header.header_7 .nav-collapse_ .nav ul li .sf-sub-indicator::before,
.phone-div,
.list-panel li a,
.box-dropdown p,
.box-dropdown span.light,
.badge a i,
.badge > span,
.reviver_blog .extra-wrap .entry-content,
.reviver_blog .extra-wrap .entry-content p,
.price-old,
.price del .amount,
.v_price del .amount,
.compare_table .v_tables tr:first-child{
color: #6a6a6a;
}
.select_list > li,
.shopping_cart .v_shop_cart tr:first-child td,
.v_detail_order .v_tables tr:first-child td:last-child,
.v_detail_order .v_order_list li a,
.v_detail_order .v_tables tr:first-child td:last-child,
.countdown_section,
.widget_recent_comments ul li{
color: #6a6a6a;
}
@media (min-width : 1200px) {
.block-team .details h5 span,
.block-team .box-team.default:hover .details h5 span{
color: #6a6a6a;
}
}
@media only screen and (max-width : 768px) {
.accordeon_css3 li:hover .block-accordeon p,
.accordeon_css3 li:hover + .last_accord .block-accordeon p,
.accordeon_css3 li:hover + li + .last_accord .block-accordeon p,
.accordeon_css3 li.last_accord .block-accordeon p,
.accordeon_css3_video ul li .block-accordeon p,
.accordeon_css3_video li:hover .block-accordeon p{
color: #6a6a6a;
}
} .process-wrap.owl-carousel .owl-pagination > div::before,
.process-wrap.owl-carousel .owl-pagination > div::after{
background-color: #6a6a6a;
} table:not([class]) tr th,
table:not([class]) tr td{
border-color: #6a6a6a;
}  .accordeon_css3_video ul li .block-accordeon p{
color: #e1e1e1;
} .btn-double a.btn-first:hover,
.btn-double a.btn-second:hover,
.block-info .btn-small,
[id^="newsletter"] .btn-small:hover,
.btn-white,
.btn-white.btn-shadow span,
.block-btns .button-like,
.block-btns a.add_to_wishlist,
.block-btns .yith-wcwl-wishlistexistsbrowse a,
.block-btns .yith-wcwl-wishlistaddedbrowse a,
.block-btns .compare-button a,
.fw.s2_form_widget input[type="submit"]:hover,
body.ie .block-btns a.btn-white::before,
body.ie .block-btns .yith-wcwl-add-to-wishlist a::before,
body.ie .block-btns .compare-button a::before{
background-color  : #e1e1e1;
background-image  : -moz-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#dcdcdc));
background-image  : -webkit-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : -o-linear-gradient(top, #e4e4e4, #dcdcdc);
background-image  : linear-gradient(to bottom, #e4e4e4, #dcdcdc);
background-repeat : repeat-x;
filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#dcdcdc', GradientType=0);
} .dropdown-menu .divider,
.nav-list .divider,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .btn-navbar,
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled],
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle{
background-color: #e1e1e1;
} .form-actions{
border-top-color: #e1e1e1;
} legend{
border-bottom-color: #e1e1e1;
} .table_plan tr td,
body.rtl .table_plan tr .first_td{
border-left-color: #e1e1e1;
}  .table_plan tr.table_bg_1 td:hover,
.table_plan tr.table_bg_2 td:hover,
.div_table_1 > div > span:hover,
.div_table_1 > div > em:hover{
background-color: #e4e4e4;
} .v_form input[type="text"],
.v_form input[type="password"],
.v_form input[type="email"],
.v_form select,
.v_form textarea,
.v_form .select2-container > a,
.select_title,
.v_tables td,
.tab_var2_pad .v_tables,
.checkout .v_tables .shop_table,
.order_details .v_tables,
.customer_details .v_tables,
.addresses address,
.my_account_orders .v_tables,
.review-order-table th,
.shop_table.order_details table.not_last tbody td,
.shop_table.order_details table.not_last tbody th,
#form-search,
#login_pop,
#comment-textarea textarea,
.compare_table .v_tables tr:first-child,
.quantity.buttons_added,
.v_shop_cart input:not([type="submit"]):not([type="button"]):not(.qty):not([type="radio"]),
.v_shop_cart select,
.v_shop_cart textarea,
.variations select,
.quantitybox,
input:not([type="submit"]):focus,
textarea:focus,
body.rtl .shop_table.order_details table.not_last tbody td,
body.rtl .shop_table.order_details table.not_last tbody th{
border-color: #e4e4e4;
}
@media only screen and (max-width : 992px) {
.select-menu{
border-color: #e4e4e4;
}
}
@media only screen and (max-width : 768px) {
.navbar-inner .block-form #form-search{
border-color: #e4e4e4;
}
} .resp-vtabs .resp-tabs-list li,
.block-control,
.process-wrap.owl-carousel .track,
.about_project tr:not(:first-child),
.main-menu > div,
.box-dropdown .cart-table td,
.blog_post .blog_scroll,
.sort_shop{
border-top-color: #e4e4e4;
}
@media only screen and (max-width : 768px) {
.list-panel li{
border-top-color: #e4e4e4;
}
}
@media (max-width : 480px) {
.shopping_cart .half_col:last-child{
border-top-color: #e4e4e4;
}
} .resp-vtabs ul.resp-tabs-list,
.select_list,
[class*="table_type_"] tr:first-child th,
.v_tables > .reviver_table tr > th,
.nav-collapse_ .nav > li,
body.rtl .shopping_cart .half_col:last-child{
border-right-color: #e4e4e4;
} .process-wrap.owl-carousel .track,
.select_list,
.blog_post .blog_scroll,
.carousel .v_project_info li,
.v_reviews_tab .level1,
.tables_wishlist .sort_shop2{
border-bottom-color: #e4e4e4;
} .select_list,
.nav-collapse_ .nav > li:first-child,
.shopping_cart .half_col:last-child,
body.rtl .v_tables > .reviver_table tr > th,
body.rtl .v_tables > .reviver_table tr > td,
body.rtl .v_tables.v_wishlist .wishlist_table tr > th,
body.rtl .v_tables.v_wishlist .wishlist_table tr > td,
body.rtl .v_tables .shop_table.table_type_ th,
body.rtl .v_tables .shop_table.table_type_ td,
body.rtl .v_tables.v_shop_cart .shop_table.cart th,
body.rtl .v_tables.v_shop_cart .shop_table.cart td,
body.rtl .v_shop_cart .cart td,
body.rtl .shop_table td,
body.rtl .shop_table .cart-subtotal > td{
border-left-color: #e4e4e4;
}
@media only screen and (max-width : 768px) {
.responsive_table td:not([colspan]):after{
border-left-color: #e4e4e4;
}
}  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.thumbnail .caption,
.slide3 .ls-l3 ,
.block-countdown p{
color: #555555;
} .nav-tabs .active .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{
border-top-color: #555555;
} .nav-tabs .active .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{
border-bottom-color: #555555;
}  .navbar .brand,
.navbar-text,
.navbar-link,
.navbar .nav > li > a,
.nav-collapse_ .nav ul li a span,
.shopping_cart .v_shop_cart .v_td_price2 span,
.privacy,
.wp-caption{
color: #777777;
}
@media (max-width : 992px) {
.nav-collapse .nav .nav-header,
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a{
color: #777777;
}
} .navbar .nav li.dropdown > .dropdown-toggle .caret{
border-top-color: #777777;
} .navbar .nav li.dropdown > .dropdown-toggle .caret{
border-bottom-color: #777777;
}  .v_form .select_title,
.v_form .select_list > li,
.tab_var1_darkBg .v_tables td,
.block_language{
color: #8b8b8b;
}  .muted,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
blockquote small,
legend small,
.uneditable-input,
.uneditable-textarea,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.nav-header,
.nav > .disabled > a,
.navbar-inverse .brand,
.navbar-inverse .nav > li > a,
.navbar-inverse .brand,
.navbar-inverse .navbar-text,
.navbar-inverse .navbar-link,
.breadcrumb > .active,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus{
color: #999999;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
color: #999999;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span,
.accordion.black-style .accordion-inner,
.box-toggle.black-style p,
.dark-style .tab-content > .tab-pane p,
.dark-style .responsive-tabs p,
.reviver-slider-contact-form input,
#form-search input,
span.v_td_price,
div.v_td_price,
.fw .fw.s2_form_widget input:not([type="submit"]),
.tweet_list li a,
[id^="newsletter"] input{
color: #999999;
}
@media (max-width : 992px) {
.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a{
color: #999999;
}
} .nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus,
.label,
.badge{
background-color: #999999;
} .nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus,
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus{
border-color: #999999;
} .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret{
border-top-color: #999999;
} .v_reviews a:first-child{
border-right-color: #999999;
} abbr[title],
abbr[data-original-title],
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret{
border-bottom-color: #999999;
}  .navbar-inverse .navbar-search .search-query:-moz-placeholder,
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder,
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder,
.list-links li::before,
aside p,
aside .search,
.address-1 span,
.list-footer li a::before,
.fw .fw.s2_form_widget p,
.tweet_list li,
.tweet_list li::before{
color: #c6c6c6;
} .btn:active,
.btn.active,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active{
background-color: #c6c6c6;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder{
background-color: #c6c6c6;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{
background-color: #c6c6c6;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{
background-color: #c6c6c6;
} textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
.uneditable-textarea,
.btn{
} .comment-form-rating p.stars a.star-1,
.comment-form-rating p.stars a.star-2,
.comment-form-rating p.stars a.star-3,
.comment-form-rating p.stars a.star-4,
.comment-form-rating p.stars a.star-5{
border-right-color: #c6c6c6;
} .dropdown-submenu > a:after,
body.rtl .comment-form-rating .stars a{
border-left-color: #c6c6c6;
}  .block-info .btn-small,
[id^="newsletter"] .btn-small:hover,
.btn-white.btn-shadow span,
.block-btns .button-like,
.block-btns a.add_to_wishlist,
.block-btns .yith-wcwl-wishlistexistsbrowse a,
.block-btns .yith-wcwl-wishlistaddedbrowse a,
.block-btns .compare-button a,
body.ie .block-btns a.btn-white::before,
body.ie .block-btns a.added_to_cart::before,
body.ie .block-btns a.btn-blue::before,
body.ie .block-btns .yith-wcwl-add-to-wishlist a::before,
body.ie .block-btns .button-cart::before,
body.ie .block-btns .compare-button a::before{
border-bottom-color: #a7a7a7;
}  .list-panel li{
border-left-color: #a0a0a0;
}  .rating_list li .empty{
color: #d1d1d1;
} .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{
background-color: #d1d1d1;
} .navbar-inner,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
border-color: #d1d1d1;
} #form-search span,
.quantity .qty,
body.rtl .select_title:before{
border-right-color: #d1d1d1;
} .select_title::before,
.q_modify,
body.rtl #form-search span,
body.rtl .quantity .qty{
border-left-color: #d1d1d1;
}  .accordeon_css3_video ul li .block-accordeon a,
.extra-aside .fw.s2_form_widget.extra span{
color: #f9f9f9;
} .table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
.audioplayer-bar-loaded,
#content,
.main-menu > div,
.navbar-inner .block-form #form-search,
.header_top{
background-color: #f9f9f9;
}  pre,
.form-actions,
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th,
.well,
.btn,
.navbar .btn-navbar .icon-bar,
.breadcrumb,
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pager li > a:hover,
.pager li > a:focus,
.modal-footer,
.accordion-group,
.accordion-heading,
.box-toggle,
.box-toggle .toggle-heading.togle-icon.collapsed,
.box-toggle .toggle-heading.collapsed,
.nav-tabs:after,
.nav-tabs > li > a,
.wpb_tabs_nav > li > a,
.tabs-left.tabs-icons > .nav-tabs > li:last-child > a:after,
.tabs-left > .nav-tabs > li:first-child > a:after,
h2.resp-accordion,
.responsive-tabs:after,
.responsive-tabs__list__item,
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:first-child:after,
.responsive-tabs_1 .responsive-tabs__list .responsive-tabs__list__item:last-child:after,
.tabbable.responsive:after,
.tabbable.responsive .nav-tabs > li > a,
.tabbable.responsive .nav-tabs > li > a.tab-control,
.next-slide a,
.prev-slide a{
background-color: #f0f0f0;
}
.view_all,
.row-video-slider,
.btn-tags,
.toggle,
blockquote,
.foto-carousel > span,
.box-work > span,
.block_banner.block_banner-extra .badge_icon,
.block-features > div:first-child > a span,
.block-features.extra span,
.item .icons-bg,
.progress,
.v_form input[type="text"],
.v_form input[type="password"],
.v_form input[type="email"],
.v_form select,
.v_form textarea,
.v_form .select2-container > a,
.select_title,
.select_list > li:hover,
.table_plan tr.table_bg_1,
.div_table_1 > div > em,
.tab_var1,
.v_wishlist,
.v_shop_cart,
.dropcap2 > span:hover:first-letter,
.reviver-slider-contact-form input{
background-color: #f0f0f0;
}
header.header_1 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_1 .nav-collapse_ .nav li ul li.current_page_item > a,
header.header_1 .nav-collapse_ .nav li ul li.current-menu-parent > a,
header.header_1 .nav-collapse_ .nav li ul li.current-menu-item > a,
header.header_1 .nav-collapse_ .nav li ul li.current-menu-item > a,
#form-search,
#form-search input,
.top_menu li ul,
#form-login .create_customer,
.head.panel,
.nav-collapse_ .nav > li > ul li:hover > a,
.nav-collapse_ .nav li ul .active > a,
.nav-collapse_ .nav li ul .current_click > a,
.nav-collapse_ .nav > li > ul li.current-menu-parent > a,
.nav-collapse_ .nav > li > ul li.current_page_item > a,
.nav-collapse_ .nav > li > ul li.current-menu-item > a,
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav ul.submenu-extra a:hover,
.nav-collapse_ .nav ul.submenu-extra .active a,
.nav-collapse_ .nav ul.submenu-extra span.current-menu-item > a,
#menu_button.active,
.row-title,
.badge,
.badge_,
#comment-textarea textarea,
#commentform input,
#filters li a,
#portfolio-filter li a,
._filters li a{
background-color: #f0f0f0;
}
.compare_table .v_tables tr td:first-child,
.compare_table .v_tables tr th:first-child,
.customer_details .v_tables tr td:first-child,
.customer_details .v_tables tr th:first-child,
.quantity.buttons_added,
.v_shop_cart input:not([type="submit"]):not([type="button"]):not(.qty):not([type="radio"]),
.v_shop_cart select,
.v_shop_cart textarea,
.variations select,
.quantitybox,
.v_tables.v_wishlist thead tr,
.v_tables.v_shop_cart thead tr,
.v_tables thead tr,
.row-extra-content,
.countdown_section,
.v_drop .block-features div:first-child > a:hover span,
.widget_tag_cloud .tagcloud a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a,
.fw .fw.s2_form_widget input:not([type="submit"]),
[id^="newsletter"] input,
#gotoTop:hover,
.v_block-control .control-post .v_button_var,
.v_block-control .v_button_var a,
.v_block-control .v_button_var span.current,
.v_block-control .control-post .prev,
.v_block-control .control-post .next,
.v_block-control .v_button_2 .prev,
.v_block-control .v_button_2 .next,
.v_block-control .v_button_var2 span,
.v_block-control .control-post.v_button_var .dots{
background-color: #f0f0f0;
}
@media (min-width : 1200px) {
.block-team .details,
.block-team .box-team.default:hover .details{
background-color: #f0f0f0;
}
}
@media only screen and (max-width : 992px) {
.select-menu{
background-color: #f0f0f0;
}
}
@media only screen and (max-width : 768px) {
.responsive_table tr:nth-child(2n) td,
.list-panel,
.navbar-inner .block-form,
.navbar-inner .block-form #form-search{
background-color: #f0f0f0;
}
}
@media (max-width : 992px) {
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus{
background-color: #f0f0f0;
}
}
@media (max-width : 767px) {
.responsive-tabs__heading{
background-color: #f0f0f0;
}
} .tab-content > .tab-pane,
.nav-tabs > li > a,
.wpb_tabs_nav > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li.active > a:focus,
.responsive-tabs > div,
.responsive-tabs__list__item,
.tabbable.responsive .nav-tabs > li > a,
.tabbable.responsive .tab-content,
.toggle,
.tab_var2_pad,
.panel.tab-content,
.block-widget .block_bord,
.faqs-sidebar .widget_text,
.block-widget,
.widget.widget_recent_comments:not(.fw),
.reviver_blog .post.sticky{
border-color: #f0f0f0;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover{
border-left-color: #f0f0f0;
border-top-color: #f0f0f0;
border-right-color: #f0f0f0;
border-bottom-color: #ffffff;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li.active > a:focus{
border-right-color: transparent;
}
.widget_categories:not(.fw),
.row:not(.fw) .widget_recent_comments,
.widget_tag_cloud:not(.fw),
#flickr-widget-2:not(.fw),
.page-sidebar.widget_text:not(.fw),
.widget_recent_entries:not(.fw),
.widget_archive:not(.fw),
.widget_meta:not(.fw),
.widget_pages:not(.fw),
.widget_calendar:not(.fw),
.widget_rss:not(.fw),
.widget_text:not(.widget-404):not(.fw),
.widget_nav_menu:not(.fw){
border-color: #f0f0f0;
}
@media (max-width : 1199px) {
.tabbable.responsive .nav-tabs{
border-color: #f0f0f0;
}
}
@media only screen and (max-width : 768px) {
.resp-vtabs .resp-tab-content{
border-color: #f0f0f0;
}
} .list-popular li,
.cart_list.product_list_widget li,
.product_list_widget li,
.block-info .btn-small,
[id^="newsletter"] .btn-small:hover,
.btn-white,
.btn-white.btn-shadow span,
.list-sitemap li,
.widget_categories ul li,
.widget_pages > ul li,
.widget_meta > ul li,
.widget_recent_entries > ul li,
.widget_rss > ul li,
.widget_nav_menu > .menu-main-navigation-container ul li,
.widget_archive > ul li,
.category #accordion.list li,
.widget_product_categories #accordion.list li,
.yith-wcan-list li,
.category #accordion.list .level1 li,
.widget_product_categories #accordion.list .level1 li{
border-top-color: #f0f0f0;
}
@media (max-width : 992px) {
.nav-collapse .navbar-form,
.nav-collapse .navbar-search{
border-top-color: #f0f0f0;
}
} .responsive-tabs_1 .responsive-tabs__list__item:hover,
.responsive-tabs_1 .responsive-tabs__list__item--active,
.responsive-tabs_1 .responsive-tabs__list__item--active:hover,
.comment_list li,
#reply-title,
div#comments div.wraper.txt-1,
.shop_tabs .icon_tab2 ul li,
.faqs-sidebar .widget_text h4,
.block-widget h4.heading-h4,
.checkout #order_review_heading,
.widget.widget_recent_comments:not(.fw) h4,
.widget_categories:not(.fw) h4,
.widget_recent_comments:not(.fw) h4,
.widget_tag_cloud:not(.fw) h4,
#flickr-widget-2:not(.fw) h4,
.page-sidebar.widget_text:not(.fw) h4,
.widget_recent_entries:not(.fw) h4,
.widget_archive:not(.fw) h4,
.widget_meta:not(.fw) h4,
.widget_search:not(.fw) h4,
.widget_pages:not(.fw) h4,
.widget_calendar:not(.fw) h4,
.widget_rss:not(.fw) h4,
.widget_text:not(.fw):not(.widget-404) h4,
.widget_nav_menu:not(.fw) h4,
.woo_widget h4{
border-bottom-color: #f0f0f0;
}
@media (max-width : 992px) {
.nav-collapse .navbar-form,
.nav-collapse .navbar-search{
border-bottom-color: #f0f0f0;
}
}
@media only screen and (max-width : 560px) {
.nav-tabs > li a,
.nav-tabs > li.active a,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a,
.nav-tabs > li.active a:focus{
border-bottom-color: #f0f0f0;
}
} .navbar .divider-vertical{
border-left-color: #f0f0f0;
}  .flex-control-nav li a,
.tabs ul li a,
.tabs_1 ul li a{
background-color: #bababa;
}  @media only screen and (max-width : 768px) {
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.active,
.nav-collapse_ .nav > li.current_click,
.header_6 .nav-collapse_ .nav > li:hover,
.header_6 .nav-collapse_ .nav > li.active,
.header_6 .nav-collapse_ .nav > li.current_click,
header.header_6 .nav-collapse_ .nav > li.current_page_ancestor > a,
header.header_6 .nav-collapse_ .nav > li.current_page_item > a,
header.header_6 .nav-collapse_ .nav > li.current-menu-ancestor > a,
header.header_6 .nav-collapse_ .nav > li.current_click > a{
border-right-color: #e7e7e7;
border-bottom-color: #e7e7e7;
border-left-color: #e7e7e7;
}
} .shortcode_forms .dark_bg input, .shortcode_forms .dark_bg select, .shortcode_forms .dark_bg textarea {
background-color: #1d1d1d;
border-color: #131313;
}
.block-info .btn-small:hover{
color: #ffffff;
}body {
color: #6a6a6a;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
line-height: 24px;
background: #ffffff;
}
#content{
background: #f9f9f9;
}
h1, h2, h3 {
color: #1b1b1b;
font-family: Open Sans;
font-weight: 400;
}
h4, h5, h6{
font-weight: 700;
}
a,
.link:hover, .link:focus,
.link1:hover, .link1:focus,
.list_1 li a,
.badge a i{
color: #1b1b1b;
}
a:hover, a:focus,
.link,
.link1,
.list_1 li a:hover, .list_1 li a:focus,
.badge a:hover i{
color: #4e96b2;
}
header,
header .poping_links,
header .panel .list-panel li a,
header .panel .welcome-div,
header .panel .language::before,
header .panel .block_language > li ul a,
header .panel .block_language > li.language > a,
header .panel .block_language > li.currency_item::before,
header .panel .block_language > li.currency_item a{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
header .logout a,
header a{
color: #1b1b1b;
}
header .logout a:hover,
header a:hover{
color: #4e96b2;
}
.poping_links .link{
color: #4e96b2;
}
.poping_links .link:hover{
color: #1b1b1b;
}
header .iconized,
#closeLogin{
color: #7f7d74;
}
header .iconized:hover,
header a:hover .iconized,
#closeLogin:hover{
color: #4e96b2;
}
header .head.panel{
padding: 7px 0px 3px 0px;
background: #f0f0f0;
border-style: solid;
border-color: #4e96b2 !important;
border-top-width: 3px !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
border-left-width: 0 !important;
}
header .panel .welcome-msg,
header .poping_links,
.poping_links{
color: #6a6a6a;
}
header .list-panel li{
border-left: 2px solid #a0a0a0;
}
header .list-panel li a{
color: #6a6a6a;
}
.list-panel li a:hover{
color: #4e96b2;
}
header .panel .block_language > .currency_item > span,
header .panel .language::before,
header .panel .block_language > .language > span,
header .panel .block_language > li.currency_item::before{
color: #8b8b8b;
}
header .panel .block_language > li a,
header .panel .block_language > li.currency_item a{
color: #1b1b1b;
}
.slct:after, .slct2:after{
color: #1b1b1b;
font-size: 14px;
}
.block_language > li.currency_item > a span{
color: #4e96b2;
}
.header_top{
background: #f9f9f9;
}
header.header_1 .phone-div,
header.header_3 .phone-div,
header.header_4 .phone-div,
header.header_7 .phone-div{
color: #6a6a6a;
font-size: 13px;
font-family: Open Sans;
font-weight: 400;
line-height: 20px;
}
header.header_1 .phone-div span,
header.header_3 .phone-div span,
header.header_4 .phone-div span,
header.header_7 .phone-div span{
color: #1b1b1b;
font-size: 20px;
font-family: Open Sans;
font-weight: 700;
}
.header_top #shop-cart .box-dropdown:after{
border-style: solid;
border-color: #4e96b2 !important;
border-top-width: 3px !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
border-left-width: 0 !important;
} .nav-collapse_ .nav > li,
.nav-collapse_ .nav > li:first-child{
width: auto;
} @media (min-width: 1200px){
.nav-collapse_ .nav > li > a{
font-size: 14px;
font-family: Open Sans;
font-weight: 700;
text-transform: uppercase;
}
}
.nav-collapse_ .nav > li > a{
font-family: Open Sans;
font-weight: 700;
text-transform: uppercase;
} @media (min-width: 1200px){
.nav-collapse_ .nav > li ul a{
font-size: 14px;
font-family: Open Sans;
font-weight: 400;
text-transform: none;
}
}
.nav-collapse_ .nav > li ul a{
font-family: Open Sans;
font-weight: 400;
text-transform: none;
} #content > .row-title{
padding: 30px 0px 32px 0px;
border-style: solid;
border-color: #f0f0f0 !important;
border-top-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
border-left-width: 0 !important;
background: #f0f0f0;
}
#content > .row-title h2.page-title{
color: #1b1b1b;
font-size: 30px;
font-family: Open Sans;
font-weight: 600;
line-height: 38px;
text-transform: none;
}
#content .row-title .breadcrumb li,
#content .row-title .breadcrumb li a{
color: #6a6a6a;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
line-height: 24px;
}
#content .row-title .breadcrumb li a{
color: #1b1b1b;
}
#content .row-title .breadcrumb li a:hover{
color: #4e96b2;
}
#content .row-title .breadcrumb li span{
color: #6a6a6a;
margin: 0px 8px 0px 8px;
} aside{
background: #002d52;
border-style: solid;
border-color: #002d52 !important;
border-top-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
border-left-width: 0 !important;
}
aside h3{
color: #ffffff;
font-size: 20px;
font-family: Open Sans;
font-weight: 400;
padding: 43px 0px 21px 0px;
}
aside p,
aside .search,
aside .address-1 span,
.fw .form-newsletter p,
.fw .fw.s2_form_widget p,
footer .copyright{
color: #c6c6c6;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
aside .address-1 span a,
aside .widget_categories.fw a,
aside .widget_recent_comments.fw a,
aside .widget_tag_cloud.fw a,
aside #flickr-widget-2.fw a,
aside .page-sidebar.widget_text.fw a,
aside .widget_recent_entries.fw a,
aside .widget_archive.fw a,
aside .widget_meta.fw a,
aside .widget_pages.fw a,
aside .widget_calendar.fw a,
aside .widget_rss.fw a,
aside .widget_text.fw a,
aside .widget_nav_menu.fw a,
aside .fw .widget_recent_comments ul li a,
aside .list-footer li a
aside a,
aside .link,
aside .link1,
aside .link-1,
aside .list_1 li a{
color: #ffffff;
}
aside .address-1 span a:hover,
aside .widget_categories.fw a:hover,
aside .widget_recent_comments.fw a:hover,
aside .widget_tag_cloud.fw a:hover,
aside #flickr-widget-2.fw a:hover,
aside .page-sidebar.widget_text.fw a:hover,
aside .widget_recent_entries.fw a:hover,
aside .widget_archive.fw a:hover,
aside .widget_meta.fw a:hover,
aside .widget_pages.fw a:hover,
aside .widget_calendar.fw a:hover,
aside .widget_rss.fw a:hover,
aside .widget_text.fw a:hover,
aside .widget_nav_menu.fw a:hover,
aside .fw .widget_recent_comments ul li a:hover,
aside .list-footer li a:hover,
aside a:hover,
aside .link:hover,
aside .link-1:hover,
aside .list_1 li a:hover{
color: #4e96b2;
}
.list-footer li a::before,
.tweet_list li::before{
color: #ffffff;
}
.list-footer li a:hover::before,
.tweet_list li:hover::before{
color: #4e96b2;
}
aside i,
aside .address-1 i{
color: #4e96b2;
}
.tweet_list li .tweet_time a{
color: #999999;
}
.tweet_list li .tweet_time a:hover{
color: #ffffff;
}
aside.extra-aside .form-newsletter p a,
aside .fw .form-newsletter p a{
color: #4e96b2;
}
aside.extra-aside .form-newsletter p a:hover,
aside .fw .form-newsletter p a:hover{
color: #ffffff;
}
.fw .form-newsletter input:not([type="submit"]),
aside.extra-aside .form-newsletter .search input[type=text]{
color: #c6c6c6;
background: #f0f0f0;
border-style: solid;
border-color: #f0f0f0 !important;
border-top-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
border-left-width: 0 !important;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}
.form-newsletter input[type="submit"]{
font-size: 14px;
font-family: Open Sans;
font-weight: 400;
color: #ffffff;
background: #4e96b2;
border-style: solid;
border-color: #4e96b2 !important;
border-top-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
border-left-width: 0 !important;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.form-newsletter input[type="submit"]:hover{
color: #1b1b1b;
background: #e0e0e0;
border-style: solid;
border-color: #e0e0e0;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
}
footer{
background: #1b1b1b;
border-style: solid;
border-color: #1b1b1b !important;
border-top-width: 1px !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
border-left-width: 0 !important;
}
footer .privacy{
color: #777777;
}
footer .privacy span{
color: #ffffff;
}
footer .privacy a{
color: #ffffff;
}
footer .privacy a:hover{
color: #4e96b2;
} .social a{
background: #002d52;
border-style: solid;
border-color: #002d52 !important;
border-top-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 0 !important;
border-left-width: 0 !important;
-webkit-border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
}
.social i{
color: #ffffff;
}
.social .mail:hover {
background-color: #e92d00;
}
.social .facebook:hover {
background-color: #3b5998;
}
.social .twitter:hover {
background-color: #2daae1;
}
.social .google:hover {
background-color: #f63e28;
}
.social .linkedin:hover {
background-color: #0073b2;
}
.social .pinterest:hover {
background-color: #cb2027;
}
.social .youtube:hover {
background-color: #44b0de;
}
.social .vimeo:hover {
background-color: #ff3132;
}
.social .flickr:hover {
background-color: #ff0084;
}
.social .instagram:hover {
background-color: #44b0de;
}
.social .behance:hover {
background-color: #ff0084;
}
.social .dribbble:hover {
background-color: #F26798;
}
.social .skype:hover {
background-color: #6EBCEC;
}
.social .skypecall:hover {
background-color: #6EBCEC;
}
.social .soundcloud:hover {
background-color: #F79010;
}
.social .yelp:hover {
background-color: #FF0000;
}
.social .tumblr:hover {
background-color: #3D5875;
}
.social .deviantart:hover {
background-color: #8D962B;
}
.social .weibo:hover {
background-color: #E0DEDF;
}
.social .github:hover {
background-color: #B899A9;
}
.social .slideshare:hover {
background-color: #96BED0;
}
.social .reddit:hover {
background-color: #B5CADF;
}
.social .digg:hover {
background-color: #1BBCFD;
} .w_categories .box-product{
padding: 10px 10px 10px 10px;
background: #ffffff;
border-style: solid;
border-color: #4e96b2 !important;
border-top-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 3px !important;
border-left-width: 0 !important;
-webkit-border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
webkit-box-shadow:  0px 0px 4px 0px rgba(0,0,0,0.3);
-moz-box-shadow:  0px 0px 4px 0px rgba(0,0,0,0.3);
box-shadow:  0px 0px 4px 0px rgba(0,0,0,0.3);
}
.w_categories .box-product:hover{
background: #ffffff;
border-style: solid;
border-color: #4e96b2 !important;
border-top-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 3px !important;
border-left-width: 0 !important;
}
.w_categories .block-product2:hover{
webkit-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.3);
}
.w_categories .block-product2 h6{
font-size: 14px;
font-family: Open Sans;
font-weight: 400;
}
.w_categories .block-product2 h6 a{
color: #1b1b1b;
}
.w_categories .block-product2:hover h6 a{
color: #4e96b2;
} .product_single h2.product_title{
color: #1b1b1b;
font-size: 24px;
font-family: Open Sans;
}
.product_single .star-rating span::before{
color: #ffcc00;
}
.product_single .summary.entry-summary .price{
color: #4e96b2;
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
.product_single .price-old,
.product_single .price del .amount{
color: #6a6a6a;
}
span.hot{
font-size: 12px;
font-family: Open Sans;
font-weight: 700;
color: #ffffff;
background: #4e96b2;
}
span.hot_red{
color: #ffffff;
background: #eb3a00;
} .widget_categories:not(.fw) h4,
.widget_recent_comments:not(.fw) h4,
.widget_tag_cloud:not(.fw) h4,
#flickr-widget-2:not(.fw) h4,
.page-sidebar.widget_text:not(.fw) h4,
.widget_recent_entries:not(.fw) h4,
.widget_archive:not(.fw) h4,
.widget_meta:not(.fw) h4,
.widget_search:not(.fw) h4,
.widget_pages:not(.fw) h4,
.widget_calendar:not(.fw) h4,
.widget_rss:not(.fw) h4,
.widget_text:not(.fw):not(.widget-404) h4,
.widget_nav_menu:not(.fw) h4,
.woo_widget h4{
padding: 7px 0px 17px 0px;
color: #1b1b1b;
font-size: 18px;
font-family: Open Sans;
font-weight: 600;
border-style: solid;
border-color: #f0f0f0 !important;
border-top-width: 0 !important;
border-right-width: 0 !important;
border-bottom-width: 2px !important;
border-left-width: 0 !important;
text-transform: uppercase;
}
.widget > h4{
color: #1b1b1b;
font-size: 18px;
font-family: Open Sans;
font-weight: 600;
text-transform: uppercase;
}
.widget_categories:not(.fw),
.row:not(.fw) .widget_recent_comments,
.widget_tag_cloud:not(.fw),
#flickr-widget-2:not(.fw),
.page-sidebar.widget_text:not(.fw),
.widget_recent_entries:not(.fw),
.widget_archive:not(.fw),
.widget_meta:not(.fw),
.widget_pages:not(.fw),
.widget_calendar:not(.fw),
.widget_rss:not(.fw),
.widget_text:not(.widget-404):not(.fw),
.widget_nav_menu:not(.fw){
background: #ffffff;
border-style: solid;
border-color: #f0f0f0 !important;
border-top-width: 5px !important;
border-right-width: 5px !important;
border-bottom-width: 5px !important;
border-left-width: 5px !important;
-webkit-border-radius: 0px 5px 5px 5px;
-moz-border-radius: 0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;
}  .page-template-templatesportfolio-php .foto-carousel > span,
.page-template-templatesportfolio-php .box-work > span{
background: #f0f0f0;
}
.page-template-templatesportfolio-php .foto-carousel:hover > span,
.page-template-templatesportfolio-php .box-work:hover > span{
background: #4e96b2;
}
.page-template-templatesportfolio-php .foto-carousel > span strong,
.page-template-templatesportfolio-php .box-work > span strong,
.page-template-templatesportfolio-php .foto-carousel:hover > span strong a,
.page-template-templatesportfolio-php .box-work:hover > span strong a,
.page-template-templatesportfolio-php .foto-carousel > span strong a,
.page-template-templatesportfolio-php .box-work > span strong a{
color: #000000;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
text-transform: capitalize;
}
.page-template-templatesportfolio-php .foto-carousel:hover > span strong a,
.page-template-templatesportfolio-php .box-work:hover > span strong a{
color: #ffffff;
}
.page-template-templatesportfolio-php .foto-carousel > span strong a:hover,
.page-template-templatesportfolio-php .box-work > span strong a:hover{
color: #000000;
}
.page-template-templatesportfolio-php .foto-carousel > span i a,
.page-template-templatesportfolio-php .box-work > span i a{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
text-transform: capitalize;
}
.page-template-templatesportfolio-php .foto-carousel:hover > span strong a:hover,
.page-template-templatesportfolio-php .box-work:hover > span strong a:hover{
color: ;
}
.page-template-templatesportfolio-php .foto-carousel > span i a,
.page-template-templatesportfolio-php .box-work > span i a{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
text-transform: capitalize;
color: #ffffff;
}
.page-template-templatesportfolio-php .foto-carousel > span i a:hover,
.page-template-templatesportfolio-php .box-work > span i a:hover{
color: #ffffff;
} .block-info h4{
color:#4E96B2;   
}.appear-animation {
opacity: 0;
}
.appear-animation-visible {
opacity: 1;
}
.animated,
.appear-animation {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
@-moz-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@-o-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
opacity: 1;
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
}
}
@-moz-keyframes shake {
0%, 100% {
-moz-transform: translateX(0);
opacity: 1;
}
10%, 30%, 50%, 70%, 90% {
-moz-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-moz-transform: translateX(10px);
}
}
@-o-keyframes shake {
0%, 100% {
-o-transform: translateX(0);
opacity: 1;
}
10%, 30%, 50%, 70%, 90% {
-o-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-o-transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
transform: translateX(0);
opacity: 1;
}
10%, 30%, 50%, 70%, 90% {
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
opacity: 1;
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
opacity: 1;
}
40% {
-moz-transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
opacity: 1;
}
40% {
-o-transform: translateY(-30px);
}
60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
opacity: 1;
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
opacity: 1;
}
}
@-moz-keyframes tada {
0% {
-moz-transform: scale(1);
}
10%, 20% {
-moz-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-moz-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-moz-transform: scale(1.1) rotate(-3deg);
}
100% {
-moz-transform: scale(1) rotate(0);
opacity: 1;
}
}
@-o-keyframes tada {
0% {
-o-transform: scale(1);
}
10%, 20% {
-o-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-o-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-o-transform: scale(1.1) rotate(-3deg);
}
100% {
-o-transform: scale(1) rotate(0);
opacity: 1;
}
}
@keyframes tada {
0% {
transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
opacity: 1;
}
}
.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
opacity: 1;
}
}
@-moz-keyframes swing {
20% {
-moz-transform: rotate(15deg);
}
40% {
-moz-transform: rotate(-10deg);
}
60% {
-moz-transform: rotate(5deg);
}
80% {
-moz-transform: rotate(-5deg);
}
100% {
-moz-transform: rotate(0deg);
opacity: 1;
}
}
@-o-keyframes swing {
20% {
-o-transform: rotate(15deg);
}
40% {
-o-transform: rotate(-10deg);
}
60% {
-o-transform: rotate(5deg);
}
80% {
-o-transform: rotate(-5deg);
}
100% {
-o-transform: rotate(0deg);
opacity: 1;
}
}
@keyframes swing {
20% {
transform: rotate(15deg);
}
40% {
transform: rotate(-10deg);
}
60% {
transform: rotate(5deg);
}
80% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
opacity: 1;
}
}
.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
opacity: 1;
}
}
@-moz-keyframes wobble {
0% {
-moz-transform: translateX(0%);
}
15% {
-moz-transform: translateX(-25%) rotate(-5deg);
}
30% {
-moz-transform: translateX(20%) rotate(3deg);
}
45% {
-moz-transform: translateX(-15%) rotate(-3deg);
}
60% {
-moz-transform: translateX(10%) rotate(2deg);
}
75% {
-moz-transform: translateX(-5%) rotate(-1deg);
}
100% {
-moz-transform: translateX(0%);
opacity: 1;
}
}
@-o-keyframes wobble {
0% {
-o-transform: translateX(0%);
}
15% {
-o-transform: translateX(-25%) rotate(-5deg);
}
30% {
-o-transform: translateX(20%) rotate(3deg);
}
45% {
-o-transform: translateX(-15%) rotate(-3deg);
}
60% {
-o-transform: translateX(10%) rotate(2deg);
}
75% {
-o-transform: translateX(-5%) rotate(-1deg);
}
100% {
-o-transform: translateX(0%);
opacity: 1;
}
}
@keyframes wobble {
0% {
transform: translateX(0%);
}
15% {
transform: translateX(-25%) rotate(-5deg);
}
30% {
transform: translateX(20%) rotate(3deg);
}
45% {
transform: translateX(-15%) rotate(-3deg);
}
60% {
transform: translateX(10%) rotate(2deg);
}
75% {
transform: translateX(-5%) rotate(-1deg);
}
100% {
transform: translateX(0%);
opacity: 1;
}
}
.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes wiggle {
0% {
-webkit-transform: skewX(9deg);
}
10% {
-webkit-transform: skewX(-8deg);
}
20% {
-webkit-transform: skewX(7deg);
}
30% {
-webkit-transform: skewX(-6deg);
}
40% {
-webkit-transform: skewX(5deg);
}
50% {
-webkit-transform: skewX(-4deg);
}
60% {
-webkit-transform: skewX(3deg);
}
70% {
-webkit-transform: skewX(-2deg);
}
80% {
-webkit-transform: skewX(1deg);
}
90% {
-webkit-transform: skewX(0deg);
}
100% {
-webkit-transform: skewX(0deg);
opacity: 1;
}
}
@-moz-keyframes wiggle {
0% {
-moz-transform: skewX(9deg);
}
10% {
-moz-transform: skewX(-8deg);
}
20% {
-moz-transform: skewX(7deg);
}
30% {
-moz-transform: skewX(-6deg);
}
40% {
-moz-transform: skewX(5deg);
}
50% {
-moz-transform: skewX(-4deg);
}
60% {
-moz-transform: skewX(3deg);
}
70% {
-moz-transform: skewX(-2deg);
}
80% {
-moz-transform: skewX(1deg);
}
90% {
-moz-transform: skewX(0deg);
}
100% {
-moz-transform: skewX(0deg);
opacity: 1;
}
}
@-o-keyframes wiggle {
0% {
-o-transform: skewX(9deg);
}
10% {
-o-transform: skewX(-8deg);
}
20% {
-o-transform: skewX(7deg);
}
30% {
-o-transform: skewX(-6deg);
}
40% {
-o-transform: skewX(5deg);
}
50% {
-o-transform: skewX(-4deg);
}
60% {
-o-transform: skewX(3deg);
}
70% {
-o-transform: skewX(-2deg);
}
80% {
-o-transform: skewX(1deg);
}
90% {
-o-transform: skewX(0deg);
}
100% {
-o-transform: skewX(0deg);
opacity: 1;
}
}
@keyframes wiggle {
0% {
transform: skewX(9deg);
}
10% {
transform: skewX(-8deg);
}
20% {
transform: skewX(7deg);
}
30% {
transform: skewX(-6deg);
}
40% {
transform: skewX(5deg);
}
50% {
transform: skewX(-4deg);
}
60% {
transform: skewX(3deg);
}
70% {
transform: skewX(-2deg);
}
80% {
transform: skewX(1deg);
}
90% {
transform: skewX(0deg);
}
100% {
transform: skewX(0deg);
opacity: 1;
}
}
.wiggle {
-webkit-animation-name: wiggle;
-moz-animation-name: wiggle;
-o-animation-name: wiggle;
animation-name: wiggle;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
}
50% {
-moz-transform: scale(1.1);
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes pulse {
0% {
-o-transform: scale(1);
}
50% {
-o-transform: scale(1.1);
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
opacity: 1;
}
}
.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
}
@-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;
}
}
.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);
}
}
.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);
}
}
.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);
}
}
.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);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(0.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(0.9);
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(0.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(0.9);
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(0.9);
}
100% {
transform: scale(1);
opacity: 1;
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
}
80% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
opacity: 1;
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
}
80% {
-o-transform: translateY(10px);
}
100% {
-o-transform: translateY(0);
opacity: 1;
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
opacity: 1;
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
opacity: 1;
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
opacity: 1;
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
opacity: 1;
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
opacity: 1;
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
opacity: 1;
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
opacity: 1;
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
opacity: 1;
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
content: " ";
display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.vc_row:after {
clear: both;
}   @media (max-width: 767px) {
.vc_hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.vc_hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.vc_hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.vc_hidden-lg {
display: none !important;
}
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
position: relative;
float: left;
width: 8.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
position: relative;
float: left;
width: 16.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
position: relative;
float: left;
width: 33.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
position: relative;
float: left;
width: 41.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-7 {
position: relative;
float: left;
width: 58.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
position: relative;
float: left;
width: 66.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
position: relative;
float: left;
width: 83.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
position: relative;
float: left;
width: 91.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
margin-left: 100%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
margin-left: 91.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
margin-left: 83.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
margin-left: 75%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
margin-left: 66.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
margin-left: 58.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
margin-left: 50%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
margin-left: 41.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
margin-left: 33.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
margin-left: 25%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
margin-left: 16.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
margin-left: 8.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
margin-left: 0%;
}
.vc_non_responsive .vc_row .vc_hidden-sm {
display: none !important;
}
.vc_row {
margin-left: -15px;
margin-right: -15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
float: left;
}
.vc_col-xs-12 {
width: 100%;
}
.vc_col-xs-11 {
width: 91.66666667%;
}
.vc_col-xs-10 {
width: 83.33333333%;
}
.vc_col-xs-9 {
width: 75%;
}
.vc_col-xs-8 {
width: 66.66666667%;
}
.vc_col-xs-7 {
width: 58.33333333%;
}
.vc_col-xs-6 {
width: 50%;
}
.vc_col-xs-5 {
width: 41.66666667%;
}
.vc_col-xs-4 {
width: 33.33333333%;
}
.vc_col-xs-3 {
width: 25%;
}
.vc_col-xs-2 {
width: 16.66666667%;
}
.vc_col-xs-1 {
width: 8.33333333%;
}
.vc_col-xs-pull-12 {
right: 100%;
}
.vc_col-xs-pull-11 {
right: 91.66666667%;
}
.vc_col-xs-pull-10 {
right: 83.33333333%;
}
.vc_col-xs-pull-9 {
right: 75%;
}
.vc_col-xs-pull-8 {
right: 66.66666667%;
}
.vc_col-xs-pull-7 {
right: 58.33333333%;
}
.vc_col-xs-pull-6 {
right: 50%;
}
.vc_col-xs-pull-5 {
right: 41.66666667%;
}
.vc_col-xs-pull-4 {
right: 33.33333333%;
}
.vc_col-xs-pull-3 {
right: 25%;
}
.vc_col-xs-pull-2 {
right: 16.66666667%;
}
.vc_col-xs-pull-1 {
right: 8.33333333%;
}
.vc_col-xs-pull-0 {
right: auto;
}
.vc_col-xs-push-12 {
left: 100%;
}
.vc_col-xs-push-11 {
left: 91.66666667%;
}
.vc_col-xs-push-10 {
left: 83.33333333%;
}
.vc_col-xs-push-9 {
left: 75%;
}
.vc_col-xs-push-8 {
left: 66.66666667%;
}
.vc_col-xs-push-7 {
left: 58.33333333%;
}
.vc_col-xs-push-6 {
left: 50%;
}
.vc_col-xs-push-5 {
left: 41.66666667%;
}
.vc_col-xs-push-4 {
left: 33.33333333%;
}
.vc_col-xs-push-3 {
left: 25%;
}
.vc_col-xs-push-2 {
left: 16.66666667%;
}
.vc_col-xs-push-1 {
left: 8.33333333%;
}
.vc_col-xs-push-0 {
left: auto;
}
.vc_col-xs-offset-12 {
margin-left: 100%;
}
.vc_col-xs-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-xs-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-xs-offset-9 {
margin-left: 75%;
}
.vc_col-xs-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-xs-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-xs-offset-6 {
margin-left: 50%;
}
.vc_col-xs-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-xs-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-xs-offset-3 {
margin-left: 25%;
}
.vc_col-xs-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-xs-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
float: left;
}
.vc_col-sm-12 {
width: 100%;
}
.vc_col-sm-11 {
width: 91.66666667%;
}
.vc_col-sm-10 {
width: 83.33333333%;
}
.vc_col-sm-9 {
width: 75%;
}
.vc_col-sm-8 {
width: 66.66666667%;
}
.vc_col-sm-7 {
width: 58.33333333%;
}
.vc_col-sm-6 {
width: 50%;
}
.vc_col-sm-5 {
width: 41.66666667%;
}
.vc_col-sm-4 {
width: 33.33333333%;
}
.vc_col-sm-3 {
width: 25%;
}
.vc_col-sm-2 {
width: 16.66666667%;
}
.vc_col-sm-1 {
width: 8.33333333%;
}
.vc_col-sm-pull-12 {
right: 100%;
}
.vc_col-sm-pull-11 {
right: 91.66666667%;
}
.vc_col-sm-pull-10 {
right: 83.33333333%;
}
.vc_col-sm-pull-9 {
right: 75%;
}
.vc_col-sm-pull-8 {
right: 66.66666667%;
}
.vc_col-sm-pull-7 {
right: 58.33333333%;
}
.vc_col-sm-pull-6 {
right: 50%;
}
.vc_col-sm-pull-5 {
right: 41.66666667%;
}
.vc_col-sm-pull-4 {
right: 33.33333333%;
}
.vc_col-sm-pull-3 {
right: 25%;
}
.vc_col-sm-pull-2 {
right: 16.66666667%;
}
.vc_col-sm-pull-1 {
right: 8.33333333%;
}
.vc_col-sm-pull-0 {
right: auto;
}
.vc_col-sm-push-12 {
left: 100%;
}
.vc_col-sm-push-11 {
left: 91.66666667%;
}
.vc_col-sm-push-10 {
left: 83.33333333%;
}
.vc_col-sm-push-9 {
left: 75%;
}
.vc_col-sm-push-8 {
left: 66.66666667%;
}
.vc_col-sm-push-7 {
left: 58.33333333%;
}
.vc_col-sm-push-6 {
left: 50%;
}
.vc_col-sm-push-5 {
left: 41.66666667%;
}
.vc_col-sm-push-4 {
left: 33.33333333%;
}
.vc_col-sm-push-3 {
left: 25%;
}
.vc_col-sm-push-2 {
left: 16.66666667%;
}
.vc_col-sm-push-1 {
left: 8.33333333%;
}
.vc_col-sm-push-0 {
left: auto;
}
.vc_col-sm-offset-12 {
margin-left: 100%;
}
.vc_col-sm-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-sm-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-sm-offset-9 {
margin-left: 75%;
}
.vc_col-sm-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-sm-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-sm-offset-6 {
margin-left: 50%;
}
.vc_col-sm-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-sm-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-sm-offset-3 {
margin-left: 25%;
}
.vc_col-sm-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-sm-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
float: left;
}
.vc_col-md-12 {
width: 100%;
}
.vc_col-md-11 {
width: 91.66666667%;
}
.vc_col-md-10 {
width: 83.33333333%;
}
.vc_col-md-9 {
width: 75%;
}
.vc_col-md-8 {
width: 66.66666667%;
}
.vc_col-md-7 {
width: 58.33333333%;
}
.vc_col-md-6 {
width: 50%;
}
.vc_col-md-5 {
width: 41.66666667%;
}
.vc_col-md-4 {
width: 33.33333333%;
}
.vc_col-md-3 {
width: 25%;
}
.vc_col-md-2 {
width: 16.66666667%;
}
.vc_col-md-1 {
width: 8.33333333%;
}
.vc_col-md-pull-12 {
right: 100%;
}
.vc_col-md-pull-11 {
right: 91.66666667%;
}
.vc_col-md-pull-10 {
right: 83.33333333%;
}
.vc_col-md-pull-9 {
right: 75%;
}
.vc_col-md-pull-8 {
right: 66.66666667%;
}
.vc_col-md-pull-7 {
right: 58.33333333%;
}
.vc_col-md-pull-6 {
right: 50%;
}
.vc_col-md-pull-5 {
right: 41.66666667%;
}
.vc_col-md-pull-4 {
right: 33.33333333%;
}
.vc_col-md-pull-3 {
right: 25%;
}
.vc_col-md-pull-2 {
right: 16.66666667%;
}
.vc_col-md-pull-1 {
right: 8.33333333%;
}
.vc_col-md-pull-0 {
right: auto;
}
.vc_col-md-push-12 {
left: 100%;
}
.vc_col-md-push-11 {
left: 91.66666667%;
}
.vc_col-md-push-10 {
left: 83.33333333%;
}
.vc_col-md-push-9 {
left: 75%;
}
.vc_col-md-push-8 {
left: 66.66666667%;
}
.vc_col-md-push-7 {
left: 58.33333333%;
}
.vc_col-md-push-6 {
left: 50%;
}
.vc_col-md-push-5 {
left: 41.66666667%;
}
.vc_col-md-push-4 {
left: 33.33333333%;
}
.vc_col-md-push-3 {
left: 25%;
}
.vc_col-md-push-2 {
left: 16.66666667%;
}
.vc_col-md-push-1 {
left: 8.33333333%;
}
.vc_col-md-push-0 {
left: auto;
}
.vc_col-md-offset-12 {
margin-left: 100%;
}
.vc_col-md-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-md-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-md-offset-9 {
margin-left: 75%;
}
.vc_col-md-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-md-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-md-offset-6 {
margin-left: 50%;
}
.vc_col-md-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-md-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-md-offset-3 {
margin-left: 25%;
}
.vc_col-md-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-md-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
float: left;
}
.vc_col-lg-12 {
width: 100%;
}
.vc_col-lg-11 {
width: 91.66666667%;
}
.vc_col-lg-10 {
width: 83.33333333%;
}
.vc_col-lg-9 {
width: 75%;
}
.vc_col-lg-8 {
width: 66.66666667%;
}
.vc_col-lg-7 {
width: 58.33333333%;
}
.vc_col-lg-6 {
width: 50%;
}
.vc_col-lg-5 {
width: 41.66666667%;
}
.vc_col-lg-4 {
width: 33.33333333%;
}
.vc_col-lg-3 {
width: 25%;
}
.vc_col-lg-2 {
width: 16.66666667%;
}
.vc_col-lg-1 {
width: 8.33333333%;
}
.vc_col-lg-pull-12 {
right: 100%;
}
.vc_col-lg-pull-11 {
right: 91.66666667%;
}
.vc_col-lg-pull-10 {
right: 83.33333333%;
}
.vc_col-lg-pull-9 {
right: 75%;
}
.vc_col-lg-pull-8 {
right: 66.66666667%;
}
.vc_col-lg-pull-7 {
right: 58.33333333%;
}
.vc_col-lg-pull-6 {
right: 50%;
}
.vc_col-lg-pull-5 {
right: 41.66666667%;
}
.vc_col-lg-pull-4 {
right: 33.33333333%;
}
.vc_col-lg-pull-3 {
right: 25%;
}
.vc_col-lg-pull-2 {
right: 16.66666667%;
}
.vc_col-lg-pull-1 {
right: 8.33333333%;
}
.vc_col-lg-pull-0 {
right: auto;
}
.vc_col-lg-push-12 {
left: 100%;
}
.vc_col-lg-push-11 {
left: 91.66666667%;
}
.vc_col-lg-push-10 {
left: 83.33333333%;
}
.vc_col-lg-push-9 {
left: 75%;
}
.vc_col-lg-push-8 {
left: 66.66666667%;
}
.vc_col-lg-push-7 {
left: 58.33333333%;
}
.vc_col-lg-push-6 {
left: 50%;
}
.vc_col-lg-push-5 {
left: 41.66666667%;
}
.vc_col-lg-push-4 {
left: 33.33333333%;
}
.vc_col-lg-push-3 {
left: 25%;
}
.vc_col-lg-push-2 {
left: 16.66666667%;
}
.vc_col-lg-push-1 {
left: 8.33333333%;
}
.vc_col-lg-push-0 {
left: auto;
}
.vc_col-lg-offset-12 {
margin-left: 100%;
}
.vc_col-lg-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-lg-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-lg-offset-9 {
margin-left: 75%;
}
.vc_col-lg-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-lg-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-lg-offset-6 {
margin-left: 50%;
}
.vc_col-lg-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-lg-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-lg-offset-3 {
margin-left: 25%;
}
.vc_col-lg-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-lg-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-lg-offset-0 {
margin-left: 0%;
}
}
.vc_pull-right {
float: right !important;
}
.vc_pull-left {
float: left !important;
}
.vc_clearfix:before,
.vc_clearfix:after {
content: " ";
display: table;
}
.vc_clearfix:after {
clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
content: " ";
display: table;
}
.vc_clearfix:after {
clear: both;
}
.vc_el-clearfix {
clear: both;
}
@media (max-width: 767px) {
.vc_el-clearfix-xs {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.vc_el-clearfix-sm {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.vc_el-clearfix-md {
clear: both;
}
}
@media (min-width: 1200px) {
.vc_el-clearfix-lg {
clear: both;
}
}
.vc_visible {
display: block;
}
.vc_table {
width: 100%;
margin-bottom: 20px;
border-collapse: collapse;
}
.vc_table > thead > tr > th,
.vc_table > tbody > tr > th,
.vc_table > tfoot > tr > th,
.vc_table > thead > tr > td,
.vc_table > tbody > tr > td,
.vc_table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.vc_table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.vc_table > caption + thead > tr:first-child > th,
.vc_table > colgroup + thead > tr:first-child > th,
.vc_table > thead:first-child > tr:first-child > th,
.vc_table > caption + thead > tr:first-child > td,
.vc_table > colgroup + thead > tr:first-child > td,
.vc_table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.vc_table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.vc_table .table {
background-color: #ffffff;
}
.vc_table-bordered {
border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > tbody > tr > th,
.vc_table-bordered > tfoot > tr > th,
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > tbody > tr > td,
.vc_table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > thead > tr > td {
border-bottom-width: 2px;
} .vc_pixel_icon {
display: inline-block;
height: 16px;
width: 16px;
background-position: 0 0;
background-repeat: no-repeat;
}
.vc_pixel_icon-alert {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/alert.png);
}
.vc_pixel_icon-info {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/info.png);
}
.vc_pixel_icon-tick {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/tick.png);
}
.vc_pixel_icon-explanation {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/exclamation.png);
}
.vc_pixel_icon-address_book {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/address-book.png);
}
.vc_pixel_icon-alarm_clock {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png);
}
.vc_pixel_icon-anchor {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/anchor.png);
}
.vc_pixel_icon-application_image {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/application-image.png);
}
.vc_pixel_icon-arrow {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/arrow.png);
}
.vc_pixel_icon-asterisk {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/asterisk.png);
}
.vc_pixel_icon-hammer {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png);
}
.vc_pixel_icon-balloon {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/balloon.png);
}
.vc_pixel_icon-balloon_buzz {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png);
}
.vc_pixel_icon-balloon_facebook {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png);
}
.vc_pixel_icon-balloon_twitter {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png);
}
.vc_pixel_icon-battery {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/battery-full.png);
}
.vc_pixel_icon-binocular {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/binocular.png);
}
.vc_pixel_icon-document_excel {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png);
}
.vc_pixel_icon-document_image {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png);
}
.vc_pixel_icon-document_music {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png);
}
.vc_pixel_icon-document_office {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png);
}
.vc_pixel_icon-document_pdf {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png);
}
.vc_pixel_icon-document_powerpoint {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png);
}
.vc_pixel_icon-document_word {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png);
}
.vc_pixel_icon-bookmark {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/bookmark.png);
}
.vc_pixel_icon-camcorder {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/camcorder.png);
}
.vc_pixel_icon-camera {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/camera.png);
}
.vc_pixel_icon-chart {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/chart.png);
}
.vc_pixel_icon-chart_pie {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/chart-pie.png);
}
.vc_pixel_icon-clock {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/clock.png);
}
.vc_pixel_icon-play {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/control.png);
}
.vc_pixel_icon-fire {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/fire.png);
}
.vc_pixel_icon-heart {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/heart.png);
}
.vc_pixel_icon-mail {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/mail.png);
}
.vc_pixel_icon-shield {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/plus-shield.png);
}
.vc_pixel_icon-video {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/video.png);
}
.vc_txt_align_left {
text-align: left;
}
.vc_txt_align_right {
text-align: right;
}
.vc_txt_align_center {
text-align: center;
}
.vc_txt_align_justify {
text-align: justify;
text-justify: inter-word;
}
.vc_el_width_50 {
width: 50%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_60 {
width: 60%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_70 {
width: 70%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_80 {
width: 80%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_90 {
width: 90%;
margin-left: auto !important;
margin-right: auto !important;
}
.vc_el_width_100 {
width: 100%;
margin-left: auto !important;
margin-right: auto !important;
} .vc_btn,
a.vc_btn,
button.vc_btn {
cursor: pointer;
display: inline-block;
text-decoration: none !important;
padding: 9px 12px;
font-size: 100%;
line-height: 20px;
border-radius: 4px; }
.vc_btn,
a.vc_btn,
button.vc_btn,
.vc_btn:hover,
a.vc_btn:hover,
button.vc_btn:hover,
.vc_btn:focus,
a.vc_btn:focus,
button.vc_btn:focus {
border: 1px solid transparent;
}
.vc_btn-lg,
a.vc_btn-lg,
button.vc_btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.vc_btn-sm,
a.vc_btn-sm,
button.vc_btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.vc_btn-xs,
a.vc_btn-xs,
button.vc_btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.vc_btn_square,
a.vc_btn_square,
button.vc_btn_square {
border-radius: 0;
}
.vc_btn_square_outlined,
a.vc_btn_square_outlined,
button.vc_btn_square_outlined {
border-radius: 0;
background: none !important;
}
.vc_btn_square_outlined,
a.vc_btn_square_outlined,
button.vc_btn_square_outlined,
.vc_btn_square_outlined:hover,
a.vc_btn_square_outlined:hover,
button.vc_btn_square_outlined:hover,
.vc_btn_square_outlined:focus,
a.vc_btn_square_outlined:focus,
button.vc_btn_square_outlined:focus {
border: 2px solid;
}
.vc_btn_round,
a.vc_btn_round,
button.vc_btn_round {
border-radius: 25px;
}
.vc_btn_outlined,
a.vc_btn_outlined,
button.vc_btn_outlined {
background: none !important;
}
.vc_btn_outlined,
a.vc_btn_outlined,
button.vc_btn_outlined,
.vc_btn_outlined:hover,
a.vc_btn_outlined:hover,
button.vc_btn_outlined:hover,
.vc_btn_outlined:focus,
a.vc_btn_outlined:focus,
button.vc_btn_outlined:focus {
border: 2px solid;
}
.vc_btn-blue,
a.vc_btn-blue,
button.vc_btn-blue {
background-color: #5472d2;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-blue:hover,
a.vc_btn-blue:hover,
button.vc_btn-blue:hover {
background-color: #3c5ecc;
color: #f7f7f7 !important;
}
.vc_btn-blue.vc_btn_outlined,
a.vc_btn-blue.vc_btn_outlined,
button.vc_btn-blue.vc_btn_outlined,
.vc_btn-blue.vc_btn_square_outlined,
a.vc_btn-blue.vc_btn_square_outlined,
button.vc_btn-blue.vc_btn_square_outlined {
color: #5472d2 !important;
}
.vc_btn-blue.vc_btn_3d,
a.vc_btn-blue.vc_btn_3d,
button.vc_btn-blue.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #3253bc;
box-shadow: 0 5px 0 #3253bc;
margin-bottom: 5px;
}
.vc_btn-turquoise,
a.vc_btn-turquoise,
button.vc_btn-turquoise {
background-color: #00c1cf;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-turquoise:hover,
a.vc_btn-turquoise:hover,
button.vc_btn-turquoise:hover {
background-color: #00a4b0;
color: #f7f7f7 !important;
}
.vc_btn-turquoise.vc_btn_outlined,
a.vc_btn-turquoise.vc_btn_outlined,
button.vc_btn-turquoise.vc_btn_outlined,
.vc_btn-turquoise.vc_btn_square_outlined,
a.vc_btn-turquoise.vc_btn_square_outlined,
button.vc_btn-turquoise.vc_btn_square_outlined {
color: #00c1cf !important;
}
.vc_btn-turquoise.vc_btn_3d,
a.vc_btn-turquoise.vc_btn_3d,
button.vc_btn-turquoise.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #008d97;
box-shadow: 0 5px 0 #008d97;
margin-bottom: 5px;
}
.vc_btn-pink,
a.vc_btn-pink,
button.vc_btn-pink {
background-color: #fe6c61;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-pink:hover,
a.vc_btn-pink:hover,
button.vc_btn-pink:hover {
background-color: #fe5043;
color: #f7f7f7 !important;
}
.vc_btn-pink.vc_btn_outlined,
a.vc_btn-pink.vc_btn_outlined,
button.vc_btn-pink.vc_btn_outlined,
.vc_btn-pink.vc_btn_square_outlined,
a.vc_btn-pink.vc_btn_square_outlined,
button.vc_btn-pink.vc_btn_square_outlined {
color: #fe6c61 !important;
}
.vc_btn-pink.vc_btn_3d,
a.vc_btn-pink.vc_btn_3d,
button.vc_btn-pink.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #fe3829;
box-shadow: 0 5px 0 #fe3829;
margin-bottom: 5px;
}
.vc_btn-violet,
a.vc_btn-violet,
button.vc_btn-violet {
background-color: #8d6dc4;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-violet:hover,
a.vc_btn-violet:hover,
button.vc_btn-violet:hover {
background-color: #7c57bb;
color: #f7f7f7 !important;
}
.vc_btn-violet.vc_btn_outlined,
a.vc_btn-violet.vc_btn_outlined,
button.vc_btn-violet.vc_btn_outlined,
.vc_btn-violet.vc_btn_square_outlined,
a.vc_btn-violet.vc_btn_square_outlined,
button.vc_btn-violet.vc_btn_square_outlined {
color: #8d6dc4 !important;
}
.vc_btn-violet.vc_btn_3d,
a.vc_btn-violet.vc_btn_3d,
button.vc_btn-violet.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #6e48b1;
box-shadow: 0 5px 0 #6e48b1;
margin-bottom: 5px;
}
.vc_btn-peacoc,
a.vc_btn-peacoc,
button.vc_btn-peacoc {
background-color: #4cadc9;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-peacoc:hover,
a.vc_btn-peacoc:hover,
button.vc_btn-peacoc:hover {
background-color: #39a0bd;
color: #f7f7f7 !important;
}
.vc_btn-peacoc.vc_btn_outlined,
a.vc_btn-peacoc.vc_btn_outlined,
button.vc_btn-peacoc.vc_btn_outlined,
.vc_btn-peacoc.vc_btn_square_outlined,
a.vc_btn-peacoc.vc_btn_square_outlined,
button.vc_btn-peacoc.vc_btn_square_outlined {
color: #4cadc9 !important;
}
.vc_btn-peacoc.vc_btn_3d,
a.vc_btn-peacoc.vc_btn_3d,
button.vc_btn-peacoc.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #338faa;
box-shadow: 0 5px 0 #338faa;
margin-bottom: 5px;
}
.vc_btn-chino,
a.vc_btn-chino,
button.vc_btn-chino {
background-color: #cec2ab;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-chino:hover,
a.vc_btn-chino:hover,
button.vc_btn-chino:hover {
background-color: #c3b498;
color: #f7f7f7 !important;
}
.vc_btn-chino.vc_btn_outlined,
a.vc_btn-chino.vc_btn_outlined,
button.vc_btn-chino.vc_btn_outlined,
.vc_btn-chino.vc_btn_square_outlined,
a.vc_btn-chino.vc_btn_square_outlined,
button.vc_btn-chino.vc_btn_square_outlined {
color: #cec2ab !important;
}
.vc_btn-chino.vc_btn_3d,
a.vc_btn-chino.vc_btn_3d,
button.vc_btn-chino.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #b9a888;
box-shadow: 0 5px 0 #b9a888;
margin-bottom: 5px;
}
.vc_btn-mulled_wine,
a.vc_btn-mulled_wine,
button.vc_btn-mulled_wine {
background-color: #50485b;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-mulled_wine:hover,
a.vc_btn-mulled_wine:hover,
button.vc_btn-mulled_wine:hover {
background-color: #413a4a;
color: #f7f7f7 !important;
}
.vc_btn-mulled_wine.vc_btn_outlined,
a.vc_btn-mulled_wine.vc_btn_outlined,
button.vc_btn-mulled_wine.vc_btn_outlined,
.vc_btn-mulled_wine.vc_btn_square_outlined,
a.vc_btn-mulled_wine.vc_btn_square_outlined,
button.vc_btn-mulled_wine.vc_btn_square_outlined {
color: #50485b !important;
}
.vc_btn-mulled_wine.vc_btn_3d,
a.vc_btn-mulled_wine.vc_btn_3d,
button.vc_btn-mulled_wine.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #342f3c;
box-shadow: 0 5px 0 #342f3c;
margin-bottom: 5px;
}
.vc_btn-vista_blue,
a.vc_btn-vista_blue,
button.vc_btn-vista_blue {
background-color: #75d69c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-vista_blue:hover,
a.vc_btn-vista_blue:hover,
button.vc_btn-vista_blue:hover {
background-color: #5dcf8b;
color: #f7f7f7 !important;
}
.vc_btn-vista_blue.vc_btn_outlined,
a.vc_btn-vista_blue.vc_btn_outlined,
button.vc_btn-vista_blue.vc_btn_outlined,
.vc_btn-vista_blue.vc_btn_square_outlined,
a.vc_btn-vista_blue.vc_btn_square_outlined,
button.vc_btn-vista_blue.vc_btn_square_outlined {
color: #75d69c !important;
}
.vc_btn-vista_blue.vc_btn_3d,
a.vc_btn-vista_blue.vc_btn_3d,
button.vc_btn-vista_blue.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #4ac97d;
box-shadow: 0 5px 0 #4ac97d;
margin-bottom: 5px;
}
.vc_btn-black,
a.vc_btn-black,
button.vc_btn-black {
background-color: #2a2a2a;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-black:hover,
a.vc_btn-black:hover,
button.vc_btn-black:hover {
background-color: #1b1b1b;
color: #f7f7f7 !important;
}
.vc_btn-black.vc_btn_outlined,
a.vc_btn-black.vc_btn_outlined,
button.vc_btn-black.vc_btn_outlined,
.vc_btn-black.vc_btn_square_outlined,
a.vc_btn-black.vc_btn_square_outlined,
button.vc_btn-black.vc_btn_square_outlined {
color: #2a2a2a !important;
}
.vc_btn-black.vc_btn_3d,
a.vc_btn-black.vc_btn_3d,
button.vc_btn-black.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #0e0e0e;
box-shadow: 0 5px 0 #0e0e0e;
margin-bottom: 5px;
}
.vc_btn-grey,
a.vc_btn-grey,
button.vc_btn-grey {
background-color: #ebebeb;
color: #666666 !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-grey:hover,
a.vc_btn-grey:hover,
button.vc_btn-grey:hover {
background-color: #dcdcdc;
color: #5e5e5e !important;
}
.vc_btn-grey.vc_btn_outlined,
a.vc_btn-grey.vc_btn_outlined,
button.vc_btn-grey.vc_btn_outlined,
.vc_btn-grey.vc_btn_square_outlined,
a.vc_btn-grey.vc_btn_square_outlined,
button.vc_btn-grey.vc_btn_square_outlined {
color: #ebebeb !important;
}
.vc_btn-grey.vc_btn_3d,
a.vc_btn-grey.vc_btn_3d,
button.vc_btn-grey.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #cfcfcf;
box-shadow: 0 5px 0 #cfcfcf;
margin-bottom: 5px;
}
.vc_btn-orange,
a.vc_btn-orange,
button.vc_btn-orange {
background-color: #f7be68;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-orange:hover,
a.vc_btn-orange:hover,
button.vc_btn-orange:hover {
background-color: #f5b14b;
color: #f7f7f7 !important;
}
.vc_btn-orange.vc_btn_outlined,
a.vc_btn-orange.vc_btn_outlined,
button.vc_btn-orange.vc_btn_outlined,
.vc_btn-orange.vc_btn_square_outlined,
a.vc_btn-orange.vc_btn_square_outlined,
button.vc_btn-orange.vc_btn_square_outlined {
color: #f7be68 !important;
}
.vc_btn-orange.vc_btn_3d,
a.vc_btn-orange.vc_btn_3d,
button.vc_btn-orange.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f4a733;
box-shadow: 0 5px 0 #f4a733;
margin-bottom: 5px;
}
.vc_btn-sky,
a.vc_btn-sky,
button.vc_btn-sky {
background-color: #5aa1e3;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-sky:hover,
a.vc_btn-sky:hover,
button.vc_btn-sky:hover {
background-color: #4092df;
color: #f7f7f7 !important;
}
.vc_btn-sky.vc_btn_outlined,
a.vc_btn-sky.vc_btn_outlined,
button.vc_btn-sky.vc_btn_outlined,
.vc_btn-sky.vc_btn_square_outlined,
a.vc_btn-sky.vc_btn_square_outlined,
button.vc_btn-sky.vc_btn_square_outlined {
color: #5aa1e3 !important;
}
.vc_btn-sky.vc_btn_3d,
a.vc_btn-sky.vc_btn_3d,
button.vc_btn-sky.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #2a86db;
box-shadow: 0 5px 0 #2a86db;
margin-bottom: 5px;
}
.vc_btn-green,
a.vc_btn-green,
button.vc_btn-green {
background-color: #6dab3c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-green:hover,
a.vc_btn-green:hover,
button.vc_btn-green:hover {
background-color: #5f9434;
color: #f7f7f7 !important;
}
.vc_btn-green.vc_btn_outlined,
a.vc_btn-green.vc_btn_outlined,
button.vc_btn-green.vc_btn_outlined,
.vc_btn-green.vc_btn_square_outlined,
a.vc_btn-green.vc_btn_square_outlined,
button.vc_btn-green.vc_btn_square_outlined {
color: #6dab3c !important;
}
.vc_btn-green.vc_btn_3d,
a.vc_btn-green.vc_btn_3d,
button.vc_btn-green.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #53812d;
box-shadow: 0 5px 0 #53812d;
margin-bottom: 5px;
}
.vc_btn-juicy_pink,
a.vc_btn-juicy_pink,
button.vc_btn-juicy_pink {
background-color: #f4524d;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-juicy_pink:hover,
a.vc_btn-juicy_pink:hover,
button.vc_btn-juicy_pink:hover {
background-color: #f23630;
color: #f7f7f7 !important;
}
.vc_btn-juicy_pink.vc_btn_outlined,
a.vc_btn-juicy_pink.vc_btn_outlined,
button.vc_btn-juicy_pink.vc_btn_outlined,
.vc_btn-juicy_pink.vc_btn_square_outlined,
a.vc_btn-juicy_pink.vc_btn_square_outlined,
button.vc_btn-juicy_pink.vc_btn_square_outlined {
color: #f4524d !important;
}
.vc_btn-juicy_pink.vc_btn_3d,
a.vc_btn-juicy_pink.vc_btn_3d,
button.vc_btn-juicy_pink.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f11f18;
box-shadow: 0 5px 0 #f11f18;
margin-bottom: 5px;
}
.vc_btn-sandy_brown,
a.vc_btn-sandy_brown,
button.vc_btn-sandy_brown {
background-color: #f79468;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-sandy_brown:hover,
a.vc_btn-sandy_brown:hover,
button.vc_btn-sandy_brown:hover {
background-color: #f57f4b;
color: #f7f7f7 !important;
}
.vc_btn-sandy_brown.vc_btn_outlined,
a.vc_btn-sandy_brown.vc_btn_outlined,
button.vc_btn-sandy_brown.vc_btn_outlined,
.vc_btn-sandy_brown.vc_btn_square_outlined,
a.vc_btn-sandy_brown.vc_btn_square_outlined,
button.vc_btn-sandy_brown.vc_btn_square_outlined {
color: #f79468 !important;
}
.vc_btn-sandy_brown.vc_btn_3d,
a.vc_btn-sandy_brown.vc_btn_3d,
button.vc_btn-sandy_brown.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f46e33;
box-shadow: 0 5px 0 #f46e33;
margin-bottom: 5px;
}
.vc_btn-purple,
a.vc_btn-purple,
button.vc_btn-purple {
background-color: #b97ebb;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-purple:hover,
a.vc_btn-purple:hover,
button.vc_btn-purple:hover {
background-color: #ae6ab0;
color: #f7f7f7 !important;
}
.vc_btn-purple.vc_btn_outlined,
a.vc_btn-purple.vc_btn_outlined,
button.vc_btn-purple.vc_btn_outlined,
.vc_btn-purple.vc_btn_square_outlined,
a.vc_btn-purple.vc_btn_square_outlined,
button.vc_btn-purple.vc_btn_square_outlined {
color: #b97ebb !important;
}
.vc_btn-purple.vc_btn_3d,
a.vc_btn-purple.vc_btn_3d,
button.vc_btn-purple.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #a559a8;
box-shadow: 0 5px 0 #a559a8;
margin-bottom: 5px;
}
.vc_btn-white,
a.vc_btn-white,
button.vc_btn-white {
background-color: #ffffff;
color: #666666 !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-white:hover,
a.vc_btn-white:hover,
button.vc_btn-white:hover {
background-color: #f0f0f0;
color: #5e5e5e !important;
}
.vc_btn-white.vc_btn_outlined,
a.vc_btn-white.vc_btn_outlined,
button.vc_btn-white.vc_btn_outlined,
.vc_btn-white.vc_btn_square_outlined,
a.vc_btn-white.vc_btn_square_outlined,
button.vc_btn-white.vc_btn_square_outlined {
color: #ffffff !important;
}
.vc_btn-white.vc_btn_3d,
a.vc_btn-white.vc_btn_3d,
button.vc_btn-white.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #e3e3e3;
box-shadow: 0 5px 0 #e3e3e3;
margin-bottom: 5px;
}
.vc_btn-grace,
a.vc_btn-grace,
button.vc_btn-grace {
background-color: #aed13b;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-grace:hover,
a.vc_btn-grace:hover,
button.vc_btn-grace:hover {
background-color: #9ec02d;
color: #f7f7f7 !important;
}
.vc_btn-grace.vc_btn_outlined,
a.vc_btn-grace.vc_btn_outlined,
button.vc_btn-grace.vc_btn_outlined,
.vc_btn-grace.vc_btn_square_outlined,
a.vc_btn-grace.vc_btn_square_outlined,
button.vc_btn-grace.vc_btn_square_outlined {
color: #aed13b !important;
}
.vc_btn-grace.vc_btn_3d,
a.vc_btn-grace.vc_btn_3d,
button.vc_btn-grace.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #8dac28;
box-shadow: 0 5px 0 #8dac28;
margin-bottom: 5px;
}
.vc_btn-default,
a.vc_btn-default,
button.vc_btn-default {
color: #7d7d7d;
background-color: #ffffff;
border-color: transparent;
}
.vc_btn-default:hover,
a.vc_btn-default:hover,
button.vc_btn-default:hover,
.vc_btn-default:focus,
a.vc_btn-default:focus,
button.vc_btn-default:focus,
.vc_btn-default:active,
a.vc_btn-default:active,
button.vc_btn-default:active,
.vc_btn-default.active,
a.vc_btn-default.active,
button.vc_btn-default.active,
.open > .dropdown-toggle.vc_btn-default,
.open > .dropdown-togglea.vc_btn-default,
.open > .dropdown-togglebutton.vc_btn-default {
color: #7d7d7d;
background-color: #e6e6e6;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-default:active,
a.vc_btn-default:active,
button.vc_btn-default:active,
.vc_btn-default.active,
a.vc_btn-default.active,
button.vc_btn-default.active,
.open > .dropdown-toggle.vc_btn-default,
.open > .dropdown-togglea.vc_btn-default,
.open > .dropdown-togglebutton.vc_btn-default {
background-image: none;
}
.vc_btn-default .badge,
a.vc_btn-default .badge,
button.vc_btn-default .badge {
color: #ffffff;
background-color: #7d7d7d;
}
.vc_btn-primary,
a.vc_btn-primary,
button.vc_btn-primary {
color: #ffffff;
background-color: #00aef0;
border-color: transparent;
}
.vc_btn-primary:hover,
a.vc_btn-primary:hover,
button.vc_btn-primary:hover,
.vc_btn-primary:focus,
a.vc_btn-primary:focus,
button.vc_btn-primary:focus,
.vc_btn-primary:active,
a.vc_btn-primary:active,
button.vc_btn-primary:active,
.vc_btn-primary.active,
a.vc_btn-primary.active,
button.vc_btn-primary.active,
.open > .dropdown-toggle.vc_btn-primary,
.open > .dropdown-togglea.vc_btn-primary,
.open > .dropdown-togglebutton.vc_btn-primary {
color: #ffffff;
background-color: #0089bd;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-primary:active,
a.vc_btn-primary:active,
button.vc_btn-primary:active,
.vc_btn-primary.active,
a.vc_btn-primary.active,
button.vc_btn-primary.active,
.open > .dropdown-toggle.vc_btn-primary,
.open > .dropdown-togglea.vc_btn-primary,
.open > .dropdown-togglebutton.vc_btn-primary {
background-image: none;
}
.vc_btn-primary .badge,
a.vc_btn-primary .badge,
button.vc_btn-primary .badge {
color: #00aef0;
background-color: #ffffff;
}
.vc_btn-success,
a.vc_btn-success,
button.vc_btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: transparent;
}
.vc_btn-success:hover,
a.vc_btn-success:hover,
button.vc_btn-success:hover,
.vc_btn-success:focus,
a.vc_btn-success:focus,
button.vc_btn-success:focus,
.vc_btn-success:active,
a.vc_btn-success:active,
button.vc_btn-success:active,
.vc_btn-success.active,
a.vc_btn-success.active,
button.vc_btn-success.active,
.open > .dropdown-toggle.vc_btn-success,
.open > .dropdown-togglea.vc_btn-success,
.open > .dropdown-togglebutton.vc_btn-success {
color: #ffffff;
background-color: #449d44;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-success:active,
a.vc_btn-success:active,
button.vc_btn-success:active,
.vc_btn-success.active,
a.vc_btn-success.active,
button.vc_btn-success.active,
.open > .dropdown-toggle.vc_btn-success,
.open > .dropdown-togglea.vc_btn-success,
.open > .dropdown-togglebutton.vc_btn-success {
background-image: none;
}
.vc_btn-success .badge,
a.vc_btn-success .badge,
button.vc_btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.vc_btn-info,
a.vc_btn-info,
button.vc_btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: transparent;
}
.vc_btn-info:hover,
a.vc_btn-info:hover,
button.vc_btn-info:hover,
.vc_btn-info:focus,
a.vc_btn-info:focus,
button.vc_btn-info:focus,
.vc_btn-info:active,
a.vc_btn-info:active,
button.vc_btn-info:active,
.vc_btn-info.active,
a.vc_btn-info.active,
button.vc_btn-info.active,
.open > .dropdown-toggle.vc_btn-info,
.open > .dropdown-togglea.vc_btn-info,
.open > .dropdown-togglebutton.vc_btn-info {
color: #ffffff;
background-color: #31b0d5;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-info:active,
a.vc_btn-info:active,
button.vc_btn-info:active,
.vc_btn-info.active,
a.vc_btn-info.active,
button.vc_btn-info.active,
.open > .dropdown-toggle.vc_btn-info,
.open > .dropdown-togglea.vc_btn-info,
.open > .dropdown-togglebutton.vc_btn-info {
background-image: none;
}
.vc_btn-info .badge,
a.vc_btn-info .badge,
button.vc_btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.vc_btn-warning,
a.vc_btn-warning,
button.vc_btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: transparent;
}
.vc_btn-warning:hover,
a.vc_btn-warning:hover,
button.vc_btn-warning:hover,
.vc_btn-warning:focus,
a.vc_btn-warning:focus,
button.vc_btn-warning:focus,
.vc_btn-warning:active,
a.vc_btn-warning:active,
button.vc_btn-warning:active,
.vc_btn-warning.active,
a.vc_btn-warning.active,
button.vc_btn-warning.active,
.open > .dropdown-toggle.vc_btn-warning,
.open > .dropdown-togglea.vc_btn-warning,
.open > .dropdown-togglebutton.vc_btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-warning:active,
a.vc_btn-warning:active,
button.vc_btn-warning:active,
.vc_btn-warning.active,
a.vc_btn-warning.active,
button.vc_btn-warning.active,
.open > .dropdown-toggle.vc_btn-warning,
.open > .dropdown-togglea.vc_btn-warning,
.open > .dropdown-togglebutton.vc_btn-warning {
background-image: none;
}
.vc_btn-warning .badge,
a.vc_btn-warning .badge,
button.vc_btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.vc_btn-danger,
a.vc_btn-danger,
button.vc_btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: transparent;
}
.vc_btn-danger:hover,
a.vc_btn-danger:hover,
button.vc_btn-danger:hover,
.vc_btn-danger:focus,
a.vc_btn-danger:focus,
button.vc_btn-danger:focus,
.vc_btn-danger:active,
a.vc_btn-danger:active,
button.vc_btn-danger:active,
.vc_btn-danger.active,
a.vc_btn-danger.active,
button.vc_btn-danger.active,
.open > .dropdown-toggle.vc_btn-danger,
.open > .dropdown-togglea.vc_btn-danger,
.open > .dropdown-togglebutton.vc_btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-danger:active,
a.vc_btn-danger:active,
button.vc_btn-danger:active,
.vc_btn-danger.active,
a.vc_btn-danger.active,
button.vc_btn-danger.active,
.open > .dropdown-toggle.vc_btn-danger,
.open > .dropdown-togglea.vc_btn-danger,
.open > .dropdown-togglebutton.vc_btn-danger {
background-image: none;
}
.vc_btn-danger .badge,
a.vc_btn-danger .badge,
button.vc_btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.vc_button-2-wrapper {
display: inline-block;
vertical-align: middle;
}
.vc_button-2-wrapper.vc_button-2-align-left {
display: block;
text-align: left;
}
.vc_button-2-wrapper.vc_button-2-align-right {
display: block;
text-align: right;
}
.vc_button-2-wrapper.vc_button-2-align-center {
display: block;
text-align: center;
}
i.icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
margin-left: 5px;
}
.wpb_btn-large i.icon {
height: 19px;
margin-left: 9px;
}
.wpb_btn-small i.icon {
height: 15px;
}
.wpb_btn-mini i.icon {
display: none;
}
.wpb_address_book i.icon,
option.wpb_address_book {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/address-book.png) no-repeat right center;
}
.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png) no-repeat right center;
}
.wpb_anchor i.icon,
option.wpb_anchor {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/anchor.png) no-repeat right center;
}
.wpb_application_image i.icon,
option.wpb_application_image {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/application-image.png) no-repeat right center;
}
.wpb_arrow i.icon,
option.wpb_arrow {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/arrow.png) no-repeat right center;
}
.wpb_asterisk i.icon,
option.wpb_asterisk {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/asterisk.png) no-repeat right center;
}
.wpb_hammer i.icon,
option.wpb_hammer {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png) no-repeat right center;
}
.wpb_balloon i.icon,
option.wpb_balloon {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/balloon.png) no-repeat right center;
}
.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png) no-repeat right center;
}
.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png) no-repeat right center;
}
.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png) no-repeat right center;
}
.wpb_battery i.icon,
option.wpb_battery {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/battery-full.png) no-repeat right center;
}
.wpb_binocular i.icon,
option.wpb_binocular {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/binocular.png) no-repeat right center;
}
.wpb_document_excel i.icon,
option.wpb_document_excel {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png) no-repeat right center;
}
.wpb_document_image i.icon,
option.wpb_document_image {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png) no-repeat right center;
}
.wpb_document_music i.icon,
option.wpb_document_music {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png) no-repeat right center;
}
.wpb_document_office i.icon,
option.wpb_document_office {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png) no-repeat right center;
}
.wpb_document_pdf i.icon,
option.wpb_document_pdf {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png) no-repeat right center;
}
.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png) no-repeat right center;
}
.wpb_document_word i.icon,
option.wpb_document_word {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png) no-repeat right center;
}
.wpb_bookmark i.icon,
option.wpb_bookmark {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/bookmark.png) no-repeat right center;
}
.wpb_camcorder i.icon,
option.wpb_camcorder {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/camcorder.png) no-repeat right center;
}
.wpb_camera i.icon,
option.wpb_camera {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/camera.png) no-repeat right center;
}
.wpb_chart i.icon,
option.wpb_chart {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/chart.png) no-repeat right center;
}
.wpb_chart_pie i.icon,
option.wpb_chart_pie {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/chart-pie.png) no-repeat right center;
}
.wpb_clock i.icon,
option.wpb_clock {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/clock.png) no-repeat right center;
}
.wpb_play i.icon,
option.wpb_play {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/control.png) no-repeat right center;
}
.wpb_fire i.icon,
option.wpb_fire {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/fire.png) no-repeat right center;
}
.wpb_heart i.icon,
option.wpb_heart {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/heart.png) no-repeat right center;
}
.wpb_mail i.icon,
option.wpb_mail {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/mail.png) no-repeat right center;
}
.wpb_shield i.icon,
option.wpb_shield {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/plus-shield.png) no-repeat right center;
}
.wpb_video i.icon,
option.wpb_video {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/icons/video.png) no-repeat right center;
}
.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
margin-top: 5px;
margin-bottom: 5px;
} .wpb_alert {
padding: 1em 35px 1em 25px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #faebcc;
border-radius: 5px;
color: #8a6d3b;
clear: both;
}
.wpb_alert .messagebox_text *:last-child {
margin-bottom: 0;
}
.wpb_alert.vc_alert_square {
border-radius: 0;
}
.wpb_alert.vc_alert_square_outlined {
border-radius: 0;
background: none !important;
border-width: 2px;
}
.wpb_alert.vc_alert_round {
border-radius: 50px;
}
.wpb_alert.vc_alert_outlined {
background: none !important;
border-width: 2px;
}
.wpb_alert.vc_alert_3d {
border-width: 1px 1px 1px 1px;
}
.wpb_alert-success {
color: #3c763d;
border-color: #d6e9c6;
background-color: #dff0d8;
}
.wpb_alert-success.vc_alert_outlined,
.wpb_alert-success.vc_alert_square_outlined {
color: #3c763d;
}
.wpb_alert-success.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #c1e2b3;
box-shadow: 0 5px 0 #c1e2b3;
}
.wpb_alert-error,
.wpb_alert-danger {
color: #a94442;
border-color: #ebccd1;
background-color: #f2dede;
}
.wpb_alert-error.vc_alert_outlined,
.wpb_alert-danger.vc_alert_outlined,
.wpb_alert-error.vc_alert_square_outlined,
.wpb_alert-danger.vc_alert_square_outlined {
color: #a94442;
}
.wpb_alert-error.vc_alert_3d,
.wpb_alert-danger.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #e4b9b9;
box-shadow: 0 5px 0 #e4b9b9;
}
.wpb_alert-info {
color: #31708f;
border-color: #bce8f1;
background-color: #d9edf7;
}
.wpb_alert-info.vc_alert_outlined,
.wpb_alert-info.vc_alert_square_outlined {
color: #31708f;
}
.wpb_alert-info.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #afd9ee;
box-shadow: 0 5px 0 #afd9ee;
}
.wpb_alert-warning {
color: #8a6d3b;
border-color: #faebcc;
background-color: #fcf8e3;
}
.wpb_alert-warning.vc_alert_outlined,
.wpb_alert-warning.vc_alert_square_outlined {
color: #8a6d3b;
}
.wpb_alert-warning.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #f7ecb5;
box-shadow: 0 5px 0 #f7ecb5;
}
.wpb_alert .messagebox_text,
.wpb_alert-warning .messagebox_text {
padding-left: 40px;
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/alert.png) no-repeat left center;
}
.wpb_alert-info .messagebox_text {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/info.png) no-repeat left center;
}
.wpb_alert-success .messagebox_text {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/tick.png) no-repeat left center;
}
.wpb_alert-error .messagebox_text,
.wpb_alert-danger .messagebox_text {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/exclamation.png) no-repeat left center;
} .vc_message_box {
border: 1px solid transparent;
display: block;
overflow: hidden;
margin: 0 0 21.73913043px 0;
padding: 1em 1em 1em 4em;
position: relative;
font-size: 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_message_box > p:first-child {
margin-top: 0;
}
.vc_message_box > p:last-child {
margin-bottom: 0;
}
.vc_message_box-icon {
bottom: 0;
font-size: 1em;
font-style: normal;
font-weight: normal;
left: 0;
position: absolute;
top: 0;
width: 4em;
}
.vc_message_box-icon > * {
font-size: 1.7em;
line-height: 1;
font-weight: normal;
font-style: normal;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_message_box-icon > .fa {
font-size: 1.7em;
line-height: 1;
}
.vc_color-blue.vc_message_box {
color: #364a8a;
border-color: #c5cff0;
background-color: #edf1fa;
}
.vc_color-blue.vc_message_box .vc_message_box-icon {
color: #5472d2;
}
.vc_color-blue.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #5472d2;
}
.vc_color-blue.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-blue.vc_message_box-outline,
.vc_color-blue.vc_message_box-solid-icon {
color: #364a8a;
border-color: #5472d2;
background-color: transparent;
}
.vc_color-blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
color: #5472d2;
}
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #5472d2;
}
.vc_color-blue.vc_message_box-3d {
box-shadow: 0 5px 0 #9daee5;
}
.vc_color-turquoise.vc_message_box {
color: #085b61;
border-color: #c6ecee;
background-color: #ebfcfd;
}
.vc_color-turquoise.vc_message_box .vc_message_box-icon {
color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-turquoise.vc_message_box-outline,
.vc_color-turquoise.vc_message_box-solid-icon {
color: #085b61;
border-color: #00c1cf;
background-color: transparent;
}
.vc_color-turquoise.vc_message_box-outline .vc_message_box-icon,
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #00c1cf;
}
.vc_color-turquoise.vc_message_box-3d {
box-shadow: 0 5px 0 #9fdee3;
}
.vc_color-pink.vc_message_box {
color: #d82e21;
border-color: #ffd8d6;
background-color: #fff0ef;
}
.vc_color-pink.vc_message_box .vc_message_box-icon {
color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-pink.vc_message_box-outline,
.vc_color-pink.vc_message_box-solid-icon {
color: #d82e21;
border-color: #fe6c61;
background-color: transparent;
}
.vc_color-pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
color: #fe6c61;
}
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #fe6c61;
}
.vc_color-pink.vc_message_box-3d {
box-shadow: 0 5px 0 #fea9a3;
}
.vc_color-violet.vc_message_box {
color: #5e4a81;
border-color: #d4c8e9;
background-color: #f0ecf7;
}
.vc_color-violet.vc_message_box .vc_message_box-icon {
color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-violet.vc_message_box-outline,
.vc_color-violet.vc_message_box-solid-icon {
color: #5e4a81;
border-color: #8d6dc4;
background-color: transparent;
}
.vc_color-violet.vc_message_box-outline .vc_message_box-icon,
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
color: #8d6dc4;
}
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #8d6dc4;
}
.vc_color-violet.vc_message_box-3d {
box-shadow: 0 5px 0 #b8a3da;
}
.vc_color-peacoc.vc_message_box {
color: #366a79;
border-color: #c2e3ec;
background-color: #e9f5f8;
}
.vc_color-peacoc.vc_message_box .vc_message_box-icon {
color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-peacoc.vc_message_box-outline,
.vc_color-peacoc.vc_message_box-solid-icon {
color: #366a79;
border-color: #4cadc9;
background-color: transparent;
}
.vc_color-peacoc.vc_message_box-outline .vc_message_box-icon,
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #4cadc9;
}
.vc_color-peacoc.vc_message_box-3d {
box-shadow: 0 5px 0 #9ad1e1;
}
.vc_color-chino.vc_message_box {
color: #978258;
border-color: #e5ded2;
background-color: #f7f5f2;
}
.vc_color-chino.vc_message_box .vc_message_box-icon {
color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-chino.vc_message_box-outline,
.vc_color-chino.vc_message_box-solid-icon {
color: #978258;
border-color: #cec2ab;
background-color: transparent;
}
.vc_color-chino.vc_message_box-outline .vc_message_box-icon,
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
color: #cec2ab;
}
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #cec2ab;
}
.vc_color-chino.vc_message_box-3d {
box-shadow: 0 5px 0 #d2c7b1;
}
.vc_color-mulled_wine.vc_message_box {
color: #1e1b22;
border-color: #d0ccd6;
background-color: #eae8ed;
}
.vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-mulled_wine.vc_message_box-outline,
.vc_color-mulled_wine.vc_message_box-solid-icon {
color: #1e1b22;
border-color: #50485b;
background-color: transparent;
}
.vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon,
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #50485b;
}
.vc_color-mulled_wine.vc_message_box-3d {
box-shadow: 0 5px 0 #b6afc0;
}
.vc_color-vista_blue.vc_message_box {
color: #3e8e5e;
border-color: #bcebcf;
background-color: #e3f7eb;
}
.vc_color-vista_blue.vc_message_box .vc_message_box-icon {
color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-vista_blue.vc_message_box-outline,
.vc_color-vista_blue.vc_message_box-solid-icon {
color: #3e8e5e;
border-color: #75d69c;
background-color: transparent;
}
.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #75d69c;
}
.vc_color-vista_blue.vc_message_box-3d {
box-shadow: 0 5px 0 #94dfb3;
}
.vc_color-orange.vc_message_box {
color: #c3811c;
border-color: #fbe1ba;
background-color: #fef6eb;
}
.vc_color-orange.vc_message_box .vc_message_box-icon {
color: #f7be68;
}
.vc_color-orange.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #f7be68;
}
.vc_color-orange.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-orange.vc_message_box-outline,
.vc_color-orange.vc_message_box-solid-icon {
color: #c3811c;
border-color: #f7be68;
background-color: transparent;
}
.vc_color-orange.vc_message_box-outline .vc_message_box-icon,
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
color: #f7be68;
}
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #f7be68;
}
.vc_color-orange.vc_message_box-3d {
box-shadow: 0 5px 0 #f9cd8a;
}
.vc_color-sky.vc_message_box {
color: #2a6194;
border-color: #bedaf4;
background-color: #eaf3fb;
}
.vc_color-sky.vc_message_box .vc_message_box-icon {
color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-sky.vc_message_box-outline,
.vc_color-sky.vc_message_box-solid-icon {
color: #2a6194;
border-color: #5aa1e3;
background-color: transparent;
}
.vc_color-sky.vc_message_box-outline .vc_message_box-icon,
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
color: #5aa1e3;
}
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #5aa1e3;
}
.vc_color-sky.vc_message_box-3d {
box-shadow: 0 5px 0 #93c1ed;
}
.vc_color-green.vc_message_box {
color: #3e562b;
border-color: #c2e1a9;
background-color: #eaf5e2;
}
.vc_color-green.vc_message_box .vc_message_box-icon {
color: #6dab3c;
}
.vc_color-green.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #6dab3c;
}
.vc_color-green.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-green.vc_message_box-outline,
.vc_color-green.vc_message_box-solid-icon {
color: #3e562b;
border-color: #6dab3c;
background-color: transparent;
}
.vc_color-green.vc_message_box-outline .vc_message_box-icon,
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
color: #6dab3c;
}
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #6dab3c;
}
.vc_color-green.vc_message_box-3d {
box-shadow: 0 5px 0 #a7d484;
}
.vc_color-juicy_pink.vc_message_box {
color: #a3231f;
border-color: #fbc7c5;
background-color: #fef5f5;
}
.vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-juicy_pink.vc_message_box-outline,
.vc_color-juicy_pink.vc_message_box-solid-icon {
color: #a3231f;
border-color: #f4524d;
background-color: transparent;
}
.vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #f4524d;
}
.vc_color-juicy_pink.vc_message_box-3d {
box-shadow: 0 5px 0 #f89895;
}
.vc_color-sandy_brown.vc_message_box {
color: #c3501c;
border-color: #fbceba;
background-color: #fef1eb;
}
.vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-sandy_brown.vc_message_box-outline,
.vc_color-sandy_brown.vc_message_box-solid-icon {
color: #c3501c;
border-color: #f79468;
background-color: transparent;
}
.vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon,
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #f79468;
}
.vc_color-sandy_brown.vc_message_box-3d {
box-shadow: 0 5px 0 #f9ac8a;
}
.vc_color-purple.vc_message_box {
color: #886389;
border-color: #e3cbe3;
background-color: #f5ecf5;
}
.vc_color-purple.vc_message_box .vc_message_box-icon {
color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-purple.vc_message_box-outline,
.vc_color-purple.vc_message_box-solid-icon {
color: #886389;
border-color: #b97ebb;
background-color: transparent;
}
.vc_color-purple.vc_message_box-outline .vc_message_box-icon,
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
color: #b97ebb;
}
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #b97ebb;
}
.vc_color-purple.vc_message_box-3d {
box-shadow: 0 5px 0 #d1a9d2;
}
.vc_color-grace.vc_message_box {
color: #687a2c;
border-color: #b7d650;
background-color: #eaf3cc;
}
.vc_color-grace.vc_message_box .vc_message_box-icon {
color: #aed13b;
}
.vc_color-grace.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #aed13b;
}
.vc_color-grace.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-grace.vc_message_box-outline,
.vc_color-grace.vc_message_box-solid-icon {
color: #687a2c;
border-color: #aed13b;
background-color: transparent;
}
.vc_color-grace.vc_message_box-outline .vc_message_box-icon,
.vc_color-grace.vc_message_box-solid-icon .vc_message_box-icon {
color: #aed13b;
}
.vc_color-grace.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #aed13b;
}
.vc_color-grace.vc_message_box-3d {
box-shadow: 0 5px 0 #a1c42e;
}
.vc_color-black.vc_message_box {
color: #ffffff;
border-color: #2a2a2a;
background-color: #3c3c3c;
}
.vc_color-black.vc_message_box .vc_message_box-icon {
color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-solid-icon {
color: #ffffff;
border-color: #2a2a2a;
background-color: transparent;
}
.vc_color-black.vc_message_box-outline .vc_message_box-icon,
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #2a2a2a;
}
.vc_color-black.vc_message_box-3d {
box-shadow: 0 5px 0 #101010;
}
.vc_color-grey.vc_message_box {
color: #858585;
border-color: #d2d2d2;
background-color: #ebebeb;
}
.vc_color-grey.vc_message_box .vc_message_box-icon {
color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid {
color: #858585;
border-color: transparent;
background-color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid .vc_message_box-icon {
color: #858585;
}
.vc_color-grey.vc_message_box-outline,
.vc_color-grey.vc_message_box-solid-icon {
color: #858585;
border-color: #ebebeb;
background-color: transparent;
}
.vc_color-grey.vc_message_box-outline .vc_message_box-icon,
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
color: #ebebeb;
}
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
color: #858585;
background-color: #ebebeb;
}
.vc_color-grey.vc_message_box-3d {
box-shadow: 0 5px 0 #b8b8b8;
}
.vc_color-white.vc_message_box {
color: #b3b3b3;
border-color: #e6e6e6;
background-color: #ffffff;
}
.vc_color-white.vc_message_box .vc_message_box-icon {
color: #ffffff;
}
.vc_color-white.vc_message_box-solid {
color: #b3b3b3;
border-color: transparent;
background-color: #ffffff;
}
.vc_color-white.vc_message_box-solid .vc_message_box-icon {
color: #b3b3b3;
}
.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-solid-icon {
color: #b3b3b3;
border-color: #ffffff;
background-color: transparent;
}
.vc_color-white.vc_message_box-outline .vc_message_box-icon,
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
}
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
color: #b3b3b3;
background-color: #ffffff;
}
.vc_color-white.vc_message_box-3d {
box-shadow: 0 5px 0 #cccccc;
}
.vc_color-info.vc_message_box {
color: #5e7f96;
border-color: #cfebfe;
background-color: #dff2fe;
}
.vc_color-info.vc_message_box .vc_message_box-icon {
color: #56b0ee;
}
.vc_color-info.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #56b0ee;
}
.vc_color-info.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-info.vc_message_box-outline,
.vc_color-info.vc_message_box-solid-icon {
color: #5e7f96;
border-color: #56b0ee;
background-color: transparent;
}
.vc_color-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #56b0ee;
}
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #56b0ee;
}
.vc_color-info.vc_message_box-3d {
box-shadow: 0 5px 0 #9dd6fd;
}
.vc_color-success.vc_message_box {
color: #5e7f96;
border-color: #cfebfe;
background-color: #e6fdf8;
}
.vc_color-success.vc_message_box .vc_message_box-icon {
color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-success.vc_message_box-outline,
.vc_color-success.vc_message_box-solid-icon {
color: #5e7f96;
border-color: #1bbc9b;
background-color: transparent;
}
.vc_color-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #1bbc9b;
}
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #1bbc9b;
}
.vc_color-success.vc_message_box-3d {
box-shadow: 0 5px 0 #9dd6fd;
}
.vc_color-warning.vc_message_box {
color: #9d8967;
border-color: #ffeccc;
background-color: #fff4e2;
}
.vc_color-warning.vc_message_box .vc_message_box-icon {
color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-warning.vc_message_box-outline,
.vc_color-warning.vc_message_box-solid-icon {
color: #9d8967;
border-color: #fcb53f;
background-color: transparent;
}
.vc_color-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #fcb53f;
}
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #fcb53f;
}
.vc_color-warning.vc_message_box-3d {
box-shadow: 0 5px 0 #ffd999;
}
.vc_color-danger.vc_message_box {
color: #a85959;
border-color: #fedede;
background-color: #fdeaea;
}
.vc_color-danger.vc_message_box .vc_message_box-icon {
color: #ff7877;
}
.vc_color-danger.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #ff7877;
}
.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-danger.vc_message_box-outline,
.vc_color-danger.vc_message_box-solid-icon {
color: #a85959;
border-color: #ff7877;
background-color: transparent;
}
.vc_color-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #ff7877;
}
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #ff7877;
}
.vc_color-danger.vc_message_box-3d {
box-shadow: 0 5px 0 #fdacac;
}
.vc_color-alert-info.vc_message_box {
color: #31708f;
border-color: #bce8f1;
background-color: #d9edf7;
}
.vc_color-alert-info.vc_message_box .vc_message_box-icon {
color: #67cce0;
}
.vc_color-alert-info.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #67cce0;
}
.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-alert-info.vc_message_box-outline,
.vc_color-alert-info.vc_message_box-solid-icon {
color: #31708f;
border-color: #67cce0;
background-color: transparent;
}
.vc_color-alert-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #67cce0;
}
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #67cce0;
}
.vc_color-alert-info.vc_message_box-3d {
box-shadow: 0 5px 0 #91d9e8;
}
.vc_color-alert-success.vc_message_box {
color: #3c763d;
border-color: #d6e9c6;
background-color: #dff0d8;
}
.vc_color-alert-success.vc_message_box .vc_message_box-icon {
color: #9ad36a;
}
.vc_color-alert-success.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #9ad36a;
}
.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-alert-success.vc_message_box-outline,
.vc_color-alert-success.vc_message_box-solid-icon {
color: #3c763d;
border-color: #9ad36a;
background-color: transparent;
}
.vc_color-alert-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #9ad36a;
}
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #9ad36a;
}
.vc_color-alert-success.vc_message_box-3d {
box-shadow: 0 5px 0 #bbdba1;
}
.vc_color-alert-warning.vc_message_box {
color: #8a6d3b;
border-color: #faebcc;
background-color: #fcf8e3;
}
.vc_color-alert-warning.vc_message_box .vc_message_box-icon {
color: #f9cf79;
}
.vc_color-alert-warning.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #f9cf79;
}
.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-alert-warning.vc_message_box-outline,
.vc_color-alert-warning.vc_message_box-solid-icon {
color: #8a6d3b;
border-color: #f9cf79;
background-color: transparent;
}
.vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #f9cf79;
}
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #f9cf79;
}
.vc_color-alert-warning.vc_message_box-3d {
box-shadow: 0 5px 0 #f5d89e;
}
.vc_color-alert-danger.vc_message_box {
color: #a94442;
border-color: #ebccd1;
background-color: #f2dede;
}
.vc_color-alert-danger.vc_message_box .vc_message_box-icon {
color: #ef8495;
}
.vc_color-alert-danger.vc_message_box-solid {
color: #ffffff;
border-color: transparent;
background-color: #ef8495;
}
.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
color: #ffffff;
}
.vc_color-alert-danger.vc_message_box-outline,
.vc_color-alert-danger.vc_message_box-solid-icon {
color: #a94442;
border-color: #ef8495;
background-color: transparent;
}
.vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #ef8495;
}
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #ffffff;
background-color: #ef8495;
}
.vc_color-alert-danger.vc_message_box-3d {
box-shadow: 0 5px 0 #dca7b0;
}
.vc_color-black.vc_message_box .vc_message_box-icon {
color: #ffffff;
}
.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-outline .vc_message_box-icon {
color: #2a2a2a;
}
.vc_color-black.vc_message_box-solid-icon {
color: #2a2a2a;
}
.vc_color-grey.vc_message_box .vc_message_box-icon {
color: #858585;
}
.vc_color-white.vc_message_box .vc_message_box-icon {
color: #b3b3b3;
}
.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-outline .vc_message_box-icon {
color: #ffffff;
}
.vc_color-white.vc_message_box-solid-icon {
color: #ffffff;
}
.vc_message_box-outline,
.vc_message_box-solid-icon {
border-width: 2px;
}
.vc_message_box-solid-icon .vc_message_box-icon {
width: 3.25em;
}
.vc_message_box-rounded {
border-radius: 5px;
}
.vc_message_box-round {
border-radius: 4em;
}   .wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
margin-bottom: 0;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom: 35px;
}
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element,
.wpb_toggle_content {
margin-bottom: 21.73913043px;
}
.wpb_column > .wpb_wrapper > *:last-child {
margin-bottom: 0;
}
.vc_row.vc_row-no-padding .wpb_column {
padding-left: 0;
padding-right: 0;
} .fb_type_standard {
height: 25px;
}
.fb_type_standard iframe {
height: 25px;
}
.fb_type_button_count {
height: 20px;
}
.fb_type_button_count iframe {
height: 20px;
}
.fb_type_box_count {
height: 62px;
}
.fb_type_box_count iframe {
height: 62px;
} .wpb_googleplus_type_standard {
height: 25px;
}
.wpb_googleplus_type_small {
height: 19px;
}
.wpb_googleplus_type_medium {
height: 21px;
}
.wpb_googleplus_type_tall {
height: 21px;
}
.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
height: 62px;
} .wpb_pinterest_type_horizontal {
height: 21px;
}
.wpb_pinterest_type_vertical {
height: 60px;
}
.wpb_pinterest_type_none {
height: 21px;
} iframe.twitter-share-button {
margin: 0;
}
.vc_toggle {
display: block;
margin: 0 0 21.73913043px 0;
padding: 0;
font-size: 1em;
}
.vc_toggle:last-of-type {
margin-bottom: 35px;
}
.vc_toggle_title {
cursor: pointer;
display: block;
margin: 0;
padding: 0;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: normal;
}
.vc_toggle_title > h4 {
display: inline;
}
.vc_toggle_icon {
display: none;
position: relative;
vertical-align: middle;
}
.vc_toggle_content {
display: none;
margin-bottom: 21.73913043px;
margin-top: 1em;
overflow: hidden;
padding: 0;
}
.vc_toggle.vc_toggle_active > .vc_toggle_content {
display: block;
}
.vc_toggle_simple .vc_toggle_icon {
border: 0 solid transparent;
border-radius: 0;
display: inline-block;
}
.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle_simple .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_simple .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_simple .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_simple .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_simple .vc_toggle_icon {
margin-left: 2px;
}
.vc_toggle_round .vc_toggle_icon {
border: 2px solid transparent;
border-radius: 50%;
display: inline-block;
}
.vc_toggle_round .vc_toggle_icon::before,
.vc_toggle_round .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle_round .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_round .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_round .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_round .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_round .vc_toggle_icon::before,
.vc_toggle_round .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_rounded .vc_toggle_icon {
border: 2px solid transparent;
border-radius: 20%;
display: inline-block;
}
.vc_toggle_rounded .vc_toggle_icon::before,
.vc_toggle_rounded .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle_rounded .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_rounded .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_rounded .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_rounded .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_rounded .vc_toggle_icon::before,
.vc_toggle_rounded .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_square .vc_toggle_icon {
border: 2px solid transparent;
border-radius: 0;
display: inline-block;
}
.vc_toggle_square .vc_toggle_icon::before,
.vc_toggle_square .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle_square .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_square .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_square .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_square .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_square .vc_toggle_icon::before,
.vc_toggle_square .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_text_only .vc_toggle_icon {
display: none;
}
.vc_toggle_arrow .vc_toggle_icon {
display: inline-block;
}
.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_arrow .vc_toggle_icon::after {
content: '';
border-style: solid;
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.vc_toggle_arrow .vc_toggle_icon::before {
border-left: none;
border-top: none;
}
.vc_toggle_arrow .vc_toggle_icon::after {
border-right: none;
border-bottom: none;
visibility: hidden;
}
.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
visibility: hidden;
}
.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
visibility: visible;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
border-width: 2px;
height: 10px;
margin-left: -5px;
width: 10px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
margin-top: -10px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
margin-top: -5px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #2a2a2a;
background: transparent;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #444444;
background: transparent;
}
.vc_toggle_default .vc_toggle_icon {
background: #bababa;
border: 1px solid #acacac;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle_default .vc_toggle_icon::after {
content: '';
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #bababa;
}
.vc_toggle_default .vc_toggle_icon::before {
border: 1px solid #acacac;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after {
visibility: hidden;
}
.vc_toggle.vc_toggle_default .vc_toggle_icon {
display: inline-block;
width: 10px;
margin-left: 5px;
height: 4px;
}
.vc_toggle.vc_toggle_default .vc_toggle_icon::before {
height: 10px;
width: 4px;
}
.vc_toggle.vc_toggle_default .vc_toggle_icon::after {
width: 8px;
height: 2px;
}
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after {
background-color: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_blue .vc_toggle_icon {
background-color: #5472d2;
border-color: transparent;
}
.vc_toggle_color_blue .vc_toggle_icon::before,
.vc_toggle_color_blue .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #5472d2;
}
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
background-color: #7c93dd;
}
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon {
background: #5472d2;
border-color: #3354c0;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
border-color: #3354c0;
background: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after {
background: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #7c93dd;
border-color: #5472d2;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #5472d2;
background: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #7c93dd;
}
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #5472d2;
background: transparent;
}
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #7c93dd;
background: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after {
background-color: #00c1cf;
}
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_turquoise .vc_toggle_icon {
background-color: #00c1cf;
border-color: transparent;
}
.vc_toggle_color_turquoise .vc_toggle_icon::before,
.vc_toggle_color_turquoise .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #00c1cf;
}
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #00c1cf;
}
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon {
background-color: #00919c;
}
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon {
background: #00c1cf;
border-color: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
border-color: #00919c;
background: #00c1cf;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after {
background: #00c1cf;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #00919c;
border-color: #006269;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #006269;
background: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #00919c;
}
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #00c1cf;
background: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #00919c;
background: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after {
background-color: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_pink .vc_toggle_icon {
background-color: #fe6c61;
border-color: transparent;
}
.vc_toggle_color_pink .vc_toggle_icon::before,
.vc_toggle_color_pink .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #fe6c61;
}
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon {
background-color: #fe9b94;
}
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon {
background: #fe6c61;
border-color: #fe3d2e;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
border-color: #fe3d2e;
background: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after {
background: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #fe9b94;
border-color: #fe6c61;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #fe6c61;
background: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #fe9b94;
}
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #fe6c61;
background: transparent;
}
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #fe9b94;
background: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after {
background-color: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_violet .vc_toggle_icon {
background-color: #8d6dc4;
border-color: transparent;
}
.vc_toggle_color_violet .vc_toggle_icon::before,
.vc_toggle_color_violet .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #8d6dc4;
}
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon {
background-color: #a991d3;
}
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon {
background: #8d6dc4;
border-color: #7149b5;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
border-color: #7149b5;
background: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after {
background: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #a991d3;
border-color: #8d6dc4;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #8d6dc4;
background: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #a991d3;
}
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #8d6dc4;
background: transparent;
}
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #a991d3;
background: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after {
background-color: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_peacoc .vc_toggle_icon {
background-color: #4cadc9;
border-color: transparent;
}
.vc_toggle_color_peacoc .vc_toggle_icon::before,
.vc_toggle_color_peacoc .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #4cadc9;
}
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon {
background-color: #73bfd5;
}
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon {
background: #4cadc9;
border-color: #3492ae;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
border-color: #3492ae;
background: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after {
background: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #73bfd5;
border-color: #4cadc9;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #4cadc9;
background: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #73bfd5;
}
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #4cadc9;
background: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #73bfd5;
background: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after {
background-color: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_chino .vc_toggle_icon {
background-color: #cec2ab;
border-color: transparent;
}
.vc_toggle_color_chino .vc_toggle_icon::before,
.vc_toggle_color_chino .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #cec2ab;
}
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon {
background-color: #e1d9cb;
}
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon {
background: #cec2ab;
border-color: #bbab8b;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
border-color: #bbab8b;
background: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after {
background: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #e1d9cb;
border-color: #cec2ab;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #cec2ab;
background: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #e1d9cb;
}
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #cec2ab;
background: transparent;
}
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #e1d9cb;
background: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after {
background-color: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_mulled_wine .vc_toggle_icon {
background-color: #50485b;
border-color: transparent;
}
.vc_toggle_color_mulled_wine .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #50485b;
}
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon {
background-color: #695f77;
}
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon {
background: #50485b;
border-color: #37313f;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
border-color: #37313f;
background: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after {
background: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #695f77;
border-color: #50485b;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #50485b;
background: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #695f77;
}
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #50485b;
background: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #695f77;
background: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after {
background-color: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_vista_blue .vc_toggle_icon {
background-color: #75d69c;
border-color: transparent;
}
.vc_toggle_color_vista_blue .vc_toggle_icon::before,
.vc_toggle_color_vista_blue .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #75d69c;
}
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon {
background-color: #9ce2b8;
}
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon {
background: #75d69c;
border-color: #4eca80;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
border-color: #4eca80;
background: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after {
background: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #9ce2b8;
border-color: #75d69c;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #75d69c;
background: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #9ce2b8;
}
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #75d69c;
background: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #9ce2b8;
background: transparent;
}
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_black .vc_toggle_icon {
background-color: #2a2a2a;
border-color: transparent;
}
.vc_toggle_color_black .vc_toggle_icon::before,
.vc_toggle_color_black .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
background-color: #444444;
}
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #444444;
}
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #444444;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon {
background: #2a2a2a;
border-color: #101010;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
border-color: #101010;
background: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after {
background: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #444444;
border-color: #2a2a2a;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #2a2a2a;
background: #444444;
}
.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #444444;
}
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #2a2a2a;
background: transparent;
}
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #444444;
background: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after {
background-color: #ebebeb;
}
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_grey .vc_toggle_icon {
background-color: #ebebeb;
border-color: transparent;
}
.vc_toggle_color_grey .vc_toggle_icon::before,
.vc_toggle_color_grey .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #ebebeb;
}
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #ebebeb;
}
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
background-color: #d2d2d2;
}
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon {
background: #ebebeb;
border-color: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
border-color: #d2d2d2;
background: #ebebeb;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after {
background: #ebebeb;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #d2d2d2;
border-color: #b8b8b8;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #b8b8b8;
background: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #d2d2d2;
}
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #ebebeb;
background: transparent;
}
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #d2d2d2;
background: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after {
background-color: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fad398;
}
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_orange .vc_toggle_icon {
background-color: #f7be68;
border-color: transparent;
}
.vc_toggle_color_orange .vc_toggle_icon::before,
.vc_toggle_color_orange .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #f7be68;
}
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon {
background-color: #fad398;
}
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #fad398;
}
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fad398;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon {
background: #f7be68;
border-color: #f4a938;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
border-color: #f4a938;
background: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
background: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #fad398;
border-color: #f7be68;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #f7be68;
background: #fad398;
}
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #fad398;
}
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #f7be68;
background: transparent;
}
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #fad398;
background: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after {
background-color: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #86baea;
}
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_sky .vc_toggle_icon {
background-color: #5aa1e3;
border-color: transparent;
}
.vc_toggle_color_sky .vc_toggle_icon::before,
.vc_toggle_color_sky .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #5aa1e3;
}
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon {
background-color: #86baea;
}
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #86baea;
}
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #86baea;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon {
background: #5aa1e3;
border-color: #2e88dc;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
border-color: #2e88dc;
background: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after {
background: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #86baea;
border-color: #5aa1e3;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #5aa1e3;
background: #86baea;
}
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #86baea;
}
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #5aa1e3;
background: transparent;
}
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #86baea;
background: transparent;
}
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after {
background-color: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #87c456;
}
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_green .vc_toggle_icon {
background-color: #6dab3c;
border-color: transparent;
}
.vc_toggle_color_green .vc_toggle_icon::before,
.vc_toggle_color_green .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #6dab3c;
}
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon {
background-color: #87c456;
}
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #87c456;
}
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #87c456;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon {
background: #6dab3c;
border-color: #55852f;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
border-color: #55852f;
background: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after {
background: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #87c456;
border-color: #6dab3c;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #6dab3c;
background: #87c456;
}
.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #87c456;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #6dab3c;
background: transparent;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #87c456;
background: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after {
background-color: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_juicy_pink .vc_toggle_icon {
background-color: #f4524d;
border-color: transparent;
}
.vc_toggle_color_juicy_pink .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #f4524d;
}
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon {
background-color: #f7817d;
}
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon {
background: #f4524d;
border-color: #f1231d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
border-color: #f1231d;
background: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after {
background: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #f7817d;
border-color: #f4524d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #f4524d;
background: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #f7817d;
}
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #f4524d;
background: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #f7817d;
background: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after {
background-color: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_sandy_brown .vc_toggle_icon {
background-color: #f79468;
border-color: transparent;
}
.vc_toggle_color_sandy_brown .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #f79468;
}
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon {
background-color: #fab698;
}
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon {
background: #f79468;
border-color: #f47238;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
border-color: #f47238;
background: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after {
background: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #fab698;
border-color: #f79468;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #f79468;
background: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #fab698;
}
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #f79468;
background: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #fab698;
background: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after {
background-color: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_purple .vc_toggle_icon {
background-color: #b97ebb;
border-color: transparent;
}
.vc_toggle_color_purple .vc_toggle_icon::before,
.vc_toggle_color_purple .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #b97ebb;
}
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon {
background-color: #cb9fcd;
}
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon {
background: #b97ebb;
border-color: #a75da9;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
border-color: #a75da9;
background: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after {
background: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #cb9fcd;
border-color: #b97ebb;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #b97ebb;
background: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #cb9fcd;
}
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #b97ebb;
background: transparent;
}
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #cb9fcd;
background: transparent;
}
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: transparent;
}
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: transparent;
}
.vc_toggle_color_white .vc_toggle_icon {
background-color: #ffffff;
border-color: transparent;
}
.vc_toggle_color_white .vc_toggle_icon::before,
.vc_toggle_color_white .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon {
background-color: transparent;
border-color: #ffffff;
}
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after {
background-color: #ffffff;
}
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon {
background-color: #e6e6e6;
}
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #2a2a2a;
}
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
background-color: transparent;
border-color: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after {
background-color: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon {
background: #ffffff;
border-color: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
border-color: #e6e6e6;
background: #ffffff;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after {
background: #ffffff;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
background: #e6e6e6;
border-color: #cccccc;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
border-color: #cccccc;
background: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
background: #e6e6e6;
}
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after {
border-color: #ffffff;
background: transparent;
}
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
background: transparent;
}
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #e6e6e6;
background: transparent;
}
.vc_toggle_size_sm .vc_toggle_icon {
height: 16px;
width: 16px;
}
.vc_toggle_size_sm .vc_toggle_icon::before {
height: 2px;
width: 8px;
}
.vc_toggle_size_sm .vc_toggle_icon::after {
height: 8px;
width: 2px;
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon {
display: inline-block;
width: 8px;
margin-left: 4px;
height: 2px;
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before {
height: 8px;
width: 2px;
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after {
width: 6px;
height: 0px;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
height: 16px;
width: 16px;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
border-width: 2px;
height: 8px;
margin-left: -4px;
width: 8px;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
margin-top: -8px;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
margin-top: -4px;
}
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content {
padding-left: 24px;
}
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content {
padding-left: 17.6px;
}
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
margin-left: 8px;
}
.vc_toggle_size_md .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_size_md .vc_toggle_icon::before {
height: 2px;
width: 10px;
}
.vc_toggle_size_md .vc_toggle_icon::after {
height: 10px;
width: 2px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
display: inline-block;
width: 10px;
margin-left: 5px;
height: 4px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
height: 10px;
width: 4px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
width: 8px;
height: 2px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
height: 22px;
width: 22px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
border-width: 2px;
height: 10px;
margin-left: -5px;
width: 10px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
margin-top: -10px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
margin-top: -5px;
}
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
padding-left: 33px;
}
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
padding-left: 24.2px;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
margin-left: 11px;
}
.vc_toggle_size_lg .vc_toggle_icon {
height: 28px;
width: 28px;
}
.vc_toggle_size_lg .vc_toggle_icon::before {
height: 2px;
width: 14px;
}
.vc_toggle_size_lg .vc_toggle_icon::after {
height: 14px;
width: 2px;
}
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon {
display: inline-block;
width: 14px;
margin-left: 7px;
height: 4px;
}
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
height: 14px;
width: 4px;
}
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
width: 12px;
height: 2px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
height: 28px;
width: 28px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before,
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
border-width: 2px;
height: 14px;
margin-left: -7px;
width: 14px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
margin-top: -14px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
margin-top: -7px;
}
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content {
padding-left: 42px;
}
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content {
padding-left: 30.8px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
margin-left: 14px;
}
.vc_toggle_simple .vc_toggle_title,
.vc_toggle_round .vc_toggle_title,
.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_square .vc_toggle_title,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_simple .vc_toggle_content,
.vc_toggle_round .vc_toggle_content,
.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_square .vc_toggle_content,
.vc_toggle_default .vc_toggle_content {
padding-left: 33px;
}
.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.vc_toggle_default .vc_toggle_title,
.vc_toggle_default .vc_toggle_content {
padding-left: 24.2px;
}
.vc_toggle_arrow .vc_toggle_icon {
margin-left: 11px;
} .wpb_toggle,
#content h4.wpb_toggle {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/toggle_open.png) no-repeat left center;
padding-left: 25px;
clear: both;
margin-top: 0;
}
.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
background: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/toggle_close.png) no-repeat left center;
}
.wpb_toggle:hover {
cursor: pointer;
}
.wpb_toggle_content {
display: none;
overflow: hidden;
padding: 0px 0px 0px 25px;
margin-top: 1em;
}
.wpb_toggle_open {
display: block;
} .wpb_widgetised_column .wpb_wrapper > ul {
margin: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul > li {
margin-left: 0;
background-image: none;
list-style: none !important;
}
.wpb_widgetised_column .wpb_wrapper > ul > li:after,
.wpb_widgetised_column .wpb_wrapper > ul > li:before {
display: none !important;
} .wpb_button {
display: inline-block;
*display: inline; *zoom: 1;
padding: 4px 10px 4px;
margin-bottom: 0;
margin-top: 0;
font-size: 13px;
line-height: 18px;
*line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f7f7f7;
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
*margin-left: .3em;
}
.wpb_button:hover,
.wpb_button:active,
.wpb_button.active,
.wpb_button.disabled,
.wpb_button[disabled] {
background-color: #eaeaea;
}
.wpb_button:active,
.wpb_button.active {
background-color: #d1d1d1 \9;
}
.wpb_button:first-child {
*margin-left: 0;
}
.vc_vc_button2 .vc_btn {
margin-top: 5px;
margin-bottom: 5px;
}
.vc_vc_button .vc_btn {
margin-top: 5px;
margin-bottom: 5px;
}
.wpb_button:hover {
color: #333333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9; -webkit-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;
}
.wpb_button:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.wpb_button.active,
.wpb_button:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.wpb_btn-large,
span.wpb_btn-large {
padding: 9px 14px;
font-size: 15px;
line-height: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
button.wpb_btn-large [class^="icon-"],
span.wpb_btn-large [class^="icon-"] {
margin-top: 1px;
}
button.wpb_btn-small,
span.wpb_btn-small {
padding: 5px 9px;
font-size: 11px;
line-height: 16px;
}
button.wpb_btn-small [class^="icon-"],
span.wpb_btn-small [class^="icon-"] {
margin-top: -1px;
}
button.wpb_btn-mini,
span.wpb_btn-mini {
padding: 2px 6px;
font-size: 11px;
line-height: 14px;
}
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover,
.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_btn-primary.active,
.wpb_btn-warning.active,
.wpb_btn-danger.active,
.wpb_btn-success.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active {
color: rgba(255, 255, 255, 0.75);
}
.wpb_button {
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.wpb_btn-primary {
background-color: #0088cc;
}
.wpb_btn-primary:hover,
.wpb_btn-primary:active,
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary[disabled] {
background-color: #0077b3;
}
.wpb_btn-primary:active,
.wpb_btn-primary.active {
background-color: #005580 \9;
}
.wpb_btn-warning {
background-color: #ff9900;
}
.wpb_btn-warning:hover,
.wpb_btn-warning:active,
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning[disabled] {
background-color: #e68a00;
}
.wpb_btn-warning:active,
.wpb_btn-warning.active {
background-color: #b36b00 \9;
}
.wpb_btn-danger {
background-color: #ff675b;
}
.wpb_btn-danger:hover,
.wpb_btn-danger:active,
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger[disabled] {
background-color: #ff4f42;
}
.wpb_btn-danger:active,
.wpb_btn-danger.active {
background-color: #ff200f \9;
}
.wpb_btn-success {
background-color: #6ab165;
}
.wpb_btn-success:hover,
.wpb_btn-success:active,
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success[disabled] {
background-color: #5aa855;
}
.wpb_btn-success:active,
.wpb_btn-success.active {
background-color: #488644 \9;
}
.wpb_btn-info {
background-color: #58b9da;
}
.wpb_btn-info:hover,
.wpb_btn-info:active,
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info[disabled] {
background-color: #43b0d5;
}
.wpb_btn-info:active,
.wpb_btn-info.active {
background-color: #2a97bc \9;
}
.wpb_btn-inverse {
background-color: #555555;
}
.wpb_btn-inverse:hover,
.wpb_btn-inverse:active,
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse[disabled] {
background-color: #484848;
}
.wpb_btn-inverse:active,
.wpb_btn-inverse.active {
background-color: #2f2f2f \9;
}
button.wpb_button,
input[type="submit"].wpb_button {
*padding-top: 2px;
*padding-bottom: 2px;
}
button.wpb_button::-moz-focus-inner,
input[type="submit"].wpb_button::-moz-focus-inner {
padding: 0;
border: 0;
}
button.wpb_button.wpb_btn-large,
input[type="submit"].wpb_button.wpb_btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.wpb_button.wpb_btn-small,
input[type="submit"].wpb_button.wpb_btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.wpb_button.wpb_btn-mini,
input[type="submit"].wpb_button.wpb_btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
} a.wpb_button_a {
text-decoration: none;
border: none;
}
a.wpb_button_a:hover {
text-decoration: none;
}
.wpb_button:hover {
background-image: none;
} .vc_call_to_action {
background-color: #ebebeb;
border: 2px solid #ebebeb;
padding: 2em;
border-radius: 5px;
}
.vc_call_to_action *:last-child {
margin-bottom: 0;
}
.vc_call_to_action.vc_cta_square {
border-radius: 0;
}
.vc_call_to_action.vc_cta_square_outlined {
border-radius: 0;
background: none !important;
}
.vc_call_to_action.vc_cta_round {
border-radius: 50px;
}
.vc_call_to_action.vc_cta_outlined {
background: none !important;
}
.vc_call_to_action hgroup h2,
.vc_call_to_action hgroup h4 {
margin: 0;
clear: none;
}
.vc_call_to_action hgroup + p {
margin-top: 1em;
}
.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
float: right;
margin-left: 2em;
}
.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
float: left;
margin-right: 2em;
}
.wpb_call_to_action {
position: relative;
background-color: #f7f7f7;
padding: 20px;
padding: 35px;
border: 1px solid #f0f0f0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpb_call_to_action .wpb_button {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cta_align_left .wpb_button {
float: left;
}
.cta_align_right .wpb_button {
float: right;
}
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
max-width: 27.5%;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
width: 70%;
float: left;
clear: none;
}
.cta_align_left .wpb_call_text {
float: right;
}
.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
margin: 0;
padding-top: 0;
}
.cta_align_bottom {
text-align: center;
}
.cta_align_bottom .wpb_button {
position: static;
margin-top: 21.73913043px;
display: inline-block;
}
.cta_no_button .wpb_call_text {
width: auto;
float: none;
} @media (max-width: 600px) {
.vc_responsive .cta_align_left .wpb_button,
.vc_responsive .cta_align_right .wpb_button {
max-width: 70%;
width: 70%;
float: none;
display: block;
margin: 3% auto;
}
.vc_responsive .cta_align_left .wpb_call_text,
.vc_responsive .cta_align_right .wpb_call_text {
width: auto;
max-width: none;
text-align: center;
}
} .wpb_gmaps_widget .wpb_wrapper {
background-color: #f7f7f7;
padding: 5px;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
margin-bottom: 0;
padding: 0;
display: block;
width: 100%;
border: none;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
outline: none;
} .wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
padding: 0;
}
.wpb_content_element .wpb_tabs_nav {
margin: 0;
padding-left: 0 !important;
text-indent: inherit !important;
}
#content .wpb_content_element .wpb_tabs_nav {
margin: 0;
}
.wpb_content_element .wpb_tabs_nav li {
background-color: #ffffff;
white-space: nowrap;
padding: 0;
background-image: none;
list-style: none !important;
}
.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
display: none !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
background-color: #f7f7f7;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
cursor: default;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
display: none;
} .wpb_content_element { }
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
border-bottom: none;
text-decoration: none;
display: block;
padding: 0.5em 1em;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color: #f7f7f7;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
padding: 1em;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
margin-bottom: 0;
} .wpb_tabs .wpb_tabs_nav li {
float: left;
margin: 0 1px 0 0;
} .wpb_tour .wpb_tabs_nav {
float: left;
width: 31.66666667%;
}
.wpb_tour .wpb_tabs_nav li {
margin: 0 0 1px 0;
clear: left;
width: 100%;
}
.wpb_tour .wpb_tabs_nav a {
width: 100%;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
float: left;
width: 68.33333333%;
padding: 0 0 0 21.73913043px;
}
.wpb_tour_next_prev_nav {
margin-left: 31.66666667%;
padding-left: 21.73913043px;
font-size: 80%;
}
.wpb_tour_next_prev_nav a {
border-bottom: 1px dotted;
text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
text-decoration: none;
border-bottom: none;
}
.wpb_tour_next_prev_nav span {
width: 48%;
display: inline-block;
padding-top: 1em;
float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
text-align: right;
float: right;
} .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
margin: 0 0 1px 0;
padding-top: 0;
position: relative;
text-transform: none;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
letter-spacing: inherit;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
padding-left: 1em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
display: block;
width: 16px;
height: 16px;
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/toggle_open.png);
background-repeat: no-repeat;
position: absolute;
right: 0.7em;
top: 0.7em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/toggle_close.png);
} @media (max-width: 480px) {
.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
.vc_responsive .wpb_tour .wpb_tab,
.vc_responsive .wpb_tour_next_prev_nav {
width: 100%;
float: none;
margin-left: 0;
}
.vc_responsive .wpb_tour_next_prev_nav {
width: auto;
padding: 0 1em;
}
.vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
margin-bottom: 1em;
}
.vc_responsive .wpb_tour .wpb_tab {
padding-left: 1em;
padding-right: 1em;
}
} .wpb_column .wpb_wrapper .wpb_teaser_grid {
float: none;
}
body ul.wpb_thumbnails-fluid li { padding: 0;
margin-left: 0;
background-image: none;
list-style: none !important;
}
body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
display: none !important;
}
body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
margin-bottom: 0;
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
padding: 0;
overflow: visible !important;
}  .wpb_teaser_grid .entry-content {
margin: 0;
padding: 0;
width: 100%;
}
.grid_layout-thumbnail .post-thumb {
margin-bottom: 0;
}
.grid_layout-thumbnail .post-thumb img {
max-width: 100%;
} .wpb_carousel .wpb_wrapper {
position: relative;
}
.wpb_carousel .prev,
.wpb_carousel .next {
position: absolute;
top: 3px;
background-color: #f7f7f7;
padding: 0px 6px 0px 6px;
font-size: 12px;
z-index: 10;
text-decoration: none;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.wpb_carousel .prev:hover,
.wpb_carousel .next:hover {
background-color: #f0f0f0;
}
.wpb_carousel .prev:focus,
.wpb_carousel .next:focus {
outline: none;
text-decoration: none;
}
.wpb_carousel .prev {
right: 30px;
}
.wpb_carousel .next {
right: 0px;
}
.wpb_carousel .wpb_thumbnails-fluid {
width: 100%;
}
.wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
height: auto !important;
} .wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0 0 10px 0;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
display: block;
float: left;
margin: 0 10px 10px 0;
background-image: none;
list-style: none !important;
}
.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
display: none !important;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
border: none;
text-decoration: none;
}
.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
border-bottom: 1px dotted;
}
.wpb_teaser_grid .categories_filter li.active a,
.wpb_categories_filter li.active a {
border-bottom: 1px dotted;
}
@media (max-width: 480px) {
.vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
margin-left: 0;
width: auto;
}
.vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
width: 100%;
float: none;
display: block;
margin-left: 0;
margin-right: 0;
}
} .wpb_image_grid .wpb_image_grid_ul {
margin: 0;
padding: 0;
}
.wpb_image_grid .wpb_image_grid_ul > li {
background-image: none;
list-style: none !important;
}
.wpb_image_grid .wpb_image_grid_ul > li:after,
.wpb_image_grid .wpb_image_grid_ul > li:before {
display: none !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
list-style: none;
margin: 0 1px 1px 0;
max-width: 100%;
float: left;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item img {
max-width: none;
}
.wpb_image_grid .wpb_image_grid_ul a {
display: block;
}
.wpb_image_grid .wpb_image_grid_ul img {
display: block;
max-width: 100%;
height: auto;
} .wpb_gallery .theme-default .nivoSlider {
margin-bottom: 0;
}
.wpb_gallery .theme-default .nivo-controlNav {
padding: 10px 0 3px 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
bottom: -35px;
}
.wpb_gallery .wpb_flexslider .flex-caption {
cursor: default;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
border: none;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
line-height: 1;
}
.wpb_gallery .wpb_flexslider .flex-control-paging {
z-index: 10;
} #content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
list-style: none;
padding: 0;
background-image: none;
margin: 0;
} .flickr_badge_image {
margin: 0 10px 10px 0px;
width: 72px;
height: 72px;
float: left;
background: none;
padding: 0;
}
.flickr_badge_image a {
border: none;
}
.flickr_badge_image img {
margin: 0;
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.wpb_flickr_widget p.flickr_stream_wrap {
clear: both;
margin-bottom: 0;
font-size: 80%;
}
.wpb_flickr_widget p.flickr_stream_wrap a {
background-image: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/images/flickr.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
display: inline-block;
} .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
padding-top: 56%;
position: relative;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
padding-top: 0 !important;
position: static;
}
.wpb_video_widget .wpb_wrapper iframe {
width: 100%;
height: 100%;
display: block;
position: absolute;
margin: 0;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpb_video_wrapper .fluid-width-video-wrapper {
padding-top: 0 !important;
position: static;
} .wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
background-color: #f7f7f7;
opacity: 1;
color: inherit;
padding: 10px 15px;
position: static;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li {
background-image: none;
list-style: none !important;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li:after,
.wpb_posts_slider .wpb_gallery_slides > ul > li:before {
display: none !important;
} .vc_progress_bar .vc_single_bar {
background: #f7f7f7;
position: relative;
margin-bottom: 11.66666667px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.vc_progress_bar .vc_single_bar:last-child {
margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
display: block;
padding: 0.5em 1em;
position: relative;
z-index: 1;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
background-color: #0074CC;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
background-color: #49afcd;
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
background-color: #5bb75b;
}
.vc_progress_bar .vc_single_bar.bar_green .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
background-color: #faa732;
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
background-color: #da4f49;
}
.vc_progress_bar .vc_single_bar.bar_red .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
background-color: #414141;
}
.vc_progress_bar .vc_single_bar.bar_black .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar .vc_bar {
display: block;
position: absolute;
height: 100%;
background-color: #e0e0e0;
width: 0%;
top: 0;
left: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.vc_progress_bar .vc_single_bar .vc_bar.animated {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
} .vc_pie_chart {
z-index: 0;
text-align: center;
opacity: 0;
}
.vc_pie_chart.vc_ready {
opacity: 1;
}
.vc_pie_chart .vc_pie_wrapper {
position: relative;
margin: 0 auto;
}
.vc_pie_chart canvas {
position: relative;
z-index: 1;
}
.vc_pie_chart .vc_pie_chart_value {
font-size: 200%;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
}
.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
border-color: #f7f7f7;
}
.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back {
border-color: #0088cc;
}
.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back {
border-color: #58b9da;
}
.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
border-color: #6ab165;
}
.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back {
border-color: #ff9900;
}
.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back {
border-color: #ff675b;
}
.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back {
border-color: #555555;
}
.vc_pie_chart_back {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: 6px solid #f7f7f7;
border-radius: 999px;
border-radius: 50%;
opacity: 0.3;
filter: alpha(opacity=30);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_images_carousel .vc_carousel-control {
border: none;
}
.vc_carousel .vc_carousel-control {
text-shadow: none;
border: none;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear; }
.vc_carousel .vc_carousel-control:active,
.vc_carousel .vc_carousel-control:focus {
outline: none;
}
.vc_carousel .vc_carousel-indicators li {
width: 5px;
height: 5px;
margin: 0;
border-color: #f7f7f7;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.vc_separator {
display: table;
}
.vc_separator h4 {
line-height: 1em;
font-size: 100%;
display: table-cell;
white-space: pre;
}
.vc_separator h4 .normal {
font-size: 12px;
font-weight: normal;
}
.vc_separator.vc_separator_align_center h4 {
padding: 0 0.8em;
}
.vc_separator.vc_separator_align_left h4 {
padding: 0 0.8em 0 0;
}
.vc_separator.vc_separator_align_left .vc_sep_holder {
width: 100%;
}
.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
display: none;
}
.vc_separator.vc_separator_align_right h4 {
padding: 0 0 0 0.8em;
margin: 0 !important;
}
.vc_separator.vc_separator_align_right .vc_sep_holder {
width: 100%;
}
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
display: none;
}
.vc_separator .vc_sep_holder {
display: table-cell;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
.vc_separator .vc_sep_holder .vc_sep_line {
height: 1px;
border-top: 1px solid #ebebeb;
display: block;
position: relative;
top: 1px;
width: 100%;
}
.vc_separator.vc_sep_double {
height: 3px;
}
.vc_separator.vc_sep_double .vc_sep_line {
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
height: 3px;
}
.vc_separator.vc_sep_dashed .vc_sep_line {
border-top-style: dashed;
}
.vc_separator.vc_sep_dotted .vc_sep_line {
border-top-style: dotted;
}
.vc_separator.vc_separator_no_text .vc_sep_holder_l {
width: 100%;
}
.vc_separator.vc_separator_no_text .vc_sep_holder_r {
display: none;
}
.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
border-top-width: 1px;
}
.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 1px;
top: 0px;
}
.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
border-top-width: 2px;
}
.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 2px;
top: -1px;
}
.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
border-top-width: 3px;
}
.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 3px;
top: -1px;
}
.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
border-top-width: 4px;
}
.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 4px;
top: -2px;
}
.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
border-top-width: 5px;
}
.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 5px;
top: -2px;
}
.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
border-top-width: 6px;
}
.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 6px;
top: -3px;
}
.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
border-top-width: 7px;
}
.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 7px;
top: -3px;
}
.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
border-top-width: 8px;
}
.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 8px;
top: -4px;
}
.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
border-top-width: 9px;
}
.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 9px;
top: -4px;
}
.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
border-top-width: 10px;
}
.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
border-bottom-width: 10px;
top: -5px;
}
.vc_separator.vc_sep_color_blue .vc_sep_line {
border-color: #5472d2;
}
.vc_separator.vc_sep_color_turquoise .vc_sep_line {
border-color: #00c1cf;
}
.vc_separator.vc_sep_color_pink .vc_sep_line {
border-color: #fe6c61;
}
.vc_separator.vc_sep_color_violet .vc_sep_line {
border-color: #8d6dc4;
}
.vc_separator.vc_sep_color_peacoc .vc_sep_line {
border-color: #4cadc9;
}
.vc_separator.vc_sep_color_chino .vc_sep_line {
border-color: #cec2ab;
}
.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
border-color: #50485b;
}
.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
border-color: #75d69c;
}
.vc_separator.vc_sep_color_black .vc_sep_line {
border-color: #2a2a2a;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
border-color: #ebebeb;
}
.vc_separator.vc_sep_color_orange .vc_sep_line {
border-color: #f7be68;
}
.vc_separator.vc_sep_color_sky .vc_sep_line {
border-color: #5aa1e3;
}
.vc_separator.vc_sep_color_green .vc_sep_line {
border-color: #6dab3c;
}
.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
border-color: #f4524d;
}
.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
border-color: #f79468;
}
.vc_separator.vc_sep_color_purple .vc_sep_line {
border-color: #b97ebb;
}
.vc_separator.vc_sep_color_white .vc_sep_line {
border-color: #ffffff;
}
.vc_separator.vc_sep_color_grace .vc_sep_line {
border-color: #aed13b;
}
.wpb_separator,
.vc_text_separator {
border-bottom: 1px solid #ebebeb;
}
.vc_sep_width_50 {
width: 50%;
}
.vc_sep_width_60 {
width: 60%;
}
.vc_sep_width_70 {
width: 70%;
}
.vc_sep_width_80 {
width: 80%;
}
.vc_sep_width_90 {
width: 90%;
}
.vc_sep_width_100 {
width: 100%;
}
.vc_sep_pos_align_center {
margin-left: auto;
margin-right: auto;
}
.vc_sep_pos_align_left {
margin-left: 0;
margin-right: auto;
}
.vc_sep_pos_align_right {
margin-left: auto;
margin-right: 0;
} .wpb_separator {
clear: both;
height: 1px;
} .vc_text_separator {
clear: both;
height: 1px;
}
.vc_text_separator div {
display: inline-block;
background-color: #ffffff;
padding: 1px 1em;
position: relative;
top: -9px;
}
.separator_align_center {
text-align: center;
}
.separator_align_left {
text-align: left;
}
.separator_align_right {
text-align: right;
}
.wpb_single_image img {
height: auto;
max-width: 100%;
}
.wpb_single_image img.vc_img-placeholder {
width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
display: inline-block;
max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_outline,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 6px;
border: 1px solid #ebebeb;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #ebebeb;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 6px;
border: none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
border-radius: 0;
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
border-radius: 0;
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
padding: 6px;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 15px;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
border-radius: 5000px;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
overflow: hidden;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
border-radius: 5000px;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
overflow: hidden;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.wpb_single_image.vc_align_center {
text-align: center;
}
.wpb_single_image.vc_align_right {
text-align: right;
}
.wpb_single_image.vc_align_left {
text-align: left;
}
.wpb_single_image .vc_box_shadow_3d_wrap {
position: relative;
z-index: 0;
display: inline-block;
max-width: 100%;
}
.wpb_single_image .vc_box_shadow_3d_wrap:after,
.wpb_single_image .vc_box_shadow_3d_wrap:before {
content: "";
position: absolute;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
left: 5px;
right: 50%;
bottom: 8px;
height: 30%;
z-index: -1;
border-radius: inherit;
transform-origin: 0 0;
transform: skewY(-6deg);
}
.wpb_single_image .vc_box_shadow_3d_wrap:after {
left: 50%;
right: 5px;
transform: skewY(6deg);
transform-origin: 100% 0;
}
.wpb_single_image .vc_box_outline.vc_box_border_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_blue {
border-color: #5472d2;
}
.wpb_single_image .vc_box_border.vc_box_border_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_blue {
background-color: #5472d2;
}
.wpb_single_image .vc_box_outline.vc_box_border_turquoise,
.wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
border-color: #00c1cf;
}
.wpb_single_image .vc_box_border.vc_box_border_turquoise,
.wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
background-color: #00c1cf;
}
.wpb_single_image .vc_box_outline.vc_box_border_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
border-color: #fe6c61;
}
.wpb_single_image .vc_box_border.vc_box_border_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_pink {
background-color: #fe6c61;
}
.wpb_single_image .vc_box_outline.vc_box_border_violet,
.wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
border-color: #8d6dc4;
}
.wpb_single_image .vc_box_border.vc_box_border_violet,
.wpb_single_image .vc_box_border_circle.vc_box_border_violet {
background-color: #8d6dc4;
}
.wpb_single_image .vc_box_outline.vc_box_border_peacoc,
.wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
border-color: #4cadc9;
}
.wpb_single_image .vc_box_border.vc_box_border_peacoc,
.wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
background-color: #4cadc9;
}
.wpb_single_image .vc_box_outline.vc_box_border_chino,
.wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
border-color: #cec2ab;
}
.wpb_single_image .vc_box_border.vc_box_border_chino,
.wpb_single_image .vc_box_border_circle.vc_box_border_chino {
background-color: #cec2ab;
}
.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
border-color: #50485b;
}
.wpb_single_image .vc_box_border.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
background-color: #50485b;
}
.wpb_single_image .vc_box_outline.vc_box_border_vista_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
border-color: #75d69c;
}
.wpb_single_image .vc_box_border.vc_box_border_vista_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
background-color: #75d69c;
}
.wpb_single_image .vc_box_outline.vc_box_border_black,
.wpb_single_image .vc_box_outline_circle.vc_box_border_black {
border-color: #2a2a2a;
}
.wpb_single_image .vc_box_border.vc_box_border_black,
.wpb_single_image .vc_box_border_circle.vc_box_border_black {
background-color: #2a2a2a;
}
.wpb_single_image .vc_box_outline.vc_box_border_grey,
.wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
border-color: #ebebeb;
}
.wpb_single_image .vc_box_border.vc_box_border_grey,
.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
background-color: #ebebeb;
}
.wpb_single_image .vc_box_outline.vc_box_border_orange,
.wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
border-color: #f7be68;
}
.wpb_single_image .vc_box_border.vc_box_border_orange,
.wpb_single_image .vc_box_border_circle.vc_box_border_orange {
background-color: #f7be68;
}
.wpb_single_image .vc_box_outline.vc_box_border_sky,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
border-color: #5aa1e3;
}
.wpb_single_image .vc_box_border.vc_box_border_sky,
.wpb_single_image .vc_box_border_circle.vc_box_border_sky {
background-color: #5aa1e3;
}
.wpb_single_image .vc_box_outline.vc_box_border_green,
.wpb_single_image .vc_box_outline_circle.vc_box_border_green {
border-color: #6dab3c;
}
.wpb_single_image .vc_box_border.vc_box_border_green,
.wpb_single_image .vc_box_border_circle.vc_box_border_green {
background-color: #6dab3c;
}
.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
border-color: #f4524d;
}
.wpb_single_image .vc_box_border.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
background-color: #f4524d;
}
.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
border-color: #f79468;
}
.wpb_single_image .vc_box_border.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
background-color: #f79468;
}
.wpb_single_image .vc_box_outline.vc_box_border_purple,
.wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
border-color: #b97ebb;
}
.wpb_single_image .vc_box_border.vc_box_border_purple,
.wpb_single_image .vc_box_border_circle.vc_box_border_purple {
background-color: #b97ebb;
}
.wpb_single_image .vc_box_outline.vc_box_border_white,
.wpb_single_image .vc_box_outline_circle.vc_box_border_white {
border-color: #ffffff;
}
.wpb_single_image .vc_box_border.vc_box_border_white,
.wpb_single_image .vc_box_border_circle.vc_box_border_white {
background-color: #ffffff;
}
.vc_icon_element {
line-height: 0;
font-size: 14px;
margin-bottom: 35px;
}
.vc_icon_element.vc_icon_element-outer {
box-sizing: border-box;
text-align: center;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
text-align: left;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
text-align: center;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
text-align: right;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
text-align: center;
display: inline-block;
border: 2px solid transparent;
width: 4em;
height: 4em;
box-sizing: content-box;
position: relative;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
font-size: 2.15em;
font-style: normal;
font-weight: normal;
line-height: 1 !important;
font-size-adjust: none;
font-stretch: normal;
font-feature-settings: normal;
font-language-override: normal;
font-kerning: auto;
font-synthesis: weight style;
font-variant: normal;
text-rendering: auto;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: inherit;
height: inherit;
font-size: 1em;
text-align: center;
text-rendering: optimizelegibility;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
box-sizing: content-box;
border: none;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
max-width: 100% !important;
line-height: 1.2em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
width: 2.5em !important;
height: 2.5em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
font-size: 1.2em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
max-width: 100% !important;
line-height: 1.6em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
width: 3.15em !important;
height: 3.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
font-size: 1.6em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
max-width: 100% !important;
line-height: 2.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
width: 4em !important;
height: 4em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
font-size: 2.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
max-width: 100% !important;
line-height: 2.85em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
width: 5em !important;
height: 5em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
font-size: 2.85em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
max-width: 100% !important;
line-height: 5em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
width: 7.15em !important;
height: 7.15em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
font-size: 5em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded {
border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link {
border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link {
border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less {
border-radius: 5px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link {
border-radius: 5px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline {
border-radius: 5px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link {
border-radius: 5px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
color: #5472d2;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
color: #00c1cf;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
color: #fe6c61;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
color: #8d6dc4;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
color: #4cadc9;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
color: #cec2ab;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
color: #50485b;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
color: #75d69c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
color: #2a2a2a;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
color: #ebebeb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
color: #f7be68;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
color: #5aa1e3;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
color: #6dab3c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
color: #f4524d;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
color: #f79468;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
color: #b97ebb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
color: #ffffff;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
border-color: #5472d2;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
background-color: #5472d2;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
border-color: #00c1cf;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
background-color: #00c1cf;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
border-color: #fe6c61;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
background-color: #fe6c61;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
border-color: #8d6dc4;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
background-color: #8d6dc4;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
border-color: #4cadc9;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
background-color: #4cadc9;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
border-color: #cec2ab;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
background-color: #cec2ab;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
border-color: #50485b;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
background-color: #50485b;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
border-color: #75d69c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
background-color: #75d69c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
border-color: #2a2a2a;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
background-color: #2a2a2a;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
border-color: #ebebeb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
background-color: #ebebeb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
border-color: #f7be68;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
background-color: #f7be68;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
border-color: #5aa1e3;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
background-color: #5aa1e3;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
border-color: #6dab3c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
background-color: #6dab3c;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
border-color: #f4524d;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
background-color: #f4524d;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
border-color: #f79468;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
background-color: #f79468;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
border-color: #b97ebb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
background-color: #b97ebb;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
border-color: #ffffff;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
background-color: #ffffff;
}
.vc_grid.vc_row {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.vc_grid.vc_row.vc_grid-gutter-1px {
margin-bottom: -1px;
}
.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
margin-right: -1px;
}
.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
padding-right: 1px;
padding-bottom: 1px;
}
.vc_grid.vc_row.vc_grid-gutter-2px {
margin-bottom: -2px;
}
.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
margin-right: -2px;
}
.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
padding-right: 2px;
padding-bottom: 2px;
}
.vc_grid.vc_row.vc_grid-gutter-3px {
margin-bottom: -3px;
}
.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
margin-right: -3px;
}
.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
padding-right: 3px;
padding-bottom: 3px;
}
.vc_grid.vc_row.vc_grid-gutter-4px {
margin-bottom: -4px;
}
.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
margin-right: -4px;
}
.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
padding-right: 4px;
padding-bottom: 4px;
}
.vc_grid.vc_row.vc_grid-gutter-5px {
margin-bottom: -5px;
}
.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
margin-right: -5px;
}
.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
padding-right: 5px;
padding-bottom: 5px;
}
.vc_grid.vc_row.vc_grid-gutter-10px {
margin-bottom: -10px;
}
.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
margin-right: -10px;
}
.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
padding-right: 10px;
padding-bottom: 10px;
}
.vc_grid.vc_row.vc_grid-gutter-15px {
margin-bottom: -15px;
}
.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
margin-right: -15px;
}
.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
padding-right: 15px;
padding-bottom: 15px;
}
.vc_grid.vc_row.vc_grid-gutter-20px {
margin-bottom: -20px;
}
.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
margin-right: -20px;
}
.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
padding-right: 20px;
padding-bottom: 20px;
}
.vc_grid.vc_row.vc_grid-gutter-25px {
margin-bottom: -25px;
}
.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
margin-right: -25px;
}
.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
padding-right: 25px;
padding-bottom: 25px;
}
.vc_grid.vc_row.vc_grid-gutter-30px {
margin-bottom: -30px;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
margin-right: -30px;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
padding-right: 30px;
padding-bottom: 30px;
}
.vc_grid.vc_row.vc_grid-gutter-35px {
margin-bottom: -35px;
}
.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
margin-right: -35px;
}
.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
padding-right: 35px;
padding-bottom: 35px;
}
.vc_grid.vc_row .vc_pageable-slide-wrapper > *:hover {
z-index: 3;
}
.vc_grid.vc_row .vc_grid-item {
display: none;
padding: 0;
vertical-align: top;
float: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 1;
}
.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
overflow: hidden;
}
.vc_grid.vc_row .vc_grid-item .wpb_content_element,
.vc_grid.vc_row .vc_grid-item .vc_icon_element,
.vc_grid.vc_row .vc_grid-item .vc_btn {
margin-bottom: 15px;
}
.vc_grid.vc_row .vc_grid-item .wpb_content_element a,
.vc_grid.vc_row .vc_grid-item .vc_icon_element a,
.vc_grid.vc_row .vc_grid-item .vc_btn a {
text-decoration: none;
border-bottom: 0;
}
.vc_masonry_grid .vc_grid.vc_row .vc_grid-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
position: static;
}
.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
display: block;
}
.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
display: block;
}
@media (min-width: 768px) {
.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
display: inline-block;
}
}
@-moz-document url-prefix() {
.vc_masonry_grid .vc_grid-item,
.vc_masonry_media_grid .vc_grid-item {
margin-left: -0.01px;
}
}
.vc_gitem-zone-b {
display: none;
}
.vc_gitem-float-none {
float: none;
}
.vc_gitem-float-left {
float: left;
}
.vc_gitem-float-right {
float: right;
}
.vc_gitem-align-center {
text-align: center;
}
.vc_gitem-align-right {
text-align: right;
}
.vc_gitem-align-justify {
text-align: justify;
}
.vc_gitem-block {
position: relative;
overflow: hidden;
}
.vc_gitem-is-link {
cursor: pointer;
}
.vc_gitem-link {
text-decoration: none;
}
.vc_gitem_row {
margin-left: 0;
margin-right: 0;
margin-bottom: 0px;
padding: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_gitem_row .vc_gitem_row {
margin-bottom: 0px;
}
.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translate(0, -50%);
}
.vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.vc_gitem_row .vc_gitem-col {
box-sizing: border-box;
padding: 10px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.vc_gitem-zone {
position: relative;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.vc_gitem-zone .vc-prettyphoto-link {
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 5;
}
.vc_gitem-zone-img {
width: 100%;
display: block;
visibility: hidden;
height: auto;
}
.vc_gitem-zone-a .vc_gitem-zone-mini {
box-sizing: border-box;
padding: inherit;
position: static;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.vc_gitem-zone-b {
overflow: hidden;
}
.vc_gitem-zone-b .vc_gitem-zone-mini {
position: static;
padding: inherit;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
.vc_grid-item-zone-c-left .vc_gitem-animated-block {
float: right;
width: 50%;
}
.vc_grid-item-zone-c-left .vc_gitem-zone-c {
float: left;
width: 50%;
}
.vc_grid-item-zone-c-right .vc_gitem-animated-block {
float: left;
width: 50%;
}
.vc_grid-item-zone-c-right .vc_gitem-zone-c {
float: right;
width: 50%;
}
.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
display: none !important;
}
.vc-gitem-zone-height-mode-auto:before {
content: "";
display: block;
padding-top: 100%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
padding-top: 75%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
padding-top: 133.33333333%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
padding-top: 133.33333333%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
padding-top: 56.25%;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
padding-top: 177.77777778%;
}
.vc_gitem-animated-block {
position: relative;
}
.vc_gitem-animate .vc_btn {
-webkit-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}
.vc_gitem-animate .vc_gitem-zone-b {
z-index: 199;
}
.vc_gitem-animate-none .vc_gitem-zone-b {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 0;
opacity: 0;
box-sizing: border-box;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
opacity: 1;
}
.vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b,
.vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 0;
opacity: 0;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
box-sizing: border-box;
}
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
width: 0;
}
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
transform: scale(0);
}
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
display: inline-block;
opacity: 0;
transform: translate3d(0, -100%, 0);
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
transition: transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
opacity: 1;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
width: 50%;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
transform: scale(1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b {
opacity: 1;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
width: 50%;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn {
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
transform: scale(1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.vc_gitem-animate-scaleIn {
overflow: hidden;
}
.vc_gitem-animate-scaleIn .vc_gitem-zone-a {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.vc_gitem-animate-scaleRotateIn {
overflow: hidden;
}
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
-webkit-transform: scale(1.5) rotate(10deg);
-moz-transform: scale(1.5) rotate(10deg);
-ms-transform: scale(1.5) rotate(10deg);
-o-transform: scale(1.5) rotate(10deg);
transform: scale(1.5) rotate(10deg);
}
.vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
filter: blur(0px);
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
webkit-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -webkit-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
-moz-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -moz-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
-o-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -o-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
filter: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/vc/blur.svg#blur);
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.vc_gitem-animate-blurScaleOut {
overflow: hidden;
}
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
transform: scale(1.1);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
transform: scale(1);
}
.vc_gitem-animate-slideInRight {
overflow: hidden;
}
.vc_gitem-animate-slideInRight .vc_gitem-zone-b {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
transform: translateX(-100%);
opacity: 0;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.vc_gitem-animate-slideInLeft {
overflow: hidden;
}
.vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
transform: translateX(100%);
opacity: 0;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.vc_gitem-animate-slideBottom {
overflow: hidden;
position: relative;
}
.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
display: block;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
z-index: 1000;
position: absolute;
top: 100%;
height: 100%;
left: 0;
right: 0;
margin: 0;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
top: 0;
}
.vc_gitem-animate-slideTop {
overflow: hidden;
position: relative;
}
.vc_gitem-animate-slideTop .vc_gitem-zone-b {
display: block;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
z-index: 1000;
position: absolute;
top: -100%;
height: 100%;
left: 0;
right: 0;
margin: 0;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
top: 0;
}
.vc_gitem-animate-flipFadeIn {
overflow: hidden;
}
.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 1s;
-moz-transition: -moz-transform 1s;
-o-transition: -o-transform 1s;
transition: transform 1s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d; }
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
opacity: 0;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
transform-style: preserve-3d;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
backface-visibility: hidden;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.vc_gitem-animate-flipHorizontalFadeIn {
overflow: hidden;
}
.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 1s;
-moz-transition: -moz-transform 1s;
-o-transition: -o-transform 1s;
transition: transform 1s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d; }
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
opacity: 0;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
transform-style: preserve-3d;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
backface-visibility: hidden;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
opacity: 1;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.vc_gitem-animate-goTop20 {
overflow: hidden;
}
.vc_gitem-animate-goTop20 .vc_gitem-zone-a {
position: relative;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
transition: transform 0.5s ease;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
-webkit-transform: translateY(-20%);
transform: translateY(-20%);
}
.vc_gitem-animate-goTop20 .vc_gitem-zone-b {
display: block;
-webkit-transition: bottom 0.5s ease;
-o-transition: bottom 0.5s ease;
transition: bottom 0.5s ease;
bottom: -100%;
z-index: 1000;
position: absolute;
width: 100%;
margin: 0;
}
.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
position: static;
-webkit-transform: none;
transform: none;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
bottom: 0%;
}
.vc_gitem-animate-goBottom20 {
overflow: hidden;
}
.vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
position: relative;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
transition: transform 0.5s ease;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
-webkit-transform: translateY(20%);
transform: translateY(20%);
}
.vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
display: block;
-webkit-transition: top 0.5s ease;
-o-transition: top 0.5s ease;
transition: top 0.5s ease;
top: -100%;
z-index: 1000;
position: absolute;
width: 100%;
margin: 0;
}
.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
position: static;
-webkit-transform: none;
transform: none;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
top: 0%;
}
.vc_gitem-post-data {
margin-bottom: 15px;
}
.vc_gitem-post-data h2 {
margin: 0;
}
.vc_grid .vc_pageable-load-more-btn {
text-align: center;
margin-top: 25px;
}
.vc_grid .vc_pageable-load-more-btn > .vc_btn {
outline: none;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
display: none;
margin-top: 20px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
cursor: pointer;
display: inline-block;
zoom: 1;
*display: inline;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
border: 3px solid;
-webkit-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
border: 3px solid;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
opacity: 0.6;
filter: alpha(opacity=60);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
border-color: #5472d2 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span {
background-color: #5472d2 !important;
border-color: #5472d2 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
border-color: #00c1cf !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span {
background-color: #00c1cf !important;
border-color: #00c1cf !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
border-color: #fe6c61 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span {
background-color: #fe6c61 !important;
border-color: #fe6c61 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
border-color: #8d6dc4 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span {
background-color: #8d6dc4 !important;
border-color: #8d6dc4 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
border-color: #4cadc9 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span {
background-color: #4cadc9 !important;
border-color: #4cadc9 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
border-color: #cec2ab !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span {
background-color: #cec2ab !important;
border-color: #cec2ab !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
border-color: #50485b !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span {
background-color: #50485b !important;
border-color: #50485b !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
border-color: #75d69c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span {
background-color: #75d69c !important;
border-color: #75d69c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
border-color: #2a2a2a !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span {
background-color: #2a2a2a !important;
border-color: #2a2a2a !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
border-color: #ebebeb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span {
background-color: #ebebeb !important;
border-color: #ebebeb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
border-color: #f7be68 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span {
background-color: #f7be68 !important;
border-color: #f7be68 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
border-color: #5aa1e3 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span {
background-color: #5aa1e3 !important;
border-color: #5aa1e3 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
border-color: #6dab3c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span {
background-color: #6dab3c !important;
border-color: #6dab3c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
border-color: #f4524d !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span {
background-color: #f4524d !important;
border-color: #f4524d !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
border-color: #f79468 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span {
background-color: #f79468 !important;
border-color: #f79468 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
border-color: #b97ebb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span {
background-color: #b97ebb !important;
border-color: #b97ebb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
border-color: #ffffff !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span {
background-color: #ffffff !important;
border-color: #ffffff !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
background-color: #5472d2 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
background-color: #00c1cf !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
background-color: #fe6c61 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
background-color: #8d6dc4 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
background-color: #4cadc9 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
background-color: #cec2ab !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
background-color: #50485b !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
background-color: #75d69c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
background-color: #2a2a2a !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
background-color: #ebebeb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
background-color: #f7be68 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
background-color: #5aa1e3 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
background-color: #6dab3c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
background-color: #f4524d !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
background-color: #f79468 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
background-color: #b97ebb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
background-color: #ffffff !important;
}
.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.3s ease-in 0s;
-o-transition: opacity 0.3s ease-in 0s;
transition: opacity 0.3s ease-in 0s;
-webkit-tap-highlight-color: transparent;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
display: none !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
position: absolute;
top: 50%;
margin-top: -12.5px;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 25px;
line-height: 25px;
height: 25px;
display: inline-block;
text-decoration: none;
cursor: pointer;
-webkit-transition: opacity 0.3s ease-in 0s;
-o-transition: opacity 0.3s ease-in 0s;
transition: opacity 0.3s ease-in 0s;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
left: 5px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
left: -30px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
right: 5px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
right: -30px;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
color: #5472d2 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
color: #00c1cf !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
color: #fe6c61 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
color: #8d6dc4 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
color: #4cadc9 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
color: #cec2ab !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
color: #50485b !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
color: #75d69c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
color: #2a2a2a !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
color: #ebebeb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
color: #f7be68 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
color: #5aa1e3 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
color: #6dab3c !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
color: #f4524d !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
color: #f79468 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
color: #b97ebb !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
color: #ffffff !important;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -13px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -13.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -14px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -14.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -15px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -17.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -20px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -22.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -25px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -27.5px;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next {
margin-top: -30px;
}
.vc_grid-pagination .vc_grid-pagination-list {
outline: none;
display: block;
padding-left: 0;
text-align: center;
margin: 20px 0 0 !important;
border-radius: 2px;
}
.vc_grid-pagination .vc_grid-pagination-list > li {
display: inline-block;
margin: 0;
border: 0px solid transparent;
}
.vc_grid-pagination .vc_grid-pagination-list > li > a,
.vc_grid-pagination .vc_grid-pagination-list > li > span {
color: #ffffff;
background-color: #428bca;
border: 1px solid #428bca;
-webkit-transition: opacity 0.3s ease-in 0s;
-o-transition: opacity 0.3s ease-in 0s;
transition: opacity 0.3s ease-in 0s;
position: relative;
float: left;
padding: 3px 10px;
line-height: 1.42857143;
text-decoration: none;
opacity: 0.5;
margin-left: -1px;
font-size: 10px;
}
.vc_grid-pagination .vc_grid-pagination-list > li:first-child > a,
.vc_grid-pagination .vc_grid-pagination-list > li:first-child > span {
margin-left: 0;
}
.vc_grid-pagination .vc_grid-pagination-list > li:hover a,
.vc_grid-pagination .vc_grid-pagination-list > li:focus a,
.vc_grid-pagination .vc_grid-pagination-list > li:hover span,
.vc_grid-pagination .vc_grid-pagination-list > li:focus span {
opacity: 1.0;
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-prev > a:after {
font-family: 'vc_grid_v1';
display: inline-block;
content: "\e61b";
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-next > a:after {
font-family: 'vc_grid_v1';
display: inline-block;
content: "\e61a";
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-first > a:after {
font-family: 'vc_grid_v1';
display: inline-block;
content: "\e618";
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-last > a:after {
font-family: 'vc_grid_v1';
display: inline-block;
content: "\e619";
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:hover,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:hover,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:focus,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:focus {
z-index: 2;
opacity: 1.0;
cursor: default;
}
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:hover,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:focus,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:hover,
.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:focus {
display: none;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li {
border-color: #5472d2 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > span {
background-color: #5472d2 !important;
border-color: #5472d2 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li {
border-color: #00c1cf !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > span {
background-color: #00c1cf !important;
border-color: #00c1cf !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li {
border-color: #fe6c61 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > span {
background-color: #fe6c61 !important;
border-color: #fe6c61 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li {
border-color: #8d6dc4 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > span {
background-color: #8d6dc4 !important;
border-color: #8d6dc4 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li {
border-color: #4cadc9 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > span {
background-color: #4cadc9 !important;
border-color: #4cadc9 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li {
border-color: #cec2ab !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > span {
background-color: #cec2ab !important;
border-color: #cec2ab !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li {
border-color: #50485b !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > span {
background-color: #50485b !important;
border-color: #50485b !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li {
border-color: #75d69c !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > span {
background-color: #75d69c !important;
border-color: #75d69c !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li {
border-color: #2a2a2a !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > span {
background-color: #2a2a2a !important;
border-color: #2a2a2a !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li {
border-color: #ebebeb !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span {
background-color: #ebebeb !important;
border-color: #ebebeb !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li {
border-color: #f7be68 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > span {
background-color: #f7be68 !important;
border-color: #f7be68 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li {
border-color: #5aa1e3 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > span {
background-color: #5aa1e3 !important;
border-color: #5aa1e3 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li {
border-color: #6dab3c !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > span {
background-color: #6dab3c !important;
border-color: #6dab3c !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li {
border-color: #f4524d !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > span {
background-color: #f4524d !important;
border-color: #f4524d !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li {
border-color: #f79468 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > span {
background-color: #f79468 !important;
border-color: #f79468 !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li {
border-color: #b97ebb !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > span {
background-color: #b97ebb !important;
border-color: #b97ebb !important;
color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li {
border-color: #ffffff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > span {
background-color: #ffffff !important;
border-color: #ffffff !important;
color: #2a2a2a !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 28px;
min-height: 22px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > span {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > span {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
margin-left: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 22px;
min-width: 22px;
padding: 3px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
margin-left: 5px;
border-radius: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 22px;
min-width: 22px;
padding: 3px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 22px;
min-width: 22px;
padding: 3px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span {
background-color: transparent !important;
color: #000 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
background-color: transparent !important;
color: #fff !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li {
border-left-width: 1px !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
border-width: 0;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled + li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled + li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li:first-child,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li:first-child {
border-width: 0 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a {
color: #000 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
color: #fff !important;
}
.vc_grid-loading {
margin: 2em auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
height: 20px;
}
.vc_grid-loading:before,
.vc_grid-loading:after,
.vc_grid-loading {
border-radius: 50%;
width: 12px;
height: 12px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.vc_grid-loading:before {
left: -20px;
}
.vc_grid-loading:after {
left: 20px;
-webkit-animation-delay: 0.32s;
animation-delay: 0.32s;
}
.vc_grid-loading:before,
.vc_grid-loading:after {
content: '';
position: absolute;
top: 0;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
}
40% {
box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
}
40% {
box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
}
}
.vc_grid-filter {
margin-left: 0;
margin-bottom: 20px;
list-style: none;
}
.vc_grid-filter.vc_grid-filter-center {
text-align: center;
}
.vc_grid-filter.vc_grid-filter-right {
text-align: right;
}
.vc_grid-filter.vc_grid-filter-left {
text-align: left;
}
.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active {
background-color: #5472d2;
}
.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active {
background-color: #00c1cf;
}
.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active {
background-color: #fe6c61;
}
.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active {
background-color: #8d6dc4;
}
.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active {
background-color: #4cadc9;
}
.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active {
background-color: #cec2ab;
}
.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active {
background-color: #50485b;
}
.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active {
background-color: #75d69c;
}
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active {
background-color: #2a2a2a;
}
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
background-color: #ebebeb;
}
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active {
background-color: #f7be68;
}
.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active {
background-color: #5aa1e3;
}
.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active {
background-color: #6dab3c;
}
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active {
background-color: #f4524d;
}
.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active {
background-color: #f79468;
}
.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active {
background-color: #b97ebb;
}
.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active {
background-color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span {
color: #666666;
}
.vc_grid-filter > .vc_grid-filter-item {
cursor: pointer;
display: inline-block;
background: transparent;
padding: 4px 10px;
-webkit-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;
}
.vc_grid-filter > .vc_grid-filter-item:first-child {
margin-left: 0 !important;
}
.vc_grid-filter > .vc_grid-filter-item > span {
-webkit-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
outline: none;
padding: 0;
text-decoration: none;
}
.vc_grid-filter > .vc_grid-filter-item:hover > span,
.vc_grid-filter > .vc_grid-filter-item.vc_active > span {
text-decoration: none;
}
.vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
margin: 0 5px 5px 0;
border-radius: 30px;
}
.vc_grid-filter.vc_grid-filter-default-less-rounded > .vc_grid-filter-item {
margin: 0 5px 5px 0;
border-radius: 5px;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item {
margin: 0;
border: 1px solid rgba(235, 235, 235, 0.8);
border-collapse: collapse;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:nth-child(n+2) {
margin-left: -1px;
margin-top: -1px;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active {
position: relative;
z-index: 1;
border-color: transparent;
}
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover > a,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover > a,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover > a,
.vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active > a,
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active > a,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active > a {
text-decoration: none;
}
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:first-child {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:last-child {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item {
background-color: #7c93dd;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active {
background-color: #5472d2;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item {
background-color: #00919c;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active {
background-color: #00c1cf;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item {
background-color: #fe9b94;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active {
background-color: #fe6c61;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item {
background-color: #a991d3;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active {
background-color: #8d6dc4;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item {
background-color: #73bfd5;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active {
background-color: #4cadc9;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item {
background-color: #e1d9cb;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active {
background-color: #cec2ab;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item {
background-color: #695f77;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active {
background-color: #50485b;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item {
background-color: #9ce2b8;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active {
background-color: #75d69c;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item {
background-color: #444444;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active {
background-color: #2a2a2a;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item {
background-color: #d2d2d2;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
background-color: #ebebeb;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item {
background-color: #fad398;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active {
background-color: #f7be68;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item {
background-color: #86baea;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active {
background-color: #5aa1e3;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item {
background-color: #87c456;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active {
background-color: #6dab3c;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item {
background-color: #f7817d;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active {
background-color: #f4524d;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item {
background-color: #fab698;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active {
background-color: #f79468;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item {
background-color: #cb9fcd;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active {
background-color: #b97ebb;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span {
color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item {
background-color: #e6e6e6;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active {
background-color: #ffffff;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span {
color: #666666;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item {
margin: 0;
border: 1px solid transparent;
border-collapse: collapse;
padding: 3px 7px;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item > span {
color: #FFFFFF;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:nth-child(n+2) {
border-left: none;
margin-left: 1px;
border-top: none;
margin-top: 1px;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:first-child,
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top: 0;
}
.vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:last-child,
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-top: 0;
}
.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
font-size: 12px;
padding: 1px 5px;
}
.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
font-size: 13px;
padding: 2px 7px;
}
.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
font-size: 100%;
padding: 2px 10px;
}
.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
font-size: 18px;
padding: 4px 10px;
}
.vc_grid-filter-select {
display: none;
}
.vc_grid-filter-select,
.vc_grid-filter-dropdown {
font-size: 12px;
margin-bottom: 20px;
}
.vc_grid-filter-select.vc_grid-filter-center,
.vc_grid-filter-dropdown.vc_grid-filter-center {
text-align: center;
}
.vc_grid-filter-select.vc_grid-filter-right,
.vc_grid-filter-dropdown.vc_grid-filter-right {
text-align: right;
}
.vc_grid-filter-select.vc_grid-filter-left,
.vc_grid-filter-dropdown.vc_grid-filter-left {
text-align: left;
}
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon {
display: none;
}
.vc_grid-filter-select .vc_grid-styled-select select,
.vc_grid-filter-dropdown .vc_grid-styled-select select {
outline: none;
display: inline-block;
}
@media (min-width: 768px) {
.vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
color: #5472d2;
}
.vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
color: #00c1cf;
}
.vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
color: #fe6c61;
}
.vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
color: #8d6dc4;
}
.vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
color: #4cadc9;
}
.vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
color: #cec2ab;
}
.vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
color: #50485b;
}
.vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
color: #75d69c;
}
.vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon {
color: #2a2a2a;
}
.vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
color: #ebebeb;
}
.vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
color: #f7be68;
}
.vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
color: #5aa1e3;
}
.vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon {
color: #6dab3c;
}
.vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
color: #f4524d;
}
.vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
color: #f79468;
}
.vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
color: #b97ebb;
}
.vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon {
color: #ffffff;
}
.vc_grid-filter-select .vc_grid-styled-select,
.vc_grid-filter-dropdown .vc_grid-styled-select {
border: 1px solid #ccc;
display: inline-block;
height: 30px;
overflow: hidden;
padding-right: 5px;
text-align: left;
width: auto;
vertical-align: middle;
}
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon {
font-size: 17px;
display: inline;
vertical-align: middle;
}
.vc_grid-filter-select .vc_grid-styled-select select,
.vc_grid-filter-dropdown .vc_grid-styled-select select {
background: none repeat scroll 0 0 transparent;
border: 0 none;
border-radius: 0;
height: 30px;
line-height: 1;
margin-right: -50px;
padding: 5px;
position: relative;
font-size: 12px;
z-index: 0;
cursor: pointer;
max-width: inherit !important;
}
}
@media (max-width: 768px) {
.vc_responsive .vc_grid-filter-select {
display: block;
}
.vc_responsive .vc_grid-filter {
display: none !important;
}
}
.owl-carousel {    }
.owl-carousel .owl-item .vc_grid-item {
-webkit-transform: translate3D(0, 0, 0);
}
.owl-carousel .owl-animated-out {
z-index: 0;
}
.owl-carousel .owl-animated-in {
z-index: 1;
}
@font-face {
font-family: 'vc_grid_v1';
src: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
src: url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'), url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'), url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'), url(//www.a-aircool.be/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="vc_arrow-icon-"],
[class*=" vc_arrow-icon-"] {
font-family: 'vc_grid_v1';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.vc_arrow-icon-minus:before {
content: "\e61c";
}
.vc_arrow-icon-plus:before {
content: "\e61d";
}
.vc_arrow-icon-arrow_down:before {
content: "\e61e";
}
.vc_arrow-icon-arrow_up:before {
content: "\e61f";
}
.vc_arrow-icon-arrow_01_left:before {
content: "\e600";
}
.vc_arrow-icon-arrow_01_right:before {
content: "\e601";
}
.vc_arrow-icon-arrow_02_left:before {
content: "\e602";
}
.vc_arrow-icon-arrow_02_right:before {
content: "\e603";
}
.vc_arrow-icon-arrow_03_left:before {
content: "\e604";
}
.vc_arrow-icon-arrow_03_right:before {
content: "\e605";
}
.vc_arrow-icon-arrow_04_left:before {
content: "\e606";
}
.vc_arrow-icon-arrow_04_right:before {
content: "\e607";
}
.vc_arrow-icon-arrow_05_left:before {
content: "\e608";
}
.vc_arrow-icon-arrow_05_right:before {
content: "\e609";
}
.vc_arrow-icon-arrow_06_left:before {
content: "\e60a";
}
.vc_arrow-icon-arrow_06_right:before {
content: "\e60b";
}
.vc_arrow-icon-arrow_07_left:before {
content: "\e60c";
}
.vc_arrow-icon-arrow_07_right:before {
content: "\e60d";
}
.vc_arrow-icon-arrow_08_left:before {
content: "\e60e";
}
.vc_arrow-icon-arrow_08_right:before {
content: "\e60f";
}
.vc_arrow-icon-arrow_09_left:before {
content: "\e610";
}
.vc_arrow-icon-arrow_09_right:before {
content: "\e611";
}
.vc_arrow-icon-arrow_10_left:before {
content: "\e612";
}
.vc_arrow-icon-arrow_10_right:before {
content: "\e613";
}
.vc_arrow-icon-arrow_11_left:before {
content: "\e614";
}
.vc_arrow-icon-arrow_11_right:before {
content: "\e615";
}
.vc_arrow-icon-arrow_12_left:before {
content: "\e616";
}
.vc_arrow-icon-arrow_12_right:before {
content: "\e617";
}
.vc_arrow-icon-navicon:before {
content: "\f0c9";
} .wpb_animate_when_almost_visible {
opacity: 0;
}
.wpb_start_animation.wpb_top-to-bottom {
-webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1;
}
.wpb_start_animation.wpb_bottom-to-top {
-webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1;
}
.wpb_start_animation.wpb_left-to-right {
-webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1;
}
.wpb_start_animation.wpb_right-to-left {
-webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1;
}
.wpb_start_animation.wpb_appear {
-webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
} @-webkit-keyframes wpb_ttb {
0% {
-webkit-transform: translate(0, -10%);
opacity: 0;
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_ttb {
0% {
-moz-transform: translate(0, -10%);
opacity: 0;
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_ttb {
0% {
-o-transform: translate(0, -10%);
opacity: 0;
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
}
}
@keyframes wpb_ttb {
0% {
transform: translate(0, -10%);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
} @-webkit-keyframes wpb_btt {
0% {
-webkit-transform: translate(0, 10%);
opacity: 0;
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_btt {
0% {
-moz-transform: translate(0, 10%);
opacity: 0;
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_btt {
0% {
-o-transform: translate(0, 10%);
opacity: 0;
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
}
}
@keyframes wpb_btt {
0% {
transform: translate(0, 10%);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
} @-webkit-keyframes wpb_ltr {
0% {
-webkit-transform: translate(-10%, 0);
opacity: 0;
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_ltr {
0% {
-moz-transform: translate(-10%, 0);
opacity: 0;
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_ltr {
0% {
-o-transform: translate(-10%, 0);
opacity: 0;
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
}
}
@keyframes wpb_ltr {
0% {
transform: translate(-10%, 0);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
} @-webkit-keyframes wpb_rtl {
0% {
-webkit-transform: translate(10%, 0);
opacity: 0;
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_rtl {
0% {
-moz-transform: translate(10%, 0);
opacity: 0;
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_rtl {
0% {
-o-transform: translate(10%, 0);
opacity: 0;
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
}
}
@keyframes wpb_rtl {
0% {
transform: translate(10%, 0);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
} @-webkit-keyframes wpb_appear {
0% {
-webkit-transform: scale(0.5);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes wpb_appear {
0% {
-moz-transform: scale(0.5);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes wpb_appear {
0% {
-o-transform: scale(0.5);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes wpb_appear {
0% {
transform: scale(0.5);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}