Version Description
- Tweak: Added option to check categories of purchased items for WooCommerce in Display Conditinos feature.
- Fixed: Floating Effects addon not working with Elementor Popups.
- Fixed: Unwanted outline applied on carousel navigation dots on Chrome browser in Carousel widget.
- Fixed: Videos keeps playing after the popup is closed in Modal Box widget.
- Fixed: Styling not added after using PA Duplicator.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 4.7.4 |
Comparing to | |
See all releases |
Code changes from version 4.7.3 to 4.7.4
- admin/includes/duplicator.php +284 -279
- assets/frontend/css/premium-addons-rtl.css +9345 -9344
- assets/frontend/css/premium-addons.css +86 -85
- assets/frontend/js/modal.js +155 -146
- assets/frontend/js/premium-floating-effects.js +519 -531
- assets/frontend/min-css/premium-addons-rtl.min.css +1 -1
- assets/frontend/min-css/premium-addons.min.css +0 -1
admin/includes/duplicator.php
CHANGED
@@ -1,279 +1,284 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* PA Duplicator.
|
4 |
-
*/
|
5 |
-
|
6 |
-
namespace PremiumAddons\Admin\Includes;
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
*
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
*
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
*
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
add_filter( '
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
* Add
|
60 |
-
*
|
61 |
-
*
|
62 |
-
*
|
63 |
-
*
|
64 |
-
* @
|
65 |
-
*
|
66 |
-
* @
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
*
|
89 |
-
*
|
90 |
-
*
|
91 |
-
* @
|
92 |
-
*
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
*
|
111 |
-
*
|
112 |
-
*
|
113 |
-
* @
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
$
|
135 |
-
|
136 |
-
$
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
*
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
'
|
175 |
-
'
|
176 |
-
'
|
177 |
-
'
|
178 |
-
'
|
179 |
-
'
|
180 |
-
'
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
*
|
211 |
-
*
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
*
|
232 |
-
*
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
$
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
*
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
}
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* PA Duplicator.
|
4 |
+
*/
|
5 |
+
|
6 |
+
namespace PremiumAddons\Admin\Includes;
|
7 |
+
|
8 |
+
use Elementor\Core\Files\CSS\Post as Post_CSS;
|
9 |
+
|
10 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
11 |
+
exit();
|
12 |
+
}
|
13 |
+
|
14 |
+
/**
|
15 |
+
* Class Duplicator
|
16 |
+
*/
|
17 |
+
class Duplicator {
|
18 |
+
|
19 |
+
/**
|
20 |
+
* PA Duplicator action.
|
21 |
+
*/
|
22 |
+
const DUPLICATE_ACTION = 'pa_duplicator';
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Class object
|
26 |
+
*
|
27 |
+
* @var instance
|
28 |
+
*/
|
29 |
+
private static $instance = null;
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Elementor slug
|
33 |
+
*
|
34 |
+
* @var elementor
|
35 |
+
*/
|
36 |
+
private static $elementor = 'elementor';
|
37 |
+
|
38 |
+
/**
|
39 |
+
* PAPRO Slug
|
40 |
+
*
|
41 |
+
* @var papro
|
42 |
+
*/
|
43 |
+
private static $papro = 'premium-addons-pro';
|
44 |
+
|
45 |
+
/**
|
46 |
+
* Constructor for the class
|
47 |
+
*/
|
48 |
+
public function __construct() {
|
49 |
+
|
50 |
+
add_action( 'admin_action_' . self::DUPLICATE_ACTION, array( $this, 'duplicate_post' ) );
|
51 |
+
|
52 |
+
add_filter( 'post_row_actions', array( $this, 'add_duplicator_actions' ), 10, 2 );
|
53 |
+
|
54 |
+
add_filter( 'page_row_actions', array( $this, 'add_duplicator_actions' ), 10, 2 );
|
55 |
+
|
56 |
+
}
|
57 |
+
|
58 |
+
/**
|
59 |
+
* Add Duplicator Actions
|
60 |
+
*
|
61 |
+
* Add duplicator action links to posts/pages
|
62 |
+
*
|
63 |
+
* @access public
|
64 |
+
* @since 3.9.7
|
65 |
+
*
|
66 |
+
* @param array $actions row actions.
|
67 |
+
* @param object $post \WP_Post.
|
68 |
+
* @return array
|
69 |
+
*/
|
70 |
+
public function add_duplicator_actions( $actions, $post ) {
|
71 |
+
|
72 |
+
if ( current_user_can( 'edit_posts' ) && post_type_supports( $post->post_type, 'elementor' ) ) {
|
73 |
+
|
74 |
+
$actions[ self::DUPLICATE_ACTION ] = sprintf(
|
75 |
+
'<a href="%1$s" title="%2$s"><span class="screen-reader-text">%2$s</span>%3$s</a>',
|
76 |
+
esc_url( self::get_duplicate_url( $post->ID ) ),
|
77 |
+
/* translators: %s: Post Title */
|
78 |
+
sprintf( esc_attr__( 'Duplicate - %s', 'premium-addons-for-elementor' ), esc_attr( $post->post_title ) ),
|
79 |
+
__( 'PA Duplicate', 'premium-addons-for-elementor' )
|
80 |
+
);
|
81 |
+
|
82 |
+
}
|
83 |
+
|
84 |
+
return $actions;
|
85 |
+
}
|
86 |
+
|
87 |
+
/**
|
88 |
+
* Get duplicate url
|
89 |
+
*
|
90 |
+
* @access public
|
91 |
+
* @since 3.9.7
|
92 |
+
*
|
93 |
+
* @param integer $post_id item ID.
|
94 |
+
* @return string
|
95 |
+
*/
|
96 |
+
public static function get_duplicate_url( $post_id ) {
|
97 |
+
return wp_nonce_url(
|
98 |
+
add_query_arg(
|
99 |
+
array(
|
100 |
+
'action' => self::DUPLICATE_ACTION,
|
101 |
+
'post_id' => $post_id,
|
102 |
+
),
|
103 |
+
admin_url( 'admin.php' )
|
104 |
+
),
|
105 |
+
self::DUPLICATE_ACTION
|
106 |
+
);
|
107 |
+
}
|
108 |
+
|
109 |
+
/**
|
110 |
+
* Duplicate required post/page
|
111 |
+
*
|
112 |
+
* @access public
|
113 |
+
* @since 3.9.7
|
114 |
+
*
|
115 |
+
* @return void
|
116 |
+
*/
|
117 |
+
public function duplicate_post() {
|
118 |
+
|
119 |
+
if ( ! current_user_can( 'edit_posts' ) ) {
|
120 |
+
return;
|
121 |
+
}
|
122 |
+
|
123 |
+
$nonce = isset( $_GET['_wpnonce'] ) ? $_GET['_wpnonce'] : '';
|
124 |
+
$post_id = isset( $_GET['post_id'] ) ? absint( $_GET['post_id'] ) : 0;
|
125 |
+
|
126 |
+
if ( ! wp_verify_nonce( $nonce, self::DUPLICATE_ACTION ) ) {
|
127 |
+
return;
|
128 |
+
}
|
129 |
+
|
130 |
+
if ( is_null( $post = get_post( $post_id ) ) ) {
|
131 |
+
return;
|
132 |
+
}
|
133 |
+
|
134 |
+
$post = sanitize_post( $post, 'db' );
|
135 |
+
|
136 |
+
$duplicated_post_id = self::insert_post( $post );
|
137 |
+
|
138 |
+
$redirect = add_query_arg(
|
139 |
+
array(
|
140 |
+
'post_type' => $post->post_type,
|
141 |
+
),
|
142 |
+
admin_url( 'edit.php' )
|
143 |
+
);
|
144 |
+
|
145 |
+
if ( ! is_wp_error( $duplicated_post_id ) ) {
|
146 |
+
|
147 |
+
self::duplicate_post_taxonomies( $post, $duplicated_post_id );
|
148 |
+
self::duplicate_post_meta_data( $post, $duplicated_post_id );
|
149 |
+
|
150 |
+
$css = Post_CSS::create( $duplicated_post_id );
|
151 |
+
$css->update();
|
152 |
+
|
153 |
+
}
|
154 |
+
|
155 |
+
wp_safe_redirect( $redirect );
|
156 |
+
die();
|
157 |
+
}
|
158 |
+
|
159 |
+
/**
|
160 |
+
* Duplicate required post/page
|
161 |
+
*
|
162 |
+
* @access public
|
163 |
+
* @since 3.9.7
|
164 |
+
*
|
165 |
+
* @param object $post WP_Post.
|
166 |
+
*/
|
167 |
+
protected static function insert_post( $post ) {
|
168 |
+
|
169 |
+
$current_user = wp_get_current_user();
|
170 |
+
|
171 |
+
$post_meta = get_post_meta( $post->ID );
|
172 |
+
|
173 |
+
$duplicated_post_args = array(
|
174 |
+
'post_status' => 'draft',
|
175 |
+
'post_type' => $post->post_type,
|
176 |
+
'post_parent' => $post->post_parent,
|
177 |
+
'post_content' => $post->post_content,
|
178 |
+
'menu_order' => $post->menu_order,
|
179 |
+
'ping_status' => $post->ping_status,
|
180 |
+
'post_excerpt' => $post->post_excerpt,
|
181 |
+
'post_password' => $post->post_password,
|
182 |
+
'comment_status' => $post->comment_status,
|
183 |
+
'to_ping' => $post->to_ping,
|
184 |
+
'post_author' => $current_user->ID,
|
185 |
+
'post_title' => sprintf(
|
186 |
+
/* translators: 1: Post Title, 2: Post ID */
|
187 |
+
__( 'Duplicated: %1$s - [#%2$d]', 'premium-addons-for-elementor' ),
|
188 |
+
$post->post_title,
|
189 |
+
$post->ID
|
190 |
+
),
|
191 |
+
);
|
192 |
+
|
193 |
+
if ( isset( $post_meta['_elementor_edit_mode'][0] ) ) {
|
194 |
+
|
195 |
+
$data = array(
|
196 |
+
'meta_input' => array(
|
197 |
+
'_elementor_edit_mode' => $post_meta['_elementor_edit_mode'][0],
|
198 |
+
'_elementor_template_type' => $post_meta['_elementor_template_type'][0],
|
199 |
+
),
|
200 |
+
);
|
201 |
+
|
202 |
+
$duplicated_post_args = array_merge( $duplicated_post_args, $data );
|
203 |
+
|
204 |
+
}
|
205 |
+
|
206 |
+
return wp_insert_post( $duplicated_post_args );
|
207 |
+
}
|
208 |
+
|
209 |
+
/**
|
210 |
+
* Add post taxonomies to the cloned version
|
211 |
+
*
|
212 |
+
* @access public
|
213 |
+
* @since 3.9.7
|
214 |
+
*
|
215 |
+
* @param object $post WP_Post.
|
216 |
+
* @param integer $id item ID.
|
217 |
+
*/
|
218 |
+
public static function duplicate_post_taxonomies( $post, $id ) {
|
219 |
+
|
220 |
+
$taxonomies = get_object_taxonomies( $post->post_type );
|
221 |
+
|
222 |
+
if ( ! empty( $taxonomies ) && is_array( $taxonomies ) ) {
|
223 |
+
foreach ( $taxonomies as $taxonomy ) {
|
224 |
+
$terms = wp_get_object_terms( $post->ID, $taxonomy, array( 'fields' => 'slugs' ) );
|
225 |
+
wp_set_object_terms( $id, $terms, $taxonomy, false );
|
226 |
+
}
|
227 |
+
}
|
228 |
+
}
|
229 |
+
|
230 |
+
/**
|
231 |
+
* Add post meta data to the cloned version
|
232 |
+
*
|
233 |
+
* @access public
|
234 |
+
* @since 3.9.7
|
235 |
+
*
|
236 |
+
* @param object $post WP_Post.
|
237 |
+
* @param integer $id item ID.
|
238 |
+
*/
|
239 |
+
public static function duplicate_post_meta_data( $post, $id ) {
|
240 |
+
|
241 |
+
global $wpdb;
|
242 |
+
|
243 |
+
$meta = $wpdb->get_results(
|
244 |
+
$wpdb->prepare( "SELECT meta_key, meta_value FROM {$wpdb->postmeta} WHERE post_id = %d", $post->ID )
|
245 |
+
);
|
246 |
+
|
247 |
+
if ( ! empty( $meta ) && is_array( $meta ) ) {
|
248 |
+
|
249 |
+
$query = "INSERT INTO {$wpdb->postmeta} ( post_id, meta_key, meta_value ) VALUES ";
|
250 |
+
|
251 |
+
$_records = array();
|
252 |
+
|
253 |
+
foreach ( $meta as $meta_info ) {
|
254 |
+
$_value = wp_slash( $meta_info->meta_value );
|
255 |
+
$_records[] = "( $id, '{$meta_info->meta_key}', '{$_value}' )";
|
256 |
+
}
|
257 |
+
|
258 |
+
$query .= implode( ', ', $_records ) . ';';
|
259 |
+
$wpdb->query( $query );
|
260 |
+
}
|
261 |
+
|
262 |
+
}
|
263 |
+
|
264 |
+
|
265 |
+
/**
|
266 |
+
* Creates and returns an instance of the class
|
267 |
+
*
|
268 |
+
* @since 3.20.9
|
269 |
+
* @access public
|
270 |
+
*
|
271 |
+
* @return object
|
272 |
+
*/
|
273 |
+
public static function get_instance() {
|
274 |
+
|
275 |
+
if ( ! isset( self::$instance ) ) {
|
276 |
+
|
277 |
+
self::$instance = new self();
|
278 |
+
|
279 |
+
}
|
280 |
+
|
281 |
+
return self::$instance;
|
282 |
+
}
|
283 |
+
|
284 |
+
}
|
assets/frontend/css/premium-addons-rtl.css
CHANGED
@@ -1,9345 +1,9346 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: "pa-elements";
|
3 |
-
src: url("../../editor/fonts/pa-elements.eot?9e1efm");
|
4 |
-
src: url("../../editor/fonts/pa-elements.eot?9e1efm#iefix") format("embedded-opentype"),
|
5 |
-
url("../../editor/fonts/pa-elements.ttf?9e1efm") format("truetype"),
|
6 |
-
url("../../editor/fonts/pa-elements.woff?9e1efm") format("woff"),
|
7 |
-
url("../../editor/fonts/pa-elements.svg?9e1efm#pa-elements") format("svg");
|
8 |
-
font-weight: normal;
|
9 |
-
font-style: normal;
|
10 |
-
}
|
11 |
-
|
12 |
-
/**************** Premium Banner ****************/
|
13 |
-
/************************************************/
|
14 |
-
.premium-banner {
|
15 |
-
overflow: hidden;
|
16 |
-
}
|
17 |
-
|
18 |
-
.premium-banner-ib {
|
19 |
-
display: block;
|
20 |
-
position: relative;
|
21 |
-
}
|
22 |
-
|
23 |
-
.premium-banner-ib img {
|
24 |
-
display: block;
|
25 |
-
position: relative;
|
26 |
-
}
|
27 |
-
|
28 |
-
.premium-banner-img-wrap {
|
29 |
-
-js-display: flex;
|
30 |
-
display: -webkit-box;
|
31 |
-
display: -webkit-flex;
|
32 |
-
display: -moz-box;
|
33 |
-
display: -ms-flexbox;
|
34 |
-
display: flex;
|
35 |
-
height: 100%;
|
36 |
-
}
|
37 |
-
|
38 |
-
.premium-banner-img-wrap .premium-banner-ib-img {
|
39 |
-
-webkit-flex-shrink: 0;
|
40 |
-
-ms-flex-negative: 0;
|
41 |
-
flex-shrink: 0;
|
42 |
-
}
|
43 |
-
|
44 |
-
.premium-banner-ib {
|
45 |
-
z-index: 1;
|
46 |
-
overflow: hidden;
|
47 |
-
margin: 0 0 35px;
|
48 |
-
text-align: center;
|
49 |
-
-webkit-box-sizing: border-box;
|
50 |
-
-moz-box-sizing: border-box;
|
51 |
-
box-sizing: border-box;
|
52 |
-
}
|
53 |
-
|
54 |
-
.premium-banner-ib-desc .premium-banner-read-more {
|
55 |
-
z-index: 100;
|
56 |
-
}
|
57 |
-
|
58 |
-
.premium-banner-ib,
|
59 |
-
.wpb_column>.wpb_wrapper .premium-banner-ib {
|
60 |
-
margin-bottom: 0px;
|
61 |
-
}
|
62 |
-
|
63 |
-
.elementor-widget-premium-addon-banner .premium-banner-ib-title {
|
64 |
-
background: transparent;
|
65 |
-
}
|
66 |
-
|
67 |
-
.premium-banner-ib *,
|
68 |
-
.premium-banner-ib .premium-banner-ib-desc {
|
69 |
-
-webkit-box-sizing: border-box;
|
70 |
-
-moz-box-sizing: border-box;
|
71 |
-
box-sizing: border-box;
|
72 |
-
}
|
73 |
-
|
74 |
-
.premium-banner-ib img {
|
75 |
-
min-width: 100%;
|
76 |
-
max-width: 100%;
|
77 |
-
-webkit-transition: opacity 0.35s;
|
78 |
-
transition: opacity 0.35s;
|
79 |
-
}
|
80 |
-
|
81 |
-
.premium-banner-ib .premium-banner-ib-desc {
|
82 |
-
padding: 15px;
|
83 |
-
-webkit-backface-visibility: hidden;
|
84 |
-
backface-visibility: hidden;
|
85 |
-
-webkit-box-sizing: border-box;
|
86 |
-
-moz-box-sizing: border-box;
|
87 |
-
box-sizing: border-box;
|
88 |
-
position: absolute;
|
89 |
-
top: 0;
|
90 |
-
right: 0;
|
91 |
-
width: 100%;
|
92 |
-
height: 100%;
|
93 |
-
}
|
94 |
-
|
95 |
-
.premium-banner-ib .premium-banner-ib-link {
|
96 |
-
position: absolute;
|
97 |
-
top: 0;
|
98 |
-
right: 0;
|
99 |
-
width: 100%;
|
100 |
-
height: 100%;
|
101 |
-
z-index: 1000;
|
102 |
-
text-indent: 200%;
|
103 |
-
white-space: nowrap;
|
104 |
-
font-size: 0;
|
105 |
-
opacity: 0;
|
106 |
-
}
|
107 |
-
|
108 |
-
.premium-banner-ib a.premium-banner-ib-link {
|
109 |
-
display: block;
|
110 |
-
background: 100% 0;
|
111 |
-
}
|
112 |
-
|
113 |
-
.premium-banner-animation1 img {
|
114 |
-
width: -webkit-calc(100% + 50px) !important;
|
115 |
-
width: calc(100% + 50px) !important;
|
116 |
-
max-width: -webkit-calc(100% + 50px) !important;
|
117 |
-
max-width: calc(100% + 50px) !important;
|
118 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
119 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
120 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
121 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
122 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
123 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
124 |
-
-webkit-transform: translate3d(40px, 0, 0);
|
125 |
-
transform: translate3d(40px, 0, 0);
|
126 |
-
}
|
127 |
-
|
128 |
-
.premium-banner-animation2 .premium-banner-ib-title {
|
129 |
-
padding: 15px;
|
130 |
-
}
|
131 |
-
|
132 |
-
.premium-banner-animation1 .premium-banner-ib-desc {
|
133 |
-
top: auto;
|
134 |
-
bottom: 0;
|
135 |
-
min-height: 25%;
|
136 |
-
height: auto;
|
137 |
-
max-height: 100%;
|
138 |
-
text-align: right;
|
139 |
-
}
|
140 |
-
|
141 |
-
.premium-banner-animation1 .premium-banner-ib-content,
|
142 |
-
.premium-banner-animation1 .premium-banner-ib-title,
|
143 |
-
.premium-banner-animation1 .premium-banner-read-more {
|
144 |
-
-webkit-transform: translate3d(0, 40px, 0);
|
145 |
-
transform: translate3d(0, 40px, 0);
|
146 |
-
-webkit-transition-delay: 0.05s;
|
147 |
-
transition-delay: 0.05s;
|
148 |
-
-webkit-transition-duration: 0.35s;
|
149 |
-
transition-duration: 0.35s;
|
150 |
-
}
|
151 |
-
|
152 |
-
.premium-banner-animation1 .premium-banner-ib-title {
|
153 |
-
-webkit-transition: -webkit-transform 0.35s;
|
154 |
-
transition: -webkit-transform 0.35s;
|
155 |
-
transition: transform 0.35s;
|
156 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
157 |
-
}
|
158 |
-
|
159 |
-
.premium-banner-animation1 .premium-banner-ib-content,
|
160 |
-
.premium-banner-animation1 .premium-banner-read-more {
|
161 |
-
margin-top: 10px;
|
162 |
-
opacity: 0;
|
163 |
-
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
|
164 |
-
transition: opacity 0.2s, -webkit-transform 0.35s;
|
165 |
-
transition: opacity 0.2s, transform 0.35s;
|
166 |
-
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
|
167 |
-
}
|
168 |
-
|
169 |
-
.premium-banner-animation1:hover .premium-banner-ib-content,
|
170 |
-
.premium-banner-animation1.active .premium-banner-ib-content,
|
171 |
-
.premium-banner-animation1:hover .premium-banner-read-more,
|
172 |
-
.premium-banner-animation1.active .premium-banner-read-more {
|
173 |
-
opacity: 1;
|
174 |
-
-webkit-transition-delay: 0.05s;
|
175 |
-
transition-delay: 0.05s;
|
176 |
-
-webkit-transition-duration: 0.35s;
|
177 |
-
transition-duration: 0.35s;
|
178 |
-
}
|
179 |
-
|
180 |
-
.premium-banner-animation1:hover .premium-banner-ib-content,
|
181 |
-
.premium-banner-animation1.active .premium-banner-ib-content,
|
182 |
-
.premium-banner-animation1:hover .premium-banner-read-more,
|
183 |
-
.premium-banner-animation1.active .premium-banner-read-more,
|
184 |
-
.premium-banner-animation1:hover .premium-banner-ib-title,
|
185 |
-
.premium-banner-animation1.active .premium-banner-ib-title,
|
186 |
-
.premium-banner-animation1:hover img,
|
187 |
-
.premium-banner-animation1.active img {
|
188 |
-
-webkit-transform: translate3d(0, 0, 0);
|
189 |
-
transform: translate3d(0, 0, 0);
|
190 |
-
-webkit-transition-delay: 0.05s;
|
191 |
-
transition-delay: 0.05s;
|
192 |
-
-webkit-transition-duration: 0.35s;
|
193 |
-
transition-duration: 0.35s;
|
194 |
-
}
|
195 |
-
|
196 |
-
.premium-banner-animation1.zoomout img,
|
197 |
-
.premium-banner-animation1.scale img {
|
198 |
-
-webkit-transform: translate3d(40px, 0, 0) scale(1.1);
|
199 |
-
transform: translate3d(40px, 0, 0) scale(1.1);
|
200 |
-
}
|
201 |
-
|
202 |
-
.premium-banner-ib.sepia img {
|
203 |
-
-webkit-filter: sepia(30%);
|
204 |
-
filter: sepia(30%);
|
205 |
-
}
|
206 |
-
|
207 |
-
.premium-banner-ib.bright img {
|
208 |
-
-webkit-filter: brightness(1);
|
209 |
-
filter: brightness(1);
|
210 |
-
}
|
211 |
-
|
212 |
-
.premium-banner-ib.sepia:hover img {
|
213 |
-
-webkit-filter: sepia(0%);
|
214 |
-
filter: sepia(0%);
|
215 |
-
}
|
216 |
-
|
217 |
-
.premium-banner-ib.bright:hover img {
|
218 |
-
-webkit-filter: brightness(1.2);
|
219 |
-
filter: brightness(1.2);
|
220 |
-
}
|
221 |
-
|
222 |
-
.premium-banner-animation1.premium-banner-min-height img,
|
223 |
-
.premium-banner-animation2.premium-banner-min-height img,
|
224 |
-
.premium-banner-animation4.premium-banner-min-height img,
|
225 |
-
.premium-banner-animation5.premium-banner-min-height img,
|
226 |
-
.premium-banner-animation6.premium-banner-min-height img,
|
227 |
-
.premium-banner-animation13.premium-banner-min-height img {
|
228 |
-
height: auto;
|
229 |
-
}
|
230 |
-
|
231 |
-
.premium-banner-animation2 img {
|
232 |
-
width: 100%;
|
233 |
-
}
|
234 |
-
|
235 |
-
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
236 |
-
position: absolute;
|
237 |
-
content: "";
|
238 |
-
top: 0;
|
239 |
-
right: 0;
|
240 |
-
width: 100%;
|
241 |
-
height: 100%;
|
242 |
-
opacity: 0;
|
243 |
-
-webkit-transform: translate3d(0, 50%, 0);
|
244 |
-
transform: translate3d(0, 50%, 0);
|
245 |
-
}
|
246 |
-
|
247 |
-
.premium-banner-animation2 .premium-banner-ib-title {
|
248 |
-
position: absolute;
|
249 |
-
top: 50%;
|
250 |
-
right: 0;
|
251 |
-
width: 100%;
|
252 |
-
-webkit-transition: color 0.35s, -webkit-transform 0.35s;
|
253 |
-
transition: color 0.35s, -webkit-transform 0.35s;
|
254 |
-
transition: transform 0.35s, color 0.35s;
|
255 |
-
transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
|
256 |
-
-webkit-transform: translate3d(0, -50%, 0);
|
257 |
-
transform: translate3d(0, -50%, 0);
|
258 |
-
}
|
259 |
-
|
260 |
-
.premium-banner-animation2 .premium-banner-ib-content,
|
261 |
-
.premium-banner-animation2 .premium-banner-read-more,
|
262 |
-
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
263 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
264 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
265 |
-
transition: opacity 0.35s, transform 0.35s;
|
266 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
267 |
-
}
|
268 |
-
|
269 |
-
.premium-banner-animation2 .premium-banner-ib-content,
|
270 |
-
.premium-banner-animation2 .premium-banner-read-more {
|
271 |
-
position: absolute;
|
272 |
-
bottom: 0;
|
273 |
-
right: 0;
|
274 |
-
padding: 15px;
|
275 |
-
width: 100%;
|
276 |
-
max-height: 50%;
|
277 |
-
opacity: 0;
|
278 |
-
-webkit-transform: translate3d(0, 10px, 0);
|
279 |
-
transform: translate3d(0, 10px, 0);
|
280 |
-
}
|
281 |
-
|
282 |
-
.premium-banner-animation2:hover .premium-banner-ib-title,
|
283 |
-
.premium-banner-animation2.active .premium-banner-ib-title {
|
284 |
-
-webkit-transform: translate3d(0, -40px, 0);
|
285 |
-
transform: translate3d(0, -40px, 0);
|
286 |
-
}
|
287 |
-
|
288 |
-
.premium-banner-animation2:hover .premium-banner-read-more,
|
289 |
-
.premium-banner-animation2.active .premium-banner-read-more,
|
290 |
-
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
|
291 |
-
.premium-banner-animation2.active .premium-banner-ib-desc::before {
|
292 |
-
opacity: 1;
|
293 |
-
-webkit-transform: translate3d(0, 0, 0);
|
294 |
-
transform: translate3d(0, 0, 0);
|
295 |
-
}
|
296 |
-
|
297 |
-
.premium-banner-animation2:hover .premium-banner-ib-content,
|
298 |
-
.premium-banner-animation2.active .premium-banner-ib-content {
|
299 |
-
opacity: 1;
|
300 |
-
-webkit-transform: translate3d(0, -30px, 0);
|
301 |
-
transform: translate3d(0, -30px, 0);
|
302 |
-
}
|
303 |
-
|
304 |
-
.premium-banner-animation3 .premium-banner-ib-title {
|
305 |
-
position: absolute;
|
306 |
-
bottom: 0;
|
307 |
-
right: 0;
|
308 |
-
padding: 15px;
|
309 |
-
width: 100%;
|
310 |
-
text-align: right;
|
311 |
-
-webkit-transform: translate3d(0, -30px, 0);
|
312 |
-
transform: translate3d(0, -30px, 0);
|
313 |
-
}
|
314 |
-
|
315 |
-
.premium-banner-animation3 .premium-banner-ib-desc::before,
|
316 |
-
.premium-banner-animation3 .premium-banner-ib-title {
|
317 |
-
-webkit-transition: -webkit-transform 0.35s;
|
318 |
-
transition: -webkit-transform 0.35s;
|
319 |
-
transition: transform 0.35s;
|
320 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
321 |
-
}
|
322 |
-
|
323 |
-
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
|
324 |
-
.premium-banner-animation3.active .premium-banner-ib-desc::before,
|
325 |
-
.premium-banner-animation3:hover .premium-banner-ib-title,
|
326 |
-
.premium-banner-animation3.active .premium-banner-ib-title {
|
327 |
-
opacity: 1;
|
328 |
-
-webkit-transform: translate3d(0, 0, 0);
|
329 |
-
transform: translate3d(0, 0, 0);
|
330 |
-
}
|
331 |
-
|
332 |
-
.premium-banner-animation3 .premium-banner-ib-content {
|
333 |
-
max-height: -webkit-calc(100% - 60px - 1.5em);
|
334 |
-
max-height: calc(100% - 60px - 1.5em);
|
335 |
-
overflow: hidden;
|
336 |
-
}
|
337 |
-
|
338 |
-
.premium-banner-animation4 img {
|
339 |
-
width: -webkit-calc(100% + 40px) !important;
|
340 |
-
width: calc(100% + 40px) !important;
|
341 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
342 |
-
max-width: calc(100% + 40px) !important;
|
343 |
-
}
|
344 |
-
|
345 |
-
.premium-banner-animation4 .premium-banner-ib-desc {
|
346 |
-
padding: 30px;
|
347 |
-
}
|
348 |
-
|
349 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
350 |
-
position: absolute;
|
351 |
-
content: "";
|
352 |
-
opacity: 0;
|
353 |
-
}
|
354 |
-
|
355 |
-
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
356 |
-
position: absolute;
|
357 |
-
content: "";
|
358 |
-
opacity: 0;
|
359 |
-
top: 50px;
|
360 |
-
left: 30px;
|
361 |
-
bottom: 50px;
|
362 |
-
right: 30px;
|
363 |
-
border-top: 1px solid #fff;
|
364 |
-
border-bottom: 1px solid #fff;
|
365 |
-
-webkit-transform: scale(0, 1);
|
366 |
-
-ms-transform: scale(0, 1);
|
367 |
-
transform: scale(0, 1);
|
368 |
-
-webkit-transform-origin: 100% 0;
|
369 |
-
-ms-transform-origin: 100% 0;
|
370 |
-
transform-origin: 100% 0;
|
371 |
-
}
|
372 |
-
|
373 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
374 |
-
top: 30px;
|
375 |
-
left: 50px;
|
376 |
-
bottom: 30px;
|
377 |
-
right: 50px;
|
378 |
-
border-left: 1px solid #fff;
|
379 |
-
border-right: 1px solid #fff;
|
380 |
-
-webkit-transform: scale(1, 0);
|
381 |
-
-ms-transform: scale(1, 0);
|
382 |
-
transform: scale(1, 0);
|
383 |
-
-webkit-transform-origin: 0% 0;
|
384 |
-
-ms-transform-origin: 0% 0;
|
385 |
-
transform-origin: 0% 0;
|
386 |
-
}
|
387 |
-
|
388 |
-
.premium-banner-animation4 .premium-banner-ib-title {
|
389 |
-
padding: 50px 30px 0 30px;
|
390 |
-
-webkit-transition: -webkit-transform 0.35s;
|
391 |
-
transition: -webkit-transform 0.35s;
|
392 |
-
transition: transform 0.35s;
|
393 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
394 |
-
}
|
395 |
-
|
396 |
-
.premium-banner-animation4 .premium-banner-ib-content,
|
397 |
-
.premium-banner-animation4 .premium-banner-read-more {
|
398 |
-
padding: 10px 30px;
|
399 |
-
opacity: 0;
|
400 |
-
overflow: hidden;
|
401 |
-
-webkit-transform: translate3d(0, -10px, 0);
|
402 |
-
transform: translate3d(0, -10px, 0);
|
403 |
-
}
|
404 |
-
|
405 |
-
.premium-banner-animation4 .premium-banner-ib-title,
|
406 |
-
.premium-banner-animation4 img {
|
407 |
-
-webkit-transform: translate3d(30px, 0, 0);
|
408 |
-
transform: translate3d(30px, 0, 0);
|
409 |
-
}
|
410 |
-
|
411 |
-
.premium-banner-animation4.zoomout img,
|
412 |
-
.premium-banner-animation4.scale img {
|
413 |
-
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
414 |
-
transform: translate3d(30px, 0, 0) scale(1.1);
|
415 |
-
}
|
416 |
-
|
417 |
-
.premium-banner-animation4 .premium-banner-ib-content,
|
418 |
-
.premium-banner-animation4 .premium-banner-read-more {
|
419 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
420 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
421 |
-
transition: opacity 0.35s, transform 0.35s;
|
422 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
423 |
-
}
|
424 |
-
|
425 |
-
.premium-banner-animation4 .premium-banner-ib-desc::after,
|
426 |
-
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
427 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
428 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
429 |
-
transition: opacity 0.35s, transform 0.35s;
|
430 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
431 |
-
}
|
432 |
-
|
433 |
-
.premium-banner-animation4 img {
|
434 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
435 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
436 |
-
transition: opacity 0.35s, transform 0.35s;
|
437 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
438 |
-
}
|
439 |
-
|
440 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
441 |
-
.premium-banner-animation4.active .premium-banner-ib-desc::after,
|
442 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::before,
|
443 |
-
.premium-banner-animation4.active .premium-banner-ib-desc::before {
|
444 |
-
opacity: 1;
|
445 |
-
-webkit-transform: scale(1);
|
446 |
-
-ms-transform: scale(1);
|
447 |
-
transform: scale(1);
|
448 |
-
}
|
449 |
-
|
450 |
-
.premium-banner-animation4:hover .premium-banner-ib-content,
|
451 |
-
.premium-banner-animation4.active .premium-banner-ib-content,
|
452 |
-
.premium-banner-animation4:hover .premium-banner-read-more,
|
453 |
-
.premium-banner-animation4.active .premium-banner-read-more,
|
454 |
-
.premium-banner-animation4:hover .premium-banner-ib-title,
|
455 |
-
.premium-banner-animation4.active .premium-banner-ib-title {
|
456 |
-
opacity: 1;
|
457 |
-
-webkit-transform: translate3d(0, 0, 0);
|
458 |
-
transform: translate3d(0, 0, 0);
|
459 |
-
}
|
460 |
-
|
461 |
-
.premium-banner-animation4:hover .premium-banner-ib-content,
|
462 |
-
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
463 |
-
.premium-banner-animation4:hover .premium-banner-ib-title,
|
464 |
-
.premium-banner-animation4:hover img {
|
465 |
-
-webkit-transition-delay: 0.15s;
|
466 |
-
transition-delay: 0.15s;
|
467 |
-
}
|
468 |
-
|
469 |
-
.premium-banner-animation5 .premium-banner-ib-desc {
|
470 |
-
top: auto;
|
471 |
-
bottom: 0;
|
472 |
-
padding: 15px;
|
473 |
-
height: auto;
|
474 |
-
background: #f2f2f2;
|
475 |
-
color: #3c4a50;
|
476 |
-
-webkit-transition: -webkit-transform 0.35s;
|
477 |
-
transition: -webkit-transform 0.35s;
|
478 |
-
transition: transform 0.35s;
|
479 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
480 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
481 |
-
transform: translate3d(0, 100%, 0);
|
482 |
-
}
|
483 |
-
|
484 |
-
.premium-banner-animation5 .premium-banner-ib-content {
|
485 |
-
position: absolute;
|
486 |
-
top: auto;
|
487 |
-
bottom: 100%;
|
488 |
-
right: 0;
|
489 |
-
width: 100%;
|
490 |
-
padding: 15px;
|
491 |
-
opacity: 0;
|
492 |
-
-webkit-transition: opacity 0.35s;
|
493 |
-
transition: opacity 0.35s;
|
494 |
-
}
|
495 |
-
|
496 |
-
.premium-banner-animation5 .premium-banner-ib-title,
|
497 |
-
.premium-banner-animation5 .premium-banner-read-more {
|
498 |
-
-webkit-transition: -webkit-transform 0.35s;
|
499 |
-
transition: -webkit-transform 0.35s;
|
500 |
-
transition: transform 0.35s;
|
501 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
502 |
-
-webkit-transform: translate3d(0, 200%, 0);
|
503 |
-
transform: translate3d(0, 200%, 0);
|
504 |
-
text-align: center;
|
505 |
-
}
|
506 |
-
|
507 |
-
.premium-banner-animation5 .premium-banner-ib-title {
|
508 |
-
margin: 10px 0;
|
509 |
-
}
|
510 |
-
|
511 |
-
.premium-banner-animation5:hover .premium-banner-ib-content,
|
512 |
-
.premium-banner-animation5.active .premium-banner-ib-content,
|
513 |
-
.premium-banner-animation5:hover .premium-banner-ib-content *,
|
514 |
-
.premium-banner-animation5.active .premium-banner-ib-content * {
|
515 |
-
opacity: 1 !important;
|
516 |
-
z-index: 99 !important;
|
517 |
-
-webkit-backface-visibility: hidden !important;
|
518 |
-
backface-visibility: hidden !important;
|
519 |
-
}
|
520 |
-
|
521 |
-
.premium-banner-animation5:hover .premium-banner-ib-desc,
|
522 |
-
.premium-banner-animation5.active .premium-banner-ib-desc,
|
523 |
-
.premium-banner-animation5:hover .premium-banner-ib-title,
|
524 |
-
.premium-banner-animation5.active .premium-banner-ib-title,
|
525 |
-
.premium-banner-animation5:hover .premium-banner-read-more,
|
526 |
-
.premium-banner-animation5.active .premium-banner-read-more {
|
527 |
-
-webkit-transform: translateY(0);
|
528 |
-
-ms-transform: translateY(0);
|
529 |
-
transform: translateY(0);
|
530 |
-
}
|
531 |
-
|
532 |
-
.premium-banner-animation5:hover .premium-banner-ib-title {
|
533 |
-
-webkit-transition-delay: 0.05s;
|
534 |
-
transition-delay: 0.05s;
|
535 |
-
}
|
536 |
-
|
537 |
-
.premium-banner-animation5 img {
|
538 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
539 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
540 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
541 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
542 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
543 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
544 |
-
}
|
545 |
-
|
546 |
-
.premium-banner-animation2 img,
|
547 |
-
.premium-banner-animation4 img,
|
548 |
-
.premium-banner-animation6 img {
|
549 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
550 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
551 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
552 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
553 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
554 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
555 |
-
}
|
556 |
-
|
557 |
-
.premium-banner-animation5.zoomout img,
|
558 |
-
.premium-banner-animation5.scale img {
|
559 |
-
-webkit-transform: scale(1.1);
|
560 |
-
-ms-transform: scale(1.1);
|
561 |
-
transform: scale(1.1);
|
562 |
-
}
|
563 |
-
|
564 |
-
.premium-banner-animation2.zoomout img,
|
565 |
-
.premium-banner-animation2.scale img {
|
566 |
-
-webkit-transform: scale(1.1);
|
567 |
-
-ms-transform: scale(1.1);
|
568 |
-
transform: scale(1.1);
|
569 |
-
}
|
570 |
-
|
571 |
-
.premium-banner-animation6.zoomout img,
|
572 |
-
.premium-banner-animation6.scale img {
|
573 |
-
-webkit-transform: scale(1.1);
|
574 |
-
-ms-transform: scale(1.1);
|
575 |
-
transform: scale(1.1);
|
576 |
-
}
|
577 |
-
|
578 |
-
.premium-banner-animation5.zoomin:hover img,
|
579 |
-
.premium-banner-animation2.zoomin:hover img,
|
580 |
-
.premium-banner-animation6.zoomin:hover img {
|
581 |
-
-webkit-transform: scale(1.1);
|
582 |
-
-ms-transform: scale(1.1);
|
583 |
-
transform: scale(1.1);
|
584 |
-
}
|
585 |
-
|
586 |
-
.premium-banner-animation5.zoomout:hover img,
|
587 |
-
.premium-banner-animation2.zoomout:hover img,
|
588 |
-
.premium-banner-animation6.zoomout:hover img {
|
589 |
-
-webkit-transform: scale(1);
|
590 |
-
-ms-transform: scale(1);
|
591 |
-
transform: scale(1);
|
592 |
-
}
|
593 |
-
|
594 |
-
.premium-banner-animation5.scale:hover img,
|
595 |
-
.premium-banner-animation2.scale:hover img,
|
596 |
-
.premium-banner-animation6.scale:hover img {
|
597 |
-
-webkit-transform: scale(1.2) rotate(-5deg);
|
598 |
-
-ms-transform: scale(1.2) rotate(-5deg);
|
599 |
-
transform: scale(1.2) rotate(-5deg);
|
600 |
-
}
|
601 |
-
|
602 |
-
.premium-banner-animation5.grayscale:hover img,
|
603 |
-
.premium-banner-animation2.grayscale:hover img,
|
604 |
-
.premium-banner-animation6.grayscale:hover img {
|
605 |
-
-webkit-filter: grayscale(100%);
|
606 |
-
filter: grayscale(100%);
|
607 |
-
}
|
608 |
-
|
609 |
-
.premium-banner-animation5.blur:hover img,
|
610 |
-
.premium-banner-animation2.blur:hover img {
|
611 |
-
-webkit-filter: blur(3px);
|
612 |
-
filter: blur(3px);
|
613 |
-
}
|
614 |
-
|
615 |
-
.premium-banner-animation6.blur:hover img {
|
616 |
-
-webkit-filter: blur(3px);
|
617 |
-
filter: blur(3px);
|
618 |
-
}
|
619 |
-
|
620 |
-
.premium-banner-animation6 .premium-banner-ib-desc {
|
621 |
-
padding: 45px;
|
622 |
-
}
|
623 |
-
|
624 |
-
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
625 |
-
position: absolute;
|
626 |
-
content: "";
|
627 |
-
top: 30px;
|
628 |
-
left: 30px;
|
629 |
-
bottom: 30px;
|
630 |
-
right: 30px;
|
631 |
-
border: 1px solid #fff;
|
632 |
-
}
|
633 |
-
|
634 |
-
.premium-banner-animation6 .premium-banner-ib-title {
|
635 |
-
margin: 20px 0 10px;
|
636 |
-
-webkit-transition: -webkit-transform 0.35s;
|
637 |
-
transition: -webkit-transform 0.35s;
|
638 |
-
transition: transform 0.35s;
|
639 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
640 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
641 |
-
transform: translate3d(0, 100%, 0);
|
642 |
-
}
|
643 |
-
|
644 |
-
.premium-banner-animation6 .premium-banner-ib-content,
|
645 |
-
.premium-banner-animation6 .premium-banner-read-more,
|
646 |
-
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
647 |
-
opacity: 0;
|
648 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
649 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
650 |
-
transition: opacity 0.35s, transform 0.35s;
|
651 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
652 |
-
-webkit-transform: scale(0);
|
653 |
-
-ms-transform: scale(0);
|
654 |
-
transform: scale(0);
|
655 |
-
}
|
656 |
-
|
657 |
-
.premium-banner-animation6 .premium-banner-read-more {
|
658 |
-
margin-top: 10px;
|
659 |
-
}
|
660 |
-
|
661 |
-
.premium-banner-animation6:hover .premium-banner-ib-title,
|
662 |
-
.premium-banner-animation6.active .premium-banner-ib-title {
|
663 |
-
-webkit-transform: translate3d(0, 0, 0);
|
664 |
-
transform: translate3d(0, 0, 0);
|
665 |
-
}
|
666 |
-
|
667 |
-
.premium-banner-animation6:hover .premium-banner-ib-content,
|
668 |
-
.premium-banner-animation6.active .premium-banner-ib-content,
|
669 |
-
.premium-banner-animation6:hover .premium-banner-read-more,
|
670 |
-
.premium-banner-animation6.active .premium-banner-read-more,
|
671 |
-
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
|
672 |
-
.premium-banner-animation6.active .premium-banner-ib-desc::before {
|
673 |
-
opacity: 1;
|
674 |
-
-webkit-transform: scale(1);
|
675 |
-
-ms-transform: scale(1);
|
676 |
-
transform: scale(1);
|
677 |
-
}
|
678 |
-
|
679 |
-
.premium-banner-animation12 .premium-banner-ib-desc::after {
|
680 |
-
position: absolute;
|
681 |
-
content: "";
|
682 |
-
left: 30px;
|
683 |
-
bottom: 30px;
|
684 |
-
right: 30px;
|
685 |
-
height: -webkit-calc(50% - 30px);
|
686 |
-
height: calc(50% - 30px);
|
687 |
-
border: 7px solid #fff;
|
688 |
-
-webkit-transition: -webkit-transform 0.35s;
|
689 |
-
transition: -webkit-transform 0.35s;
|
690 |
-
transition: transform 0.35s;
|
691 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
692 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
693 |
-
transform: translate3d(0, -100%, 0);
|
694 |
-
}
|
695 |
-
|
696 |
-
.premium-banner-animation12:hover .premium-banner-ib-desc::after,
|
697 |
-
.premium-banner-animation12.active .premium-banner-ib-desc::after {
|
698 |
-
-webkit-transform: translate3d(0, 0, 0);
|
699 |
-
transform: translate3d(0, 0, 0);
|
700 |
-
}
|
701 |
-
|
702 |
-
.premium-banner-animation12 .premium-banner-ib-desc {
|
703 |
-
padding: 45px;
|
704 |
-
text-align: right;
|
705 |
-
}
|
706 |
-
|
707 |
-
.premium-banner-animation12 .premium-banner-ib-content {
|
708 |
-
position: absolute;
|
709 |
-
left: 60px;
|
710 |
-
bottom: 60px;
|
711 |
-
right: 60px;
|
712 |
-
opacity: 0;
|
713 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
714 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
715 |
-
transition: opacity 0.35s, transform 0.35s;
|
716 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
717 |
-
-webkit-transform: translate3d(0, -100px, 0);
|
718 |
-
transform: translate3d(0, -100px, 0);
|
719 |
-
}
|
720 |
-
|
721 |
-
.premium-banner-animation12:hover .premium-banner-ib-content,
|
722 |
-
.premium-banner-animation12.active .premium-banner-ib-content {
|
723 |
-
opacity: 1;
|
724 |
-
-webkit-transform: translate3d(0, 0, 0);
|
725 |
-
transform: translate3d(0, 0, 0);
|
726 |
-
}
|
727 |
-
|
728 |
-
.premium-banner-animation13 img {
|
729 |
-
width: -webkit-calc(100% + 20px) !important;
|
730 |
-
width: calc(100% + 20px) !important;
|
731 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
732 |
-
max-width: calc(100% + 20px) !important;
|
733 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
734 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
735 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
736 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
737 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
738 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
739 |
-
-webkit-transform: translate3d(10px, 0, 0);
|
740 |
-
transform: translate3d(10px, 0, 0);
|
741 |
-
-webkit-backface-visibility: hidden;
|
742 |
-
backface-visibility: hidden;
|
743 |
-
}
|
744 |
-
|
745 |
-
.premium-banner-animation13.zoomout img,
|
746 |
-
.premium-banner-animation13.scale img {
|
747 |
-
-webkit-transform: translate3d(10px, 0, 0) scale(1.1);
|
748 |
-
transform: translate3d(10px, 0, 0) scale(1.1);
|
749 |
-
}
|
750 |
-
|
751 |
-
.premium-banner-animation13.none:hover img {
|
752 |
-
-webkit-transform: translate3d(0, 0, 0);
|
753 |
-
transform: translate3d(0, 0, 0);
|
754 |
-
}
|
755 |
-
|
756 |
-
.premium-banner-animation1.none:hover img,
|
757 |
-
.premium-banner-animation4.none:hover img {
|
758 |
-
-webkit-transform: translate3d(0, 0, 0);
|
759 |
-
transform: translate3d(0, 0, 0);
|
760 |
-
}
|
761 |
-
|
762 |
-
.premium-banner-animation13.zoomin:hover img,
|
763 |
-
.premium-banner-animation1.zoomin:hover img,
|
764 |
-
.premium-banner-animation4.zoomin:hover img,
|
765 |
-
.premium-banner-animation8.zoomin:hover img,
|
766 |
-
.premium-banner-animation7.zoomin:hover img,
|
767 |
-
.premium-banner-animation9.zoomin:hover img,
|
768 |
-
.premium-banner-animation10.zoomin:hover img,
|
769 |
-
.premium-banner-animation11.zoomin:hover img {
|
770 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
|
771 |
-
transform: translate3d(0, 0, 0) scale(1.1);
|
772 |
-
}
|
773 |
-
|
774 |
-
.premium-banner-animation13.zoomout:hover img,
|
775 |
-
.premium-banner-animation1.zoomout:hover img,
|
776 |
-
.premium-banner-animation4.zoomout:hover img,
|
777 |
-
.premium-banner-animation8.zoomout:hover img,
|
778 |
-
.premium-banner-animation7.zoomout:hover img,
|
779 |
-
.premium-banner-animation9.zoomout:hover img,
|
780 |
-
.premium-banner-animation10.zoomout:hover img,
|
781 |
-
.premium-banner-animation11.zoomout:hover img {
|
782 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
783 |
-
transform: translate3d(0, 0, 0) scale(1);
|
784 |
-
}
|
785 |
-
|
786 |
-
.premium-banner-animation13.scale:hover img,
|
787 |
-
.premium-banner-animation1.scale:hover img,
|
788 |
-
.premium-banner-animation4.scale:hover img,
|
789 |
-
.premium-banner-animation8.scale:hover img,
|
790 |
-
.premium-banner-animation7.scale:hover img,
|
791 |
-
.premium-banner-animation9.scale:hover img,
|
792 |
-
.premium-banner-animation10.scale:hover img,
|
793 |
-
.premium-banner-animation11.scale:hover img {
|
794 |
-
-webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
|
795 |
-
transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
|
796 |
-
}
|
797 |
-
|
798 |
-
.premium-banner-animation13.grayscale:hover img,
|
799 |
-
.premium-banner-animation1.grayscale:hover img,
|
800 |
-
.premium-banner-animation4.grayscale:hover img,
|
801 |
-
.premium-banner-animation8.grayscale:hover img,
|
802 |
-
.premium-banner-animation7.grayscale:hover img,
|
803 |
-
.premium-banner-animation9.grayscale:hover img,
|
804 |
-
.premium-banner-animation10.grayscale:hover img,
|
805 |
-
.premium-banner-animation11.grayscale:hover img {
|
806 |
-
-webkit-transform: translate3d(0, 0, 0);
|
807 |
-
transform: translate3d(0, 0, 0);
|
808 |
-
-webkit-filter: grayscale(100%);
|
809 |
-
filter: grayscale(100%);
|
810 |
-
}
|
811 |
-
|
812 |
-
.premium-banner-animation13.blur:hover img,
|
813 |
-
.premium-banner-animation1.blur:hover img,
|
814 |
-
.premium-banner-animation4.blur:hover,
|
815 |
-
.premium-banner-animation8.blur:hover img,
|
816 |
-
.premium-banner-animation7.blur:hover img,
|
817 |
-
.premium-banner-animation9.blur:hover img,
|
818 |
-
.premium-banner-animation10.blur:hover img,
|
819 |
-
.premium-banner-animation11.blur:hover img {
|
820 |
-
-webkit-transform: translate3d(0, 0, 0);
|
821 |
-
transform: translate3d(0, 0, 0);
|
822 |
-
-webkit-filter: blur(3px);
|
823 |
-
filter: blur(3px);
|
824 |
-
}
|
825 |
-
|
826 |
-
.premium-banner-animation13 .premium-banner-ib-desc {
|
827 |
-
text-align: right;
|
828 |
-
}
|
829 |
-
|
830 |
-
.premium-banner-animation13 .premium-banner-ib-title {
|
831 |
-
position: relative;
|
832 |
-
overflow: hidden;
|
833 |
-
padding: 5px 0 10px;
|
834 |
-
}
|
835 |
-
|
836 |
-
.premium-banner-animation13 .premium-banner-ib-title::after {
|
837 |
-
position: absolute;
|
838 |
-
content: "";
|
839 |
-
bottom: 0;
|
840 |
-
right: 0;
|
841 |
-
width: 100%;
|
842 |
-
height: 2px;
|
843 |
-
background: #fff;
|
844 |
-
-webkit-transition: -webkit-transform 0.35s;
|
845 |
-
transition: -webkit-transform 0.35s;
|
846 |
-
transition: transform 0.35s;
|
847 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
848 |
-
-webkit-transform: translate3d(101%, 0, 0);
|
849 |
-
transform: translate3d(101%, 0, 0);
|
850 |
-
}
|
851 |
-
|
852 |
-
.premium-banner-animation13:hover .premium-banner-ib-title::after,
|
853 |
-
.premium-banner-animation13.active .premium-banner-ib-title::after {
|
854 |
-
-webkit-transform: translate3d(0, 0, 0);
|
855 |
-
transform: translate3d(0, 0, 0);
|
856 |
-
}
|
857 |
-
|
858 |
-
.premium-banner-animation13 .premium-banner-ib-content,
|
859 |
-
.premium-banner-animation13 .premium-banner-read-more {
|
860 |
-
padding: 15px 0;
|
861 |
-
opacity: 0;
|
862 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
863 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
864 |
-
transition: opacity 0.35s, transform 0.35s;
|
865 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
866 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
867 |
-
transform: translate3d(-100%, 0, 0);
|
868 |
-
}
|
869 |
-
|
870 |
-
.premium-banner-animation13:hover .premium-banner-ib-content,
|
871 |
-
.premium-banner-animation13.active .premium-banner-ib-content,
|
872 |
-
.premium-banner-animation13:hover .premium-banner-read-more,
|
873 |
-
.premium-banner-animation13.active .premium-banner-read-more {
|
874 |
-
opacity: 1;
|
875 |
-
-webkit-transform: translate3d(0, 0, 0);
|
876 |
-
transform: translate3d(0, 0, 0);
|
877 |
-
}
|
878 |
-
|
879 |
-
.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
|
880 |
-
right: 50%;
|
881 |
-
width: auto !important;
|
882 |
-
height: 100%;
|
883 |
-
max-width: none;
|
884 |
-
-webkit-transform: translateX(50%);
|
885 |
-
-ms-transform: translateX(50%);
|
886 |
-
transform: translateX(50%);
|
887 |
-
}
|
888 |
-
|
889 |
-
.premium-banner-ib img {
|
890 |
-
border: none;
|
891 |
-
padding: 0;
|
892 |
-
margin: 0;
|
893 |
-
}
|
894 |
-
|
895 |
-
.premium-banner-animation7 img {
|
896 |
-
width: -webkit-calc(100% + 40px) !important;
|
897 |
-
width: calc(100% + 40px) !important;
|
898 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
899 |
-
max-width: calc(100% + 40px) !important;
|
900 |
-
}
|
901 |
-
|
902 |
-
.premium-banner-animation7 .premium-banner-brlr {
|
903 |
-
width: 7px;
|
904 |
-
}
|
905 |
-
|
906 |
-
.premium-banner-animation7 .premium-banner-brtb {
|
907 |
-
height: 7px;
|
908 |
-
}
|
909 |
-
|
910 |
-
.premium-banner-animation7 .premium-banner-br {
|
911 |
-
position: absolute;
|
912 |
-
z-index: 1;
|
913 |
-
background-color: white;
|
914 |
-
-webkit-transition: all 0.3s ease-in-out;
|
915 |
-
transition: all 0.3s ease-in-out;
|
916 |
-
-webkit-transition-delay: 0.2s;
|
917 |
-
transition-delay: 0.2s;
|
918 |
-
}
|
919 |
-
|
920 |
-
.premium-banner-animation7 .premium-banner-bleft {
|
921 |
-
right: 30px;
|
922 |
-
top: -webkit-calc(100% - 150px);
|
923 |
-
top: calc(100% - 150px);
|
924 |
-
height: 0;
|
925 |
-
}
|
926 |
-
|
927 |
-
.premium-banner-animation7 .premium-banner-bright {
|
928 |
-
left: 30px;
|
929 |
-
bottom: -webkit-calc(100% - 150px);
|
930 |
-
bottom: calc(100% - 150px);
|
931 |
-
height: 0;
|
932 |
-
}
|
933 |
-
|
934 |
-
.premium-banner-animation7 .premium-banner-bottom {
|
935 |
-
left: -webkit-calc(100% - 150px);
|
936 |
-
left: calc(100% - 150px);
|
937 |
-
bottom: 30px;
|
938 |
-
width: 0;
|
939 |
-
}
|
940 |
-
|
941 |
-
.premium-banner-animation7 .premium-banner-btop {
|
942 |
-
right: -webkit-calc(100% - 150px);
|
943 |
-
right: calc(100% - 150px);
|
944 |
-
top: 30px;
|
945 |
-
width: 0;
|
946 |
-
}
|
947 |
-
|
948 |
-
.premium-banner-animation7 .premium-banner-ib-desc {
|
949 |
-
padding: 70px;
|
950 |
-
display: table;
|
951 |
-
}
|
952 |
-
|
953 |
-
.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
|
954 |
-
display: table-cell;
|
955 |
-
vertical-align: middle;
|
956 |
-
}
|
957 |
-
|
958 |
-
.premium-banner-animation7 .premium-banner-ib-title {
|
959 |
-
margin-top: 0;
|
960 |
-
}
|
961 |
-
|
962 |
-
.premium-banner-animation7 .premium-banner-ib-title,
|
963 |
-
.premium-banner-animation7 img {
|
964 |
-
-webkit-transform: translate3d(30px, 0, 0);
|
965 |
-
transform: translate3d(30px, 0, 0);
|
966 |
-
}
|
967 |
-
|
968 |
-
.premium-banner-animation7.zoomout img,
|
969 |
-
.premium-banner-animation7.scale img {
|
970 |
-
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
971 |
-
transform: translate3d(30px, 0, 0) scale(1.1);
|
972 |
-
}
|
973 |
-
|
974 |
-
.premium-banner-animation7 .premium-banner-ib-content,
|
975 |
-
.premium-banner-animation7 .premium-banner-read-more {
|
976 |
-
margin-top: 10px;
|
977 |
-
}
|
978 |
-
|
979 |
-
.premium-banner-animation7 .premium-banner-ib-desc::after,
|
980 |
-
.premium-banner-animation7 .premium-banner-ib-desc::before {
|
981 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
982 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
983 |
-
transition: opacity 0.35s, transform 0.35s;
|
984 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
985 |
-
}
|
986 |
-
|
987 |
-
.premium-banner-animation7 .premium-banner-ib-title,
|
988 |
-
.premium-banner-animation7 .premium-banner-ib-content,
|
989 |
-
.premium-banner-animation7 .premium-banner-read-more {
|
990 |
-
opacity: 0;
|
991 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
992 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
993 |
-
transition: opacity 0.35s, transform 0.35s;
|
994 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
995 |
-
}
|
996 |
-
|
997 |
-
.premium-banner-animation7 img {
|
998 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
999 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1000 |
-
transition: opacity 0.35s, transform 0.35s;
|
1001 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1002 |
-
}
|
1003 |
-
|
1004 |
-
.premium-banner-animation7:hover .premium-banner-ib-content,
|
1005 |
-
.premium-banner-animation7.active .premium-banner-ib-content,
|
1006 |
-
.premium-banner-animation7:hover .premium-banner-read-more,
|
1007 |
-
.premium-banner-animation7.active .premium-banner-read-more,
|
1008 |
-
.premium-banner-animation7:hover .premium-banner-ib-title,
|
1009 |
-
.premium-banner-animation7.active .premium-banner-ib-title {
|
1010 |
-
opacity: 1;
|
1011 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1012 |
-
transform: translate3d(0, 0, 0);
|
1013 |
-
}
|
1014 |
-
|
1015 |
-
.premium-banner-animation7:hover .premium-banner-bleft,
|
1016 |
-
.premium-banner-animation7.active .premium-banner-bleft {
|
1017 |
-
top: 30px;
|
1018 |
-
height: 70px;
|
1019 |
-
}
|
1020 |
-
|
1021 |
-
.premium-banner-animation7:hover .premium-banner-bright,
|
1022 |
-
.premium-banner-animation7.active .premium-banner-bright {
|
1023 |
-
bottom: 30px;
|
1024 |
-
height: 70px;
|
1025 |
-
}
|
1026 |
-
|
1027 |
-
.premium-banner-animation7:hover .premium-banner-bottom,
|
1028 |
-
.premium-banner-animation7.active .premium-banner-bottom {
|
1029 |
-
left: 30px;
|
1030 |
-
width: 70px;
|
1031 |
-
}
|
1032 |
-
|
1033 |
-
.premium-banner-animation7:hover .premium-banner-btop,
|
1034 |
-
.premium-banner-animation7.active .premium-banner-btop {
|
1035 |
-
right: 30px;
|
1036 |
-
width: 70px;
|
1037 |
-
}
|
1038 |
-
|
1039 |
-
.premium-banner-animation7:hover .premium-banner-ib-content,
|
1040 |
-
.premium-banner-animation7:hover .premium-banner-read-more,
|
1041 |
-
.premium-banner-animation7:hover .premium-banner-ib-title,
|
1042 |
-
.premium-banner-animation7:hover img {
|
1043 |
-
-webkit-transition-delay: 0.15s;
|
1044 |
-
transition-delay: 0.15s;
|
1045 |
-
}
|
1046 |
-
|
1047 |
-
.premium-banner-animation8 img {
|
1048 |
-
width: -webkit-calc(100% + 40px) !important;
|
1049 |
-
width: calc(100% + 40px) !important;
|
1050 |
-
max-width: -webkit-calc(100% + 40px) !important;
|
1051 |
-
max-width: calc(100% + 40px) !important;
|
1052 |
-
}
|
1053 |
-
|
1054 |
-
.premium-banner-animation8 .premium-banner-brlr {
|
1055 |
-
width: 7px;
|
1056 |
-
}
|
1057 |
-
|
1058 |
-
.premium-banner-animation8 .premium-banner-brtb {
|
1059 |
-
height: 7px;
|
1060 |
-
}
|
1061 |
-
|
1062 |
-
.premium-banner-animation8 .premium-banner-br {
|
1063 |
-
position: absolute;
|
1064 |
-
z-index: 1;
|
1065 |
-
background-color: white;
|
1066 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1067 |
-
transition: all 0.3s ease-in-out;
|
1068 |
-
-webkit-transition-delay: 0.2s;
|
1069 |
-
transition-delay: 0.2s;
|
1070 |
-
}
|
1071 |
-
|
1072 |
-
.premium-banner-animation8 .premium-banner-bleft {
|
1073 |
-
right: 30px;
|
1074 |
-
top: 50%;
|
1075 |
-
-webkit-transform: translateY(-50%);
|
1076 |
-
-ms-transform: translateY(-50%);
|
1077 |
-
transform: translateY(-50%);
|
1078 |
-
height: 0;
|
1079 |
-
}
|
1080 |
-
|
1081 |
-
.premium-banner-animation8 .premium-banner-bright {
|
1082 |
-
left: 30px;
|
1083 |
-
top: 50%;
|
1084 |
-
-webkit-transform: translateY(-50%);
|
1085 |
-
-ms-transform: translateY(-50%);
|
1086 |
-
transform: translateY(-50%);
|
1087 |
-
height: 0;
|
1088 |
-
}
|
1089 |
-
|
1090 |
-
.premium-banner-animation8 .premium-banner-bottom {
|
1091 |
-
right: 50%;
|
1092 |
-
-webkit-transform: translateX(50%);
|
1093 |
-
-ms-transform: translateX(50%);
|
1094 |
-
transform: translateX(50%);
|
1095 |
-
bottom: 30px;
|
1096 |
-
width: 0;
|
1097 |
-
}
|
1098 |
-
|
1099 |
-
.premium-banner-animation8 .premium-banner-btop {
|
1100 |
-
right: 50%;
|
1101 |
-
-webkit-transform: translateX(50%);
|
1102 |
-
-ms-transform: translateX(50%);
|
1103 |
-
transform: translateX(50%);
|
1104 |
-
top: 30px;
|
1105 |
-
width: 0;
|
1106 |
-
}
|
1107 |
-
|
1108 |
-
.premium-banner-animation8 .premium-banner-ib-desc {
|
1109 |
-
padding: 70px;
|
1110 |
-
display: table;
|
1111 |
-
}
|
1112 |
-
|
1113 |
-
.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
|
1114 |
-
display: table-cell;
|
1115 |
-
vertical-align: middle;
|
1116 |
-
}
|
1117 |
-
|
1118 |
-
.premium-banner-animation8 .premium-banner-ib-title {
|
1119 |
-
margin-top: 0;
|
1120 |
-
}
|
1121 |
-
|
1122 |
-
.premium-banner-animation8 .premium-banner-ib-title,
|
1123 |
-
.premium-banner-animation8 img {
|
1124 |
-
-webkit-transform: translate3d(30px, 0, 0);
|
1125 |
-
transform: translate3d(30px, 0, 0);
|
1126 |
-
}
|
1127 |
-
|
1128 |
-
.premium-banner-animation8.zoomout img,
|
1129 |
-
.premium-banner-animation8.scale img {
|
1130 |
-
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
1131 |
-
transform: translate3d(30px, 0, 0) scale(1.1);
|
1132 |
-
}
|
1133 |
-
|
1134 |
-
.premium-banner-animation8 .premium-banner-ib-content,
|
1135 |
-
.premium-banner-animation8 .premium-banner-read-more {
|
1136 |
-
margin-top: 10px;
|
1137 |
-
}
|
1138 |
-
|
1139 |
-
.premium-banner-animation8 .premium-banner-ib-desc::after,
|
1140 |
-
.premium-banner-animation8 .premium-banner-ib-desc::before {
|
1141 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1142 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1143 |
-
transition: opacity 0.35s, transform 0.35s;
|
1144 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1145 |
-
}
|
1146 |
-
|
1147 |
-
.premium-banner-animation8 .premium-banner-ib-title,
|
1148 |
-
.premium-banner-animation8 .premium-banner-ib-content,
|
1149 |
-
.premium-banner-animation8 .premium-banner-read-more {
|
1150 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1151 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1152 |
-
transition: opacity 0.35s, transform 0.35s;
|
1153 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1154 |
-
opacity: 0;
|
1155 |
-
}
|
1156 |
-
|
1157 |
-
.premium-banner-animation8 img {
|
1158 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1159 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1160 |
-
transition: opacity 0.35s, transform 0.35s;
|
1161 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1162 |
-
}
|
1163 |
-
|
1164 |
-
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1165 |
-
.premium-banner-animation8.active .premium-banner-ib-content,
|
1166 |
-
.premium-banner-animation8:hover .premium-banner-read-more,
|
1167 |
-
.premium-banner-animation8.active .premium-banner-read-more,
|
1168 |
-
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1169 |
-
.premium-banner-animation8.active .premium-banner-ib-title {
|
1170 |
-
opacity: 1;
|
1171 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1172 |
-
transform: translate3d(0, 0, 0);
|
1173 |
-
}
|
1174 |
-
|
1175 |
-
.premium-banner-animation8:hover .premium-banner-bleft,
|
1176 |
-
.premium-banner-animation8.active .premium-banner-bleft {
|
1177 |
-
height: -webkit-calc(100% - 61px);
|
1178 |
-
height: calc(100% - 61px);
|
1179 |
-
}
|
1180 |
-
|
1181 |
-
.premium-banner-animation8:hover .premium-banner-bright,
|
1182 |
-
.premium-banner-animation8.active .premium-banner-bright {
|
1183 |
-
height: -webkit-calc(100% - 61px);
|
1184 |
-
height: calc(100% - 61px);
|
1185 |
-
}
|
1186 |
-
|
1187 |
-
.premium-banner-animation8:hover .premium-banner-bottom,
|
1188 |
-
.premium-banner-animation8.active .premium-banner-bottom {
|
1189 |
-
width: -webkit-calc(100% - 61px);
|
1190 |
-
width: calc(100% - 61px);
|
1191 |
-
}
|
1192 |
-
|
1193 |
-
.premium-banner-animation8:hover .premium-banner-btop,
|
1194 |
-
.premium-banner-animation8.active .premium-banner-btop {
|
1195 |
-
width: -webkit-calc(100% - 61px);
|
1196 |
-
width: calc(100% - 61px);
|
1197 |
-
}
|
1198 |
-
|
1199 |
-
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1200 |
-
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1201 |
-
.premium-banner-animation8:hover .premium-banner-read-more,
|
1202 |
-
.premium-banner-animation8:hover img {
|
1203 |
-
-webkit-transition-delay: 0.15s;
|
1204 |
-
transition-delay: 0.15s;
|
1205 |
-
}
|
1206 |
-
|
1207 |
-
.premium-banner-animation9 img {
|
1208 |
-
width: -webkit-calc(100% + 20px) !important;
|
1209 |
-
width: calc(100% + 20px) !important;
|
1210 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
1211 |
-
max-width: calc(100% + 20px) !important;
|
1212 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1213 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1214 |
-
transition: opacity 0.35s, transform 0.35s;
|
1215 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1216 |
-
-webkit-transform: scale(1.2);
|
1217 |
-
-ms-transform: scale(1.2);
|
1218 |
-
transform: scale(1.2);
|
1219 |
-
}
|
1220 |
-
|
1221 |
-
.premium-banner-animation9 .premium-banner-ib-desc {
|
1222 |
-
width: 100%;
|
1223 |
-
height: 100%;
|
1224 |
-
}
|
1225 |
-
|
1226 |
-
.premium-banner-animation9 .premium-banner-ib-desc::before {
|
1227 |
-
position: absolute;
|
1228 |
-
top: 50%;
|
1229 |
-
right: 50%;
|
1230 |
-
width: 80%;
|
1231 |
-
height: 1px;
|
1232 |
-
background: #fff;
|
1233 |
-
content: "";
|
1234 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1235 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1236 |
-
transition: opacity 0.35s, transform 0.35s;
|
1237 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1238 |
-
-webkit-transform: translate3d(50%, -50%, 0);
|
1239 |
-
transform: translate3d(50%, -50%, 0);
|
1240 |
-
}
|
1241 |
-
|
1242 |
-
.premium-banner-animation9 .premium-banner-ib-desc::after {
|
1243 |
-
position: absolute;
|
1244 |
-
top: 50%;
|
1245 |
-
right: 50%;
|
1246 |
-
width: 80%;
|
1247 |
-
height: 1px;
|
1248 |
-
background: #fff;
|
1249 |
-
content: "";
|
1250 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1251 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1252 |
-
transition: opacity 0.35s, transform 0.35s;
|
1253 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1254 |
-
-webkit-transform: translate3d(50%, -50%, 0);
|
1255 |
-
transform: translate3d(50%, -50%, 0);
|
1256 |
-
}
|
1257 |
-
|
1258 |
-
.premium-banner-animation9 .premium-banner-ib-title {
|
1259 |
-
position: absolute;
|
1260 |
-
top: 50%;
|
1261 |
-
right: 0;
|
1262 |
-
width: 100%;
|
1263 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1264 |
-
transition: -webkit-transform 0.35s;
|
1265 |
-
transition: transform 0.35s;
|
1266 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1267 |
-
-webkit-transform: translate3d(0, -70px, 0);
|
1268 |
-
transform: translate3d(0, -70px, 0);
|
1269 |
-
margin-top: 0;
|
1270 |
-
padding: 0 10%;
|
1271 |
-
}
|
1272 |
-
|
1273 |
-
.premium-banner-animation9:hover .premium-banner-ib-title,
|
1274 |
-
.premium-banner-animation9.active .premium-banner-ib-title {
|
1275 |
-
-webkit-transform: translate3d(0, -80px, 0);
|
1276 |
-
transform: translate3d(0, -80px, 0);
|
1277 |
-
}
|
1278 |
-
|
1279 |
-
.premium-banner-animation9 .premium-banner-ib-content,
|
1280 |
-
.premium-banner-animation9 .premium-banner-read-more {
|
1281 |
-
position: absolute;
|
1282 |
-
top: 50%;
|
1283 |
-
right: 0;
|
1284 |
-
width: 100%;
|
1285 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1286 |
-
transition: -webkit-transform 0.35s;
|
1287 |
-
transition: transform 0.35s;
|
1288 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1289 |
-
padding: 0 10%;
|
1290 |
-
-webkit-transform: translate3d(0, 35px, 0);
|
1291 |
-
transform: translate3d(0, 35px, 0);
|
1292 |
-
}
|
1293 |
-
|
1294 |
-
.premium-banner-animation9 .premium-banner-read-more {
|
1295 |
-
top: 75%;
|
1296 |
-
}
|
1297 |
-
|
1298 |
-
.premium-banner-animation9:hover .premium-banner-ib-content,
|
1299 |
-
.premium-banner-animation9.active .premium-banner-ib-content,
|
1300 |
-
.premium-banner-animation9:hover .premium-banner-read-more,
|
1301 |
-
.premium-banner-animation9.active .premium-banner-read-more {
|
1302 |
-
-webkit-transform: translate3d(0, 45px, 0);
|
1303 |
-
transform: translate3d(0, 45px, 0);
|
1304 |
-
}
|
1305 |
-
|
1306 |
-
.premium-banner-animation9:hover .premium-banner-ib-desc::before,
|
1307 |
-
.premium-banner-animation9.active .premium-banner-ib-desc::before {
|
1308 |
-
opacity: 0.5;
|
1309 |
-
-webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
|
1310 |
-
transform: translate3d(50%, -50%, 0) rotate(-45deg);
|
1311 |
-
}
|
1312 |
-
|
1313 |
-
.premium-banner-animation9:hover .premium-banner-ib-desc::after,
|
1314 |
-
.premium-banner-animation9.active .premium-banner-ib-desc::after {
|
1315 |
-
opacity: 0.5;
|
1316 |
-
-webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
|
1317 |
-
transform: translate3d(50%, -50%, 0) rotate(45deg);
|
1318 |
-
}
|
1319 |
-
|
1320 |
-
.premium-banner-animation9:hover img {
|
1321 |
-
-webkit-transform: scale(1);
|
1322 |
-
-ms-transform: scale(1);
|
1323 |
-
transform: scale(1);
|
1324 |
-
}
|
1325 |
-
|
1326 |
-
.premium-banner-animation10 img {
|
1327 |
-
width: -webkit-calc(100% + 20px) !important;
|
1328 |
-
width: calc(100% + 20px) !important;
|
1329 |
-
max-width: -webkit-calc(100% + 20px) !important;
|
1330 |
-
max-width: calc(100% + 20px) !important;
|
1331 |
-
}
|
1332 |
-
|
1333 |
-
.premium-banner-animation10 .premium-banner-ib-title {
|
1334 |
-
position: relative;
|
1335 |
-
overflow: hidden;
|
1336 |
-
padding: 5px 0 15px;
|
1337 |
-
-webkit-transition: -webkit-transform 0.35s;
|
1338 |
-
transition: -webkit-transform 0.35s;
|
1339 |
-
transition: transform 0.35s;
|
1340 |
-
transition: transform 0.35s, -webkit-transform 0.35s;
|
1341 |
-
-webkit-transform: translate3d(0, 20px, 0);
|
1342 |
-
transform: translate3d(0, 20px, 0);
|
1343 |
-
margin-bottom: 0;
|
1344 |
-
}
|
1345 |
-
|
1346 |
-
.premium-banner-animation10 .premium-banner-ib-title::after {
|
1347 |
-
position: absolute;
|
1348 |
-
content: "";
|
1349 |
-
bottom: 0;
|
1350 |
-
right: 0;
|
1351 |
-
width: 100%;
|
1352 |
-
height: 3px;
|
1353 |
-
background: #fff;
|
1354 |
-
opacity: 0;
|
1355 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
1356 |
-
transform: translate3d(0, 100%, 0);
|
1357 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1358 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1359 |
-
transition: opacity 0.35s, transform 0.35s;
|
1360 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1361 |
-
}
|
1362 |
-
|
1363 |
-
.premium-banner-animation10:hover .premium-banner-ib-title,
|
1364 |
-
.premium-banner-animation10.active .premium-banner-ib-title {
|
1365 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1366 |
-
transform: translate3d(0, 0, 0);
|
1367 |
-
}
|
1368 |
-
|
1369 |
-
.premium-banner-animation10:hover .premium-banner-ib-title::after,
|
1370 |
-
.premium-banner-animation10.active .premium-banner-ib-title::after {
|
1371 |
-
opacity: 1;
|
1372 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1373 |
-
transform: translate3d(0, 0, 0);
|
1374 |
-
}
|
1375 |
-
|
1376 |
-
.premium-banner-animation10 .premium-banner-ib-content,
|
1377 |
-
.premium-banner-animation10 .premium-banner-read-more {
|
1378 |
-
padding-top: 15px;
|
1379 |
-
opacity: 0;
|
1380 |
-
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1381 |
-
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1382 |
-
transition: opacity 0.35s, transform 0.35s;
|
1383 |
-
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1384 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
1385 |
-
transform: translate3d(0, 100%, 0);
|
1386 |
-
}
|
1387 |
-
|
1388 |
-
.premium-banner-animation10 .premium-banner-read-more {
|
1389 |
-
padding: 0;
|
1390 |
-
}
|
1391 |
-
|
1392 |
-
.premium-banner-animation10:hover .premium-banner-ib-content,
|
1393 |
-
.premium-banner-animation10.active .premium-banner-ib-content,
|
1394 |
-
.premium-banner-animation10:hover .premium-banner-read-more,
|
1395 |
-
.premium-banner-animation10.active .premium-banner-read-more {
|
1396 |
-
opacity: 1;
|
1397 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1398 |
-
transform: translate3d(0, 0, 0);
|
1399 |
-
}
|
1400 |
-
|
1401 |
-
.premium-banner-animation11 {
|
1402 |
-
-webkit-transition: -webkit-transform 1s ease-out;
|
1403 |
-
transition: -webkit-transform 1s ease-out;
|
1404 |
-
transition: transform 1s ease-out;
|
1405 |
-
transition: transform 1s ease-out, -webkit-transform 1s ease-out;
|
1406 |
-
-webkit-transition-delay: 0.125s;
|
1407 |
-
transition-delay: 0.125s;
|
1408 |
-
}
|
1409 |
-
|
1410 |
-
.premium-banner-animation11 .premium-banner-ib-desc {
|
1411 |
-
position: absolute;
|
1412 |
-
z-index: 5;
|
1413 |
-
-webkit-transform: translate3d(30px, 0, 0);
|
1414 |
-
transform: translate3d(30px, 0, 0);
|
1415 |
-
opacity: 0;
|
1416 |
-
top: auto;
|
1417 |
-
bottom: 0;
|
1418 |
-
min-height: 25%;
|
1419 |
-
height: auto;
|
1420 |
-
max-height: 100%;
|
1421 |
-
text-align: left;
|
1422 |
-
padding: 30px;
|
1423 |
-
-webkit-transition: all 0.6s ease-out;
|
1424 |
-
transition: all 0.6s ease-out;
|
1425 |
-
}
|
1426 |
-
|
1427 |
-
.premium-banner-animation11 img {
|
1428 |
-
width: 100%;
|
1429 |
-
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1430 |
-
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1431 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1432 |
-
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1433 |
-
}
|
1434 |
-
|
1435 |
-
.premium-banner-animation11 .premium-banner-ib-title {
|
1436 |
-
margin-bottom: 10px;
|
1437 |
-
}
|
1438 |
-
|
1439 |
-
.premium-banner-animation11 .premium-banner-gradient {
|
1440 |
-
position: absolute;
|
1441 |
-
left: 0;
|
1442 |
-
top: 0;
|
1443 |
-
right: 0;
|
1444 |
-
bottom: 0;
|
1445 |
-
}
|
1446 |
-
|
1447 |
-
.premium-banner-animation11 .premium-banner-gradient:after,
|
1448 |
-
.premium-banner-animation11 .premium-banner-gradient:before {
|
1449 |
-
position: absolute;
|
1450 |
-
content: "";
|
1451 |
-
left: 0;
|
1452 |
-
top: 0;
|
1453 |
-
right: 0;
|
1454 |
-
bottom: 0;
|
1455 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
1456 |
-
transform: translate3d(100%, 0, 0);
|
1457 |
-
background-image: -webkit-linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1458 |
-
background-image: -webkit-linear-gradient(130deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1459 |
-
background-image: linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1460 |
-
z-index: 2;
|
1461 |
-
}
|
1462 |
-
|
1463 |
-
.premium-banner-animation11 .premium-banner-gradient:before {
|
1464 |
-
mix-blend-mode: color;
|
1465 |
-
}
|
1466 |
-
|
1467 |
-
.premium-banner-animation11 .premium-banner-gradient:after {
|
1468 |
-
mix-blend-mode: multiply;
|
1469 |
-
}
|
1470 |
-
|
1471 |
-
.premium-banner-animation11:hover .premium-banner-ib-desc,
|
1472 |
-
.premium-banner-animation11.active .premium-banner-ib-desc {
|
1473 |
-
opacity: 1;
|
1474 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1475 |
-
transform: translate3d(0, 0, 0);
|
1476 |
-
}
|
1477 |
-
|
1478 |
-
.premium-banner-animation11:hover .premium-banner-gradient:after,
|
1479 |
-
.premium-banner-animation11:hover .premium-banner-gradient:before,
|
1480 |
-
.premium-banner-animation11.active .premium-banner-gradient:after,
|
1481 |
-
.premium-banner-animation11.active .premium-banner-gradient:before {
|
1482 |
-
-webkit-transform: translate3d(0, 0, 0);
|
1483 |
-
transform: translate3d(0, 0, 0);
|
1484 |
-
}
|
1485 |
-
|
1486 |
-
.premium-banner-animation11.zoomout img,
|
1487 |
-
.premium-banner-animation11.scale img {
|
1488 |
-
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
1489 |
-
transform: translate3d(-10px, 0, 0) scale(1.1);
|
1490 |
-
}
|
1491 |
-
|
1492 |
-
/************ Premium Countdown ************/
|
1493 |
-
/*******************************************/
|
1494 |
-
.premium-countdown {
|
1495 |
-
-js-display: flex;
|
1496 |
-
display: -webkit-box;
|
1497 |
-
display: -webkit-flex;
|
1498 |
-
display: -moz-box;
|
1499 |
-
display: -ms-flexbox;
|
1500 |
-
display: flex;
|
1501 |
-
text-align: center;
|
1502 |
-
}
|
1503 |
-
|
1504 |
-
.countdown-row {
|
1505 |
-
display: block;
|
1506 |
-
text-align: center;
|
1507 |
-
}
|
1508 |
-
|
1509 |
-
.countdown .countdown-section {
|
1510 |
-
display: inline-block;
|
1511 |
-
max-width: 100%;
|
1512 |
-
margin-bottom: 15px;
|
1513 |
-
-js-display: inline-flex;
|
1514 |
-
display: -webkit-inline-box;
|
1515 |
-
display: -webkit-inline-flex;
|
1516 |
-
display: -moz-inline-box;
|
1517 |
-
display: -ms-inline-flexbox;
|
1518 |
-
display: inline-flex;
|
1519 |
-
-webkit-box-align: center;
|
1520 |
-
-webkit-align-items: center;
|
1521 |
-
-moz-box-align: center;
|
1522 |
-
-ms-flex-align: center;
|
1523 |
-
align-items: center;
|
1524 |
-
}
|
1525 |
-
|
1526 |
-
.countdown .countdown-section:last-child {
|
1527 |
-
margin-left: 0;
|
1528 |
-
}
|
1529 |
-
|
1530 |
-
.countdown span.countdown-amount {
|
1531 |
-
font-size: 70px;
|
1532 |
-
line-height: 1;
|
1533 |
-
padding: 40px;
|
1534 |
-
}
|
1535 |
-
|
1536 |
-
.countdown .pre_time-mid {
|
1537 |
-
display: block;
|
1538 |
-
}
|
1539 |
-
|
1540 |
-
.premium-countdown-separator-yes .countdown_separator {
|
1541 |
-
display: block;
|
1542 |
-
margin: 0 50px;
|
1543 |
-
font-size: 30px;
|
1544 |
-
}
|
1545 |
-
|
1546 |
-
.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
|
1547 |
-
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
|
1548 |
-
display: none;
|
1549 |
-
}
|
1550 |
-
|
1551 |
-
/**
|
1552 |
-
* Digit and unit styles
|
1553 |
-
*/
|
1554 |
-
.side .countdown-section .countdown-period {
|
1555 |
-
vertical-align: bottom;
|
1556 |
-
}
|
1557 |
-
|
1558 |
-
.countdown .countdown-section .countdown-period {
|
1559 |
-
font-size: 17px;
|
1560 |
-
line-height: 3em;
|
1561 |
-
}
|
1562 |
-
|
1563 |
-
.side .countdown-section .countdown-amount,
|
1564 |
-
.side .countdown-section .countdown-period {
|
1565 |
-
display: inline-block;
|
1566 |
-
}
|
1567 |
-
|
1568 |
-
.side .countdown-section .countdown-amount {
|
1569 |
-
margin-left: 5px;
|
1570 |
-
}
|
1571 |
-
|
1572 |
-
.down .countdown-section .countdown-amount,
|
1573 |
-
.down .countdown-section .countdown-period {
|
1574 |
-
display: block;
|
1575 |
-
}
|
1576 |
-
|
1577 |
-
/**
|
1578 |
-
* Flip Layout
|
1579 |
-
*/
|
1580 |
-
.premium-countdown-flip .premium-countdown-block {
|
1581 |
-
text-align: center;
|
1582 |
-
-js-display: inline-flex;
|
1583 |
-
display: -webkit-inline-box;
|
1584 |
-
display: -webkit-inline-flex;
|
1585 |
-
display: -moz-inline-box;
|
1586 |
-
display: -ms-inline-flexbox;
|
1587 |
-
display: inline-flex;
|
1588 |
-
-webkit-box-align: center;
|
1589 |
-
-webkit-align-items: center;
|
1590 |
-
-moz-box-align: center;
|
1591 |
-
-ms-flex-align: center;
|
1592 |
-
align-items: center;
|
1593 |
-
}
|
1594 |
-
|
1595 |
-
.premium-countdown-flip .premium-countdown-block:last-child {
|
1596 |
-
margin-left: 0;
|
1597 |
-
}
|
1598 |
-
|
1599 |
-
.premium-countdown-flip .premium-countdown-label {
|
1600 |
-
overflow: hidden;
|
1601 |
-
color: #1a1a1a;
|
1602 |
-
text-transform: uppercase;
|
1603 |
-
}
|
1604 |
-
|
1605 |
-
.premium-countdown-flip .premium-countdown-figure {
|
1606 |
-
position: relative;
|
1607 |
-
height: 110px;
|
1608 |
-
width: 100px;
|
1609 |
-
line-height: 107px;
|
1610 |
-
background-color: #fff;
|
1611 |
-
-webkit-border-radius: 10px;
|
1612 |
-
border-radius: 10px;
|
1613 |
-
-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1614 |
-
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1615 |
-
}
|
1616 |
-
|
1617 |
-
.premium-countdown-flip .premium-countdown-figure:last-child {
|
1618 |
-
margin-left: 0;
|
1619 |
-
}
|
1620 |
-
|
1621 |
-
.premium-countdown-flip .premium-countdown-figure>span {
|
1622 |
-
position: absolute;
|
1623 |
-
right: 0;
|
1624 |
-
left: 0;
|
1625 |
-
margin: auto;
|
1626 |
-
font-weight: 700;
|
1627 |
-
}
|
1628 |
-
|
1629 |
-
.premium-countdown-flip .premium-countdown-figure .top {
|
1630 |
-
z-index: 3;
|
1631 |
-
-webkit-transform-origin: 50% 100%;
|
1632 |
-
-ms-transform-origin: 50% 100%;
|
1633 |
-
transform-origin: 50% 100%;
|
1634 |
-
-webkit-transform: perspective(200px);
|
1635 |
-
transform: perspective(200px);
|
1636 |
-
-webkit-backface-visibility: hidden;
|
1637 |
-
backface-visibility: hidden;
|
1638 |
-
}
|
1639 |
-
|
1640 |
-
.premium-countdown-flip .premium-countdown-figure .bottom {
|
1641 |
-
z-index: 1;
|
1642 |
-
}
|
1643 |
-
|
1644 |
-
.premium-countdown-flip .premium-countdown-figure .bottom::before {
|
1645 |
-
content: "";
|
1646 |
-
position: absolute;
|
1647 |
-
display: block;
|
1648 |
-
top: 0;
|
1649 |
-
right: 0;
|
1650 |
-
width: 100%;
|
1651 |
-
height: 50%;
|
1652 |
-
background-color: rgba(0, 0, 0, 0.02);
|
1653 |
-
}
|
1654 |
-
|
1655 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1656 |
-
-webkit-backface-visibility: hidden;
|
1657 |
-
backface-visibility: hidden;
|
1658 |
-
z-index: 4;
|
1659 |
-
bottom: 0;
|
1660 |
-
-webkit-transform-origin: 50% 0;
|
1661 |
-
-ms-transform-origin: 50% 0;
|
1662 |
-
transform-origin: 50% 0;
|
1663 |
-
-webkit-transform: perspective(200px) rotateX(180deg);
|
1664 |
-
transform: perspective(200px) rotateX(180deg);
|
1665 |
-
}
|
1666 |
-
|
1667 |
-
.premium-countdown-flip .premium-countdown-figure .top-back span {
|
1668 |
-
position: absolute;
|
1669 |
-
top: -100%;
|
1670 |
-
right: 0;
|
1671 |
-
left: 0;
|
1672 |
-
margin: auto;
|
1673 |
-
}
|
1674 |
-
|
1675 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back {
|
1676 |
-
z-index: 2;
|
1677 |
-
top: 0;
|
1678 |
-
}
|
1679 |
-
|
1680 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back span {
|
1681 |
-
position: absolute;
|
1682 |
-
top: 0;
|
1683 |
-
right: 0;
|
1684 |
-
left: 0;
|
1685 |
-
margin: auto;
|
1686 |
-
}
|
1687 |
-
|
1688 |
-
.premium-countdown-flip .premium-countdown-figure .top,
|
1689 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back,
|
1690 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1691 |
-
height: 50%;
|
1692 |
-
overflow: hidden;
|
1693 |
-
background-color: #f7f7f7;
|
1694 |
-
-webkit-border-top-right-radius: 10px;
|
1695 |
-
border-top-right-radius: 10px;
|
1696 |
-
-webkit-border-top-left-radius: 10px;
|
1697 |
-
border-top-left-radius: 10px;
|
1698 |
-
}
|
1699 |
-
|
1700 |
-
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1701 |
-
-webkit-border-bottom-right-radius: 10px;
|
1702 |
-
border-bottom-right-radius: 10px;
|
1703 |
-
-webkit-border-bottom-left-radius: 10px;
|
1704 |
-
border-bottom-left-radius: 10px;
|
1705 |
-
}
|
1706 |
-
|
1707 |
-
.premium-countdown-flip .premium-countdown-figure .top::after,
|
1708 |
-
.premium-countdown-flip .premium-countdown-figure .bottom-back::after {
|
1709 |
-
content: "";
|
1710 |
-
position: absolute;
|
1711 |
-
z-index: -1;
|
1712 |
-
right: 0;
|
1713 |
-
bottom: 0;
|
1714 |
-
width: 100%;
|
1715 |
-
height: 100%;
|
1716 |
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
1717 |
-
}
|
1718 |
-
|
1719 |
-
.side .premium-countdown-figure,
|
1720 |
-
.side .premium-countdown-label {
|
1721 |
-
display: inline-block;
|
1722 |
-
}
|
1723 |
-
|
1724 |
-
.side .premium-countdown-figure {
|
1725 |
-
margin-left: 5px;
|
1726 |
-
}
|
1727 |
-
|
1728 |
-
.down .premium-countdown-figure,
|
1729 |
-
.down .premium-countdown-label {
|
1730 |
-
display: block;
|
1731 |
-
}
|
1732 |
-
|
1733 |
-
.down .premium-countdown-label {
|
1734 |
-
width: 100%;
|
1735 |
-
}
|
1736 |
-
|
1737 |
-
/**************** Premium Carousel **************/
|
1738 |
-
/************************************************/
|
1739 |
-
.premium-carousel-wrapper a.carousel-arrow,
|
1740 |
-
.premium-carousel-wrapper a.ver-carousel-arrow,
|
1741 |
-
.premium-fb-rev-container a.carousel-arrow,
|
1742 |
-
.premium-tabs-nav-list a.carousel-arrow,
|
1743 |
-
.premium-blog-wrap a.carousel-arrow,
|
1744 |
-
.premium-hscroll-wrap a.carousel-arrow,
|
1745 |
-
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1746 |
-
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1747 |
-
.premium-instafeed-container a.carousel-arrow,
|
1748 |
-
.premium-persons-container a.carousel-arrow {
|
1749 |
-
display: -ms-flexbox;
|
1750 |
-
display: -webkit-flex;
|
1751 |
-
display: -moz-flex;
|
1752 |
-
display: -ms-flex;
|
1753 |
-
-js-display: flex;
|
1754 |
-
display: -webkit-box;
|
1755 |
-
display: -moz-box;
|
1756 |
-
display: flex;
|
1757 |
-
-webkit-box-align: center;
|
1758 |
-
-webkit-align-items: center;
|
1759 |
-
-moz-box-align: center;
|
1760 |
-
-ms-flex-align: center;
|
1761 |
-
align-items: center;
|
1762 |
-
-webkit-box-pack: center;
|
1763 |
-
-webkit-justify-content: center;
|
1764 |
-
-moz-box-pack: center;
|
1765 |
-
-ms-flex-pack: center;
|
1766 |
-
justify-content: center;
|
1767 |
-
width: 2em;
|
1768 |
-
height: 2em;
|
1769 |
-
line-height: 0;
|
1770 |
-
text-align: center;
|
1771 |
-
position: absolute;
|
1772 |
-
z-index: 99;
|
1773 |
-
cursor: pointer;
|
1774 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1775 |
-
transition: all 0.3s ease-in-out;
|
1776 |
-
-webkit-appearance: inherit;
|
1777 |
-
border: none;
|
1778 |
-
-webkit-box-shadow: none;
|
1779 |
-
box-shadow: none;
|
1780 |
-
}
|
1781 |
-
|
1782 |
-
.premium-carousel-wrapper a.carousel-arrow svg,
|
1783 |
-
.premium-carousel-wrapper a.ver-carousel-arrow svg {
|
1784 |
-
-webkit-transition: all 0.3s ease-in-out;
|
1785 |
-
transition: all 0.3s ease-in-out;
|
1786 |
-
}
|
1787 |
-
|
1788 |
-
div[class^="premium-"] .slick-arrow i {
|
1789 |
-
display: block;
|
1790 |
-
}
|
1791 |
-
|
1792 |
-
.ver-carousel-arrow.carousel-next i {
|
1793 |
-
margin-bottom: -3px;
|
1794 |
-
}
|
1795 |
-
|
1796 |
-
.premium-carousel-wrapper a.slick-arrow:hover {
|
1797 |
-
-webkit-box-shadow: none !important;
|
1798 |
-
box-shadow: none !important;
|
1799 |
-
}
|
1800 |
-
|
1801 |
-
.premium-carousel-wrapper .premium-carousel-content-hidden {
|
1802 |
-
visibility: hidden;
|
1803 |
-
}
|
1804 |
-
|
1805 |
-
.premium-carousel-wrapper a.carousel-arrow,
|
1806 |
-
.premium-fb-rev-container a.carousel-arrow,
|
1807 |
-
.premium-tabs-nav-list a.carousel-arrow,
|
1808 |
-
.premium-blog-wrap a.carousel-arrow,
|
1809 |
-
.premium-hscroll-wrap a.carousel-arrow,
|
1810 |
-
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1811 |
-
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1812 |
-
.premium-instafeed-container a.carousel-arrow,
|
1813 |
-
.premium-persons-container a.carousel-arrow {
|
1814 |
-
top: 50%;
|
1815 |
-
-webkit-transform: translateY(-50%);
|
1816 |
-
-ms-transform: translateY(-50%);
|
1817 |
-
transform: translateY(-50%);
|
1818 |
-
}
|
1819 |
-
|
1820 |
-
.premium-carousel-wrapper a.ver-carousel-arrow {
|
1821 |
-
right: 50%;
|
1822 |
-
-webkit-transform: translateX(50%);
|
1823 |
-
-ms-transform: translateX(50%);
|
1824 |
-
transform: translateX(50%);
|
1825 |
-
}
|
1826 |
-
|
1827 |
-
a.carousel-arrow.carousel-next {
|
1828 |
-
right: -20px;
|
1829 |
-
}
|
1830 |
-
|
1831 |
-
a.carousel-arrow.carousel-prev {
|
1832 |
-
left: -20px;
|
1833 |
-
}
|
1834 |
-
|
1835 |
-
a.ver-carousel-arrow.carousel-next {
|
1836 |
-
bottom: -56px;
|
1837 |
-
}
|
1838 |
-
|
1839 |
-
a.ver-carousel-arrow.carousel-prev {
|
1840 |
-
top: -45px;
|
1841 |
-
}
|
1842 |
-
|
1843 |
-
a.circle-bg {
|
1844 |
-
-webkit-border-radius: 100%;
|
1845 |
-
border-radius: 100%;
|
1846 |
-
}
|
1847 |
-
|
1848 |
-
a.circle-border {
|
1849 |
-
-webkit-border-radius: 100%;
|
1850 |
-
border-radius: 100%;
|
1851 |
-
border: solid black;
|
1852 |
-
}
|
1853 |
-
|
1854 |
-
a.square-border {
|
1855 |
-
border: solid black;
|
1856 |
-
}
|
1857 |
-
|
1858 |
-
.premium-carousel-dots-below,
|
1859 |
-
.premium-blog-wrap ul.slick-dots,
|
1860 |
-
.premium-fb-rev-reviews ul.slick-dots {
|
1861 |
-
position: relative;
|
1862 |
-
bottom: 0;
|
1863 |
-
list-style: none;
|
1864 |
-
text-align: center;
|
1865 |
-
margin: 0;
|
1866 |
-
padding: 0;
|
1867 |
-
}
|
1868 |
-
|
1869 |
-
.premium-carousel-dots-above ul.slick-dots {
|
1870 |
-
position: absolute;
|
1871 |
-
display: -ms-flexbox;
|
1872 |
-
display: -webkit-flex;
|
1873 |
-
display: -moz-flex;
|
1874 |
-
display: -ms-flex;
|
1875 |
-
-js-display: flex;
|
1876 |
-
display: -webkit-box;
|
1877 |
-
display: -moz-box;
|
1878 |
-
display: flex;
|
1879 |
-
top: 50%;
|
1880 |
-
-webkit-transform: translateY(-50%);
|
1881 |
-
-ms-transform: translateY(-50%);
|
1882 |
-
transform: translateY(-50%);
|
1883 |
-
-webkit-flex-direction: column;
|
1884 |
-
-webkit-box-orient: vertical;
|
1885 |
-
-webkit-box-direction: normal;
|
1886 |
-
-moz-box-orient: vertical;
|
1887 |
-
-moz-box-direction: normal;
|
1888 |
-
-ms-flex-direction: column;
|
1889 |
-
flex-direction: column;
|
1890 |
-
}
|
1891 |
-
|
1892 |
-
ul.slick-dots li {
|
1893 |
-
font-size: 10px;
|
1894 |
-
display: -webkit-inline-box;
|
1895 |
-
display: -webkit-inline-flex;
|
1896 |
-
display: -ms-inline-flexbox;
|
1897 |
-
-js-display: inline-flex;
|
1898 |
-
display: -moz-inline-box;
|
1899 |
-
display: inline-flex;
|
1900 |
-
-webkit-box-pack: center;
|
1901 |
-
-webkit-justify-content: center;
|
1902 |
-
-moz-box-pack: center;
|
1903 |
-
-ms-flex-pack: center;
|
1904 |
-
justify-content: center;
|
1905 |
-
-webkit-box-align: center;
|
1906 |
-
-webkit-align-items: center;
|
1907 |
-
-moz-box-align: center;
|
1908 |
-
-ms-flex-align: center;
|
1909 |
-
align-items: center;
|
1910 |
-
margin: 5px;
|
1911 |
-
width: 20px;
|
1912 |
-
height: 20px;
|
1913 |
-
cursor: pointer;
|
1914 |
-
}
|
1915 |
-
|
1916 |
-
/*
|
1917 |
-
* Custom Navigation Dot
|
1918 |
-
*/
|
1919 |
-
.premium-carousel-wrapper .premium-carousel-nav-dot,
|
1920 |
-
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
|
1921 |
-
.premium-carousel-wrapper .premium-carousel-nav-arrow-next {
|
1922 |
-
display: none;
|
1923 |
-
}
|
1924 |
-
|
1925 |
-
.premium-carousel-wrapper ul.slick-dots svg {
|
1926 |
-
width: 20px;
|
1927 |
-
height: 20px;
|
1928 |
-
|
1929 |
-
|
1930 |
-
|
1931 |
-
|
1932 |
-
|
1933 |
-
|
1934 |
-
transform: scale(1);
|
1935 |
-
|
1936 |
-
|
1937 |
-
|
1938 |
-
|
1939 |
-
|
1940 |
-
transform: scale(1.5);
|
1941 |
-
|
1942 |
-
|
1943 |
-
}
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
transform: scale(1);
|
1949 |
-
|
1950 |
-
|
1951 |
-
|
1952 |
-
|
1953 |
-
|
1954 |
-
transform: scale(1.5);
|
1955 |
-
|
1956 |
-
|
1957 |
-
}
|
1958 |
-
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
1962 |
-
|
1963 |
-
|
1964 |
-
.premium-carousel-ripple-yes ul.slick-dots li
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
|
1969 |
-
|
1970 |
-
|
1971 |
-
|
1972 |
-
|
1973 |
-
|
1974 |
-
|
1975 |
-
|
1976 |
-
-
|
1977 |
-
transform: scale(1);
|
1978 |
-
|
1979 |
-
|
1980 |
-
|
1981 |
-
|
1982 |
-
|
1983 |
-
border-radius: 50%;
|
1984 |
-
|
1985 |
-
|
1986 |
-
|
1987 |
-
|
1988 |
-
|
1989 |
-
|
1990 |
-
|
1991 |
-
|
1992 |
-
|
1993 |
-
|
1994 |
-
animation: hvr-ripple-out 1.3s infinite;
|
1995 |
-
|
1996 |
-
|
1997 |
-
|
1998 |
-
|
1999 |
-
-
|
2000 |
-
transform: scale(1.25, 1.25);
|
2001 |
-
|
2002 |
-
transition: all 0.3s ease-in-out !important;
|
2003 |
-
|
2004 |
-
|
2005 |
-
|
2006 |
-
|
2007 |
-
-
|
2008 |
-
transform: scale(1, 1);
|
2009 |
-
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
|
2014 |
-
|
2015 |
-
|
2016 |
-
|
2017 |
-
|
2018 |
-
|
2019 |
-
|
2020 |
-
display:
|
2021 |
-
display: -webkit-
|
2022 |
-
display: -
|
2023 |
-
display: -
|
2024 |
-
display:
|
2025 |
-
|
2026 |
-
-webkit-
|
2027 |
-
-
|
2028 |
-
-
|
2029 |
-
|
2030 |
-
-
|
2031 |
-
-webkit-align
|
2032 |
-
-
|
2033 |
-
-
|
2034 |
-
align
|
2035 |
-
|
2036 |
-
|
2037 |
-
|
2038 |
-
|
2039 |
-
-webkit-box-
|
2040 |
-
-webkit-
|
2041 |
-
-
|
2042 |
-
-moz-box-
|
2043 |
-
-
|
2044 |
-
flex-direction: column;
|
2045 |
-
|
2046 |
-
|
2047 |
-
|
2048 |
-
|
2049 |
-
-webkit-box-
|
2050 |
-
-webkit-
|
2051 |
-
-
|
2052 |
-
-moz-box-
|
2053 |
-
-
|
2054 |
-
flex-direction: row-reverse;
|
2055 |
-
|
2056 |
-
|
2057 |
-
|
2058 |
-
|
2059 |
-
|
2060 |
-
|
2061 |
-
|
2062 |
-
|
2063 |
-
|
2064 |
-
|
2065 |
-
|
2066 |
-
|
2067 |
-
|
2068 |
-
|
2069 |
-
|
2070 |
-
|
2071 |
-
|
2072 |
-
|
2073 |
-
|
2074 |
-
|
2075 |
-
|
2076 |
-
|
2077 |
-
border-radius: 100%;
|
2078 |
-
|
2079 |
-
|
2080 |
-
|
2081 |
-
.premium-counter-area .premium-counter-icon
|
2082 |
-
|
2083 |
-
|
2084 |
-
|
2085 |
-
|
2086 |
-
|
2087 |
-
|
2088 |
-
|
2089 |
-
|
2090 |
-
|
2091 |
-
|
2092 |
-
|
2093 |
-
|
2094 |
-
|
2095 |
-
|
2096 |
-
display:
|
2097 |
-
display: -webkit-
|
2098 |
-
display: -
|
2099 |
-
display: -
|
2100 |
-
display:
|
2101 |
-
|
2102 |
-
-webkit-align
|
2103 |
-
-
|
2104 |
-
-
|
2105 |
-
align
|
2106 |
-
|
2107 |
-
|
2108 |
-
|
2109 |
-
|
2110 |
-
|
2111 |
-
|
2112 |
-
|
2113 |
-
|
2114 |
-
|
2115 |
-
|
2116 |
-
|
2117 |
-
|
2118 |
-
|
2119 |
-
|
2120 |
-
|
2121 |
-
|
2122 |
-
|
2123 |
-
|
2124 |
-
|
2125 |
-
|
2126 |
-
|
2127 |
-
|
2128 |
-
|
2129 |
-
|
2130 |
-
|
2131 |
-
|
2132 |
-
|
2133 |
-
|
2134 |
-
|
2135 |
-
mask-repeat: no-repeat;
|
2136 |
-
|
2137 |
-
mask-position: center;
|
2138 |
-
|
2139 |
-
|
2140 |
-
|
2141 |
-
|
2142 |
-
|
2143 |
-
|
2144 |
-
|
2145 |
-
|
2146 |
-
|
2147 |
-
|
2148 |
-
|
2149 |
-
|
2150 |
-
|
2151 |
-
|
2152 |
-
|
2153 |
-
a.premium-image-separator-link:
|
2154 |
-
a.premium-image-separator-link:
|
2155 |
-
a.premium-image-separator-link:
|
2156 |
-
|
2157 |
-
box-shadow: none !important;
|
2158 |
-
|
2159 |
-
|
2160 |
-
|
2161 |
-
|
2162 |
-
|
2163 |
-
|
2164 |
-
|
2165 |
-
|
2166 |
-
|
2167 |
-
|
2168 |
-
.premium-image-separator-container
|
2169 |
-
|
2170 |
-
|
2171 |
-
transition: all 0.3s ease-in-out;
|
2172 |
-
|
2173 |
-
|
2174 |
-
|
2175 |
-
|
2176 |
-
|
2177 |
-
.premium-modal-
|
2178 |
-
|
2179 |
-
|
2180 |
-
|
2181 |
-
|
2182 |
-
font-
|
2183 |
-
|
2184 |
-
|
2185 |
-
|
2186 |
-
|
2187 |
-
-
|
2188 |
-
touch-action: manipulation;
|
2189 |
-
|
2190 |
-
|
2191 |
-
-
|
2192 |
-
-
|
2193 |
-
user-select: none;
|
2194 |
-
|
2195 |
-
|
2196 |
-
|
2197 |
-
|
2198 |
-
|
2199 |
-
.premium-modal-trigger-btn
|
2200 |
-
|
2201 |
-
transition: all 0.3s ease-in-out;
|
2202 |
-
|
2203 |
-
|
2204 |
-
|
2205 |
-
|
2206 |
-
|
2207 |
-
|
2208 |
-
|
2209 |
-
|
2210 |
-
|
2211 |
-
|
2212 |
-
font-
|
2213 |
-
|
2214 |
-
|
2215 |
-
|
2216 |
-
|
2217 |
-
|
2218 |
-
.premium-modal-box-modal-close:
|
2219 |
-
|
2220 |
-
|
2221 |
-
|
2222 |
-
|
2223 |
-
|
2224 |
-
|
2225 |
-
|
2226 |
-
|
2227 |
-
|
2228 |
-
|
2229 |
-
|
2230 |
-
|
2231 |
-
|
2232 |
-
|
2233 |
-
|
2234 |
-
|
2235 |
-
|
2236 |
-
|
2237 |
-
|
2238 |
-
|
2239 |
-
|
2240 |
-
|
2241 |
-
|
2242 |
-
|
2243 |
-
|
2244 |
-
|
2245 |
-
-webkit-align
|
2246 |
-
-
|
2247 |
-
-
|
2248 |
-
align
|
2249 |
-
-
|
2250 |
-
-webkit-
|
2251 |
-
-
|
2252 |
-
-
|
2253 |
-
|
2254 |
-
|
2255 |
-
|
2256 |
-
|
2257 |
-
|
2258 |
-
|
2259 |
-
max-height: calc(100vh - 150px);
|
2260 |
-
-
|
2261 |
-
display:
|
2262 |
-
display: -webkit-
|
2263 |
-
display: -
|
2264 |
-
display: -
|
2265 |
-
display:
|
2266 |
-
|
2267 |
-
-webkit-box-
|
2268 |
-
-webkit-
|
2269 |
-
-
|
2270 |
-
-moz-box-
|
2271 |
-
-
|
2272 |
-
flex-direction: column;
|
2273 |
-
|
2274 |
-
|
2275 |
-
|
2276 |
-
|
2277 |
-
|
2278 |
-
|
2279 |
-
background-clip: padding-box;
|
2280 |
-
|
2281 |
-
|
2282 |
-
border-radius: 6px;
|
2283 |
-
|
2284 |
-
|
2285 |
-
|
2286 |
-
|
2287 |
-
|
2288 |
-
|
2289 |
-
|
2290 |
-
|
2291 |
-
|
2292 |
-
|
2293 |
-
|
2294 |
-
|
2295 |
-
|
2296 |
-
|
2297 |
-
|
2298 |
-
|
2299 |
-
|
2300 |
-
|
2301 |
-
|
2302 |
-
|
2303 |
-
|
2304 |
-
|
2305 |
-
|
2306 |
-
|
2307 |
-
|
2308 |
-
|
2309 |
-
|
2310 |
-
|
2311 |
-
|
2312 |
-
|
2313 |
-
|
2314 |
-
|
2315 |
-
|
2316 |
-
|
2317 |
-
display:
|
2318 |
-
display: -webkit-
|
2319 |
-
display: -
|
2320 |
-
display: -
|
2321 |
-
display:
|
2322 |
-
|
2323 |
-
|
2324 |
-
|
2325 |
-
|
2326 |
-
display:
|
2327 |
-
display: -webkit-
|
2328 |
-
display: -
|
2329 |
-
display: -
|
2330 |
-
display:
|
2331 |
-
|
2332 |
-
-webkit-
|
2333 |
-
-
|
2334 |
-
-
|
2335 |
-
|
2336 |
-
-
|
2337 |
-
-webkit-align
|
2338 |
-
-
|
2339 |
-
-
|
2340 |
-
align
|
2341 |
-
|
2342 |
-
|
2343 |
-
|
2344 |
-
|
2345 |
-
|
2346 |
-
|
2347 |
-
|
2348 |
-
|
2349 |
-
|
2350 |
-
|
2351 |
-
display:
|
2352 |
-
display: -webkit-
|
2353 |
-
display: -
|
2354 |
-
display: -
|
2355 |
-
display:
|
2356 |
-
|
2357 |
-
-webkit-align
|
2358 |
-
-
|
2359 |
-
-
|
2360 |
-
align
|
2361 |
-
|
2362 |
-
|
2363 |
-
|
2364 |
-
|
2365 |
-
|
2366 |
-
|
2367 |
-
|
2368 |
-
|
2369 |
-
|
2370 |
-
|
2371 |
-
|
2372 |
-
|
2373 |
-
|
2374 |
-
|
2375 |
-
|
2376 |
-
|
2377 |
-
|
2378 |
-
|
2379 |
-
|
2380 |
-
|
2381 |
-
|
2382 |
-
|
2383 |
-
|
2384 |
-
|
2385 |
-
|
2386 |
-
|
2387 |
-
|
2388 |
-
|
2389 |
-
|
2390 |
-
|
2391 |
-
|
2392 |
-
|
2393 |
-
|
2394 |
-
|
2395 |
-
|
2396 |
-
|
2397 |
-
|
2398 |
-
|
2399 |
-
|
2400 |
-
|
2401 |
-
|
2402 |
-
display:
|
2403 |
-
display: -webkit-inline-
|
2404 |
-
display: -
|
2405 |
-
display: -
|
2406 |
-
display: inline-
|
2407 |
-
|
2408 |
-
-webkit-align
|
2409 |
-
-
|
2410 |
-
-
|
2411 |
-
align
|
2412 |
-
|
2413 |
-
|
2414 |
-
transition: all 0.3s ease-in-out;
|
2415 |
-
|
2416 |
-
|
2417 |
-
|
2418 |
-
|
2419 |
-
-webkit-
|
2420 |
-
-
|
2421 |
-
-
|
2422 |
-
|
2423 |
-
|
2424 |
-
|
2425 |
-
|
2426 |
-
.premium-modal-trigger-container .premium-modal-trigger-
|
2427 |
-
.premium-modal-trigger-container .premium-modal-trigger-
|
2428 |
-
|
2429 |
-
|
2430 |
-
|
2431 |
-
|
2432 |
-
|
2433 |
-
|
2434 |
-
|
2435 |
-
|
2436 |
-
transition: all 0.3s ease-in-out;
|
2437 |
-
|
2438 |
-
|
2439 |
-
|
2440 |
-
|
2441 |
-
|
2442 |
-
|
2443 |
-
|
2444 |
-
|
2445 |
-
|
2446 |
-
.premium-modal-box-modal-header
|
2447 |
-
|
2448 |
-
|
2449 |
-
|
2450 |
-
|
2451 |
-
|
2452 |
-
|
2453 |
-
|
2454 |
-
|
2455 |
-
|
2456 |
-
.premium-modal-trigger-
|
2457 |
-
.premium-modal-
|
2458 |
-
.premium-modal-box-
|
2459 |
-
.premium-modal-box-modal-
|
2460 |
-
|
2461 |
-
transition: all 0.3s ease-in-out;
|
2462 |
-
|
2463 |
-
|
2464 |
-
|
2465 |
-
|
2466 |
-
|
2467 |
-
|
2468 |
-
|
2469 |
-
|
2470 |
-
}
|
2471 |
-
|
2472 |
-
|
2473 |
-
|
2474 |
-
|
2475 |
-
|
2476 |
-
|
2477 |
-
|
2478 |
-
}
|
2479 |
-
|
2480 |
-
|
2481 |
-
|
2482 |
-
|
2483 |
-
|
2484 |
-
|
2485 |
-
|
2486 |
-
|
2487 |
-
|
2488 |
-
|
2489 |
-
|
2490 |
-
|
2491 |
-
|
2492 |
-
|
2493 |
-
|
2494 |
-
|
2495 |
-
|
2496 |
-
|
2497 |
-
-
|
2498 |
-
border-radius: 4px;
|
2499 |
-
-
|
2500 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
2501 |
-
|
2502 |
-
|
2503 |
-
|
2504 |
-
|
2505 |
-
|
2506 |
-
|
2507 |
-
display:
|
2508 |
-
display: -webkit-
|
2509 |
-
display: -
|
2510 |
-
display: -
|
2511 |
-
display:
|
2512 |
-
|
2513 |
-
|
2514 |
-
box-shadow: none;
|
2515 |
-
|
2516 |
-
|
2517 |
-
|
2518 |
-
|
2519 |
-
|
2520 |
-
|
2521 |
-
|
2522 |
-
border-radius: 50%;
|
2523 |
-
|
2524 |
-
|
2525 |
-
|
2526 |
-
|
2527 |
-
|
2528 |
-
|
2529 |
-
|
2530 |
-
|
2531 |
-
|
2532 |
-
|
2533 |
-
|
2534 |
-
|
2535 |
-
|
2536 |
-
|
2537 |
-
|
2538 |
-
|
2539 |
-
|
2540 |
-
|
2541 |
-
|
2542 |
-
|
2543 |
-
|
2544 |
-
|
2545 |
-
|
2546 |
-
|
2547 |
-
|
2548 |
-
|
2549 |
-
|
2550 |
-
|
2551 |
-
|
2552 |
-
|
2553 |
-
|
2554 |
-
|
2555 |
-
|
2556 |
-
|
2557 |
-
|
2558 |
-
|
2559 |
-
-
|
2560 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2561 |
-
|
2562 |
-
|
2563 |
-
|
2564 |
-
|
2565 |
-
|
2566 |
-
|
2567 |
-
transparent
|
2568 |
-
|
2569 |
-
rgba(255, 255, 255, 0.15)
|
2570 |
-
|
2571 |
-
transparent
|
2572 |
-
|
2573 |
-
|
2574 |
-
|
2575 |
-
transparent
|
2576 |
-
|
2577 |
-
rgba(255, 255, 255, 0.15)
|
2578 |
-
|
2579 |
-
transparent
|
2580 |
-
|
2581 |
-
|
2582 |
-
|
2583 |
-
transparent
|
2584 |
-
|
2585 |
-
rgba(255, 255, 255, 0.15)
|
2586 |
-
|
2587 |
-
transparent
|
2588 |
-
|
2589 |
-
background-size: 40px 40px;
|
2590 |
-
|
2591 |
-
|
2592 |
-
|
2593 |
-
|
2594 |
-
animation: progress-bar-stripes 2s linear infinite;
|
2595 |
-
|
2596 |
-
|
2597 |
-
|
2598 |
-
|
2599 |
-
background-size: 400% 400% !important;
|
2600 |
-
-
|
2601 |
-
animation: progress-bar-gradient 10s ease-in-out infinite;
|
2602 |
-
|
2603 |
-
|
2604 |
-
|
2605 |
-
|
2606 |
-
|
2607 |
-
|
2608 |
-
|
2609 |
-
|
2610 |
-
|
2611 |
-
|
2612 |
-
|
2613 |
-
|
2614 |
-
|
2615 |
-
|
2616 |
-
transition: width 0s ease-in-out !important;
|
2617 |
-
|
2618 |
-
|
2619 |
-
|
2620 |
-
|
2621 |
-
|
2622 |
-
|
2623 |
-
|
2624 |
-
|
2625 |
-
|
2626 |
-
|
2627 |
-
|
2628 |
-
|
2629 |
-
|
2630 |
-
|
2631 |
-
|
2632 |
-
|
2633 |
-
|
2634 |
-
-
|
2635 |
-
transform: translateX(12.5px);
|
2636 |
-
|
2637 |
-
|
2638 |
-
|
2639 |
-
|
2640 |
-
|
2641 |
-
|
2642 |
-
|
2643 |
-
|
2644 |
-
|
2645 |
-
|
2646 |
-
|
2647 |
-
|
2648 |
-
|
2649 |
-
|
2650 |
-
|
2651 |
-
|
2652 |
-
|
2653 |
-
|
2654 |
-
|
2655 |
-
|
2656 |
-
border-
|
2657 |
-
border-
|
2658 |
-
-
|
2659 |
-
-
|
2660 |
-
transform: translateX(50%);
|
2661 |
-
|
2662 |
-
|
2663 |
-
|
2664 |
-
|
2665 |
-
|
2666 |
-
|
2667 |
-
|
2668 |
-
|
2669 |
-
|
2670 |
-
|
2671 |
-
|
2672 |
-
|
2673 |
-
|
2674 |
-
|
2675 |
-
|
2676 |
-
|
2677 |
-
|
2678 |
-
|
2679 |
-
|
2680 |
-
|
2681 |
-
|
2682 |
-
|
2683 |
-
|
2684 |
-
|
2685 |
-
|
2686 |
-
|
2687 |
-
clip-path: inset(0 0 0 50%);
|
2688 |
-
|
2689 |
-
|
2690 |
-
|
2691 |
-
|
2692 |
-
|
2693 |
-
|
2694 |
-
|
2695 |
-
|
2696 |
-
|
2697 |
-
border-
|
2698 |
-
border-
|
2699 |
-
|
2700 |
-
border-radius: 50%;
|
2701 |
-
-
|
2702 |
-
clip-path: inset(0 50% 0 0);
|
2703 |
-
|
2704 |
-
|
2705 |
-
|
2706 |
-
|
2707 |
-
-
|
2708 |
-
transform: rotate(0);
|
2709 |
-
|
2710 |
-
|
2711 |
-
|
2712 |
-
|
2713 |
-
-
|
2714 |
-
transform: rotate(-180deg);
|
2715 |
-
|
2716 |
-
|
2717 |
-
|
2718 |
-
|
2719 |
-
|
2720 |
-
|
2721 |
-
|
2722 |
-
|
2723 |
-
border-radius: 50%;
|
2724 |
-
|
2725 |
-
|
2726 |
-
|
2727 |
-
|
2728 |
-
|
2729 |
-
|
2730 |
-
|
2731 |
-
|
2732 |
-
|
2733 |
-
display:
|
2734 |
-
display: -webkit-
|
2735 |
-
display: -
|
2736 |
-
display: -
|
2737 |
-
display:
|
2738 |
-
|
2739 |
-
-webkit-box-
|
2740 |
-
-webkit-
|
2741 |
-
-
|
2742 |
-
-moz-box-
|
2743 |
-
-
|
2744 |
-
flex-direction: column;
|
2745 |
-
-
|
2746 |
-
-webkit-
|
2747 |
-
-
|
2748 |
-
-
|
2749 |
-
|
2750 |
-
-
|
2751 |
-
-webkit-align
|
2752 |
-
-
|
2753 |
-
-
|
2754 |
-
align
|
2755 |
-
|
2756 |
-
|
2757 |
-
|
2758 |
-
|
2759 |
-
|
2760 |
-
|
2761 |
-
|
2762 |
-
|
2763 |
-
|
2764 |
-
|
2765 |
-
|
2766 |
-
|
2767 |
-
|
2768 |
-
|
2769 |
-
}
|
2770 |
-
|
2771 |
-
|
2772 |
-
|
2773 |
-
|
2774 |
-
|
2775 |
-
|
2776 |
-
|
2777 |
-
|
2778 |
-
|
2779 |
-
}
|
2780 |
-
|
2781 |
-
|
2782 |
-
|
2783 |
-
|
2784 |
-
|
2785 |
-
|
2786 |
-
|
2787 |
-
|
2788 |
-
|
2789 |
-
|
2790 |
-
|
2791 |
-
|
2792 |
-
|
2793 |
-
}
|
2794 |
-
|
2795 |
-
|
2796 |
-
|
2797 |
-
|
2798 |
-
|
2799 |
-
|
2800 |
-
|
2801 |
-
|
2802 |
-
|
2803 |
-
|
2804 |
-
|
2805 |
-
|
2806 |
-
|
2807 |
-
}
|
2808 |
-
|
2809 |
-
|
2810 |
-
|
2811 |
-
|
2812 |
-
|
2813 |
-
|
2814 |
-
|
2815 |
-
transition: all 0.3s ease-in-out;
|
2816 |
-
|
2817 |
-
|
2818 |
-
|
2819 |
-
|
2820 |
-
display:
|
2821 |
-
display: -webkit-
|
2822 |
-
display: -
|
2823 |
-
display: -
|
2824 |
-
display:
|
2825 |
-
|
2826 |
-
-webkit-
|
2827 |
-
-
|
2828 |
-
-
|
2829 |
-
|
2830 |
-
-
|
2831 |
-
-webkit-align
|
2832 |
-
-
|
2833 |
-
-
|
2834 |
-
align
|
2835 |
-
|
2836 |
-
|
2837 |
-
|
2838 |
-
.premium-testimonial-box .premium-testimonial-
|
2839 |
-
|
2840 |
-
|
2841 |
-
|
2842 |
-
|
2843 |
-
|
2844 |
-
|
2845 |
-
|
2846 |
-
|
2847 |
-
|
2848 |
-
|
2849 |
-
margin-
|
2850 |
-
|
2851 |
-
|
2852 |
-
|
2853 |
-
|
2854 |
-
|
2855 |
-
|
2856 |
-
border-radius: 50%;
|
2857 |
-
|
2858 |
-
|
2859 |
-
|
2860 |
-
|
2861 |
-
border-radius: 15px;
|
2862 |
-
|
2863 |
-
|
2864 |
-
|
2865 |
-
|
2866 |
-
object-fit: cover;
|
2867 |
-
|
2868 |
-
|
2869 |
-
|
2870 |
-
|
2871 |
-
|
2872 |
-
|
2873 |
-
|
2874 |
-
display: -
|
2875 |
-
display: -
|
2876 |
-
display: -
|
2877 |
-
|
2878 |
-
display:
|
2879 |
-
display: -
|
2880 |
-
display:
|
2881 |
-
|
2882 |
-
-webkit-box-
|
2883 |
-
-webkit-
|
2884 |
-
-
|
2885 |
-
-moz-box-
|
2886 |
-
-
|
2887 |
-
flex-direction: column;
|
2888 |
-
|
2889 |
-
|
2890 |
-
|
2891 |
-
|
2892 |
-
|
2893 |
-
|
2894 |
-
|
2895 |
-
|
2896 |
-
|
2897 |
-
|
2898 |
-
|
2899 |
-
.premium-testimonial-
|
2900 |
-
|
2901 |
-
|
2902 |
-
|
2903 |
-
|
2904 |
-
|
2905 |
-
|
2906 |
-
|
2907 |
-
.premium-dual-header-container .premium-dual-header-
|
2908 |
-
|
2909 |
-
|
2910 |
-
|
2911 |
-
|
2912 |
-
|
2913 |
-
-
|
2914 |
-
transform: translate(0, 0);
|
2915 |
-
|
2916 |
-
|
2917 |
-
|
2918 |
-
.premium-dual-header-
|
2919 |
-
|
2920 |
-
-webkit-
|
2921 |
-
|
2922 |
-
|
2923 |
-
|
2924 |
-
.premium-dual-header-
|
2925 |
-
|
2926 |
-
-webkit-text-
|
2927 |
-
-webkit-text-
|
2928 |
-
|
2929 |
-
|
2930 |
-
|
2931 |
-
|
2932 |
-
|
2933 |
-
.premium-dual-header-container .premium-dual-header-
|
2934 |
-
|
2935 |
-
|
2936 |
-
|
2937 |
-
|
2938 |
-
.premium-dual-header-
|
2939 |
-
|
2940 |
-
|
2941 |
-
}
|
2942 |
-
|
2943 |
-
|
2944 |
-
|
2945 |
-
|
2946 |
-
|
2947 |
-
}
|
2948 |
-
|
2949 |
-
|
2950 |
-
.premium-dual-header-
|
2951 |
-
|
2952 |
-
background-size: 300% 300% !important;
|
2953 |
-
-
|
2954 |
-
animation: Gradient 10s ease-in-out infinite;
|
2955 |
-
|
2956 |
-
|
2957 |
-
|
2958 |
-
|
2959 |
-
|
2960 |
-
|
2961 |
-
|
2962 |
-
|
2963 |
-
|
2964 |
-
|
2965 |
-
|
2966 |
-
|
2967 |
-
|
2968 |
-
|
2969 |
-
}
|
2970 |
-
|
2971 |
-
|
2972 |
-
|
2973 |
-
|
2974 |
-
|
2975 |
-
|
2976 |
-
|
2977 |
-
|
2978 |
-
|
2979 |
-
|
2980 |
-
|
2981 |
-
|
2982 |
-
|
2983 |
-
}
|
2984 |
-
|
2985 |
-
|
2986 |
-
|
2987 |
-
|
2988 |
-
|
2989 |
-
|
2990 |
-
|
2991 |
-
|
2992 |
-
|
2993 |
-
|
2994 |
-
|
2995 |
-
|
2996 |
-
|
2997 |
-
|
2998 |
-
|
2999 |
-
|
3000 |
-
|
3001 |
-
|
3002 |
-
-webkit-align
|
3003 |
-
-
|
3004 |
-
-
|
3005 |
-
align
|
3006 |
-
|
3007 |
-
|
3008 |
-
|
3009 |
-
|
3010 |
-
|
3011 |
-
|
3012 |
-
|
3013 |
-
|
3014 |
-
|
3015 |
-
|
3016 |
-
|
3017 |
-
object-fit: cover;
|
3018 |
-
|
3019 |
-
|
3020 |
-
|
3021 |
-
|
3022 |
-
|
3023 |
-
|
3024 |
-
|
3025 |
-
|
3026 |
-
|
3027 |
-
|
3028 |
-
|
3029 |
-
|
3030 |
-
display:
|
3031 |
-
display: -webkit-
|
3032 |
-
display: -
|
3033 |
-
display: -
|
3034 |
-
display:
|
3035 |
-
|
3036 |
-
|
3037 |
-
|
3038 |
-
|
3039 |
-
|
3040 |
-
|
3041 |
-
|
3042 |
-
|
3043 |
-
|
3044 |
-
|
3045 |
-
|
3046 |
-
.premium-title-
|
3047 |
-
|
3048 |
-
display:
|
3049 |
-
display: -webkit-
|
3050 |
-
display: -
|
3051 |
-
display: -
|
3052 |
-
display:
|
3053 |
-
|
3054 |
-
|
3055 |
-
|
3056 |
-
.premium-title-
|
3057 |
-
.premium-title-
|
3058 |
-
.premium-title-
|
3059 |
-
.premium-title-
|
3060 |
-
.premium-title-
|
3061 |
-
|
3062 |
-
display:
|
3063 |
-
display: -webkit-inline-
|
3064 |
-
display: -
|
3065 |
-
display: -
|
3066 |
-
display: inline-
|
3067 |
-
|
3068 |
-
|
3069 |
-
|
3070 |
-
|
3071 |
-
display:
|
3072 |
-
display: -webkit-inline-
|
3073 |
-
display: -
|
3074 |
-
display: -
|
3075 |
-
display: inline-
|
3076 |
-
|
3077 |
-
-webkit-box-
|
3078 |
-
-webkit-
|
3079 |
-
-
|
3080 |
-
-moz-box-
|
3081 |
-
-
|
3082 |
-
flex-direction: column;
|
3083 |
-
|
3084 |
-
|
3085 |
-
|
3086 |
-
|
3087 |
-
display:
|
3088 |
-
display: -webkit-
|
3089 |
-
display: -
|
3090 |
-
display: -
|
3091 |
-
display:
|
3092 |
-
|
3093 |
-
-webkit-align
|
3094 |
-
-
|
3095 |
-
-
|
3096 |
-
align
|
3097 |
-
|
3098 |
-
|
3099 |
-
|
3100 |
-
|
3101 |
-
border-
|
3102 |
-
|
3103 |
-
|
3104 |
-
|
3105 |
-
.premium-title-container.
|
3106 |
-
.premium-title-container.
|
3107 |
-
.premium-title-container.
|
3108 |
-
|
3109 |
-
|
3110 |
-
|
3111 |
-
|
3112 |
-
|
3113 |
-
|
3114 |
-
|
3115 |
-
|
3116 |
-
|
3117 |
-
|
3118 |
-
|
3119 |
-
|
3120 |
-
|
3121 |
-
|
3122 |
-
|
3123 |
-
|
3124 |
-
display:
|
3125 |
-
display: -webkit-
|
3126 |
-
display: -
|
3127 |
-
display: -
|
3128 |
-
display:
|
3129 |
-
|
3130 |
-
|
3131 |
-
|
3132 |
-
|
3133 |
-
|
3134 |
-
|
3135 |
-
|
3136 |
-
|
3137 |
-
background-size: 125px !important;
|
3138 |
-
|
3139 |
-
|
3140 |
-
background-clip: text !important;
|
3141 |
-
-
|
3142 |
-
animation-name: pa-shinny-text !important;
|
3143 |
-
|
3144 |
-
animation-duration: var(--animation-speed) !important;
|
3145 |
-
|
3146 |
-
animation-iteration-count: infinite !important;
|
3147 |
-
|
3148 |
-
|
3149 |
-
|
3150 |
-
|
3151 |
-
|
3152 |
-
|
3153 |
-
|
3154 |
-
|
3155 |
-
|
3156 |
-
|
3157 |
-
animation: pa-blur-shadow 2s 1 alternate;
|
3158 |
-
|
3159 |
-
|
3160 |
-
|
3161 |
-
.premium-title-gradient-yes .premium-title-
|
3162 |
-
|
3163 |
-
-webkit-
|
3164 |
-
|
3165 |
-
background-image: -webkit-
|
3166 |
-
background-image: linear-gradient(
|
3167 |
-
-
|
3168 |
-
animation: pa-text-gradient 8s infinite;
|
3169 |
-
|
3170 |
-
|
3171 |
-
|
3172 |
-
|
3173 |
-
-webkit-
|
3174 |
-
background-clip: text;
|
3175 |
-
|
3176 |
-
|
3177 |
-
|
3178 |
-
|
3179 |
-
|
3180 |
-
|
3181 |
-
|
3182 |
-
|
3183 |
-
|
3184 |
-
|
3185 |
-
}
|
3186 |
-
|
3187 |
-
|
3188 |
-
|
3189 |
-
|
3190 |
-
|
3191 |
-
|
3192 |
-
|
3193 |
-
|
3194 |
-
|
3195 |
-
}
|
3196 |
-
|
3197 |
-
|
3198 |
-
|
3199 |
-
|
3200 |
-
|
3201 |
-
|
3202 |
-
|
3203 |
-
|
3204 |
-
|
3205 |
-
|
3206 |
-
}
|
3207 |
-
|
3208 |
-
|
3209 |
-
|
3210 |
-
|
3211 |
-
|
3212 |
-
|
3213 |
-
|
3214 |
-
|
3215 |
-
|
3216 |
-
|
3217 |
-
}
|
3218 |
-
|
3219 |
-
|
3220 |
-
|
3221 |
-
|
3222 |
-
|
3223 |
-
|
3224 |
-
filter: hue-rotate(0deg);
|
3225 |
-
|
3226 |
-
|
3227 |
-
|
3228 |
-
|
3229 |
-
filter: hue-rotate(360deg);
|
3230 |
-
|
3231 |
-
}
|
3232 |
-
|
3233 |
-
|
3234 |
-
|
3235 |
-
|
3236 |
-
|
3237 |
-
|
3238 |
-
filter: hue-rotate(0deg);
|
3239 |
-
|
3240 |
-
|
3241 |
-
|
3242 |
-
|
3243 |
-
filter: hue-rotate(360deg);
|
3244 |
-
|
3245 |
-
}
|
3246 |
-
|
3247 |
-
|
3248 |
-
|
3249 |
-
|
3250 |
-
|
3251 |
-
|
3252 |
-
|
3253 |
-
|
3254 |
-
|
3255 |
-
|
3256 |
-
|
3257 |
-
|
3258 |
-
|
3259 |
-
.premium-mask-yes .premium-dual-header-
|
3260 |
-
|
3261 |
-
|
3262 |
-
|
3263 |
-
|
3264 |
-
|
3265 |
-
|
3266 |
-
|
3267 |
-
display:
|
3268 |
-
display: -webkit-inline-
|
3269 |
-
display: -
|
3270 |
-
display: -
|
3271 |
-
display: inline-
|
3272 |
-
|
3273 |
-
|
3274 |
-
|
3275 |
-
|
3276 |
-
|
3277 |
-
|
3278 |
-
|
3279 |
-
|
3280 |
-
|
3281 |
-
|
3282 |
-
-
|
3283 |
-
backface-visibility: visible;
|
3284 |
-
|
3285 |
-
|
3286 |
-
|
3287 |
-
|
3288 |
-
animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3289 |
-
-
|
3290 |
-
-
|
3291 |
-
transform: translateX(-103%);
|
3292 |
-
|
3293 |
-
|
3294 |
-
|
3295 |
-
|
3296 |
-
animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3297 |
-
-
|
3298 |
-
-
|
3299 |
-
transform: translateX(103%);
|
3300 |
-
|
3301 |
-
|
3302 |
-
|
3303 |
-
|
3304 |
-
animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3305 |
-
-
|
3306 |
-
-
|
3307 |
-
transform: translateY(-103%);
|
3308 |
-
|
3309 |
-
|
3310 |
-
|
3311 |
-
|
3312 |
-
animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3313 |
-
-
|
3314 |
-
-
|
3315 |
-
transform: translateY(103%);
|
3316 |
-
|
3317 |
-
|
3318 |
-
|
3319 |
-
|
3320 |
-
|
3321 |
-
transform: translateX(0%);
|
3322 |
-
|
3323 |
-
|
3324 |
-
|
3325 |
-
|
3326 |
-
transform: translateX(103%);
|
3327 |
-
|
3328 |
-
}
|
3329 |
-
|
3330 |
-
|
3331 |
-
|
3332 |
-
|
3333 |
-
transform: translateX(0%);
|
3334 |
-
|
3335 |
-
|
3336 |
-
|
3337 |
-
|
3338 |
-
transform: translateX(103%);
|
3339 |
-
|
3340 |
-
}
|
3341 |
-
|
3342 |
-
|
3343 |
-
|
3344 |
-
|
3345 |
-
transform: translateX(0%);
|
3346 |
-
|
3347 |
-
|
3348 |
-
|
3349 |
-
|
3350 |
-
transform: translateX(-103%);
|
3351 |
-
|
3352 |
-
}
|
3353 |
-
|
3354 |
-
|
3355 |
-
|
3356 |
-
|
3357 |
-
transform: translateX(0%);
|
3358 |
-
|
3359 |
-
|
3360 |
-
|
3361 |
-
|
3362 |
-
transform: translateX(-103%);
|
3363 |
-
|
3364 |
-
}
|
3365 |
-
|
3366 |
-
|
3367 |
-
|
3368 |
-
|
3369 |
-
transform: translateY(0%);
|
3370 |
-
|
3371 |
-
|
3372 |
-
|
3373 |
-
|
3374 |
-
transform: translateY(103%);
|
3375 |
-
|
3376 |
-
}
|
3377 |
-
|
3378 |
-
|
3379 |
-
|
3380 |
-
|
3381 |
-
transform: translateY(0%);
|
3382 |
-
|
3383 |
-
|
3384 |
-
|
3385 |
-
|
3386 |
-
transform: translateY(103%);
|
3387 |
-
|
3388 |
-
}
|
3389 |
-
|
3390 |
-
|
3391 |
-
|
3392 |
-
|
3393 |
-
transform: translateY(0%);
|
3394 |
-
|
3395 |
-
|
3396 |
-
|
3397 |
-
|
3398 |
-
transform: translateY(-103%);
|
3399 |
-
|
3400 |
-
}
|
3401 |
-
|
3402 |
-
|
3403 |
-
|
3404 |
-
|
3405 |
-
transform: translateY(0%);
|
3406 |
-
|
3407 |
-
|
3408 |
-
|
3409 |
-
|
3410 |
-
transform: translateY(-103%);
|
3411 |
-
|
3412 |
-
}
|
3413 |
-
|
3414 |
-
|
3415 |
-
|
3416 |
-
|
3417 |
-
|
3418 |
-
-
|
3419 |
-
transform: none !important;
|
3420 |
-
|
3421 |
-
|
3422 |
-
|
3423 |
-
|
3424 |
-
display:
|
3425 |
-
display: -webkit-
|
3426 |
-
display: -
|
3427 |
-
display: -
|
3428 |
-
display:
|
3429 |
-
|
3430 |
-
-webkit-box-
|
3431 |
-
-webkit-
|
3432 |
-
-
|
3433 |
-
-moz-box-
|
3434 |
-
-
|
3435 |
-
flex-direction: column;
|
3436 |
-
|
3437 |
-
|
3438 |
-
|
3439 |
-
|
3440 |
-
|
3441 |
-
|
3442 |
-
|
3443 |
-
|
3444 |
-
|
3445 |
-
|
3446 |
-
|
3447 |
-
|
3448 |
-
|
3449 |
-
|
3450 |
-
|
3451 |
-
|
3452 |
-
|
3453 |
-
|
3454 |
-
|
3455 |
-
|
3456 |
-
|
3457 |
-
|
3458 |
-
|
3459 |
-
|
3460 |
-
|
3461 |
-
|
3462 |
-
|
3463 |
-
|
3464 |
-
|
3465 |
-
|
3466 |
-
|
3467 |
-
|
3468 |
-
|
3469 |
-
|
3470 |
-
|
3471 |
-
|
3472 |
-
|
3473 |
-
|
3474 |
-
|
3475 |
-
|
3476 |
-
background-size: cover;
|
3477 |
-
background-
|
3478 |
-
|
3479 |
-
|
3480 |
-
|
3481 |
-
transition: 0.2s all;
|
3482 |
-
|
3483 |
-
|
3484 |
-
|
3485 |
-
|
3486 |
-
|
3487 |
-
|
3488 |
-
|
3489 |
-
-
|
3490 |
-
transform: translate(50%, -50%);
|
3491 |
-
|
3492 |
-
|
3493 |
-
|
3494 |
-
|
3495 |
-
|
3496 |
-
|
3497 |
-
|
3498 |
-
|
3499 |
-
|
3500 |
-
|
3501 |
-
-
|
3502 |
-
transform: translate(50%, -50%);
|
3503 |
-
|
3504 |
-
|
3505 |
-
|
3506 |
-
|
3507 |
-
-
|
3508 |
-
transition: all 0.3s ease-in-out;
|
3509 |
-
|
3510 |
-
|
3511 |
-
|
3512 |
-
|
3513 |
-
|
3514 |
-
-
|
3515 |
-
transform: translateX(-4%);
|
3516 |
-
|
3517 |
-
transition: all 0.3s ease-in-out;
|
3518 |
-
|
3519 |
-
|
3520 |
-
|
3521 |
-
|
3522 |
-
|
3523 |
-
|
3524 |
-
|
3525 |
-
|
3526 |
-
|
3527 |
-
|
3528 |
-
transition: opacity 0.8s ease-in-out;
|
3529 |
-
|
3530 |
-
|
3531 |
-
|
3532 |
-
|
3533 |
-
|
3534 |
-
|
3535 |
-
|
3536 |
-
|
3537 |
-
|
3538 |
-
|
3539 |
-
|
3540 |
-
width: 100%;
|
3541 |
-
|
3542 |
-
|
3543 |
-
|
3544 |
-
|
3545 |
-
|
3546 |
-
|
3547 |
-
|
3548 |
-
|
3549 |
-
width: 100%;
|
3550 |
-
|
3551 |
-
|
3552 |
-
|
3553 |
-
|
3554 |
-
|
3555 |
-
-
|
3556 |
-
object-fit: contain;
|
3557 |
-
|
3558 |
-
|
3559 |
-
|
3560 |
-
|
3561 |
-
display:
|
3562 |
-
display: -webkit-
|
3563 |
-
display: -
|
3564 |
-
display: -
|
3565 |
-
display:
|
3566 |
-
|
3567 |
-
|
3568 |
-
|
3569 |
-
|
3570 |
-
|
3571 |
-
margin
|
3572 |
-
-
|
3573 |
-
transition: opacity 0.2s ease-out;
|
3574 |
-
|
3575 |
-
|
3576 |
-
|
3577 |
-
|
3578 |
-
|
3579 |
-
|
3580 |
-
|
3581 |
-
|
3582 |
-
-
|
3583 |
-
-webkit-flex: 1
|
3584 |
-
-
|
3585 |
-
-
|
3586 |
-
flex: 1 0 auto;
|
3587 |
-
|
3588 |
-
|
3589 |
-
|
3590 |
-
|
3591 |
-
|
3592 |
-
|
3593 |
-
|
3594 |
-
|
3595 |
-
|
3596 |
-
|
3597 |
-
border-radius: 50%;
|
3598 |
-
|
3599 |
-
|
3600 |
-
|
3601 |
-
|
3602 |
-
|
3603 |
-
|
3604 |
-
|
3605 |
-
|
3606 |
-
|
3607 |
-
font-
|
3608 |
-
|
3609 |
-
|
3610 |
-
|
3611 |
-
|
3612 |
-
|
3613 |
-
|
3614 |
-
|
3615 |
-
|
3616 |
-
|
3617 |
-
|
3618 |
-
|
3619 |
-
font-
|
3620 |
-
|
3621 |
-
|
3622 |
-
|
3623 |
-
|
3624 |
-
|
3625 |
-
|
3626 |
-
|
3627 |
-
|
3628 |
-
|
3629 |
-
|
3630 |
-
|
3631 |
-
display:
|
3632 |
-
display: -webkit-
|
3633 |
-
display: -
|
3634 |
-
display: -
|
3635 |
-
display:
|
3636 |
-
|
3637 |
-
-
|
3638 |
-
flex-wrap: wrap;
|
3639 |
-
|
3640 |
-
|
3641 |
-
|
3642 |
-
|
3643 |
-
|
3644 |
-
|
3645 |
-
|
3646 |
-
|
3647 |
-
|
3648 |
-
-
|
3649 |
-
transform: scale(1.1);
|
3650 |
-
|
3651 |
-
|
3652 |
-
|
3653 |
-
|
3654 |
-
-
|
3655 |
-
transform: scale(1);
|
3656 |
-
|
3657 |
-
|
3658 |
-
|
3659 |
-
|
3660 |
-
-
|
3661 |
-
transform: scale(1.3) rotate(-5deg);
|
3662 |
-
|
3663 |
-
|
3664 |
-
|
3665 |
-
|
3666 |
-
filter: grayscale(0%);
|
3667 |
-
|
3668 |
-
|
3669 |
-
|
3670 |
-
|
3671 |
-
filter: blur(3px);
|
3672 |
-
|
3673 |
-
|
3674 |
-
|
3675 |
-
|
3676 |
-
filter: sepia(0%);
|
3677 |
-
|
3678 |
-
|
3679 |
-
|
3680 |
-
|
3681 |
-
-
|
3682 |
-
transform: translateX(0px) scale(1.1);
|
3683 |
-
|
3684 |
-
|
3685 |
-
|
3686 |
-
|
3687 |
-
filter: brightness(1.2);
|
3688 |
-
|
3689 |
-
|
3690 |
-
|
3691 |
-
|
3692 |
-
filter: grayscale(100%);
|
3693 |
-
|
3694 |
-
|
3695 |
-
|
3696 |
-
.premium-video-box-image-container.
|
3697 |
-
|
3698 |
-
-
|
3699 |
-
transform: scale(1.2);
|
3700 |
-
|
3701 |
-
|
3702 |
-
|
3703 |
-
|
3704 |
-
filter: sepia(30%);
|
3705 |
-
|
3706 |
-
|
3707 |
-
|
3708 |
-
|
3709 |
-
filter: brightness(1);
|
3710 |
-
|
3711 |
-
|
3712 |
-
|
3713 |
-
|
3714 |
-
-
|
3715 |
-
transform: translateX(15px) scale(1.1);
|
3716 |
-
|
3717 |
-
|
3718 |
-
|
3719 |
-
|
3720 |
-
mask-repeat: no-repeat;
|
3721 |
-
|
3722 |
-
|
3723 |
-
|
3724 |
-
|
3725 |
-
|
3726 |
-
|
3727 |
-
|
3728 |
-
|
3729 |
-
|
3730 |
-
|
3731 |
-
|
3732 |
-
|
3733 |
-
|
3734 |
-
|
3735 |
-
|
3736 |
-
|
3737 |
-
|
3738 |
-
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-
|
3739 |
-
|
3740 |
-
|
3741 |
-
|
3742 |
-
|
3743 |
-
|
3744 |
-
box-shadow: unset;
|
3745 |
-
|
3746 |
-
|
3747 |
-
|
3748 |
-
.premium-video-box-sticky-
|
3749 |
-
|
3750 |
-
|
3751 |
-
|
3752 |
-
|
3753 |
-
|
3754 |
-
|
3755 |
-
|
3756 |
-
|
3757 |
-
|
3758 |
-
|
3759 |
-
|
3760 |
-
-
|
3761 |
-
box-sizing: content-box;
|
3762 |
-
-
|
3763 |
-
border-radius: 100%;
|
3764 |
-
-
|
3765 |
-
display:
|
3766 |
-
display: -webkit-
|
3767 |
-
display: -
|
3768 |
-
display: -
|
3769 |
-
display:
|
3770 |
-
|
3771 |
-
-webkit-
|
3772 |
-
-
|
3773 |
-
-
|
3774 |
-
|
3775 |
-
-
|
3776 |
-
-webkit-align
|
3777 |
-
-
|
3778 |
-
-
|
3779 |
-
align
|
3780 |
-
|
3781 |
-
|
3782 |
-
|
3783 |
-
|
3784 |
-
display:
|
3785 |
-
display: -webkit-
|
3786 |
-
display: -
|
3787 |
-
display: -
|
3788 |
-
display:
|
3789 |
-
|
3790 |
-
|
3791 |
-
|
3792 |
-
|
3793 |
-
transition: none;
|
3794 |
-
|
3795 |
-
|
3796 |
-
|
3797 |
-
|
3798 |
-
|
3799 |
-
|
3800 |
-
|
3801 |
-
|
3802 |
-
|
3803 |
-
|
3804 |
-
|
3805 |
-
|
3806 |
-
|
3807 |
-
|
3808 |
-
|
3809 |
-
|
3810 |
-
|
3811 |
-
|
3812 |
-
|
3813 |
-
|
3814 |
-
|
3815 |
-
|
3816 |
-
|
3817 |
-
|
3818 |
-
|
3819 |
-
|
3820 |
-
|
3821 |
-
|
3822 |
-
|
3823 |
-
|
3824 |
-
|
3825 |
-
|
3826 |
-
|
3827 |
-
|
3828 |
-
|
3829 |
-
|
3830 |
-
|
3831 |
-
|
3832 |
-
|
3833 |
-
|
3834 |
-
|
3835 |
-
|
3836 |
-
|
3837 |
-
|
3838 |
-
|
3839 |
-
|
3840 |
-
-
|
3841 |
-
transform: translateY(-50%);
|
3842 |
-
|
3843 |
-
|
3844 |
-
|
3845 |
-
|
3846 |
-
|
3847 |
-
|
3848 |
-
|
3849 |
-
-
|
3850 |
-
transform: translateY(-50%);
|
3851 |
-
|
3852 |
-
|
3853 |
-
|
3854 |
-
.premium-video-sticky-bottom-
|
3855 |
-
|
3856 |
-
|
3857 |
-
|
3858 |
-
|
3859 |
-
.premium-video-sticky-
|
3860 |
-
.premium-video-sticky-
|
3861 |
-
|
3862 |
-
|
3863 |
-
|
3864 |
-
|
3865 |
-
|
3866 |
-
.premium-video-sticky-
|
3867 |
-
.premium-video-sticky-
|
3868 |
-
|
3869 |
-
|
3870 |
-
|
3871 |
-
|
3872 |
-
|
3873 |
-
|
3874 |
-
filter: none !important;
|
3875 |
-
|
3876 |
-
|
3877 |
-
|
3878 |
-
|
3879 |
-
|
3880 |
-
|
3881 |
-
|
3882 |
-
|
3883 |
-
|
3884 |
-
|
3885 |
-
|
3886 |
-
|
3887 |
-
|
3888 |
-
|
3889 |
-
|
3890 |
-
|
3891 |
-
|
3892 |
-
|
3893 |
-
|
3894 |
-
|
3895 |
-
|
3896 |
-
|
3897 |
-
|
3898 |
-
|
3899 |
-
|
3900 |
-
|
3901 |
-
|
3902 |
-
|
3903 |
-
|
3904 |
-
|
3905 |
-
|
3906 |
-
.premium-blog-thumbnail-container
|
3907 |
-
|
3908 |
-
|
3909 |
-
|
3910 |
-
|
3911 |
-
transition: all 0.4s ease-in-out;
|
3912 |
-
|
3913 |
-
|
3914 |
-
|
3915 |
-
.premium-blog-thumb-effect-wrapper .premium-blog-
|
3916 |
-
|
3917 |
-
-
|
3918 |
-
transform: scale(1.2);
|
3919 |
-
|
3920 |
-
|
3921 |
-
|
3922 |
-
|
3923 |
-
filter: sepia(30%);
|
3924 |
-
|
3925 |
-
|
3926 |
-
|
3927 |
-
|
3928 |
-
filter: brightness(1);
|
3929 |
-
|
3930 |
-
|
3931 |
-
|
3932 |
-
|
3933 |
-
-
|
3934 |
-
transform: translateX(15px) scale(1.1);
|
3935 |
-
|
3936 |
-
|
3937 |
-
|
3938 |
-
|
3939 |
-
-
|
3940 |
-
transform: scale(1.2);
|
3941 |
-
|
3942 |
-
|
3943 |
-
|
3944 |
-
|
3945 |
-
-
|
3946 |
-
transform: scale(1.1);
|
3947 |
-
|
3948 |
-
|
3949 |
-
|
3950 |
-
|
3951 |
-
-
|
3952 |
-
transform: scale(1.3) rotate(-5deg);
|
3953 |
-
|
3954 |
-
|
3955 |
-
|
3956 |
-
|
3957 |
-
filter: grayscale(100%);
|
3958 |
-
|
3959 |
-
|
3960 |
-
|
3961 |
-
|
3962 |
-
filter: blur(3px);
|
3963 |
-
|
3964 |
-
|
3965 |
-
|
3966 |
-
|
3967 |
-
filter: sepia(0%);
|
3968 |
-
|
3969 |
-
|
3970 |
-
|
3971 |
-
|
3972 |
-
filter: brightness(1.2);
|
3973 |
-
|
3974 |
-
|
3975 |
-
|
3976 |
-
|
3977 |
-
-
|
3978 |
-
transform: translateX(0px) scale(1.1);
|
3979 |
-
|
3980 |
-
|
3981 |
-
|
3982 |
-
|
3983 |
-
|
3984 |
-
|
3985 |
-
|
3986 |
-
|
3987 |
-
display:
|
3988 |
-
display: -webkit-
|
3989 |
-
display: -
|
3990 |
-
display: -
|
3991 |
-
display:
|
3992 |
-
|
3993 |
-
|
3994 |
-
|
3995 |
-
|
3996 |
-
|
3997 |
-
|
3998 |
-
|
3999 |
-
|
4000 |
-
|
4001 |
-
|
4002 |
-
.premium-blog-post-container ul.post-categories a:
|
4003 |
-
.premium-blog-post-container .
|
4004 |
-
.premium-blog-post-container .premium-blog-post-link:
|
4005 |
-
|
4006 |
-
box-shadow: none !important;
|
4007 |
-
|
4008 |
-
|
4009 |
-
|
4010 |
-
|
4011 |
-
|
4012 |
-
|
4013 |
-
|
4014 |
-
|
4015 |
-
|
4016 |
-
|
4017 |
-
|
4018 |
-
|
4019 |
-
|
4020 |
-
|
4021 |
-
|
4022 |
-
|
4023 |
-
|
4024 |
-
|
4025 |
-
|
4026 |
-
|
4027 |
-
|
4028 |
-
|
4029 |
-
|
4030 |
-
|
4031 |
-
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:
|
4032 |
-
|
4033 |
-
|
4034 |
-
|
4035 |
-
|
4036 |
-
|
4037 |
-
|
4038 |
-
|
4039 |
-
-
|
4040 |
-
transform: translate(50%, -50%);
|
4041 |
-
|
4042 |
-
transition: all 0.4s linear 0s;
|
4043 |
-
|
4044 |
-
|
4045 |
-
|
4046 |
-
|
4047 |
-
|
4048 |
-
|
4049 |
-
|
4050 |
-
|
4051 |
-
|
4052 |
-
|
4053 |
-
|
4054 |
-
|
4055 |
-
|
4056 |
-
|
4057 |
-
|
4058 |
-
|
4059 |
-
|
4060 |
-
|
4061 |
-
|
4062 |
-
|
4063 |
-
|
4064 |
-
|
4065 |
-
|
4066 |
-
|
4067 |
-
|
4068 |
-
|
4069 |
-
.premium-blog-post-container.premium-blog-skin-
|
4070 |
-
.premium-blog-post-container.premium-blog-skin-
|
4071 |
-
|
4072 |
-
|
4073 |
-
|
4074 |
-
|
4075 |
-
|
4076 |
-
|
4077 |
-
transition: all 0.3s ease-in-out;
|
4078 |
-
|
4079 |
-
|
4080 |
-
|
4081 |
-
|
4082 |
-
.premium-blog-post-container.premium-blog-skin-
|
4083 |
-
.premium-blog-post-container.premium-blog-skin-
|
4084 |
-
|
4085 |
-
display:
|
4086 |
-
display: -webkit-
|
4087 |
-
display: -
|
4088 |
-
display: -
|
4089 |
-
display:
|
4090 |
-
|
4091 |
-
-webkit-
|
4092 |
-
-
|
4093 |
-
-
|
4094 |
-
|
4095 |
-
-
|
4096 |
-
-webkit-align
|
4097 |
-
-
|
4098 |
-
-
|
4099 |
-
align
|
4100 |
-
|
4101 |
-
|
4102 |
-
|
4103 |
-
|
4104 |
-
|
4105 |
-
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay
|
4106 |
-
.premium-blog-post-container.premium-blog-skin-
|
4107 |
-
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay
|
4108 |
-
.premium-blog-post-container.premium-blog-skin-
|
4109 |
-
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay
|
4110 |
-
|
4111 |
-
transition: all 0.3s ease-in-out;
|
4112 |
-
|
4113 |
-
|
4114 |
-
|
4115 |
-
|
4116 |
-
display:
|
4117 |
-
display: -webkit-
|
4118 |
-
display: -
|
4119 |
-
display: -
|
4120 |
-
display:
|
4121 |
-
|
4122 |
-
|
4123 |
-
|
4124 |
-
|
4125 |
-
|
4126 |
-
|
4127 |
-
|
4128 |
-
|
4129 |
-
-webkit-flex: 1;
|
4130 |
-
-
|
4131 |
-
-
|
4132 |
-
flex: 1;
|
4133 |
-
|
4134 |
-
|
4135 |
-
|
4136 |
-
|
4137 |
-
|
4138 |
-
|
4139 |
-
|
4140 |
-
|
4141 |
-
|
4142 |
-
|
4143 |
-
|
4144 |
-
display:
|
4145 |
-
display: -webkit-
|
4146 |
-
display: -
|
4147 |
-
display: -
|
4148 |
-
display:
|
4149 |
-
|
4150 |
-
-webkit-box-
|
4151 |
-
-webkit-
|
4152 |
-
-
|
4153 |
-
-moz-box-
|
4154 |
-
-
|
4155 |
-
flex-direction: column;
|
4156 |
-
|
4157 |
-
|
4158 |
-
|
4159 |
-
|
4160 |
-
|
4161 |
-
|
4162 |
-
transition: -webkit-transform 0.3s ease-in-out;
|
4163 |
-
transition: transform 0.3s ease-in-out;
|
4164 |
-
transition: transform 0.3s ease-in-out
|
4165 |
-
|
4166 |
-
|
4167 |
-
|
4168 |
-
|
4169 |
-
-
|
4170 |
-
transform: translateY(-5px);
|
4171 |
-
|
4172 |
-
|
4173 |
-
|
4174 |
-
|
4175 |
-
|
4176 |
-
|
4177 |
-
-
|
4178 |
-
display:
|
4179 |
-
display: -webkit-
|
4180 |
-
display: -
|
4181 |
-
display: -
|
4182 |
-
display:
|
4183 |
-
|
4184 |
-
|
4185 |
-
|
4186 |
-
|
4187 |
-
|
4188 |
-
|
4189 |
-
|
4190 |
-
|
4191 |
-
|
4192 |
-
|
4193 |
-
transition: all 0.3s ease-in-out;
|
4194 |
-
|
4195 |
-
|
4196 |
-
|
4197 |
-
|
4198 |
-
|
4199 |
-
|
4200 |
-
|
4201 |
-
|
4202 |
-
|
4203 |
-
|
4204 |
-
|
4205 |
-
|
4206 |
-
|
4207 |
-
|
4208 |
-
|
4209 |
-
|
4210 |
-
|
4211 |
-
|
4212 |
-
|
4213 |
-
|
4214 |
-
|
4215 |
-
|
4216 |
-
|
4217 |
-
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
4218 |
-
|
4219 |
-
transition: all 0.3s linear 0s;
|
4220 |
-
|
4221 |
-
|
4222 |
-
|
4223 |
-
|
4224 |
-
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
4225 |
-
|
4226 |
-
|
4227 |
-
|
4228 |
-
|
4229 |
-
|
4230 |
-
|
4231 |
-
|
4232 |
-
|
4233 |
-
width: calc(100% - 30px);
|
4234 |
-
|
4235 |
-
height: calc(100% - 30px);
|
4236 |
-
|
4237 |
-
|
4238 |
-
|
4239 |
-
|
4240 |
-
-
|
4241 |
-
transform: scale(0.3);
|
4242 |
-
|
4243 |
-
transition: all 0.3s linear 0s;
|
4244 |
-
|
4245 |
-
|
4246 |
-
|
4247 |
-
|
4248 |
-
|
4249 |
-
-
|
4250 |
-
transform: scale(1);
|
4251 |
-
|
4252 |
-
|
4253 |
-
|
4254 |
-
|
4255 |
-
|
4256 |
-
|
4257 |
-
|
4258 |
-
|
4259 |
-
|
4260 |
-
|
4261 |
-
|
4262 |
-
|
4263 |
-
|
4264 |
-
|
4265 |
-
transition: all 0.3s linear 0s;
|
4266 |
-
|
4267 |
-
|
4268 |
-
|
4269 |
-
.premium-blog-bordered-effect .premium-blog-post-link:
|
4270 |
-
|
4271 |
-
|
4272 |
-
|
4273 |
-
|
4274 |
-
|
4275 |
-
|
4276 |
-
|
4277 |
-
|
4278 |
-
transition: all 0.5s linear 0s;
|
4279 |
-
|
4280 |
-
transition-delay: 0s;
|
4281 |
-
|
4282 |
-
|
4283 |
-
|
4284 |
-
|
4285 |
-
|
4286 |
-
border-
|
4287 |
-
-
|
4288 |
-
-
|
4289 |
-
transform: scale(1, 0);
|
4290 |
-
|
4291 |
-
-
|
4292 |
-
transform-origin: 0% 0;
|
4293 |
-
|
4294 |
-
|
4295 |
-
|
4296 |
-
|
4297 |
-
border-
|
4298 |
-
-
|
4299 |
-
-
|
4300 |
-
transform: scale(0, 1);
|
4301 |
-
|
4302 |
-
-
|
4303 |
-
transform-origin: 100% 0;
|
4304 |
-
|
4305 |
-
|
4306 |
-
|
4307 |
-
|
4308 |
-
|
4309 |
-
|
4310 |
-
|
4311 |
-
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:
|
4312 |
-
|
4313 |
-
transition-delay: 0.15s;
|
4314 |
-
|
4315 |
-
|
4316 |
-
-
|
4317 |
-
transform: scale(1);
|
4318 |
-
|
4319 |
-
|
4320 |
-
|
4321 |
-
|
4322 |
-
|
4323 |
-
|
4324 |
-
.premium-blog-squares-
|
4325 |
-
|
4326 |
-
|
4327 |
-
|
4328 |
-
|
4329 |
-
|
4330 |
-
|
4331 |
-
|
4332 |
-
|
4333 |
-
.premium-blog-squares-effect:
|
4334 |
-
|
4335 |
-
|
4336 |
-
|
4337 |
-
|
4338 |
-
|
4339 |
-
|
4340 |
-
|
4341 |
-
-
|
4342 |
-
transform: translate(100%, -100%);
|
4343 |
-
|
4344 |
-
|
4345 |
-
transition: all 0.3s linear 0s;
|
4346 |
-
|
4347 |
-
|
4348 |
-
|
4349 |
-
.premium-blog-squares-square-container:
|
4350 |
-
|
4351 |
-
|
4352 |
-
|
4353 |
-
|
4354 |
-
|
4355 |
-
|
4356 |
-
|
4357 |
-
-
|
4358 |
-
transform: translate(100%, -100%);
|
4359 |
-
|
4360 |
-
|
4361 |
-
transition: all 0.3s linear 0s;
|
4362 |
-
|
4363 |
-
|
4364 |
-
|
4365 |
-
.premium-blog-squares-square-container:
|
4366 |
-
|
4367 |
-
|
4368 |
-
|
4369 |
-
|
4370 |
-
|
4371 |
-
-
|
4372 |
-
transform: translate(-200%, 200%);
|
4373 |
-
|
4374 |
-
|
4375 |
-
|
4376 |
-
|
4377 |
-
-
|
4378 |
-
transform: translate(100%, 200%);
|
4379 |
-
|
4380 |
-
|
4381 |
-
|
4382 |
-
|
4383 |
-
-
|
4384 |
-
transform: translate(-200%, -100%);
|
4385 |
-
|
4386 |
-
|
4387 |
-
|
4388 |
-
|
4389 |
-
-
|
4390 |
-
transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
4391 |
-
|
4392 |
-
|
4393 |
-
|
4394 |
-
|
4395 |
-
-
|
4396 |
-
transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
|
4397 |
-
|
4398 |
-
|
4399 |
-
|
4400 |
-
|
4401 |
-
-
|
4402 |
-
transform: translate(0, 100%);
|
4403 |
-
|
4404 |
-
|
4405 |
-
|
4406 |
-
|
4407 |
-
-
|
4408 |
-
transform: translate(-100%, 0%);
|
4409 |
-
|
4410 |
-
|
4411 |
-
|
4412 |
-
|
4413 |
-
|
4414 |
-
|
4415 |
-
|
4416 |
-
|
4417 |
-
|
4418 |
-
-
|
4419 |
-
transform: scale(1);
|
4420 |
-
|
4421 |
-
|
4422 |
-
|
4423 |
-
|
4424 |
-
|
4425 |
-
|
4426 |
-
|
4427 |
-
|
4428 |
-
|
4429 |
-
|
4430 |
-
|
4431 |
-
|
4432 |
-
|
4433 |
-
|
4434 |
-
|
4435 |
-
|
4436 |
-
|
4437 |
-
|
4438 |
-
|
4439 |
-
|
4440 |
-
|
4441 |
-
|
4442 |
-
|
4443 |
-
-
|
4444 |
-
transform: rotate(180deg);
|
4445 |
-
|
4446 |
-
|
4447 |
-
|
4448 |
-
.premium-blog-masked .premium-blog-
|
4449 |
-
|
4450 |
-
|
4451 |
-
|
4452 |
-
|
4453 |
-
|
4454 |
-
|
4455 |
-
|
4456 |
-
|
4457 |
-
|
4458 |
-
|
4459 |
-
/*Post Format
|
4460 |
-
|
4461 |
-
|
4462 |
-
|
4463 |
-
|
4464 |
-
|
4465 |
-
|
4466 |
-
|
4467 |
-
|
4468 |
-
|
4469 |
-
-
|
4470 |
-
transition: all 0.3s ease-in-out;
|
4471 |
-
|
4472 |
-
|
4473 |
-
|
4474 |
-
|
4475 |
-
|
4476 |
-
|
4477 |
-
|
4478 |
-
|
4479 |
-
|
4480 |
-
|
4481 |
-
|
4482 |
-
.premium-blog-meta-data
|
4483 |
-
|
4484 |
-
|
4485 |
-
transition: all 0.3s ease-in-out;
|
4486 |
-
|
4487 |
-
|
4488 |
-
|
4489 |
-
|
4490 |
-
|
4491 |
-
|
4492 |
-
|
4493 |
-
|
4494 |
-
|
4495 |
-
|
4496 |
-
|
4497 |
-
|
4498 |
-
|
4499 |
-
border-radius: 50%;
|
4500 |
-
|
4501 |
-
|
4502 |
-
-
|
4503 |
-
-
|
4504 |
-
transform: translateY(-50%);
|
4505 |
-
|
4506 |
-
|
4507 |
-
|
4508 |
-
.premium-blog-
|
4509 |
-
.premium-blog-post-
|
4510 |
-
|
4511 |
-
transition: all 0.3s ease-in-out;
|
4512 |
-
|
4513 |
-
|
4514 |
-
|
4515 |
-
|
4516 |
-
color:
|
4517 |
-
|
4518 |
-
|
4519 |
-
|
4520 |
-
|
4521 |
-
|
4522 |
-
|
4523 |
-
|
4524 |
-
|
4525 |
-
|
4526 |
-
-
|
4527 |
-
display:
|
4528 |
-
display: -webkit-
|
4529 |
-
display: -
|
4530 |
-
display: -
|
4531 |
-
display:
|
4532 |
-
|
4533 |
-
-webkit-align
|
4534 |
-
-
|
4535 |
-
-
|
4536 |
-
align
|
4537 |
-
-
|
4538 |
-
-
|
4539 |
-
flex-wrap: wrap;
|
4540 |
-
|
4541 |
-
|
4542 |
-
|
4543 |
-
|
4544 |
-
|
4545 |
-
|
4546 |
-
|
4547 |
-
|
4548 |
-
.premium-blog-align-center .
|
4549 |
-
.premium-blog-align-center .premium-blog-
|
4550 |
-
|
4551 |
-
-webkit-
|
4552 |
-
-
|
4553 |
-
-
|
4554 |
-
|
4555 |
-
|
4556 |
-
|
4557 |
-
|
4558 |
-
.premium-blog-align-left .premium-blog-post-container .
|
4559 |
-
.premium-blog-align-left .premium-blog-post-container .premium-blog-
|
4560 |
-
|
4561 |
-
-webkit-
|
4562 |
-
-
|
4563 |
-
-
|
4564 |
-
|
4565 |
-
|
4566 |
-
|
4567 |
-
|
4568 |
-
.premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .
|
4569 |
-
.premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .premium-blog-
|
4570 |
-
|
4571 |
-
-webkit-
|
4572 |
-
-
|
4573 |
-
-
|
4574 |
-
|
4575 |
-
|
4576 |
-
|
4577 |
-
|
4578 |
-
.premium-blog-align-right .premium-blog-post-container .
|
4579 |
-
.premium-blog-align-right .premium-blog-post-container .premium-blog-
|
4580 |
-
|
4581 |
-
-webkit-
|
4582 |
-
-
|
4583 |
-
-
|
4584 |
-
|
4585 |
-
|
4586 |
-
|
4587 |
-
|
4588 |
-
.premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .
|
4589 |
-
.premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .premium-blog-
|
4590 |
-
|
4591 |
-
-webkit-
|
4592 |
-
-
|
4593 |
-
-
|
4594 |
-
|
4595 |
-
|
4596 |
-
|
4597 |
-
|
4598 |
-
|
4599 |
-
|
4600 |
-
|
4601 |
-
|
4602 |
-
|
4603 |
-
|
4604 |
-
|
4605 |
-
|
4606 |
-
|
4607 |
-
|
4608 |
-
|
4609 |
-
|
4610 |
-
|
4611 |
-
font-
|
4612 |
-
|
4613 |
-
|
4614 |
-
|
4615 |
-
|
4616 |
-
transition: all 0.2s ease-in-out;
|
4617 |
-
|
4618 |
-
|
4619 |
-
|
4620 |
-
|
4621 |
-
|
4622 |
-
|
4623 |
-
|
4624 |
-
|
4625 |
-
|
4626 |
-
|
4627 |
-
|
4628 |
-
|
4629 |
-
|
4630 |
-
display:
|
4631 |
-
display: -webkit-
|
4632 |
-
display: -
|
4633 |
-
display: -
|
4634 |
-
display:
|
4635 |
-
|
4636 |
-
-webkit-align
|
4637 |
-
-
|
4638 |
-
-
|
4639 |
-
align
|
4640 |
-
|
4641 |
-
|
4642 |
-
|
4643 |
-
|
4644 |
-
|
4645 |
-
display:
|
4646 |
-
display: -webkit-
|
4647 |
-
display: -
|
4648 |
-
display: -
|
4649 |
-
display:
|
4650 |
-
|
4651 |
-
-
|
4652 |
-
flex-wrap: wrap;
|
4653 |
-
|
4654 |
-
|
4655 |
-
|
4656 |
-
|
4657 |
-
|
4658 |
-
|
4659 |
-
|
4660 |
-
|
4661 |
-
|
4662 |
-
|
4663 |
-
|
4664 |
-
|
4665 |
-
|
4666 |
-
|
4667 |
-
|
4668 |
-
display:
|
4669 |
-
display: -webkit-
|
4670 |
-
display: -
|
4671 |
-
display: -
|
4672 |
-
display:
|
4673 |
-
|
4674 |
-
|
4675 |
-
|
4676 |
-
|
4677 |
-
|
4678 |
-
|
4679 |
-
|
4680 |
-
|
4681 |
-
|
4682 |
-
|
4683 |
-
|
4684 |
-
|
4685 |
-
|
4686 |
-
|
4687 |
-
|
4688 |
-
|
4689 |
-
|
4690 |
-
|
4691 |
-
|
4692 |
-
}
|
4693 |
-
|
4694 |
-
|
4695 |
-
[dir="rtl"] .premium-blog-wrap.slick-slider .slick-
|
4696 |
-
|
4697 |
-
|
4698 |
-
|
4699 |
-
|
4700 |
-
|
4701 |
-
|
4702 |
-
|
4703 |
-
|
4704 |
-
|
4705 |
-
|
4706 |
-
|
4707 |
-
|
4708 |
-
|
4709 |
-
|
4710 |
-
|
4711 |
-
|
4712 |
-
|
4713 |
-
|
4714 |
-
|
4715 |
-
|
4716 |
-
.premium-person-
|
4717 |
-
|
4718 |
-
-
|
4719 |
-
transform: scale(1.2);
|
4720 |
-
|
4721 |
-
|
4722 |
-
|
4723 |
-
|
4724 |
-
filter: sepia(30%);
|
4725 |
-
|
4726 |
-
|
4727 |
-
|
4728 |
-
|
4729 |
-
filter: brightness(1);
|
4730 |
-
|
4731 |
-
|
4732 |
-
|
4733 |
-
|
4734 |
-
-
|
4735 |
-
transform: translateX(15px) scale(1.1);
|
4736 |
-
|
4737 |
-
|
4738 |
-
|
4739 |
-
|
4740 |
-
-
|
4741 |
-
transform: scale(1.2);
|
4742 |
-
|
4743 |
-
|
4744 |
-
|
4745 |
-
|
4746 |
-
-
|
4747 |
-
transform: scale(1.1);
|
4748 |
-
|
4749 |
-
|
4750 |
-
|
4751 |
-
|
4752 |
-
-
|
4753 |
-
transform: scale(1.3) rotate(-5deg);
|
4754 |
-
|
4755 |
-
|
4756 |
-
|
4757 |
-
|
4758 |
-
filter: grayscale(100%);
|
4759 |
-
|
4760 |
-
|
4761 |
-
|
4762 |
-
|
4763 |
-
filter: blur(3px);
|
4764 |
-
|
4765 |
-
|
4766 |
-
|
4767 |
-
|
4768 |
-
filter: sepia(0%);
|
4769 |
-
|
4770 |
-
|
4771 |
-
|
4772 |
-
|
4773 |
-
filter: brightness(1.2);
|
4774 |
-
|
4775 |
-
|
4776 |
-
|
4777 |
-
|
4778 |
-
-
|
4779 |
-
transform: translateX(0px) scale(1.1);
|
4780 |
-
|
4781 |
-
|
4782 |
-
|
4783 |
-
|
4784 |
-
|
4785 |
-
|
4786 |
-
object-fit: cover;
|
4787 |
-
-
|
4788 |
-
transition: all 0.5s ease-in-out;
|
4789 |
-
|
4790 |
-
|
4791 |
-
|
4792 |
-
|
4793 |
-
|
4794 |
-
|
4795 |
-
|
4796 |
-
|
4797 |
-
|
4798 |
-
-
|
4799 |
-
display:
|
4800 |
-
display: -webkit-
|
4801 |
-
display: -
|
4802 |
-
display: -
|
4803 |
-
display:
|
4804 |
-
|
4805 |
-
-webkit-
|
4806 |
-
-
|
4807 |
-
-
|
4808 |
-
|
4809 |
-
-
|
4810 |
-
-webkit-align
|
4811 |
-
-
|
4812 |
-
-
|
4813 |
-
align
|
4814 |
-
-
|
4815 |
-
box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
|
4816 |
-
-
|
4817 |
-
transition: all 0.5s linear 0s;
|
4818 |
-
|
4819 |
-
|
4820 |
-
|
4821 |
-
|
4822 |
-
|
4823 |
-
|
4824 |
-
|
4825 |
-
|
4826 |
-
|
4827 |
-
|
4828 |
-
|
4829 |
-
|
4830 |
-
|
4831 |
-
|
4832 |
-
-
|
4833 |
-
transform: scale(0);
|
4834 |
-
|
4835 |
-
transition: all 0.5s ease-in-out 0s;
|
4836 |
-
|
4837 |
-
|
4838 |
-
|
4839 |
-
|
4840 |
-
|
4841 |
-
-
|
4842 |
-
transform: scale(1);
|
4843 |
-
|
4844 |
-
|
4845 |
-
|
4846 |
-
|
4847 |
-
|
4848 |
-
|
4849 |
-
|
4850 |
-
|
4851 |
-
|
4852 |
-
|
4853 |
-
|
4854 |
-
|
4855 |
-
|
4856 |
-
|
4857 |
-
|
4858 |
-
|
4859 |
-
|
4860 |
-
|
4861 |
-
|
4862 |
-
|
4863 |
-
|
4864 |
-
|
4865 |
-
|
4866 |
-
|
4867 |
-
|
4868 |
-
|
4869 |
-
|
4870 |
-
|
4871 |
-
|
4872 |
-
|
4873 |
-
|
4874 |
-
|
4875 |
-
|
4876 |
-
|
4877 |
-
|
4878 |
-
transition: all 0.2s ease-in-out;
|
4879 |
-
|
4880 |
-
|
4881 |
-
|
4882 |
-
|
4883 |
-
|
4884 |
-
|
4885 |
-
transition: all 0.2s ease-in-out;
|
4886 |
-
|
4887 |
-
|
4888 |
-
|
4889 |
-
|
4890 |
-
|
4891 |
-
|
4892 |
-
|
4893 |
-
|
4894 |
-
|
4895 |
-
|
4896 |
-
|
4897 |
-
|
4898 |
-
|
4899 |
-
|
4900 |
-
|
4901 |
-
|
4902 |
-
|
4903 |
-
|
4904 |
-
|
4905 |
-
|
4906 |
-
|
4907 |
-
|
4908 |
-
|
4909 |
-
|
4910 |
-
|
4911 |
-
|
4912 |
-
|
4913 |
-
|
4914 |
-
|
4915 |
-
|
4916 |
-
|
4917 |
-
|
4918 |
-
|
4919 |
-
|
4920 |
-
|
4921 |
-
|
4922 |
-
|
4923 |
-
|
4924 |
-
|
4925 |
-
|
4926 |
-
|
4927 |
-
|
4928 |
-
|
4929 |
-
|
4930 |
-
|
4931 |
-
|
4932 |
-
|
4933 |
-
|
4934 |
-
|
4935 |
-
|
4936 |
-
|
4937 |
-
|
4938 |
-
|
4939 |
-
|
4940 |
-
|
4941 |
-
|
4942 |
-
|
4943 |
-
|
4944 |
-
|
4945 |
-
|
4946 |
-
box-shadow: none;
|
4947 |
-
|
4948 |
-
|
4949 |
-
|
4950 |
-
|
4951 |
-
box-shadow: none;
|
4952 |
-
|
4953 |
-
|
4954 |
-
|
4955 |
-
|
4956 |
-
|
4957 |
-
|
4958 |
-
|
4959 |
-
|
4960 |
-
|
4961 |
-
display:
|
4962 |
-
display: -webkit-
|
4963 |
-
display: -
|
4964 |
-
display: -
|
4965 |
-
display:
|
4966 |
-
|
4967 |
-
-webkit-
|
4968 |
-
-
|
4969 |
-
-
|
4970 |
-
|
4971 |
-
|
4972 |
-
|
4973 |
-
|
4974 |
-
|
4975 |
-
display:
|
4976 |
-
display: -webkit-
|
4977 |
-
display: -
|
4978 |
-
display: -
|
4979 |
-
display:
|
4980 |
-
|
4981 |
-
-
|
4982 |
-
flex-wrap: wrap;
|
4983 |
-
|
4984 |
-
|
4985 |
-
|
4986 |
-
|
4987 |
-
|
4988 |
-
|
4989 |
-
|
4990 |
-
|
4991 |
-
|
4992 |
-
|
4993 |
-
|
4994 |
-
|
4995 |
-
|
4996 |
-
transition: all 500ms ease 0s;
|
4997 |
-
|
4998 |
-
transform: translate3d(0, 100%, 0);
|
4999 |
-
|
5000 |
-
|
5001 |
-
|
5002 |
-
|
5003 |
-
transform: translate3d(0, 0, 0);
|
5004 |
-
|
5005 |
-
|
5006 |
-
|
5007 |
-
|
5008 |
-
|
5009 |
-
|
5010 |
-
|
5011 |
-
|
5012 |
-
|
5013 |
-
-webkit-align
|
5014 |
-
-
|
5015 |
-
-
|
5016 |
-
align
|
5017 |
-
|
5018 |
-
|
5019 |
-
|
5020 |
-
|
5021 |
-
display:
|
5022 |
-
display: -webkit-
|
5023 |
-
display: -
|
5024 |
-
display: -
|
5025 |
-
display:
|
5026 |
-
|
5027 |
-
|
5028 |
-
|
5029 |
-
|
5030 |
-
|
5031 |
-
|
5032 |
-
|
5033 |
-
.premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-
|
5034 |
-
|
5035 |
-
|
5036 |
-
|
5037 |
-
|
5038 |
-
|
5039 |
-
|
5040 |
-
|
5041 |
-
|
5042 |
-
|
5043 |
-
|
5044 |
-
display:
|
5045 |
-
display: -webkit-
|
5046 |
-
display: -
|
5047 |
-
display: -
|
5048 |
-
display:
|
5049 |
-
|
5050 |
-
-webkit-box-
|
5051 |
-
-webkit-
|
5052 |
-
-
|
5053 |
-
-moz-box-
|
5054 |
-
-
|
5055 |
-
flex-direction: column;
|
5056 |
-
-
|
5057 |
-
-webkit-
|
5058 |
-
-
|
5059 |
-
-
|
5060 |
-
|
5061 |
-
|
5062 |
-
|
5063 |
-
|
5064 |
-
|
5065 |
-
display:
|
5066 |
-
display: -webkit-
|
5067 |
-
display: -
|
5068 |
-
display: -
|
5069 |
-
display:
|
5070 |
-
|
5071 |
-
-webkit-box-
|
5072 |
-
-webkit-
|
5073 |
-
-
|
5074 |
-
-moz-box-
|
5075 |
-
-
|
5076 |
-
flex-direction: row-reverse;
|
5077 |
-
-
|
5078 |
-
-webkit-
|
5079 |
-
-
|
5080 |
-
-
|
5081 |
-
|
5082 |
-
-
|
5083 |
-
-webkit-align
|
5084 |
-
-
|
5085 |
-
-
|
5086 |
-
align
|
5087 |
-
|
5088 |
-
|
5089 |
-
|
5090 |
-
|
5091 |
-
display:
|
5092 |
-
display: -webkit-
|
5093 |
-
display: -
|
5094 |
-
display: -
|
5095 |
-
display:
|
5096 |
-
|
5097 |
-
-webkit-
|
5098 |
-
-
|
5099 |
-
-
|
5100 |
-
|
5101 |
-
-
|
5102 |
-
-webkit-align
|
5103 |
-
-
|
5104 |
-
-
|
5105 |
-
align
|
5106 |
-
|
5107 |
-
|
5108 |
-
|
5109 |
-
|
5110 |
-
|
5111 |
-
transition: all 0.3s ease;
|
5112 |
-
|
5113 |
-
|
5114 |
-
|
5115 |
-
|
5116 |
-
|
5117 |
-
|
5118 |
-
|
5119 |
-
|
5120 |
-
|
5121 |
-
|
5122 |
-
|
5123 |
-
|
5124 |
-
|
5125 |
-
display:
|
5126 |
-
display: -webkit-
|
5127 |
-
display: -
|
5128 |
-
display: -
|
5129 |
-
display:
|
5130 |
-
|
5131 |
-
-webkit-box-
|
5132 |
-
-webkit-
|
5133 |
-
-
|
5134 |
-
-moz-box-
|
5135 |
-
-
|
5136 |
-
flex-direction: column;
|
5137 |
-
-
|
5138 |
-
-
|
5139 |
-
transform: translateY(20px);
|
5140 |
-
|
5141 |
-
|
5142 |
-
transition: all 0.3s ease;
|
5143 |
-
|
5144 |
-
|
5145 |
-
|
5146 |
-
|
5147 |
-
|
5148 |
-
|
5149 |
-
|
5150 |
-
|
5151 |
-
|
5152 |
-
|
5153 |
-
|
5154 |
-
|
5155 |
-
|
5156 |
-
|
5157 |
-
|
5158 |
-
|
5159 |
-
|
5160 |
-
|
5161 |
-
-
|
5162 |
-
transform: translateY(0);
|
5163 |
-
|
5164 |
-
|
5165 |
-
|
5166 |
-
|
5167 |
-
-
|
5168 |
-
transform: translateX(-15px) rotate(-90deg);
|
5169 |
-
|
5170 |
-
-
|
5171 |
-
transform-origin: top;
|
5172 |
-
|
5173 |
-
|
5174 |
-
|
5175 |
-
|
5176 |
-
-
|
5177 |
-
transform: translateX(0) rotate(-90deg);
|
5178 |
-
|
5179 |
-
|
5180 |
-
|
5181 |
-
|
5182 |
-
|
5183 |
-
-
|
5184 |
-
-
|
5185 |
-
transform: translateX(-15px) rotate(90deg);
|
5186 |
-
|
5187 |
-
-
|
5188 |
-
transform-origin: center left;
|
5189 |
-
|
5190 |
-
|
5191 |
-
|
5192 |
-
|
5193 |
-
-
|
5194 |
-
transform: translateX(0) rotate(90deg);
|
5195 |
-
|
5196 |
-
|
5197 |
-
|
5198 |
-
|
5199 |
-
|
5200 |
-
.premium-
|
5201 |
-
.premium-
|
5202 |
-
|
5203 |
-
|
5204 |
-
|
5205 |
-
|
5206 |
-
.premium-fancy-
|
5207 |
-
|
5208 |
-
|
5209 |
-
|
5210 |
-
|
5211 |
-
|
5212 |
-
|
5213 |
-
|
5214 |
-
|
5215 |
-
|
5216 |
-
|
5217 |
-
|
5218 |
-
|
5219 |
-
|
5220 |
-
|
5221 |
-
|
5222 |
-
|
5223 |
-
|
5224 |
-
|
5225 |
-
|
5226 |
-
|
5227 |
-
|
5228 |
-
|
5229 |
-
|
5230 |
-
|
5231 |
-
|
5232 |
-
|
5233 |
-
|
5234 |
-
animation: pa-zoom-out 0.8s;
|
5235 |
-
|
5236 |
-
|
5237 |
-
|
5238 |
-
|
5239 |
-
|
5240 |
-
animation: pa-zoom-in 0.8s;
|
5241 |
-
|
5242 |
-
|
5243 |
-
|
5244 |
-
|
5245 |
-
perspective: 300px;
|
5246 |
-
|
5247 |
-
|
5248 |
-
|
5249 |
-
|
5250 |
-
-
|
5251 |
-
transform-origin: 50% 100%;
|
5252 |
-
|
5253 |
-
|
5254 |
-
|
5255 |
-
|
5256 |
-
transform: rotateX(180deg);
|
5257 |
-
|
5258 |
-
animation: pa-rotate-out 1.2s;
|
5259 |
-
|
5260 |
-
|
5261 |
-
|
5262 |
-
|
5263 |
-
|
5264 |
-
transform: rotateX(0deg);
|
5265 |
-
|
5266 |
-
animation: pa-rotate-in 1.2s;
|
5267 |
-
|
5268 |
-
|
5269 |
-
|
5270 |
-
|
5271 |
-
|
5272 |
-
|
5273 |
-
|
5274 |
-
|
5275 |
-
|
5276 |
-
|
5277 |
-
|
5278 |
-
|
5279 |
-
|
5280 |
-
|
5281 |
-
|
5282 |
-
|
5283 |
-
|
5284 |
-
|
5285 |
-
|
5286 |
-
|
5287 |
-
|
5288 |
-
|
5289 |
-
-
|
5290 |
-
animation-name: pa-auto-fade;
|
5291 |
-
|
5292 |
-
-
|
5293 |
-
animation-duration: 9s;
|
5294 |
-
|
5295 |
-
animation-timing-function: linear;
|
5296 |
-
|
5297 |
-
animation-iteration-count: infinite;
|
5298 |
-
|
5299 |
-
|
5300 |
-
|
5301 |
-
|
5302 |
-
animation-delay: 0s;
|
5303 |
-
|
5304 |
-
|
5305 |
-
|
5306 |
-
|
5307 |
-
animation-delay: 3s;
|
5308 |
-
|
5309 |
-
|
5310 |
-
|
5311 |
-
|
5312 |
-
animation-delay: 6s;
|
5313 |
-
|
5314 |
-
|
5315 |
-
|
5316 |
-
|
5317 |
-
|
5318 |
-
|
5319 |
-
|
5320 |
-
|
5321 |
-
|
5322 |
-
|
5323 |
-
|
5324 |
-
|
5325 |
-
|
5326 |
-
|
5327 |
-
|
5328 |
-
|
5329 |
-
|
5330 |
-
|
5331 |
-
animation-play-state: paused;
|
5332 |
-
|
5333 |
-
|
5334 |
-
|
5335 |
-
|
5336 |
-
|
5337 |
-
|
5338 |
-
|
5339 |
-
|
5340 |
-
|
5341 |
-
|
5342 |
-
|
5343 |
-
|
5344 |
-
|
5345 |
-
|
5346 |
-
|
5347 |
-
|
5348 |
-
|
5349 |
-
|
5350 |
-
}
|
5351 |
-
|
5352 |
-
|
5353 |
-
|
5354 |
-
|
5355 |
-
|
5356 |
-
|
5357 |
-
|
5358 |
-
|
5359 |
-
|
5360 |
-
|
5361 |
-
|
5362 |
-
|
5363 |
-
|
5364 |
-
|
5365 |
-
|
5366 |
-
|
5367 |
-
|
5368 |
-
}
|
5369 |
-
|
5370 |
-
|
5371 |
-
|
5372 |
-
|
5373 |
-
|
5374 |
-
|
5375 |
-
|
5376 |
-
|
5377 |
-
|
5378 |
-
}
|
5379 |
-
|
5380 |
-
|
5381 |
-
|
5382 |
-
|
5383 |
-
|
5384 |
-
|
5385 |
-
|
5386 |
-
|
5387 |
-
|
5388 |
-
}
|
5389 |
-
|
5390 |
-
|
5391 |
-
|
5392 |
-
|
5393 |
-
|
5394 |
-
transform: translateZ(100px);
|
5395 |
-
|
5396 |
-
|
5397 |
-
|
5398 |
-
|
5399 |
-
|
5400 |
-
transform: translateZ(0);
|
5401 |
-
|
5402 |
-
}
|
5403 |
-
|
5404 |
-
|
5405 |
-
|
5406 |
-
|
5407 |
-
|
5408 |
-
transform: translateZ(100px);
|
5409 |
-
|
5410 |
-
|
5411 |
-
|
5412 |
-
|
5413 |
-
|
5414 |
-
transform: translateZ(0);
|
5415 |
-
|
5416 |
-
}
|
5417 |
-
|
5418 |
-
|
5419 |
-
|
5420 |
-
|
5421 |
-
|
5422 |
-
transform: translateZ(0);
|
5423 |
-
|
5424 |
-
|
5425 |
-
|
5426 |
-
|
5427 |
-
|
5428 |
-
transform: translateZ(-100px);
|
5429 |
-
|
5430 |
-
}
|
5431 |
-
|
5432 |
-
|
5433 |
-
|
5434 |
-
|
5435 |
-
|
5436 |
-
transform: translateZ(0);
|
5437 |
-
|
5438 |
-
|
5439 |
-
|
5440 |
-
|
5441 |
-
|
5442 |
-
transform: translateZ(-100px);
|
5443 |
-
|
5444 |
-
}
|
5445 |
-
|
5446 |
-
|
5447 |
-
|
5448 |
-
|
5449 |
-
|
5450 |
-
transform: rotateX(180deg);
|
5451 |
-
|
5452 |
-
|
5453 |
-
|
5454 |
-
|
5455 |
-
|
5456 |
-
transform: rotateX(120deg);
|
5457 |
-
|
5458 |
-
|
5459 |
-
|
5460 |
-
|
5461 |
-
|
5462 |
-
|
5463 |
-
|
5464 |
-
|
5465 |
-
|
5466 |
-
transform: rotateX(360deg);
|
5467 |
-
|
5468 |
-
}
|
5469 |
-
|
5470 |
-
|
5471 |
-
|
5472 |
-
|
5473 |
-
|
5474 |
-
transform: rotateX(180deg);
|
5475 |
-
|
5476 |
-
|
5477 |
-
|
5478 |
-
|
5479 |
-
|
5480 |
-
transform: rotateX(120deg);
|
5481 |
-
|
5482 |
-
|
5483 |
-
|
5484 |
-
|
5485 |
-
|
5486 |
-
|
5487 |
-
|
5488 |
-
|
5489 |
-
|
5490 |
-
transform: rotateX(360deg);
|
5491 |
-
|
5492 |
-
}
|
5493 |
-
|
5494 |
-
|
5495 |
-
|
5496 |
-
|
5497 |
-
|
5498 |
-
transform: rotateX(0deg);
|
5499 |
-
|
5500 |
-
|
5501 |
-
|
5502 |
-
|
5503 |
-
|
5504 |
-
transform: rotateX(-40deg);
|
5505 |
-
|
5506 |
-
|
5507 |
-
|
5508 |
-
|
5509 |
-
|
5510 |
-
|
5511 |
-
|
5512 |
-
|
5513 |
-
|
5514 |
-
transform: rotateX(180deg);
|
5515 |
-
|
5516 |
-
}
|
5517 |
-
|
5518 |
-
|
5519 |
-
|
5520 |
-
|
5521 |
-
|
5522 |
-
transform: rotateX(0deg);
|
5523 |
-
|
5524 |
-
|
5525 |
-
|
5526 |
-
|
5527 |
-
|
5528 |
-
transform: rotateX(-40deg);
|
5529 |
-
|
5530 |
-
|
5531 |
-
|
5532 |
-
|
5533 |
-
|
5534 |
-
|
5535 |
-
|
5536 |
-
|
5537 |
-
|
5538 |
-
transform: rotateX(180deg);
|
5539 |
-
|
5540 |
-
}
|
5541 |
-
|
5542 |
-
|
5543 |
-
|
5544 |
-
|
5545 |
-
|
5546 |
-
|
5547 |
-
|
5548 |
-
-
|
5549 |
-
transition: all 0.3s ease-in-out;
|
5550 |
-
|
5551 |
-
|
5552 |
-
|
5553 |
-
|
5554 |
-
display:
|
5555 |
-
display: -webkit-
|
5556 |
-
display: -
|
5557 |
-
display: -
|
5558 |
-
display:
|
5559 |
-
|
5560 |
-
-webkit-
|
5561 |
-
-
|
5562 |
-
-
|
5563 |
-
|
5564 |
-
|
5565 |
-
|
5566 |
-
|
5567 |
-
|
5568 |
-
|
5569 |
-
|
5570 |
-
|
5571 |
-
|
5572 |
-
|
5573 |
-
|
5574 |
-
|
5575 |
-
|
5576 |
-
|
5577 |
-
|
5578 |
-
|
5579 |
-
object-fit: cover;
|
5580 |
-
|
5581 |
-
|
5582 |
-
|
5583 |
-
|
5584 |
-
|
5585 |
-
|
5586 |
-
|
5587 |
-
|
5588 |
-
|
5589 |
-
|
5590 |
-
|
5591 |
-
|
5592 |
-
|
5593 |
-
|
5594 |
-
|
5595 |
-
|
5596 |
-
|
5597 |
-
|
5598 |
-
|
5599 |
-
|
5600 |
-
|
5601 |
-
border-
|
5602 |
-
border-
|
5603 |
-
|
5604 |
-
|
5605 |
-
|
5606 |
-
|
5607 |
-
|
5608 |
-
|
5609 |
-
border-
|
5610 |
-
border-
|
5611 |
-
|
5612 |
-
|
5613 |
-
|
5614 |
-
|
5615 |
-
|
5616 |
-
|
5617 |
-
|
5618 |
-
-
|
5619 |
-
-
|
5620 |
-
transform: rotate(-45deg);
|
5621 |
-
|
5622 |
-
|
5623 |
-
|
5624 |
-
|
5625 |
-
|
5626 |
-
|
5627 |
-
-
|
5628 |
-
transform: rotate(45deg);
|
5629 |
-
|
5630 |
-
|
5631 |
-
|
5632 |
-
|
5633 |
-
|
5634 |
-
min-
|
5635 |
-
|
5636 |
-
|
5637 |
-
-
|
5638 |
-
border-radius: 100%;
|
5639 |
-
|
5640 |
-
|
5641 |
-
|
5642 |
-
|
5643 |
-
|
5644 |
-
|
5645 |
-
|
5646 |
-
-
|
5647 |
-
transform: rotate(90deg);
|
5648 |
-
|
5649 |
-
|
5650 |
-
|
5651 |
-
|
5652 |
-
|
5653 |
-
|
5654 |
-
|
5655 |
-
-
|
5656 |
-
transform: rotate(0);
|
5657 |
-
|
5658 |
-
|
5659 |
-
|
5660 |
-
|
5661 |
-
|
5662 |
-
|
5663 |
-
|
5664 |
-
-
|
5665 |
-
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
5666 |
-
|
5667 |
-
|
5668 |
-
|
5669 |
-
|
5670 |
-
|
5671 |
-
|
5672 |
-
|
5673 |
-
|
5674 |
-
|
5675 |
-
-
|
5676 |
-
border-radius: 4px 4px 0 4px;
|
5677 |
-
|
5678 |
-
|
5679 |
-
|
5680 |
-
|
5681 |
-
|
5682 |
-
|
5683 |
-
|
5684 |
-
.premium-badge-flag .corner::
|
5685 |
-
|
5686 |
-
|
5687 |
-
|
5688 |
-
|
5689 |
-
|
5690 |
-
|
5691 |
-
|
5692 |
-
|
5693 |
-
|
5694 |
-
|
5695 |
-
|
5696 |
-
|
5697 |
-
|
5698 |
-
|
5699 |
-
|
5700 |
-
|
5701 |
-
|
5702 |
-
|
5703 |
-
|
5704 |
-
|
5705 |
-
|
5706 |
-
|
5707 |
-
|
5708 |
-
|
5709 |
-
|
5710 |
-
|
5711 |
-
|
5712 |
-
|
5713 |
-
display:
|
5714 |
-
display: -webkit-
|
5715 |
-
display: -
|
5716 |
-
display: -
|
5717 |
-
display:
|
5718 |
-
|
5719 |
-
-webkit-box-
|
5720 |
-
-webkit-
|
5721 |
-
-
|
5722 |
-
-moz-box-
|
5723 |
-
-
|
5724 |
-
flex-direction: column;
|
5725 |
-
|
5726 |
-
|
5727 |
-
|
5728 |
-
|
5729 |
-
|
5730 |
-
|
5731 |
-
display:
|
5732 |
-
display: -webkit-
|
5733 |
-
display: -
|
5734 |
-
display: -
|
5735 |
-
display:
|
5736 |
-
|
5737 |
-
-webkit-align
|
5738 |
-
-
|
5739 |
-
-
|
5740 |
-
align
|
5741 |
-
|
5742 |
-
|
5743 |
-
|
5744 |
-
|
5745 |
-
|
5746 |
-
|
5747 |
-
|
5748 |
-
|
5749 |
-
|
5750 |
-
|
5751 |
-
|
5752 |
-
object-fit: cover;
|
5753 |
-
|
5754 |
-
|
5755 |
-
|
5756 |
-
|
5757 |
-
|
5758 |
-
|
5759 |
-
|
5760 |
-
|
5761 |
-
|
5762 |
-
|
5763 |
-
|
5764 |
-
|
5765 |
-
|
5766 |
-
top: calc(100% + 1px);
|
5767 |
-
|
5768 |
-
|
5769 |
-
|
5770 |
-
|
5771 |
-
border-radius: 5px;
|
5772 |
-
|
5773 |
-
|
5774 |
-
|
5775 |
-
|
5776 |
-
|
5777 |
-
|
5778 |
-
|
5779 |
-
|
5780 |
-
|
5781 |
-
|
5782 |
-
|
5783 |
-
|
5784 |
-
|
5785 |
-
|
5786 |
-
|
5787 |
-
|
5788 |
-
|
5789 |
-
|
5790 |
-
|
5791 |
-
|
5792 |
-
|
5793 |
-
|
5794 |
-
|
5795 |
-
|
5796 |
-
|
5797 |
-
|
5798 |
-
|
5799 |
-
|
5800 |
-
|
5801 |
-
font-
|
5802 |
-
|
5803 |
-
|
5804 |
-
|
5805 |
-
|
5806 |
-
|
5807 |
-
|
5808 |
-
|
5809 |
-
|
5810 |
-
|
5811 |
-
|
5812 |
-
|
5813 |
-
|
5814 |
-
|
5815 |
-
|
5816 |
-
|
5817 |
-
|
5818 |
-
}
|
5819 |
-
|
5820 |
-
|
5821 |
-
|
5822 |
-
|
5823 |
-
|
5824 |
-
|
5825 |
-
|
5826 |
-
|
5827 |
-
|
5828 |
-
-
|
5829 |
-
transition: all 0.3s ease-in-out;
|
5830 |
-
|
5831 |
-
|
5832 |
-
|
5833 |
-
|
5834 |
-
|
5835 |
-
|
5836 |
-
margin-
|
5837 |
-
|
5838 |
-
|
5839 |
-
|
5840 |
-
.premium-maps-info-
|
5841 |
-
|
5842 |
-
|
5843 |
-
|
5844 |
-
|
5845 |
-
|
5846 |
-
|
5847 |
-
|
5848 |
-
|
5849 |
-
|
5850 |
-
|
5851 |
-
|
5852 |
-
|
5853 |
-
|
5854 |
-
|
5855 |
-
|
5856 |
-
|
5857 |
-
|
5858 |
-
display:
|
5859 |
-
display: -webkit-inline-
|
5860 |
-
display: -
|
5861 |
-
display: -
|
5862 |
-
display: inline-
|
5863 |
-
|
5864 |
-
|
5865 |
-
|
5866 |
-
backface-visibility: hidden;
|
5867 |
-
-
|
5868 |
-
transform: translate3d(0, 0, 0);
|
5869 |
-
|
5870 |
-
|
5871 |
-
transition: all 0.2s ease-in-out !important;
|
5872 |
-
|
5873 |
-
|
5874 |
-
|
5875 |
-
.premium-
|
5876 |
-
|
5877 |
-
display:
|
5878 |
-
display: -webkit-
|
5879 |
-
display: -
|
5880 |
-
display: -
|
5881 |
-
display:
|
5882 |
-
|
5883 |
-
|
5884 |
-
|
5885 |
-
.premium-
|
5886 |
-
|
5887 |
-
|
5888 |
-
|
5889 |
-
|
5890 |
-
|
5891 |
-
.premium-btn-
|
5892 |
-
.premium-btn-
|
5893 |
-
.premium-btn-
|
5894 |
-
|
5895 |
-
color: #
|
5896 |
-
|
5897 |
-
|
5898 |
-
|
5899 |
-
|
5900 |
-
|
5901 |
-
.premium-btn-
|
5902 |
-
.premium-btn-
|
5903 |
-
.premium-btn-
|
5904 |
-
|
5905 |
-
color: #
|
5906 |
-
|
5907 |
-
|
5908 |
-
|
5909 |
-
|
5910 |
-
|
5911 |
-
|
5912 |
-
|
5913 |
-
|
5914 |
-
|
5915 |
-
|
5916 |
-
|
5917 |
-
|
5918 |
-
|
5919 |
-
|
5920 |
-
|
5921 |
-
|
5922 |
-
|
5923 |
-
|
5924 |
-
|
5925 |
-
|
5926 |
-
|
5927 |
-
|
5928 |
-
|
5929 |
-
|
5930 |
-
|
5931 |
-
|
5932 |
-
|
5933 |
-
|
5934 |
-
|
5935 |
-
|
5936 |
-
|
5937 |
-
|
5938 |
-
|
5939 |
-
|
5940 |
-
.premium-button-
|
5941 |
-
.premium-button-
|
5942 |
-
.premium-button-
|
5943 |
-
|
5944 |
-
|
5945 |
-
-
|
5946 |
-
transform: perspective(1px) translateZ(0);
|
5947 |
-
|
5948 |
-
box-shadow: 0 0 1px transparent;
|
5949 |
-
|
5950 |
-
|
5951 |
-
transition-property: color;
|
5952 |
-
|
5953 |
-
transition-duration: 0.15s;
|
5954 |
-
|
5955 |
-
|
5956 |
-
|
5957 |
-
.premium-button-
|
5958 |
-
.premium-button-
|
5959 |
-
|
5960 |
-
|
5961 |
-
|
5962 |
-
|
5963 |
-
|
5964 |
-
|
5965 |
-
|
5966 |
-
|
5967 |
-
-
|
5968 |
-
transform: scaleY(0);
|
5969 |
-
|
5970 |
-
-
|
5971 |
-
transform-origin: 50% 0;
|
5972 |
-
-
|
5973 |
-
transition-property: -webkit-transform;
|
5974 |
-
transition-property: transform;
|
5975 |
-
transition-property: transform
|
5976 |
-
|
5977 |
-
transition-duration: 0.15s;
|
5978 |
-
|
5979 |
-
transition-timing-function: ease-out;
|
5980 |
-
|
5981 |
-
|
5982 |
-
|
5983 |
-
.premium-button-style5-
|
5984 |
-
|
5985 |
-
-
|
5986 |
-
transform-origin: 50%;
|
5987 |
-
-
|
5988 |
-
border-radius: 100%;
|
5989 |
-
-
|
5990 |
-
-
|
5991 |
-
transform: scale(0);
|
5992 |
-
|
5993 |
-
|
5994 |
-
|
5995 |
-
|
5996 |
-
-
|
5997 |
-
transform: scale(2);
|
5998 |
-
|
5999 |
-
|
6000 |
-
|
6001 |
-
|
6002 |
-
-
|
6003 |
-
transform-origin: 50%;
|
6004 |
-
-
|
6005 |
-
-
|
6006 |
-
transform: scale(1);
|
6007 |
-
|
6008 |
-
|
6009 |
-
|
6010 |
-
|
6011 |
-
-
|
6012 |
-
transform-origin: 50%;
|
6013 |
-
-
|
6014 |
-
-
|
6015 |
-
transform: scale(0);
|
6016 |
-
|
6017 |
-
|
6018 |
-
|
6019 |
-
|
6020 |
-
-
|
6021 |
-
transform: scale(1);
|
6022 |
-
|
6023 |
-
|
6024 |
-
|
6025 |
-
|
6026 |
-
-
|
6027 |
-
transform: scale(0);
|
6028 |
-
|
6029 |
-
|
6030 |
-
|
6031 |
-
|
6032 |
-
-
|
6033 |
-
transform: scale(2);
|
6034 |
-
|
6035 |
-
|
6036 |
-
|
6037 |
-
|
6038 |
-
-
|
6039 |
-
transform: scale(0);
|
6040 |
-
|
6041 |
-
|
6042 |
-
|
6043 |
-
|
6044 |
-
-
|
6045 |
-
transform-origin: 50% 100%;
|
6046 |
-
|
6047 |
-
|
6048 |
-
|
6049 |
-
|
6050 |
-
-
|
6051 |
-
transform: scaleX(0);
|
6052 |
-
|
6053 |
-
-
|
6054 |
-
transform-origin: 100% 50%;
|
6055 |
-
|
6056 |
-
|
6057 |
-
|
6058 |
-
|
6059 |
-
-
|
6060 |
-
transform: scaleX(0);
|
6061 |
-
|
6062 |
-
-
|
6063 |
-
transform-origin: 0% 50%;
|
6064 |
-
|
6065 |
-
|
6066 |
-
|
6067 |
-
.premium-button-style2-
|
6068 |
-
|
6069 |
-
-
|
6070 |
-
transform: scaleY(0);
|
6071 |
-
|
6072 |
-
-
|
6073 |
-
transform-origin: 0% 50%;
|
6074 |
-
|
6075 |
-
|
6076 |
-
|
6077 |
-
.premium-button-style2-
|
6078 |
-
|
6079 |
-
-
|
6080 |
-
transform: scaleX(0);
|
6081 |
-
|
6082 |
-
-
|
6083 |
-
transform-origin: 50% 50%;
|
6084 |
-
|
6085 |
-
|
6086 |
-
|
6087 |
-
|
6088 |
-
-
|
6089 |
-
transform: scaleX(1);
|
6090 |
-
|
6091 |
-
-
|
6092 |
-
transform-origin: 50%;
|
6093 |
-
|
6094 |
-
|
6095 |
-
|
6096 |
-
|
6097 |
-
-
|
6098 |
-
transform: scaleY(1);
|
6099 |
-
|
6100 |
-
-
|
6101 |
-
transform-origin: 50%;
|
6102 |
-
|
6103 |
-
|
6104 |
-
|
6105 |
-
.premium-button-style1-
|
6106 |
-
|
6107 |
-
-
|
6108 |
-
transform: scaleY(1);
|
6109 |
-
|
6110 |
-
|
6111 |
-
|
6112 |
-
.premium-button-style1-
|
6113 |
-
.premium-button-
|
6114 |
-
.premium-button-style2-
|
6115 |
-
|
6116 |
-
-
|
6117 |
-
transform: scaleX(1);
|
6118 |
-
|
6119 |
-
|
6120 |
-
|
6121 |
-
|
6122 |
-
-
|
6123 |
-
transform: scaleX(0);
|
6124 |
-
|
6125 |
-
|
6126 |
-
|
6127 |
-
|
6128 |
-
-
|
6129 |
-
transform: scaleY(0);
|
6130 |
-
|
6131 |
-
|
6132 |
-
|
6133 |
-
|
6134 |
-
-
|
6135 |
-
transform: scaleX(0.9);
|
6136 |
-
|
6137 |
-
|
6138 |
-
|
6139 |
-
|
6140 |
-
-
|
6141 |
-
transform: scaleY(0.8);
|
6142 |
-
|
6143 |
-
|
6144 |
-
|
6145 |
-
|
6146 |
-
|
6147 |
-
|
6148 |
-
|
6149 |
-
|
6150 |
-
|
6151 |
-
-
|
6152 |
-
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
6153 |
-
|
6154 |
-
-
|
6155 |
-
transform-origin: 50%;
|
6156 |
-
-
|
6157 |
-
transition-property: all;
|
6158 |
-
|
6159 |
-
|
6160 |
-
|
6161 |
-
|
6162 |
-
|
6163 |
-
|
6164 |
-
|
6165 |
-
|
6166 |
-
-
|
6167 |
-
transform-origin: 50%;
|
6168 |
-
-
|
6169 |
-
transition-property: all;
|
6170 |
-
-
|
6171 |
-
-
|
6172 |
-
transform: translateX(50%) translateY(-50%) rotate(-45deg);
|
6173 |
-
|
6174 |
-
|
6175 |
-
|
6176 |
-
.premium-button-style2-
|
6177 |
-
|
6178 |
-
|
6179 |
-
|
6180 |
-
|
6181 |
-
.premium-button-style3-before
|
6182 |
-
|
6183 |
-
|
6184 |
-
-
|
6185 |
-
transform: translateX(5px);
|
6186 |
-
|
6187 |
-
transition: all 0.5s ease-in-out;
|
6188 |
-
|
6189 |
-
|
6190 |
-
|
6191 |
-
.premium-button-style3-after
|
6192 |
-
|
6193 |
-
|
6194 |
-
-
|
6195 |
-
transform: translateX(5px);
|
6196 |
-
|
6197 |
-
transition: all 0.5s ease-in-out;
|
6198 |
-
|
6199 |
-
-
|
6200 |
-
transform: translateX(-5px);
|
6201 |
-
|
6202 |
-
|
6203 |
-
|
6204 |
-
.premium-button-style3-after:hover
|
6205 |
-
|
6206 |
-
|
6207 |
-
|
6208 |
-
|
6209 |
-
.premium-button-style3-before:hover
|
6210 |
-
|
6211 |
-
|
6212 |
-
|
6213 |
-
|
6214 |
-
|
6215 |
-
|
6216 |
-
display:
|
6217 |
-
display: -webkit-
|
6218 |
-
display: -
|
6219 |
-
display: -
|
6220 |
-
display:
|
6221 |
-
|
6222 |
-
-webkit-
|
6223 |
-
-
|
6224 |
-
-
|
6225 |
-
|
6226 |
-
-
|
6227 |
-
-webkit-align
|
6228 |
-
-
|
6229 |
-
-
|
6230 |
-
align
|
6231 |
-
-
|
6232 |
-
transition: all 0.2s ease-in-out;
|
6233 |
-
|
6234 |
-
|
6235 |
-
|
6236 |
-
.premium-button-text-icon-wrapper
|
6237 |
-
.premium-button-text-icon-wrapper
|
6238 |
-
|
6239 |
-
transition: all 0.2s ease-in-out;
|
6240 |
-
|
6241 |
-
|
6242 |
-
|
6243 |
-
|
6244 |
-
|
6245 |
-
|
6246 |
-
|
6247 |
-
-
|
6248 |
-
display:
|
6249 |
-
display: -webkit-
|
6250 |
-
display: -
|
6251 |
-
display: -
|
6252 |
-
display:
|
6253 |
-
|
6254 |
-
-webkit-align
|
6255 |
-
-
|
6256 |
-
-
|
6257 |
-
align
|
6258 |
-
-
|
6259 |
-
-webkit-
|
6260 |
-
-
|
6261 |
-
-
|
6262 |
-
|
6263 |
-
|
6264 |
-
|
6265 |
-
|
6266 |
-
transition: all 0.3s ease-in-out;
|
6267 |
-
|
6268 |
-
|
6269 |
-
|
6270 |
-
|
6271 |
-
|
6272 |
-
|
6273 |
-
|
6274 |
-
|
6275 |
-
|
6276 |
-
|
6277 |
-
|
6278 |
-
|
6279 |
-
|
6280 |
-
|
6281 |
-
|
6282 |
-
|
6283 |
-
|
6284 |
-
|
6285 |
-
|
6286 |
-
|
6287 |
-
|
6288 |
-
|
6289 |
-
|
6290 |
-
|
6291 |
-
|
6292 |
-
|
6293 |
-
|
6294 |
-
|
6295 |
-
|
6296 |
-
|
6297 |
-
|
6298 |
-
|
6299 |
-
|
6300 |
-
|
6301 |
-
|
6302 |
-
|
6303 |
-
|
6304 |
-
|
6305 |
-
|
6306 |
-
|
6307 |
-
|
6308 |
-
|
6309 |
-
|
6310 |
-
|
6311 |
-
-
|
6312 |
-
transform: translateY(100%);
|
6313 |
-
|
6314 |
-
|
6315 |
-
|
6316 |
-
|
6317 |
-
|
6318 |
-
-
|
6319 |
-
transform: translateY(-100%);
|
6320 |
-
|
6321 |
-
|
6322 |
-
|
6323 |
-
|
6324 |
-
|
6325 |
-
-
|
6326 |
-
transform: translateX(-100%);
|
6327 |
-
|
6328 |
-
|
6329 |
-
|
6330 |
-
|
6331 |
-
|
6332 |
-
-
|
6333 |
-
transform: translateX(100%);
|
6334 |
-
|
6335 |
-
|
6336 |
-
|
6337 |
-
|
6338 |
-
|
6339 |
-
|
6340 |
-
|
6341 |
-
|
6342 |
-
|
6343 |
-
|
6344 |
-
|
6345 |
-
border-radius: 100%;
|
6346 |
-
-
|
6347 |
-
-
|
6348 |
-
transform: translate(50%, -50%) scale(0);
|
6349 |
-
|
6350 |
-
transition: all 0.3s ease-in-out;
|
6351 |
-
|
6352 |
-
|
6353 |
-
|
6354 |
-
|
6355 |
-
-
|
6356 |
-
transform: translate(50%, -50%) scale(3);
|
6357 |
-
|
6358 |
-
|
6359 |
-
|
6360 |
-
|
6361 |
-
|
6362 |
-
|
6363 |
-
|
6364 |
-
|
6365 |
-
|
6366 |
-
|
6367 |
-
|
6368 |
-
|
6369 |
-
|
6370 |
-
|
6371 |
-
|
6372 |
-
border-radius: 50%;
|
6373 |
-
|
6374 |
-
|
6375 |
-
-
|
6376 |
-
transform: translate(50%, -50%);
|
6377 |
-
|
6378 |
-
transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
|
6379 |
-
|
6380 |
-
|
6381 |
-
|
6382 |
-
|
6383 |
-
|
6384 |
-
|
6385 |
-
|
6386 |
-
|
6387 |
-
|
6388 |
-
|
6389 |
-
|
6390 |
-
|
6391 |
-
|
6392 |
-
.premium-button-style7-
|
6393 |
-
|
6394 |
-
transition: width 0.3s ease-out 0.15s;
|
6395 |
-
|
6396 |
-
|
6397 |
-
|
6398 |
-
.premium-button-style7-
|
6399 |
-
|
6400 |
-
transition: width 0.3s ease-out 0s;
|
6401 |
-
|
6402 |
-
|
6403 |
-
|
6404 |
-
.premium-button-style7-
|
6405 |
-
|
6406 |
-
transition: height 0.3s ease-out 0.15s;
|
6407 |
-
|
6408 |
-
|
6409 |
-
|
6410 |
-
.premium-button-style7-
|
6411 |
-
|
6412 |
-
transition: height 0.3s ease-out 0s;
|
6413 |
-
|
6414 |
-
|
6415 |
-
|
6416 |
-
|
6417 |
-
transition-delay: 0s;
|
6418 |
-
|
6419 |
-
|
6420 |
-
|
6421 |
-
|
6422 |
-
transition-delay: 0.15s;
|
6423 |
-
|
6424 |
-
|
6425 |
-
|
6426 |
-
.premium-button-style7-bottom .premium-button-text-icon-wrapper:
|
6427 |
-
|
6428 |
-
|
6429 |
-
|
6430 |
-
|
6431 |
-
|
6432 |
-
|
6433 |
-
|
6434 |
-
|
6435 |
-
|
6436 |
-
|
6437 |
-
.premium-button-style7-top .premium-button-text-icon-wrapper:
|
6438 |
-
|
6439 |
-
|
6440 |
-
|
6441 |
-
|
6442 |
-
|
6443 |
-
|
6444 |
-
|
6445 |
-
|
6446 |
-
|
6447 |
-
|
6448 |
-
.premium-button-style7-right .premium-button-text-icon-wrapper:
|
6449 |
-
|
6450 |
-
|
6451 |
-
|
6452 |
-
|
6453 |
-
|
6454 |
-
|
6455 |
-
|
6456 |
-
|
6457 |
-
|
6458 |
-
|
6459 |
-
.premium-button-style7-left .premium-button-text-icon-wrapper:
|
6460 |
-
|
6461 |
-
|
6462 |
-
|
6463 |
-
|
6464 |
-
|
6465 |
-
|
6466 |
-
|
6467 |
-
|
6468 |
-
|
6469 |
-
|
6470 |
-
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:
|
6471 |
-
|
6472 |
-
|
6473 |
-
|
6474 |
-
|
6475 |
-
|
6476 |
-
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:
|
6477 |
-
|
6478 |
-
|
6479 |
-
|
6480 |
-
|
6481 |
-
|
6482 |
-
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:
|
6483 |
-
|
6484 |
-
|
6485 |
-
|
6486 |
-
|
6487 |
-
|
6488 |
-
.premium-button-style7-right:hover .premium-button-text-icon-wrapper:
|
6489 |
-
|
6490 |
-
|
6491 |
-
|
6492 |
-
|
6493 |
-
|
6494 |
-
|
6495 |
-
|
6496 |
-
|
6497 |
-
|
6498 |
-
|
6499 |
-
|
6500 |
-
|
6501 |
-
|
6502 |
-
|
6503 |
-
transition: all ease-in-out 0.3s;
|
6504 |
-
|
6505 |
-
|
6506 |
-
|
6507 |
-
|
6508 |
-
|
6509 |
-
|
6510 |
-
|
6511 |
-
|
6512 |
-
transition: all 0.3s ease-in-out;
|
6513 |
-
|
6514 |
-
|
6515 |
-
|
6516 |
-
|
6517 |
-
|
6518 |
-
|
6519 |
-
display:
|
6520 |
-
display: -webkit-inline-
|
6521 |
-
display: -
|
6522 |
-
display: -
|
6523 |
-
display: inline-
|
6524 |
-
|
6525 |
-
|
6526 |
-
|
6527 |
-
|
6528 |
-
|
6529 |
-
transition: all 0.2s ease-in-out !important;
|
6530 |
-
|
6531 |
-
|
6532 |
-
|
6533 |
-
.premium-image-button.premium-button-style6
|
6534 |
-
.premium-image-button
|
6535 |
-
|
6536 |
-
|
6537 |
-
|
6538 |
-
|
6539 |
-
|
6540 |
-
.premium-image-button
|
6541 |
-
.premium-image-button-
|
6542 |
-
.premium-image-button-style1-
|
6543 |
-
.premium-image-button-style1-
|
6544 |
-
.premium-image-button-style1-
|
6545 |
-
|
6546 |
-
|
6547 |
-
|
6548 |
-
|
6549 |
-
|
6550 |
-
|
6551 |
-
display:
|
6552 |
-
display: -webkit-
|
6553 |
-
display: -
|
6554 |
-
display: -
|
6555 |
-
display:
|
6556 |
-
|
6557 |
-
-webkit-
|
6558 |
-
-
|
6559 |
-
-
|
6560 |
-
|
6561 |
-
-
|
6562 |
-
-webkit-align
|
6563 |
-
-
|
6564 |
-
-
|
6565 |
-
align
|
6566 |
-
|
6567 |
-
|
6568 |
-
-
|
6569 |
-
transition: all 0.2s ease-in-out;
|
6570 |
-
|
6571 |
-
|
6572 |
-
|
6573 |
-
.premium-image-button-text-icon-wrapper,
|
6574 |
-
.premium-image-button-text-icon-wrapper
|
6575 |
-
.premium-image-button-text-icon-wrapper
|
6576 |
-
|
6577 |
-
transition: all 0.2s ease-in-out;
|
6578 |
-
|
6579 |
-
|
6580 |
-
|
6581 |
-
.premium-image-button-style1-
|
6582 |
-
.premium-image-button-style1-
|
6583 |
-
.premium-image-button-style1-
|
6584 |
-
|
6585 |
-
transition: all 0.2s ease-in-out;
|
6586 |
-
|
6587 |
-
|
6588 |
-
|
6589 |
-
|
6590 |
-
|
6591 |
-
|
6592 |
-
|
6593 |
-
|
6594 |
-
|
6595 |
-
|
6596 |
-
|
6597 |
-
|
6598 |
-
|
6599 |
-
|
6600 |
-
|
6601 |
-
|
6602 |
-
|
6603 |
-
|
6604 |
-
|
6605 |
-
|
6606 |
-
|
6607 |
-
|
6608 |
-
|
6609 |
-
|
6610 |
-
|
6611 |
-
|
6612 |
-
|
6613 |
-
|
6614 |
-
|
6615 |
-
|
6616 |
-
|
6617 |
-
|
6618 |
-
|
6619 |
-
|
6620 |
-
|
6621 |
-
|
6622 |
-
|
6623 |
-
|
6624 |
-
|
6625 |
-
|
6626 |
-
|
6627 |
-
|
6628 |
-
|
6629 |
-
|
6630 |
-
|
6631 |
-
|
6632 |
-
|
6633 |
-
|
6634 |
-
|
6635 |
-
|
6636 |
-
|
6637 |
-
|
6638 |
-
|
6639 |
-
|
6640 |
-
|
6641 |
-
.premium-image-button-diagonal-
|
6642 |
-
.premium-image-button-diagonal-
|
6643 |
-
.premium-image-button-diagonal-
|
6644 |
-
|
6645 |
-
|
6646 |
-
|
6647 |
-
|
6648 |
-
.premium-image-button-diagonal-
|
6649 |
-
.premium-image-button-diagonal-
|
6650 |
-
.premium-image-button-diagonal-
|
6651 |
-
|
6652 |
-
|
6653 |
-
|
6654 |
-
|
6655 |
-
|
6656 |
-
|
6657 |
-
|
6658 |
-
|
6659 |
-
|
6660 |
-
-
|
6661 |
-
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6662 |
-
|
6663 |
-
transition: all 0.8s ease-out;
|
6664 |
-
|
6665 |
-
|
6666 |
-
|
6667 |
-
.premium-image-button-diagonal-
|
6668 |
-
|
6669 |
-
-
|
6670 |
-
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
6671 |
-
|
6672 |
-
|
6673 |
-
|
6674 |
-
.premium-image-button-diagonal-
|
6675 |
-
|
6676 |
-
-
|
6677 |
-
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
6678 |
-
|
6679 |
-
|
6680 |
-
|
6681 |
-
.premium-image-button-diagonal-
|
6682 |
-
|
6683 |
-
-
|
6684 |
-
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6685 |
-
|
6686 |
-
|
6687 |
-
|
6688 |
-
.premium-image-button-diagonal-
|
6689 |
-
|
6690 |
-
-
|
6691 |
-
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
6692 |
-
|
6693 |
-
|
6694 |
-
|
6695 |
-
|
6696 |
-
|
6697 |
-
|
6698 |
-
|
6699 |
-
|
6700 |
-
display: -webkit-
|
6701 |
-
display: -
|
6702 |
-
|
6703 |
-
display:
|
6704 |
-
display:
|
6705 |
-
|
6706 |
-
-webkit-align
|
6707 |
-
-
|
6708 |
-
-
|
6709 |
-
align
|
6710 |
-
-
|
6711 |
-
-webkit-
|
6712 |
-
-
|
6713 |
-
-
|
6714 |
-
|
6715 |
-
|
6716 |
-
|
6717 |
-
|
6718 |
-
transition: all 0.3s ease-in-out;
|
6719 |
-
|
6720 |
-
|
6721 |
-
|
6722 |
-
|
6723 |
-
|
6724 |
-
|
6725 |
-
|
6726 |
-
|
6727 |
-
|
6728 |
-
|
6729 |
-
|
6730 |
-
|
6731 |
-
|
6732 |
-
|
6733 |
-
|
6734 |
-
|
6735 |
-
|
6736 |
-
|
6737 |
-
|
6738 |
-
|
6739 |
-
|
6740 |
-
|
6741 |
-
|
6742 |
-
|
6743 |
-
|
6744 |
-
|
6745 |
-
|
6746 |
-
|
6747 |
-
|
6748 |
-
|
6749 |
-
|
6750 |
-
|
6751 |
-
|
6752 |
-
|
6753 |
-
|
6754 |
-
|
6755 |
-
|
6756 |
-
|
6757 |
-
|
6758 |
-
|
6759 |
-
|
6760 |
-
|
6761 |
-
|
6762 |
-
|
6763 |
-
-
|
6764 |
-
transform: translateY(100%);
|
6765 |
-
|
6766 |
-
|
6767 |
-
|
6768 |
-
|
6769 |
-
|
6770 |
-
-
|
6771 |
-
transform: translateY(-100%);
|
6772 |
-
|
6773 |
-
|
6774 |
-
|
6775 |
-
|
6776 |
-
|
6777 |
-
-
|
6778 |
-
transform: translateX(-100%);
|
6779 |
-
|
6780 |
-
|
6781 |
-
|
6782 |
-
|
6783 |
-
|
6784 |
-
-
|
6785 |
-
transform: translateX(100%);
|
6786 |
-
|
6787 |
-
|
6788 |
-
|
6789 |
-
|
6790 |
-
.premium-image-button-overlap-effect-
|
6791 |
-
|
6792 |
-
|
6793 |
-
|
6794 |
-
|
6795 |
-
|
6796 |
-
|
6797 |
-
|
6798 |
-
|
6799 |
-
transition: all 1s ease-in-out;
|
6800 |
-
|
6801 |
-
|
6802 |
-
animation-name: premium-overlap-effect-done;
|
6803 |
-
|
6804 |
-
animation-duration: 1s;
|
6805 |
-
|
6806 |
-
|
6807 |
-
|
6808 |
-
|
6809 |
-
animation-name: premium-overlap-ver-effect-done;
|
6810 |
-
|
6811 |
-
animation-duration: 1s;
|
6812 |
-
|
6813 |
-
|
6814 |
-
|
6815 |
-
|
6816 |
-
animation-name: premium-overlap-effect;
|
6817 |
-
|
6818 |
-
animation-duration: 1s;
|
6819 |
-
|
6820 |
-
|
6821 |
-
|
6822 |
-
|
6823 |
-
animation-name: premium-overlap-ver-effect;
|
6824 |
-
|
6825 |
-
animation-duration: 1s;
|
6826 |
-
|
6827 |
-
|
6828 |
-
|
6829 |
-
|
6830 |
-
|
6831 |
-
|
6832 |
-
transform: rotateY(0deg);
|
6833 |
-
|
6834 |
-
|
6835 |
-
|
6836 |
-
|
6837 |
-
|
6838 |
-
transform: rotateY(180deg);
|
6839 |
-
|
6840 |
-
|
6841 |
-
|
6842 |
-
|
6843 |
-
|
6844 |
-
transform: rotateY(360deg);
|
6845 |
-
|
6846 |
-
}
|
6847 |
-
|
6848 |
-
|
6849 |
-
|
6850 |
-
|
6851 |
-
|
6852 |
-
transform: rotateY(0deg);
|
6853 |
-
|
6854 |
-
|
6855 |
-
|
6856 |
-
|
6857 |
-
|
6858 |
-
transform: rotateY(180deg);
|
6859 |
-
|
6860 |
-
|
6861 |
-
|
6862 |
-
|
6863 |
-
|
6864 |
-
transform: rotateY(360deg);
|
6865 |
-
|
6866 |
-
}
|
6867 |
-
|
6868 |
-
|
6869 |
-
|
6870 |
-
|
6871 |
-
|
6872 |
-
transform: rotateY(0deg);
|
6873 |
-
|
6874 |
-
|
6875 |
-
|
6876 |
-
|
6877 |
-
|
6878 |
-
transform: rotateY(180deg);
|
6879 |
-
|
6880 |
-
|
6881 |
-
|
6882 |
-
|
6883 |
-
|
6884 |
-
transform: rotateY(360deg);
|
6885 |
-
|
6886 |
-
}
|
6887 |
-
|
6888 |
-
|
6889 |
-
|
6890 |
-
|
6891 |
-
|
6892 |
-
transform: rotateY(0deg);
|
6893 |
-
|
6894 |
-
|
6895 |
-
|
6896 |
-
|
6897 |
-
|
6898 |
-
transform: rotateY(180deg);
|
6899 |
-
|
6900 |
-
|
6901 |
-
|
6902 |
-
|
6903 |
-
|
6904 |
-
transform: rotateY(360deg);
|
6905 |
-
|
6906 |
-
}
|
6907 |
-
|
6908 |
-
|
6909 |
-
|
6910 |
-
|
6911 |
-
|
6912 |
-
transform: rotateX(0deg);
|
6913 |
-
|
6914 |
-
|
6915 |
-
|
6916 |
-
|
6917 |
-
|
6918 |
-
transform: rotateX(180deg);
|
6919 |
-
|
6920 |
-
|
6921 |
-
|
6922 |
-
|
6923 |
-
|
6924 |
-
transform: rotateX(360deg);
|
6925 |
-
|
6926 |
-
}
|
6927 |
-
|
6928 |
-
|
6929 |
-
|
6930 |
-
|
6931 |
-
|
6932 |
-
transform: rotateX(0deg);
|
6933 |
-
|
6934 |
-
|
6935 |
-
|
6936 |
-
|
6937 |
-
|
6938 |
-
transform: rotateX(180deg);
|
6939 |
-
|
6940 |
-
|
6941 |
-
|
6942 |
-
|
6943 |
-
|
6944 |
-
transform: rotateX(360deg);
|
6945 |
-
|
6946 |
-
}
|
6947 |
-
|
6948 |
-
|
6949 |
-
|
6950 |
-
|
6951 |
-
|
6952 |
-
transform: rotateX(0deg);
|
6953 |
-
|
6954 |
-
|
6955 |
-
|
6956 |
-
|
6957 |
-
|
6958 |
-
transform: rotateX(180deg);
|
6959 |
-
|
6960 |
-
|
6961 |
-
|
6962 |
-
|
6963 |
-
|
6964 |
-
transform: rotateX(360deg);
|
6965 |
-
|
6966 |
-
}
|
6967 |
-
|
6968 |
-
|
6969 |
-
|
6970 |
-
|
6971 |
-
|
6972 |
-
transform: rotateX(0deg);
|
6973 |
-
|
6974 |
-
|
6975 |
-
|
6976 |
-
|
6977 |
-
|
6978 |
-
transform: rotateX(180deg);
|
6979 |
-
|
6980 |
-
|
6981 |
-
|
6982 |
-
|
6983 |
-
|
6984 |
-
transform: rotateX(360deg);
|
6985 |
-
|
6986 |
-
}
|
6987 |
-
|
6988 |
-
|
6989 |
-
|
6990 |
-
|
6991 |
-
.premium-
|
6992 |
-
|
6993 |
-
display: -webkit-
|
6994 |
-
display: -
|
6995 |
-
|
6996 |
-
display:
|
6997 |
-
display:
|
6998 |
-
|
6999 |
-
-webkit-align
|
7000 |
-
-
|
7001 |
-
-
|
7002 |
-
align
|
7003 |
-
-
|
7004 |
-
-webkit-
|
7005 |
-
-
|
7006 |
-
-
|
7007 |
-
|
7008 |
-
|
7009 |
-
|
7010 |
-
|
7011 |
-
|
7012 |
-
|
7013 |
-
|
7014 |
-
|
7015 |
-
|
7016 |
-
|
7017 |
-
|
7018 |
-
|
7019 |
-
|
7020 |
-
|
7021 |
-
|
7022 |
-
|
7023 |
-
|
7024 |
-
|
7025 |
-
|
7026 |
-
.premium-
|
7027 |
-
|
7028 |
-
|
7029 |
-
-
|
7030 |
-
border-radius: 75px;
|
7031 |
-
|
7032 |
-
|
7033 |
-
|
7034 |
-
transition: all 0.3s ease-in-out;
|
7035 |
-
|
7036 |
-
|
7037 |
-
|
7038 |
-
|
7039 |
-
transition: all 0.3s ease-in-out;
|
7040 |
-
|
7041 |
-
|
7042 |
-
|
7043 |
-
|
7044 |
-
|
7045 |
-
|
7046 |
-
|
7047 |
-
|
7048 |
-
|
7049 |
-
|
7050 |
-
|
7051 |
-
|
7052 |
-
|
7053 |
-
|
7054 |
-
|
7055 |
-
|
7056 |
-
|
7057 |
-
|
7058 |
-
|
7059 |
-
|
7060 |
-
|
7061 |
-
-
|
7062 |
-
-
|
7063 |
-
transform: translate3d(0, 0, 0);
|
7064 |
-
|
7065 |
-
|
7066 |
-
|
7067 |
-
|
7068 |
-
|
7069 |
-
|
7070 |
-
transition: all 0.3s ease-in-out;
|
7071 |
-
|
7072 |
-
|
7073 |
-
|
7074 |
-
|
7075 |
-
filter: grayscale(100%);
|
7076 |
-
|
7077 |
-
|
7078 |
-
|
7079 |
-
.premium-img-gallery.
|
7080 |
-
|
7081 |
-
-
|
7082 |
-
transform: scale(1.2);
|
7083 |
-
|
7084 |
-
|
7085 |
-
|
7086 |
-
|
7087 |
-
filter: sepia(30%);
|
7088 |
-
|
7089 |
-
|
7090 |
-
|
7091 |
-
|
7092 |
-
filter: brightness(1);
|
7093 |
-
|
7094 |
-
|
7095 |
-
|
7096 |
-
|
7097 |
-
-
|
7098 |
-
transform: translateX(15px) scale(1.1);
|
7099 |
-
|
7100 |
-
|
7101 |
-
|
7102 |
-
.pa-gallery-img .pa-gallery-
|
7103 |
-
|
7104 |
-
|
7105 |
-
|
7106 |
-
|
7107 |
-
.pa-gallery-img .pa-gallery-magnific-image
|
7108 |
-
.pa-gallery-img .pa-gallery-
|
7109 |
-
.pa-gallery-img .pa-gallery-img-link
|
7110 |
-
|
7111 |
-
transition: all 0.3s ease-in-out;
|
7112 |
-
|
7113 |
-
|
7114 |
-
|
7115 |
-
.pa-gallery-img .pa-gallery-
|
7116 |
-
|
7117 |
-
|
7118 |
-
|
7119 |
-
|
7120 |
-
|
7121 |
-
|
7122 |
-
border-radius: 50%;
|
7123 |
-
|
7124 |
-
|
7125 |
-
|
7126 |
-
.pa-gallery-img.style2 .pa-gallery-
|
7127 |
-
|
7128 |
-
|
7129 |
-
|
7130 |
-
|
7131 |
-
|
7132 |
-
transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
|
7133 |
-
|
7134 |
-
|
7135 |
-
|
7136 |
-
|
7137 |
-
transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
|
7138 |
-
|
7139 |
-
|
7140 |
-
|
7141 |
-
.pa-gallery-img:hover .pa-gallery-
|
7142 |
-
.
|
7143 |
-
|
7144 |
-
|
7145 |
-
|
7146 |
-
|
7147 |
-
.premium-
|
7148 |
-
|
7149 |
-
|
7150 |
-
|
7151 |
-
|
7152 |
-
|
7153 |
-
|
7154 |
-
.premium-
|
7155 |
-
|
7156 |
-
|
7157 |
-
display: -webkit-inline-
|
7158 |
-
display: -
|
7159 |
-
|
7160 |
-
display:
|
7161 |
-
display: inline-
|
7162 |
-
|
7163 |
-
|
7164 |
-
|
7165 |
-
|
7166 |
-
-
|
7167 |
-
transform: scale(1.1);
|
7168 |
-
|
7169 |
-
|
7170 |
-
|
7171 |
-
|
7172 |
-
-
|
7173 |
-
transform: scale(1);
|
7174 |
-
|
7175 |
-
|
7176 |
-
|
7177 |
-
|
7178 |
-
-
|
7179 |
-
transform: scale(1.3) rotate(-5deg);
|
7180 |
-
|
7181 |
-
|
7182 |
-
|
7183 |
-
|
7184 |
-
filter: grayscale(0%);
|
7185 |
-
|
7186 |
-
|
7187 |
-
|
7188 |
-
|
7189 |
-
filter: blur(3px);
|
7190 |
-
|
7191 |
-
|
7192 |
-
|
7193 |
-
|
7194 |
-
filter: sepia(0%);
|
7195 |
-
|
7196 |
-
|
7197 |
-
|
7198 |
-
|
7199 |
-
-
|
7200 |
-
transform: translateX(0px) scale(1.1);
|
7201 |
-
|
7202 |
-
|
7203 |
-
|
7204 |
-
|
7205 |
-
filter: brightness(1.2);
|
7206 |
-
|
7207 |
-
|
7208 |
-
|
7209 |
-
|
7210 |
-
|
7211 |
-
|
7212 |
-
|
7213 |
-
|
7214 |
-
|
7215 |
-
|
7216 |
-
|
7217 |
-
|
7218 |
-
|
7219 |
-
|
7220 |
-
|
7221 |
-
|
7222 |
-
|
7223 |
-
|
7224 |
-
|
7225 |
-
|
7226 |
-
|
7227 |
-
transition: all 0.3s ease-in-out;
|
7228 |
-
|
7229 |
-
|
7230 |
-
|
7231 |
-
|
7232 |
-
|
7233 |
-
|
7234 |
-
|
7235 |
-
-
|
7236 |
-
-
|
7237 |
-
transform: translateY(-50%);
|
7238 |
-
|
7239 |
-
|
7240 |
-
|
7241 |
-
|
7242 |
-
|
7243 |
-
|
7244 |
-
|
7245 |
-
|
7246 |
-
|
7247 |
-
|
7248 |
-
|
7249 |
-
|
7250 |
-
|
7251 |
-
|
7252 |
-
transition: all 500ms ease 0s;
|
7253 |
-
|
7254 |
-
-
|
7255 |
-
transform: translate3d(0, 100%, 0);
|
7256 |
-
|
7257 |
-
|
7258 |
-
|
7259 |
-
|
7260 |
-
|
7261 |
-
|
7262 |
-
|
7263 |
-
|
7264 |
-
|
7265 |
-
|
7266 |
-
|
7267 |
-
|
7268 |
-
|
7269 |
-
-
|
7270 |
-
transform: translate3d(0, 0, 0);
|
7271 |
-
|
7272 |
-
|
7273 |
-
|
7274 |
-
|
7275 |
-
|
7276 |
-
|
7277 |
-
|
7278 |
-
|
7279 |
-
|
7280 |
-
|
7281 |
-
|
7282 |
-
backface-visibility: hidden;
|
7283 |
-
-
|
7284 |
-
-webkit-transition:
|
7285 |
-
transition: opacity 0.3s, -webkit-transform 0.3s;
|
7286 |
-
transition:
|
7287 |
-
transition: transform 0.3s, opacity 0.3s
|
7288 |
-
|
7289 |
-
|
7290 |
-
|
7291 |
-
display: -webkit-
|
7292 |
-
display: -
|
7293 |
-
|
7294 |
-
display:
|
7295 |
-
display:
|
7296 |
-
|
7297 |
-
-
|
7298 |
-
-webkit-align
|
7299 |
-
-
|
7300 |
-
-
|
7301 |
-
align
|
7302 |
-
|
7303 |
-
|
7304 |
-
|
7305 |
-
|
7306 |
-
|
7307 |
-
|
7308 |
-
|
7309 |
-
|
7310 |
-
|
7311 |
-
-
|
7312 |
-
transform: translate(-15px, 15px);
|
7313 |
-
|
7314 |
-
|
7315 |
-
|
7316 |
-
|
7317 |
-
|
7318 |
-
|
7319 |
-
|
7320 |
-
|
7321 |
-
|
7322 |
-
|
7323 |
-
|
7324 |
-
|
7325 |
-
|
7326 |
-
|
7327 |
-
|
7328 |
-
|
7329 |
-
|
7330 |
-
|
7331 |
-
|
7332 |
-
|
7333 |
-
|
7334 |
-
|
7335 |
-
|
7336 |
-
|
7337 |
-
|
7338 |
-
|
7339 |
-
|
7340 |
-
|
7341 |
-
|
7342 |
-
object-fit: fill;
|
7343 |
-
|
7344 |
-
|
7345 |
-
|
7346 |
-
|
7347 |
-
|
7348 |
-
|
7349 |
-
|
7350 |
-
|
7351 |
-
|
7352 |
-
|
7353 |
-
|
7354 |
-
|
7355 |
-
box-shadow: none;
|
7356 |
-
|
7357 |
-
|
7358 |
-
|
7359 |
-
|
7360 |
-
-
|
7361 |
-
-
|
7362 |
-
-
|
7363 |
-
align
|
7364 |
-
|
7365 |
-
|
7366 |
-
|
7367 |
-
|
7368 |
-
font-
|
7369 |
-
|
7370 |
-
|
7371 |
-
|
7372 |
-
transition: all 0.3s ease-in-out;
|
7373 |
-
|
7374 |
-
|
7375 |
-
|
7376 |
-
|
7377 |
-
display: -webkit-inline-
|
7378 |
-
display: -
|
7379 |
-
|
7380 |
-
display:
|
7381 |
-
display: inline-
|
7382 |
-
|
7383 |
-
-webkit-align
|
7384 |
-
-
|
7385 |
-
-
|
7386 |
-
align
|
7387 |
-
|
7388 |
-
|
7389 |
-
|
7390 |
-
|
7391 |
-
border
|
7392 |
-
border-top-
|
7393 |
-
border-top-
|
7394 |
-
-
|
7395 |
-
border-radius: 50%;
|
7396 |
-
border-
|
7397 |
-
border-top
|
7398 |
-
|
7399 |
-
|
7400 |
-
|
7401 |
-
animation: spin 2s linear infinite;
|
7402 |
-
|
7403 |
-
|
7404 |
-
|
7405 |
-
|
7406 |
-
|
7407 |
-
|
7408 |
-
|
7409 |
-
|
7410 |
-
|
7411 |
-
|
7412 |
-
|
7413 |
-
|
7414 |
-
|
7415 |
-
|
7416 |
-
|
7417 |
-
|
7418 |
-
|
7419 |
-
|
7420 |
-
|
7421 |
-
.
|
7422 |
-
|
7423 |
-
|
7424 |
-
|
7425 |
-
|
7426 |
-
.pa-gallery-img-container
|
7427 |
-
|
7428 |
-
|
7429 |
-
|
7430 |
-
|
7431 |
-
|
7432 |
-
width: 100%;
|
7433 |
-
|
7434 |
-
|
7435 |
-
|
7436 |
-
|
7437 |
-
|
7438 |
-
|
7439 |
-
|
7440 |
-
|
7441 |
-
object-fit: contain;
|
7442 |
-
|
7443 |
-
|
7444 |
-
|
7445 |
-
.pa-gallery-icons-
|
7446 |
-
|
7447 |
-
|
7448 |
-
|
7449 |
-
|
7450 |
-
|
7451 |
-
|
7452 |
-
|
7453 |
-
|
7454 |
-
|
7455 |
-
|
7456 |
-
background: -webkit-
|
7457 |
-
background: linear-gradient(
|
7458 |
-
|
7459 |
-
|
7460 |
-
|
7461 |
-
|
7462 |
-
|
7463 |
-
|
7464 |
-
|
7465 |
-
|
7466 |
-
|
7467 |
-
|
7468 |
-
}
|
7469 |
-
|
7470 |
-
|
7471 |
-
|
7472 |
-
|
7473 |
-
transform: rotate(0deg);
|
7474 |
-
|
7475 |
-
|
7476 |
-
|
7477 |
-
|
7478 |
-
transform: rotate(-360deg);
|
7479 |
-
|
7480 |
-
}
|
7481 |
-
|
7482 |
-
|
7483 |
-
|
7484 |
-
|
7485 |
-
|
7486 |
-
|
7487 |
-
|
7488 |
-
|
7489 |
-
|
7490 |
-
|
7491 |
-
|
7492 |
-
|
7493 |
-
|
7494 |
-
|
7495 |
-
|
7496 |
-
-
|
7497 |
-
transition: all 0.3s ease-in-out;
|
7498 |
-
|
7499 |
-
|
7500 |
-
|
7501 |
-
|
7502 |
-
|
7503 |
-
transition: all 0.3s ease-in-out;
|
7504 |
-
|
7505 |
-
|
7506 |
-
|
7507 |
-
.premium-vscroll-
|
7508 |
-
|
7509 |
-
|
7510 |
-
|
7511 |
-
|
7512 |
-
|
7513 |
-
|
7514 |
-
|
7515 |
-
|
7516 |
-
|
7517 |
-
|
7518 |
-
|
7519 |
-
|
7520 |
-
|
7521 |
-
|
7522 |
-
|
7523 |
-
|
7524 |
-
|
7525 |
-
|
7526 |
-
|
7527 |
-
|
7528 |
-
|
7529 |
-
|
7530 |
-
|
7531 |
-
|
7532 |
-
|
7533 |
-
|
7534 |
-
|
7535 |
-
|
7536 |
-
|
7537 |
-
|
7538 |
-
.premium-vscroll-
|
7539 |
-
|
7540 |
-
|
7541 |
-
|
7542 |
-
|
7543 |
-
|
7544 |
-
|
7545 |
-
|
7546 |
-
|
7547 |
-
|
7548 |
-
|
7549 |
-
display: -webkit-
|
7550 |
-
display: -
|
7551 |
-
|
7552 |
-
display:
|
7553 |
-
display:
|
7554 |
-
|
7555 |
-
-
|
7556 |
-
-
|
7557 |
-
-
|
7558 |
-
|
7559 |
-
-
|
7560 |
-
-
|
7561 |
-
-
|
7562 |
-
-
|
7563 |
-
align
|
7564 |
-
|
7565 |
-
|
7566 |
-
|
7567 |
-
|
7568 |
-
|
7569 |
-
|
7570 |
-
|
7571 |
-
|
7572 |
-
|
7573 |
-
|
7574 |
-
|
7575 |
-
|
7576 |
-
|
7577 |
-
|
7578 |
-
|
7579 |
-
|
7580 |
-
|
7581 |
-
|
7582 |
-
|
7583 |
-
|
7584 |
-
border-radius: 50%;
|
7585 |
-
|
7586 |
-
|
7587 |
-
-
|
7588 |
-
transition: all 0.3s ease-in-out;
|
7589 |
-
|
7590 |
-
|
7591 |
-
|
7592 |
-
|
7593 |
-
-
|
7594 |
-
transform: scale(1.6);
|
7595 |
-
|
7596 |
-
|
7597 |
-
|
7598 |
-
|
7599 |
-
|
7600 |
-
|
7601 |
-
font-
|
7602 |
-
|
7603 |
-
|
7604 |
-
|
7605 |
-
padding-
|
7606 |
-
|
7607 |
-
|
7608 |
-
|
7609 |
-
|
7610 |
-
|
7611 |
-
|
7612 |
-
|
7613 |
-
|
7614 |
-
|
7615 |
-
|
7616 |
-
|
7617 |
-
|
7618 |
-
|
7619 |
-
|
7620 |
-
|
7621 |
-
|
7622 |
-
border-radius: 0;
|
7623 |
-
|
7624 |
-
|
7625 |
-
|
7626 |
-
|
7627 |
-
-
|
7628 |
-
transform: scale(1);
|
7629 |
-
|
7630 |
-
|
7631 |
-
|
7632 |
-
|
7633 |
-
|
7634 |
-
|
7635 |
-
|
7636 |
-
|
7637 |
-
|
7638 |
-
|
7639 |
-
}
|
7640 |
-
|
7641 |
-
|
7642 |
-
|
7643 |
-
|
7644 |
-
|
7645 |
-
|
7646 |
-
right: calc(100% - 1px);
|
7647 |
-
|
7648 |
-
|
7649 |
-
|
7650 |
-
border-
|
7651 |
-
border-
|
7652 |
-
-
|
7653 |
-
-
|
7654 |
-
transform: translateY(-50%);
|
7655 |
-
|
7656 |
-
|
7657 |
-
|
7658 |
-
|
7659 |
-
|
7660 |
-
|
7661 |
-
|
7662 |
-
left: calc(100% - 1px);
|
7663 |
-
|
7664 |
-
|
7665 |
-
|
7666 |
-
border-
|
7667 |
-
border-
|
7668 |
-
-
|
7669 |
-
-
|
7670 |
-
transform: translateY(-50%);
|
7671 |
-
|
7672 |
-
|
7673 |
-
|
7674 |
-
|
7675 |
-
|
7676 |
-
|
7677 |
-
|
7678 |
-
|
7679 |
-
|
7680 |
-
|
7681 |
-
|
7682 |
-
|
7683 |
-
|
7684 |
-
|
7685 |
-
|
7686 |
-
|
7687 |
-
|
7688 |
-
|
7689 |
-
|
7690 |
-
|
7691 |
-
|
7692 |
-
|
7693 |
-
|
7694 |
-
|
7695 |
-
|
7696 |
-
|
7697 |
-
|
7698 |
-
|
7699 |
-
background:
|
7700 |
-
|
7701 |
-
|
7702 |
-
|
7703 |
-
|
7704 |
-
|
7705 |
-
|
7706 |
-
|
7707 |
-
|
7708 |
-
|
7709 |
-
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link
|
7710 |
-
|
7711 |
-
|
7712 |
-
|
7713 |
-
|
7714 |
-
.
|
7715 |
-
|
7716 |
-
|
7717 |
-
|
7718 |
-
|
7719 |
-
|
7720 |
-
|
7721 |
-
|
7722 |
-
|
7723 |
-
|
7724 |
-
|
7725 |
-
.premium-image-scroll-
|
7726 |
-
|
7727 |
-
transition: all 0.3s ease-in-out;
|
7728 |
-
|
7729 |
-
|
7730 |
-
|
7731 |
-
|
7732 |
-
|
7733 |
-
|
7734 |
-
|
7735 |
-
|
7736 |
-
|
7737 |
-
|
7738 |
-
|
7739 |
-
|
7740 |
-
|
7741 |
-
|
7742 |
-
|
7743 |
-
mask-repeat: no-repeat;
|
7744 |
-
|
7745 |
-
mask-position: center;
|
7746 |
-
|
7747 |
-
|
7748 |
-
|
7749 |
-
|
7750 |
-
|
7751 |
-
|
7752 |
-
|
7753 |
-
|
7754 |
-
|
7755 |
-
|
7756 |
-
|
7757 |
-
|
7758 |
-
|
7759 |
-
|
7760 |
-
|
7761 |
-
|
7762 |
-
|
7763 |
-
|
7764 |
-
|
7765 |
-
|
7766 |
-
|
7767 |
-
|
7768 |
-
|
7769 |
-
|
7770 |
-
|
7771 |
-
|
7772 |
-
|
7773 |
-
|
7774 |
-
|
7775 |
-
|
7776 |
-
|
7777 |
-
|
7778 |
-
.premium-image-scroll-container .premium-image-scroll-
|
7779 |
-
|
7780 |
-
|
7781 |
-
|
7782 |
-
|
7783 |
-
|
7784 |
-
|
7785 |
-
|
7786 |
-
|
7787 |
-
|
7788 |
-
|
7789 |
-
|
7790 |
-
|
7791 |
-
|
7792 |
-
|
7793 |
-
|
7794 |
-
|
7795 |
-
-
|
7796 |
-
-
|
7797 |
-
transform: translate(50%, -50%);
|
7798 |
-
|
7799 |
-
|
7800 |
-
|
7801 |
-
|
7802 |
-
transition: all 0s ease-in-out !important;
|
7803 |
-
|
7804 |
-
|
7805 |
-
|
7806 |
-
|
7807 |
-
transition: -webkit-transform 3s ease-in-out;
|
7808 |
-
transition: transform 3s ease-in-out;
|
7809 |
-
transition: transform 3s ease-in-out
|
7810 |
-
|
7811 |
-
|
7812 |
-
|
7813 |
-
.premium-image-scroll-container .premium-image-scroll-
|
7814 |
-
|
7815 |
-
transition: all 0.3s ease-in-out;
|
7816 |
-
|
7817 |
-
|
7818 |
-
|
7819 |
-
|
7820 |
-
|
7821 |
-
|
7822 |
-
|
7823 |
-
|
7824 |
-
|
7825 |
-
|
7826 |
-
|
7827 |
-
|
7828 |
-
|
7829 |
-
|
7830 |
-
|
7831 |
-
|
7832 |
-
|
7833 |
-
font-
|
7834 |
-
font-
|
7835 |
-
|
7836 |
-
|
7837 |
-
-
|
7838 |
-
-
|
7839 |
-
-
|
7840 |
-
animation-duration: 0.5s;
|
7841 |
-
|
7842 |
-
animation-iteration-count: infinite;
|
7843 |
-
-
|
7844 |
-
animation-direction: alternate;
|
7845 |
-
|
7846 |
-
animation-timing-function: ease-in-out;
|
7847 |
-
|
7848 |
-
|
7849 |
-
|
7850 |
-
|
7851 |
-
|
7852 |
-
|
7853 |
-
|
7854 |
-
|
7855 |
-
|
7856 |
-
|
7857 |
-
|
7858 |
-
|
7859 |
-
animation-name: pa-scroll-horizontal;
|
7860 |
-
|
7861 |
-
|
7862 |
-
|
7863 |
-
|
7864 |
-
animation-name: pa-scroll-vertical;
|
7865 |
-
|
7866 |
-
|
7867 |
-
|
7868 |
-
|
7869 |
-
|
7870 |
-
transform: translateY(0px);
|
7871 |
-
|
7872 |
-
|
7873 |
-
|
7874 |
-
|
7875 |
-
transform: translateY(5px);
|
7876 |
-
|
7877 |
-
}
|
7878 |
-
|
7879 |
-
|
7880 |
-
|
7881 |
-
|
7882 |
-
transform: translateY(0px);
|
7883 |
-
|
7884 |
-
|
7885 |
-
|
7886 |
-
|
7887 |
-
transform: translateY(5px);
|
7888 |
-
|
7889 |
-
}
|
7890 |
-
|
7891 |
-
|
7892 |
-
|
7893 |
-
|
7894 |
-
transform: translateX(0px);
|
7895 |
-
|
7896 |
-
|
7897 |
-
|
7898 |
-
|
7899 |
-
transform: translateX(-5px);
|
7900 |
-
|
7901 |
-
}
|
7902 |
-
|
7903 |
-
|
7904 |
-
|
7905 |
-
|
7906 |
-
transform: translateX(0px);
|
7907 |
-
|
7908 |
-
|
7909 |
-
|
7910 |
-
|
7911 |
-
transform: translateX(-5px);
|
7912 |
-
|
7913 |
-
}
|
7914 |
-
|
7915 |
-
|
7916 |
-
|
7917 |
-
|
7918 |
-
|
7919 |
-
|
7920 |
-
display:
|
7921 |
-
display: -webkit-inline-
|
7922 |
-
display: -
|
7923 |
-
display: -
|
7924 |
-
display: inline-
|
7925 |
-
|
7926 |
-
transition: all 0.3s ease-in-out;
|
7927 |
-
|
7928 |
-
|
7929 |
-
|
7930 |
-
|
7931 |
-
|
7932 |
-
|
7933 |
-
|
7934 |
-
|
7935 |
-
|
7936 |
-
|
7937 |
-
|
7938 |
-
|
7939 |
-
|
7940 |
-
|
7941 |
-
|
7942 |
-
display:
|
7943 |
-
display: -webkit-
|
7944 |
-
display: -
|
7945 |
-
display: -
|
7946 |
-
display:
|
7947 |
-
|
7948 |
-
-
|
7949 |
-
flex-wrap: wrap;
|
7950 |
-
-
|
7951 |
-
-webkit-box-
|
7952 |
-
-webkit-
|
7953 |
-
-
|
7954 |
-
-moz-box-
|
7955 |
-
-
|
7956 |
-
flex-direction: column;
|
7957 |
-
|
7958 |
-
|
7959 |
-
|
7960 |
-
|
7961 |
-
-
|
7962 |
-
transform-origin: right center;
|
7963 |
-
|
7964 |
-
|
7965 |
-
|
7966 |
-
|
7967 |
-
-
|
7968 |
-
transform-origin: left center;
|
7969 |
-
|
7970 |
-
|
7971 |
-
|
7972 |
-
|
7973 |
-
-
|
7974 |
-
transform-origin: center center;
|
7975 |
-
|
7976 |
-
|
7977 |
-
|
7978 |
-
|
7979 |
-
display:
|
7980 |
-
display: -webkit-
|
7981 |
-
display: -
|
7982 |
-
display: -
|
7983 |
-
display:
|
7984 |
-
|
7985 |
-
transition: all 0.3s ease-in-out;
|
7986 |
-
|
7987 |
-
|
7988 |
-
|
7989 |
-
|
7990 |
-
|
7991 |
-
.premium-bullet-list-content .premium-bullet-list-
|
7992 |
-
|
7993 |
-
|
7994 |
-
-
|
7995 |
-
align
|
7996 |
-
-
|
7997 |
-
transition: all 0.3s ease-in-out;
|
7998 |
-
|
7999 |
-
|
8000 |
-
|
8001 |
-
|
8002 |
-
|
8003 |
-
|
8004 |
-
|
8005 |
-
|
8006 |
-
|
8007 |
-
|
8008 |
-
|
8009 |
-
border-radius: 2px;
|
8010 |
-
|
8011 |
-
|
8012 |
-
|
8013 |
-
.premium-bullet-list-content .premium-bullet-list-
|
8014 |
-
.premium-bullet-list-content .premium-bullet-list-
|
8015 |
-
.premium-bullet-list-content .premium-bullet-list-wrapper
|
8016 |
-
.premium-bullet-list-content .premium-bullet-list-wrapper
|
8017 |
-
|
8018 |
-
transition: all 0.3s ease-in-out;
|
8019 |
-
|
8020 |
-
|
8021 |
-
|
8022 |
-
|
8023 |
-
|
8024 |
-
|
8025 |
-
|
8026 |
-
|
8027 |
-
.premium-bullet-list-content .premium-bullet-list-wrapper
|
8028 |
-
|
8029 |
-
|
8030 |
-
|
8031 |
-
|
8032 |
-
|
8033 |
-
|
8034 |
-
|
8035 |
-
.premium-bullet-list-content .premium-bullet-list-wrapper
|
8036 |
-
|
8037 |
-
|
8038 |
-
|
8039 |
-
|
8040 |
-
|
8041 |
-
|
8042 |
-
|
8043 |
-
|
8044 |
-
|
8045 |
-
|
8046 |
-
|
8047 |
-
|
8048 |
-
|
8049 |
-
|
8050 |
-
|
8051 |
-
|
8052 |
-
|
8053 |
-
|
8054 |
-
|
8055 |
-
-
|
8056 |
-
display:
|
8057 |
-
display: -webkit-
|
8058 |
-
display: -
|
8059 |
-
display: -
|
8060 |
-
display:
|
8061 |
-
|
8062 |
-
-webkit-
|
8063 |
-
-
|
8064 |
-
-
|
8065 |
-
|
8066 |
-
|
8067 |
-
|
8068 |
-
|
8069 |
-
|
8070 |
-
|
8071 |
-
border-left-
|
8072 |
-
border-
|
8073 |
-
|
8074 |
-
|
8075 |
-
|
8076 |
-
|
8077 |
-
|
8078 |
-
|
8079 |
-
-
|
8080 |
-
align
|
8081 |
-
|
8082 |
-
|
8083 |
-
|
8084 |
-
|
8085 |
-
|
8086 |
-
|
8087 |
-
|
8088 |
-
|
8089 |
-
|
8090 |
-
|
8091 |
-
|
8092 |
-
|
8093 |
-
|
8094 |
-
|
8095 |
-
-webkit-flex: 0
|
8096 |
-
-
|
8097 |
-
-
|
8098 |
-
flex: 0 0 100%;
|
8099 |
-
|
8100 |
-
|
8101 |
-
|
8102 |
-
|
8103 |
-
|
8104 |
-
|
8105 |
-
|
8106 |
-
border-top-
|
8107 |
-
|
8108 |
-
|
8109 |
-
|
8110 |
-
|
8111 |
-
|
8112 |
-
|
8113 |
-
|
8114 |
-
|
8115 |
-
|
8116 |
-
-
|
8117 |
-
align
|
8118 |
-
|
8119 |
-
|
8120 |
-
|
8121 |
-
|
8122 |
-
|
8123 |
-
|
8124 |
-
|
8125 |
-
|
8126 |
-
|
8127 |
-
|
8128 |
-
|
8129 |
-
|
8130 |
-
|
8131 |
-
|
8132 |
-
|
8133 |
-
|
8134 |
-
|
8135 |
-
|
8136 |
-
|
8137 |
-
|
8138 |
-
|
8139 |
-
|
8140 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-
|
8141 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-
|
8142 |
-
|
8143 |
-
|
8144 |
-
|
8145 |
-
|
8146 |
-
|
8147 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-
|
8148 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper
|
8149 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-
|
8150 |
-
|
8151 |
-
filter: blur(3px);
|
8152 |
-
|
8153 |
-
|
8154 |
-
|
8155 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-
|
8156 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-
|
8157 |
-
|
8158 |
-
|
8159 |
-
|
8160 |
-
|
8161 |
-
|
8162 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-
|
8163 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper
|
8164 |
-
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-
|
8165 |
-
|
8166 |
-
filter: none;
|
8167 |
-
|
8168 |
-
|
8169 |
-
|
8170 |
-
|
8171 |
-
|
8172 |
-
|
8173 |
-
min-width: -
|
8174 |
-
min-width: max-content;
|
8175 |
-
|
8176 |
-
height: -
|
8177 |
-
height: fit-content;
|
8178 |
-
|
8179 |
-
|
8180 |
-
|
8181 |
-
|
8182 |
-
|
8183 |
-
|
8184 |
-
|
8185 |
-
|
8186 |
-
|
8187 |
-
|
8188 |
-
|
8189 |
-
|
8190 |
-
|
8191 |
-
|
8192 |
-
|
8193 |
-
|
8194 |
-
|
8195 |
-
|
8196 |
-
clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
|
8197 |
-
-
|
8198 |
-
background-clip: text;
|
8199 |
-
-
|
8200 |
-
-webkit-
|
8201 |
-
transition: all 0.4s ease;
|
8202 |
-
|
8203 |
-
|
8204 |
-
|
8205 |
-
.premium-bullet-list-content:
|
8206 |
-
|
8207 |
-
animation: rtlgradient 1s forwards;
|
8208 |
-
|
8209 |
-
|
8210 |
-
|
8211 |
-
|
8212 |
-
|
8213 |
-
clip-path: circle(0% at 150% 50%);
|
8214 |
-
|
8215 |
-
|
8216 |
-
|
8217 |
-
|
8218 |
-
clip-path: circle(100% at 50% 50%);
|
8219 |
-
|
8220 |
-
}
|
8221 |
-
|
8222 |
-
|
8223 |
-
|
8224 |
-
|
8225 |
-
clip-path: circle(0% at 150% 50%);
|
8226 |
-
|
8227 |
-
|
8228 |
-
|
8229 |
-
|
8230 |
-
clip-path: circle(100% at 50% 50%);
|
8231 |
-
|
8232 |
-
}
|
8233 |
-
|
8234 |
-
|
8235 |
-
ul[data-list-animation*="animated-"] .premium-bullet-list-
|
8236 |
-
ul[data-list-animation*="animated-"] .premium-bullet-list-
|
8237 |
-
|
8238 |
-
|
8239 |
-
|
8240 |
-
|
8241 |
-
|
8242 |
-
-
|
8243 |
-
transform: scale(1.07);
|
8244 |
-
|
8245 |
-
|
8246 |
-
|
8247 |
-
|
8248 |
-
|
8249 |
-
transform: rotate(360deg);
|
8250 |
-
|
8251 |
-
}
|
8252 |
-
|
8253 |
-
|
8254 |
-
|
8255 |
-
|
8256 |
-
|
8257 |
-
display:
|
8258 |
-
display: -webkit-
|
8259 |
-
display: -
|
8260 |
-
display: -
|
8261 |
-
display:
|
8262 |
-
|
8263 |
-
|
8264 |
-
|
8265 |
-
-
|
8266 |
-
flex-wrap: wrap;
|
8267 |
-
|
8268 |
-
|
8269 |
-
|
8270 |
-
|
8271 |
-
|
8272 |
-
|
8273 |
-
|
8274 |
-
|
8275 |
-
|
8276 |
-
|
8277 |
-
|
8278 |
-
transition: all 0.3s ease-in-out;
|
8279 |
-
|
8280 |
-
|
8281 |
-
|
8282 |
-
|
8283 |
-
|
8284 |
-
|
8285 |
-
|
8286 |
-
|
8287 |
-
|
8288 |
-
|
8289 |
-
|
8290 |
-
|
8291 |
-
-
|
8292 |
-
transition: all 0.3s ease-in-out;
|
8293 |
-
|
8294 |
-
|
8295 |
-
|
8296 |
-
|
8297 |
-
|
8298 |
-
|
8299 |
-
|
8300 |
-
transition: all 0.3s ease-in-out;
|
8301 |
-
|
8302 |
-
|
8303 |
-
|
8304 |
-
|
8305 |
-
|
8306 |
-
|
8307 |
-
|
8308 |
-
|
8309 |
-
|
8310 |
-
|
8311 |
-
|
8312 |
-
|
8313 |
-
|
8314 |
-
|
8315 |
-
backface-visibility: hidden;
|
8316 |
-
|
8317 |
-
|
8318 |
-
|
8319 |
-
|
8320 |
-
|
8321 |
-
|
8322 |
-
|
8323 |
-
|
8324 |
-
|
8325 |
-
|
8326 |
-
|
8327 |
-
|
8328 |
-
|
8329 |
-
|
8330 |
-
|
8331 |
-
|
8332 |
-
|
8333 |
-
|
8334 |
-
|
8335 |
-
|
8336 |
-
|
8337 |
-
|
8338 |
-
|
8339 |
-
|
8340 |
-
|
8341 |
-
|
8342 |
-
|
8343 |
-
|
8344 |
-
|
8345 |
-
|
8346 |
-
|
8347 |
-
|
8348 |
-
|
8349 |
-
|
8350 |
-
|
8351 |
-
|
8352 |
-
|
8353 |
-
|
8354 |
-
|
8355 |
-
|
8356 |
-
|
8357 |
-
|
8358 |
-
|
8359 |
-
|
8360 |
-
|
8361 |
-
.premium-woo-product-
|
8362 |
-
|
8363 |
-
|
8364 |
-
|
8365 |
-
|
8366 |
-
.premium-woo-product-
|
8367 |
-
|
8368 |
-
|
8369 |
-
|
8370 |
-
|
8371 |
-
min-
|
8372 |
-
|
8373 |
-
|
8374 |
-
|
8375 |
-
|
8376 |
-
|
8377 |
-
|
8378 |
-
|
8379 |
-
|
8380 |
-
|
8381 |
-
|
8382 |
-
|
8383 |
-
|
8384 |
-
color: #
|
8385 |
-
|
8386 |
-
|
8387 |
-
|
8388 |
-
|
8389 |
-
|
8390 |
-
|
8391 |
-
|
8392 |
-
|
8393 |
-
|
8394 |
-
|
8395 |
-
|
8396 |
-
border-radius: 0px;
|
8397 |
-
-
|
8398 |
-
box-shadow: none;
|
8399 |
-
|
8400 |
-
-
|
8401 |
-
transition: all 0.3s ease-in-out;
|
8402 |
-
|
8403 |
-
|
8404 |
-
|
8405 |
-
|
8406 |
-
|
8407 |
-
|
8408 |
-
|
8409 |
-
|
8410 |
-
|
8411 |
-
|
8412 |
-
|
8413 |
-
|
8414 |
-
|
8415 |
-
|
8416 |
-
|
8417 |
-
|
8418 |
-
|
8419 |
-
|
8420 |
-
|
8421 |
-
|
8422 |
-
|
8423 |
-
|
8424 |
-
|
8425 |
-
|
8426 |
-
|
8427 |
-
|
8428 |
-
|
8429 |
-
|
8430 |
-
|
8431 |
-
|
8432 |
-
|
8433 |
-
|
8434 |
-
|
8435 |
-
margin-
|
8436 |
-
|
8437 |
-
|
8438 |
-
|
8439 |
-
|
8440 |
-
margin-
|
8441 |
-
|
8442 |
-
|
8443 |
-
|
8444 |
-
|
8445 |
-
display:
|
8446 |
-
display: -webkit-
|
8447 |
-
display: -
|
8448 |
-
display: -
|
8449 |
-
display:
|
8450 |
-
|
8451 |
-
|
8452 |
-
margin
|
8453 |
-
|
8454 |
-
|
8455 |
-
|
8456 |
-
-webkit-
|
8457 |
-
-
|
8458 |
-
-
|
8459 |
-
|
8460 |
-
|
8461 |
-
|
8462 |
-
|
8463 |
-
|
8464 |
-
|
8465 |
-
|
8466 |
-
|
8467 |
-
|
8468 |
-
|
8469 |
-
|
8470 |
-
|
8471 |
-
|
8472 |
-
|
8473 |
-
|
8474 |
-
|
8475 |
-
|
8476 |
-
font-
|
8477 |
-
|
8478 |
-
|
8479 |
-
|
8480 |
-
-
|
8481 |
-
transition: all 0.3s ease-in-out;
|
8482 |
-
|
8483 |
-
|
8484 |
-
|
8485 |
-
.premium-woo-products-pagination ul.page-numbers li .page-numbers
|
8486 |
-
|
8487 |
-
color: #
|
8488 |
-
|
8489 |
-
|
8490 |
-
|
8491 |
-
|
8492 |
-
.premium-
|
8493 |
-
|
8494 |
-
|
8495 |
-
|
8496 |
-
|
8497 |
-
|
8498 |
-
|
8499 |
-
|
8500 |
-
|
8501 |
-
|
8502 |
-
|
8503 |
-
display:
|
8504 |
-
display: -webkit-
|
8505 |
-
display: -
|
8506 |
-
display: -
|
8507 |
-
display:
|
8508 |
-
|
8509 |
-
-webkit-align
|
8510 |
-
-
|
8511 |
-
-
|
8512 |
-
align
|
8513 |
-
|
8514 |
-
|
8515 |
-
|
8516 |
-
|
8517 |
-
|
8518 |
-
|
8519 |
-
|
8520 |
-
transition: all 0.3s ease-in-out;
|
8521 |
-
|
8522 |
-
|
8523 |
-
|
8524 |
-
|
8525 |
-
-
|
8526 |
-
transform: scale(1.2);
|
8527 |
-
|
8528 |
-
|
8529 |
-
|
8530 |
-
|
8531 |
-
-
|
8532 |
-
transform: none;
|
8533 |
-
|
8534 |
-
|
8535 |
-
|
8536 |
-
|
8537 |
-
-
|
8538 |
-
transform: none;
|
8539 |
-
|
8540 |
-
|
8541 |
-
|
8542 |
-
|
8543 |
-
-
|
8544 |
-
transform: scale(1.2);
|
8545 |
-
|
8546 |
-
|
8547 |
-
|
8548 |
-
|
8549 |
-
filter: grayscale(100%);
|
8550 |
-
|
8551 |
-
|
8552 |
-
|
8553 |
-
|
8554 |
-
filter: grayscale(0%);
|
8555 |
-
|
8556 |
-
|
8557 |
-
|
8558 |
-
|
8559 |
-
filter: sepia(30%);
|
8560 |
-
|
8561 |
-
|
8562 |
-
|
8563 |
-
|
8564 |
-
filter: sepia(0%);
|
8565 |
-
|
8566 |
-
|
8567 |
-
|
8568 |
-
|
8569 |
-
filter: brightness(1);
|
8570 |
-
|
8571 |
-
|
8572 |
-
|
8573 |
-
|
8574 |
-
filter: brightness(1.2);
|
8575 |
-
|
8576 |
-
|
8577 |
-
|
8578 |
-
|
8579 |
-
-
|
8580 |
-
transform: translateX(15px) scale(1.1);
|
8581 |
-
|
8582 |
-
|
8583 |
-
|
8584 |
-
|
8585 |
-
-
|
8586 |
-
transform: translateX(0px) scale(1.1);
|
8587 |
-
|
8588 |
-
|
8589 |
-
|
8590 |
-
|
8591 |
-
-
|
8592 |
-
transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
|
8593 |
-
|
8594 |
-
|
8595 |
-
|
8596 |
-
|
8597 |
-
|
8598 |
-
|
8599 |
-
|
8600 |
-
|
8601 |
-
|
8602 |
-
|
8603 |
-
|
8604 |
-
|
8605 |
-
|
8606 |
-
|
8607 |
-
|
8608 |
-
|
8609 |
-
|
8610 |
-
.premium-woo-skin-grid-
|
8611 |
-
|
8612 |
-
|
8613 |
-
|
8614 |
-
|
8615 |
-
|
8616 |
-
|
8617 |
-
|
8618 |
-
|
8619 |
-
|
8620 |
-
transition: all 0.3s ease-in-out;
|
8621 |
-
|
8622 |
-
|
8623 |
-
-
|
8624 |
-
-
|
8625 |
-
transform: translateY(100%);
|
8626 |
-
|
8627 |
-
|
8628 |
-
|
8629 |
-
|
8630 |
-
transition-delay: 0.1s;
|
8631 |
-
|
8632 |
-
|
8633 |
-
|
8634 |
-
.premium-woo-skin-grid-
|
8635 |
-
.premium-woo-skin-grid-
|
8636 |
-
|
8637 |
-
|
8638 |
-
|
8639 |
-
|
8640 |
-
|
8641 |
-
-
|
8642 |
-
transform: translateY(0);
|
8643 |
-
|
8644 |
-
|
8645 |
-
|
8646 |
-
|
8647 |
-
|
8648 |
-
|
8649 |
-
|
8650 |
-
|
8651 |
-
|
8652 |
-
|
8653 |
-
|
8654 |
-
|
8655 |
-
|
8656 |
-
|
8657 |
-
|
8658 |
-
|
8659 |
-
|
8660 |
-
.premium-woo-skin-grid-
|
8661 |
-
|
8662 |
-
|
8663 |
-
|
8664 |
-
|
8665 |
-
transform: translate3d(-15px, 0, 0);
|
8666 |
-
|
8667 |
-
transition: all 0.3s ease-in-out;
|
8668 |
-
|
8669 |
-
|
8670 |
-
|
8671 |
-
|
8672 |
-
|
8673 |
-
|
8674 |
-
|
8675 |
-
|
8676 |
-
|
8677 |
-
|
8678 |
-
|
8679 |
-
|
8680 |
-
transition: all 0.3s ease-in-out;
|
8681 |
-
|
8682 |
-
|
8683 |
-
|
8684 |
-
|
8685 |
-
|
8686 |
-
|
8687 |
-
|
8688 |
-
height: 30px;
|
8689 |
-
|
8690 |
-
|
8691 |
-
transition: all 0.3s ease-in-out;
|
8692 |
-
|
8693 |
-
|
8694 |
-
|
8695 |
-
.premium-woo-skin-grid-
|
8696 |
-
|
8697 |
-
transform: translate3d(-5px, 0, 0);
|
8698 |
-
|
8699 |
-
|
8700 |
-
|
8701 |
-
|
8702 |
-
|
8703 |
-
animation: spin 2s linear infinite;
|
8704 |
-
|
8705 |
-
|
8706 |
-
|
8707 |
-
|
8708 |
-
|
8709 |
-
|
8710 |
-
|
8711 |
-
|
8712 |
-
|
8713 |
-
|
8714 |
-
|
8715 |
-
|
8716 |
-
|
8717 |
-
|
8718 |
-
|
8719 |
-
|
8720 |
-
|
8721 |
-
|
8722 |
-
|
8723 |
-
|
8724 |
-
|
8725 |
-
|
8726 |
-
|
8727 |
-
|
8728 |
-
-
|
8729 |
-
-
|
8730 |
-
-
|
8731 |
-
transition: all 0.25s ease 0s;
|
8732 |
-
|
8733 |
-
|
8734 |
-
|
8735 |
-
|
8736 |
-
|
8737 |
-
|
8738 |
-
|
8739 |
-
|
8740 |
-
|
8741 |
-
|
8742 |
-
|
8743 |
-
|
8744 |
-
|
8745 |
-
font-
|
8746 |
-
|
8747 |
-
|
8748 |
-
|
8749 |
-
|
8750 |
-
|
8751 |
-
|
8752 |
-
|
8753 |
-
|
8754 |
-
|
8755 |
-
|
8756 |
-
|
8757 |
-
|
8758 |
-
|
8759 |
-
transition: opacity 0.2s, -webkit-transform 0.4s;
|
8760 |
-
transition:
|
8761 |
-
transition: transform 0.4s, opacity 0.2s
|
8762 |
-
-webkit-transform
|
8763 |
-
transform: translateZ(0) translateY(5px);
|
8764 |
-
|
8765 |
-
|
8766 |
-
|
8767 |
-
|
8768 |
-
|
8769 |
-
|
8770 |
-
|
8771 |
-
|
8772 |
-
|
8773 |
-
transform: translateZ(0) translateY(0);
|
8774 |
-
|
8775 |
-
|
8776 |
-
|
8777 |
-
|
8778 |
-
|
8779 |
-
display:
|
8780 |
-
display: -webkit-
|
8781 |
-
display: -
|
8782 |
-
display: -
|
8783 |
-
display:
|
8784 |
-
|
8785 |
-
-webkit-box-
|
8786 |
-
-webkit-
|
8787 |
-
-
|
8788 |
-
-moz-box-
|
8789 |
-
-
|
8790 |
-
flex-direction: row-reverse;
|
8791 |
-
|
8792 |
-
|
8793 |
-
|
8794 |
-
|
8795 |
-
-webkit-flex: 1;
|
8796 |
-
-
|
8797 |
-
-
|
8798 |
-
flex: 1;
|
8799 |
-
|
8800 |
-
|
8801 |
-
|
8802 |
-
|
8803 |
-
|
8804 |
-
display:
|
8805 |
-
display: -webkit-
|
8806 |
-
display: -
|
8807 |
-
display: -
|
8808 |
-
display:
|
8809 |
-
|
8810 |
-
|
8811 |
-
-
|
8812 |
-
-webkit-
|
8813 |
-
-
|
8814 |
-
-
|
8815 |
-
|
8816 |
-
-
|
8817 |
-
-webkit-align
|
8818 |
-
-
|
8819 |
-
-
|
8820 |
-
align
|
8821 |
-
|
8822 |
-
|
8823 |
-
|
8824 |
-
|
8825 |
-
|
8826 |
-
|
8827 |
-
|
8828 |
-
|
8829 |
-
|
8830 |
-
|
8831 |
-
.premium-woo-skin-grid-
|
8832 |
-
|
8833 |
-
display:
|
8834 |
-
display: -webkit-
|
8835 |
-
display: -
|
8836 |
-
display: -
|
8837 |
-
display:
|
8838 |
-
|
8839 |
-
|
8840 |
-
|
8841 |
-
.premium-woo-skin-grid-
|
8842 |
-
|
8843 |
-
display:
|
8844 |
-
display: -webkit-
|
8845 |
-
display: -
|
8846 |
-
display: -
|
8847 |
-
display:
|
8848 |
-
|
8849 |
-
-webkit-align
|
8850 |
-
-
|
8851 |
-
-
|
8852 |
-
align
|
8853 |
-
|
8854 |
-
|
8855 |
-
|
8856 |
-
transition: all 0.25s ease 0s;
|
8857 |
-
|
8858 |
-
|
8859 |
-
|
8860 |
-
|
8861 |
-
|
8862 |
-
|
8863 |
-
|
8864 |
-
|
8865 |
-
|
8866 |
-
|
8867 |
-
|
8868 |
-
|
8869 |
-
.premium-woo-product-align-right .premium-woo-skin-grid-
|
8870 |
-
|
8871 |
-
-webkit-
|
8872 |
-
-
|
8873 |
-
-
|
8874 |
-
|
8875 |
-
|
8876 |
-
|
8877 |
-
|
8878 |
-
.premium-woo-product-align-center .premium-woo-skin-grid-
|
8879 |
-
|
8880 |
-
-webkit-
|
8881 |
-
-
|
8882 |
-
-
|
8883 |
-
|
8884 |
-
|
8885 |
-
|
8886 |
-
|
8887 |
-
|
8888 |
-
|
8889 |
-
|
8890 |
-
|
8891 |
-
|
8892 |
-
|
8893 |
-
|
8894 |
-
|
8895 |
-
transform: scale(0.9) translateZ(0) translateY(-50%);
|
8896 |
-
|
8897 |
-
|
8898 |
-
|
8899 |
-
|
8900 |
-
transition: opacity 0.5s, -webkit-transform 0.3s;
|
8901 |
-
transition: opacity 0.5s, transform 0.3s;
|
8902 |
-
transition: opacity 0.5s, transform 0.3s
|
8903 |
-
|
8904 |
-
|
8905 |
-
|
8906 |
-
|
8907 |
-
|
8908 |
-
|
8909 |
-
|
8910 |
-
|
8911 |
-
|
8912 |
-
|
8913 |
-
|
8914 |
-
-
|
8915 |
-
transition: all 0.25s ease-in-out;
|
8916 |
-
|
8917 |
-
|
8918 |
-
|
8919 |
-
|
8920 |
-
|
8921 |
-
|
8922 |
-
|
8923 |
-
|
8924 |
-
|
8925 |
-
|
8926 |
-
transform: scale(1) translateZ(0) translateY(-50%);
|
8927 |
-
|
8928 |
-
|
8929 |
-
|
8930 |
-
|
8931 |
-
|
8932 |
-
|
8933 |
-
|
8934 |
-
|
8935 |
-
display:
|
8936 |
-
display: -webkit-
|
8937 |
-
display: -
|
8938 |
-
display: -
|
8939 |
-
display:
|
8940 |
-
|
8941 |
-
-webkit-align
|
8942 |
-
-
|
8943 |
-
-
|
8944 |
-
align
|
8945 |
-
|
8946 |
-
|
8947 |
-
|
8948 |
-
|
8949 |
-
|
8950 |
-
|
8951 |
-
|
8952 |
-
|
8953 |
-
|
8954 |
-
|
8955 |
-
|
8956 |
-
|
8957 |
-
|
8958 |
-
|
8959 |
-
|
8960 |
-
|
8961 |
-
|
8962 |
-
|
8963 |
-
|
8964 |
-
-
|
8965 |
-
transform: translate(50%, -50%);
|
8966 |
-
|
8967 |
-
|
8968 |
-
|
8969 |
-
transition: all 0.3s ease-in-out;
|
8970 |
-
|
8971 |
-
|
8972 |
-
|
8973 |
-
|
8974 |
-
|
8975 |
-
|
8976 |
-
|
8977 |
-
|
8978 |
-
|
8979 |
-
|
8980 |
-
.premium-woo-product-align-
|
8981 |
-
|
8982 |
-
|
8983 |
-
|
8984 |
-
|
8985 |
-
|
8986 |
-
display:
|
8987 |
-
display: -webkit-
|
8988 |
-
display: -
|
8989 |
-
display: -
|
8990 |
-
display:
|
8991 |
-
|
8992 |
-
-webkit-
|
8993 |
-
-
|
8994 |
-
-
|
8995 |
-
|
8996 |
-
|
8997 |
-
|
8998 |
-
|
8999 |
-
|
9000 |
-
-webkit-box-
|
9001 |
-
-webkit-
|
9002 |
-
-
|
9003 |
-
-moz-box-
|
9004 |
-
-
|
9005 |
-
flex-direction: column;
|
9006 |
-
|
9007 |
-
|
9008 |
-
|
9009 |
-
|
9010 |
-
-webkit-box-
|
9011 |
-
-webkit-
|
9012 |
-
-
|
9013 |
-
-moz-box-
|
9014 |
-
-
|
9015 |
-
flex-direction: row-reverse;
|
9016 |
-
|
9017 |
-
|
9018 |
-
|
9019 |
-
|
9020 |
-
display:
|
9021 |
-
display: -webkit-
|
9022 |
-
display: -
|
9023 |
-
display: -
|
9024 |
-
display:
|
9025 |
-
|
9026 |
-
|
9027 |
-
|
9028 |
-
|
9029 |
-
-webkit-
|
9030 |
-
-
|
9031 |
-
-
|
9032 |
-
|
9033 |
-
|
9034 |
-
|
9035 |
-
|
9036 |
-
|
9037 |
-
|
9038 |
-
|
9039 |
-
|
9040 |
-
|
9041 |
-
|
9042 |
-
|
9043 |
-
|
9044 |
-
|
9045 |
-
|
9046 |
-
|
9047 |
-
|
9048 |
-
|
9049 |
-
.premium-woo-products-metro li.product .premium-woo-product-
|
9050 |
-
.premium-woo-products-metro li.product .premium-woo-product-
|
9051 |
-
.premium-woo-products-metro li.product .
|
9052 |
-
|
9053 |
-
|
9054 |
-
|
9055 |
-
|
9056 |
-
|
9057 |
-
|
9058 |
-
|
9059 |
-
|
9060 |
-
|
9061 |
-
object-fit: cover;
|
9062 |
-
|
9063 |
-
|
9064 |
-
|
9065 |
-
|
9066 |
-
|
9067 |
-
|
9068 |
-
|
9069 |
-
border-radius: 50%;
|
9070 |
-
|
9071 |
-
|
9072 |
-
|
9073 |
-
|
9074 |
-
|
9075 |
-
|
9076 |
-
|
9077 |
-
|
9078 |
-
|
9079 |
-
|
9080 |
-
html.premium-woo-qv-opened
|
9081 |
-
|
9082 |
-
|
9083 |
-
|
9084 |
-
|
9085 |
-
|
9086 |
-
|
9087 |
-
|
9088 |
-
|
9089 |
-
|
9090 |
-
|
9091 |
-
|
9092 |
-
|
9093 |
-
|
9094 |
-
transition: opacity 0.25s;
|
9095 |
-
|
9096 |
-
|
9097 |
-
|
9098 |
-
|
9099 |
-
|
9100 |
-
|
9101 |
-
|
9102 |
-
|
9103 |
-
|
9104 |
-
|
9105 |
-
|
9106 |
-
|
9107 |
-
|
9108 |
-
|
9109 |
-
|
9110 |
-
|
9111 |
-
|
9112 |
-
|
9113 |
-
|
9114 |
-
|
9115 |
-
|
9116 |
-
|
9117 |
-
-
|
9118 |
-
transition: all 0.3s;
|
9119 |
-
|
9120 |
-
overflow-
|
9121 |
-
|
9122 |
-
|
9123 |
-
|
9124 |
-
|
9125 |
-
|
9126 |
-
|
9127 |
-
|
9128 |
-
|
9129 |
-
|
9130 |
-
-
|
9131 |
-
transform: translateY(0);
|
9132 |
-
|
9133 |
-
|
9134 |
-
|
9135 |
-
|
9136 |
-
|
9137 |
-
|
9138 |
-
|
9139 |
-
|
9140 |
-
|
9141 |
-
|
9142 |
-
|
9143 |
-
|
9144 |
-
|
9145 |
-
display:
|
9146 |
-
display: -webkit-
|
9147 |
-
display: -
|
9148 |
-
display: -
|
9149 |
-
display:
|
9150 |
-
|
9151 |
-
-webkit-align
|
9152 |
-
-
|
9153 |
-
-
|
9154 |
-
align
|
9155 |
-
|
9156 |
-
|
9157 |
-
|
9158 |
-
|
9159 |
-
|
9160 |
-
|
9161 |
-
|
9162 |
-
|
9163 |
-
-
|
9164 |
-
-
|
9165 |
-
transform: translateY(-30px);
|
9166 |
-
|
9167 |
-
|
9168 |
-
transition: opacity 0.3s, -webkit-transform 0.5s;
|
9169 |
-
transition:
|
9170 |
-
transition: transform 0.5s, opacity 0.3s
|
9171 |
-
|
9172 |
-
|
9173 |
-
|
9174 |
-
|
9175 |
-
|
9176 |
-
|
9177 |
-
|
9178 |
-
|
9179 |
-
|
9180 |
-
|
9181 |
-
|
9182 |
-
transform: translateZ(0);
|
9183 |
-
|
9184 |
-
box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
|
9185 |
-
|
9186 |
-
|
9187 |
-
|
9188 |
-
|
9189 |
-
|
9190 |
-
|
9191 |
-
|
9192 |
-
|
9193 |
-
|
9194 |
-
-
|
9195 |
-
box-sizing: border-box;
|
9196 |
-
|
9197 |
-
|
9198 |
-
|
9199 |
-
|
9200 |
-
|
9201 |
-
|
9202 |
-
|
9203 |
-
|
9204 |
-
|
9205 |
-
-
|
9206 |
-
appearance: button;
|
9207 |
-
|
9208 |
-
|
9209 |
-
|
9210 |
-
|
9211 |
-
|
9212 |
-
|
9213 |
-
|
9214 |
-
|
9215 |
-
|
9216 |
-
|
9217 |
-
|
9218 |
-
|
9219 |
-
|
9220 |
-
|
9221 |
-
|
9222 |
-
|
9223 |
-
|
9224 |
-
|
9225 |
-
|
9226 |
-
|
9227 |
-
|
9228 |
-
|
9229 |
-
|
9230 |
-
|
9231 |
-
|
9232 |
-
|
9233 |
-
|
9234 |
-
|
9235 |
-
|
9236 |
-
|
9237 |
-
|
9238 |
-
|
9239 |
-
|
9240 |
-
|
9241 |
-
|
9242 |
-
|
9243 |
-
|
9244 |
-
|
9245 |
-
|
9246 |
-
|
9247 |
-
|
9248 |
-
|
9249 |
-
|
9250 |
-
|
9251 |
-
|
9252 |
-
|
9253 |
-
|
9254 |
-
|
9255 |
-
background:
|
9256 |
-
|
9257 |
-
|
9258 |
-
-
|
9259 |
-
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
9260 |
-
-
|
9261 |
-
border-radius: 20px;
|
9262 |
-
|
9263 |
-
|
9264 |
-
|
9265 |
-
|
9266 |
-
|
9267 |
-
|
9268 |
-
|
9269 |
-
|
9270 |
-
|
9271 |
-
|
9272 |
-
|
9273 |
-
|
9274 |
-
|
9275 |
-
object-fit: cover;
|
9276 |
-
|
9277 |
-
|
9278 |
-
|
9279 |
-
|
9280 |
-
|
9281 |
-
|
9282 |
-
|
9283 |
-
|
9284 |
-
|
9285 |
-
|
9286 |
-
|
9287 |
-
|
9288 |
-
|
9289 |
-
|
9290 |
-
|
9291 |
-
|
9292 |
-
|
9293 |
-
|
9294 |
-
|
9295 |
-
|
9296 |
-
|
9297 |
-
|
9298 |
-
|
9299 |
-
|
9300 |
-
|
9301 |
-
|
9302 |
-
|
9303 |
-
|
9304 |
-
|
9305 |
-
|
9306 |
-
-
|
9307 |
-
transition: all 0.3s ease-in-out;
|
9308 |
-
|
9309 |
-
|
9310 |
-
|
9311 |
-
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-
|
9312 |
-
|
9313 |
-
|
9314 |
-
font-
|
9315 |
-
|
9316 |
-
-
|
9317 |
-
-
|
9318 |
-
|
9319 |
-
|
9320 |
-
|
9321 |
-
|
9322 |
-
|
9323 |
-
|
9324 |
-
|
9325 |
-
|
9326 |
-
|
9327 |
-
|
9328 |
-
|
9329 |
-
|
9330 |
-
|
9331 |
-
|
9332 |
-
|
9333 |
-
|
9334 |
-
|
9335 |
-
|
9336 |
-
|
9337 |
-
|
9338 |
-
|
9339 |
-
|
9340 |
-
|
9341 |
-
|
9342 |
-
animation: spin 2s linear infinite;
|
9343 |
-
|
9344 |
-
|
|
|
9345 |
}
|
1 |
+
@font-face {
|
2 |
+
font-family: "pa-elements";
|
3 |
+
src: url("../../editor/fonts/pa-elements.eot?9e1efm");
|
4 |
+
src: url("../../editor/fonts/pa-elements.eot?9e1efm#iefix") format("embedded-opentype"),
|
5 |
+
url("../../editor/fonts/pa-elements.ttf?9e1efm") format("truetype"),
|
6 |
+
url("../../editor/fonts/pa-elements.woff?9e1efm") format("woff"),
|
7 |
+
url("../../editor/fonts/pa-elements.svg?9e1efm#pa-elements") format("svg");
|
8 |
+
font-weight: normal;
|
9 |
+
font-style: normal;
|
10 |
+
}
|
11 |
+
|
12 |
+
/**************** Premium Banner ****************/
|
13 |
+
/************************************************/
|
14 |
+
.premium-banner {
|
15 |
+
overflow: hidden;
|
16 |
+
}
|
17 |
+
|
18 |
+
.premium-banner-ib {
|
19 |
+
display: block;
|
20 |
+
position: relative;
|
21 |
+
}
|
22 |
+
|
23 |
+
.premium-banner-ib img {
|
24 |
+
display: block;
|
25 |
+
position: relative;
|
26 |
+
}
|
27 |
+
|
28 |
+
.premium-banner-img-wrap {
|
29 |
+
-js-display: flex;
|
30 |
+
display: -webkit-box;
|
31 |
+
display: -webkit-flex;
|
32 |
+
display: -moz-box;
|
33 |
+
display: -ms-flexbox;
|
34 |
+
display: flex;
|
35 |
+
height: 100%;
|
36 |
+
}
|
37 |
+
|
38 |
+
.premium-banner-img-wrap .premium-banner-ib-img {
|
39 |
+
-webkit-flex-shrink: 0;
|
40 |
+
-ms-flex-negative: 0;
|
41 |
+
flex-shrink: 0;
|
42 |
+
}
|
43 |
+
|
44 |
+
.premium-banner-ib {
|
45 |
+
z-index: 1;
|
46 |
+
overflow: hidden;
|
47 |
+
margin: 0 0 35px;
|
48 |
+
text-align: center;
|
49 |
+
-webkit-box-sizing: border-box;
|
50 |
+
-moz-box-sizing: border-box;
|
51 |
+
box-sizing: border-box;
|
52 |
+
}
|
53 |
+
|
54 |
+
.premium-banner-ib-desc .premium-banner-read-more {
|
55 |
+
z-index: 100;
|
56 |
+
}
|
57 |
+
|
58 |
+
.premium-banner-ib,
|
59 |
+
.wpb_column>.wpb_wrapper .premium-banner-ib {
|
60 |
+
margin-bottom: 0px;
|
61 |
+
}
|
62 |
+
|
63 |
+
.elementor-widget-premium-addon-banner .premium-banner-ib-title {
|
64 |
+
background: transparent;
|
65 |
+
}
|
66 |
+
|
67 |
+
.premium-banner-ib *,
|
68 |
+
.premium-banner-ib .premium-banner-ib-desc {
|
69 |
+
-webkit-box-sizing: border-box;
|
70 |
+
-moz-box-sizing: border-box;
|
71 |
+
box-sizing: border-box;
|
72 |
+
}
|
73 |
+
|
74 |
+
.premium-banner-ib img {
|
75 |
+
min-width: 100%;
|
76 |
+
max-width: 100%;
|
77 |
+
-webkit-transition: opacity 0.35s;
|
78 |
+
transition: opacity 0.35s;
|
79 |
+
}
|
80 |
+
|
81 |
+
.premium-banner-ib .premium-banner-ib-desc {
|
82 |
+
padding: 15px;
|
83 |
+
-webkit-backface-visibility: hidden;
|
84 |
+
backface-visibility: hidden;
|
85 |
+
-webkit-box-sizing: border-box;
|
86 |
+
-moz-box-sizing: border-box;
|
87 |
+
box-sizing: border-box;
|
88 |
+
position: absolute;
|
89 |
+
top: 0;
|
90 |
+
right: 0;
|
91 |
+
width: 100%;
|
92 |
+
height: 100%;
|
93 |
+
}
|
94 |
+
|
95 |
+
.premium-banner-ib .premium-banner-ib-link {
|
96 |
+
position: absolute;
|
97 |
+
top: 0;
|
98 |
+
right: 0;
|
99 |
+
width: 100%;
|
100 |
+
height: 100%;
|
101 |
+
z-index: 1000;
|
102 |
+
text-indent: 200%;
|
103 |
+
white-space: nowrap;
|
104 |
+
font-size: 0;
|
105 |
+
opacity: 0;
|
106 |
+
}
|
107 |
+
|
108 |
+
.premium-banner-ib a.premium-banner-ib-link {
|
109 |
+
display: block;
|
110 |
+
background: 100% 0;
|
111 |
+
}
|
112 |
+
|
113 |
+
.premium-banner-animation1 img {
|
114 |
+
width: -webkit-calc(100% + 50px) !important;
|
115 |
+
width: calc(100% + 50px) !important;
|
116 |
+
max-width: -webkit-calc(100% + 50px) !important;
|
117 |
+
max-width: calc(100% + 50px) !important;
|
118 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
119 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
120 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
121 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
122 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
123 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
124 |
+
-webkit-transform: translate3d(40px, 0, 0);
|
125 |
+
transform: translate3d(40px, 0, 0);
|
126 |
+
}
|
127 |
+
|
128 |
+
.premium-banner-animation2 .premium-banner-ib-title {
|
129 |
+
padding: 15px;
|
130 |
+
}
|
131 |
+
|
132 |
+
.premium-banner-animation1 .premium-banner-ib-desc {
|
133 |
+
top: auto;
|
134 |
+
bottom: 0;
|
135 |
+
min-height: 25%;
|
136 |
+
height: auto;
|
137 |
+
max-height: 100%;
|
138 |
+
text-align: right;
|
139 |
+
}
|
140 |
+
|
141 |
+
.premium-banner-animation1 .premium-banner-ib-content,
|
142 |
+
.premium-banner-animation1 .premium-banner-ib-title,
|
143 |
+
.premium-banner-animation1 .premium-banner-read-more {
|
144 |
+
-webkit-transform: translate3d(0, 40px, 0);
|
145 |
+
transform: translate3d(0, 40px, 0);
|
146 |
+
-webkit-transition-delay: 0.05s;
|
147 |
+
transition-delay: 0.05s;
|
148 |
+
-webkit-transition-duration: 0.35s;
|
149 |
+
transition-duration: 0.35s;
|
150 |
+
}
|
151 |
+
|
152 |
+
.premium-banner-animation1 .premium-banner-ib-title {
|
153 |
+
-webkit-transition: -webkit-transform 0.35s;
|
154 |
+
transition: -webkit-transform 0.35s;
|
155 |
+
transition: transform 0.35s;
|
156 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
157 |
+
}
|
158 |
+
|
159 |
+
.premium-banner-animation1 .premium-banner-ib-content,
|
160 |
+
.premium-banner-animation1 .premium-banner-read-more {
|
161 |
+
margin-top: 10px;
|
162 |
+
opacity: 0;
|
163 |
+
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
|
164 |
+
transition: opacity 0.2s, -webkit-transform 0.35s;
|
165 |
+
transition: opacity 0.2s, transform 0.35s;
|
166 |
+
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
|
167 |
+
}
|
168 |
+
|
169 |
+
.premium-banner-animation1:hover .premium-banner-ib-content,
|
170 |
+
.premium-banner-animation1.active .premium-banner-ib-content,
|
171 |
+
.premium-banner-animation1:hover .premium-banner-read-more,
|
172 |
+
.premium-banner-animation1.active .premium-banner-read-more {
|
173 |
+
opacity: 1;
|
174 |
+
-webkit-transition-delay: 0.05s;
|
175 |
+
transition-delay: 0.05s;
|
176 |
+
-webkit-transition-duration: 0.35s;
|
177 |
+
transition-duration: 0.35s;
|
178 |
+
}
|
179 |
+
|
180 |
+
.premium-banner-animation1:hover .premium-banner-ib-content,
|
181 |
+
.premium-banner-animation1.active .premium-banner-ib-content,
|
182 |
+
.premium-banner-animation1:hover .premium-banner-read-more,
|
183 |
+
.premium-banner-animation1.active .premium-banner-read-more,
|
184 |
+
.premium-banner-animation1:hover .premium-banner-ib-title,
|
185 |
+
.premium-banner-animation1.active .premium-banner-ib-title,
|
186 |
+
.premium-banner-animation1:hover img,
|
187 |
+
.premium-banner-animation1.active img {
|
188 |
+
-webkit-transform: translate3d(0, 0, 0);
|
189 |
+
transform: translate3d(0, 0, 0);
|
190 |
+
-webkit-transition-delay: 0.05s;
|
191 |
+
transition-delay: 0.05s;
|
192 |
+
-webkit-transition-duration: 0.35s;
|
193 |
+
transition-duration: 0.35s;
|
194 |
+
}
|
195 |
+
|
196 |
+
.premium-banner-animation1.zoomout img,
|
197 |
+
.premium-banner-animation1.scale img {
|
198 |
+
-webkit-transform: translate3d(40px, 0, 0) scale(1.1);
|
199 |
+
transform: translate3d(40px, 0, 0) scale(1.1);
|
200 |
+
}
|
201 |
+
|
202 |
+
.premium-banner-ib.sepia img {
|
203 |
+
-webkit-filter: sepia(30%);
|
204 |
+
filter: sepia(30%);
|
205 |
+
}
|
206 |
+
|
207 |
+
.premium-banner-ib.bright img {
|
208 |
+
-webkit-filter: brightness(1);
|
209 |
+
filter: brightness(1);
|
210 |
+
}
|
211 |
+
|
212 |
+
.premium-banner-ib.sepia:hover img {
|
213 |
+
-webkit-filter: sepia(0%);
|
214 |
+
filter: sepia(0%);
|
215 |
+
}
|
216 |
+
|
217 |
+
.premium-banner-ib.bright:hover img {
|
218 |
+
-webkit-filter: brightness(1.2);
|
219 |
+
filter: brightness(1.2);
|
220 |
+
}
|
221 |
+
|
222 |
+
.premium-banner-animation1.premium-banner-min-height img,
|
223 |
+
.premium-banner-animation2.premium-banner-min-height img,
|
224 |
+
.premium-banner-animation4.premium-banner-min-height img,
|
225 |
+
.premium-banner-animation5.premium-banner-min-height img,
|
226 |
+
.premium-banner-animation6.premium-banner-min-height img,
|
227 |
+
.premium-banner-animation13.premium-banner-min-height img {
|
228 |
+
height: auto;
|
229 |
+
}
|
230 |
+
|
231 |
+
.premium-banner-animation2 img {
|
232 |
+
width: 100%;
|
233 |
+
}
|
234 |
+
|
235 |
+
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
236 |
+
position: absolute;
|
237 |
+
content: "";
|
238 |
+
top: 0;
|
239 |
+
right: 0;
|
240 |
+
width: 100%;
|
241 |
+
height: 100%;
|
242 |
+
opacity: 0;
|
243 |
+
-webkit-transform: translate3d(0, 50%, 0);
|
244 |
+
transform: translate3d(0, 50%, 0);
|
245 |
+
}
|
246 |
+
|
247 |
+
.premium-banner-animation2 .premium-banner-ib-title {
|
248 |
+
position: absolute;
|
249 |
+
top: 50%;
|
250 |
+
right: 0;
|
251 |
+
width: 100%;
|
252 |
+
-webkit-transition: color 0.35s, -webkit-transform 0.35s;
|
253 |
+
transition: color 0.35s, -webkit-transform 0.35s;
|
254 |
+
transition: transform 0.35s, color 0.35s;
|
255 |
+
transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
|
256 |
+
-webkit-transform: translate3d(0, -50%, 0);
|
257 |
+
transform: translate3d(0, -50%, 0);
|
258 |
+
}
|
259 |
+
|
260 |
+
.premium-banner-animation2 .premium-banner-ib-content,
|
261 |
+
.premium-banner-animation2 .premium-banner-read-more,
|
262 |
+
.premium-banner-animation2 .premium-banner-ib-desc::before {
|
263 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
264 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
265 |
+
transition: opacity 0.35s, transform 0.35s;
|
266 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
267 |
+
}
|
268 |
+
|
269 |
+
.premium-banner-animation2 .premium-banner-ib-content,
|
270 |
+
.premium-banner-animation2 .premium-banner-read-more {
|
271 |
+
position: absolute;
|
272 |
+
bottom: 0;
|
273 |
+
right: 0;
|
274 |
+
padding: 15px;
|
275 |
+
width: 100%;
|
276 |
+
max-height: 50%;
|
277 |
+
opacity: 0;
|
278 |
+
-webkit-transform: translate3d(0, 10px, 0);
|
279 |
+
transform: translate3d(0, 10px, 0);
|
280 |
+
}
|
281 |
+
|
282 |
+
.premium-banner-animation2:hover .premium-banner-ib-title,
|
283 |
+
.premium-banner-animation2.active .premium-banner-ib-title {
|
284 |
+
-webkit-transform: translate3d(0, -40px, 0);
|
285 |
+
transform: translate3d(0, -40px, 0);
|
286 |
+
}
|
287 |
+
|
288 |
+
.premium-banner-animation2:hover .premium-banner-read-more,
|
289 |
+
.premium-banner-animation2.active .premium-banner-read-more,
|
290 |
+
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
|
291 |
+
.premium-banner-animation2.active .premium-banner-ib-desc::before {
|
292 |
+
opacity: 1;
|
293 |
+
-webkit-transform: translate3d(0, 0, 0);
|
294 |
+
transform: translate3d(0, 0, 0);
|
295 |
+
}
|
296 |
+
|
297 |
+
.premium-banner-animation2:hover .premium-banner-ib-content,
|
298 |
+
.premium-banner-animation2.active .premium-banner-ib-content {
|
299 |
+
opacity: 1;
|
300 |
+
-webkit-transform: translate3d(0, -30px, 0);
|
301 |
+
transform: translate3d(0, -30px, 0);
|
302 |
+
}
|
303 |
+
|
304 |
+
.premium-banner-animation3 .premium-banner-ib-title {
|
305 |
+
position: absolute;
|
306 |
+
bottom: 0;
|
307 |
+
right: 0;
|
308 |
+
padding: 15px;
|
309 |
+
width: 100%;
|
310 |
+
text-align: right;
|
311 |
+
-webkit-transform: translate3d(0, -30px, 0);
|
312 |
+
transform: translate3d(0, -30px, 0);
|
313 |
+
}
|
314 |
+
|
315 |
+
.premium-banner-animation3 .premium-banner-ib-desc::before,
|
316 |
+
.premium-banner-animation3 .premium-banner-ib-title {
|
317 |
+
-webkit-transition: -webkit-transform 0.35s;
|
318 |
+
transition: -webkit-transform 0.35s;
|
319 |
+
transition: transform 0.35s;
|
320 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
321 |
+
}
|
322 |
+
|
323 |
+
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
|
324 |
+
.premium-banner-animation3.active .premium-banner-ib-desc::before,
|
325 |
+
.premium-banner-animation3:hover .premium-banner-ib-title,
|
326 |
+
.premium-banner-animation3.active .premium-banner-ib-title {
|
327 |
+
opacity: 1;
|
328 |
+
-webkit-transform: translate3d(0, 0, 0);
|
329 |
+
transform: translate3d(0, 0, 0);
|
330 |
+
}
|
331 |
+
|
332 |
+
.premium-banner-animation3 .premium-banner-ib-content {
|
333 |
+
max-height: -webkit-calc(100% - 60px - 1.5em);
|
334 |
+
max-height: calc(100% - 60px - 1.5em);
|
335 |
+
overflow: hidden;
|
336 |
+
}
|
337 |
+
|
338 |
+
.premium-banner-animation4 img {
|
339 |
+
width: -webkit-calc(100% + 40px) !important;
|
340 |
+
width: calc(100% + 40px) !important;
|
341 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
342 |
+
max-width: calc(100% + 40px) !important;
|
343 |
+
}
|
344 |
+
|
345 |
+
.premium-banner-animation4 .premium-banner-ib-desc {
|
346 |
+
padding: 30px;
|
347 |
+
}
|
348 |
+
|
349 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
350 |
+
position: absolute;
|
351 |
+
content: "";
|
352 |
+
opacity: 0;
|
353 |
+
}
|
354 |
+
|
355 |
+
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
356 |
+
position: absolute;
|
357 |
+
content: "";
|
358 |
+
opacity: 0;
|
359 |
+
top: 50px;
|
360 |
+
left: 30px;
|
361 |
+
bottom: 50px;
|
362 |
+
right: 30px;
|
363 |
+
border-top: 1px solid #fff;
|
364 |
+
border-bottom: 1px solid #fff;
|
365 |
+
-webkit-transform: scale(0, 1);
|
366 |
+
-ms-transform: scale(0, 1);
|
367 |
+
transform: scale(0, 1);
|
368 |
+
-webkit-transform-origin: 100% 0;
|
369 |
+
-ms-transform-origin: 100% 0;
|
370 |
+
transform-origin: 100% 0;
|
371 |
+
}
|
372 |
+
|
373 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after {
|
374 |
+
top: 30px;
|
375 |
+
left: 50px;
|
376 |
+
bottom: 30px;
|
377 |
+
right: 50px;
|
378 |
+
border-left: 1px solid #fff;
|
379 |
+
border-right: 1px solid #fff;
|
380 |
+
-webkit-transform: scale(1, 0);
|
381 |
+
-ms-transform: scale(1, 0);
|
382 |
+
transform: scale(1, 0);
|
383 |
+
-webkit-transform-origin: 0% 0;
|
384 |
+
-ms-transform-origin: 0% 0;
|
385 |
+
transform-origin: 0% 0;
|
386 |
+
}
|
387 |
+
|
388 |
+
.premium-banner-animation4 .premium-banner-ib-title {
|
389 |
+
padding: 50px 30px 0 30px;
|
390 |
+
-webkit-transition: -webkit-transform 0.35s;
|
391 |
+
transition: -webkit-transform 0.35s;
|
392 |
+
transition: transform 0.35s;
|
393 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
394 |
+
}
|
395 |
+
|
396 |
+
.premium-banner-animation4 .premium-banner-ib-content,
|
397 |
+
.premium-banner-animation4 .premium-banner-read-more {
|
398 |
+
padding: 10px 30px;
|
399 |
+
opacity: 0;
|
400 |
+
overflow: hidden;
|
401 |
+
-webkit-transform: translate3d(0, -10px, 0);
|
402 |
+
transform: translate3d(0, -10px, 0);
|
403 |
+
}
|
404 |
+
|
405 |
+
.premium-banner-animation4 .premium-banner-ib-title,
|
406 |
+
.premium-banner-animation4 img {
|
407 |
+
-webkit-transform: translate3d(30px, 0, 0);
|
408 |
+
transform: translate3d(30px, 0, 0);
|
409 |
+
}
|
410 |
+
|
411 |
+
.premium-banner-animation4.zoomout img,
|
412 |
+
.premium-banner-animation4.scale img {
|
413 |
+
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
414 |
+
transform: translate3d(30px, 0, 0) scale(1.1);
|
415 |
+
}
|
416 |
+
|
417 |
+
.premium-banner-animation4 .premium-banner-ib-content,
|
418 |
+
.premium-banner-animation4 .premium-banner-read-more {
|
419 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
420 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
421 |
+
transition: opacity 0.35s, transform 0.35s;
|
422 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
423 |
+
}
|
424 |
+
|
425 |
+
.premium-banner-animation4 .premium-banner-ib-desc::after,
|
426 |
+
.premium-banner-animation4 .premium-banner-ib-desc::before {
|
427 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
428 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
429 |
+
transition: opacity 0.35s, transform 0.35s;
|
430 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
431 |
+
}
|
432 |
+
|
433 |
+
.premium-banner-animation4 img {
|
434 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
435 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
436 |
+
transition: opacity 0.35s, transform 0.35s;
|
437 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
438 |
+
}
|
439 |
+
|
440 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
441 |
+
.premium-banner-animation4.active .premium-banner-ib-desc::after,
|
442 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::before,
|
443 |
+
.premium-banner-animation4.active .premium-banner-ib-desc::before {
|
444 |
+
opacity: 1;
|
445 |
+
-webkit-transform: scale(1);
|
446 |
+
-ms-transform: scale(1);
|
447 |
+
transform: scale(1);
|
448 |
+
}
|
449 |
+
|
450 |
+
.premium-banner-animation4:hover .premium-banner-ib-content,
|
451 |
+
.premium-banner-animation4.active .premium-banner-ib-content,
|
452 |
+
.premium-banner-animation4:hover .premium-banner-read-more,
|
453 |
+
.premium-banner-animation4.active .premium-banner-read-more,
|
454 |
+
.premium-banner-animation4:hover .premium-banner-ib-title,
|
455 |
+
.premium-banner-animation4.active .premium-banner-ib-title {
|
456 |
+
opacity: 1;
|
457 |
+
-webkit-transform: translate3d(0, 0, 0);
|
458 |
+
transform: translate3d(0, 0, 0);
|
459 |
+
}
|
460 |
+
|
461 |
+
.premium-banner-animation4:hover .premium-banner-ib-content,
|
462 |
+
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
|
463 |
+
.premium-banner-animation4:hover .premium-banner-ib-title,
|
464 |
+
.premium-banner-animation4:hover img {
|
465 |
+
-webkit-transition-delay: 0.15s;
|
466 |
+
transition-delay: 0.15s;
|
467 |
+
}
|
468 |
+
|
469 |
+
.premium-banner-animation5 .premium-banner-ib-desc {
|
470 |
+
top: auto;
|
471 |
+
bottom: 0;
|
472 |
+
padding: 15px;
|
473 |
+
height: auto;
|
474 |
+
background: #f2f2f2;
|
475 |
+
color: #3c4a50;
|
476 |
+
-webkit-transition: -webkit-transform 0.35s;
|
477 |
+
transition: -webkit-transform 0.35s;
|
478 |
+
transition: transform 0.35s;
|
479 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
480 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
481 |
+
transform: translate3d(0, 100%, 0);
|
482 |
+
}
|
483 |
+
|
484 |
+
.premium-banner-animation5 .premium-banner-ib-content {
|
485 |
+
position: absolute;
|
486 |
+
top: auto;
|
487 |
+
bottom: 100%;
|
488 |
+
right: 0;
|
489 |
+
width: 100%;
|
490 |
+
padding: 15px;
|
491 |
+
opacity: 0;
|
492 |
+
-webkit-transition: opacity 0.35s;
|
493 |
+
transition: opacity 0.35s;
|
494 |
+
}
|
495 |
+
|
496 |
+
.premium-banner-animation5 .premium-banner-ib-title,
|
497 |
+
.premium-banner-animation5 .premium-banner-read-more {
|
498 |
+
-webkit-transition: -webkit-transform 0.35s;
|
499 |
+
transition: -webkit-transform 0.35s;
|
500 |
+
transition: transform 0.35s;
|
501 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
502 |
+
-webkit-transform: translate3d(0, 200%, 0);
|
503 |
+
transform: translate3d(0, 200%, 0);
|
504 |
+
text-align: center;
|
505 |
+
}
|
506 |
+
|
507 |
+
.premium-banner-animation5 .premium-banner-ib-title {
|
508 |
+
margin: 10px 0;
|
509 |
+
}
|
510 |
+
|
511 |
+
.premium-banner-animation5:hover .premium-banner-ib-content,
|
512 |
+
.premium-banner-animation5.active .premium-banner-ib-content,
|
513 |
+
.premium-banner-animation5:hover .premium-banner-ib-content *,
|
514 |
+
.premium-banner-animation5.active .premium-banner-ib-content * {
|
515 |
+
opacity: 1 !important;
|
516 |
+
z-index: 99 !important;
|
517 |
+
-webkit-backface-visibility: hidden !important;
|
518 |
+
backface-visibility: hidden !important;
|
519 |
+
}
|
520 |
+
|
521 |
+
.premium-banner-animation5:hover .premium-banner-ib-desc,
|
522 |
+
.premium-banner-animation5.active .premium-banner-ib-desc,
|
523 |
+
.premium-banner-animation5:hover .premium-banner-ib-title,
|
524 |
+
.premium-banner-animation5.active .premium-banner-ib-title,
|
525 |
+
.premium-banner-animation5:hover .premium-banner-read-more,
|
526 |
+
.premium-banner-animation5.active .premium-banner-read-more {
|
527 |
+
-webkit-transform: translateY(0);
|
528 |
+
-ms-transform: translateY(0);
|
529 |
+
transform: translateY(0);
|
530 |
+
}
|
531 |
+
|
532 |
+
.premium-banner-animation5:hover .premium-banner-ib-title {
|
533 |
+
-webkit-transition-delay: 0.05s;
|
534 |
+
transition-delay: 0.05s;
|
535 |
+
}
|
536 |
+
|
537 |
+
.premium-banner-animation5 img {
|
538 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
539 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
540 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
541 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
542 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
543 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
544 |
+
}
|
545 |
+
|
546 |
+
.premium-banner-animation2 img,
|
547 |
+
.premium-banner-animation4 img,
|
548 |
+
.premium-banner-animation6 img {
|
549 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
550 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
551 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
552 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
553 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
554 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
555 |
+
}
|
556 |
+
|
557 |
+
.premium-banner-animation5.zoomout img,
|
558 |
+
.premium-banner-animation5.scale img {
|
559 |
+
-webkit-transform: scale(1.1);
|
560 |
+
-ms-transform: scale(1.1);
|
561 |
+
transform: scale(1.1);
|
562 |
+
}
|
563 |
+
|
564 |
+
.premium-banner-animation2.zoomout img,
|
565 |
+
.premium-banner-animation2.scale img {
|
566 |
+
-webkit-transform: scale(1.1);
|
567 |
+
-ms-transform: scale(1.1);
|
568 |
+
transform: scale(1.1);
|
569 |
+
}
|
570 |
+
|
571 |
+
.premium-banner-animation6.zoomout img,
|
572 |
+
.premium-banner-animation6.scale img {
|
573 |
+
-webkit-transform: scale(1.1);
|
574 |
+
-ms-transform: scale(1.1);
|
575 |
+
transform: scale(1.1);
|
576 |
+
}
|
577 |
+
|
578 |
+
.premium-banner-animation5.zoomin:hover img,
|
579 |
+
.premium-banner-animation2.zoomin:hover img,
|
580 |
+
.premium-banner-animation6.zoomin:hover img {
|
581 |
+
-webkit-transform: scale(1.1);
|
582 |
+
-ms-transform: scale(1.1);
|
583 |
+
transform: scale(1.1);
|
584 |
+
}
|
585 |
+
|
586 |
+
.premium-banner-animation5.zoomout:hover img,
|
587 |
+
.premium-banner-animation2.zoomout:hover img,
|
588 |
+
.premium-banner-animation6.zoomout:hover img {
|
589 |
+
-webkit-transform: scale(1);
|
590 |
+
-ms-transform: scale(1);
|
591 |
+
transform: scale(1);
|
592 |
+
}
|
593 |
+
|
594 |
+
.premium-banner-animation5.scale:hover img,
|
595 |
+
.premium-banner-animation2.scale:hover img,
|
596 |
+
.premium-banner-animation6.scale:hover img {
|
597 |
+
-webkit-transform: scale(1.2) rotate(-5deg);
|
598 |
+
-ms-transform: scale(1.2) rotate(-5deg);
|
599 |
+
transform: scale(1.2) rotate(-5deg);
|
600 |
+
}
|
601 |
+
|
602 |
+
.premium-banner-animation5.grayscale:hover img,
|
603 |
+
.premium-banner-animation2.grayscale:hover img,
|
604 |
+
.premium-banner-animation6.grayscale:hover img {
|
605 |
+
-webkit-filter: grayscale(100%);
|
606 |
+
filter: grayscale(100%);
|
607 |
+
}
|
608 |
+
|
609 |
+
.premium-banner-animation5.blur:hover img,
|
610 |
+
.premium-banner-animation2.blur:hover img {
|
611 |
+
-webkit-filter: blur(3px);
|
612 |
+
filter: blur(3px);
|
613 |
+
}
|
614 |
+
|
615 |
+
.premium-banner-animation6.blur:hover img {
|
616 |
+
-webkit-filter: blur(3px);
|
617 |
+
filter: blur(3px);
|
618 |
+
}
|
619 |
+
|
620 |
+
.premium-banner-animation6 .premium-banner-ib-desc {
|
621 |
+
padding: 45px;
|
622 |
+
}
|
623 |
+
|
624 |
+
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
625 |
+
position: absolute;
|
626 |
+
content: "";
|
627 |
+
top: 30px;
|
628 |
+
left: 30px;
|
629 |
+
bottom: 30px;
|
630 |
+
right: 30px;
|
631 |
+
border: 1px solid #fff;
|
632 |
+
}
|
633 |
+
|
634 |
+
.premium-banner-animation6 .premium-banner-ib-title {
|
635 |
+
margin: 20px 0 10px;
|
636 |
+
-webkit-transition: -webkit-transform 0.35s;
|
637 |
+
transition: -webkit-transform 0.35s;
|
638 |
+
transition: transform 0.35s;
|
639 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
640 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
641 |
+
transform: translate3d(0, 100%, 0);
|
642 |
+
}
|
643 |
+
|
644 |
+
.premium-banner-animation6 .premium-banner-ib-content,
|
645 |
+
.premium-banner-animation6 .premium-banner-read-more,
|
646 |
+
.premium-banner-animation6 .premium-banner-ib-desc::before {
|
647 |
+
opacity: 0;
|
648 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
649 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
650 |
+
transition: opacity 0.35s, transform 0.35s;
|
651 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
652 |
+
-webkit-transform: scale(0);
|
653 |
+
-ms-transform: scale(0);
|
654 |
+
transform: scale(0);
|
655 |
+
}
|
656 |
+
|
657 |
+
.premium-banner-animation6 .premium-banner-read-more {
|
658 |
+
margin-top: 10px;
|
659 |
+
}
|
660 |
+
|
661 |
+
.premium-banner-animation6:hover .premium-banner-ib-title,
|
662 |
+
.premium-banner-animation6.active .premium-banner-ib-title {
|
663 |
+
-webkit-transform: translate3d(0, 0, 0);
|
664 |
+
transform: translate3d(0, 0, 0);
|
665 |
+
}
|
666 |
+
|
667 |
+
.premium-banner-animation6:hover .premium-banner-ib-content,
|
668 |
+
.premium-banner-animation6.active .premium-banner-ib-content,
|
669 |
+
.premium-banner-animation6:hover .premium-banner-read-more,
|
670 |
+
.premium-banner-animation6.active .premium-banner-read-more,
|
671 |
+
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
|
672 |
+
.premium-banner-animation6.active .premium-banner-ib-desc::before {
|
673 |
+
opacity: 1;
|
674 |
+
-webkit-transform: scale(1);
|
675 |
+
-ms-transform: scale(1);
|
676 |
+
transform: scale(1);
|
677 |
+
}
|
678 |
+
|
679 |
+
.premium-banner-animation12 .premium-banner-ib-desc::after {
|
680 |
+
position: absolute;
|
681 |
+
content: "";
|
682 |
+
left: 30px;
|
683 |
+
bottom: 30px;
|
684 |
+
right: 30px;
|
685 |
+
height: -webkit-calc(50% - 30px);
|
686 |
+
height: calc(50% - 30px);
|
687 |
+
border: 7px solid #fff;
|
688 |
+
-webkit-transition: -webkit-transform 0.35s;
|
689 |
+
transition: -webkit-transform 0.35s;
|
690 |
+
transition: transform 0.35s;
|
691 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
692 |
+
-webkit-transform: translate3d(0, -100%, 0);
|
693 |
+
transform: translate3d(0, -100%, 0);
|
694 |
+
}
|
695 |
+
|
696 |
+
.premium-banner-animation12:hover .premium-banner-ib-desc::after,
|
697 |
+
.premium-banner-animation12.active .premium-banner-ib-desc::after {
|
698 |
+
-webkit-transform: translate3d(0, 0, 0);
|
699 |
+
transform: translate3d(0, 0, 0);
|
700 |
+
}
|
701 |
+
|
702 |
+
.premium-banner-animation12 .premium-banner-ib-desc {
|
703 |
+
padding: 45px;
|
704 |
+
text-align: right;
|
705 |
+
}
|
706 |
+
|
707 |
+
.premium-banner-animation12 .premium-banner-ib-content {
|
708 |
+
position: absolute;
|
709 |
+
left: 60px;
|
710 |
+
bottom: 60px;
|
711 |
+
right: 60px;
|
712 |
+
opacity: 0;
|
713 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
714 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
715 |
+
transition: opacity 0.35s, transform 0.35s;
|
716 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
717 |
+
-webkit-transform: translate3d(0, -100px, 0);
|
718 |
+
transform: translate3d(0, -100px, 0);
|
719 |
+
}
|
720 |
+
|
721 |
+
.premium-banner-animation12:hover .premium-banner-ib-content,
|
722 |
+
.premium-banner-animation12.active .premium-banner-ib-content {
|
723 |
+
opacity: 1;
|
724 |
+
-webkit-transform: translate3d(0, 0, 0);
|
725 |
+
transform: translate3d(0, 0, 0);
|
726 |
+
}
|
727 |
+
|
728 |
+
.premium-banner-animation13 img {
|
729 |
+
width: -webkit-calc(100% + 20px) !important;
|
730 |
+
width: calc(100% + 20px) !important;
|
731 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
732 |
+
max-width: calc(100% + 20px) !important;
|
733 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
734 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
735 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
736 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
737 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
738 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
739 |
+
-webkit-transform: translate3d(10px, 0, 0);
|
740 |
+
transform: translate3d(10px, 0, 0);
|
741 |
+
-webkit-backface-visibility: hidden;
|
742 |
+
backface-visibility: hidden;
|
743 |
+
}
|
744 |
+
|
745 |
+
.premium-banner-animation13.zoomout img,
|
746 |
+
.premium-banner-animation13.scale img {
|
747 |
+
-webkit-transform: translate3d(10px, 0, 0) scale(1.1);
|
748 |
+
transform: translate3d(10px, 0, 0) scale(1.1);
|
749 |
+
}
|
750 |
+
|
751 |
+
.premium-banner-animation13.none:hover img {
|
752 |
+
-webkit-transform: translate3d(0, 0, 0);
|
753 |
+
transform: translate3d(0, 0, 0);
|
754 |
+
}
|
755 |
+
|
756 |
+
.premium-banner-animation1.none:hover img,
|
757 |
+
.premium-banner-animation4.none:hover img {
|
758 |
+
-webkit-transform: translate3d(0, 0, 0);
|
759 |
+
transform: translate3d(0, 0, 0);
|
760 |
+
}
|
761 |
+
|
762 |
+
.premium-banner-animation13.zoomin:hover img,
|
763 |
+
.premium-banner-animation1.zoomin:hover img,
|
764 |
+
.premium-banner-animation4.zoomin:hover img,
|
765 |
+
.premium-banner-animation8.zoomin:hover img,
|
766 |
+
.premium-banner-animation7.zoomin:hover img,
|
767 |
+
.premium-banner-animation9.zoomin:hover img,
|
768 |
+
.premium-banner-animation10.zoomin:hover img,
|
769 |
+
.premium-banner-animation11.zoomin:hover img {
|
770 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
|
771 |
+
transform: translate3d(0, 0, 0) scale(1.1);
|
772 |
+
}
|
773 |
+
|
774 |
+
.premium-banner-animation13.zoomout:hover img,
|
775 |
+
.premium-banner-animation1.zoomout:hover img,
|
776 |
+
.premium-banner-animation4.zoomout:hover img,
|
777 |
+
.premium-banner-animation8.zoomout:hover img,
|
778 |
+
.premium-banner-animation7.zoomout:hover img,
|
779 |
+
.premium-banner-animation9.zoomout:hover img,
|
780 |
+
.premium-banner-animation10.zoomout:hover img,
|
781 |
+
.premium-banner-animation11.zoomout:hover img {
|
782 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
783 |
+
transform: translate3d(0, 0, 0) scale(1);
|
784 |
+
}
|
785 |
+
|
786 |
+
.premium-banner-animation13.scale:hover img,
|
787 |
+
.premium-banner-animation1.scale:hover img,
|
788 |
+
.premium-banner-animation4.scale:hover img,
|
789 |
+
.premium-banner-animation8.scale:hover img,
|
790 |
+
.premium-banner-animation7.scale:hover img,
|
791 |
+
.premium-banner-animation9.scale:hover img,
|
792 |
+
.premium-banner-animation10.scale:hover img,
|
793 |
+
.premium-banner-animation11.scale:hover img {
|
794 |
+
-webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
|
795 |
+
transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
|
796 |
+
}
|
797 |
+
|
798 |
+
.premium-banner-animation13.grayscale:hover img,
|
799 |
+
.premium-banner-animation1.grayscale:hover img,
|
800 |
+
.premium-banner-animation4.grayscale:hover img,
|
801 |
+
.premium-banner-animation8.grayscale:hover img,
|
802 |
+
.premium-banner-animation7.grayscale:hover img,
|
803 |
+
.premium-banner-animation9.grayscale:hover img,
|
804 |
+
.premium-banner-animation10.grayscale:hover img,
|
805 |
+
.premium-banner-animation11.grayscale:hover img {
|
806 |
+
-webkit-transform: translate3d(0, 0, 0);
|
807 |
+
transform: translate3d(0, 0, 0);
|
808 |
+
-webkit-filter: grayscale(100%);
|
809 |
+
filter: grayscale(100%);
|
810 |
+
}
|
811 |
+
|
812 |
+
.premium-banner-animation13.blur:hover img,
|
813 |
+
.premium-banner-animation1.blur:hover img,
|
814 |
+
.premium-banner-animation4.blur:hover,
|
815 |
+
.premium-banner-animation8.blur:hover img,
|
816 |
+
.premium-banner-animation7.blur:hover img,
|
817 |
+
.premium-banner-animation9.blur:hover img,
|
818 |
+
.premium-banner-animation10.blur:hover img,
|
819 |
+
.premium-banner-animation11.blur:hover img {
|
820 |
+
-webkit-transform: translate3d(0, 0, 0);
|
821 |
+
transform: translate3d(0, 0, 0);
|
822 |
+
-webkit-filter: blur(3px);
|
823 |
+
filter: blur(3px);
|
824 |
+
}
|
825 |
+
|
826 |
+
.premium-banner-animation13 .premium-banner-ib-desc {
|
827 |
+
text-align: right;
|
828 |
+
}
|
829 |
+
|
830 |
+
.premium-banner-animation13 .premium-banner-ib-title {
|
831 |
+
position: relative;
|
832 |
+
overflow: hidden;
|
833 |
+
padding: 5px 0 10px;
|
834 |
+
}
|
835 |
+
|
836 |
+
.premium-banner-animation13 .premium-banner-ib-title::after {
|
837 |
+
position: absolute;
|
838 |
+
content: "";
|
839 |
+
bottom: 0;
|
840 |
+
right: 0;
|
841 |
+
width: 100%;
|
842 |
+
height: 2px;
|
843 |
+
background: #fff;
|
844 |
+
-webkit-transition: -webkit-transform 0.35s;
|
845 |
+
transition: -webkit-transform 0.35s;
|
846 |
+
transition: transform 0.35s;
|
847 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
848 |
+
-webkit-transform: translate3d(101%, 0, 0);
|
849 |
+
transform: translate3d(101%, 0, 0);
|
850 |
+
}
|
851 |
+
|
852 |
+
.premium-banner-animation13:hover .premium-banner-ib-title::after,
|
853 |
+
.premium-banner-animation13.active .premium-banner-ib-title::after {
|
854 |
+
-webkit-transform: translate3d(0, 0, 0);
|
855 |
+
transform: translate3d(0, 0, 0);
|
856 |
+
}
|
857 |
+
|
858 |
+
.premium-banner-animation13 .premium-banner-ib-content,
|
859 |
+
.premium-banner-animation13 .premium-banner-read-more {
|
860 |
+
padding: 15px 0;
|
861 |
+
opacity: 0;
|
862 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
863 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
864 |
+
transition: opacity 0.35s, transform 0.35s;
|
865 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
866 |
+
-webkit-transform: translate3d(-100%, 0, 0);
|
867 |
+
transform: translate3d(-100%, 0, 0);
|
868 |
+
}
|
869 |
+
|
870 |
+
.premium-banner-animation13:hover .premium-banner-ib-content,
|
871 |
+
.premium-banner-animation13.active .premium-banner-ib-content,
|
872 |
+
.premium-banner-animation13:hover .premium-banner-read-more,
|
873 |
+
.premium-banner-animation13.active .premium-banner-read-more {
|
874 |
+
opacity: 1;
|
875 |
+
-webkit-transform: translate3d(0, 0, 0);
|
876 |
+
transform: translate3d(0, 0, 0);
|
877 |
+
}
|
878 |
+
|
879 |
+
.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
|
880 |
+
right: 50%;
|
881 |
+
width: auto !important;
|
882 |
+
height: 100%;
|
883 |
+
max-width: none;
|
884 |
+
-webkit-transform: translateX(50%);
|
885 |
+
-ms-transform: translateX(50%);
|
886 |
+
transform: translateX(50%);
|
887 |
+
}
|
888 |
+
|
889 |
+
.premium-banner-ib img {
|
890 |
+
border: none;
|
891 |
+
padding: 0;
|
892 |
+
margin: 0;
|
893 |
+
}
|
894 |
+
|
895 |
+
.premium-banner-animation7 img {
|
896 |
+
width: -webkit-calc(100% + 40px) !important;
|
897 |
+
width: calc(100% + 40px) !important;
|
898 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
899 |
+
max-width: calc(100% + 40px) !important;
|
900 |
+
}
|
901 |
+
|
902 |
+
.premium-banner-animation7 .premium-banner-brlr {
|
903 |
+
width: 7px;
|
904 |
+
}
|
905 |
+
|
906 |
+
.premium-banner-animation7 .premium-banner-brtb {
|
907 |
+
height: 7px;
|
908 |
+
}
|
909 |
+
|
910 |
+
.premium-banner-animation7 .premium-banner-br {
|
911 |
+
position: absolute;
|
912 |
+
z-index: 1;
|
913 |
+
background-color: white;
|
914 |
+
-webkit-transition: all 0.3s ease-in-out;
|
915 |
+
transition: all 0.3s ease-in-out;
|
916 |
+
-webkit-transition-delay: 0.2s;
|
917 |
+
transition-delay: 0.2s;
|
918 |
+
}
|
919 |
+
|
920 |
+
.premium-banner-animation7 .premium-banner-bleft {
|
921 |
+
right: 30px;
|
922 |
+
top: -webkit-calc(100% - 150px);
|
923 |
+
top: calc(100% - 150px);
|
924 |
+
height: 0;
|
925 |
+
}
|
926 |
+
|
927 |
+
.premium-banner-animation7 .premium-banner-bright {
|
928 |
+
left: 30px;
|
929 |
+
bottom: -webkit-calc(100% - 150px);
|
930 |
+
bottom: calc(100% - 150px);
|
931 |
+
height: 0;
|
932 |
+
}
|
933 |
+
|
934 |
+
.premium-banner-animation7 .premium-banner-bottom {
|
935 |
+
left: -webkit-calc(100% - 150px);
|
936 |
+
left: calc(100% - 150px);
|
937 |
+
bottom: 30px;
|
938 |
+
width: 0;
|
939 |
+
}
|
940 |
+
|
941 |
+
.premium-banner-animation7 .premium-banner-btop {
|
942 |
+
right: -webkit-calc(100% - 150px);
|
943 |
+
right: calc(100% - 150px);
|
944 |
+
top: 30px;
|
945 |
+
width: 0;
|
946 |
+
}
|
947 |
+
|
948 |
+
.premium-banner-animation7 .premium-banner-ib-desc {
|
949 |
+
padding: 70px;
|
950 |
+
display: table;
|
951 |
+
}
|
952 |
+
|
953 |
+
.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
|
954 |
+
display: table-cell;
|
955 |
+
vertical-align: middle;
|
956 |
+
}
|
957 |
+
|
958 |
+
.premium-banner-animation7 .premium-banner-ib-title {
|
959 |
+
margin-top: 0;
|
960 |
+
}
|
961 |
+
|
962 |
+
.premium-banner-animation7 .premium-banner-ib-title,
|
963 |
+
.premium-banner-animation7 img {
|
964 |
+
-webkit-transform: translate3d(30px, 0, 0);
|
965 |
+
transform: translate3d(30px, 0, 0);
|
966 |
+
}
|
967 |
+
|
968 |
+
.premium-banner-animation7.zoomout img,
|
969 |
+
.premium-banner-animation7.scale img {
|
970 |
+
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
971 |
+
transform: translate3d(30px, 0, 0) scale(1.1);
|
972 |
+
}
|
973 |
+
|
974 |
+
.premium-banner-animation7 .premium-banner-ib-content,
|
975 |
+
.premium-banner-animation7 .premium-banner-read-more {
|
976 |
+
margin-top: 10px;
|
977 |
+
}
|
978 |
+
|
979 |
+
.premium-banner-animation7 .premium-banner-ib-desc::after,
|
980 |
+
.premium-banner-animation7 .premium-banner-ib-desc::before {
|
981 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
982 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
983 |
+
transition: opacity 0.35s, transform 0.35s;
|
984 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
985 |
+
}
|
986 |
+
|
987 |
+
.premium-banner-animation7 .premium-banner-ib-title,
|
988 |
+
.premium-banner-animation7 .premium-banner-ib-content,
|
989 |
+
.premium-banner-animation7 .premium-banner-read-more {
|
990 |
+
opacity: 0;
|
991 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
992 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
993 |
+
transition: opacity 0.35s, transform 0.35s;
|
994 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
995 |
+
}
|
996 |
+
|
997 |
+
.premium-banner-animation7 img {
|
998 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
999 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1000 |
+
transition: opacity 0.35s, transform 0.35s;
|
1001 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1002 |
+
}
|
1003 |
+
|
1004 |
+
.premium-banner-animation7:hover .premium-banner-ib-content,
|
1005 |
+
.premium-banner-animation7.active .premium-banner-ib-content,
|
1006 |
+
.premium-banner-animation7:hover .premium-banner-read-more,
|
1007 |
+
.premium-banner-animation7.active .premium-banner-read-more,
|
1008 |
+
.premium-banner-animation7:hover .premium-banner-ib-title,
|
1009 |
+
.premium-banner-animation7.active .premium-banner-ib-title {
|
1010 |
+
opacity: 1;
|
1011 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1012 |
+
transform: translate3d(0, 0, 0);
|
1013 |
+
}
|
1014 |
+
|
1015 |
+
.premium-banner-animation7:hover .premium-banner-bleft,
|
1016 |
+
.premium-banner-animation7.active .premium-banner-bleft {
|
1017 |
+
top: 30px;
|
1018 |
+
height: 70px;
|
1019 |
+
}
|
1020 |
+
|
1021 |
+
.premium-banner-animation7:hover .premium-banner-bright,
|
1022 |
+
.premium-banner-animation7.active .premium-banner-bright {
|
1023 |
+
bottom: 30px;
|
1024 |
+
height: 70px;
|
1025 |
+
}
|
1026 |
+
|
1027 |
+
.premium-banner-animation7:hover .premium-banner-bottom,
|
1028 |
+
.premium-banner-animation7.active .premium-banner-bottom {
|
1029 |
+
left: 30px;
|
1030 |
+
width: 70px;
|
1031 |
+
}
|
1032 |
+
|
1033 |
+
.premium-banner-animation7:hover .premium-banner-btop,
|
1034 |
+
.premium-banner-animation7.active .premium-banner-btop {
|
1035 |
+
right: 30px;
|
1036 |
+
width: 70px;
|
1037 |
+
}
|
1038 |
+
|
1039 |
+
.premium-banner-animation7:hover .premium-banner-ib-content,
|
1040 |
+
.premium-banner-animation7:hover .premium-banner-read-more,
|
1041 |
+
.premium-banner-animation7:hover .premium-banner-ib-title,
|
1042 |
+
.premium-banner-animation7:hover img {
|
1043 |
+
-webkit-transition-delay: 0.15s;
|
1044 |
+
transition-delay: 0.15s;
|
1045 |
+
}
|
1046 |
+
|
1047 |
+
.premium-banner-animation8 img {
|
1048 |
+
width: -webkit-calc(100% + 40px) !important;
|
1049 |
+
width: calc(100% + 40px) !important;
|
1050 |
+
max-width: -webkit-calc(100% + 40px) !important;
|
1051 |
+
max-width: calc(100% + 40px) !important;
|
1052 |
+
}
|
1053 |
+
|
1054 |
+
.premium-banner-animation8 .premium-banner-brlr {
|
1055 |
+
width: 7px;
|
1056 |
+
}
|
1057 |
+
|
1058 |
+
.premium-banner-animation8 .premium-banner-brtb {
|
1059 |
+
height: 7px;
|
1060 |
+
}
|
1061 |
+
|
1062 |
+
.premium-banner-animation8 .premium-banner-br {
|
1063 |
+
position: absolute;
|
1064 |
+
z-index: 1;
|
1065 |
+
background-color: white;
|
1066 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1067 |
+
transition: all 0.3s ease-in-out;
|
1068 |
+
-webkit-transition-delay: 0.2s;
|
1069 |
+
transition-delay: 0.2s;
|
1070 |
+
}
|
1071 |
+
|
1072 |
+
.premium-banner-animation8 .premium-banner-bleft {
|
1073 |
+
right: 30px;
|
1074 |
+
top: 50%;
|
1075 |
+
-webkit-transform: translateY(-50%);
|
1076 |
+
-ms-transform: translateY(-50%);
|
1077 |
+
transform: translateY(-50%);
|
1078 |
+
height: 0;
|
1079 |
+
}
|
1080 |
+
|
1081 |
+
.premium-banner-animation8 .premium-banner-bright {
|
1082 |
+
left: 30px;
|
1083 |
+
top: 50%;
|
1084 |
+
-webkit-transform: translateY(-50%);
|
1085 |
+
-ms-transform: translateY(-50%);
|
1086 |
+
transform: translateY(-50%);
|
1087 |
+
height: 0;
|
1088 |
+
}
|
1089 |
+
|
1090 |
+
.premium-banner-animation8 .premium-banner-bottom {
|
1091 |
+
right: 50%;
|
1092 |
+
-webkit-transform: translateX(50%);
|
1093 |
+
-ms-transform: translateX(50%);
|
1094 |
+
transform: translateX(50%);
|
1095 |
+
bottom: 30px;
|
1096 |
+
width: 0;
|
1097 |
+
}
|
1098 |
+
|
1099 |
+
.premium-banner-animation8 .premium-banner-btop {
|
1100 |
+
right: 50%;
|
1101 |
+
-webkit-transform: translateX(50%);
|
1102 |
+
-ms-transform: translateX(50%);
|
1103 |
+
transform: translateX(50%);
|
1104 |
+
top: 30px;
|
1105 |
+
width: 0;
|
1106 |
+
}
|
1107 |
+
|
1108 |
+
.premium-banner-animation8 .premium-banner-ib-desc {
|
1109 |
+
padding: 70px;
|
1110 |
+
display: table;
|
1111 |
+
}
|
1112 |
+
|
1113 |
+
.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
|
1114 |
+
display: table-cell;
|
1115 |
+
vertical-align: middle;
|
1116 |
+
}
|
1117 |
+
|
1118 |
+
.premium-banner-animation8 .premium-banner-ib-title {
|
1119 |
+
margin-top: 0;
|
1120 |
+
}
|
1121 |
+
|
1122 |
+
.premium-banner-animation8 .premium-banner-ib-title,
|
1123 |
+
.premium-banner-animation8 img {
|
1124 |
+
-webkit-transform: translate3d(30px, 0, 0);
|
1125 |
+
transform: translate3d(30px, 0, 0);
|
1126 |
+
}
|
1127 |
+
|
1128 |
+
.premium-banner-animation8.zoomout img,
|
1129 |
+
.premium-banner-animation8.scale img {
|
1130 |
+
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
|
1131 |
+
transform: translate3d(30px, 0, 0) scale(1.1);
|
1132 |
+
}
|
1133 |
+
|
1134 |
+
.premium-banner-animation8 .premium-banner-ib-content,
|
1135 |
+
.premium-banner-animation8 .premium-banner-read-more {
|
1136 |
+
margin-top: 10px;
|
1137 |
+
}
|
1138 |
+
|
1139 |
+
.premium-banner-animation8 .premium-banner-ib-desc::after,
|
1140 |
+
.premium-banner-animation8 .premium-banner-ib-desc::before {
|
1141 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1142 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1143 |
+
transition: opacity 0.35s, transform 0.35s;
|
1144 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1145 |
+
}
|
1146 |
+
|
1147 |
+
.premium-banner-animation8 .premium-banner-ib-title,
|
1148 |
+
.premium-banner-animation8 .premium-banner-ib-content,
|
1149 |
+
.premium-banner-animation8 .premium-banner-read-more {
|
1150 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1151 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1152 |
+
transition: opacity 0.35s, transform 0.35s;
|
1153 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1154 |
+
opacity: 0;
|
1155 |
+
}
|
1156 |
+
|
1157 |
+
.premium-banner-animation8 img {
|
1158 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1159 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1160 |
+
transition: opacity 0.35s, transform 0.35s;
|
1161 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1162 |
+
}
|
1163 |
+
|
1164 |
+
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1165 |
+
.premium-banner-animation8.active .premium-banner-ib-content,
|
1166 |
+
.premium-banner-animation8:hover .premium-banner-read-more,
|
1167 |
+
.premium-banner-animation8.active .premium-banner-read-more,
|
1168 |
+
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1169 |
+
.premium-banner-animation8.active .premium-banner-ib-title {
|
1170 |
+
opacity: 1;
|
1171 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1172 |
+
transform: translate3d(0, 0, 0);
|
1173 |
+
}
|
1174 |
+
|
1175 |
+
.premium-banner-animation8:hover .premium-banner-bleft,
|
1176 |
+
.premium-banner-animation8.active .premium-banner-bleft {
|
1177 |
+
height: -webkit-calc(100% - 61px);
|
1178 |
+
height: calc(100% - 61px);
|
1179 |
+
}
|
1180 |
+
|
1181 |
+
.premium-banner-animation8:hover .premium-banner-bright,
|
1182 |
+
.premium-banner-animation8.active .premium-banner-bright {
|
1183 |
+
height: -webkit-calc(100% - 61px);
|
1184 |
+
height: calc(100% - 61px);
|
1185 |
+
}
|
1186 |
+
|
1187 |
+
.premium-banner-animation8:hover .premium-banner-bottom,
|
1188 |
+
.premium-banner-animation8.active .premium-banner-bottom {
|
1189 |
+
width: -webkit-calc(100% - 61px);
|
1190 |
+
width: calc(100% - 61px);
|
1191 |
+
}
|
1192 |
+
|
1193 |
+
.premium-banner-animation8:hover .premium-banner-btop,
|
1194 |
+
.premium-banner-animation8.active .premium-banner-btop {
|
1195 |
+
width: -webkit-calc(100% - 61px);
|
1196 |
+
width: calc(100% - 61px);
|
1197 |
+
}
|
1198 |
+
|
1199 |
+
.premium-banner-animation8:hover .premium-banner-ib-content,
|
1200 |
+
.premium-banner-animation8:hover .premium-banner-ib-title,
|
1201 |
+
.premium-banner-animation8:hover .premium-banner-read-more,
|
1202 |
+
.premium-banner-animation8:hover img {
|
1203 |
+
-webkit-transition-delay: 0.15s;
|
1204 |
+
transition-delay: 0.15s;
|
1205 |
+
}
|
1206 |
+
|
1207 |
+
.premium-banner-animation9 img {
|
1208 |
+
width: -webkit-calc(100% + 20px) !important;
|
1209 |
+
width: calc(100% + 20px) !important;
|
1210 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
1211 |
+
max-width: calc(100% + 20px) !important;
|
1212 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1213 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1214 |
+
transition: opacity 0.35s, transform 0.35s;
|
1215 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1216 |
+
-webkit-transform: scale(1.2);
|
1217 |
+
-ms-transform: scale(1.2);
|
1218 |
+
transform: scale(1.2);
|
1219 |
+
}
|
1220 |
+
|
1221 |
+
.premium-banner-animation9 .premium-banner-ib-desc {
|
1222 |
+
width: 100%;
|
1223 |
+
height: 100%;
|
1224 |
+
}
|
1225 |
+
|
1226 |
+
.premium-banner-animation9 .premium-banner-ib-desc::before {
|
1227 |
+
position: absolute;
|
1228 |
+
top: 50%;
|
1229 |
+
right: 50%;
|
1230 |
+
width: 80%;
|
1231 |
+
height: 1px;
|
1232 |
+
background: #fff;
|
1233 |
+
content: "";
|
1234 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1235 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1236 |
+
transition: opacity 0.35s, transform 0.35s;
|
1237 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1238 |
+
-webkit-transform: translate3d(50%, -50%, 0);
|
1239 |
+
transform: translate3d(50%, -50%, 0);
|
1240 |
+
}
|
1241 |
+
|
1242 |
+
.premium-banner-animation9 .premium-banner-ib-desc::after {
|
1243 |
+
position: absolute;
|
1244 |
+
top: 50%;
|
1245 |
+
right: 50%;
|
1246 |
+
width: 80%;
|
1247 |
+
height: 1px;
|
1248 |
+
background: #fff;
|
1249 |
+
content: "";
|
1250 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1251 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1252 |
+
transition: opacity 0.35s, transform 0.35s;
|
1253 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1254 |
+
-webkit-transform: translate3d(50%, -50%, 0);
|
1255 |
+
transform: translate3d(50%, -50%, 0);
|
1256 |
+
}
|
1257 |
+
|
1258 |
+
.premium-banner-animation9 .premium-banner-ib-title {
|
1259 |
+
position: absolute;
|
1260 |
+
top: 50%;
|
1261 |
+
right: 0;
|
1262 |
+
width: 100%;
|
1263 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1264 |
+
transition: -webkit-transform 0.35s;
|
1265 |
+
transition: transform 0.35s;
|
1266 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1267 |
+
-webkit-transform: translate3d(0, -70px, 0);
|
1268 |
+
transform: translate3d(0, -70px, 0);
|
1269 |
+
margin-top: 0;
|
1270 |
+
padding: 0 10%;
|
1271 |
+
}
|
1272 |
+
|
1273 |
+
.premium-banner-animation9:hover .premium-banner-ib-title,
|
1274 |
+
.premium-banner-animation9.active .premium-banner-ib-title {
|
1275 |
+
-webkit-transform: translate3d(0, -80px, 0);
|
1276 |
+
transform: translate3d(0, -80px, 0);
|
1277 |
+
}
|
1278 |
+
|
1279 |
+
.premium-banner-animation9 .premium-banner-ib-content,
|
1280 |
+
.premium-banner-animation9 .premium-banner-read-more {
|
1281 |
+
position: absolute;
|
1282 |
+
top: 50%;
|
1283 |
+
right: 0;
|
1284 |
+
width: 100%;
|
1285 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1286 |
+
transition: -webkit-transform 0.35s;
|
1287 |
+
transition: transform 0.35s;
|
1288 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1289 |
+
padding: 0 10%;
|
1290 |
+
-webkit-transform: translate3d(0, 35px, 0);
|
1291 |
+
transform: translate3d(0, 35px, 0);
|
1292 |
+
}
|
1293 |
+
|
1294 |
+
.premium-banner-animation9 .premium-banner-read-more {
|
1295 |
+
top: 75%;
|
1296 |
+
}
|
1297 |
+
|
1298 |
+
.premium-banner-animation9:hover .premium-banner-ib-content,
|
1299 |
+
.premium-banner-animation9.active .premium-banner-ib-content,
|
1300 |
+
.premium-banner-animation9:hover .premium-banner-read-more,
|
1301 |
+
.premium-banner-animation9.active .premium-banner-read-more {
|
1302 |
+
-webkit-transform: translate3d(0, 45px, 0);
|
1303 |
+
transform: translate3d(0, 45px, 0);
|
1304 |
+
}
|
1305 |
+
|
1306 |
+
.premium-banner-animation9:hover .premium-banner-ib-desc::before,
|
1307 |
+
.premium-banner-animation9.active .premium-banner-ib-desc::before {
|
1308 |
+
opacity: 0.5;
|
1309 |
+
-webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
|
1310 |
+
transform: translate3d(50%, -50%, 0) rotate(-45deg);
|
1311 |
+
}
|
1312 |
+
|
1313 |
+
.premium-banner-animation9:hover .premium-banner-ib-desc::after,
|
1314 |
+
.premium-banner-animation9.active .premium-banner-ib-desc::after {
|
1315 |
+
opacity: 0.5;
|
1316 |
+
-webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
|
1317 |
+
transform: translate3d(50%, -50%, 0) rotate(45deg);
|
1318 |
+
}
|
1319 |
+
|
1320 |
+
.premium-banner-animation9:hover img {
|
1321 |
+
-webkit-transform: scale(1);
|
1322 |
+
-ms-transform: scale(1);
|
1323 |
+
transform: scale(1);
|
1324 |
+
}
|
1325 |
+
|
1326 |
+
.premium-banner-animation10 img {
|
1327 |
+
width: -webkit-calc(100% + 20px) !important;
|
1328 |
+
width: calc(100% + 20px) !important;
|
1329 |
+
max-width: -webkit-calc(100% + 20px) !important;
|
1330 |
+
max-width: calc(100% + 20px) !important;
|
1331 |
+
}
|
1332 |
+
|
1333 |
+
.premium-banner-animation10 .premium-banner-ib-title {
|
1334 |
+
position: relative;
|
1335 |
+
overflow: hidden;
|
1336 |
+
padding: 5px 0 15px;
|
1337 |
+
-webkit-transition: -webkit-transform 0.35s;
|
1338 |
+
transition: -webkit-transform 0.35s;
|
1339 |
+
transition: transform 0.35s;
|
1340 |
+
transition: transform 0.35s, -webkit-transform 0.35s;
|
1341 |
+
-webkit-transform: translate3d(0, 20px, 0);
|
1342 |
+
transform: translate3d(0, 20px, 0);
|
1343 |
+
margin-bottom: 0;
|
1344 |
+
}
|
1345 |
+
|
1346 |
+
.premium-banner-animation10 .premium-banner-ib-title::after {
|
1347 |
+
position: absolute;
|
1348 |
+
content: "";
|
1349 |
+
bottom: 0;
|
1350 |
+
right: 0;
|
1351 |
+
width: 100%;
|
1352 |
+
height: 3px;
|
1353 |
+
background: #fff;
|
1354 |
+
opacity: 0;
|
1355 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1356 |
+
transform: translate3d(0, 100%, 0);
|
1357 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1358 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1359 |
+
transition: opacity 0.35s, transform 0.35s;
|
1360 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1361 |
+
}
|
1362 |
+
|
1363 |
+
.premium-banner-animation10:hover .premium-banner-ib-title,
|
1364 |
+
.premium-banner-animation10.active .premium-banner-ib-title {
|
1365 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1366 |
+
transform: translate3d(0, 0, 0);
|
1367 |
+
}
|
1368 |
+
|
1369 |
+
.premium-banner-animation10:hover .premium-banner-ib-title::after,
|
1370 |
+
.premium-banner-animation10.active .premium-banner-ib-title::after {
|
1371 |
+
opacity: 1;
|
1372 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1373 |
+
transform: translate3d(0, 0, 0);
|
1374 |
+
}
|
1375 |
+
|
1376 |
+
.premium-banner-animation10 .premium-banner-ib-content,
|
1377 |
+
.premium-banner-animation10 .premium-banner-read-more {
|
1378 |
+
padding-top: 15px;
|
1379 |
+
opacity: 0;
|
1380 |
+
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
1381 |
+
transition: opacity 0.35s, -webkit-transform 0.35s;
|
1382 |
+
transition: opacity 0.35s, transform 0.35s;
|
1383 |
+
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
|
1384 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
1385 |
+
transform: translate3d(0, 100%, 0);
|
1386 |
+
}
|
1387 |
+
|
1388 |
+
.premium-banner-animation10 .premium-banner-read-more {
|
1389 |
+
padding: 0;
|
1390 |
+
}
|
1391 |
+
|
1392 |
+
.premium-banner-animation10:hover .premium-banner-ib-content,
|
1393 |
+
.premium-banner-animation10.active .premium-banner-ib-content,
|
1394 |
+
.premium-banner-animation10:hover .premium-banner-read-more,
|
1395 |
+
.premium-banner-animation10.active .premium-banner-read-more {
|
1396 |
+
opacity: 1;
|
1397 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1398 |
+
transform: translate3d(0, 0, 0);
|
1399 |
+
}
|
1400 |
+
|
1401 |
+
.premium-banner-animation11 {
|
1402 |
+
-webkit-transition: -webkit-transform 1s ease-out;
|
1403 |
+
transition: -webkit-transform 1s ease-out;
|
1404 |
+
transition: transform 1s ease-out;
|
1405 |
+
transition: transform 1s ease-out, -webkit-transform 1s ease-out;
|
1406 |
+
-webkit-transition-delay: 0.125s;
|
1407 |
+
transition-delay: 0.125s;
|
1408 |
+
}
|
1409 |
+
|
1410 |
+
.premium-banner-animation11 .premium-banner-ib-desc {
|
1411 |
+
position: absolute;
|
1412 |
+
z-index: 5;
|
1413 |
+
-webkit-transform: translate3d(30px, 0, 0);
|
1414 |
+
transform: translate3d(30px, 0, 0);
|
1415 |
+
opacity: 0;
|
1416 |
+
top: auto;
|
1417 |
+
bottom: 0;
|
1418 |
+
min-height: 25%;
|
1419 |
+
height: auto;
|
1420 |
+
max-height: 100%;
|
1421 |
+
text-align: left;
|
1422 |
+
padding: 30px;
|
1423 |
+
-webkit-transition: all 0.6s ease-out;
|
1424 |
+
transition: all 0.6s ease-out;
|
1425 |
+
}
|
1426 |
+
|
1427 |
+
.premium-banner-animation11 img {
|
1428 |
+
width: 100%;
|
1429 |
+
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1430 |
+
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1431 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
|
1432 |
+
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
|
1433 |
+
}
|
1434 |
+
|
1435 |
+
.premium-banner-animation11 .premium-banner-ib-title {
|
1436 |
+
margin-bottom: 10px;
|
1437 |
+
}
|
1438 |
+
|
1439 |
+
.premium-banner-animation11 .premium-banner-gradient {
|
1440 |
+
position: absolute;
|
1441 |
+
left: 0;
|
1442 |
+
top: 0;
|
1443 |
+
right: 0;
|
1444 |
+
bottom: 0;
|
1445 |
+
}
|
1446 |
+
|
1447 |
+
.premium-banner-animation11 .premium-banner-gradient:after,
|
1448 |
+
.premium-banner-animation11 .premium-banner-gradient:before {
|
1449 |
+
position: absolute;
|
1450 |
+
content: "";
|
1451 |
+
left: 0;
|
1452 |
+
top: 0;
|
1453 |
+
right: 0;
|
1454 |
+
bottom: 0;
|
1455 |
+
-webkit-transform: translate3d(100%, 0, 0);
|
1456 |
+
transform: translate3d(100%, 0, 0);
|
1457 |
+
background-image: -webkit-linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1458 |
+
background-image: -webkit-linear-gradient(130deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1459 |
+
background-image: linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
|
1460 |
+
z-index: 2;
|
1461 |
+
}
|
1462 |
+
|
1463 |
+
.premium-banner-animation11 .premium-banner-gradient:before {
|
1464 |
+
mix-blend-mode: color;
|
1465 |
+
}
|
1466 |
+
|
1467 |
+
.premium-banner-animation11 .premium-banner-gradient:after {
|
1468 |
+
mix-blend-mode: multiply;
|
1469 |
+
}
|
1470 |
+
|
1471 |
+
.premium-banner-animation11:hover .premium-banner-ib-desc,
|
1472 |
+
.premium-banner-animation11.active .premium-banner-ib-desc {
|
1473 |
+
opacity: 1;
|
1474 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1475 |
+
transform: translate3d(0, 0, 0);
|
1476 |
+
}
|
1477 |
+
|
1478 |
+
.premium-banner-animation11:hover .premium-banner-gradient:after,
|
1479 |
+
.premium-banner-animation11:hover .premium-banner-gradient:before,
|
1480 |
+
.premium-banner-animation11.active .premium-banner-gradient:after,
|
1481 |
+
.premium-banner-animation11.active .premium-banner-gradient:before {
|
1482 |
+
-webkit-transform: translate3d(0, 0, 0);
|
1483 |
+
transform: translate3d(0, 0, 0);
|
1484 |
+
}
|
1485 |
+
|
1486 |
+
.premium-banner-animation11.zoomout img,
|
1487 |
+
.premium-banner-animation11.scale img {
|
1488 |
+
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
|
1489 |
+
transform: translate3d(-10px, 0, 0) scale(1.1);
|
1490 |
+
}
|
1491 |
+
|
1492 |
+
/************ Premium Countdown ************/
|
1493 |
+
/*******************************************/
|
1494 |
+
.premium-countdown {
|
1495 |
+
-js-display: flex;
|
1496 |
+
display: -webkit-box;
|
1497 |
+
display: -webkit-flex;
|
1498 |
+
display: -moz-box;
|
1499 |
+
display: -ms-flexbox;
|
1500 |
+
display: flex;
|
1501 |
+
text-align: center;
|
1502 |
+
}
|
1503 |
+
|
1504 |
+
.countdown-row {
|
1505 |
+
display: block;
|
1506 |
+
text-align: center;
|
1507 |
+
}
|
1508 |
+
|
1509 |
+
.countdown .countdown-section {
|
1510 |
+
display: inline-block;
|
1511 |
+
max-width: 100%;
|
1512 |
+
margin-bottom: 15px;
|
1513 |
+
-js-display: inline-flex;
|
1514 |
+
display: -webkit-inline-box;
|
1515 |
+
display: -webkit-inline-flex;
|
1516 |
+
display: -moz-inline-box;
|
1517 |
+
display: -ms-inline-flexbox;
|
1518 |
+
display: inline-flex;
|
1519 |
+
-webkit-box-align: center;
|
1520 |
+
-webkit-align-items: center;
|
1521 |
+
-moz-box-align: center;
|
1522 |
+
-ms-flex-align: center;
|
1523 |
+
align-items: center;
|
1524 |
+
}
|
1525 |
+
|
1526 |
+
.countdown .countdown-section:last-child {
|
1527 |
+
margin-left: 0;
|
1528 |
+
}
|
1529 |
+
|
1530 |
+
.countdown span.countdown-amount {
|
1531 |
+
font-size: 70px;
|
1532 |
+
line-height: 1;
|
1533 |
+
padding: 40px;
|
1534 |
+
}
|
1535 |
+
|
1536 |
+
.countdown .pre_time-mid {
|
1537 |
+
display: block;
|
1538 |
+
}
|
1539 |
+
|
1540 |
+
.premium-countdown-separator-yes .countdown_separator {
|
1541 |
+
display: block;
|
1542 |
+
margin: 0 50px;
|
1543 |
+
font-size: 30px;
|
1544 |
+
}
|
1545 |
+
|
1546 |
+
.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
|
1547 |
+
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
|
1548 |
+
display: none;
|
1549 |
+
}
|
1550 |
+
|
1551 |
+
/**
|
1552 |
+
* Digit and unit styles
|
1553 |
+
*/
|
1554 |
+
.side .countdown-section .countdown-period {
|
1555 |
+
vertical-align: bottom;
|
1556 |
+
}
|
1557 |
+
|
1558 |
+
.countdown .countdown-section .countdown-period {
|
1559 |
+
font-size: 17px;
|
1560 |
+
line-height: 3em;
|
1561 |
+
}
|
1562 |
+
|
1563 |
+
.side .countdown-section .countdown-amount,
|
1564 |
+
.side .countdown-section .countdown-period {
|
1565 |
+
display: inline-block;
|
1566 |
+
}
|
1567 |
+
|
1568 |
+
.side .countdown-section .countdown-amount {
|
1569 |
+
margin-left: 5px;
|
1570 |
+
}
|
1571 |
+
|
1572 |
+
.down .countdown-section .countdown-amount,
|
1573 |
+
.down .countdown-section .countdown-period {
|
1574 |
+
display: block;
|
1575 |
+
}
|
1576 |
+
|
1577 |
+
/**
|
1578 |
+
* Flip Layout
|
1579 |
+
*/
|
1580 |
+
.premium-countdown-flip .premium-countdown-block {
|
1581 |
+
text-align: center;
|
1582 |
+
-js-display: inline-flex;
|
1583 |
+
display: -webkit-inline-box;
|
1584 |
+
display: -webkit-inline-flex;
|
1585 |
+
display: -moz-inline-box;
|
1586 |
+
display: -ms-inline-flexbox;
|
1587 |
+
display: inline-flex;
|
1588 |
+
-webkit-box-align: center;
|
1589 |
+
-webkit-align-items: center;
|
1590 |
+
-moz-box-align: center;
|
1591 |
+
-ms-flex-align: center;
|
1592 |
+
align-items: center;
|
1593 |
+
}
|
1594 |
+
|
1595 |
+
.premium-countdown-flip .premium-countdown-block:last-child {
|
1596 |
+
margin-left: 0;
|
1597 |
+
}
|
1598 |
+
|
1599 |
+
.premium-countdown-flip .premium-countdown-label {
|
1600 |
+
overflow: hidden;
|
1601 |
+
color: #1a1a1a;
|
1602 |
+
text-transform: uppercase;
|
1603 |
+
}
|
1604 |
+
|
1605 |
+
.premium-countdown-flip .premium-countdown-figure {
|
1606 |
+
position: relative;
|
1607 |
+
height: 110px;
|
1608 |
+
width: 100px;
|
1609 |
+
line-height: 107px;
|
1610 |
+
background-color: #fff;
|
1611 |
+
-webkit-border-radius: 10px;
|
1612 |
+
border-radius: 10px;
|
1613 |
+
-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1614 |
+
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset -2px 4px 0 0 rgba(255, 255, 255, 0.08);
|
1615 |
+
}
|
1616 |
+
|
1617 |
+
.premium-countdown-flip .premium-countdown-figure:last-child {
|
1618 |
+
margin-left: 0;
|
1619 |
+
}
|
1620 |
+
|
1621 |
+
.premium-countdown-flip .premium-countdown-figure>span {
|
1622 |
+
position: absolute;
|
1623 |
+
right: 0;
|
1624 |
+
left: 0;
|
1625 |
+
margin: auto;
|
1626 |
+
font-weight: 700;
|
1627 |
+
}
|
1628 |
+
|
1629 |
+
.premium-countdown-flip .premium-countdown-figure .top {
|
1630 |
+
z-index: 3;
|
1631 |
+
-webkit-transform-origin: 50% 100%;
|
1632 |
+
-ms-transform-origin: 50% 100%;
|
1633 |
+
transform-origin: 50% 100%;
|
1634 |
+
-webkit-transform: perspective(200px);
|
1635 |
+
transform: perspective(200px);
|
1636 |
+
-webkit-backface-visibility: hidden;
|
1637 |
+
backface-visibility: hidden;
|
1638 |
+
}
|
1639 |
+
|
1640 |
+
.premium-countdown-flip .premium-countdown-figure .bottom {
|
1641 |
+
z-index: 1;
|
1642 |
+
}
|
1643 |
+
|
1644 |
+
.premium-countdown-flip .premium-countdown-figure .bottom::before {
|
1645 |
+
content: "";
|
1646 |
+
position: absolute;
|
1647 |
+
display: block;
|
1648 |
+
top: 0;
|
1649 |
+
right: 0;
|
1650 |
+
width: 100%;
|
1651 |
+
height: 50%;
|
1652 |
+
background-color: rgba(0, 0, 0, 0.02);
|
1653 |
+
}
|
1654 |
+
|
1655 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1656 |
+
-webkit-backface-visibility: hidden;
|
1657 |
+
backface-visibility: hidden;
|
1658 |
+
z-index: 4;
|
1659 |
+
bottom: 0;
|
1660 |
+
-webkit-transform-origin: 50% 0;
|
1661 |
+
-ms-transform-origin: 50% 0;
|
1662 |
+
transform-origin: 50% 0;
|
1663 |
+
-webkit-transform: perspective(200px) rotateX(180deg);
|
1664 |
+
transform: perspective(200px) rotateX(180deg);
|
1665 |
+
}
|
1666 |
+
|
1667 |
+
.premium-countdown-flip .premium-countdown-figure .top-back span {
|
1668 |
+
position: absolute;
|
1669 |
+
top: -100%;
|
1670 |
+
right: 0;
|
1671 |
+
left: 0;
|
1672 |
+
margin: auto;
|
1673 |
+
}
|
1674 |
+
|
1675 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back {
|
1676 |
+
z-index: 2;
|
1677 |
+
top: 0;
|
1678 |
+
}
|
1679 |
+
|
1680 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back span {
|
1681 |
+
position: absolute;
|
1682 |
+
top: 0;
|
1683 |
+
right: 0;
|
1684 |
+
left: 0;
|
1685 |
+
margin: auto;
|
1686 |
+
}
|
1687 |
+
|
1688 |
+
.premium-countdown-flip .premium-countdown-figure .top,
|
1689 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back,
|
1690 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1691 |
+
height: 50%;
|
1692 |
+
overflow: hidden;
|
1693 |
+
background-color: #f7f7f7;
|
1694 |
+
-webkit-border-top-right-radius: 10px;
|
1695 |
+
border-top-right-radius: 10px;
|
1696 |
+
-webkit-border-top-left-radius: 10px;
|
1697 |
+
border-top-left-radius: 10px;
|
1698 |
+
}
|
1699 |
+
|
1700 |
+
.premium-countdown-flip .premium-countdown-figure .top-back {
|
1701 |
+
-webkit-border-bottom-right-radius: 10px;
|
1702 |
+
border-bottom-right-radius: 10px;
|
1703 |
+
-webkit-border-bottom-left-radius: 10px;
|
1704 |
+
border-bottom-left-radius: 10px;
|
1705 |
+
}
|
1706 |
+
|
1707 |
+
.premium-countdown-flip .premium-countdown-figure .top::after,
|
1708 |
+
.premium-countdown-flip .premium-countdown-figure .bottom-back::after {
|
1709 |
+
content: "";
|
1710 |
+
position: absolute;
|
1711 |
+
z-index: -1;
|
1712 |
+
right: 0;
|
1713 |
+
bottom: 0;
|
1714 |
+
width: 100%;
|
1715 |
+
height: 100%;
|
1716 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
1717 |
+
}
|
1718 |
+
|
1719 |
+
.side .premium-countdown-figure,
|
1720 |
+
.side .premium-countdown-label {
|
1721 |
+
display: inline-block;
|
1722 |
+
}
|
1723 |
+
|
1724 |
+
.side .premium-countdown-figure {
|
1725 |
+
margin-left: 5px;
|
1726 |
+
}
|
1727 |
+
|
1728 |
+
.down .premium-countdown-figure,
|
1729 |
+
.down .premium-countdown-label {
|
1730 |
+
display: block;
|
1731 |
+
}
|
1732 |
+
|
1733 |
+
.down .premium-countdown-label {
|
1734 |
+
width: 100%;
|
1735 |
+
}
|
1736 |
+
|
1737 |
+
/**************** Premium Carousel **************/
|
1738 |
+
/************************************************/
|
1739 |
+
.premium-carousel-wrapper a.carousel-arrow,
|
1740 |
+
.premium-carousel-wrapper a.ver-carousel-arrow,
|
1741 |
+
.premium-fb-rev-container a.carousel-arrow,
|
1742 |
+
.premium-tabs-nav-list a.carousel-arrow,
|
1743 |
+
.premium-blog-wrap a.carousel-arrow,
|
1744 |
+
.premium-hscroll-wrap a.carousel-arrow,
|
1745 |
+
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1746 |
+
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1747 |
+
.premium-instafeed-container a.carousel-arrow,
|
1748 |
+
.premium-persons-container a.carousel-arrow {
|
1749 |
+
display: -ms-flexbox;
|
1750 |
+
display: -webkit-flex;
|
1751 |
+
display: -moz-flex;
|
1752 |
+
display: -ms-flex;
|
1753 |
+
-js-display: flex;
|
1754 |
+
display: -webkit-box;
|
1755 |
+
display: -moz-box;
|
1756 |
+
display: flex;
|
1757 |
+
-webkit-box-align: center;
|
1758 |
+
-webkit-align-items: center;
|
1759 |
+
-moz-box-align: center;
|
1760 |
+
-ms-flex-align: center;
|
1761 |
+
align-items: center;
|
1762 |
+
-webkit-box-pack: center;
|
1763 |
+
-webkit-justify-content: center;
|
1764 |
+
-moz-box-pack: center;
|
1765 |
+
-ms-flex-pack: center;
|
1766 |
+
justify-content: center;
|
1767 |
+
width: 2em;
|
1768 |
+
height: 2em;
|
1769 |
+
line-height: 0;
|
1770 |
+
text-align: center;
|
1771 |
+
position: absolute;
|
1772 |
+
z-index: 99;
|
1773 |
+
cursor: pointer;
|
1774 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1775 |
+
transition: all 0.3s ease-in-out;
|
1776 |
+
-webkit-appearance: inherit;
|
1777 |
+
border: none;
|
1778 |
+
-webkit-box-shadow: none;
|
1779 |
+
box-shadow: none;
|
1780 |
+
}
|
1781 |
+
|
1782 |
+
.premium-carousel-wrapper a.carousel-arrow svg,
|
1783 |
+
.premium-carousel-wrapper a.ver-carousel-arrow svg {
|
1784 |
+
-webkit-transition: all 0.3s ease-in-out;
|
1785 |
+
transition: all 0.3s ease-in-out;
|
1786 |
+
}
|
1787 |
+
|
1788 |
+
div[class^="premium-"] .slick-arrow i {
|
1789 |
+
display: block;
|
1790 |
+
}
|
1791 |
+
|
1792 |
+
.ver-carousel-arrow.carousel-next i {
|
1793 |
+
margin-bottom: -3px;
|
1794 |
+
}
|
1795 |
+
|
1796 |
+
.premium-carousel-wrapper a.slick-arrow:hover {
|
1797 |
+
-webkit-box-shadow: none !important;
|
1798 |
+
box-shadow: none !important;
|
1799 |
+
}
|
1800 |
+
|
1801 |
+
.premium-carousel-wrapper .premium-carousel-content-hidden {
|
1802 |
+
visibility: hidden;
|
1803 |
+
}
|
1804 |
+
|
1805 |
+
.premium-carousel-wrapper a.carousel-arrow,
|
1806 |
+
.premium-fb-rev-container a.carousel-arrow,
|
1807 |
+
.premium-tabs-nav-list a.carousel-arrow,
|
1808 |
+
.premium-blog-wrap a.carousel-arrow,
|
1809 |
+
.premium-hscroll-wrap a.carousel-arrow,
|
1810 |
+
.premium-twitter-feed-wrapper a.carousel-arrow,
|
1811 |
+
.premium-facebook-feed-wrapper a.carousel-arrow,
|
1812 |
+
.premium-instafeed-container a.carousel-arrow,
|
1813 |
+
.premium-persons-container a.carousel-arrow {
|
1814 |
+
top: 50%;
|
1815 |
+
-webkit-transform: translateY(-50%);
|
1816 |
+
-ms-transform: translateY(-50%);
|
1817 |
+
transform: translateY(-50%);
|
1818 |
+
}
|
1819 |
+
|
1820 |
+
.premium-carousel-wrapper a.ver-carousel-arrow {
|
1821 |
+
right: 50%;
|
1822 |
+
-webkit-transform: translateX(50%);
|
1823 |
+
-ms-transform: translateX(50%);
|
1824 |
+
transform: translateX(50%);
|
1825 |
+
}
|
1826 |
+
|
1827 |
+
a.carousel-arrow.carousel-next {
|
1828 |
+
right: -20px;
|
1829 |
+
}
|
1830 |
+
|
1831 |
+
a.carousel-arrow.carousel-prev {
|
1832 |
+
left: -20px;
|
1833 |
+
}
|
1834 |
+
|
1835 |
+
a.ver-carousel-arrow.carousel-next {
|
1836 |
+
bottom: -56px;
|
1837 |
+
}
|
1838 |
+
|
1839 |
+
a.ver-carousel-arrow.carousel-prev {
|
1840 |
+
top: -45px;
|
1841 |
+
}
|
1842 |
+
|
1843 |
+
a.circle-bg {
|
1844 |
+
-webkit-border-radius: 100%;
|
1845 |
+
border-radius: 100%;
|
1846 |
+
}
|
1847 |
+
|
1848 |
+
a.circle-border {
|
1849 |
+
-webkit-border-radius: 100%;
|
1850 |
+
border-radius: 100%;
|
1851 |
+
border: solid black;
|
1852 |
+
}
|
1853 |
+
|
1854 |
+
a.square-border {
|
1855 |
+
border: solid black;
|
1856 |
+
}
|
1857 |
+
|
1858 |
+
.premium-carousel-dots-below,
|
1859 |
+
.premium-blog-wrap ul.slick-dots,
|
1860 |
+
.premium-fb-rev-reviews ul.slick-dots {
|
1861 |
+
position: relative;
|
1862 |
+
bottom: 0;
|
1863 |
+
list-style: none;
|
1864 |
+
text-align: center;
|
1865 |
+
margin: 0;
|
1866 |
+
padding: 0;
|
1867 |
+
}
|
1868 |
+
|
1869 |
+
.premium-carousel-dots-above ul.slick-dots {
|
1870 |
+
position: absolute;
|
1871 |
+
display: -ms-flexbox;
|
1872 |
+
display: -webkit-flex;
|
1873 |
+
display: -moz-flex;
|
1874 |
+
display: -ms-flex;
|
1875 |
+
-js-display: flex;
|
1876 |
+
display: -webkit-box;
|
1877 |
+
display: -moz-box;
|
1878 |
+
display: flex;
|
1879 |
+
top: 50%;
|
1880 |
+
-webkit-transform: translateY(-50%);
|
1881 |
+
-ms-transform: translateY(-50%);
|
1882 |
+
transform: translateY(-50%);
|
1883 |
+
-webkit-flex-direction: column;
|
1884 |
+
-webkit-box-orient: vertical;
|
1885 |
+
-webkit-box-direction: normal;
|
1886 |
+
-moz-box-orient: vertical;
|
1887 |
+
-moz-box-direction: normal;
|
1888 |
+
-ms-flex-direction: column;
|
1889 |
+
flex-direction: column;
|
1890 |
+
}
|
1891 |
+
|
1892 |
+
ul.slick-dots li {
|
1893 |
+
font-size: 10px;
|
1894 |
+
display: -webkit-inline-box;
|
1895 |
+
display: -webkit-inline-flex;
|
1896 |
+
display: -ms-inline-flexbox;
|
1897 |
+
-js-display: inline-flex;
|
1898 |
+
display: -moz-inline-box;
|
1899 |
+
display: inline-flex;
|
1900 |
+
-webkit-box-pack: center;
|
1901 |
+
-webkit-justify-content: center;
|
1902 |
+
-moz-box-pack: center;
|
1903 |
+
-ms-flex-pack: center;
|
1904 |
+
justify-content: center;
|
1905 |
+
-webkit-box-align: center;
|
1906 |
+
-webkit-align-items: center;
|
1907 |
+
-moz-box-align: center;
|
1908 |
+
-ms-flex-align: center;
|
1909 |
+
align-items: center;
|
1910 |
+
margin: 5px;
|
1911 |
+
width: 20px;
|
1912 |
+
height: 20px;
|
1913 |
+
cursor: pointer;
|
1914 |
+
}
|
1915 |
+
|
1916 |
+
/*
|
1917 |
+
* Custom Navigation Dot
|
1918 |
+
*/
|
1919 |
+
.premium-carousel-wrapper .premium-carousel-nav-dot,
|
1920 |
+
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
|
1921 |
+
.premium-carousel-wrapper .premium-carousel-nav-arrow-next {
|
1922 |
+
display: none;
|
1923 |
+
}
|
1924 |
+
|
1925 |
+
.premium-carousel-wrapper ul.slick-dots svg {
|
1926 |
+
width: 20px;
|
1927 |
+
height: 20px;
|
1928 |
+
outline: none !important;
|
1929 |
+
}
|
1930 |
+
|
1931 |
+
/* Ripple Out */
|
1932 |
+
@-webkit-keyframes hvr-ripple-out {
|
1933 |
+
0% {
|
1934 |
+
-webkit-transform: scale(1);
|
1935 |
+
transform: scale(1);
|
1936 |
+
opacity: 1;
|
1937 |
+
}
|
1938 |
+
|
1939 |
+
100% {
|
1940 |
+
-webkit-transform: scale(1.5);
|
1941 |
+
transform: scale(1.5);
|
1942 |
+
opacity: 0;
|
1943 |
+
}
|
1944 |
+
}
|
1945 |
+
|
1946 |
+
@keyframes hvr-ripple-out {
|
1947 |
+
0% {
|
1948 |
+
-webkit-transform: scale(1);
|
1949 |
+
transform: scale(1);
|
1950 |
+
opacity: 1;
|
1951 |
+
}
|
1952 |
+
|
1953 |
+
100% {
|
1954 |
+
-webkit-transform: scale(1.5);
|
1955 |
+
transform: scale(1.5);
|
1956 |
+
opacity: 0;
|
1957 |
+
}
|
1958 |
+
}
|
1959 |
+
|
1960 |
+
.premium-carousel-ripple-yes .premium-carousel-wrapper {
|
1961 |
+
padding-bottom: 1px;
|
1962 |
+
}
|
1963 |
+
|
1964 |
+
.premium-carousel-ripple-yes ul.slick-dots li,
|
1965 |
+
.premium-carousel-ripple-yes ul.slick-dots li i {
|
1966 |
+
position: relative;
|
1967 |
+
}
|
1968 |
+
|
1969 |
+
.premium-carousel-ripple-yes ul.slick-dots li i {
|
1970 |
+
z-index: 1;
|
1971 |
+
}
|
1972 |
+
|
1973 |
+
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
|
1974 |
+
content: "";
|
1975 |
+
position: absolute;
|
1976 |
+
-webkit-transform: scale(1);
|
1977 |
+
-ms-transform: scale(1);
|
1978 |
+
transform: scale(1);
|
1979 |
+
top: 0;
|
1980 |
+
left: 0;
|
1981 |
+
bottom: 0;
|
1982 |
+
right: 0;
|
1983 |
+
-webkit-border-radius: 50%;
|
1984 |
+
border-radius: 50%;
|
1985 |
+
pointer-events: none;
|
1986 |
+
background-color: rgba(0, 0, 0, 0.15);
|
1987 |
+
}
|
1988 |
+
|
1989 |
+
.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
|
1990 |
+
background-color: rgba(0, 0, 0, 0.3);
|
1991 |
+
}
|
1992 |
+
|
1993 |
+
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
|
1994 |
+
-webkit-animation: hvr-ripple-out 1.3s infinite;
|
1995 |
+
animation: hvr-ripple-out 1.3s infinite;
|
1996 |
+
}
|
1997 |
+
|
1998 |
+
.premium-carousel-wrapper.premium-carousel-scale .slick-slide {
|
1999 |
+
-webkit-transform: scale(1.25, 1.25);
|
2000 |
+
-ms-transform: scale(1.25, 1.25);
|
2001 |
+
transform: scale(1.25, 1.25);
|
2002 |
+
-webkit-transition: all 0.3s ease-in-out !important;
|
2003 |
+
transition: all 0.3s ease-in-out !important;
|
2004 |
+
}
|
2005 |
+
|
2006 |
+
.premium-carousel-wrapper.premium-carousel-scale div.slick-active {
|
2007 |
+
-webkit-transform: scale(1, 1);
|
2008 |
+
-ms-transform: scale(1, 1);
|
2009 |
+
transform: scale(1, 1);
|
2010 |
+
}
|
2011 |
+
|
2012 |
+
[dir="rtl"] .premium-carousel-inner .slick-slide {
|
2013 |
+
float: right;
|
2014 |
+
}
|
2015 |
+
|
2016 |
+
/**************** Premium Counter ***************/
|
2017 |
+
/************************************************/
|
2018 |
+
.premium-counter-area {
|
2019 |
+
padding: 10px 0;
|
2020 |
+
-js-display: flex;
|
2021 |
+
display: -webkit-box;
|
2022 |
+
display: -webkit-flex;
|
2023 |
+
display: -moz-box;
|
2024 |
+
display: -ms-flexbox;
|
2025 |
+
display: flex;
|
2026 |
+
-webkit-box-pack: center;
|
2027 |
+
-webkit-justify-content: center;
|
2028 |
+
-moz-box-pack: center;
|
2029 |
+
-ms-flex-pack: center;
|
2030 |
+
justify-content: center;
|
2031 |
+
-webkit-box-align: center;
|
2032 |
+
-webkit-align-items: center;
|
2033 |
+
-moz-box-align: center;
|
2034 |
+
-ms-flex-align: center;
|
2035 |
+
align-items: center;
|
2036 |
+
}
|
2037 |
+
|
2038 |
+
.premium-counter-area.top {
|
2039 |
+
-webkit-box-orient: vertical;
|
2040 |
+
-webkit-box-direction: normal;
|
2041 |
+
-webkit-flex-direction: column;
|
2042 |
+
-moz-box-orient: vertical;
|
2043 |
+
-moz-box-direction: normal;
|
2044 |
+
-ms-flex-direction: column;
|
2045 |
+
flex-direction: column;
|
2046 |
+
}
|
2047 |
+
|
2048 |
+
.premium-counter-area.right {
|
2049 |
+
-webkit-box-orient: horizontal;
|
2050 |
+
-webkit-box-direction: reverse;
|
2051 |
+
-webkit-flex-direction: row-reverse;
|
2052 |
+
-moz-box-orient: horizontal;
|
2053 |
+
-moz-box-direction: reverse;
|
2054 |
+
-ms-flex-direction: row-reverse;
|
2055 |
+
flex-direction: row-reverse;
|
2056 |
+
}
|
2057 |
+
|
2058 |
+
.premium-counter-area.right .premium-counter-icon {
|
2059 |
+
padding-right: 20px;
|
2060 |
+
}
|
2061 |
+
|
2062 |
+
.premium-counter-area.left .premium-counter-icon {
|
2063 |
+
padding-left: 20px;
|
2064 |
+
}
|
2065 |
+
|
2066 |
+
.premium-counter-area .premium-counter-icon .icon i.fa:before {
|
2067 |
+
vertical-align: text-top;
|
2068 |
+
}
|
2069 |
+
|
2070 |
+
.premium-counter-area .premium-counter-icon span.icon {
|
2071 |
+
text-align: center;
|
2072 |
+
display: inline-block;
|
2073 |
+
vertical-align: middle;
|
2074 |
+
}
|
2075 |
+
|
2076 |
+
.premium-counter-area .premium-counter-icon .circle {
|
2077 |
+
-webkit-border-radius: 100%;
|
2078 |
+
border-radius: 100%;
|
2079 |
+
}
|
2080 |
+
|
2081 |
+
.premium-counter-area .premium-counter-icon img,
|
2082 |
+
.premium-counter-area .premium-counter-icon svg {
|
2083 |
+
width: 80px;
|
2084 |
+
}
|
2085 |
+
|
2086 |
+
.premium-counter-area .premium-counter-icon .premium-counter-animation svg {
|
2087 |
+
height: 80px;
|
2088 |
+
}
|
2089 |
+
|
2090 |
+
.premium-counter-area .premium-counter-title {
|
2091 |
+
padding: 0;
|
2092 |
+
margin: 0;
|
2093 |
+
}
|
2094 |
+
|
2095 |
+
.premium-counter-area .premium-counter-value-wrap {
|
2096 |
+
-js-display: flex;
|
2097 |
+
display: -webkit-box;
|
2098 |
+
display: -webkit-flex;
|
2099 |
+
display: -moz-box;
|
2100 |
+
display: -ms-flexbox;
|
2101 |
+
display: flex;
|
2102 |
+
-webkit-box-align: center;
|
2103 |
+
-webkit-align-items: center;
|
2104 |
+
-moz-box-align: center;
|
2105 |
+
-ms-flex-align: center;
|
2106 |
+
align-items: center;
|
2107 |
+
}
|
2108 |
+
|
2109 |
+
.premium-init-wrapper.right {
|
2110 |
+
text-align: left;
|
2111 |
+
}
|
2112 |
+
|
2113 |
+
/* * Custom image and simple styles image fix */
|
2114 |
+
span.icon.flex-width {
|
2115 |
+
width: auto !important;
|
2116 |
+
height: auto !important;
|
2117 |
+
}
|
2118 |
+
|
2119 |
+
.premium-counter-area .premium-counter-init {
|
2120 |
+
font-size: 35px;
|
2121 |
+
}
|
2122 |
+
|
2123 |
+
/**************** Premium Image Separator ****************/
|
2124 |
+
/*********************************************************/
|
2125 |
+
/*Image Separator Container Style*/
|
2126 |
+
.premium-image-separator-container {
|
2127 |
+
position: absolute;
|
2128 |
+
width: 100%;
|
2129 |
+
z-index: 2;
|
2130 |
+
top: auto;
|
2131 |
+
}
|
2132 |
+
|
2133 |
+
.premium-image-separator-container img {
|
2134 |
+
display: inline-block !important;
|
2135 |
+
-webkit-mask-repeat: no-repeat;
|
2136 |
+
mask-repeat: no-repeat;
|
2137 |
+
-webkit-mask-position: center;
|
2138 |
+
mask-position: center;
|
2139 |
+
}
|
2140 |
+
|
2141 |
+
/*Link on Image Style*/
|
2142 |
+
.premium-image-separator-link {
|
2143 |
+
position: absolute;
|
2144 |
+
z-index: 9999;
|
2145 |
+
top: 0;
|
2146 |
+
right: 0;
|
2147 |
+
width: 100%;
|
2148 |
+
height: 100%;
|
2149 |
+
text-decoration: none;
|
2150 |
+
}
|
2151 |
+
|
2152 |
+
/*Important to override Theme options*/
|
2153 |
+
a.premium-image-separator-link:hover,
|
2154 |
+
a.premium-image-separator-link:visited,
|
2155 |
+
a.premium-image-separator-link:focus,
|
2156 |
+
a.premium-image-separator-link:active {
|
2157 |
+
-webkit-box-shadow: none !important;
|
2158 |
+
box-shadow: none !important;
|
2159 |
+
outline: none !important;
|
2160 |
+
border: none !important;
|
2161 |
+
text-decoration: none !important;
|
2162 |
+
}
|
2163 |
+
|
2164 |
+
.premium-image-separator-container .img-responsive {
|
2165 |
+
display: inline-block;
|
2166 |
+
}
|
2167 |
+
|
2168 |
+
.premium-image-separator-container i,
|
2169 |
+
.premium-image-separator-container>svg {
|
2170 |
+
padding: 20px;
|
2171 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2172 |
+
transition: all 0.3s ease-in-out;
|
2173 |
+
}
|
2174 |
+
|
2175 |
+
/**************** Premium Modal Box ****************/
|
2176 |
+
/***************************************************/
|
2177 |
+
.premium-modal-trigger-btn,
|
2178 |
+
.premium-modal-box-modal-lower-close {
|
2179 |
+
display: inline-block;
|
2180 |
+
padding: 6px 12px;
|
2181 |
+
margin-bottom: 0;
|
2182 |
+
font-size: 14px;
|
2183 |
+
font-weight: normal;
|
2184 |
+
line-height: 1.42857143;
|
2185 |
+
text-align: center;
|
2186 |
+
white-space: nowrap;
|
2187 |
+
vertical-align: middle;
|
2188 |
+
-ms-touch-action: manipulation;
|
2189 |
+
touch-action: manipulation;
|
2190 |
+
cursor: pointer;
|
2191 |
+
-webkit-user-select: none;
|
2192 |
+
-moz-user-select: none;
|
2193 |
+
-ms-user-select: none;
|
2194 |
+
user-select: none;
|
2195 |
+
background-image: none;
|
2196 |
+
border: 1px solid transparent;
|
2197 |
+
}
|
2198 |
+
|
2199 |
+
.premium-modal-trigger-btn>svg,
|
2200 |
+
.premium-modal-trigger-btn .premium-modal-box-icon {
|
2201 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2202 |
+
transition: all 0.3s ease-in-out;
|
2203 |
+
}
|
2204 |
+
|
2205 |
+
.premium-modal-trigger-btn>svg {
|
2206 |
+
width: 30px;
|
2207 |
+
height: 30px;
|
2208 |
+
}
|
2209 |
+
|
2210 |
+
.premium-modal-box-modal-close {
|
2211 |
+
float: left;
|
2212 |
+
font-size: 21px;
|
2213 |
+
font-weight: bold;
|
2214 |
+
line-height: 1;
|
2215 |
+
color: #000;
|
2216 |
+
}
|
2217 |
+
|
2218 |
+
.premium-modal-box-modal-close:hover,
|
2219 |
+
.premium-modal-box-modal-close:focus {
|
2220 |
+
color: #000;
|
2221 |
+
text-decoration: none;
|
2222 |
+
cursor: pointer;
|
2223 |
+
}
|
2224 |
+
|
2225 |
+
button.premium-modal-box-modal-close {
|
2226 |
+
-webkit-appearance: none;
|
2227 |
+
padding: 0;
|
2228 |
+
cursor: pointer;
|
2229 |
+
background: transparent;
|
2230 |
+
border: 0;
|
2231 |
+
}
|
2232 |
+
|
2233 |
+
.premium-modal-box-modal {
|
2234 |
+
position: fixed;
|
2235 |
+
top: 0;
|
2236 |
+
left: 0;
|
2237 |
+
bottom: 0;
|
2238 |
+
right: 0;
|
2239 |
+
z-index: 1050;
|
2240 |
+
display: none;
|
2241 |
+
-webkit-overflow-scrolling: touch;
|
2242 |
+
outline: 0;
|
2243 |
+
padding: 0 !important;
|
2244 |
+
background: rgba(0, 0, 0, 0.5);
|
2245 |
+
-webkit-box-align: center;
|
2246 |
+
-webkit-align-items: center;
|
2247 |
+
-moz-box-align: center;
|
2248 |
+
-ms-flex-align: center;
|
2249 |
+
align-items: center;
|
2250 |
+
-webkit-box-pack: center;
|
2251 |
+
-webkit-justify-content: center;
|
2252 |
+
-moz-box-pack: center;
|
2253 |
+
-ms-flex-pack: center;
|
2254 |
+
justify-content: center;
|
2255 |
+
}
|
2256 |
+
|
2257 |
+
.premium-modal-box-modal .premium-modal-box-modal-dialog {
|
2258 |
+
position: absolute;
|
2259 |
+
max-height: -webkit-calc(100vh - 150px);
|
2260 |
+
max-height: calc(100vh - 150px);
|
2261 |
+
-js-display: flex;
|
2262 |
+
display: -webkit-box;
|
2263 |
+
display: -webkit-flex;
|
2264 |
+
display: -moz-box;
|
2265 |
+
display: -ms-flexbox;
|
2266 |
+
display: flex;
|
2267 |
+
-webkit-box-orient: vertical;
|
2268 |
+
-webkit-box-direction: normal;
|
2269 |
+
-webkit-flex-direction: column;
|
2270 |
+
-moz-box-orient: vertical;
|
2271 |
+
-moz-box-direction: normal;
|
2272 |
+
-ms-flex-direction: column;
|
2273 |
+
flex-direction: column;
|
2274 |
+
opacity: 0;
|
2275 |
+
}
|
2276 |
+
|
2277 |
+
.premium-modal-box-modal-content {
|
2278 |
+
background-color: #fff;
|
2279 |
+
-webkit-background-clip: padding-box;
|
2280 |
+
background-clip: padding-box;
|
2281 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
2282 |
+
-webkit-border-radius: 6px;
|
2283 |
+
border-radius: 6px;
|
2284 |
+
outline: 0;
|
2285 |
+
overflow-x: hidden;
|
2286 |
+
}
|
2287 |
+
|
2288 |
+
.premium-modal-backdrop.premium-in {
|
2289 |
+
filter: alpha(opacity=50);
|
2290 |
+
opacity: 0.5 !important;
|
2291 |
+
}
|
2292 |
+
|
2293 |
+
.premium-modal-fade.premium-in {
|
2294 |
+
opacity: 1;
|
2295 |
+
}
|
2296 |
+
|
2297 |
+
.premium-modal-backdrop {
|
2298 |
+
position: fixed;
|
2299 |
+
top: 0;
|
2300 |
+
left: 0;
|
2301 |
+
bottom: 0;
|
2302 |
+
right: 0;
|
2303 |
+
z-index: 1040;
|
2304 |
+
background-color: #000;
|
2305 |
+
}
|
2306 |
+
|
2307 |
+
.premium-modal-backdrop.premium-modal-fade {
|
2308 |
+
filter: alpha(opacity=0);
|
2309 |
+
opacity: 0;
|
2310 |
+
}
|
2311 |
+
|
2312 |
+
.premium-modal-fade {
|
2313 |
+
opacity: 0;
|
2314 |
+
}
|
2315 |
+
|
2316 |
+
.premium-in {
|
2317 |
+
-js-display: flex !important;
|
2318 |
+
display: -webkit-box !important;
|
2319 |
+
display: -webkit-flex !important;
|
2320 |
+
display: -moz-box !important;
|
2321 |
+
display: -ms-flexbox !important;
|
2322 |
+
display: flex !important;
|
2323 |
+
}
|
2324 |
+
|
2325 |
+
.premium-modal-box-modal-header {
|
2326 |
+
-js-display: flex;
|
2327 |
+
display: -webkit-box;
|
2328 |
+
display: -webkit-flex;
|
2329 |
+
display: -moz-box;
|
2330 |
+
display: -ms-flexbox;
|
2331 |
+
display: flex;
|
2332 |
+
-webkit-box-pack: justify;
|
2333 |
+
-webkit-justify-content: space-between;
|
2334 |
+
-moz-box-pack: justify;
|
2335 |
+
-ms-flex-pack: justify;
|
2336 |
+
justify-content: space-between;
|
2337 |
+
-webkit-box-align: center;
|
2338 |
+
-webkit-align-items: center;
|
2339 |
+
-moz-box-align: center;
|
2340 |
+
-ms-flex-align: center;
|
2341 |
+
align-items: center;
|
2342 |
+
padding: 5px 15px;
|
2343 |
+
border-bottom: 1px solid #e5e5e5;
|
2344 |
+
}
|
2345 |
+
|
2346 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-close {
|
2347 |
+
margin-top: -2px;
|
2348 |
+
}
|
2349 |
+
|
2350 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-title {
|
2351 |
+
-js-display: flex;
|
2352 |
+
display: -webkit-box;
|
2353 |
+
display: -webkit-flex;
|
2354 |
+
display: -moz-box;
|
2355 |
+
display: -ms-flexbox;
|
2356 |
+
display: flex;
|
2357 |
+
-webkit-box-align: center;
|
2358 |
+
-webkit-align-items: center;
|
2359 |
+
-moz-box-align: center;
|
2360 |
+
-ms-flex-align: center;
|
2361 |
+
align-items: center;
|
2362 |
+
margin: 0;
|
2363 |
+
padding: 0;
|
2364 |
+
}
|
2365 |
+
|
2366 |
+
.premium-modal-box-modal-header .premium-modal-box-modal-title svg {
|
2367 |
+
width: 50px;
|
2368 |
+
height: 60px;
|
2369 |
+
}
|
2370 |
+
|
2371 |
+
.premium-modal-box-modal-body {
|
2372 |
+
position: relative;
|
2373 |
+
padding: 15px;
|
2374 |
+
overflow: hidden;
|
2375 |
+
}
|
2376 |
+
|
2377 |
+
.premium-modal-box-modal-footer {
|
2378 |
+
padding: 15px;
|
2379 |
+
text-align: left;
|
2380 |
+
border-top: 1px solid #e5e5e5;
|
2381 |
+
}
|
2382 |
+
|
2383 |
+
.premium-modal-scrollbar-measure {
|
2384 |
+
position: absolute;
|
2385 |
+
top: -9999px;
|
2386 |
+
width: 50px;
|
2387 |
+
height: 50px;
|
2388 |
+
overflow: scroll;
|
2389 |
+
}
|
2390 |
+
|
2391 |
+
.premium-modal-trigger-text {
|
2392 |
+
background: none !important;
|
2393 |
+
display: inline-block;
|
2394 |
+
}
|
2395 |
+
|
2396 |
+
.premium-modal-box-container {
|
2397 |
+
width: 100% !important;
|
2398 |
+
}
|
2399 |
+
|
2400 |
+
/*Open Modal Button Style*/
|
2401 |
+
.premium-modal-trigger-container .premium-modal-trigger-btn {
|
2402 |
+
-js-display: inline-flex;
|
2403 |
+
display: -webkit-inline-box;
|
2404 |
+
display: -webkit-inline-flex;
|
2405 |
+
display: -moz-inline-box;
|
2406 |
+
display: -ms-inline-flexbox;
|
2407 |
+
display: inline-flex;
|
2408 |
+
-webkit-box-align: center;
|
2409 |
+
-webkit-align-items: center;
|
2410 |
+
-moz-box-align: center;
|
2411 |
+
-ms-flex-align: center;
|
2412 |
+
align-items: center;
|
2413 |
+
border: none;
|
2414 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2415 |
+
transition: all 0.3s ease-in-out;
|
2416 |
+
}
|
2417 |
+
|
2418 |
+
.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
|
2419 |
+
-webkit-box-pack: center;
|
2420 |
+
-webkit-justify-content: center;
|
2421 |
+
-moz-box-pack: center;
|
2422 |
+
-ms-flex-pack: center;
|
2423 |
+
justify-content: center;
|
2424 |
+
}
|
2425 |
+
|
2426 |
+
.premium-modal-trigger-container .premium-modal-trigger-img,
|
2427 |
+
.premium-modal-trigger-container .premium-modal-trigger-text,
|
2428 |
+
.premium-modal-trigger-container .premium-modal-trigger-animation {
|
2429 |
+
cursor: pointer;
|
2430 |
+
}
|
2431 |
+
|
2432 |
+
.premium-modal-trigger-container .premium-modal-trigger-animation {
|
2433 |
+
display: inline-block;
|
2434 |
+
width: 200px;
|
2435 |
+
height: 200px;
|
2436 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2437 |
+
transition: all 0.3s ease-in-out;
|
2438 |
+
}
|
2439 |
+
|
2440 |
+
/*Image on Modal Header Style*/
|
2441 |
+
.premium-modal-box-modal-header img {
|
2442 |
+
width: 48px;
|
2443 |
+
padding-left: 5px;
|
2444 |
+
}
|
2445 |
+
|
2446 |
+
.premium-modal-box-modal-header i,
|
2447 |
+
.premium-modal-box-modal-header svg {
|
2448 |
+
padding-left: 6px;
|
2449 |
+
}
|
2450 |
+
|
2451 |
+
.premium-modal-box-modal-close {
|
2452 |
+
position: relative;
|
2453 |
+
z-index: 99;
|
2454 |
+
}
|
2455 |
+
|
2456 |
+
.premium-modal-trigger-img,
|
2457 |
+
.premium-modal-trigger-text,
|
2458 |
+
.premium-modal-box-close-button-container,
|
2459 |
+
.premium-modal-box-modal-close,
|
2460 |
+
.premium-modal-box-modal-lower-close {
|
2461 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2462 |
+
transition: all 0.3s ease-in-out;
|
2463 |
+
}
|
2464 |
+
|
2465 |
+
@media (min-width: 768px) {
|
2466 |
+
.premium-modal-box-modal-dialog {
|
2467 |
+
width: 700px;
|
2468 |
+
max-height: 600px;
|
2469 |
+
overflow: auto;
|
2470 |
+
}
|
2471 |
+
}
|
2472 |
+
|
2473 |
+
@media (max-width: 767px) {
|
2474 |
+
.premium-modal-box-modal-dialog {
|
2475 |
+
width: 100%;
|
2476 |
+
max-height: 500px;
|
2477 |
+
overflow: auto;
|
2478 |
+
}
|
2479 |
+
}
|
2480 |
+
|
2481 |
+
.premium-modal-box-container[data-modal-animation*="animated-"] {
|
2482 |
+
opacity: 0;
|
2483 |
+
}
|
2484 |
+
|
2485 |
+
/**************** Premium Progress Bar ****************/
|
2486 |
+
/******************************************************/
|
2487 |
+
.premium-progressbar-container {
|
2488 |
+
position: relative;
|
2489 |
+
}
|
2490 |
+
|
2491 |
+
.premium-progressbar-bar-wrap {
|
2492 |
+
position: relative;
|
2493 |
+
text-align: right;
|
2494 |
+
overflow: hidden;
|
2495 |
+
height: 25px;
|
2496 |
+
margin-bottom: 50px;
|
2497 |
+
background-color: #f5f5f5;
|
2498 |
+
-webkit-border-radius: 4px;
|
2499 |
+
border-radius: 4px;
|
2500 |
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
2501 |
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
2502 |
+
}
|
2503 |
+
|
2504 |
+
.premium-progressbar-bar-wrap.premium-progressbar-dots {
|
2505 |
+
background-color: transparent;
|
2506 |
+
width: 100%;
|
2507 |
+
-js-display: flex;
|
2508 |
+
display: -webkit-box;
|
2509 |
+
display: -webkit-flex;
|
2510 |
+
display: -moz-box;
|
2511 |
+
display: -ms-flexbox;
|
2512 |
+
display: flex;
|
2513 |
+
height: auto;
|
2514 |
+
-webkit-box-shadow: none;
|
2515 |
+
box-shadow: none;
|
2516 |
+
}
|
2517 |
+
|
2518 |
+
.premium-progressbar-bar-wrap .progress-segment {
|
2519 |
+
position: relative;
|
2520 |
+
width: 25px;
|
2521 |
+
height: 25px;
|
2522 |
+
-webkit-border-radius: 50%;
|
2523 |
+
border-radius: 50%;
|
2524 |
+
overflow: hidden;
|
2525 |
+
background-color: #f5f5f5;
|
2526 |
+
}
|
2527 |
+
|
2528 |
+
.premium-progressbar-bar-wrap .progress-segment.filled {
|
2529 |
+
background: #6ec1e4;
|
2530 |
+
}
|
2531 |
+
|
2532 |
+
.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
|
2533 |
+
margin: 0 4px;
|
2534 |
+
}
|
2535 |
+
|
2536 |
+
.premium-progressbar-bar-wrap .progress-segment:first-child {
|
2537 |
+
margin-left: 4px;
|
2538 |
+
}
|
2539 |
+
|
2540 |
+
.premium-progressbar-bar-wrap .progress-segment:last-child {
|
2541 |
+
margin-right: 4px;
|
2542 |
+
}
|
2543 |
+
|
2544 |
+
.premium-progressbar-bar-wrap .progress-segment .segment-inner {
|
2545 |
+
position: absolute;
|
2546 |
+
top: 0;
|
2547 |
+
right: 0;
|
2548 |
+
height: 100%;
|
2549 |
+
background-color: #6ec1e4;
|
2550 |
+
}
|
2551 |
+
|
2552 |
+
.premium-progressbar-bar {
|
2553 |
+
float: right;
|
2554 |
+
width: 0%;
|
2555 |
+
height: 100%;
|
2556 |
+
font-size: 12px;
|
2557 |
+
line-height: 20px;
|
2558 |
+
background: #6ec1e4;
|
2559 |
+
text-align: center;
|
2560 |
+
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2561 |
+
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
2562 |
+
}
|
2563 |
+
|
2564 |
+
.premium-progressbar-striped .premium-progressbar-bar {
|
2565 |
+
background-image: -webkit-linear-gradient(-135deg,
|
2566 |
+
rgba(255, 255, 255, 0.15) 25%,
|
2567 |
+
transparent 25%,
|
2568 |
+
transparent 50%,
|
2569 |
+
rgba(255, 255, 255, 0.15) 50%,
|
2570 |
+
rgba(255, 255, 255, 0.15) 75%,
|
2571 |
+
transparent 75%,
|
2572 |
+
transparent);
|
2573 |
+
background-image: -webkit-linear-gradient(45deg,
|
2574 |
+
rgba(255, 255, 255, 0.15) 25%,
|
2575 |
+
transparent 25%,
|
2576 |
+
transparent 50%,
|
2577 |
+
rgba(255, 255, 255, 0.15) 50%,
|
2578 |
+
rgba(255, 255, 255, 0.15) 75%,
|
2579 |
+
transparent 75%,
|
2580 |
+
transparent);
|
2581 |
+
background-image: linear-gradient(45deg,
|
2582 |
+
rgba(255, 255, 255, 0.15) 25%,
|
2583 |
+
transparent 25%,
|
2584 |
+
transparent 50%,
|
2585 |
+
rgba(255, 255, 255, 0.15) 50%,
|
2586 |
+
rgba(255, 255, 255, 0.15) 75%,
|
2587 |
+
transparent 75%,
|
2588 |
+
transparent);
|
2589 |
+
-webkit-background-size: 40px 40px;
|
2590 |
+
background-size: 40px 40px;
|
2591 |
+
}
|
2592 |
+
|
2593 |
+
.premium-progressbar-active .premium-progressbar-bar {
|
2594 |
+
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
2595 |
+
animation: progress-bar-stripes 2s linear infinite;
|
2596 |
+
}
|
2597 |
+
|
2598 |
+
.premium-progressbar-gradient .premium-progressbar-bar {
|
2599 |
+
-webkit-background-size: 400% 400% !important;
|
2600 |
+
background-size: 400% 400% !important;
|
2601 |
+
-webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
|
2602 |
+
animation: progress-bar-gradient 10s ease-in-out infinite;
|
2603 |
+
}
|
2604 |
+
|
2605 |
+
.premium-progressbar-bar {
|
2606 |
+
position: absolute;
|
2607 |
+
overflow: hidden;
|
2608 |
+
line-height: 20px;
|
2609 |
+
}
|
2610 |
+
|
2611 |
+
.premium-progressbar-container .clearfix {
|
2612 |
+
clear: both;
|
2613 |
+
}
|
2614 |
+
|
2615 |
+
.premium-progressbar-bar {
|
2616 |
+
-webkit-transition: width 0s ease-in-out !important;
|
2617 |
+
transition: width 0s ease-in-out !important;
|
2618 |
+
}
|
2619 |
+
|
2620 |
+
.premium-progressbar-container p:first-of-type {
|
2621 |
+
margin: 0;
|
2622 |
+
float: right;
|
2623 |
+
}
|
2624 |
+
|
2625 |
+
.premium-progressbar-container p:nth-of-type(2) {
|
2626 |
+
margin: 0;
|
2627 |
+
float: left;
|
2628 |
+
}
|
2629 |
+
|
2630 |
+
.premium-progressbar-name {
|
2631 |
+
right: 50%;
|
2632 |
+
top: 0;
|
2633 |
+
left: 0;
|
2634 |
+
-webkit-transform: translateX(12.5px);
|
2635 |
+
-ms-transform: translateX(12.5px);
|
2636 |
+
transform: translateX(12.5px);
|
2637 |
+
z-index: 1;
|
2638 |
+
}
|
2639 |
+
|
2640 |
+
.premium-progressbar-multiple-label {
|
2641 |
+
position: relative;
|
2642 |
+
float: right;
|
2643 |
+
width: 0;
|
2644 |
+
right: 50%;
|
2645 |
+
}
|
2646 |
+
|
2647 |
+
.premium-progressbar-center-label {
|
2648 |
+
position: relative;
|
2649 |
+
white-space: nowrap;
|
2650 |
+
}
|
2651 |
+
|
2652 |
+
.premium-progressbar-arrow {
|
2653 |
+
height: 15px;
|
2654 |
+
right: 50%;
|
2655 |
+
display: inline-block;
|
2656 |
+
border-right: 7px solid transparent;
|
2657 |
+
border-left: 7px solid transparent;
|
2658 |
+
border-top: 11px solid;
|
2659 |
+
-webkit-transform: translateX(50%);
|
2660 |
+
-ms-transform: translateX(50%);
|
2661 |
+
transform: translateX(50%);
|
2662 |
+
}
|
2663 |
+
|
2664 |
+
.premium-progressbar-pin {
|
2665 |
+
border-right: 1px solid;
|
2666 |
+
height: 12px;
|
2667 |
+
right: 50%;
|
2668 |
+
display: inline-block;
|
2669 |
+
}
|
2670 |
+
|
2671 |
+
/**
|
2672 |
+
* Circle Progress Bar
|
2673 |
+
*/
|
2674 |
+
.premium-progressbar-circle-wrap {
|
2675 |
+
width: 200px;
|
2676 |
+
height: 200px;
|
2677 |
+
position: relative;
|
2678 |
+
margin: 0 auto;
|
2679 |
+
}
|
2680 |
+
|
2681 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle {
|
2682 |
+
position: absolute;
|
2683 |
+
top: 0;
|
2684 |
+
right: 0;
|
2685 |
+
width: 100%;
|
2686 |
+
height: 100%;
|
2687 |
+
-webkit-clip-path: inset(0 0 0 50%);
|
2688 |
+
clip-path: inset(0 0 0 50%);
|
2689 |
+
}
|
2690 |
+
|
2691 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle div {
|
2692 |
+
position: absolute;
|
2693 |
+
right: 0;
|
2694 |
+
top: 0;
|
2695 |
+
height: 100%;
|
2696 |
+
width: 100%;
|
2697 |
+
border-width: 6px;
|
2698 |
+
border-style: solid;
|
2699 |
+
border-color: #54595f;
|
2700 |
+
-webkit-border-radius: 50%;
|
2701 |
+
border-radius: 50%;
|
2702 |
+
-webkit-clip-path: inset(0 50% 0 0);
|
2703 |
+
clip-path: inset(0 50% 0 0);
|
2704 |
+
}
|
2705 |
+
|
2706 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
|
2707 |
+
-webkit-transform: rotate(0);
|
2708 |
+
-ms-transform: rotate(0);
|
2709 |
+
transform: rotate(0);
|
2710 |
+
}
|
2711 |
+
|
2712 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
|
2713 |
+
-webkit-transform: rotate(-180deg);
|
2714 |
+
-ms-transform: rotate(-180deg);
|
2715 |
+
transform: rotate(-180deg);
|
2716 |
+
visibility: hidden;
|
2717 |
+
}
|
2718 |
+
|
2719 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle-base {
|
2720 |
+
width: 100%;
|
2721 |
+
height: 100%;
|
2722 |
+
border: 6px solid #eee;
|
2723 |
+
-webkit-border-radius: 50%;
|
2724 |
+
border-radius: 50%;
|
2725 |
+
}
|
2726 |
+
|
2727 |
+
.premium-progressbar-circle-wrap .premium-progressbar-circle-content {
|
2728 |
+
position: absolute;
|
2729 |
+
top: 0;
|
2730 |
+
right: 0;
|
2731 |
+
width: 100%;
|
2732 |
+
height: 100%;
|
2733 |
+
-js-display: flex;
|
2734 |
+
display: -webkit-box;
|
2735 |
+
display: -webkit-flex;
|
2736 |
+
display: -moz-box;
|
2737 |
+
display: -ms-flexbox;
|
2738 |
+
display: flex;
|
2739 |
+
-webkit-box-orient: vertical;
|
2740 |
+
-webkit-box-direction: normal;
|
2741 |
+
-webkit-flex-direction: column;
|
2742 |
+
-moz-box-orient: vertical;
|
2743 |
+
-moz-box-direction: normal;
|
2744 |
+
-ms-flex-direction: column;
|
2745 |
+
flex-direction: column;
|
2746 |
+
-webkit-box-pack: center;
|
2747 |
+
-webkit-justify-content: center;
|
2748 |
+
-moz-box-pack: center;
|
2749 |
+
-ms-flex-pack: center;
|
2750 |
+
justify-content: center;
|
2751 |
+
-webkit-box-align: center;
|
2752 |
+
-webkit-align-items: center;
|
2753 |
+
-moz-box-align: center;
|
2754 |
+
-ms-flex-align: center;
|
2755 |
+
align-items: center;
|
2756 |
+
}
|
2757 |
+
|
2758 |
+
.premium-progressbar-circle-wrap .premium-lottie-animation {
|
2759 |
+
line-height: 1;
|
2760 |
+
}
|
2761 |
+
|
2762 |
+
@-webkit-keyframes progress-bar-stripes {
|
2763 |
+
from {
|
2764 |
+
background-position: 100% 0;
|
2765 |
+
}
|
2766 |
+
|
2767 |
+
to {
|
2768 |
+
background-position: 40px 0;
|
2769 |
+
}
|
2770 |
+
}
|
2771 |
+
|
2772 |
+
@keyframes progress-bar-stripes {
|
2773 |
+
from {
|
2774 |
+
background-position: 100% 0;
|
2775 |
+
}
|
2776 |
+
|
2777 |
+
to {
|
2778 |
+
background-position: 40px 0;
|
2779 |
+
}
|
2780 |
+
}
|
2781 |
+
|
2782 |
+
@-webkit-keyframes progress-bar-gradient {
|
2783 |
+
0% {
|
2784 |
+
background-position: 100% 50%;
|
2785 |
+
}
|
2786 |
+
|
2787 |
+
50% {
|
2788 |
+
background-position: 0% 50%;
|
2789 |
+
}
|
2790 |
+
|
2791 |
+
100% {
|
2792 |
+
background-position: 100% 50%;
|
2793 |
+
}
|
2794 |
+
}
|
2795 |
+
|
2796 |
+
@keyframes progress-bar-gradient {
|
2797 |
+
0% {
|
2798 |
+
background-position: 100% 50%;
|
2799 |
+
}
|
2800 |
+
|
2801 |
+
50% {
|
2802 |
+
background-position: 0% 50%;
|
2803 |
+
}
|
2804 |
+
|
2805 |
+
100% {
|
2806 |
+
background-position: 100% 50%;
|
2807 |
+
}
|
2808 |
+
}
|
2809 |
+
|
2810 |
+
/**************** Premium Testimonials ****************/
|
2811 |
+
/******************************************************/
|
2812 |
+
.premium-testimonial-box {
|
2813 |
+
width: 100%;
|
2814 |
+
background: transparent;
|
2815 |
+
-webkit-transition: all 0.3s ease-in-out;
|
2816 |
+
transition: all 0.3s ease-in-out;
|
2817 |
+
}
|
2818 |
+
|
2819 |
+
.premium-testimonial-box .premium-testimonial-author-info {
|
2820 |
+
-js-display: flex;
|
2821 |
+
display: -webkit-box;
|
2822 |
+
display: -webkit-flex;
|
2823 |
+
display: -moz-box;
|
2824 |
+
display: -ms-flexbox;
|
2825 |
+
display: flex;
|
2826 |
+
-webkit-box-pack: center;
|
2827 |
+
-webkit-justify-content: center;
|
2828 |
+
-moz-box-pack: center;
|
2829 |
+
-ms-flex-pack: center;
|
2830 |
+
justify-content: center;
|
2831 |
+
-webkit-box-align: center;
|
2832 |
+
-webkit-align-items: center;
|
2833 |
+
-moz-box-align: center;
|
2834 |
+
-ms-flex-align: center;
|
2835 |
+
align-items: center;
|
2836 |
+
}
|
2837 |
+
|
2838 |
+
.premium-testimonial-box .premium-testimonial-person-name,
|
2839 |
+
.premium-testimonial-box .premium-testimonial-company-name {
|
2840 |
+
font-weight: 600;
|
2841 |
+
margin: 0;
|
2842 |
+
}
|
2843 |
+
|
2844 |
+
.premium-testimonial-container {
|
2845 |
+
position: relative;
|
2846 |
+
}
|
2847 |
+
|
2848 |
+
.premium-testimonial-img-wrapper {
|
2849 |
+
margin-right: auto;
|
2850 |
+
margin-left: auto;
|
2851 |
+
overflow: hidden;
|
2852 |
+
border-style: solid !important;
|
2853 |
+
}
|
2854 |
+
|
2855 |
+
.premium-testimonial-img-wrapper.circle {
|
2856 |
+
-webkit-border-radius: 50%;
|
2857 |
+
border-radius: 50%;
|
2858 |
+
}
|
2859 |
+
|
2860 |
+
.premium-testimonial-img-wrapper.rounded {
|
2861 |
+
-webkit-border-radius: 15px;
|
2862 |
+
border-radius: 15px;
|
2863 |
+
}
|
2864 |
+
|
2865 |
+
.premium-testimonial-img-wrapper img {
|
2866 |
+
-o-object-fit: cover;
|
2867 |
+
object-fit: cover;
|
2868 |
+
width: 100%;
|
2869 |
+
height: 100% !important;
|
2870 |
+
}
|
2871 |
+
|
2872 |
+
.premium-testimonial-content-wrapper {
|
2873 |
+
position: relative;
|
2874 |
+
display: -ms-flexbox;
|
2875 |
+
display: -webkit-flex;
|
2876 |
+
display: -moz-flex;
|
2877 |
+
display: -ms-flex;
|
2878 |
+
-js-display: flex;
|
2879 |
+
display: -webkit-box;
|
2880 |
+
display: -moz-box;
|
2881 |
+
display: flex;
|
2882 |
+
-webkit-box-orient: vertical;
|
2883 |
+
-webkit-box-direction: normal;
|
2884 |
+
-webkit-flex-direction: column;
|
2885 |
+
-moz-box-orient: vertical;
|
2886 |
+
-moz-box-direction: normal;
|
2887 |
+
-ms-flex-direction: column;
|
2888 |
+
flex-direction: column;
|
2889 |
+
z-index: 2;
|
2890 |
+
width: 100%;
|
2891 |
+
padding: 20px;
|
2892 |
+
text-align: center;
|
2893 |
+
}
|
2894 |
+
|
2895 |
+
.premium-testimonial-clear-float {
|
2896 |
+
clear: both;
|
2897 |
+
}
|
2898 |
+
|
2899 |
+
.premium-testimonial-upper-quote,
|
2900 |
+
.premium-testimonial-lower-quote {
|
2901 |
+
position: absolute;
|
2902 |
+
z-index: 1;
|
2903 |
+
}
|
2904 |
+
|
2905 |
+
/**************** Premium Dual Heading *****************/
|
2906 |
+
/*******************************************************/
|
2907 |
+
.premium-dual-header-container .premium-dual-header-first-header,
|
2908 |
+
.premium-dual-header-container .premium-dual-header-second-header {
|
2909 |
+
position: relative;
|
2910 |
+
padding: 0;
|
2911 |
+
margin: 0;
|
2912 |
+
display: inline-block;
|
2913 |
+
-webkit-transform: translate(0, 0);
|
2914 |
+
-ms-transform: translate(0, 0);
|
2915 |
+
transform: translate(0, 0);
|
2916 |
+
}
|
2917 |
+
|
2918 |
+
.premium-dual-header-first-clip .premium-dual-header-first-span,
|
2919 |
+
.premium-dual-header-second-clip {
|
2920 |
+
-webkit-text-fill-color: transparent;
|
2921 |
+
-webkit-background-clip: text;
|
2922 |
+
}
|
2923 |
+
|
2924 |
+
.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
|
2925 |
+
.premium-dual-header-second-clip.stroke {
|
2926 |
+
-webkit-text-stroke-color: transparent;
|
2927 |
+
-webkit-text-fill-color: #fafafa;
|
2928 |
+
-webkit-text-stroke-width: 2px;
|
2929 |
+
}
|
2930 |
+
|
2931 |
+
@media (max-width: 500px) {
|
2932 |
+
|
2933 |
+
.premium-dual-header-container .premium-dual-header-first-header,
|
2934 |
+
.premium-dual-header-container .premium-dual-header-second-header {
|
2935 |
+
word-wrap: break-word;
|
2936 |
+
}
|
2937 |
+
|
2938 |
+
.premium-dual-header-first-container,
|
2939 |
+
.premium-dual-header-second-container {
|
2940 |
+
margin: 0;
|
2941 |
+
}
|
2942 |
+
}
|
2943 |
+
|
2944 |
+
@media (min-width: 501px) {
|
2945 |
+
.premium-dual-header-first-container {
|
2946 |
+
margin-left: 5px;
|
2947 |
+
}
|
2948 |
+
}
|
2949 |
+
|
2950 |
+
.premium-dual-header-first-header.gradient .premium-dual-header-first-span,
|
2951 |
+
.premium-dual-header-second-header.gradient {
|
2952 |
+
-webkit-background-size: 300% 300% !important;
|
2953 |
+
background-size: 300% 300% !important;
|
2954 |
+
-webkit-animation: Gradient 10s ease-in-out infinite;
|
2955 |
+
animation: Gradient 10s ease-in-out infinite;
|
2956 |
+
}
|
2957 |
+
|
2958 |
+
@-webkit-keyframes Gradient {
|
2959 |
+
0% {
|
2960 |
+
background-position: 100% 50%;
|
2961 |
+
}
|
2962 |
+
|
2963 |
+
50% {
|
2964 |
+
background-position: 0% 50%;
|
2965 |
+
}
|
2966 |
+
|
2967 |
+
100% {
|
2968 |
+
background-position: 100% 50%;
|
2969 |
+
}
|
2970 |
+
}
|
2971 |
+
|
2972 |
+
@keyframes Gradient {
|
2973 |
+
0% {
|
2974 |
+
background-position: 100% 50%;
|
2975 |
+
}
|
2976 |
+
|
2977 |
+
50% {
|
2978 |
+
background-position: 0% 50%;
|
2979 |
+
}
|
2980 |
+
|
2981 |
+
100% {
|
2982 |
+
background-position: 100% 50%;
|
2983 |
+
}
|
2984 |
+
}
|
2985 |
+
|
2986 |
+
/**************** Premium Title ****************/
|
2987 |
+
/***********************************************/
|
2988 |
+
.premium-title-container {
|
2989 |
+
position: relative;
|
2990 |
+
width: 100%;
|
2991 |
+
clear: both;
|
2992 |
+
overflow: hidden;
|
2993 |
+
}
|
2994 |
+
|
2995 |
+
.premium-title-container .premium-title-header {
|
2996 |
+
position: relative;
|
2997 |
+
margin: 0;
|
2998 |
+
padding: 10px;
|
2999 |
+
}
|
3000 |
+
|
3001 |
+
.premium-title-container .premium-title-header:not(.premium-title-style7) {
|
3002 |
+
-webkit-box-align: center;
|
3003 |
+
-webkit-align-items: center;
|
3004 |
+
-moz-box-align: center;
|
3005 |
+
-ms-flex-align: center;
|
3006 |
+
align-items: center;
|
3007 |
+
}
|
3008 |
+
|
3009 |
+
.premium-title-container .premium-title-header svg {
|
3010 |
+
width: 40px;
|
3011 |
+
height: 40px;
|
3012 |
+
}
|
3013 |
+
|
3014 |
+
.premium-title-container .premium-title-header img {
|
3015 |
+
width: 40px;
|
3016 |
+
height: 40px;
|
3017 |
+
-o-object-fit: cover;
|
3018 |
+
object-fit: cover;
|
3019 |
+
}
|
3020 |
+
|
3021 |
+
.premium-title-container .premium-title-header a {
|
3022 |
+
position: absolute;
|
3023 |
+
top: 0;
|
3024 |
+
right: 0;
|
3025 |
+
width: 100%;
|
3026 |
+
height: 100%;
|
3027 |
+
}
|
3028 |
+
|
3029 |
+
.premium-title-container .premium-lottie-animation {
|
3030 |
+
-js-display: flex;
|
3031 |
+
display: -webkit-box;
|
3032 |
+
display: -webkit-flex;
|
3033 |
+
display: -moz-box;
|
3034 |
+
display: -ms-flexbox;
|
3035 |
+
display: flex;
|
3036 |
+
}
|
3037 |
+
|
3038 |
+
.premium-title-icon-row .premium-title-icon {
|
3039 |
+
margin-left: 10px;
|
3040 |
+
}
|
3041 |
+
|
3042 |
+
.premium-title-icon-row-reverse .premium-title-icon {
|
3043 |
+
margin-right: 10px;
|
3044 |
+
}
|
3045 |
+
|
3046 |
+
.premium-title-style3,
|
3047 |
+
.premium-title-style4 {
|
3048 |
+
-js-display: flex;
|
3049 |
+
display: -webkit-box;
|
3050 |
+
display: -webkit-flex;
|
3051 |
+
display: -moz-box;
|
3052 |
+
display: -ms-flexbox;
|
3053 |
+
display: flex;
|
3054 |
+
}
|
3055 |
+
|
3056 |
+
.premium-title-style1,
|
3057 |
+
.premium-title-style2,
|
3058 |
+
.premium-title-style5,
|
3059 |
+
.premium-title-style6,
|
3060 |
+
.premium-title-style8,
|
3061 |
+
.premium-title-style9 {
|
3062 |
+
-js-display: inline-flex;
|
3063 |
+
display: -webkit-inline-box;
|
3064 |
+
display: -webkit-inline-flex;
|
3065 |
+
display: -moz-inline-box;
|
3066 |
+
display: -ms-inline-flexbox;
|
3067 |
+
display: inline-flex;
|
3068 |
+
}
|
3069 |
+
|
3070 |
+
.premium-title-style7 {
|
3071 |
+
-js-display: inline-flex;
|
3072 |
+
display: -webkit-inline-box;
|
3073 |
+
display: -webkit-inline-flex;
|
3074 |
+
display: -moz-inline-box;
|
3075 |
+
display: -ms-inline-flexbox;
|
3076 |
+
display: inline-flex;
|
3077 |
+
-webkit-box-orient: vertical;
|
3078 |
+
-webkit-box-direction: normal;
|
3079 |
+
-webkit-flex-direction: column;
|
3080 |
+
-moz-box-orient: vertical;
|
3081 |
+
-moz-box-direction: normal;
|
3082 |
+
-ms-flex-direction: column;
|
3083 |
+
flex-direction: column;
|
3084 |
+
}
|
3085 |
+
|
3086 |
+
.premium-title-style7 .premium-title-style7-inner {
|
3087 |
+
-js-display: flex;
|
3088 |
+
display: -webkit-box;
|
3089 |
+
display: -webkit-flex;
|
3090 |
+
display: -moz-box;
|
3091 |
+
display: -ms-flexbox;
|
3092 |
+
display: flex;
|
3093 |
+
-webkit-box-align: center;
|
3094 |
+
-webkit-align-items: center;
|
3095 |
+
-moz-box-align: center;
|
3096 |
+
-ms-flex-align: center;
|
3097 |
+
align-items: center;
|
3098 |
+
}
|
3099 |
+
|
3100 |
+
.premium-title-style1 {
|
3101 |
+
border-width: 0;
|
3102 |
+
border-right: 3px solid #6ec1e4;
|
3103 |
+
}
|
3104 |
+
|
3105 |
+
.premium-title-container.style2,
|
3106 |
+
.premium-title-container.style4,
|
3107 |
+
.premium-title-container.style5,
|
3108 |
+
.premium-title-container.style6 {
|
3109 |
+
border-bottom: 3px solid #6ec1e4;
|
3110 |
+
}
|
3111 |
+
|
3112 |
+
/*Style 6 Header*/
|
3113 |
+
.premium-title-style6:before {
|
3114 |
+
position: absolute;
|
3115 |
+
right: 50%;
|
3116 |
+
bottom: 0;
|
3117 |
+
margin-right: -2px;
|
3118 |
+
content: "";
|
3119 |
+
border: 3px solid transparent;
|
3120 |
+
}
|
3121 |
+
|
3122 |
+
/*Style 6 Trinagle*/
|
3123 |
+
.premium-title-style7-stripe-wrap {
|
3124 |
+
-js-display: flex;
|
3125 |
+
display: -webkit-box;
|
3126 |
+
display: -webkit-flex;
|
3127 |
+
display: -moz-box;
|
3128 |
+
display: -ms-flexbox;
|
3129 |
+
display: flex;
|
3130 |
+
}
|
3131 |
+
|
3132 |
+
.premium-title-style7:before {
|
3133 |
+
display: none;
|
3134 |
+
}
|
3135 |
+
|
3136 |
+
.premium-title-style8 .premium-title-text[data-animation="shiny"] {
|
3137 |
+
-webkit-background-size: 125px 125px !important;
|
3138 |
+
background-size: 125px !important;
|
3139 |
+
color: rgba(255, 255, 255, 0);
|
3140 |
+
-webkit-background-clip: text !important;
|
3141 |
+
background-clip: text !important;
|
3142 |
+
-webkit-animation-name: pa-shinny-text !important;
|
3143 |
+
animation-name: pa-shinny-text !important;
|
3144 |
+
-webkit-animation-duration: var(--animation-speed) !important;
|
3145 |
+
animation-duration: var(--animation-speed) !important;
|
3146 |
+
-webkit-animation-iteration-count: infinite !important;
|
3147 |
+
animation-iteration-count: infinite !important;
|
3148 |
+
background: var(--base-color) -webkit-gradient(linear,
|
3149 |
+
left top,
|
3150 |
+
right top,
|
3151 |
+
from(var(--base-color)),
|
3152 |
+
to(var(--base-color)),
|
3153 |
+
color-stop(0.5, var(--shiny-color))) 0 0 no-repeat;
|
3154 |
+
}
|
3155 |
+
|
3156 |
+
.premium-title-style9[data-animation-blur="process"] .premium-title-style9-letter {
|
3157 |
+
-webkit-animation: pa-blur-shadow 2s 1 alternate;
|
3158 |
+
animation: pa-blur-shadow 2s 1 alternate;
|
3159 |
+
}
|
3160 |
+
|
3161 |
+
.premium-title-gradient-yes .premium-title-text,
|
3162 |
+
.premium-title-gradient-yes .premium-title-icon {
|
3163 |
+
-webkit-background-clip: text;
|
3164 |
+
-webkit-text-fill-color: transparent;
|
3165 |
+
background-image: -webkit-gradient(linear, left top, right top, from(#ffa648), color-stop(#f17cc1), to(#4da9fd));
|
3166 |
+
background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
|
3167 |
+
background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
|
3168 |
+
-webkit-animation: pa-text-gradient 8s infinite;
|
3169 |
+
animation: pa-text-gradient 8s infinite;
|
3170 |
+
}
|
3171 |
+
|
3172 |
+
.premium-title-clipped .premium-title-header {
|
3173 |
+
-webkit-text-fill-color: transparent;
|
3174 |
+
-webkit-background-clip: text;
|
3175 |
+
background-clip: text;
|
3176 |
+
}
|
3177 |
+
|
3178 |
+
@-webkit-keyframes pa-shinny-text {
|
3179 |
+
0% {
|
3180 |
+
background-position: 100%;
|
3181 |
+
}
|
3182 |
+
|
3183 |
+
100% {
|
3184 |
+
background-position: -100%;
|
3185 |
+
}
|
3186 |
+
}
|
3187 |
+
|
3188 |
+
@keyframes pa-shinny-text {
|
3189 |
+
0% {
|
3190 |
+
background-position: 100%;
|
3191 |
+
}
|
3192 |
+
|
3193 |
+
100% {
|
3194 |
+
background-position: -100%;
|
3195 |
+
}
|
3196 |
+
}
|
3197 |
+
|
3198 |
+
@-webkit-keyframes pa-blur-shadow {
|
3199 |
+
from {
|
3200 |
+
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
|
3201 |
+
color: transparent;
|
3202 |
+
}
|
3203 |
+
|
3204 |
+
to {
|
3205 |
+
text-shadow: 0;
|
3206 |
+
}
|
3207 |
+
}
|
3208 |
+
|
3209 |
+
@keyframes pa-blur-shadow {
|
3210 |
+
from {
|
3211 |
+
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
|
3212 |
+
color: transparent;
|
3213 |
+
}
|
3214 |
+
|
3215 |
+
to {
|
3216 |
+
text-shadow: 0;
|
3217 |
+
}
|
3218 |
+
}
|
3219 |
+
|
3220 |
+
@-webkit-keyframes pa-text-gradient {
|
3221 |
+
|
3222 |
+
0%,
|
3223 |
+
100% {
|
3224 |
+
-webkit-filter: hue-rotate(0deg);
|
3225 |
+
filter: hue-rotate(0deg);
|
3226 |
+
}
|
3227 |
+
|
3228 |
+
50% {
|
3229 |
+
-webkit-filter: hue-rotate(360deg);
|
3230 |
+
filter: hue-rotate(360deg);
|
3231 |
+
}
|
3232 |
+
}
|
3233 |
+
|
3234 |
+
@keyframes pa-text-gradient {
|
3235 |
+
|
3236 |
+
0%,
|
3237 |
+
100% {
|
3238 |
+
-webkit-filter: hue-rotate(0deg);
|
3239 |
+
filter: hue-rotate(0deg);
|
3240 |
+
}
|
3241 |
+
|
3242 |
+
50% {
|
3243 |
+
-webkit-filter: hue-rotate(360deg);
|
3244 |
+
filter: hue-rotate(360deg);
|
3245 |
+
}
|
3246 |
+
}
|
3247 |
+
|
3248 |
+
/*
|
3249 |
+
* Common Title/Dual Heading
|
3250 |
+
*/
|
3251 |
+
.premium-title-bg-text:before {
|
3252 |
+
position: absolute;
|
3253 |
+
content: attr(data-background);
|
3254 |
+
top: 0;
|
3255 |
+
left: 0;
|
3256 |
+
text-align: left;
|
3257 |
+
}
|
3258 |
+
|
3259 |
+
.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,
|
3260 |
+
.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span {
|
3261 |
+
background: inherit;
|
3262 |
+
}
|
3263 |
+
|
3264 |
+
.premium-mask-yes .premium-mask-span {
|
3265 |
+
position: relative;
|
3266 |
+
overflow: hidden;
|
3267 |
+
-js-display: inline-flex !important;
|
3268 |
+
display: -webkit-inline-box !important;
|
3269 |
+
display: -webkit-inline-flex !important;
|
3270 |
+
display: -moz-inline-box !important;
|
3271 |
+
display: -ms-inline-flexbox !important;
|
3272 |
+
display: inline-flex !important;
|
3273 |
+
}
|
3274 |
+
|
3275 |
+
.premium-mask-yes .premium-mask-span::after {
|
3276 |
+
content: "";
|
3277 |
+
position: absolute;
|
3278 |
+
top: 0;
|
3279 |
+
right: 0px;
|
3280 |
+
width: 100%;
|
3281 |
+
height: 100%;
|
3282 |
+
background-color: currentColor;
|
3283 |
+
-webkit-backface-visibility: visible;
|
3284 |
+
backface-visibility: visible;
|
3285 |
+
}
|
3286 |
+
|
3287 |
+
.premium-mask-active.premium-mask-tr .premium-mask-span::after {
|
3288 |
+
-webkit-animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3289 |
+
animation: pa-mask-tr 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3290 |
+
-webkit-transform: translateX(-103%);
|
3291 |
+
-ms-transform: translateX(-103%);
|
3292 |
+
transform: translateX(-103%);
|
3293 |
+
}
|
3294 |
+
|
3295 |
+
.premium-mask-active.premium-mask-tl .premium-mask-span::after {
|
3296 |
+
-webkit-animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3297 |
+
animation: pa-mask-tl 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3298 |
+
-webkit-transform: translateX(103%);
|
3299 |
+
-ms-transform: translateX(103%);
|
3300 |
+
transform: translateX(103%);
|
3301 |
+
}
|
3302 |
+
|
3303 |
+
.premium-mask-active.premium-mask-tb .premium-mask-span::after {
|
3304 |
+
-webkit-animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3305 |
+
animation: pa-mask-tb 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3306 |
+
-webkit-transform: translateY(-103%);
|
3307 |
+
-ms-transform: translateY(-103%);
|
3308 |
+
transform: translateY(-103%);
|
3309 |
+
}
|
3310 |
+
|
3311 |
+
.premium-mask-active.premium-mask-tt .premium-mask-span::after {
|
3312 |
+
-webkit-animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3313 |
+
animation: pa-mask-tt 1.7s cubic-bezier(1, 0, 0.18, 1) forwards;
|
3314 |
+
-webkit-transform: translateY(103%);
|
3315 |
+
-ms-transform: translateY(103%);
|
3316 |
+
transform: translateY(103%);
|
3317 |
+
}
|
3318 |
+
|
3319 |
+
@-webkit-keyframes pa-mask-tr {
|
3320 |
+
0% {
|
3321 |
+
-webkit-transform: translateX(0%);
|
3322 |
+
transform: translateX(0%);
|
3323 |
+
}
|
3324 |
+
|
3325 |
+
100% {
|
3326 |
+
-webkit-transform: translateX(103%);
|
3327 |
+
transform: translateX(103%);
|
3328 |
+
}
|
3329 |
+
}
|
3330 |
+
|
3331 |
+
@keyframes pa-mask-tr {
|
3332 |
+
0% {
|
3333 |
+
-webkit-transform: translateX(0%);
|
3334 |
+
transform: translateX(0%);
|
3335 |
+
}
|
3336 |
+
|
3337 |
+
100% {
|
3338 |
+
-webkit-transform: translateX(103%);
|
3339 |
+
transform: translateX(103%);
|
3340 |
+
}
|
3341 |
+
}
|
3342 |
+
|
3343 |
+
@-webkit-keyframes pa-mask-tl {
|
3344 |
+
0% {
|
3345 |
+
-webkit-transform: translateX(0%);
|
3346 |
+
transform: translateX(0%);
|
3347 |
+
}
|
3348 |
+
|
3349 |
+
100% {
|
3350 |
+
-webkit-transform: translateX(-103%);
|
3351 |
+
transform: translateX(-103%);
|
3352 |
+
}
|
3353 |
+
}
|
3354 |
+
|
3355 |
+
@keyframes pa-mask-tl {
|
3356 |
+
0% {
|
3357 |
+
-webkit-transform: translateX(0%);
|
3358 |
+
transform: translateX(0%);
|
3359 |
+
}
|
3360 |
+
|
3361 |
+
100% {
|
3362 |
+
-webkit-transform: translateX(-103%);
|
3363 |
+
transform: translateX(-103%);
|
3364 |
+
}
|
3365 |
+
}
|
3366 |
+
|
3367 |
+
@-webkit-keyframes pa-mask-tb {
|
3368 |
+
0% {
|
3369 |
+
-webkit-transform: translateY(0%);
|
3370 |
+
transform: translateY(0%);
|
3371 |
+
}
|
3372 |
+
|
3373 |
+
100% {
|
3374 |
+
-webkit-transform: translateY(103%);
|
3375 |
+
transform: translateY(103%);
|
3376 |
+
}
|
3377 |
+
}
|
3378 |
+
|
3379 |
+
@keyframes pa-mask-tb {
|
3380 |
+
0% {
|
3381 |
+
-webkit-transform: translateY(0%);
|
3382 |
+
transform: translateY(0%);
|
3383 |
+
}
|
3384 |
+
|
3385 |
+
100% {
|
3386 |
+
-webkit-transform: translateY(103%);
|
3387 |
+
transform: translateY(103%);
|
3388 |
+
}
|
3389 |
+
}
|
3390 |
+
|
3391 |
+
@-webkit-keyframes pa-mask-tt {
|
3392 |
+
0% {
|
3393 |
+
-webkit-transform: translateY(0%);
|
3394 |
+
transform: translateY(0%);
|
3395 |
+
}
|
3396 |
+
|
3397 |
+
100% {
|
3398 |
+
-webkit-transform: translateY(-103%);
|
3399 |
+
transform: translateY(-103%);
|
3400 |
+
}
|
3401 |
+
}
|
3402 |
+
|
3403 |
+
@keyframes pa-mask-tt {
|
3404 |
+
0% {
|
3405 |
+
-webkit-transform: translateY(0%);
|
3406 |
+
transform: translateY(0%);
|
3407 |
+
}
|
3408 |
+
|
3409 |
+
100% {
|
3410 |
+
-webkit-transform: translateY(-103%);
|
3411 |
+
transform: translateY(-103%);
|
3412 |
+
}
|
3413 |
+
}
|
3414 |
+
|
3415 |
+
/**************** Premium Video Box ************/
|
3416 |
+
/***********************************************/
|
3417 |
+
.premium-video-box-transform {
|
3418 |
+
-webkit-transform: none !important;
|
3419 |
+
-ms-transform: none !important;
|
3420 |
+
transform: none !important;
|
3421 |
+
}
|
3422 |
+
|
3423 |
+
.premium-video-box-container {
|
3424 |
+
-js-display: flex;
|
3425 |
+
display: -webkit-box;
|
3426 |
+
display: -webkit-flex;
|
3427 |
+
display: -moz-box;
|
3428 |
+
display: -ms-flexbox;
|
3429 |
+
display: flex;
|
3430 |
+
-webkit-box-orient: vertical;
|
3431 |
+
-webkit-box-direction: normal;
|
3432 |
+
-webkit-flex-direction: column;
|
3433 |
+
-moz-box-orient: vertical;
|
3434 |
+
-moz-box-direction: normal;
|
3435 |
+
-ms-flex-direction: column;
|
3436 |
+
flex-direction: column;
|
3437 |
+
}
|
3438 |
+
|
3439 |
+
.premium-video-box-container>div {
|
3440 |
+
position: relative;
|
3441 |
+
overflow: hidden;
|
3442 |
+
}
|
3443 |
+
|
3444 |
+
.pa-aspect-ratio-11 .premium-video-box-container>div {
|
3445 |
+
padding-bottom: 100%;
|
3446 |
+
}
|
3447 |
+
|
3448 |
+
.pa-aspect-ratio-169 .premium-video-box-container>div {
|
3449 |
+
padding-bottom: 56.25%;
|
3450 |
+
}
|
3451 |
+
|
3452 |
+
.pa-aspect-ratio-43 .premium-video-box-container>div {
|
3453 |
+
padding-bottom: 75%;
|
3454 |
+
}
|
3455 |
+
|
3456 |
+
.pa-aspect-ratio-32 .premium-video-box-container>div {
|
3457 |
+
padding-bottom: 66.6666%;
|
3458 |
+
}
|
3459 |
+
|
3460 |
+
.pa-aspect-ratio-219 .premium-video-box-container>div {
|
3461 |
+
padding-bottom: 42.8571%;
|
3462 |
+
}
|
3463 |
+
|
3464 |
+
.pa-aspect-ratio-916 .premium-video-box-container>div {
|
3465 |
+
padding-bottom: 177.8%;
|
3466 |
+
}
|
3467 |
+
|
3468 |
+
.premium-video-box-image-container {
|
3469 |
+
position: absolute;
|
3470 |
+
top: 0;
|
3471 |
+
right: 0;
|
3472 |
+
bottom: 0;
|
3473 |
+
left: 0;
|
3474 |
+
width: 100%;
|
3475 |
+
height: 100%;
|
3476 |
+
-webkit-background-size: cover;
|
3477 |
+
background-size: cover;
|
3478 |
+
background-position: 50%;
|
3479 |
+
cursor: pointer;
|
3480 |
+
margin: auto;
|
3481 |
+
-webkit-transition: 0.2s all;
|
3482 |
+
transition: 0.2s all;
|
3483 |
+
}
|
3484 |
+
|
3485 |
+
.premium-video-box-play-icon-container {
|
3486 |
+
position: absolute;
|
3487 |
+
z-index: 2;
|
3488 |
+
cursor: pointer;
|
3489 |
+
-webkit-transform: translate(50%, -50%);
|
3490 |
+
-ms-transform: translate(50%, -50%);
|
3491 |
+
transform: translate(50%, -50%);
|
3492 |
+
background: rgba(252, 252, 252, 0.35);
|
3493 |
+
}
|
3494 |
+
|
3495 |
+
.premium-video-box-description-container {
|
3496 |
+
position: absolute;
|
3497 |
+
z-index: 2;
|
3498 |
+
padding: 5px;
|
3499 |
+
text-align: center;
|
3500 |
+
cursor: pointer;
|
3501 |
+
-webkit-transform: translate(50%, -50%);
|
3502 |
+
-ms-transform: translate(50%, -50%);
|
3503 |
+
transform: translate(50%, -50%);
|
3504 |
+
}
|
3505 |
+
|
3506 |
+
.premium-video-box-text {
|
3507 |
+
margin-bottom: 0 !important;
|
3508 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3509 |
+
transition: all 0.3s ease-in-out;
|
3510 |
+
}
|
3511 |
+
|
3512 |
+
.premium-video-box-play-icon {
|
3513 |
+
padding: 15px;
|
3514 |
+
-webkit-transform: translateX(-4%);
|
3515 |
+
-ms-transform: translateX(-4%);
|
3516 |
+
transform: translateX(-4%);
|
3517 |
+
-webkit-transition: all 0.3s ease-in-out;
|
3518 |
+
transition: all 0.3s ease-in-out;
|
3519 |
+
}
|
3520 |
+
|
3521 |
+
.premium-video-box-video-container {
|
3522 |
+
position: absolute;
|
3523 |
+
top: 0;
|
3524 |
+
right: 0;
|
3525 |
+
z-index: 2;
|
3526 |
+
width: 100%;
|
3527 |
+
height: 100%;
|
3528 |
+
-webkit-transition: opacity 0.8s ease-in-out;
|
3529 |
+
transition: opacity 0.8s ease-in-out;
|
3530 |
+
overflow: hidden;
|
3531 |
+
cursor: pointer;
|
3532 |
+
}
|
3533 |
+
|
3534 |
+
.premium-video-box-container[data-overlay="true"][data-type="self"] .premium-video-box-video-container {
|
3535 |
+
opacity: 0;
|
3536 |
+
visibility: hidden;
|
3537 |
+
}
|
3538 |
+
|
3539 |
+
.premium-video-box-video-container iframe {
|
3540 |
+
max-width: 100%;
|
3541 |
+
width: 100%;
|
3542 |
+
height: 100%;
|
3543 |
+
margin: 0;
|
3544 |
+
line-height: 1;
|
3545 |
+
border: none;
|
3546 |
+
}
|
3547 |
+
|
3548 |
+
.premium-video-box-video-container video {
|
3549 |
+
max-width: 100%;
|
3550 |
+
width: 100%;
|
3551 |
+
height: 100%;
|
3552 |
+
margin: 0;
|
3553 |
+
line-height: 1;
|
3554 |
+
border: none;
|
3555 |
+
background-color: #000;
|
3556 |
+
-o-object-fit: contain;
|
3557 |
+
object-fit: contain;
|
3558 |
+
}
|
3559 |
+
|
3560 |
+
.premium-video-box-container .premium-video-box-vimeo-wrap {
|
3561 |
+
-js-display: flex;
|
3562 |
+
display: -webkit-box;
|
3563 |
+
display: -webkit-flex;
|
3564 |
+
display: -moz-box;
|
3565 |
+
display: -ms-flexbox;
|
3566 |
+
display: flex;
|
3567 |
+
position: absolute;
|
3568 |
+
top: 0;
|
3569 |
+
right: 0;
|
3570 |
+
z-index: 3;
|
3571 |
+
margin: 10px;
|
3572 |
+
margin-left: 10px;
|
3573 |
+
-webkit-transition: opacity 0.2s ease-out;
|
3574 |
+
transition: opacity 0.2s ease-out;
|
3575 |
+
margin-left: 4.6em;
|
3576 |
+
}
|
3577 |
+
|
3578 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
|
3579 |
+
width: 60px;
|
3580 |
+
height: 60px;
|
3581 |
+
background: rgba(23, 35, 34, 0.75);
|
3582 |
+
margin-left: 1px;
|
3583 |
+
-webkit-box-flex: 1;
|
3584 |
+
-webkit-flex: 1 0 auto;
|
3585 |
+
-moz-box-flex: 1;
|
3586 |
+
-ms-flex: 1 0 auto;
|
3587 |
+
flex: 1 0 auto;
|
3588 |
+
padding: 0;
|
3589 |
+
}
|
3590 |
+
|
3591 |
+
.premium-video-box-vimeo-portrait img {
|
3592 |
+
width: 50px;
|
3593 |
+
height: 50px;
|
3594 |
+
margin: 5px;
|
3595 |
+
padding: 0;
|
3596 |
+
border: 0;
|
3597 |
+
-webkit-border-radius: 50%;
|
3598 |
+
border-radius: 50%;
|
3599 |
+
}
|
3600 |
+
|
3601 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
|
3602 |
+
font-size: 10px;
|
3603 |
+
}
|
3604 |
+
|
3605 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
|
3606 |
+
max-width: 100%;
|
3607 |
+
font-size: 2em !important;
|
3608 |
+
font-weight: 700;
|
3609 |
+
margin: 0;
|
3610 |
+
padding: 0.1em 0.2em;
|
3611 |
+
background: rgba(23, 35, 34, 0.75);
|
3612 |
+
display: inline-block;
|
3613 |
+
text-transform: none;
|
3614 |
+
line-height: normal;
|
3615 |
+
letter-spacing: normal;
|
3616 |
+
}
|
3617 |
+
|
3618 |
+
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
|
3619 |
+
font-size: 1.2em !important;
|
3620 |
+
font-weight: 400;
|
3621 |
+
color: #fff;
|
3622 |
+
margin-top: 0.1em;
|
3623 |
+
padding: 0.2em 0.5em;
|
3624 |
+
background: rgba(23, 35, 34, 0.75);
|
3625 |
+
text-transform: none;
|
3626 |
+
line-height: normal;
|
3627 |
+
letter-spacing: normal;
|
3628 |
+
}
|
3629 |
+
|
3630 |
+
.premium-video-box-playlist-container {
|
3631 |
+
-js-display: flex;
|
3632 |
+
display: -webkit-box;
|
3633 |
+
display: -webkit-flex;
|
3634 |
+
display: -moz-box;
|
3635 |
+
display: -ms-flexbox;
|
3636 |
+
display: flex;
|
3637 |
+
-webkit-flex-wrap: wrap;
|
3638 |
+
-ms-flex-wrap: wrap;
|
3639 |
+
flex-wrap: wrap;
|
3640 |
+
}
|
3641 |
+
|
3642 |
+
.premium-video-box-playlist-container .premium-video-box-container {
|
3643 |
+
height: 100%;
|
3644 |
+
overflow: hidden;
|
3645 |
+
}
|
3646 |
+
|
3647 |
+
.premium-video-box-container:hover .premium-video-box-image-container.zoomin {
|
3648 |
+
-webkit-transform: scale(1.1);
|
3649 |
+
-ms-transform: scale(1.1);
|
3650 |
+
transform: scale(1.1);
|
3651 |
+
}
|
3652 |
+
|
3653 |
+
.premium-video-box-container:hover .premium-video-box-image-container.zoomout {
|
3654 |
+
-webkit-transform: scale(1);
|
3655 |
+
-ms-transform: scale(1);
|
3656 |
+
transform: scale(1);
|
3657 |
+
}
|
3658 |
+
|
3659 |
+
.premium-video-box-container:hover .premium-video-box-image-container.scale {
|
3660 |
+
-webkit-transform: scale(1.3) rotate(-5deg);
|
3661 |
+
-ms-transform: scale(1.3) rotate(-5deg);
|
3662 |
+
transform: scale(1.3) rotate(-5deg);
|
3663 |
+
}
|
3664 |
+
|
3665 |
+
.premium-video-box-container:hover .premium-video-box-image-container.gray {
|
3666 |
+
-webkit-filter: grayscale(0%);
|
3667 |
+
filter: grayscale(0%);
|
3668 |
+
}
|
3669 |
+
|
3670 |
+
.premium-video-box-container:hover .premium-video-box-image-container.blur {
|
3671 |
+
-webkit-filter: blur(3px);
|
3672 |
+
filter: blur(3px);
|
3673 |
+
}
|
3674 |
+
|
3675 |
+
.premium-video-box-container:hover .premium-video-box-image-container.sepia {
|
3676 |
+
-webkit-filter: sepia(0%);
|
3677 |
+
filter: sepia(0%);
|
3678 |
+
}
|
3679 |
+
|
3680 |
+
.premium-video-box-container:hover .premium-video-box-image-container.trans {
|
3681 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
3682 |
+
-ms-transform: translateX(0px) scale(1.1);
|
3683 |
+
transform: translateX(0px) scale(1.1);
|
3684 |
+
}
|
3685 |
+
|
3686 |
+
.premium-video-box-container:hover .premium-video-box-image-container.bright {
|
3687 |
+
-webkit-filter: brightness(1.2);
|
3688 |
+
filter: brightness(1.2);
|
3689 |
+
}
|
3690 |
+
|
3691 |
+
.premium-video-box-image-container.gray {
|
3692 |
+
-webkit-filter: grayscale(100%);
|
3693 |
+
filter: grayscale(100%);
|
3694 |
+
}
|
3695 |
+
|
3696 |
+
.premium-video-box-image-container.zoomout,
|
3697 |
+
.premium-video-box-image-container.scale {
|
3698 |
+
-webkit-transform: scale(1.2);
|
3699 |
+
-ms-transform: scale(1.2);
|
3700 |
+
transform: scale(1.2);
|
3701 |
+
}
|
3702 |
+
|
3703 |
+
.premium-video-box-image-container.sepia {
|
3704 |
+
-webkit-filter: sepia(30%);
|
3705 |
+
filter: sepia(30%);
|
3706 |
+
}
|
3707 |
+
|
3708 |
+
.premium-video-box-image-container.bright {
|
3709 |
+
-webkit-filter: brightness(1);
|
3710 |
+
filter: brightness(1);
|
3711 |
+
}
|
3712 |
+
|
3713 |
+
.premium-video-box-image-container.trans {
|
3714 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
3715 |
+
-ms-transform: translateX(15px) scale(1.1);
|
3716 |
+
transform: translateX(15px) scale(1.1);
|
3717 |
+
}
|
3718 |
+
|
3719 |
+
.premium-video-box-mask-media {
|
3720 |
+
-webkit-mask-repeat: no-repeat;
|
3721 |
+
mask-repeat: no-repeat;
|
3722 |
+
}
|
3723 |
+
|
3724 |
+
/* Sticky Video Option */
|
3725 |
+
.premium-video-box-container.premium-video-box-sticky-apply {
|
3726 |
+
z-index: 99;
|
3727 |
+
overflow: unset;
|
3728 |
+
}
|
3729 |
+
|
3730 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3731 |
+
position: fixed !important;
|
3732 |
+
z-index: 99999;
|
3733 |
+
height: 225px;
|
3734 |
+
width: 400px;
|
3735 |
+
background: #fff;
|
3736 |
+
}
|
3737 |
+
|
3738 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
|
3739 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
|
3740 |
+
visibility: hidden;
|
3741 |
+
}
|
3742 |
+
|
3743 |
+
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3744 |
+
-webkit-box-shadow: unset;
|
3745 |
+
box-shadow: unset;
|
3746 |
+
}
|
3747 |
+
|
3748 |
+
.premium-video-box-sticky-close,
|
3749 |
+
.premium-video-box-sticky-infobar {
|
3750 |
+
display: none;
|
3751 |
+
}
|
3752 |
+
|
3753 |
+
.premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3754 |
+
position: absolute;
|
3755 |
+
padding: 5px;
|
3756 |
+
cursor: pointer;
|
3757 |
+
z-index: 99999;
|
3758 |
+
height: 14px;
|
3759 |
+
width: 14px;
|
3760 |
+
-webkit-box-sizing: content-box;
|
3761 |
+
-moz-box-sizing: content-box;
|
3762 |
+
box-sizing: content-box;
|
3763 |
+
-webkit-border-radius: 100%;
|
3764 |
+
border-radius: 100%;
|
3765 |
+
-js-display: flex;
|
3766 |
+
display: -webkit-box;
|
3767 |
+
display: -webkit-flex;
|
3768 |
+
display: -moz-box;
|
3769 |
+
display: -ms-flexbox;
|
3770 |
+
display: flex;
|
3771 |
+
-webkit-box-pack: center;
|
3772 |
+
-webkit-justify-content: center;
|
3773 |
+
-moz-box-pack: center;
|
3774 |
+
-ms-flex-pack: center;
|
3775 |
+
justify-content: center;
|
3776 |
+
-webkit-box-align: center;
|
3777 |
+
-webkit-align-items: center;
|
3778 |
+
-moz-box-align: center;
|
3779 |
+
-ms-flex-align: center;
|
3780 |
+
align-items: center;
|
3781 |
+
}
|
3782 |
+
|
3783 |
+
.premium-video-box-sticky-apply .premium-video-box-play-icon-container {
|
3784 |
+
-js-display: flex;
|
3785 |
+
display: -webkit-box;
|
3786 |
+
display: -webkit-flex;
|
3787 |
+
display: -moz-box;
|
3788 |
+
display: -ms-flexbox;
|
3789 |
+
display: flex;
|
3790 |
+
}
|
3791 |
+
|
3792 |
+
.premium-video-box-sticky-apply .premium-video-box-play-icon {
|
3793 |
+
-webkit-transition: none;
|
3794 |
+
transition: none;
|
3795 |
+
}
|
3796 |
+
|
3797 |
+
.premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
|
3798 |
+
display: block;
|
3799 |
+
position: relative;
|
3800 |
+
top: 100%;
|
3801 |
+
width: 100%;
|
3802 |
+
padding: 5px;
|
3803 |
+
text-align: center;
|
3804 |
+
z-index: 9999;
|
3805 |
+
margin-top: -1px;
|
3806 |
+
}
|
3807 |
+
|
3808 |
+
.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
|
3809 |
+
cursor: move;
|
3810 |
+
}
|
3811 |
+
|
3812 |
+
.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3813 |
+
left: auto;
|
3814 |
+
right: 20px;
|
3815 |
+
top: 20px;
|
3816 |
+
}
|
3817 |
+
|
3818 |
+
.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3819 |
+
left: auto;
|
3820 |
+
right: 20px;
|
3821 |
+
bottom: 20px;
|
3822 |
+
}
|
3823 |
+
|
3824 |
+
.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3825 |
+
right: auto;
|
3826 |
+
left: 20px;
|
3827 |
+
top: 20px;
|
3828 |
+
}
|
3829 |
+
|
3830 |
+
.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3831 |
+
right: auto;
|
3832 |
+
left: 20px;
|
3833 |
+
bottom: 20px;
|
3834 |
+
}
|
3835 |
+
|
3836 |
+
.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3837 |
+
left: auto;
|
3838 |
+
right: 20px;
|
3839 |
+
top: 50%;
|
3840 |
+
-webkit-transform: translateY(-50%);
|
3841 |
+
-ms-transform: translateY(-50%);
|
3842 |
+
transform: translateY(-50%);
|
3843 |
+
}
|
3844 |
+
|
3845 |
+
.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3846 |
+
right: auto;
|
3847 |
+
left: 20px;
|
3848 |
+
top: 50%;
|
3849 |
+
-webkit-transform: translateY(-50%);
|
3850 |
+
-ms-transform: translateY(-50%);
|
3851 |
+
transform: translateY(-50%);
|
3852 |
+
}
|
3853 |
+
|
3854 |
+
.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,
|
3855 |
+
.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
|
3856 |
+
bottom: 55px;
|
3857 |
+
}
|
3858 |
+
|
3859 |
+
.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3860 |
+
.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3861 |
+
.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3862 |
+
top: -10px;
|
3863 |
+
left: -10px;
|
3864 |
+
}
|
3865 |
+
|
3866 |
+
.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3867 |
+
.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
|
3868 |
+
.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
|
3869 |
+
top: -10px;
|
3870 |
+
right: -10px;
|
3871 |
+
}
|
3872 |
+
|
3873 |
+
.premium-video-box-filter-sticky {
|
3874 |
+
-webkit-filter: none !important;
|
3875 |
+
filter: none !important;
|
3876 |
+
}
|
3877 |
+
|
3878 |
+
/**************** Premium Blog *****************/
|
3879 |
+
/***********************************************/
|
3880 |
+
.premium-blog-thumb-effect-wrapper {
|
3881 |
+
position: relative;
|
3882 |
+
overflow: hidden;
|
3883 |
+
}
|
3884 |
+
|
3885 |
+
.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
|
3886 |
+
position: absolute;
|
3887 |
+
top: 0;
|
3888 |
+
right: 0;
|
3889 |
+
width: 100%;
|
3890 |
+
height: 100%;
|
3891 |
+
z-index: 2;
|
3892 |
+
padding: 20px;
|
3893 |
+
}
|
3894 |
+
|
3895 |
+
.premium-blog-bordered-effect .premium-blog-post-link {
|
3896 |
+
display: block;
|
3897 |
+
height: 100%;
|
3898 |
+
position: relative;
|
3899 |
+
}
|
3900 |
+
|
3901 |
+
/*Thumbnail Img*/
|
3902 |
+
.premium-blog-thumbnail-container {
|
3903 |
+
overflow: hidden;
|
3904 |
+
}
|
3905 |
+
|
3906 |
+
.premium-blog-thumbnail-container img,
|
3907 |
+
.premium-blog-thumbnail-container .below-entry-meta {
|
3908 |
+
width: 100%;
|
3909 |
+
height: 100%;
|
3910 |
+
margin: 0 !important;
|
3911 |
+
-webkit-transition: all 0.4s ease-in-out;
|
3912 |
+
transition: all 0.4s ease-in-out;
|
3913 |
+
}
|
3914 |
+
|
3915 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-zoomout-effect img,
|
3916 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-scale-effect img {
|
3917 |
+
-webkit-transform: scale(1.2);
|
3918 |
+
-ms-transform: scale(1.2);
|
3919 |
+
transform: scale(1.2);
|
3920 |
+
}
|
3921 |
+
|
3922 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-sepia-effect img {
|
3923 |
+
-webkit-filter: sepia(30%);
|
3924 |
+
filter: sepia(30%);
|
3925 |
+
}
|
3926 |
+
|
3927 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-bright-effect img {
|
3928 |
+
-webkit-filter: brightness(1);
|
3929 |
+
filter: brightness(1);
|
3930 |
+
}
|
3931 |
+
|
3932 |
+
.premium-blog-thumb-effect-wrapper .premium-blog-trans-effect img {
|
3933 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
3934 |
+
-ms-transform: translateX(15px) scale(1.1);
|
3935 |
+
transform: translateX(15px) scale(1.1);
|
3936 |
+
}
|
3937 |
+
|
3938 |
+
.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
|
3939 |
+
-webkit-transform: scale(1.2);
|
3940 |
+
-ms-transform: scale(1.2);
|
3941 |
+
transform: scale(1.2);
|
3942 |
+
}
|
3943 |
+
|
3944 |
+
.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
|
3945 |
+
-webkit-transform: scale(1.1);
|
3946 |
+
-ms-transform: scale(1.1);
|
3947 |
+
transform: scale(1.1);
|
3948 |
+
}
|
3949 |
+
|
3950 |
+
.premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
|
3951 |
+
-webkit-transform: scale(1.3) rotate(-5deg);
|
3952 |
+
-ms-transform: scale(1.3) rotate(-5deg);
|
3953 |
+
transform: scale(1.3) rotate(-5deg);
|
3954 |
+
}
|
3955 |
+
|
3956 |
+
.premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
|
3957 |
+
-webkit-filter: grayscale(100%);
|
3958 |
+
filter: grayscale(100%);
|
3959 |
+
}
|
3960 |
+
|
3961 |
+
.premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
|
3962 |
+
-webkit-filter: blur(3px);
|
3963 |
+
filter: blur(3px);
|
3964 |
+
}
|
3965 |
+
|
3966 |
+
.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
|
3967 |
+
-webkit-filter: sepia(0%);
|
3968 |
+
filter: sepia(0%);
|
3969 |
+
}
|
3970 |
+
|
3971 |
+
.premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
|
3972 |
+
-webkit-filter: brightness(1.2);
|
3973 |
+
filter: brightness(1.2);
|
3974 |
+
}
|
3975 |
+
|
3976 |
+
.premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
|
3977 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
3978 |
+
-ms-transform: translateX(0px) scale(1.1);
|
3979 |
+
transform: translateX(0px) scale(1.1);
|
3980 |
+
}
|
3981 |
+
|
3982 |
+
.premium-blog-post-container {
|
3983 |
+
overflow: hidden;
|
3984 |
+
}
|
3985 |
+
|
3986 |
+
.premium-blog-post-container .premium-blog-inner-container {
|
3987 |
+
-js-display: flex;
|
3988 |
+
display: -webkit-box;
|
3989 |
+
display: -webkit-flex;
|
3990 |
+
display: -moz-box;
|
3991 |
+
display: -ms-flexbox;
|
3992 |
+
display: flex;
|
3993 |
+
}
|
3994 |
+
|
3995 |
+
.premium-blog-post-container .premium-blog-post-content {
|
3996 |
+
line-height: 1.5em;
|
3997 |
+
color: #777;
|
3998 |
+
font-size: 14px;
|
3999 |
+
margin-bottom: 10px;
|
4000 |
+
}
|
4001 |
+
|
4002 |
+
.premium-blog-post-container ul.post-categories a:hover,
|
4003 |
+
.premium-blog-post-container ul.post-categories a:focus,
|
4004 |
+
.premium-blog-post-container .premium-blog-post-link:hover,
|
4005 |
+
.premium-blog-post-container .premium-blog-post-link:focus {
|
4006 |
+
-webkit-box-shadow: none !important;
|
4007 |
+
box-shadow: none !important;
|
4008 |
+
outline: none !important;
|
4009 |
+
}
|
4010 |
+
|
4011 |
+
.premium-blog-post-container .premium-blog-entry-title {
|
4012 |
+
font-size: 18px;
|
4013 |
+
margin-bottom: 5px;
|
4014 |
+
}
|
4015 |
+
|
4016 |
+
.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
|
4017 |
+
position: relative;
|
4018 |
+
z-index: 3;
|
4019 |
+
top: -50px;
|
4020 |
+
}
|
4021 |
+
|
4022 |
+
.premium-blog-post-container .premium-blog-content-wrapper {
|
4023 |
+
background-color: #f5f5f5;
|
4024 |
+
padding: 30px;
|
4025 |
+
}
|
4026 |
+
|
4027 |
+
.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
|
4028 |
+
top: 0;
|
4029 |
+
}
|
4030 |
+
|
4031 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before,
|
4032 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after {
|
4033 |
+
position: absolute;
|
4034 |
+
content: "";
|
4035 |
+
z-index: 1;
|
4036 |
+
top: 50%;
|
4037 |
+
right: 50%;
|
4038 |
+
opacity: 0;
|
4039 |
+
-webkit-transform: translate(50%, -50%);
|
4040 |
+
-ms-transform: translate(50%, -50%);
|
4041 |
+
transform: translate(50%, -50%);
|
4042 |
+
-webkit-transition: all 0.4s linear 0s;
|
4043 |
+
transition: all 0.4s linear 0s;
|
4044 |
+
height: 1px;
|
4045 |
+
width: 100%;
|
4046 |
+
background-color: #fff;
|
4047 |
+
}
|
4048 |
+
|
4049 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
|
4050 |
+
width: 1px;
|
4051 |
+
height: 100%;
|
4052 |
+
}
|
4053 |
+
|
4054 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:after {
|
4055 |
+
width: 20px;
|
4056 |
+
opacity: 1;
|
4057 |
+
}
|
4058 |
+
|
4059 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:before {
|
4060 |
+
height: 20px;
|
4061 |
+
opacity: 1;
|
4062 |
+
}
|
4063 |
+
|
4064 |
+
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
|
4065 |
+
margin: 0px 10px 20px;
|
4066 |
+
clear: both;
|
4067 |
+
}
|
4068 |
+
|
4069 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,
|
4070 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay,
|
4071 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay {
|
4072 |
+
position: absolute;
|
4073 |
+
top: 0;
|
4074 |
+
right: 0;
|
4075 |
+
width: 100%;
|
4076 |
+
height: 100%;
|
4077 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4078 |
+
transition: all 0.3s ease-in-out;
|
4079 |
+
opacity: 0;
|
4080 |
+
}
|
4081 |
+
|
4082 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,
|
4083 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a,
|
4084 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a {
|
4085 |
+
-js-display: flex;
|
4086 |
+
display: -webkit-box;
|
4087 |
+
display: -webkit-flex;
|
4088 |
+
display: -moz-box;
|
4089 |
+
display: -ms-flexbox;
|
4090 |
+
display: flex;
|
4091 |
+
-webkit-box-pack: center;
|
4092 |
+
-webkit-justify-content: center;
|
4093 |
+
-moz-box-pack: center;
|
4094 |
+
-ms-flex-pack: center;
|
4095 |
+
justify-content: center;
|
4096 |
+
-webkit-box-align: center;
|
4097 |
+
-webkit-align-items: center;
|
4098 |
+
-moz-box-align: center;
|
4099 |
+
-ms-flex-align: center;
|
4100 |
+
align-items: center;
|
4101 |
+
width: 100%;
|
4102 |
+
height: 100%;
|
4103 |
+
}
|
4104 |
+
|
4105 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
|
4106 |
+
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,
|
4107 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span,
|
4108 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,
|
4109 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
|
4110 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i {
|
4111 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4112 |
+
transition: all 0.3s ease-in-out;
|
4113 |
+
}
|
4114 |
+
|
4115 |
+
.premium-blog-post-container.premium-blog-skin-side {
|
4116 |
+
-js-display: flex;
|
4117 |
+
display: -webkit-box;
|
4118 |
+
display: -webkit-flex;
|
4119 |
+
display: -moz-box;
|
4120 |
+
display: -ms-flexbox;
|
4121 |
+
display: flex;
|
4122 |
+
}
|
4123 |
+
|
4124 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
|
4125 |
+
height: 100%;
|
4126 |
+
}
|
4127 |
+
|
4128 |
+
.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
|
4129 |
+
-webkit-box-flex: 1;
|
4130 |
+
-webkit-flex: 1;
|
4131 |
+
-moz-box-flex: 1;
|
4132 |
+
-ms-flex: 1;
|
4133 |
+
flex: 1;
|
4134 |
+
}
|
4135 |
+
|
4136 |
+
.premium-blog-post-container.premium-blog-skin-banner {
|
4137 |
+
position: relative;
|
4138 |
+
}
|
4139 |
+
|
4140 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
|
4141 |
+
position: absolute;
|
4142 |
+
width: 100%;
|
4143 |
+
bottom: 0;
|
4144 |
+
-js-display: flex;
|
4145 |
+
display: -webkit-box;
|
4146 |
+
display: -webkit-flex;
|
4147 |
+
display: -moz-box;
|
4148 |
+
display: -ms-flexbox;
|
4149 |
+
display: flex;
|
4150 |
+
-webkit-box-orient: vertical;
|
4151 |
+
-webkit-box-direction: normal;
|
4152 |
+
-webkit-flex-direction: column;
|
4153 |
+
-moz-box-orient: vertical;
|
4154 |
+
-moz-box-direction: normal;
|
4155 |
+
-ms-flex-direction: column;
|
4156 |
+
flex-direction: column;
|
4157 |
+
background-color: transparent;
|
4158 |
+
z-index: 3;
|
4159 |
+
}
|
4160 |
+
|
4161 |
+
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper-inner {
|
4162 |
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
4163 |
+
transition: -webkit-transform 0.3s ease-in-out;
|
4164 |
+
transition: transform 0.3s ease-in-out;
|
4165 |
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
4166 |
+
}
|
4167 |
+
|
4168 |
+
.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper-inner {
|
4169 |
+
-webkit-transform: translateY(-5px);
|
4170 |
+
-ms-transform: translateY(-5px);
|
4171 |
+
transform: translateY(-5px);
|
4172 |
+
}
|
4173 |
+
|
4174 |
+
.premium-blog-post-container .premium-blog-cats-container ul.post-categories {
|
4175 |
+
margin: 0;
|
4176 |
+
padding: 0;
|
4177 |
+
list-style: none;
|
4178 |
+
-js-display: flex;
|
4179 |
+
display: -webkit-box;
|
4180 |
+
display: -webkit-flex;
|
4181 |
+
display: -moz-box;
|
4182 |
+
display: -ms-flexbox;
|
4183 |
+
display: flex;
|
4184 |
+
}
|
4185 |
+
|
4186 |
+
.premium-blog-post-container .premium-blog-cats-container a {
|
4187 |
+
display: block;
|
4188 |
+
font-size: 12px;
|
4189 |
+
color: #fff;
|
4190 |
+
background-color: #777;
|
4191 |
+
margin: 0 0 10px 3px;
|
4192 |
+
padding: 5px;
|
4193 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4194 |
+
transition: all 0.3s ease-in-out;
|
4195 |
+
}
|
4196 |
+
|
4197 |
+
/*
|
4198 |
+
* Diagonal Effect
|
4199 |
+
*/
|
4200 |
+
.premium-blog-diagonal-container {
|
4201 |
+
position: absolute;
|
4202 |
+
top: 0;
|
4203 |
+
right: 0;
|
4204 |
+
width: 100%;
|
4205 |
+
height: 100%;
|
4206 |
+
}
|
4207 |
+
|
4208 |
+
.premium-blog-diagonal-effect:before {
|
4209 |
+
position: absolute;
|
4210 |
+
top: 0px;
|
4211 |
+
right: 0px;
|
4212 |
+
width: 100%;
|
4213 |
+
height: 100%;
|
4214 |
+
content: " ";
|
4215 |
+
z-index: 1;
|
4216 |
+
background: rgba(255, 255, 255, 0.2);
|
4217 |
+
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
4218 |
+
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
4219 |
+
-webkit-transition: all 0.3s linear 0s;
|
4220 |
+
transition: all 0.3s linear 0s;
|
4221 |
+
}
|
4222 |
+
|
4223 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-diagonal-effect:before {
|
4224 |
+
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
4225 |
+
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
4226 |
+
}
|
4227 |
+
|
4228 |
+
/*
|
4229 |
+
* Framed Effect
|
4230 |
+
*/
|
4231 |
+
.premium-blog-framed-effect {
|
4232 |
+
position: absolute;
|
4233 |
+
width: -webkit-calc(100% - 30px);
|
4234 |
+
width: calc(100% - 30px);
|
4235 |
+
height: -webkit-calc(100% - 30px);
|
4236 |
+
height: calc(100% - 30px);
|
4237 |
+
top: 15px;
|
4238 |
+
right: 15px;
|
4239 |
+
opacity: 0;
|
4240 |
+
-webkit-transform: scale(0.3);
|
4241 |
+
-ms-transform: scale(0.3);
|
4242 |
+
transform: scale(0.3);
|
4243 |
+
-webkit-transition: all 0.3s linear 0s;
|
4244 |
+
transition: all 0.3s linear 0s;
|
4245 |
+
}
|
4246 |
+
|
4247 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-framed-effect {
|
4248 |
+
opacity: 0.99;
|
4249 |
+
-webkit-transform: scale(1);
|
4250 |
+
-ms-transform: scale(1);
|
4251 |
+
transform: scale(1);
|
4252 |
+
}
|
4253 |
+
|
4254 |
+
/*
|
4255 |
+
* Bordered Effect
|
4256 |
+
*/
|
4257 |
+
.premium-blog-bordered-effect {
|
4258 |
+
position: absolute;
|
4259 |
+
top: 0;
|
4260 |
+
right: 0;
|
4261 |
+
width: 100%;
|
4262 |
+
height: 100%;
|
4263 |
+
opacity: 0;
|
4264 |
+
padding: 15px;
|
4265 |
+
-webkit-transition: all 0.3s linear 0s;
|
4266 |
+
transition: all 0.3s linear 0s;
|
4267 |
+
}
|
4268 |
+
|
4269 |
+
.premium-blog-bordered-effect .premium-blog-post-link:before,
|
4270 |
+
.premium-blog-bordered-effect .premium-blog-post-link:after {
|
4271 |
+
content: "";
|
4272 |
+
display: block;
|
4273 |
+
position: absolute;
|
4274 |
+
top: 0;
|
4275 |
+
right: 0;
|
4276 |
+
width: 100%;
|
4277 |
+
height: 100%;
|
4278 |
+
-webkit-transition: all 0.5s linear 0s;
|
4279 |
+
transition: all 0.5s linear 0s;
|
4280 |
+
-webkit-transition-delay: 0s;
|
4281 |
+
transition-delay: 0s;
|
4282 |
+
border-color: rgba(255, 255, 255, 0.45);
|
4283 |
+
}
|
4284 |
+
|
4285 |
+
.premium-blog-bordered-effect .premium-blog-post-link:before {
|
4286 |
+
border-left: 2px solid;
|
4287 |
+
border-right: 2px solid;
|
4288 |
+
-webkit-transform: scale(1, 0);
|
4289 |
+
-ms-transform: scale(1, 0);
|
4290 |
+
transform: scale(1, 0);
|
4291 |
+
-webkit-transform-origin: 0% 0;
|
4292 |
+
-ms-transform-origin: 0% 0;
|
4293 |
+
transform-origin: 0% 0;
|
4294 |
+
}
|
4295 |
+
|
4296 |
+
.premium-blog-bordered-effect .premium-blog-post-link:after {
|
4297 |
+
border-top: 2px solid;
|
4298 |
+
border-bottom: 2px solid;
|
4299 |
+
-webkit-transform: scale(0, 1);
|
4300 |
+
-ms-transform: scale(0, 1);
|
4301 |
+
transform: scale(0, 1);
|
4302 |
+
-webkit-transform-origin: 100% 0;
|
4303 |
+
-ms-transform-origin: 100% 0;
|
4304 |
+
transform-origin: 100% 0;
|
4305 |
+
}
|
4306 |
+
|
4307 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect {
|
4308 |
+
opacity: 0.99;
|
4309 |
+
}
|
4310 |
+
|
4311 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:before,
|
4312 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:after {
|
4313 |
+
-webkit-transition-delay: 0.15s;
|
4314 |
+
transition-delay: 0.15s;
|
4315 |
+
opacity: 1;
|
4316 |
+
-webkit-transform: scale(1);
|
4317 |
+
-ms-transform: scale(1);
|
4318 |
+
transform: scale(1);
|
4319 |
+
}
|
4320 |
+
|
4321 |
+
/*
|
4322 |
+
* Squares Effect
|
4323 |
+
*/
|
4324 |
+
.premium-blog-squares-effect,
|
4325 |
+
.premium-blog-squares-square-container {
|
4326 |
+
position: absolute;
|
4327 |
+
top: 0;
|
4328 |
+
right: 0;
|
4329 |
+
width: 100%;
|
4330 |
+
height: 100%;
|
4331 |
+
}
|
4332 |
+
|
4333 |
+
.premium-blog-squares-effect:before,
|
4334 |
+
.premium-blog-squares-effect:after {
|
4335 |
+
position: absolute;
|
4336 |
+
content: "";
|
4337 |
+
top: 0;
|
4338 |
+
right: 0;
|
4339 |
+
width: 50%;
|
4340 |
+
height: 50%;
|
4341 |
+
-webkit-transform: translate(100%, -100%);
|
4342 |
+
-ms-transform: translate(100%, -100%);
|
4343 |
+
transform: translate(100%, -100%);
|
4344 |
+
opacity: 0.7;
|
4345 |
+
-webkit-transition: all 0.3s linear 0s;
|
4346 |
+
transition: all 0.3s linear 0s;
|
4347 |
+
}
|
4348 |
+
|
4349 |
+
.premium-blog-squares-square-container:before,
|
4350 |
+
.premium-blog-squares-square-container:after {
|
4351 |
+
position: absolute;
|
4352 |
+
content: "";
|
4353 |
+
top: 0;
|
4354 |
+
right: 0;
|
4355 |
+
width: 50%;
|
4356 |
+
height: 50%;
|
4357 |
+
-webkit-transform: translate(100%, -100%);
|
4358 |
+
-ms-transform: translate(100%, -100%);
|
4359 |
+
transform: translate(100%, -100%);
|
4360 |
+
opacity: 0.7;
|
4361 |
+
-webkit-transition: all 0.3s linear 0s;
|
4362 |
+
transition: all 0.3s linear 0s;
|
4363 |
+
}
|
4364 |
+
|
4365 |
+
.premium-blog-squares-square-container:before,
|
4366 |
+
.premium-blog-squares-square-container:after {
|
4367 |
+
opacity: 0.8;
|
4368 |
+
}
|
4369 |
+
|
4370 |
+
.premium-blog-squares-effect:after {
|
4371 |
+
-webkit-transform: translate(-200%, 200%);
|
4372 |
+
-ms-transform: translate(-200%, 200%);
|
4373 |
+
transform: translate(-200%, 200%);
|
4374 |
+
}
|
4375 |
+
|
4376 |
+
.premium-blog-squares-square-container:before {
|
4377 |
+
-webkit-transform: translate(100%, 200%);
|
4378 |
+
-ms-transform: translate(100%, 200%);
|
4379 |
+
transform: translate(100%, 200%);
|
4380 |
+
}
|
4381 |
+
|
4382 |
+
.premium-blog-squares-square-container:after {
|
4383 |
+
-webkit-transform: translate(-200%, -100%);
|
4384 |
+
-ms-transform: translate(-200%, -100%);
|
4385 |
+
transform: translate(-200%, -100%);
|
4386 |
+
}
|
4387 |
+
|
4388 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before {
|
4389 |
+
-webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
4390 |
+
-ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
4391 |
+
transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
|
4392 |
+
}
|
4393 |
+
|
4394 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after {
|
4395 |
+
-webkit-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
|
4396 |
+
-ms-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
|
4397 |
+
transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
|
4398 |
+
}
|
4399 |
+
|
4400 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before {
|
4401 |
+
-webkit-transform: translate(0, 100%);
|
4402 |
+
-ms-transform: translate(0, 100%);
|
4403 |
+
transform: translate(0, 100%);
|
4404 |
+
}
|
4405 |
+
|
4406 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after {
|
4407 |
+
-webkit-transform: translate(-100%, 0%);
|
4408 |
+
-ms-transform: translate(-100%, 0%);
|
4409 |
+
transform: translate(-100%, 0%);
|
4410 |
+
}
|
4411 |
+
|
4412 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
|
4413 |
+
opacity: 1;
|
4414 |
+
}
|
4415 |
+
|
4416 |
+
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a {
|
4417 |
+
opacity: 1;
|
4418 |
+
-webkit-transform: scale(1);
|
4419 |
+
-ms-transform: scale(1);
|
4420 |
+
transform: scale(1);
|
4421 |
+
}
|
4422 |
+
|
4423 |
+
.premium-blog-clear-fix {
|
4424 |
+
clear: both;
|
4425 |
+
}
|
4426 |
+
|
4427 |
+
.premium-blog-masked .premium-blog-thumbnail-container {
|
4428 |
+
position: relative;
|
4429 |
+
overflow: visible;
|
4430 |
+
}
|
4431 |
+
|
4432 |
+
.premium-blog-masked .premium-blog-thumbnail-container svg {
|
4433 |
+
position: absolute;
|
4434 |
+
height: 100px;
|
4435 |
+
width: 100%;
|
4436 |
+
bottom: -5px;
|
4437 |
+
right: 0;
|
4438 |
+
fill: #f5f5f5;
|
4439 |
+
z-index: 99;
|
4440 |
+
}
|
4441 |
+
|
4442 |
+
.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg {
|
4443 |
+
-webkit-transform: rotate(180deg);
|
4444 |
+
-ms-transform: rotate(180deg);
|
4445 |
+
transform: rotate(180deg);
|
4446 |
+
}
|
4447 |
+
|
4448 |
+
.premium-blog-masked .premium-blog-author-thumbnail,
|
4449 |
+
.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper {
|
4450 |
+
z-index: 999 !important;
|
4451 |
+
}
|
4452 |
+
|
4453 |
+
/*Post Format Container*/
|
4454 |
+
.premium-blog-format-link {
|
4455 |
+
padding: 5px;
|
4456 |
+
line-height: 0;
|
4457 |
+
}
|
4458 |
+
|
4459 |
+
/*Post Format Icon*/
|
4460 |
+
/*Post Format Content Margin */
|
4461 |
+
.premium-blog-entry-meta {
|
4462 |
+
line-height: 1.3em;
|
4463 |
+
font-size: 12px;
|
4464 |
+
margin-bottom: 13px;
|
4465 |
+
color: #adadad;
|
4466 |
+
}
|
4467 |
+
|
4468 |
+
.premium-blog-entry-meta i {
|
4469 |
+
margin-left: 3px;
|
4470 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4471 |
+
transition: all 0.3s ease-in-out;
|
4472 |
+
}
|
4473 |
+
|
4474 |
+
.premium-blog-meta-data {
|
4475 |
+
display: inline-block;
|
4476 |
+
}
|
4477 |
+
|
4478 |
+
.premium-blog-meta-data .premium-blog-meta-separator {
|
4479 |
+
margin: 0 5px;
|
4480 |
+
}
|
4481 |
+
|
4482 |
+
.premium-blog-meta-data a,
|
4483 |
+
.premium-blog-meta-data span {
|
4484 |
+
color: inherit;
|
4485 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4486 |
+
transition: all 0.3s ease-in-out;
|
4487 |
+
}
|
4488 |
+
|
4489 |
+
.premium-blog-author-thumbnail {
|
4490 |
+
position: relative;
|
4491 |
+
padding: 0 30px;
|
4492 |
+
width: 100%;
|
4493 |
+
top: -10px;
|
4494 |
+
height: 0;
|
4495 |
+
pointer-events: none;
|
4496 |
+
}
|
4497 |
+
|
4498 |
+
.premium-blog-author-thumbnail img {
|
4499 |
+
-webkit-border-radius: 50%;
|
4500 |
+
border-radius: 50%;
|
4501 |
+
width: 60px;
|
4502 |
+
pointer-events: all;
|
4503 |
+
-webkit-transform: translateY(-50%);
|
4504 |
+
-ms-transform: translateY(-50%);
|
4505 |
+
transform: translateY(-50%);
|
4506 |
+
}
|
4507 |
+
|
4508 |
+
.premium-blog-entry-title a,
|
4509 |
+
.premium-blog-post-tags-container a,
|
4510 |
+
.premium-blog-post-content .premium-blog-excerpt-link {
|
4511 |
+
-webkit-transition: all 0.3s ease-in-out;
|
4512 |
+
transition: all 0.3s ease-in-out;
|
4513 |
+
}
|
4514 |
+
|
4515 |
+
.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
|
4516 |
+
background-color: transparent;
|
4517 |
+
color: #54595f;
|
4518 |
+
padding: 0;
|
4519 |
+
}
|
4520 |
+
|
4521 |
+
.premium-blog-cta-full-yes .premium-blog-excerpt-link {
|
4522 |
+
width: 100%;
|
4523 |
+
}
|
4524 |
+
|
4525 |
+
.premium-blog-post-tags-container {
|
4526 |
+
margin-top: 8px;
|
4527 |
+
-js-display: flex;
|
4528 |
+
display: -webkit-box;
|
4529 |
+
display: -webkit-flex;
|
4530 |
+
display: -moz-box;
|
4531 |
+
display: -ms-flexbox;
|
4532 |
+
display: flex;
|
4533 |
+
-webkit-box-align: center;
|
4534 |
+
-webkit-align-items: center;
|
4535 |
+
-moz-box-align: center;
|
4536 |
+
-ms-flex-align: center;
|
4537 |
+
align-items: center;
|
4538 |
+
-webkit-flex-wrap: wrap;
|
4539 |
+
-ms-flex-wrap: wrap;
|
4540 |
+
flex-wrap: wrap;
|
4541 |
+
}
|
4542 |
+
|
4543 |
+
.premium-blog-post-tags-container a {
|
4544 |
+
color: inherit;
|
4545 |
+
margin-right: 5px;
|
4546 |
+
}
|
4547 |
+
|
4548 |
+
.premium-blog-align-center .post-categories,
|
4549 |
+
.premium-blog-align-center .premium-blog-inner-container,
|
4550 |
+
.premium-blog-align-center .premium-blog-post-tags-container {
|
4551 |
+
-webkit-box-pack: center;
|
4552 |
+
-webkit-justify-content: center;
|
4553 |
+
-moz-box-pack: center;
|
4554 |
+
-ms-flex-pack: center;
|
4555 |
+
justify-content: center;
|
4556 |
+
}
|
4557 |
+
|
4558 |
+
.premium-blog-align-left .premium-blog-post-container .post-categories,
|
4559 |
+
.premium-blog-align-left .premium-blog-post-container .premium-blog-inner-container,
|
4560 |
+
.premium-blog-align-left .premium-blog-post-container .premium-blog-post-tags-container {
|
4561 |
+
-webkit-box-pack: end;
|
4562 |
+
-webkit-justify-content: flex-end;
|
4563 |
+
-moz-box-pack: end;
|
4564 |
+
-ms-flex-pack: end;
|
4565 |
+
justify-content: flex-end;
|
4566 |
+
}
|
4567 |
+
|
4568 |
+
/* .premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .post-categories,
|
4569 |
+
.premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .premium-blog-inner-container,
|
4570 |
+
.premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .premium-blog-post-tags-container {
|
4571 |
+
-webkit-box-pack: start;
|
4572 |
+
-webkit-justify-content: flex-start;
|
4573 |
+
-moz-box-pack: start;
|
4574 |
+
-ms-flex-pack: start;
|
4575 |
+
justify-content: flex-start;
|
4576 |
+
} */
|
4577 |
+
|
4578 |
+
.premium-blog-align-right .premium-blog-post-container .post-categories,
|
4579 |
+
.premium-blog-align-right .premium-blog-post-container .premium-blog-inner-container,
|
4580 |
+
.premium-blog-align-right .premium-blog-post-container .premium-blog-post-tags-container {
|
4581 |
+
-webkit-box-pack: start;
|
4582 |
+
-webkit-justify-content: flex-start;
|
4583 |
+
-moz-box-pack: start;
|
4584 |
+
-ms-flex-pack: start;
|
4585 |
+
justify-content: flex-start;
|
4586 |
+
}
|
4587 |
+
|
4588 |
+
/* .premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .post-categories,
|
4589 |
+
.premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .premium-blog-inner-container,
|
4590 |
+
.premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .premium-blog-post-tags-container {
|
4591 |
+
-webkit-box-pack: end;
|
4592 |
+
-webkit-justify-content: flex-end;
|
4593 |
+
-moz-box-pack: end;
|
4594 |
+
-ms-flex-pack: end;
|
4595 |
+
justify-content: flex-end;
|
4596 |
+
} */
|
4597 |
+
|
4598 |
+
/* Pagination */
|
4599 |
+
.premium-blog-pagination-container {
|
4600 |
+
text-align: left;
|
4601 |
+
}
|
4602 |
+
|
4603 |
+
.premium-blog-pagination-container span {
|
4604 |
+
cursor: default;
|
4605 |
+
}
|
4606 |
+
|
4607 |
+
.premium-blog-pagination-container .page-numbers {
|
4608 |
+
display: inline-block;
|
4609 |
+
color: #000;
|
4610 |
+
line-height: 1;
|
4611 |
+
font-size: 1em;
|
4612 |
+
font-weight: 400;
|
4613 |
+
text-decoration: none;
|
4614 |
+
padding: 0.75em;
|
4615 |
+
margin: 0 0 0.4em 0.4em;
|
4616 |
+
-webkit-transition: all 0.2s ease-in-out;
|
4617 |
+
transition: all 0.2s ease-in-out;
|
4618 |
+
}
|
4619 |
+
|
4620 |
+
.premium-blog-wrap .premium-loading-feed {
|
4621 |
+
display: block;
|
4622 |
+
position: absolute;
|
4623 |
+
width: 100%;
|
4624 |
+
height: 100%;
|
4625 |
+
top: 0px;
|
4626 |
+
right: 0px;
|
4627 |
+
bottom: 0px;
|
4628 |
+
left: 0px;
|
4629 |
+
background: rgba(255, 255, 255, 0.2);
|
4630 |
+
-js-display: flex;
|
4631 |
+
display: -webkit-box;
|
4632 |
+
display: -webkit-flex;
|
4633 |
+
display: -moz-box;
|
4634 |
+
display: -ms-flexbox;
|
4635 |
+
display: flex;
|
4636 |
+
-webkit-box-align: center;
|
4637 |
+
-webkit-align-items: center;
|
4638 |
+
-moz-box-align: center;
|
4639 |
+
-ms-flex-align: center;
|
4640 |
+
align-items: center;
|
4641 |
+
z-index: 99;
|
4642 |
+
}
|
4643 |
+
|
4644 |
+
.premium-blog-wrap {
|
4645 |
+
-js-display: flex;
|
4646 |
+
display: -webkit-box;
|
4647 |
+
display: -webkit-flex;
|
4648 |
+
display: -moz-box;
|
4649 |
+
display: -ms-flexbox;
|
4650 |
+
display: flex;
|
4651 |
+
-webkit-flex-wrap: wrap;
|
4652 |
+
-ms-flex-wrap: wrap;
|
4653 |
+
flex-wrap: wrap;
|
4654 |
+
}
|
4655 |
+
|
4656 |
+
.premium-blog-wrap ul.slick-dots {
|
4657 |
+
width: 100%;
|
4658 |
+
}
|
4659 |
+
|
4660 |
+
/**
|
4661 |
+
* Even Layout
|
4662 |
+
*/
|
4663 |
+
.premium-blog-even .premium-blog-post-container {
|
4664 |
+
height: 100%;
|
4665 |
+
}
|
4666 |
+
|
4667 |
+
.premium-blog-even .slick-track {
|
4668 |
+
-js-display: flex;
|
4669 |
+
display: -webkit-box;
|
4670 |
+
display: -webkit-flex;
|
4671 |
+
display: -moz-box;
|
4672 |
+
display: -ms-flexbox;
|
4673 |
+
display: flex;
|
4674 |
+
}
|
4675 |
+
|
4676 |
+
.premium-blog-even .slick-slide {
|
4677 |
+
height: inherit !important;
|
4678 |
+
}
|
4679 |
+
|
4680 |
+
/**
|
4681 |
+
* Responsive Style
|
4682 |
+
*/
|
4683 |
+
@media (max-width: 768px) {
|
4684 |
+
.premium-blog-content-wrapper {
|
4685 |
+
top: 0;
|
4686 |
+
margin: 0;
|
4687 |
+
padding: 15px;
|
4688 |
+
}
|
4689 |
+
|
4690 |
+
.premium-blog-thumb-effect-wrapper {
|
4691 |
+
margin-bottom: 15px;
|
4692 |
+
}
|
4693 |
+
}
|
4694 |
+
|
4695 |
+
[dir="rtl"] .premium-blog-wrap.slick-slider .slick-list,
|
4696 |
+
[dir="rtl"] .premium-blog-wrap.slick-slider .slick-track {
|
4697 |
+
direction: ltr;
|
4698 |
+
}
|
4699 |
+
|
4700 |
+
/************ Premium Team Members ************/
|
4701 |
+
/*********************************************/
|
4702 |
+
.premium-person-container {
|
4703 |
+
position: relative;
|
4704 |
+
}
|
4705 |
+
|
4706 |
+
.premium-person-image-container {
|
4707 |
+
position: relative;
|
4708 |
+
text-align: center;
|
4709 |
+
overflow: hidden;
|
4710 |
+
}
|
4711 |
+
|
4712 |
+
.premium-person-image-container .premium-person-image-wrap {
|
4713 |
+
overflow: hidden;
|
4714 |
+
}
|
4715 |
+
|
4716 |
+
.premium-person-zoomout-effect .premium-person-image-container img,
|
4717 |
+
.premium-person-scale-effect .premium-person-image-container img {
|
4718 |
+
-webkit-transform: scale(1.2);
|
4719 |
+
-ms-transform: scale(1.2);
|
4720 |
+
transform: scale(1.2);
|
4721 |
+
}
|
4722 |
+
|
4723 |
+
.premium-person-sepia-effect .premium-person-image-container img {
|
4724 |
+
-webkit-filter: sepia(30%);
|
4725 |
+
filter: sepia(30%);
|
4726 |
+
}
|
4727 |
+
|
4728 |
+
.premium-person-bright-effect .premium-person-image-container img {
|
4729 |
+
-webkit-filter: brightness(1);
|
4730 |
+
filter: brightness(1);
|
4731 |
+
}
|
4732 |
+
|
4733 |
+
.premium-person-trans-effect .premium-person-image-container img {
|
4734 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
4735 |
+
-ms-transform: translateX(15px) scale(1.1);
|
4736 |
+
transform: translateX(15px) scale(1.1);
|
4737 |
+
}
|
4738 |
+
|
4739 |
+
.premium-person-zoomin-effect:hover .premium-person-image-container img {
|
4740 |
+
-webkit-transform: scale(1.2);
|
4741 |
+
-ms-transform: scale(1.2);
|
4742 |
+
transform: scale(1.2);
|
4743 |
+
}
|
4744 |
+
|
4745 |
+
.premium-person-zoomout-effect:hover .premium-person-image-container img {
|
4746 |
+
-webkit-transform: scale(1.1);
|
4747 |
+
-ms-transform: scale(1.1);
|
4748 |
+
transform: scale(1.1);
|
4749 |
+
}
|
4750 |
+
|
4751 |
+
.premium-person-scale-effect:hover .premium-person-image-container img {
|
4752 |
+
-webkit-transform: scale(1.3) rotate(-5deg);
|
4753 |
+
-ms-transform: scale(1.3) rotate(-5deg);
|
4754 |
+
transform: scale(1.3) rotate(-5deg);
|
4755 |
+
}
|
4756 |
+
|
4757 |
+
.premium-person-grayscale-effect:hover .premium-person-image-container img {
|
4758 |
+
-webkit-filter: grayscale(100%);
|
4759 |
+
filter: grayscale(100%);
|
4760 |
+
}
|
4761 |
+
|
4762 |
+
.premium-person-blur-effect:hover .premium-person-image-container img {
|
4763 |
+
-webkit-filter: blur(3px);
|
4764 |
+
filter: blur(3px);
|
4765 |
+
}
|
4766 |
+
|
4767 |
+
.premium-person-sepia-effect:hover .premium-person-image-container img {
|
4768 |
+
-webkit-filter: sepia(0%);
|
4769 |
+
filter: sepia(0%);
|
4770 |
+
}
|
4771 |
+
|
4772 |
+
.premium-person-bright-effect:hover .premium-person-image-container img {
|
4773 |
+
-webkit-filter: brightness(1.2);
|
4774 |
+
filter: brightness(1.2);
|
4775 |
+
}
|
4776 |
+
|
4777 |
+
.premium-person-trans-effect:hover .premium-person-image-container img {
|
4778 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
4779 |
+
-ms-transform: translateX(0px) scale(1.1);
|
4780 |
+
transform: translateX(0px) scale(1.1);
|
4781 |
+
}
|
4782 |
+
|
4783 |
+
.premium-person-container .premium-person-image-container img {
|
4784 |
+
width: 100%;
|
4785 |
+
height: 100%;
|
4786 |
+
-o-object-fit: cover;
|
4787 |
+
object-fit: cover;
|
4788 |
+
-webkit-transition: all 0.5s ease-in-out;
|
4789 |
+
transition: all 0.5s ease-in-out;
|
4790 |
+
}
|
4791 |
+
|
4792 |
+
.premium-person-style2 .premium-person-social {
|
4793 |
+
position: absolute;
|
4794 |
+
top: 0;
|
4795 |
+
right: 0;
|
4796 |
+
width: 100%;
|
4797 |
+
height: 100%;
|
4798 |
+
z-index: 2;
|
4799 |
+
-js-display: flex;
|
4800 |
+
display: -webkit-box;
|
4801 |
+
display: -webkit-flex;
|
4802 |
+
display: -moz-box;
|
4803 |
+
display: -ms-flexbox;
|
4804 |
+
display: flex;
|
4805 |
+
-webkit-box-pack: center;
|
4806 |
+
-webkit-justify-content: center;
|
4807 |
+
-moz-box-pack: center;
|
4808 |
+
-ms-flex-pack: center;
|
4809 |
+
justify-content: center;
|
4810 |
+
-webkit-box-align: center;
|
4811 |
+
-webkit-align-items: center;
|
4812 |
+
-moz-box-align: center;
|
4813 |
+
-ms-flex-align: center;
|
4814 |
+
align-items: center;
|
4815 |
+
-webkit-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
|
4816 |
+
box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
|
4817 |
+
-webkit-transition: all 0.5s linear 0s;
|
4818 |
+
transition: all 0.5s linear 0s;
|
4819 |
+
opacity: 0;
|
4820 |
+
}
|
4821 |
+
|
4822 |
+
.premium-person-style2 .premium-person-image-container:hover .premium-person-social {
|
4823 |
+
opacity: 1;
|
4824 |
+
}
|
4825 |
+
|
4826 |
+
.premium-person-list-item a {
|
4827 |
+
display: inline-block;
|
4828 |
+
}
|
4829 |
+
|
4830 |
+
.premium-person-style2 .premium-person-list-item a {
|
4831 |
+
opacity: 0;
|
4832 |
+
-webkit-transform: scale(0);
|
4833 |
+
-ms-transform: scale(0);
|
4834 |
+
transform: scale(0);
|
4835 |
+
-webkit-transition: all 0.5s ease-in-out 0s;
|
4836 |
+
transition: all 0.5s ease-in-out 0s;
|
4837 |
+
}
|
4838 |
+
|
4839 |
+
.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
|
4840 |
+
opacity: 1;
|
4841 |
+
-webkit-transform: scale(1);
|
4842 |
+
-ms-transform: scale(1);
|
4843 |
+
transform: scale(1);
|
4844 |
+
}
|
4845 |
+
|
4846 |
+
.premium-person-info-container {
|
4847 |
+
padding: 30px 15px;
|
4848 |
+
}
|
4849 |
+
|
4850 |
+
.premium-person-name {
|
4851 |
+
margin: 0 0 5px;
|
4852 |
+
font-weight: 700;
|
4853 |
+
}
|
4854 |
+
|
4855 |
+
.premium-person-title {
|
4856 |
+
margin: 0 0 20px;
|
4857 |
+
padding: 0;
|
4858 |
+
}
|
4859 |
+
|
4860 |
+
.premium-person-content {
|
4861 |
+
margin: 0 0 30px;
|
4862 |
+
}
|
4863 |
+
|
4864 |
+
/*Override Theme List Margin*/
|
4865 |
+
ul.premium-person-social-list {
|
4866 |
+
margin: 0px !important;
|
4867 |
+
padding: 0;
|
4868 |
+
}
|
4869 |
+
|
4870 |
+
.premium-person-social-list .premium-person-list-item {
|
4871 |
+
display: inline;
|
4872 |
+
list-style: none;
|
4873 |
+
}
|
4874 |
+
|
4875 |
+
.premium-person-social-list li {
|
4876 |
+
position: relative;
|
4877 |
+
bottom: 0px;
|
4878 |
+
-webkit-transition: all 0.2s ease-in-out;
|
4879 |
+
transition: all 0.2s ease-in-out;
|
4880 |
+
}
|
4881 |
+
|
4882 |
+
.premium-person-social-list li i {
|
4883 |
+
position: relative;
|
4884 |
+
bottom: 0px;
|
4885 |
+
-webkit-transition: all 0.2s ease-in-out;
|
4886 |
+
transition: all 0.2s ease-in-out;
|
4887 |
+
}
|
4888 |
+
|
4889 |
+
.premium-person-defaults-yes li.premium-person-facebook:hover a {
|
4890 |
+
background-color: #3b5998 !important;
|
4891 |
+
}
|
4892 |
+
|
4893 |
+
.premium-person-defaults-yes li.premium-person-twitter:hover a {
|
4894 |
+
background-color: #55acee !important;
|
4895 |
+
}
|
4896 |
+
|
4897 |
+
.premium-person-defaults-yes li.premium-person-linkedin:hover a {
|
4898 |
+
background-color: #0077b5 !important;
|
4899 |
+
}
|
4900 |
+
|
4901 |
+
.premium-person-defaults-yes li.premium-person-google:hover a {
|
4902 |
+
background-color: #dc4e41 !important;
|
4903 |
+
}
|
4904 |
+
|
4905 |
+
.premium-person-defaults-yes li.premium-person-youtube:hover a {
|
4906 |
+
background-color: #b31217 !important;
|
4907 |
+
}
|
4908 |
+
|
4909 |
+
.premium-person-defaults-yes li.premium-person-instagram:hover a {
|
4910 |
+
background-color: #e4405f !important;
|
4911 |
+
}
|
4912 |
+
|
4913 |
+
.premium-person-defaults-yes li.premium-person-skype:hover a {
|
4914 |
+
background-color: #00aff0 !important;
|
4915 |
+
}
|
4916 |
+
|
4917 |
+
.premium-person-defaults-yes li.premium-person-pinterest:hover a {
|
4918 |
+
background-color: #bd081c !important;
|
4919 |
+
}
|
4920 |
+
|
4921 |
+
.premium-person-defaults-yes li.premium-person-dribbble:hover a {
|
4922 |
+
background-color: #ea4c89 !important;
|
4923 |
+
}
|
4924 |
+
|
4925 |
+
.premium-person-defaults-yes li.premium-person-mail:hover a {
|
4926 |
+
background-color: #b23121 !important;
|
4927 |
+
}
|
4928 |
+
|
4929 |
+
.premium-person-defaults-yes li.premium-person-behance:hover a {
|
4930 |
+
background-color: #1769ff !important;
|
4931 |
+
}
|
4932 |
+
|
4933 |
+
.premium-person-defaults-yes li.premium-person-whatsapp:hover a {
|
4934 |
+
background-color: #25d366 !important;
|
4935 |
+
}
|
4936 |
+
|
4937 |
+
.premium-person-defaults-yes li.premium-person-telegram:hover a {
|
4938 |
+
background-color: #0088cc !important;
|
4939 |
+
}
|
4940 |
+
|
4941 |
+
.premium-person-defaults-yes li.premium-person-site:hover a {
|
4942 |
+
background-color: #0055a5 !important;
|
4943 |
+
}
|
4944 |
+
|
4945 |
+
.premium-person-social-list li:hover a {
|
4946 |
+
-webkit-box-shadow: none;
|
4947 |
+
box-shadow: none;
|
4948 |
+
}
|
4949 |
+
|
4950 |
+
.premium-person-social-list li a:focus {
|
4951 |
+
-webkit-box-shadow: none;
|
4952 |
+
box-shadow: none;
|
4953 |
+
outline: none;
|
4954 |
+
}
|
4955 |
+
|
4956 |
+
.premium-person-social-list li i {
|
4957 |
+
font-size: 18px;
|
4958 |
+
}
|
4959 |
+
|
4960 |
+
.elementor-widget-premium-addon-person .elementor-widget-container {
|
4961 |
+
-js-display: flex;
|
4962 |
+
display: -webkit-box;
|
4963 |
+
display: -webkit-flex;
|
4964 |
+
display: -moz-box;
|
4965 |
+
display: -ms-flexbox;
|
4966 |
+
display: flex;
|
4967 |
+
-webkit-box-pack: center;
|
4968 |
+
-webkit-justify-content: center;
|
4969 |
+
-moz-box-pack: center;
|
4970 |
+
-ms-flex-pack: center;
|
4971 |
+
justify-content: center;
|
4972 |
+
}
|
4973 |
+
|
4974 |
+
.premium-persons-container.multiple-persons {
|
4975 |
+
-js-display: flex;
|
4976 |
+
display: -webkit-box;
|
4977 |
+
display: -webkit-flex;
|
4978 |
+
display: -moz-box;
|
4979 |
+
display: -ms-flexbox;
|
4980 |
+
display: flex;
|
4981 |
+
-webkit-flex-wrap: wrap;
|
4982 |
+
-ms-flex-wrap: wrap;
|
4983 |
+
flex-wrap: wrap;
|
4984 |
+
width: 100%;
|
4985 |
+
}
|
4986 |
+
|
4987 |
+
.premium-person-style1 .premium-person-container {
|
4988 |
+
overflow: hidden;
|
4989 |
+
}
|
4990 |
+
|
4991 |
+
.premium-person-style1 .premium-person-container .premium-person-info {
|
4992 |
+
position: absolute;
|
4993 |
+
top: auto;
|
4994 |
+
left: 0;
|
4995 |
+
right: 0;
|
4996 |
+
-webkit-transition: all 500ms ease 0s;
|
4997 |
+
transition: all 500ms ease 0s;
|
4998 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
4999 |
+
transform: translate3d(0, 100%, 0);
|
5000 |
+
}
|
5001 |
+
|
5002 |
+
.premium-person-style1 .premium-person-container:hover .premium-person-info {
|
5003 |
+
-webkit-transform: translate3d(0, 0, 0);
|
5004 |
+
transform: translate3d(0, 0, 0);
|
5005 |
+
bottom: -1px !important;
|
5006 |
+
}
|
5007 |
+
|
5008 |
+
.premium-person-style1 .premium-person-social-list li:hover {
|
5009 |
+
bottom: 5px;
|
5010 |
+
}
|
5011 |
+
|
5012 |
+
.premium-person-style1.multiple-persons:not([data-persons-equal="yes"]) {
|
5013 |
+
-webkit-box-align: start;
|
5014 |
+
-webkit-align-items: flex-start;
|
5015 |
+
-moz-box-align: start;
|
5016 |
+
-ms-flex-align: start;
|
5017 |
+
align-items: flex-start;
|
5018 |
+
}
|
5019 |
+
|
5020 |
+
.premium-person-style1 .slick-track {
|
5021 |
+
-js-display: flex;
|
5022 |
+
display: -webkit-box;
|
5023 |
+
display: -webkit-flex;
|
5024 |
+
display: -moz-box;
|
5025 |
+
display: -ms-flexbox;
|
5026 |
+
display: flex;
|
5027 |
+
}
|
5028 |
+
|
5029 |
+
.premium-person-style1 .slick-slide {
|
5030 |
+
height: inherit !important;
|
5031 |
+
}
|
5032 |
+
|
5033 |
+
.premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-container,
|
5034 |
+
.premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-wrap {
|
5035 |
+
height: 100%;
|
5036 |
+
}
|
5037 |
+
|
5038 |
+
.premium-person-style3 .premium-person-info-container {
|
5039 |
+
position: absolute;
|
5040 |
+
top: 0;
|
5041 |
+
right: 0;
|
5042 |
+
width: 100%;
|
5043 |
+
height: 100%;
|
5044 |
+
-js-display: flex;
|
5045 |
+
display: -webkit-box;
|
5046 |
+
display: -webkit-flex;
|
5047 |
+
display: -moz-box;
|
5048 |
+
display: -ms-flexbox;
|
5049 |
+
display: flex;
|
5050 |
+
-webkit-box-orient: vertical;
|
5051 |
+
-webkit-box-direction: normal;
|
5052 |
+
-webkit-flex-direction: column;
|
5053 |
+
-moz-box-orient: vertical;
|
5054 |
+
-moz-box-direction: normal;
|
5055 |
+
-ms-flex-direction: column;
|
5056 |
+
flex-direction: column;
|
5057 |
+
-webkit-box-pack: justify;
|
5058 |
+
-webkit-justify-content: space-between;
|
5059 |
+
-moz-box-pack: justify;
|
5060 |
+
-ms-flex-pack: justify;
|
5061 |
+
justify-content: space-between;
|
5062 |
+
}
|
5063 |
+
|
5064 |
+
.premium-person-style3 .premium-person-title-desc-wrap {
|
5065 |
+
-js-display: flex;
|
5066 |
+
display: -webkit-box;
|
5067 |
+
display: -webkit-flex;
|
5068 |
+
display: -moz-box;
|
5069 |
+
display: -ms-flexbox;
|
5070 |
+
display: flex;
|
5071 |
+
-webkit-box-orient: horizontal;
|
5072 |
+
-webkit-box-direction: reverse;
|
5073 |
+
-webkit-flex-direction: row-reverse;
|
5074 |
+
-moz-box-orient: horizontal;
|
5075 |
+
-moz-box-direction: reverse;
|
5076 |
+
-ms-flex-direction: row-reverse;
|
5077 |
+
flex-direction: row-reverse;
|
5078 |
+
-webkit-box-pack: justify;
|
5079 |
+
-webkit-justify-content: space-between;
|
5080 |
+
-moz-box-pack: justify;
|
5081 |
+
-ms-flex-pack: justify;
|
5082 |
+
justify-content: space-between;
|
5083 |
+
-webkit-box-align: start;
|
5084 |
+
-webkit-align-items: flex-start;
|
5085 |
+
-moz-box-align: start;
|
5086 |
+
-ms-flex-align: start;
|
5087 |
+
align-items: flex-start;
|
5088 |
+
}
|
5089 |
+
|
5090 |
+
.premium-person-style3 .premium-person-name-icons-wrap {
|
5091 |
+
-js-display: flex;
|
5092 |
+
display: -webkit-box;
|
5093 |
+
display: -webkit-flex;
|
5094 |
+
display: -moz-box;
|
5095 |
+
display: -ms-flexbox;
|
5096 |
+
display: flex;
|
5097 |
+
-webkit-box-pack: justify;
|
5098 |
+
-webkit-justify-content: space-between;
|
5099 |
+
-moz-box-pack: justify;
|
5100 |
+
-ms-flex-pack: justify;
|
5101 |
+
justify-content: space-between;
|
5102 |
+
-webkit-box-align: end;
|
5103 |
+
-webkit-align-items: flex-end;
|
5104 |
+
-moz-box-align: end;
|
5105 |
+
-ms-flex-align: end;
|
5106 |
+
align-items: flex-end;
|
5107 |
+
}
|
5108 |
+
|
5109 |
+
.premium-person-style3 .premium-person-title {
|
5110 |
+
opacity: 0;
|
5111 |
+
-webkit-transition: all 0.3s ease;
|
5112 |
+
transition: all 0.3s ease;
|
5113 |
+
width: 0;
|
5114 |
+
}
|
5115 |
+
|
5116 |
+
.premium-person-style3 .premium-person-title span {
|
5117 |
+
display: inline-block;
|
5118 |
+
}
|
5119 |
+
|
5120 |
+
.premium-person-style3 .premium-person-name {
|
5121 |
+
padding-right: 10px;
|
5122 |
+
}
|
5123 |
+
|
5124 |
+
.premium-person-style3 .premium-person-social-list {
|
5125 |
+
-js-display: flex;
|
5126 |
+
display: -webkit-box;
|
5127 |
+
display: -webkit-flex;
|
5128 |
+
display: -moz-box;
|
5129 |
+
display: -ms-flexbox;
|
5130 |
+
display: flex;
|
5131 |
+
-webkit-box-orient: vertical;
|
5132 |
+
-webkit-box-direction: normal;
|
5133 |
+
-webkit-flex-direction: column;
|
5134 |
+
-moz-box-orient: vertical;
|
5135 |
+
-moz-box-direction: normal;
|
5136 |
+
-ms-flex-direction: column;
|
5137 |
+
flex-direction: column;
|
5138 |
+
-webkit-transform: translateY(20px);
|
5139 |
+
-ms-transform: translateY(20px);
|
5140 |
+
transform: translateY(20px);
|
5141 |
+
opacity: 0;
|
5142 |
+
-webkit-transition: all 0.3s ease;
|
5143 |
+
transition: all 0.3s ease;
|
5144 |
+
}
|
5145 |
+
|
5146 |
+
.premium-person-style3 .premium-person-list-item {
|
5147 |
+
line-height: 0;
|
5148 |
+
}
|
5149 |
+
|
5150 |
+
.premium-person-style3 .premium-person-list-item a {
|
5151 |
+
padding: 5px 0 0 10px;
|
5152 |
+
margin: 5px 0;
|
5153 |
+
}
|
5154 |
+
|
5155 |
+
.premium-person-style3 .premium-person-container:hover .premium-person-title {
|
5156 |
+
opacity: 1;
|
5157 |
+
}
|
5158 |
+
|
5159 |
+
.premium-person-style3 .premium-person-container:hover .premium-person-social-list {
|
5160 |
+
opacity: 1;
|
5161 |
+
-webkit-transform: translateY(0);
|
5162 |
+
-ms-transform: translateY(0);
|
5163 |
+
transform: translateY(0);
|
5164 |
+
}
|
5165 |
+
|
5166 |
+
.premium-persons-title-cw .premium-person-title {
|
5167 |
+
-webkit-transform: translateX(-15px) rotate(-90deg);
|
5168 |
+
-ms-transform: translateX(-15px) rotate(-90deg);
|
5169 |
+
transform: translateX(-15px) rotate(-90deg);
|
5170 |
+
-webkit-transform-origin: top;
|
5171 |
+
-ms-transform-origin: top;
|
5172 |
+
transform-origin: top;
|
5173 |
+
}
|
5174 |
+
|
5175 |
+
.premium-persons-title-cw .premium-person-container:hover .premium-person-title {
|
5176 |
+
-webkit-transform: translateX(0) rotate(-90deg);
|
5177 |
+
-ms-transform: translateX(0) rotate(-90deg);
|
5178 |
+
transform: translateX(0) rotate(-90deg);
|
5179 |
+
}
|
5180 |
+
|
5181 |
+
.premium-persons-title-ccw .premium-person-title {
|
5182 |
+
width: auto;
|
5183 |
+
margin-left: 20px;
|
5184 |
+
-webkit-transform: translateX(-15px) rotate(90deg);
|
5185 |
+
-ms-transform: translateX(-15px) rotate(90deg);
|
5186 |
+
transform: translateX(-15px) rotate(90deg);
|
5187 |
+
-webkit-transform-origin: center left;
|
5188 |
+
-ms-transform-origin: center left;
|
5189 |
+
transform-origin: center left;
|
5190 |
+
}
|
5191 |
+
|
5192 |
+
.premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
|
5193 |
+
-webkit-transform: translateX(0) rotate(90deg);
|
5194 |
+
-ms-transform: translateX(0) rotate(90deg);
|
5195 |
+
transform: translateX(0) rotate(90deg);
|
5196 |
+
}
|
5197 |
+
|
5198 |
+
/**************** Premium Fancy Text *******************/
|
5199 |
+
/*******************************************************/
|
5200 |
+
.premium-suffix-text,
|
5201 |
+
.premium-fancy-text,
|
5202 |
+
.premium-prefix-text {
|
5203 |
+
font-size: 40px;
|
5204 |
+
}
|
5205 |
+
|
5206 |
+
.premium-fancy-text-wrapper:not(.typing) .premium-fancy-text,
|
5207 |
+
.premium-fancy-item-hidden {
|
5208 |
+
opacity: 0;
|
5209 |
+
}
|
5210 |
+
|
5211 |
+
.premium-fancy-text-wrapper .premium-fancy-list-items {
|
5212 |
+
list-style: none;
|
5213 |
+
}
|
5214 |
+
|
5215 |
+
.premium-fancy-text-wrapper .premium-fancy-text-span-align {
|
5216 |
+
vertical-align: top;
|
5217 |
+
}
|
5218 |
+
|
5219 |
+
.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper {
|
5220 |
+
margin: 0;
|
5221 |
+
padding: 0;
|
5222 |
+
border: none;
|
5223 |
+
position: relative;
|
5224 |
+
}
|
5225 |
+
|
5226 |
+
.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items {
|
5227 |
+
position: absolute;
|
5228 |
+
top: 0;
|
5229 |
+
left: 0;
|
5230 |
+
display: inline-block;
|
5231 |
+
}
|
5232 |
+
|
5233 |
+
.premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden {
|
5234 |
+
-webkit-animation: pa-zoom-out 0.8s;
|
5235 |
+
animation: pa-zoom-out 0.8s;
|
5236 |
+
}
|
5237 |
+
|
5238 |
+
.premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible {
|
5239 |
+
position: relative !important;
|
5240 |
+
-webkit-animation: pa-zoom-in 0.8s;
|
5241 |
+
animation: pa-zoom-in 0.8s;
|
5242 |
+
}
|
5243 |
+
|
5244 |
+
.premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper {
|
5245 |
+
-webkit-perspective: 300px;
|
5246 |
+
perspective: 300px;
|
5247 |
+
}
|
5248 |
+
|
5249 |
+
.premium-fancy-text-wrapper.rotate .premium-fancy-list-items {
|
5250 |
+
-webkit-transform-origin: 50% 100%;
|
5251 |
+
-ms-transform-origin: 50% 100%;
|
5252 |
+
transform-origin: 50% 100%;
|
5253 |
+
}
|
5254 |
+
|
5255 |
+
.premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden {
|
5256 |
+
-webkit-transform: rotateX(180deg);
|
5257 |
+
transform: rotateX(180deg);
|
5258 |
+
-webkit-animation: pa-rotate-out 1.2s;
|
5259 |
+
animation: pa-rotate-out 1.2s;
|
5260 |
+
}
|
5261 |
+
|
5262 |
+
.premium-fancy-text-wrapper.rotate .premium-fancy-item-visible {
|
5263 |
+
position: relative !important;
|
5264 |
+
-webkit-transform: rotateX(0deg);
|
5265 |
+
transform: rotateX(0deg);
|
5266 |
+
-webkit-animation: pa-rotate-in 1.2s;
|
5267 |
+
animation: pa-rotate-in 1.2s;
|
5268 |
+
}
|
5269 |
+
|
5270 |
+
.premium-fancy-text-wrapper.custom .premium-fancy-item-visible {
|
5271 |
+
position: relative !important;
|
5272 |
+
}
|
5273 |
+
|
5274 |
+
.premium-fancy-text-wrapper.auto-fade .premium-fancy-text {
|
5275 |
+
display: inline-block;
|
5276 |
+
width: 200px;
|
5277 |
+
font-weight: 400;
|
5278 |
+
}
|
5279 |
+
|
5280 |
+
.premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text {
|
5281 |
+
position: relative;
|
5282 |
+
vertical-align: sub;
|
5283 |
+
}
|
5284 |
+
|
5285 |
+
.premium-fancy-text-wrapper.auto-fade g>text {
|
5286 |
+
text-anchor: start;
|
5287 |
+
shape-rendering: crispEdges;
|
5288 |
+
opacity: 0;
|
5289 |
+
font-size: 300px;
|
5290 |
+
-webkit-animation-name: pa-auto-fade;
|
5291 |
+
animation-name: pa-auto-fade;
|
5292 |
+
-moz-animation-name: pa-auto-fade;
|
5293 |
+
-webkit-animation-duration: 9s;
|
5294 |
+
animation-duration: 9s;
|
5295 |
+
-webkit-animation-timing-function: linear;
|
5296 |
+
animation-timing-function: linear;
|
5297 |
+
-webkit-animation-iteration-count: infinite;
|
5298 |
+
animation-iteration-count: infinite;
|
5299 |
+
}
|
5300 |
+
|
5301 |
+
.premium-fancy-text-wrapper.auto-fade g>text:nth-child(1) {
|
5302 |
+
-webkit-animation-delay: 0s;
|
5303 |
+
animation-delay: 0s;
|
5304 |
+
}
|
5305 |
+
|
5306 |
+
.premium-fancy-text-wrapper.auto-fade g>text:nth-child(2) {
|
5307 |
+
-webkit-animation-delay: 3s;
|
5308 |
+
animation-delay: 3s;
|
5309 |
+
}
|
5310 |
+
|
5311 |
+
.premium-fancy-text-wrapper.auto-fade g>text:nth-child(3) {
|
5312 |
+
-webkit-animation-delay: 6s;
|
5313 |
+
animation-delay: 6s;
|
5314 |
+
}
|
5315 |
+
|
5316 |
+
.premium-fancy-text-wrapper.loading .premium-fancy-text {
|
5317 |
+
position: relative;
|
5318 |
+
}
|
5319 |
+
|
5320 |
+
.premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar {
|
5321 |
+
position: absolute;
|
5322 |
+
width: 100%;
|
5323 |
+
height: 3px;
|
5324 |
+
bottom: 0;
|
5325 |
+
left: 0;
|
5326 |
+
animation: pa-loading-bar 2.5s ease-out infinite;
|
5327 |
+
-webkit-animation: pa-loading-bar 2.5s ease-out infinite;
|
5328 |
+
}
|
5329 |
+
|
5330 |
+
.premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar {
|
5331 |
+
-webkit-animation-play-state: paused;
|
5332 |
+
animation-play-state: paused;
|
5333 |
+
}
|
5334 |
+
|
5335 |
+
@-webkit-keyframes pa-auto-fade {
|
5336 |
+
0% {
|
5337 |
+
opacity: 0;
|
5338 |
+
}
|
5339 |
+
|
5340 |
+
20% {
|
5341 |
+
opacity: 1;
|
5342 |
+
}
|
5343 |
+
|
5344 |
+
35% {
|
5345 |
+
opacity: 0;
|
5346 |
+
}
|
5347 |
+
|
5348 |
+
100% {
|
5349 |
+
opacity: 0;
|
5350 |
+
}
|
5351 |
+
}
|
5352 |
+
|
5353 |
+
@keyframes pa-auto-fade {
|
5354 |
+
0% {
|
5355 |
+
opacity: 0;
|
5356 |
+
}
|
5357 |
+
|
5358 |
+
20% {
|
5359 |
+
opacity: 1;
|
5360 |
+
}
|
5361 |
+
|
5362 |
+
35% {
|
5363 |
+
opacity: 0;
|
5364 |
+
}
|
5365 |
+
|
5366 |
+
100% {
|
5367 |
+
opacity: 0;
|
5368 |
+
}
|
5369 |
+
}
|
5370 |
+
|
5371 |
+
@-webkit-keyframes pa-loading-bar {
|
5372 |
+
0% {
|
5373 |
+
width: 0;
|
5374 |
+
}
|
5375 |
+
|
5376 |
+
100% {
|
5377 |
+
width: 100;
|
5378 |
+
}
|
5379 |
+
}
|
5380 |
+
|
5381 |
+
@keyframes pa-loading-bar {
|
5382 |
+
0% {
|
5383 |
+
width: 0;
|
5384 |
+
}
|
5385 |
+
|
5386 |
+
100% {
|
5387 |
+
width: 100;
|
5388 |
+
}
|
5389 |
+
}
|
5390 |
+
|
5391 |
+
@-webkit-keyframes pa-zoom-in {
|
5392 |
+
0% {
|
5393 |
+
opacity: 0;
|
5394 |
+
-webkit-transform: translateZ(100px);
|
5395 |
+
transform: translateZ(100px);
|
5396 |
+
}
|
5397 |
+
|
5398 |
+
100% {
|
5399 |
+
opacity: 1;
|
5400 |
+
-webkit-transform: translateZ(0);
|
5401 |
+
transform: translateZ(0);
|
5402 |
+
}
|
5403 |
+
}
|
5404 |
+
|
5405 |
+
@keyframes pa-zoom-in {
|
5406 |
+
0% {
|
5407 |
+
opacity: 0;
|
5408 |
+
-webkit-transform: translateZ(100px);
|
5409 |
+
transform: translateZ(100px);
|
5410 |
+
}
|
5411 |
+
|
5412 |
+
100% {
|
5413 |
+
opacity: 1;
|
5414 |
+
-webkit-transform: translateZ(0);
|
5415 |
+
transform: translateZ(0);
|
5416 |
+
}
|
5417 |
+
}
|
5418 |
+
|
5419 |
+
@-webkit-keyframes pa-zoom-out {
|
5420 |
+
0% {
|
5421 |
+
opacity: 1;
|
5422 |
+
-webkit-transform: translateZ(0);
|
5423 |
+
transform: translateZ(0);
|
5424 |
+
}
|
5425 |
+
|
5426 |
+
100% {
|
5427 |
+
opacity: 0;
|
5428 |
+
-webkit-transform: translateZ(-100px);
|
5429 |
+
transform: translateZ(-100px);
|
5430 |
+
}
|
5431 |
+
}
|
5432 |
+
|
5433 |
+
@keyframes pa-zoom-out {
|
5434 |
+
0% {
|
5435 |
+
opacity: 1;
|
5436 |
+
-webkit-transform: translateZ(0);
|
5437 |
+
transform: translateZ(0);
|
5438 |
+
}
|
5439 |
+
|
5440 |
+
100% {
|
5441 |
+
opacity: 0;
|
5442 |
+
-webkit-transform: translateZ(-100px);
|
5443 |
+
transform: translateZ(-100px);
|
5444 |
+
}
|
5445 |
+
}
|
5446 |
+
|
5447 |
+
@-webkit-keyframes pa-rotate-in {
|
5448 |
+
0% {
|
5449 |
+
opacity: 0;
|
5450 |
+
-webkit-transform: rotateX(180deg);
|
5451 |
+
transform: rotateX(180deg);
|
5452 |
+
}
|
5453 |
+
|
5454 |
+
35% {
|
5455 |
+
opacity: 0;
|
5456 |
+
-webkit-transform: rotateX(120deg);
|
5457 |
+
transform: rotateX(120deg);
|
5458 |
+
}
|
5459 |
+
|
5460 |
+
65% {
|
5461 |
+
opacity: 0;
|
5462 |
+
}
|
5463 |
+
|
5464 |
+
100% {
|
5465 |
+
opacity: 1;
|
5466 |
+
-webkit-transform: rotateX(360deg);
|
5467 |
+
transform: rotateX(360deg);
|
5468 |
+
}
|
5469 |
+
}
|
5470 |
+
|
5471 |
+
@keyframes pa-rotate-in {
|
5472 |
+
0% {
|
5473 |
+
opacity: 0;
|
5474 |
+
-webkit-transform: rotateX(180deg);
|
5475 |
+
transform: rotateX(180deg);
|
5476 |
+
}
|
5477 |
+
|
5478 |
+
35% {
|
5479 |
+
opacity: 0;
|
5480 |
+
-webkit-transform: rotateX(120deg);
|
5481 |
+
transform: rotateX(120deg);
|
5482 |
+
}
|
5483 |
+
|
5484 |
+
65% {
|
5485 |
+
opacity: 0;
|
5486 |
+
}
|
5487 |
+
|
5488 |
+
100% {
|
5489 |
+
opacity: 1;
|
5490 |
+
-webkit-transform: rotateX(360deg);
|
5491 |
+
transform: rotateX(360deg);
|
5492 |
+
}
|
5493 |
+
}
|
5494 |
+
|
5495 |
+
@-webkit-keyframes pa-rotate-out {
|
5496 |
+
0% {
|
5497 |
+
opacity: 1;
|
5498 |
+
-webkit-transform: rotateX(0deg);
|
5499 |
+
transform: rotateX(0deg);
|
5500 |
+
}
|
5501 |
+
|
5502 |
+
35% {
|
5503 |
+
opacity: 1;
|
5504 |
+
-webkit-transform: rotateX(-40deg);
|
5505 |
+
transform: rotateX(-40deg);
|
5506 |
+
}
|
5507 |
+
|
5508 |
+
65% {
|
5509 |
+
opacity: 0;
|
5510 |
+
}
|
5511 |
+
|
5512 |
+
100% {
|
5513 |
+
opacity: 0;
|
5514 |
+
-webkit-transform: rotateX(180deg);
|
5515 |
+
transform: rotateX(180deg);
|
5516 |
+
}
|
5517 |
+
}
|
5518 |
+
|
5519 |
+
@keyframes pa-rotate-out {
|
5520 |
+
0% {
|
5521 |
+
opacity: 1;
|
5522 |
+
-webkit-transform: rotateX(0deg);
|
5523 |
+
transform: rotateX(0deg);
|
5524 |
+
}
|
5525 |
+
|
5526 |
+
35% {
|
5527 |
+
opacity: 1;
|
5528 |
+
-webkit-transform: rotateX(-40deg);
|
5529 |
+
transform: rotateX(-40deg);
|
5530 |
+
}
|
5531 |
+
|
5532 |
+
65% {
|
5533 |
+
opacity: 0;
|
5534 |
+
}
|
5535 |
+
|
5536 |
+
100% {
|
5537 |
+
opacity: 0;
|
5538 |
+
-webkit-transform: rotateX(180deg);
|
5539 |
+
transform: rotateX(180deg);
|
5540 |
+
}
|
5541 |
+
}
|
5542 |
+
|
5543 |
+
/**************** Premium Pricing Table ****************/
|
5544 |
+
/*******************************************************/
|
5545 |
+
.premium-pricing-table-container {
|
5546 |
+
position: relative;
|
5547 |
+
overflow: hidden;
|
5548 |
+
text-align: center;
|
5549 |
+
-webkit-transition: all 0.3s ease-in-out;
|
5550 |
+
transition: all 0.3s ease-in-out;
|
5551 |
+
}
|
5552 |
+
|
5553 |
+
.premium-pricing-icon-container {
|
5554 |
+
-js-display: flex;
|
5555 |
+
display: -webkit-box;
|
5556 |
+
display: -webkit-flex;
|
5557 |
+
display: -moz-box;
|
5558 |
+
display: -ms-flexbox;
|
5559 |
+
display: flex;
|
5560 |
+
-webkit-box-pack: center;
|
5561 |
+
-webkit-justify-content: center;
|
5562 |
+
-moz-box-pack: center;
|
5563 |
+
-ms-flex-pack: center;
|
5564 |
+
justify-content: center;
|
5565 |
+
line-height: 0;
|
5566 |
+
}
|
5567 |
+
|
5568 |
+
.premium-pricing-icon-container .premium-pricing-icon {
|
5569 |
+
display: inline-block;
|
5570 |
+
}
|
5571 |
+
|
5572 |
+
.premium-pricing-icon-container .premium-pricing-image {
|
5573 |
+
overflow: hidden;
|
5574 |
+
}
|
5575 |
+
|
5576 |
+
.premium-pricing-icon-container .premium-pricing-image img {
|
5577 |
+
width: 25px;
|
5578 |
+
height: 25px;
|
5579 |
+
-o-object-fit: cover;
|
5580 |
+
object-fit: cover;
|
5581 |
+
}
|
5582 |
+
|
5583 |
+
.premium-badge-left {
|
5584 |
+
position: absolute;
|
5585 |
+
top: 0;
|
5586 |
+
}
|
5587 |
+
|
5588 |
+
.premium-badge-right {
|
5589 |
+
position: absolute;
|
5590 |
+
top: 0;
|
5591 |
+
right: 0;
|
5592 |
+
}
|
5593 |
+
|
5594 |
+
.premium-badge-left {
|
5595 |
+
left: 0;
|
5596 |
+
}
|
5597 |
+
|
5598 |
+
.premium-badge-triangle.premium-badge-left .corner {
|
5599 |
+
width: 0;
|
5600 |
+
height: 0;
|
5601 |
+
border-top: 150px solid;
|
5602 |
+
border-bottom: 150px solid transparent;
|
5603 |
+
border-right: 150px solid transparent;
|
5604 |
+
}
|
5605 |
+
|
5606 |
+
.premium-badge-triangle.premium-badge-right .corner {
|
5607 |
+
width: 0;
|
5608 |
+
height: 0;
|
5609 |
+
border-bottom: 150px solid transparent;
|
5610 |
+
border-right: 150px solid;
|
5611 |
+
border-left: 150px solid transparent;
|
5612 |
+
}
|
5613 |
+
|
5614 |
+
.premium-badge-triangle span {
|
5615 |
+
position: absolute;
|
5616 |
+
top: 35px;
|
5617 |
+
width: 100px;
|
5618 |
+
text-align: center;
|
5619 |
+
-webkit-transform: rotate(-45deg);
|
5620 |
+
-ms-transform: rotate(-45deg);
|
5621 |
+
transform: rotate(-45deg);
|
5622 |
+
display: block;
|
5623 |
+
text-transform: uppercase;
|
5624 |
+
}
|
5625 |
+
|
5626 |
+
.premium-badge-triangle.premium-badge-right span {
|
5627 |
+
-webkit-transform: rotate(45deg);
|
5628 |
+
-ms-transform: rotate(45deg);
|
5629 |
+
transform: rotate(45deg);
|
5630 |
+
right: 0;
|
5631 |
+
}
|
5632 |
+
|
5633 |
+
.premium-badge-circle {
|
5634 |
+
min-width: 4em;
|
5635 |
+
min-height: 4em;
|
5636 |
+
line-height: 4em;
|
5637 |
+
text-align: center;
|
5638 |
+
-webkit-border-radius: 100%;
|
5639 |
+
border-radius: 100%;
|
5640 |
+
position: absolute;
|
5641 |
+
z-index: 1;
|
5642 |
+
}
|
5643 |
+
|
5644 |
+
.premium-badge-stripe {
|
5645 |
+
position: absolute;
|
5646 |
+
-webkit-transform: rotate(90deg);
|
5647 |
+
-ms-transform: rotate(90deg);
|
5648 |
+
transform: rotate(90deg);
|
5649 |
+
width: 15em;
|
5650 |
+
overflow: hidden;
|
5651 |
+
height: 15em;
|
5652 |
+
}
|
5653 |
+
|
5654 |
+
.premium-badge-stripe.premium-badge-left {
|
5655 |
+
-webkit-transform: rotate(0);
|
5656 |
+
-ms-transform: rotate(0);
|
5657 |
+
transform: rotate(0);
|
5658 |
+
}
|
5659 |
+
|
5660 |
+
.premium-badge-stripe .corner {
|
5661 |
+
text-align: center;
|
5662 |
+
left: 0;
|
5663 |
+
width: 150%;
|
5664 |
+
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
5665 |
+
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
5666 |
+
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
5667 |
+
margin-top: 35px;
|
5668 |
+
font-size: 13px;
|
5669 |
+
line-height: 2;
|
5670 |
+
font-weight: 800;
|
5671 |
+
text-transform: uppercase;
|
5672 |
+
}
|
5673 |
+
|
5674 |
+
.premium-badge-flag .corner {
|
5675 |
+
text-align: center;
|
5676 |
+
-webkit-border-radius: 4px 4px 0 4px;
|
5677 |
+
border-radius: 4px 4px 0 4px;
|
5678 |
+
padding: 3px 15px;
|
5679 |
+
position: absolute;
|
5680 |
+
top: 10%;
|
5681 |
+
right: -8px;
|
5682 |
+
}
|
5683 |
+
|
5684 |
+
.premium-badge-flag .corner::before,
|
5685 |
+
.premium-badge-flag .corner::after {
|
5686 |
+
content: "";
|
5687 |
+
display: block;
|
5688 |
+
position: absolute;
|
5689 |
+
width: 0;
|
5690 |
+
height: 0;
|
5691 |
+
top: 100%;
|
5692 |
+
right: 0;
|
5693 |
+
border-bottom: 8px solid transparent;
|
5694 |
+
}
|
5695 |
+
|
5696 |
+
.elementor-widget-premium-addon-pricing-table .elementor-widget-container {
|
5697 |
+
overflow: visible !important;
|
5698 |
+
}
|
5699 |
+
|
5700 |
+
.premium-badge-flag .corner::after {
|
5701 |
+
border-left: 8px solid rgba(0, 0, 0, 0.2);
|
5702 |
+
}
|
5703 |
+
|
5704 |
+
.premium-pricing-price-currency {
|
5705 |
+
position: relative;
|
5706 |
+
}
|
5707 |
+
|
5708 |
+
.premium-pricing-button-container {
|
5709 |
+
display: block;
|
5710 |
+
}
|
5711 |
+
|
5712 |
+
.premium-pricing-list {
|
5713 |
+
-js-display: flex;
|
5714 |
+
display: -webkit-box;
|
5715 |
+
display: -webkit-flex;
|
5716 |
+
display: -moz-box;
|
5717 |
+
display: -ms-flexbox;
|
5718 |
+
display: flex;
|
5719 |
+
-webkit-box-orient: vertical;
|
5720 |
+
-webkit-box-direction: normal;
|
5721 |
+
-webkit-flex-direction: column;
|
5722 |
+
-moz-box-orient: vertical;
|
5723 |
+
-moz-box-direction: normal;
|
5724 |
+
-ms-flex-direction: column;
|
5725 |
+
flex-direction: column;
|
5726 |
+
list-style-type: none;
|
5727 |
+
margin: 0;
|
5728 |
+
}
|
5729 |
+
|
5730 |
+
.premium-pricing-list .premium-pricing-list-item {
|
5731 |
+
-js-display: flex;
|
5732 |
+
display: -webkit-box;
|
5733 |
+
display: -webkit-flex;
|
5734 |
+
display: -moz-box;
|
5735 |
+
display: -ms-flexbox;
|
5736 |
+
display: flex;
|
5737 |
+
-webkit-box-align: center;
|
5738 |
+
-webkit-align-items: center;
|
5739 |
+
-moz-box-align: center;
|
5740 |
+
-ms-flex-align: center;
|
5741 |
+
align-items: center;
|
5742 |
+
}
|
5743 |
+
|
5744 |
+
.premium-pricing-list .premium-pricing-list-item svg {
|
5745 |
+
width: 50px;
|
5746 |
+
height: 50px;
|
5747 |
+
}
|
5748 |
+
|
5749 |
+
.premium-pricing-list .premium-pricing-list-item img {
|
5750 |
+
width: 30px;
|
5751 |
+
height: 30px;
|
5752 |
+
-o-object-fit: cover;
|
5753 |
+
object-fit: cover;
|
5754 |
+
}
|
5755 |
+
|
5756 |
+
.premium-pricing-list .premium-pricing-list-span {
|
5757 |
+
position: relative;
|
5758 |
+
}
|
5759 |
+
|
5760 |
+
.premium-pricing-list .list-item-tooltip {
|
5761 |
+
border-bottom: 1px dotted;
|
5762 |
+
}
|
5763 |
+
|
5764 |
+
.premium-pricing-list .premium-pricing-list-tooltip {
|
5765 |
+
position: absolute;
|
5766 |
+
top: -webkit-calc(100% + 1px);
|
5767 |
+
top: calc(100% + 1px);
|
5768 |
+
right: 0;
|
5769 |
+
visibility: hidden;
|
5770 |
+
padding: 15px 20px;
|
5771 |
+
-webkit-border-radius: 5px;
|
5772 |
+
border-radius: 5px;
|
5773 |
+
min-width: 200px;
|
5774 |
+
overflow: hidden;
|
5775 |
+
text-align: right;
|
5776 |
+
font-size: 0.8rem;
|
5777 |
+
color: #fff;
|
5778 |
+
background-color: #aaa;
|
5779 |
+
}
|
5780 |
+
|
5781 |
+
.premium-pricing-features-left .premium-pricing-list-span {
|
5782 |
+
text-align: right;
|
5783 |
+
}
|
5784 |
+
|
5785 |
+
.premium-pricing-features-center .premium-pricing-list-span {
|
5786 |
+
text-align: center;
|
5787 |
+
}
|
5788 |
+
|
5789 |
+
.premium-pricing-features-right .premium-pricing-list-span {
|
5790 |
+
text-align: left;
|
5791 |
+
}
|
5792 |
+
|
5793 |
+
.premium-pricing-list-span:hover .premium-pricing-list-tooltip {
|
5794 |
+
z-index: 99;
|
5795 |
+
visibility: visible;
|
5796 |
+
opacity: 1;
|
5797 |
+
}
|
5798 |
+
|
5799 |
+
.premium-pricing-slashed-price-value {
|
5800 |
+
display: inline-block;
|
5801 |
+
font-size: 20px;
|
5802 |
+
font-weight: 400;
|
5803 |
+
margin-left: 5px;
|
5804 |
+
}
|
5805 |
+
|
5806 |
+
.premium-pricing-price-value {
|
5807 |
+
font-size: 70px;
|
5808 |
+
}
|
5809 |
+
|
5810 |
+
.premium-pricing-description-container li {
|
5811 |
+
list-style-position: inside;
|
5812 |
+
text-indent: -40px;
|
5813 |
+
}
|
5814 |
+
|
5815 |
+
@-moz-document url-prefix() {
|
5816 |
+
.premium-pricing-description-container li {
|
5817 |
+
text-indent: 0px;
|
5818 |
+
}
|
5819 |
+
}
|
5820 |
+
|
5821 |
+
.premium-pricing-price-button {
|
5822 |
+
display: block;
|
5823 |
+
padding: 6px 12px;
|
5824 |
+
line-height: 1.42857143;
|
5825 |
+
text-align: center;
|
5826 |
+
color: #fff;
|
5827 |
+
background: #6ec1e4;
|
5828 |
+
margin-bottom: 0;
|
5829 |
+
-webkit-transition: all 0.3s ease-in-out;
|
5830 |
+
transition: all 0.3s ease-in-out;
|
5831 |
+
}
|
5832 |
+
|
5833 |
+
/**************** Premium Google Maps ******************/
|
5834 |
+
/*******************************************************/
|
5835 |
+
.premium-maps-info-container {
|
5836 |
+
margin-top: 10px;
|
5837 |
+
margin-bottom: 10px;
|
5838 |
+
}
|
5839 |
+
|
5840 |
+
.premium-maps-info-title,
|
5841 |
+
.premium-maps-info-desc {
|
5842 |
+
margin: 0;
|
5843 |
+
padding: 0;
|
5844 |
+
}
|
5845 |
+
|
5846 |
+
.premium-maps-container .gm-style-iw {
|
5847 |
+
text-align: center;
|
5848 |
+
direction: ltr;
|
5849 |
+
}
|
5850 |
+
|
5851 |
+
.premium-maps-container .gm-style img {
|
5852 |
+
max-width: none !important;
|
5853 |
+
}
|
5854 |
+
|
5855 |
+
/**************** Premium Button ***********************/
|
5856 |
+
/*******************************************************/
|
5857 |
+
.premium-button {
|
5858 |
+
-js-display: inline-flex;
|
5859 |
+
display: -webkit-inline-box;
|
5860 |
+
display: -webkit-inline-flex;
|
5861 |
+
display: -moz-inline-box;
|
5862 |
+
display: -ms-inline-flexbox;
|
5863 |
+
display: inline-flex;
|
5864 |
+
position: relative;
|
5865 |
+
overflow: hidden;
|
5866 |
+
-webkit-backface-visibility: hidden;
|
5867 |
+
backface-visibility: hidden;
|
5868 |
+
-webkit-transform: translate3d(0, 0, 0);
|
5869 |
+
transform: translate3d(0, 0, 0);
|
5870 |
+
cursor: pointer;
|
5871 |
+
-webkit-transition: all 0.2s ease-in-out !important;
|
5872 |
+
transition: all 0.2s ease-in-out !important;
|
5873 |
+
}
|
5874 |
+
|
5875 |
+
.premium-button .premium-lottie-animation,
|
5876 |
+
.premium-image-button .premium-lottie-animation {
|
5877 |
+
-js-display: flex;
|
5878 |
+
display: -webkit-box;
|
5879 |
+
display: -webkit-flex;
|
5880 |
+
display: -moz-box;
|
5881 |
+
display: -ms-flexbox;
|
5882 |
+
display: flex;
|
5883 |
+
}
|
5884 |
+
|
5885 |
+
.premium-button svg,
|
5886 |
+
.premium-image-button svg {
|
5887 |
+
width: 30px;
|
5888 |
+
height: 30px;
|
5889 |
+
}
|
5890 |
+
|
5891 |
+
.premium-btn-sm,
|
5892 |
+
.premium-btn-md,
|
5893 |
+
.premium-btn-lg,
|
5894 |
+
.premium-btn-block {
|
5895 |
+
background-color: #eee;
|
5896 |
+
color: #042551;
|
5897 |
+
margin: 0px;
|
5898 |
+
text-decoration: none;
|
5899 |
+
}
|
5900 |
+
|
5901 |
+
.premium-btn-sm:hover,
|
5902 |
+
.premium-btn-md:hover,
|
5903 |
+
.premium-btn-lg:hover,
|
5904 |
+
.premium-btn-block:hover {
|
5905 |
+
background-color: #54595f;
|
5906 |
+
color: #eee;
|
5907 |
+
}
|
5908 |
+
|
5909 |
+
.premium-btn-sm {
|
5910 |
+
padding: 12px 24px;
|
5911 |
+
font-size: 14px;
|
5912 |
+
line-height: 1;
|
5913 |
+
}
|
5914 |
+
|
5915 |
+
.premium-btn-md {
|
5916 |
+
padding: 14px 26px;
|
5917 |
+
font-size: 16px;
|
5918 |
+
line-height: 1.2;
|
5919 |
+
}
|
5920 |
+
|
5921 |
+
.premium-btn-lg {
|
5922 |
+
padding: 16px 28px;
|
5923 |
+
font-size: 18px;
|
5924 |
+
line-height: 1.3333;
|
5925 |
+
}
|
5926 |
+
|
5927 |
+
.premium-btn-block {
|
5928 |
+
font-size: 18px;
|
5929 |
+
line-height: 1;
|
5930 |
+
padding: 20px 0px;
|
5931 |
+
width: 100%;
|
5932 |
+
text-align: center;
|
5933 |
+
}
|
5934 |
+
|
5935 |
+
.premium-button-text {
|
5936 |
+
display: inline-block;
|
5937 |
+
width: 100%;
|
5938 |
+
}
|
5939 |
+
|
5940 |
+
.premium-button-style1,
|
5941 |
+
.premium-button-style2,
|
5942 |
+
.premium-button-style5,
|
5943 |
+
.premium-button-style7 {
|
5944 |
+
display: inline-block;
|
5945 |
+
vertical-align: middle;
|
5946 |
+
-webkit-transform: perspective(1px) translateZ(0);
|
5947 |
+
transform: perspective(1px) translateZ(0);
|
5948 |
+
-webkit-box-shadow: 0 0 1px transparent;
|
5949 |
+
box-shadow: 0 0 1px transparent;
|
5950 |
+
position: relative;
|
5951 |
+
-webkit-transition-property: color;
|
5952 |
+
transition-property: color;
|
5953 |
+
-webkit-transition-duration: 0.15s;
|
5954 |
+
transition-duration: 0.15s;
|
5955 |
+
}
|
5956 |
+
|
5957 |
+
.premium-button-style1:before,
|
5958 |
+
.premium-button-style2:before,
|
5959 |
+
.premium-button-style5:before {
|
5960 |
+
content: "";
|
5961 |
+
position: absolute;
|
5962 |
+
z-index: -1;
|
5963 |
+
top: 0;
|
5964 |
+
right: 0;
|
5965 |
+
left: 0;
|
5966 |
+
bottom: 0;
|
5967 |
+
-webkit-transform: scaleY(0);
|
5968 |
+
-ms-transform: scaleY(0);
|
5969 |
+
transform: scaleY(0);
|
5970 |
+
-webkit-transform-origin: 50% 0;
|
5971 |
+
-ms-transform-origin: 50% 0;
|
5972 |
+
transform-origin: 50% 0;
|
5973 |
+
-webkit-transition-property: -webkit-transform;
|
5974 |
+
transition-property: -webkit-transform;
|
5975 |
+
transition-property: transform;
|
5976 |
+
transition-property: transform, -webkit-transform;
|
5977 |
+
-webkit-transition-duration: 0.15s;
|
5978 |
+
transition-duration: 0.15s;
|
5979 |
+
-webkit-transition-timing-function: ease-out;
|
5980 |
+
transition-timing-function: ease-out;
|
5981 |
+
}
|
5982 |
+
|
5983 |
+
.premium-button-style5-radialin:before,
|
5984 |
+
.premium-button-style5-radialout:before {
|
5985 |
+
-webkit-transform-origin: 50%;
|
5986 |
+
-ms-transform-origin: 50%;
|
5987 |
+
transform-origin: 50%;
|
5988 |
+
-webkit-border-radius: 100%;
|
5989 |
+
border-radius: 100%;
|
5990 |
+
-webkit-transform: scale(0);
|
5991 |
+
-ms-transform: scale(0);
|
5992 |
+
transform: scale(0);
|
5993 |
+
}
|
5994 |
+
|
5995 |
+
.premium-button-style5-radialin:before {
|
5996 |
+
-webkit-transform: scale(2);
|
5997 |
+
-ms-transform: scale(2);
|
5998 |
+
transform: scale(2);
|
5999 |
+
}
|
6000 |
+
|
6001 |
+
.premium-button-style5-rectin:before {
|
6002 |
+
-webkit-transform-origin: 50%;
|
6003 |
+
-ms-transform-origin: 50%;
|
6004 |
+
transform-origin: 50%;
|
6005 |
+
-webkit-transform: scale(1);
|
6006 |
+
-ms-transform: scale(1);
|
6007 |
+
transform: scale(1);
|
6008 |
+
}
|
6009 |
+
|
6010 |
+
.premium-button-style5-rectout:before {
|
6011 |
+
-webkit-transform-origin: 50%;
|
6012 |
+
-ms-transform-origin: 50%;
|
6013 |
+
transform-origin: 50%;
|
6014 |
+
-webkit-transform: scale(0);
|
6015 |
+
-ms-transform: scale(0);
|
6016 |
+
transform: scale(0);
|
6017 |
+
}
|
6018 |
+
|
6019 |
+
.premium-button-style5-rectout:hover:before {
|
6020 |
+
-webkit-transform: scale(1);
|
6021 |
+
-ms-transform: scale(1);
|
6022 |
+
transform: scale(1);
|
6023 |
+
}
|
6024 |
+
|
6025 |
+
.premium-button-style5-rectin:hover:before {
|
6026 |
+
-webkit-transform: scale(0);
|
6027 |
+
-ms-transform: scale(0);
|
6028 |
+
transform: scale(0);
|
6029 |
+
}
|
6030 |
+
|
6031 |
+
.premium-button-style5-radialout:hover:before {
|
6032 |
+
-webkit-transform: scale(2);
|
6033 |
+
-ms-transform: scale(2);
|
6034 |
+
transform: scale(2);
|
6035 |
+
}
|
6036 |
+
|
6037 |
+
.premium-button-style5-radialin:hover:before {
|
6038 |
+
-webkit-transform: scale(0);
|
6039 |
+
-ms-transform: scale(0);
|
6040 |
+
transform: scale(0);
|
6041 |
+
}
|
6042 |
+
|
6043 |
+
.premium-button-style1-top:before {
|
6044 |
+
-webkit-transform-origin: 50% 100%;
|
6045 |
+
-ms-transform-origin: 50% 100%;
|
6046 |
+
transform-origin: 50% 100%;
|
6047 |
+
}
|
6048 |
+
|
6049 |
+
.premium-button-style1-right:before {
|
6050 |
+
-webkit-transform: scaleX(0);
|
6051 |
+
-ms-transform: scaleX(0);
|
6052 |
+
transform: scaleX(0);
|
6053 |
+
-webkit-transform-origin: 100% 50%;
|
6054 |
+
-ms-transform-origin: 100% 50%;
|
6055 |
+
transform-origin: 100% 50%;
|
6056 |
+
}
|
6057 |
+
|
6058 |
+
.premium-button-style1-left:before {
|
6059 |
+
-webkit-transform: scaleX(0);
|
6060 |
+
-ms-transform: scaleX(0);
|
6061 |
+
transform: scaleX(0);
|
6062 |
+
-webkit-transform-origin: 0% 50%;
|
6063 |
+
-ms-transform-origin: 0% 50%;
|
6064 |
+
transform-origin: 0% 50%;
|
6065 |
+
}
|
6066 |
+
|
6067 |
+
.premium-button-style2-shutouthor:before,
|
6068 |
+
.premium-button-style2-scshutoutver:before {
|
6069 |
+
-webkit-transform: scaleY(0);
|
6070 |
+
-ms-transform: scaleY(0);
|
6071 |
+
transform: scaleY(0);
|
6072 |
+
-webkit-transform-origin: 0% 50%;
|
6073 |
+
-ms-transform-origin: 0% 50%;
|
6074 |
+
transform-origin: 0% 50%;
|
6075 |
+
}
|
6076 |
+
|
6077 |
+
.premium-button-style2-shutoutver:before,
|
6078 |
+
.premium-button-style2-scshutouthor:before {
|
6079 |
+
-webkit-transform: scaleX(0);
|
6080 |
+
-ms-transform: scaleX(0);
|
6081 |
+
transform: scaleX(0);
|
6082 |
+
-webkit-transform-origin: 50% 50%;
|
6083 |
+
-ms-transform-origin: 50% 50%;
|
6084 |
+
transform-origin: 50% 50%;
|
6085 |
+
}
|
6086 |
+
|
6087 |
+
.premium-button-style2-shutinhor:before {
|
6088 |
+
-webkit-transform: scaleX(1);
|
6089 |
+
-ms-transform: scaleX(1);
|
6090 |
+
transform: scaleX(1);
|
6091 |
+
-webkit-transform-origin: 50%;
|
6092 |
+
-ms-transform-origin: 50%;
|
6093 |
+
transform-origin: 50%;
|
6094 |
+
}
|
6095 |
+
|
6096 |
+
.premium-button-style2-shutinver:before {
|
6097 |
+
-webkit-transform: scaleY(1);
|
6098 |
+
-ms-transform: scaleY(1);
|
6099 |
+
transform: scaleY(1);
|
6100 |
+
-webkit-transform-origin: 50%;
|
6101 |
+
-ms-transform-origin: 50%;
|
6102 |
+
transform-origin: 50%;
|
6103 |
+
}
|
6104 |
+
|
6105 |
+
.premium-button-style1-bottom:hover:before,
|
6106 |
+
.premium-button-style1-top:hover:before {
|
6107 |
+
-webkit-transform: scaleY(1);
|
6108 |
+
-ms-transform: scaleY(1);
|
6109 |
+
transform: scaleY(1);
|
6110 |
+
}
|
6111 |
+
|
6112 |
+
.premium-button-style1-left:hover:before,
|
6113 |
+
.premium-button-style1-right:hover:before,
|
6114 |
+
.premium-button-style2-shutouthor:hover:before,
|
6115 |
+
.premium-button-style2-shutoutver:hover:before {
|
6116 |
+
-webkit-transform: scaleX(1);
|
6117 |
+
-ms-transform: scaleX(1);
|
6118 |
+
transform: scaleX(1);
|
6119 |
+
}
|
6120 |
+
|
6121 |
+
.premium-button-style2-shutinhor:hover:before {
|
6122 |
+
-webkit-transform: scaleX(0);
|
6123 |
+
-ms-transform: scaleX(0);
|
6124 |
+
transform: scaleX(0);
|
6125 |
+
}
|
6126 |
+
|
6127 |
+
.premium-button-style2-shutinver:hover:before {
|
6128 |
+
-webkit-transform: scaleY(0);
|
6129 |
+
-ms-transform: scaleY(0);
|
6130 |
+
transform: scaleY(0);
|
6131 |
+
}
|
6132 |
+
|
6133 |
+
.premium-button-style2-scshutouthor:hover:before {
|
6134 |
+
-webkit-transform: scaleX(0.9);
|
6135 |
+
-ms-transform: scaleX(0.9);
|
6136 |
+
transform: scaleX(0.9);
|
6137 |
+
}
|
6138 |
+
|
6139 |
+
.premium-button-style2-scshutoutver:hover:before {
|
6140 |
+
-webkit-transform: scaleY(0.8);
|
6141 |
+
-ms-transform: scaleY(0.8);
|
6142 |
+
transform: scaleY(0.8);
|
6143 |
+
}
|
6144 |
+
|
6145 |
+
/*Diagonal*/
|
6146 |
+
.premium-button-style2-dshutinhor:before {
|
6147 |
+
top: 50%;
|
6148 |
+
right: 50%;
|
6149 |
+
width: 120%;
|
6150 |
+
height: 0%;
|
6151 |
+
-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
|
6152 |
+
-ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
|
6153 |
+
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
6154 |
+
-webkit-transform-origin: 50%;
|
6155 |
+
-ms-transform-origin: 50%;
|
6156 |
+
transform-origin: 50%;
|
6157 |
+
-webkit-transition-property: all;
|
6158 |
+
transition-property: all;
|
6159 |
+
}
|
6160 |
+
|
6161 |
+
.premium-button-style2-dshutinver:before {
|
6162 |
+
top: 50%;
|
6163 |
+
right: 50%;
|
6164 |
+
width: 120%;
|
6165 |
+
height: 0%;
|
6166 |
+
-webkit-transform-origin: 50%;
|
6167 |
+
-ms-transform-origin: 50%;
|
6168 |
+
transform-origin: 50%;
|
6169 |
+
-webkit-transition-property: all;
|
6170 |
+
transition-property: all;
|
6171 |
+
-webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg);
|
6172 |
+
-ms-transform: translateX(50%) translateY(-50%) rotate(-45deg);
|
6173 |
+
transform: translateX(50%) translateY(-50%) rotate(-45deg);
|
6174 |
+
}
|
6175 |
+
|
6176 |
+
.premium-button-style2-dshutinhor:hover:before,
|
6177 |
+
.premium-button-style2-dshutinver:hover:before {
|
6178 |
+
height: 220%;
|
6179 |
+
}
|
6180 |
+
|
6181 |
+
.premium-button-style3-before i,
|
6182 |
+
.premium-button-style3-before svg {
|
6183 |
+
opacity: 0;
|
6184 |
+
-webkit-transform: translateX(5px);
|
6185 |
+
-ms-transform: translateX(5px);
|
6186 |
+
transform: translateX(5px);
|
6187 |
+
-webkit-transition: all 0.5s ease-in-out;
|
6188 |
+
transition: all 0.5s ease-in-out;
|
6189 |
+
}
|
6190 |
+
|
6191 |
+
.premium-button-style3-after i,
|
6192 |
+
.premium-button-style3-after svg {
|
6193 |
+
opacity: 0;
|
6194 |
+
-webkit-transform: translateX(5px);
|
6195 |
+
-ms-transform: translateX(5px);
|
6196 |
+
transform: translateX(5px);
|
6197 |
+
-webkit-transition: all 0.5s ease-in-out;
|
6198 |
+
transition: all 0.5s ease-in-out;
|
6199 |
+
-webkit-transform: translateX(-5px);
|
6200 |
+
-ms-transform: translateX(-5px);
|
6201 |
+
transform: translateX(-5px);
|
6202 |
+
}
|
6203 |
+
|
6204 |
+
.premium-button-style3-after:hover i,
|
6205 |
+
.premium-button-style3-after:hover svg {
|
6206 |
+
opacity: 1;
|
6207 |
+
}
|
6208 |
+
|
6209 |
+
.premium-button-style3-before:hover i,
|
6210 |
+
.premium-button-style3-before:hover svg {
|
6211 |
+
opacity: 1;
|
6212 |
+
}
|
6213 |
+
|
6214 |
+
.premium-button-text-icon-wrapper {
|
6215 |
+
width: 100%;
|
6216 |
+
-js-display: flex;
|
6217 |
+
display: -webkit-box;
|
6218 |
+
display: -webkit-flex;
|
6219 |
+
display: -moz-box;
|
6220 |
+
display: -ms-flexbox;
|
6221 |
+
display: flex;
|
6222 |
+
-webkit-box-pack: center;
|
6223 |
+
-webkit-justify-content: center;
|
6224 |
+
-moz-box-pack: center;
|
6225 |
+
-ms-flex-pack: center;
|
6226 |
+
justify-content: center;
|
6227 |
+
-webkit-box-align: center;
|
6228 |
+
-webkit-align-items: center;
|
6229 |
+
-moz-box-align: center;
|
6230 |
+
-ms-flex-align: center;
|
6231 |
+
align-items: center;
|
6232 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6233 |
+
transition: all 0.2s ease-in-out;
|
6234 |
+
}
|
6235 |
+
|
6236 |
+
.premium-button-text-icon-wrapper span,
|
6237 |
+
.premium-button-text-icon-wrapper i,
|
6238 |
+
.premium-button-text-icon-wrapper svg {
|
6239 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6240 |
+
transition: all 0.2s ease-in-out;
|
6241 |
+
}
|
6242 |
+
|
6243 |
+
.premium-button-style4-icon-wrapper {
|
6244 |
+
position: absolute;
|
6245 |
+
z-index: 2;
|
6246 |
+
width: 100%;
|
6247 |
+
text-align: center;
|
6248 |
+
-js-display: flex;
|
6249 |
+
display: -webkit-box;
|
6250 |
+
display: -webkit-flex;
|
6251 |
+
display: -moz-box;
|
6252 |
+
display: -ms-flexbox;
|
6253 |
+
display: flex;
|
6254 |
+
-webkit-box-align: center;
|
6255 |
+
-webkit-align-items: center;
|
6256 |
+
-moz-box-align: center;
|
6257 |
+
-ms-flex-align: center;
|
6258 |
+
align-items: center;
|
6259 |
+
-webkit-box-pack: center;
|
6260 |
+
-webkit-justify-content: center;
|
6261 |
+
-moz-box-pack: center;
|
6262 |
+
-ms-flex-pack: center;
|
6263 |
+
justify-content: center;
|
6264 |
+
height: 100%;
|
6265 |
+
opacity: 0;
|
6266 |
+
-webkit-transition: all 0.3s ease-in-out;
|
6267 |
+
transition: all 0.3s ease-in-out;
|
6268 |
+
}
|
6269 |
+
|
6270 |
+
.premium-button-style4-icon-wrapper.top {
|
6271 |
+
bottom: -100%;
|
6272 |
+
right: 0;
|
6273 |
+
}
|
6274 |
+
|
6275 |
+
.premium-button-style4-icon-wrapper.bottom {
|
6276 |
+
top: -100%;
|
6277 |
+
right: 0;
|
6278 |
+
}
|
6279 |
+
|
6280 |
+
.premium-button-style4-icon-wrapper.left {
|
6281 |
+
top: 0;
|
6282 |
+
right: -100%;
|
6283 |
+
}
|
6284 |
+
|
6285 |
+
.premium-button-style4-icon-wrapper.right {
|
6286 |
+
top: 0;
|
6287 |
+
left: -100%;
|
6288 |
+
}
|
6289 |
+
|
6290 |
+
.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
|
6291 |
+
top: 0;
|
6292 |
+
opacity: 1;
|
6293 |
+
}
|
6294 |
+
|
6295 |
+
.premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
|
6296 |
+
bottom: 0;
|
6297 |
+
opacity: 1;
|
6298 |
+
}
|
6299 |
+
|
6300 |
+
.premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
|
6301 |
+
right: 0;
|
6302 |
+
opacity: 1;
|
6303 |
+
}
|
6304 |
+
|
6305 |
+
.premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
|
6306 |
+
left: 0;
|
6307 |
+
opacity: 1;
|
6308 |
+
}
|
6309 |
+
|
6310 |
+
.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
|
6311 |
+
-webkit-transform: translateY(100%);
|
6312 |
+
-ms-transform: translateY(100%);
|
6313 |
+
transform: translateY(100%);
|
6314 |
+
opacity: 0;
|
6315 |
+
}
|
6316 |
+
|
6317 |
+
.premium-button-style4-top:hover .premium-button-text-icon-wrapper {
|
6318 |
+
-webkit-transform: translateY(-100%);
|
6319 |
+
-ms-transform: translateY(-100%);
|
6320 |
+
transform: translateY(-100%);
|
6321 |
+
opacity: 0;
|
6322 |
+
}
|
6323 |
+
|
6324 |
+
.premium-button-style4-left:hover .premium-button-text-icon-wrapper {
|
6325 |
+
-webkit-transform: translateX(-100%);
|
6326 |
+
-ms-transform: translateX(-100%);
|
6327 |
+
transform: translateX(-100%);
|
6328 |
+
opacity: 0;
|
6329 |
+
}
|
6330 |
+
|
6331 |
+
.premium-button-style4-right:hover .premium-button-text-icon-wrapper {
|
6332 |
+
-webkit-transform: translateX(100%);
|
6333 |
+
-ms-transform: translateX(100%);
|
6334 |
+
transform: translateX(100%);
|
6335 |
+
opacity: 0;
|
6336 |
+
}
|
6337 |
+
|
6338 |
+
.premium-button-style6:before {
|
6339 |
+
content: "";
|
6340 |
+
position: absolute;
|
6341 |
+
right: 50%;
|
6342 |
+
top: 50%;
|
6343 |
+
width: 100px;
|
6344 |
+
height: 100px;
|
6345 |
+
-webkit-border-radius: 100%;
|
6346 |
+
border-radius: 100%;
|
6347 |
+
-webkit-transform: translate(50%, -50%) scale(0);
|
6348 |
+
-ms-transform: translate(50%, -50%) scale(0);
|
6349 |
+
transform: translate(50%, -50%) scale(0);
|
6350 |
+
-webkit-transition: all 0.3s ease-in-out;
|
6351 |
+
transition: all 0.3s ease-in-out;
|
6352 |
+
}
|
6353 |
+
|
6354 |
+
.premium-button-style6:hover:before {
|
6355 |
+
-webkit-transform: translate(50%, -50%) scale(3);
|
6356 |
+
-ms-transform: translate(50%, -50%) scale(3);
|
6357 |
+
transform: translate(50%, -50%) scale(3);
|
6358 |
+
}
|
6359 |
+
|
6360 |
+
.premium-button-style6 .premium-button-text-icon-wrapper {
|
6361 |
+
position: relative;
|
6362 |
+
z-index: 1;
|
6363 |
+
}
|
6364 |
+
|
6365 |
+
.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
|
6366 |
+
position: absolute;
|
6367 |
+
z-index: 0;
|
6368 |
+
top: 0;
|
6369 |
+
right: 0;
|
6370 |
+
width: 0px;
|
6371 |
+
height: 0px;
|
6372 |
+
-webkit-border-radius: 50%;
|
6373 |
+
border-radius: 50%;
|
6374 |
+
display: block;
|
6375 |
+
-webkit-transform: translate(50%, -50%);
|
6376 |
+
-ms-transform: translate(50%, -50%);
|
6377 |
+
transform: translate(50%, -50%);
|
6378 |
+
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
|
6379 |
+
transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
|
6380 |
+
}
|
6381 |
+
|
6382 |
+
.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
|
6383 |
+
width: 225%;
|
6384 |
+
height: 560px;
|
6385 |
+
}
|
6386 |
+
|
6387 |
+
.premium-mouse-detect-yes .premium-button-style6:before {
|
6388 |
+
width: 0;
|
6389 |
+
height: 0;
|
6390 |
+
}
|
6391 |
+
|
6392 |
+
.premium-button-style7-right .premium-button-text-icon-wrapper:before,
|
6393 |
+
.premium-button-style7-left .premium-button-text-icon-wrapper:before {
|
6394 |
+
-webkit-transition: width 0.3s ease-out 0.15s;
|
6395 |
+
transition: width 0.3s ease-out 0.15s;
|
6396 |
+
}
|
6397 |
+
|
6398 |
+
.premium-button-style7-right .premium-button-text-icon-wrapper:after,
|
6399 |
+
.premium-button-style7-left .premium-button-text-icon-wrapper:after {
|
6400 |
+
-webkit-transition: width 0.3s ease-out 0s;
|
6401 |
+
transition: width 0.3s ease-out 0s;
|
6402 |
+
}
|
6403 |
+
|
6404 |
+
.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
|
6405 |
+
.premium-button-style7-top .premium-button-text-icon-wrapper:before {
|
6406 |
+
-webkit-transition: height 0.3s ease-out 0.15s;
|
6407 |
+
transition: height 0.3s ease-out 0.15s;
|
6408 |
+
}
|
6409 |
+
|
6410 |
+
.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,
|
6411 |
+
.premium-button-style7-top .premium-button-text-icon-wrapper:after {
|
6412 |
+
-webkit-transition: height 0.3s ease-out 0s;
|
6413 |
+
transition: height 0.3s ease-out 0s;
|
6414 |
+
}
|
6415 |
+
|
6416 |
+
.premium-button[class*="style7"]:hover .premium-button-text-icon-wrapper:before {
|
6417 |
+
-webkit-transition-delay: 0s;
|
6418 |
+
transition-delay: 0s;
|
6419 |
+
}
|
6420 |
+
|
6421 |
+
.premium-button[class*="style7"]:hover .premium-button-text-icon-wrapper:after {
|
6422 |
+
-webkit-transition-delay: 0.15s;
|
6423 |
+
transition-delay: 0.15s;
|
6424 |
+
}
|
6425 |
+
|
6426 |
+
.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,
|
6427 |
+
.premium-button-style7-bottom .premium-button-text-icon-wrapper:after {
|
6428 |
+
content: "";
|
6429 |
+
position: absolute;
|
6430 |
+
left: 0;
|
6431 |
+
top: 0;
|
6432 |
+
right: 0;
|
6433 |
+
height: 0;
|
6434 |
+
z-index: -1;
|
6435 |
+
}
|
6436 |
+
|
6437 |
+
.premium-button-style7-top .premium-button-text-icon-wrapper:after,
|
6438 |
+
.premium-button-style7-top .premium-button-text-icon-wrapper:before {
|
6439 |
+
content: "";
|
6440 |
+
position: absolute;
|
6441 |
+
left: 0;
|
6442 |
+
bottom: 0;
|
6443 |
+
right: 0;
|
6444 |
+
height: 0;
|
6445 |
+
z-index: -1;
|
6446 |
+
}
|
6447 |
+
|
6448 |
+
.premium-button-style7-right .premium-button-text-icon-wrapper:after,
|
6449 |
+
.premium-button-style7-right .premium-button-text-icon-wrapper:before {
|
6450 |
+
content: "";
|
6451 |
+
position: absolute;
|
6452 |
+
right: 0;
|
6453 |
+
top: 0;
|
6454 |
+
bottom: 0;
|
6455 |
+
width: 0;
|
6456 |
+
z-index: -1;
|
6457 |
+
}
|
6458 |
+
|
6459 |
+
.premium-button-style7-left .premium-button-text-icon-wrapper:after,
|
6460 |
+
.premium-button-style7-left .premium-button-text-icon-wrapper:before {
|
6461 |
+
content: "";
|
6462 |
+
position: absolute;
|
6463 |
+
left: 0;
|
6464 |
+
top: 0;
|
6465 |
+
bottom: 0;
|
6466 |
+
width: 0;
|
6467 |
+
z-index: -1;
|
6468 |
+
}
|
6469 |
+
|
6470 |
+
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,
|
6471 |
+
.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before {
|
6472 |
+
height: 100%;
|
6473 |
+
top: 0;
|
6474 |
+
}
|
6475 |
+
|
6476 |
+
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,
|
6477 |
+
.premium-button-style7-top:hover .premium-button-text-icon-wrapper:before {
|
6478 |
+
height: 100%;
|
6479 |
+
bottom: 0;
|
6480 |
+
}
|
6481 |
+
|
6482 |
+
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,
|
6483 |
+
.premium-button-style7-left:hover .premium-button-text-icon-wrapper:before {
|
6484 |
+
width: 100%;
|
6485 |
+
left: 0;
|
6486 |
+
}
|
6487 |
+
|
6488 |
+
.premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,
|
6489 |
+
.premium-button-style7-right:hover .premium-button-text-icon-wrapper:before {
|
6490 |
+
width: 100%;
|
6491 |
+
right: 0;
|
6492 |
+
}
|
6493 |
+
|
6494 |
+
/**************** Premium Contact Form7 **********/
|
6495 |
+
/*************************************************/
|
6496 |
+
.premium-contact-form-anim-yes .wpcf7-span::after {
|
6497 |
+
display: block;
|
6498 |
+
height: 2px;
|
6499 |
+
content: "";
|
6500 |
+
top: -2px;
|
6501 |
+
position: relative;
|
6502 |
+
width: 0px;
|
6503 |
+
-webkit-transition: all ease-in-out 0.3s;
|
6504 |
+
transition: all ease-in-out 0.3s;
|
6505 |
+
}
|
6506 |
+
|
6507 |
+
.premium-contact-form-anim-yes .wpcf7-span.is-focused::after {
|
6508 |
+
width: 100%;
|
6509 |
+
}
|
6510 |
+
|
6511 |
+
.premium-cf7-container input.wpcf7-submit {
|
6512 |
+
-webkit-transition: all 0.3s ease-in-out;
|
6513 |
+
transition: all 0.3s ease-in-out;
|
6514 |
+
}
|
6515 |
+
|
6516 |
+
/**************** Premium Image Button ***********/
|
6517 |
+
/*************************************************/
|
6518 |
+
.premium-image-button {
|
6519 |
+
-js-display: inline-flex;
|
6520 |
+
display: -webkit-inline-box;
|
6521 |
+
display: -webkit-inline-flex;
|
6522 |
+
display: -moz-inline-box;
|
6523 |
+
display: -ms-inline-flexbox;
|
6524 |
+
display: inline-flex;
|
6525 |
+
position: relative;
|
6526 |
+
overflow: hidden;
|
6527 |
+
background-color: #eee;
|
6528 |
+
cursor: pointer;
|
6529 |
+
-webkit-transition: all 0.2s ease-in-out !important;
|
6530 |
+
transition: all 0.2s ease-in-out !important;
|
6531 |
+
}
|
6532 |
+
|
6533 |
+
.premium-image-button .premium-button-style6-bg,
|
6534 |
+
.premium-image-button.premium-button-style6:before,
|
6535 |
+
.premium-image-button:not(.premium-image-button-style6):hover {
|
6536 |
+
background-color: #54595f;
|
6537 |
+
}
|
6538 |
+
|
6539 |
+
/*Default background for slide styles*/
|
6540 |
+
.premium-image-button:hover,
|
6541 |
+
.premium-image-button-style4-icon-wrapper,
|
6542 |
+
.premium-image-button-style1-top:before,
|
6543 |
+
.premium-image-button-style1-bottom:before,
|
6544 |
+
.premium-image-button-style1-left:before,
|
6545 |
+
.premium-image-button-style1-right:before {
|
6546 |
+
background-color: #54595f;
|
6547 |
+
}
|
6548 |
+
|
6549 |
+
.premium-image-button-text-icon-wrapper {
|
6550 |
+
width: 100%;
|
6551 |
+
-js-display: flex;
|
6552 |
+
display: -webkit-box;
|
6553 |
+
display: -webkit-flex;
|
6554 |
+
display: -moz-box;
|
6555 |
+
display: -ms-flexbox;
|
6556 |
+
display: flex;
|
6557 |
+
-webkit-box-pack: center;
|
6558 |
+
-webkit-justify-content: center;
|
6559 |
+
-moz-box-pack: center;
|
6560 |
+
-ms-flex-pack: center;
|
6561 |
+
justify-content: center;
|
6562 |
+
-webkit-box-align: center;
|
6563 |
+
-webkit-align-items: center;
|
6564 |
+
-moz-box-align: center;
|
6565 |
+
-ms-flex-align: center;
|
6566 |
+
align-items: center;
|
6567 |
+
position: relative;
|
6568 |
+
z-index: 3;
|
6569 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6570 |
+
transition: all 0.2s ease-in-out;
|
6571 |
+
}
|
6572 |
+
|
6573 |
+
.premium-image-button-text-icon-wrapper span,
|
6574 |
+
.premium-image-button-text-icon-wrapper,
|
6575 |
+
.premium-image-button-text-icon-wrapper i,
|
6576 |
+
.premium-image-button-text-icon-wrapper svg {
|
6577 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6578 |
+
transition: all 0.2s ease-in-out;
|
6579 |
+
}
|
6580 |
+
|
6581 |
+
.premium-image-button-style1-bottom:before,
|
6582 |
+
.premium-image-button-style1-top:before,
|
6583 |
+
.premium-image-button-style1-left:before,
|
6584 |
+
.premium-image-button-style1-right:before {
|
6585 |
+
-webkit-transition: all 0.2s ease-in-out;
|
6586 |
+
transition: all 0.2s ease-in-out;
|
6587 |
+
}
|
6588 |
+
|
6589 |
+
.premium-image-button-style1-bottom:before {
|
6590 |
+
content: "";
|
6591 |
+
position: absolute;
|
6592 |
+
width: 100%;
|
6593 |
+
height: 0;
|
6594 |
+
top: 0;
|
6595 |
+
right: 0;
|
6596 |
+
}
|
6597 |
+
|
6598 |
+
.premium-image-button-style1-top:before {
|
6599 |
+
content: "";
|
6600 |
+
position: absolute;
|
6601 |
+
width: 100%;
|
6602 |
+
height: 0;
|
6603 |
+
bottom: 0;
|
6604 |
+
right: 0;
|
6605 |
+
}
|
6606 |
+
|
6607 |
+
.premium-image-button-style1-right:before {
|
6608 |
+
content: "";
|
6609 |
+
position: absolute;
|
6610 |
+
width: 0;
|
6611 |
+
height: 100%;
|
6612 |
+
bottom: 0;
|
6613 |
+
right: 0;
|
6614 |
+
}
|
6615 |
+
|
6616 |
+
.premium-image-button-style1-left:before {
|
6617 |
+
content: "";
|
6618 |
+
position: absolute;
|
6619 |
+
width: 0;
|
6620 |
+
height: 100%;
|
6621 |
+
top: 0;
|
6622 |
+
left: 0;
|
6623 |
+
}
|
6624 |
+
|
6625 |
+
.premium-image-button-style1-bottom:hover:before {
|
6626 |
+
height: 100%;
|
6627 |
+
}
|
6628 |
+
|
6629 |
+
.premium-image-button-style1-top:hover:before {
|
6630 |
+
height: 100%;
|
6631 |
+
}
|
6632 |
+
|
6633 |
+
.premium-image-button-style1-right:hover:before {
|
6634 |
+
width: 100%;
|
6635 |
+
}
|
6636 |
+
|
6637 |
+
.premium-image-button-style1-left:hover:before {
|
6638 |
+
width: 100%;
|
6639 |
+
}
|
6640 |
+
|
6641 |
+
.premium-image-button-diagonal-top,
|
6642 |
+
.premium-image-button-diagonal-bottom,
|
6643 |
+
.premium-image-button-diagonal-left,
|
6644 |
+
.premium-image-button-diagonal-right {
|
6645 |
+
z-index: 10;
|
6646 |
+
}
|
6647 |
+
|
6648 |
+
.premium-image-button-diagonal-top:before,
|
6649 |
+
.premium-image-button-diagonal-bottom:before,
|
6650 |
+
.premium-image-button-diagonal-left:before,
|
6651 |
+
.premium-image-button-diagonal-right:before {
|
6652 |
+
position: absolute;
|
6653 |
+
top: 0px;
|
6654 |
+
right: 0px;
|
6655 |
+
width: 100%;
|
6656 |
+
height: 100%;
|
6657 |
+
content: "";
|
6658 |
+
z-index: 1;
|
6659 |
+
background: rgba(255, 255, 255, 0.2);
|
6660 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6661 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6662 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6663 |
+
-webkit-transition: all 0.8s ease-out;
|
6664 |
+
transition: all 0.8s ease-out;
|
6665 |
+
}
|
6666 |
+
|
6667 |
+
.premium-image-button-diagonal-right:hover:before,
|
6668 |
+
.premium-image-button-diagonal-left:before {
|
6669 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
6670 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
6671 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
|
6672 |
+
}
|
6673 |
+
|
6674 |
+
.premium-image-button-diagonal-left:hover:before,
|
6675 |
+
.premium-image-button-diagonal-right:before {
|
6676 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
6677 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
6678 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
6679 |
+
}
|
6680 |
+
|
6681 |
+
.premium-image-button-diagonal-top:hover:before,
|
6682 |
+
.premium-image-button-diagonal-bottom:before {
|
6683 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6684 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6685 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
|
6686 |
+
}
|
6687 |
+
|
6688 |
+
.premium-image-button-diagonal-bottom:hover:before,
|
6689 |
+
.premium-image-button-diagonal-top:before {
|
6690 |
+
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
6691 |
+
-ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
6692 |
+
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
|
6693 |
+
}
|
6694 |
+
|
6695 |
+
.premium-image-button-style4-icon-wrapper {
|
6696 |
+
position: absolute;
|
6697 |
+
z-index: 2;
|
6698 |
+
width: 100%;
|
6699 |
+
text-align: center;
|
6700 |
+
display: -webkit-box;
|
6701 |
+
display: -webkit-flex;
|
6702 |
+
display: -ms-flexbox;
|
6703 |
+
-js-display: flex;
|
6704 |
+
display: -moz-box;
|
6705 |
+
display: flex;
|
6706 |
+
-webkit-box-align: center;
|
6707 |
+
-webkit-align-items: center;
|
6708 |
+
-moz-box-align: center;
|
6709 |
+
-ms-flex-align: center;
|
6710 |
+
align-items: center;
|
6711 |
+
-webkit-box-pack: center;
|
6712 |
+
-webkit-justify-content: center;
|
6713 |
+
-moz-box-pack: center;
|
6714 |
+
-ms-flex-pack: center;
|
6715 |
+
justify-content: center;
|
6716 |
+
height: 100%;
|
6717 |
+
opacity: 0;
|
6718 |
+
-webkit-transition: all 0.3s ease-in-out;
|
6719 |
+
transition: all 0.3s ease-in-out;
|
6720 |
+
}
|
6721 |
+
|
6722 |
+
.premium-image-button-style4-icon-wrapper.top {
|
6723 |
+
bottom: -100%;
|
6724 |
+
right: 0;
|
6725 |
+
}
|
6726 |
+
|
6727 |
+
.premium-image-button-style4-icon-wrapper.bottom {
|
6728 |
+
top: -100%;
|
6729 |
+
right: 0;
|
6730 |
+
}
|
6731 |
+
|
6732 |
+
.premium-image-button-style4-icon-wrapper.left {
|
6733 |
+
top: 0;
|
6734 |
+
right: -100%;
|
6735 |
+
}
|
6736 |
+
|
6737 |
+
.premium-image-button-style4-icon-wrapper.right {
|
6738 |
+
top: 0;
|
6739 |
+
left: -100%;
|
6740 |
+
}
|
6741 |
+
|
6742 |
+
.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper {
|
6743 |
+
top: 0;
|
6744 |
+
opacity: 1;
|
6745 |
+
}
|
6746 |
+
|
6747 |
+
.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper {
|
6748 |
+
bottom: 0;
|
6749 |
+
opacity: 1;
|
6750 |
+
}
|
6751 |
+
|
6752 |
+
.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper {
|
6753 |
+
right: 0;
|
6754 |
+
opacity: 1;
|
6755 |
+
}
|
6756 |
+
|
6757 |
+
.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper {
|
6758 |
+
left: 0;
|
6759 |
+
opacity: 1;
|
6760 |
+
}
|
6761 |
+
|
6762 |
+
.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper {
|
6763 |
+
-webkit-transform: translateY(100%);
|
6764 |
+
-ms-transform: translateY(100%);
|
6765 |
+
transform: translateY(100%);
|
6766 |
+
opacity: 0;
|
6767 |
+
}
|
6768 |
+
|
6769 |
+
.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper {
|
6770 |
+
-webkit-transform: translateY(-100%);
|
6771 |
+
-ms-transform: translateY(-100%);
|
6772 |
+
transform: translateY(-100%);
|
6773 |
+
opacity: 0;
|
6774 |
+
}
|
6775 |
+
|
6776 |
+
.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
|
6777 |
+
-webkit-transform: translateX(-100%);
|
6778 |
+
-ms-transform: translateX(-100%);
|
6779 |
+
transform: translateX(-100%);
|
6780 |
+
opacity: 0;
|
6781 |
+
}
|
6782 |
+
|
6783 |
+
.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
|
6784 |
+
-webkit-transform: translateX(100%);
|
6785 |
+
-ms-transform: translateX(100%);
|
6786 |
+
transform: translateX(100%);
|
6787 |
+
opacity: 0;
|
6788 |
+
}
|
6789 |
+
|
6790 |
+
.premium-image-button-overlap-effect-horizontal:before,
|
6791 |
+
.premium-image-button-overlap-effect-vertical:before {
|
6792 |
+
position: absolute;
|
6793 |
+
content: "";
|
6794 |
+
top: 0;
|
6795 |
+
right: 0;
|
6796 |
+
width: 100%;
|
6797 |
+
height: 100%;
|
6798 |
+
opacity: 0;
|
6799 |
+
-webkit-transition: all 1s ease-in-out;
|
6800 |
+
transition: all 1s ease-in-out;
|
6801 |
+
background: rgba(255, 255, 255, 0.2);
|
6802 |
+
-webkit-animation-name: premium-overlap-effect-done;
|
6803 |
+
animation-name: premium-overlap-effect-done;
|
6804 |
+
-webkit-animation-duration: 1s;
|
6805 |
+
animation-duration: 1s;
|
6806 |
+
}
|
6807 |
+
|
6808 |
+
.premium-image-button-overlap-effect-vertical:before {
|
6809 |
+
-webkit-animation-name: premium-overlap-ver-effect-done;
|
6810 |
+
animation-name: premium-overlap-ver-effect-done;
|
6811 |
+
-webkit-animation-duration: 1s;
|
6812 |
+
animation-duration: 1s;
|
6813 |
+
}
|
6814 |
+
|
6815 |
+
.premium-image-button-overlap-effect-horizontal:hover:before {
|
6816 |
+
-webkit-animation-name: premium-overlap-effect;
|
6817 |
+
animation-name: premium-overlap-effect;
|
6818 |
+
-webkit-animation-duration: 1s;
|
6819 |
+
animation-duration: 1s;
|
6820 |
+
}
|
6821 |
+
|
6822 |
+
.premium-image-button-overlap-effect-vertical:hover:before {
|
6823 |
+
-webkit-animation-name: premium-overlap-ver-effect;
|
6824 |
+
animation-name: premium-overlap-ver-effect;
|
6825 |
+
-webkit-animation-duration: 1s;
|
6826 |
+
animation-duration: 1s;
|
6827 |
+
}
|
6828 |
+
|
6829 |
+
@-webkit-keyframes premium-overlap-effect {
|
6830 |
+
0% {
|
6831 |
+
opacity: 0;
|
6832 |
+
-webkit-transform: rotateY(0deg);
|
6833 |
+
transform: rotateY(0deg);
|
6834 |
+
}
|
6835 |
+
|
6836 |
+
50% {
|
6837 |
+
opacity: 1;
|
6838 |
+
-webkit-transform: rotateY(180deg);
|
6839 |
+
transform: rotateY(180deg);
|
6840 |
+
}
|
6841 |
+
|
6842 |
+
100% {
|
6843 |
+
opacity: 0;
|
6844 |
+
-webkit-transform: rotateY(360deg);
|
6845 |
+
transform: rotateY(360deg);
|
6846 |
+
}
|
6847 |
+
}
|
6848 |
+
|
6849 |
+
@keyframes premium-overlap-effect {
|
6850 |
+
0% {
|
6851 |
+
opacity: 0;
|
6852 |
+
-webkit-transform: rotateY(0deg);
|
6853 |
+
transform: rotateY(0deg);
|
6854 |
+
}
|
6855 |
+
|
6856 |
+
50% {
|
6857 |
+
opacity: 1;
|
6858 |
+
-webkit-transform: rotateY(180deg);
|
6859 |
+
transform: rotateY(180deg);
|
6860 |
+
}
|
6861 |
+
|
6862 |
+
100% {
|
6863 |
+
opacity: 0;
|
6864 |
+
-webkit-transform: rotateY(360deg);
|
6865 |
+
transform: rotateY(360deg);
|
6866 |
+
}
|
6867 |
+
}
|
6868 |
+
|
6869 |
+
@-webkit-keyframes premium-overlap-effect-done {
|
6870 |
+
0% {
|
6871 |
+
opacity: 0;
|
6872 |
+
-webkit-transform: rotateY(0deg);
|
6873 |
+
transform: rotateY(0deg);
|
6874 |
+
}
|
6875 |
+
|
6876 |
+
50% {
|
6877 |
+
opacity: 1;
|
6878 |
+
-webkit-transform: rotateY(180deg);
|
6879 |
+
transform: rotateY(180deg);
|
6880 |
+
}
|
6881 |
+
|
6882 |
+
100% {
|
6883 |
+
opacity: 0;
|
6884 |
+
-webkit-transform: rotateY(360deg);
|
6885 |
+
transform: rotateY(360deg);
|
6886 |
+
}
|
6887 |
+
}
|
6888 |
+
|
6889 |
+
@keyframes premium-overlap-effect-done {
|
6890 |
+
0% {
|
6891 |
+
opacity: 0;
|
6892 |
+
-webkit-transform: rotateY(0deg);
|
6893 |
+
transform: rotateY(0deg);
|
6894 |
+
}
|
6895 |
+
|
6896 |
+
50% {
|
6897 |
+
opacity: 1;
|
6898 |
+
-webkit-transform: rotateY(180deg);
|
6899 |
+
transform: rotateY(180deg);
|
6900 |
+
}
|
6901 |
+
|
6902 |
+
100% {
|
6903 |
+
opacity: 0;
|
6904 |
+
-webkit-transform: rotateY(360deg);
|
6905 |
+
transform: rotateY(360deg);
|
6906 |
+
}
|
6907 |
+
}
|
6908 |
+
|
6909 |
+
@-webkit-keyframes premium-overlap-ver-effect {
|
6910 |
+
0% {
|
6911 |
+
opacity: 0;
|
6912 |
+
-webkit-transform: rotateX(0deg);
|
6913 |
+
transform: rotateX(0deg);
|
6914 |
+
}
|
6915 |
+
|
6916 |
+
50% {
|
6917 |
+
opacity: 1;
|
6918 |
+
-webkit-transform: rotateX(180deg);
|
6919 |
+
transform: rotateX(180deg);
|
6920 |
+
}
|
6921 |
+
|
6922 |
+
100% {
|
6923 |
+
opacity: 0;
|
6924 |
+
-webkit-transform: rotateX(360deg);
|
6925 |
+
transform: rotateX(360deg);
|
6926 |
+
}
|
6927 |
+
}
|
6928 |
+
|
6929 |
+
@keyframes premium-overlap-ver-effect {
|
6930 |
+
0% {
|
6931 |
+
opacity: 0;
|
6932 |
+
-webkit-transform: rotateX(0deg);
|
6933 |
+
transform: rotateX(0deg);
|
6934 |
+
}
|
6935 |
+
|
6936 |
+
50% {
|
6937 |
+
opacity: 1;
|
6938 |
+
-webkit-transform: rotateX(180deg);
|
6939 |
+
transform: rotateX(180deg);
|
6940 |
+
}
|
6941 |
+
|
6942 |
+
100% {
|
6943 |
+
opacity: 0;
|
6944 |
+
-webkit-transform: rotateX(360deg);
|
6945 |
+
transform: rotateX(360deg);
|
6946 |
+
}
|
6947 |
+
}
|
6948 |
+
|
6949 |
+
@-webkit-keyframes premium-overlap-ver-effect-done {
|
6950 |
+
0% {
|
6951 |
+
opacity: 0;
|
6952 |
+
-webkit-transform: rotateX(0deg);
|
6953 |
+
transform: rotateX(0deg);
|
6954 |
+
}
|
6955 |
+
|
6956 |
+
50% {
|
6957 |
+
opacity: 1;
|
6958 |
+
-webkit-transform: rotateX(180deg);
|
6959 |
+
transform: rotateX(180deg);
|
6960 |
+
}
|
6961 |
+
|
6962 |
+
100% {
|
6963 |
+
opacity: 0;
|
6964 |
+
-webkit-transform: rotateX(360deg);
|
6965 |
+
transform: rotateX(360deg);
|
6966 |
+
}
|
6967 |
+
}
|
6968 |
+
|
6969 |
+
@keyframes premium-overlap-ver-effect-done {
|
6970 |
+
0% {
|
6971 |
+
opacity: 0;
|
6972 |
+
-webkit-transform: rotateX(0deg);
|
6973 |
+
transform: rotateX(0deg);
|
6974 |
+
}
|
6975 |
+
|
6976 |
+
50% {
|
6977 |
+
opacity: 1;
|
6978 |
+
-webkit-transform: rotateX(180deg);
|
6979 |
+
transform: rotateX(180deg);
|
6980 |
+
}
|
6981 |
+
|
6982 |
+
100% {
|
6983 |
+
opacity: 0;
|
6984 |
+
-webkit-transform: rotateX(360deg);
|
6985 |
+
transform: rotateX(360deg);
|
6986 |
+
}
|
6987 |
+
}
|
6988 |
+
|
6989 |
+
/******** Premium Media Grid ********/
|
6990 |
+
/************************************/
|
6991 |
+
.premium-img-gallery-filter,
|
6992 |
+
.premium-blog-filter {
|
6993 |
+
display: -webkit-box;
|
6994 |
+
display: -webkit-flex;
|
6995 |
+
display: -ms-flexbox;
|
6996 |
+
-js-display: flex;
|
6997 |
+
display: -moz-box;
|
6998 |
+
display: flex;
|
6999 |
+
-webkit-box-align: center;
|
7000 |
+
-webkit-align-items: center;
|
7001 |
+
-moz-box-align: center;
|
7002 |
+
-ms-flex-align: center;
|
7003 |
+
align-items: center;
|
7004 |
+
-webkit-box-pack: center;
|
7005 |
+
-webkit-justify-content: center;
|
7006 |
+
-moz-box-pack: center;
|
7007 |
+
-ms-flex-pack: center;
|
7008 |
+
justify-content: center;
|
7009 |
+
}
|
7010 |
+
|
7011 |
+
.premium-img-gallery {
|
7012 |
+
clear: both;
|
7013 |
+
overflow: hidden;
|
7014 |
+
}
|
7015 |
+
|
7016 |
+
.premium-gallery-container .premium-gallery-item {
|
7017 |
+
padding: 10px;
|
7018 |
+
float: right;
|
7019 |
+
/* Google Chrome isotope issue */
|
7020 |
+
}
|
7021 |
+
|
7022 |
+
.premium-gallery-container .grid-sizer {
|
7023 |
+
width: 33.33%;
|
7024 |
+
}
|
7025 |
+
|
7026 |
+
.premium-img-gallery-filter .premium-gallery-cats-container li a.category,
|
7027 |
+
.premium-blog-filter .premium-blog-filters-container li a.category {
|
7028 |
+
outline: none;
|
7029 |
+
text-decoration: none;
|
7030 |
+
-webkit-border-radius: 75px;
|
7031 |
+
border-radius: 75px;
|
7032 |
+
margin: 15px 5px 20px;
|
7033 |
+
padding: 7px 20px;
|
7034 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7035 |
+
transition: all 0.3s ease-in-out;
|
7036 |
+
}
|
7037 |
+
|
7038 |
+
.premium-img-gallery-filter .premium-gallery-cats-container li a.category span {
|
7039 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7040 |
+
transition: all 0.3s ease-in-out;
|
7041 |
+
}
|
7042 |
+
|
7043 |
+
.pa-gallery-img {
|
7044 |
+
position: relative;
|
7045 |
+
}
|
7046 |
+
|
7047 |
+
.pa-gallery-img .pa-gallery-whole-link {
|
7048 |
+
position: absolute;
|
7049 |
+
top: 0;
|
7050 |
+
right: 0;
|
7051 |
+
width: 100%;
|
7052 |
+
height: 100%;
|
7053 |
+
}
|
7054 |
+
|
7055 |
+
.pa-gallery-img.style2 .pa-gallery-whole-link {
|
7056 |
+
z-index: 99;
|
7057 |
+
}
|
7058 |
+
|
7059 |
+
.pa-gallery-img-container {
|
7060 |
+
overflow: hidden;
|
7061 |
+
-webkit-backface-visibility: hidden;
|
7062 |
+
-moz-backface-visibility: hidden;
|
7063 |
+
-webkit-transform: translate3d(0, 0, 0);
|
7064 |
+
transform: translate3d(0, 0, 0);
|
7065 |
+
}
|
7066 |
+
|
7067 |
+
.pa-gallery-img-container img {
|
7068 |
+
display: block;
|
7069 |
+
width: 100%;
|
7070 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7071 |
+
transition: all 0.3s ease-in-out;
|
7072 |
+
}
|
7073 |
+
|
7074 |
+
.premium-img-gallery.gray img {
|
7075 |
+
-webkit-filter: grayscale(100%);
|
7076 |
+
filter: grayscale(100%);
|
7077 |
+
}
|
7078 |
+
|
7079 |
+
.premium-img-gallery.zoomout img,
|
7080 |
+
.premium-img-gallery.scale img {
|
7081 |
+
-webkit-transform: scale(1.2);
|
7082 |
+
-ms-transform: scale(1.2);
|
7083 |
+
transform: scale(1.2);
|
7084 |
+
}
|
7085 |
+
|
7086 |
+
.premium-img-gallery.sepia img {
|
7087 |
+
-webkit-filter: sepia(30%);
|
7088 |
+
filter: sepia(30%);
|
7089 |
+
}
|
7090 |
+
|
7091 |
+
.premium-img-gallery.bright img {
|
7092 |
+
-webkit-filter: brightness(1);
|
7093 |
+
filter: brightness(1);
|
7094 |
+
}
|
7095 |
+
|
7096 |
+
.premium-img-gallery.trans img {
|
7097 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
7098 |
+
-ms-transform: translateX(15px) scale(1.1);
|
7099 |
+
transform: translateX(15px) scale(1.1);
|
7100 |
+
}
|
7101 |
+
|
7102 |
+
.pa-gallery-img .pa-gallery-magnific-image,
|
7103 |
+
.pa-gallery-img .pa-gallery-img-link {
|
7104 |
+
outline: none;
|
7105 |
+
}
|
7106 |
+
|
7107 |
+
.pa-gallery-img .pa-gallery-magnific-image i,
|
7108 |
+
.pa-gallery-img .pa-gallery-magnific-image svg,
|
7109 |
+
.pa-gallery-img .pa-gallery-img-link i,
|
7110 |
+
.pa-gallery-img .pa-gallery-img-link svg {
|
7111 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7112 |
+
transition: all 0.3s ease-in-out;
|
7113 |
+
}
|
7114 |
+
|
7115 |
+
.pa-gallery-img .pa-gallery-magnific-image span,
|
7116 |
+
.pa-gallery-img .pa-gallery-img-link span {
|
7117 |
+
line-height: 1;
|
7118 |
+
display: inline-block;
|
7119 |
+
opacity: 0;
|
7120 |
+
margin: 0 5px;
|
7121 |
+
padding: 15px;
|
7122 |
+
-webkit-border-radius: 50%;
|
7123 |
+
border-radius: 50%;
|
7124 |
+
}
|
7125 |
+
|
7126 |
+
.pa-gallery-img.style2 .pa-gallery-magnific-image span,
|
7127 |
+
.pa-gallery-img.style2 .pa-gallery-img-link span {
|
7128 |
+
margin: 0 5px 20px;
|
7129 |
+
}
|
7130 |
+
|
7131 |
+
.pa-gallery-img:hover .pa-gallery-magnific-image span {
|
7132 |
+
-webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
|
7133 |
+
transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
|
7134 |
+
}
|
7135 |
+
|
7136 |
+
.pa-gallery-img:hover .pa-gallery-img-link span {
|
7137 |
+
-webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
|
7138 |
+
transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
|
7139 |
+
}
|
7140 |
+
|
7141 |
+
.pa-gallery-img:hover .pa-gallery-magnific-image span,
|
7142 |
+
.pa-gallery-img:hover .pa-gallery-img-link span,
|
7143 |
+
.premium-gallery-icon-show a.pa-gallery-video-icon span {
|
7144 |
+
opacity: 1;
|
7145 |
+
}
|
7146 |
+
|
7147 |
+
.premium-img-gallery-filter ul.premium-gallery-cats-container,
|
7148 |
+
.premium-blog-filter ul.premium-blog-filters-container {
|
7149 |
+
text-align: center;
|
7150 |
+
margin: 0;
|
7151 |
+
padding: 0;
|
7152 |
+
}
|
7153 |
+
|
7154 |
+
.premium-img-gallery-filter .premium-gallery-cats-container li,
|
7155 |
+
.premium-blog-filter .premium-blog-filters-container li {
|
7156 |
+
list-style: none;
|
7157 |
+
display: -webkit-inline-box;
|
7158 |
+
display: -webkit-inline-flex;
|
7159 |
+
display: -ms-inline-flexbox;
|
7160 |
+
-js-display: inline-flex;
|
7161 |
+
display: -moz-inline-box;
|
7162 |
+
display: inline-flex;
|
7163 |
+
}
|
7164 |
+
|
7165 |
+
.premium-img-gallery.zoomin .pa-gallery-img:hover img {
|
7166 |
+
-webkit-transform: scale(1.1);
|
7167 |
+
-ms-transform: scale(1.1);
|
7168 |
+
transform: scale(1.1);
|
7169 |
+
}
|
7170 |
+
|
7171 |
+
.premium-img-gallery.zoomout .pa-gallery-img:hover img {
|
7172 |
+
-webkit-transform: scale(1);
|
7173 |
+
-ms-transform: scale(1);
|
7174 |
+
transform: scale(1);
|
7175 |
+
}
|
7176 |
+
|
7177 |
+
.premium-img-gallery.scale .pa-gallery-img:hover img {
|
7178 |
+
-webkit-transform: scale(1.3) rotate(-5deg);
|
7179 |
+
-ms-transform: scale(1.3) rotate(-5deg);
|
7180 |
+
transform: scale(1.3) rotate(-5deg);
|
7181 |
+
}
|
7182 |
+
|
7183 |
+
.premium-img-gallery.gray .pa-gallery-img:hover img {
|
7184 |
+
-webkit-filter: grayscale(0%);
|
7185 |
+
filter: grayscale(0%);
|
7186 |
+
}
|
7187 |
+
|
7188 |
+
.premium-img-gallery.blur .pa-gallery-img:hover img {
|
7189 |
+
-webkit-filter: blur(3px);
|
7190 |
+
filter: blur(3px);
|
7191 |
+
}
|
7192 |
+
|
7193 |
+
.premium-img-gallery.sepia .pa-gallery-img:hover img {
|
7194 |
+
-webkit-filter: sepia(0%);
|
7195 |
+
filter: sepia(0%);
|
7196 |
+
}
|
7197 |
+
|
7198 |
+
.premium-img-gallery.trans .pa-gallery-img:hover img {
|
7199 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
7200 |
+
-ms-transform: translateX(0px) scale(1.1);
|
7201 |
+
transform: translateX(0px) scale(1.1);
|
7202 |
+
}
|
7203 |
+
|
7204 |
+
.premium-img-gallery.bright .pa-gallery-img:hover img {
|
7205 |
+
-webkit-filter: brightness(1.2);
|
7206 |
+
filter: brightness(1.2);
|
7207 |
+
}
|
7208 |
+
|
7209 |
+
.pa-gallery-img .premium-gallery-caption {
|
7210 |
+
padding: 10px;
|
7211 |
+
}
|
7212 |
+
|
7213 |
+
.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
|
7214 |
+
margin-bottom: 0;
|
7215 |
+
}
|
7216 |
+
|
7217 |
+
.pa-gallery-img.style1 {
|
7218 |
+
overflow: hidden;
|
7219 |
+
}
|
7220 |
+
|
7221 |
+
.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper {
|
7222 |
+
position: absolute;
|
7223 |
+
top: 0;
|
7224 |
+
right: 0;
|
7225 |
+
width: 100%;
|
7226 |
+
height: 100%;
|
7227 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7228 |
+
transition: all 0.3s ease-in-out;
|
7229 |
+
}
|
7230 |
+
|
7231 |
+
.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container {
|
7232 |
+
position: absolute;
|
7233 |
+
top: 33.33%;
|
7234 |
+
width: 100%;
|
7235 |
+
text-align: center;
|
7236 |
+
-webkit-transform: translateY(-50%);
|
7237 |
+
-ms-transform: translateY(-50%);
|
7238 |
+
transform: translateY(-50%);
|
7239 |
+
z-index: 999;
|
7240 |
+
}
|
7241 |
+
|
7242 |
+
.premium-blog-post-container .premium-blog-entry-container {
|
7243 |
+
margin: 0 !important;
|
7244 |
+
}
|
7245 |
+
|
7246 |
+
.pa-gallery-img.style1 .premium-gallery-caption {
|
7247 |
+
position: absolute;
|
7248 |
+
top: auto;
|
7249 |
+
left: 0;
|
7250 |
+
right: 0;
|
7251 |
+
width: 100%;
|
7252 |
+
-webkit-transition: all 500ms ease 0s;
|
7253 |
+
transition: all 500ms ease 0s;
|
7254 |
+
-webkit-transform: translate3d(0, 100%, 0);
|
7255 |
+
-ms-transform: translate3d(0, 100%, 0);
|
7256 |
+
transform: translate3d(0, 100%, 0);
|
7257 |
+
}
|
7258 |
+
|
7259 |
+
.pa-gallery-img.default .premium-gallery-caption {
|
7260 |
+
position: absolute;
|
7261 |
+
top: auto;
|
7262 |
+
left: 0;
|
7263 |
+
right: 0;
|
7264 |
+
width: 100%;
|
7265 |
+
bottom: 0;
|
7266 |
+
}
|
7267 |
+
|
7268 |
+
.pa-gallery-img.style1:hover .premium-gallery-caption {
|
7269 |
+
-webkit-transform: translate3d(0, 0, 0);
|
7270 |
+
-ms-transform: translate3d(0, 0, 0);
|
7271 |
+
transform: translate3d(0, 0, 0);
|
7272 |
+
bottom: -1px !important;
|
7273 |
+
}
|
7274 |
+
|
7275 |
+
.pa-gallery-img.style2 .pa-gallery-icons-caption-container {
|
7276 |
+
position: absolute;
|
7277 |
+
top: 0;
|
7278 |
+
right: 0;
|
7279 |
+
width: 100%;
|
7280 |
+
height: 100%;
|
7281 |
+
opacity: 0;
|
7282 |
+
-webkit-backface-visibility: hidden;
|
7283 |
+
backface-visibility: hidden;
|
7284 |
+
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
7285 |
+
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
7286 |
+
transition: opacity 0.3s, -webkit-transform 0.3s;
|
7287 |
+
transition: transform 0.3s, opacity 0.3s;
|
7288 |
+
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
7289 |
+
z-index: 1;
|
7290 |
+
background-color: rgba(108, 191, 226, 0.68);
|
7291 |
+
display: -webkit-box;
|
7292 |
+
display: -webkit-flex;
|
7293 |
+
display: -ms-flexbox;
|
7294 |
+
-js-display: flex;
|
7295 |
+
display: -moz-box;
|
7296 |
+
display: flex;
|
7297 |
+
text-align: center;
|
7298 |
+
-webkit-box-align: center;
|
7299 |
+
-webkit-align-items: center;
|
7300 |
+
-moz-box-align: center;
|
7301 |
+
-ms-flex-align: center;
|
7302 |
+
align-items: center;
|
7303 |
+
}
|
7304 |
+
|
7305 |
+
.pa-gallery-img.style2 .pa-gallery-icons-caption-cell {
|
7306 |
+
width: 100%;
|
7307 |
+
}
|
7308 |
+
|
7309 |
+
.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
|
7310 |
+
opacity: 1;
|
7311 |
+
-webkit-transform: translate(-15px, 15px);
|
7312 |
+
-ms-transform: translate(-15px, 15px);
|
7313 |
+
transform: translate(-15px, 15px);
|
7314 |
+
}
|
7315 |
+
|
7316 |
+
.premium-clearfix {
|
7317 |
+
clear: both;
|
7318 |
+
}
|
7319 |
+
|
7320 |
+
.premium-gallery-container .pa-gallery-item {
|
7321 |
+
padding: 10px;
|
7322 |
+
}
|
7323 |
+
|
7324 |
+
/**
|
7325 |
+
* Metro Layout
|
7326 |
+
*/
|
7327 |
+
.premium-img-gallery-metro .premium-gallery-item {
|
7328 |
+
overflow: hidden;
|
7329 |
+
}
|
7330 |
+
|
7331 |
+
.premium-img-gallery-metro .pa-gallery-img {
|
7332 |
+
height: 100%;
|
7333 |
+
}
|
7334 |
+
|
7335 |
+
.premium-img-gallery-metro .pa-gallery-img-container {
|
7336 |
+
height: 100%;
|
7337 |
+
}
|
7338 |
+
|
7339 |
+
.premium-img-gallery-metro .pa-gallery-img-container img {
|
7340 |
+
min-height: 100%;
|
7341 |
+
width: 100%;
|
7342 |
+
-o-object-fit: fill;
|
7343 |
+
object-fit: fill;
|
7344 |
+
}
|
7345 |
+
|
7346 |
+
.premium-img-gallery .premium-gallery-item-hidden {
|
7347 |
+
visibility: hidden;
|
7348 |
+
width: 0 !important;
|
7349 |
+
height: 0 !important;
|
7350 |
+
margin: 0 !important;
|
7351 |
+
padding: 0 !important;
|
7352 |
+
}
|
7353 |
+
|
7354 |
+
.premium-gallery-load-more .premium-gallery-load-more-btn {
|
7355 |
+
-webkit-box-shadow: none;
|
7356 |
+
box-shadow: none;
|
7357 |
+
text-shadow: none;
|
7358 |
+
border: none;
|
7359 |
+
outline: none;
|
7360 |
+
-webkit-box-align: center;
|
7361 |
+
-ms-flex-align: center;
|
7362 |
+
-webkit-align-items: center;
|
7363 |
+
-moz-box-align: center;
|
7364 |
+
align-items: center;
|
7365 |
+
vertical-align: bottom;
|
7366 |
+
cursor: pointer;
|
7367 |
+
line-height: 1;
|
7368 |
+
font-style: normal;
|
7369 |
+
font-weight: normal;
|
7370 |
+
background-image: none;
|
7371 |
+
color: #fff;
|
7372 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7373 |
+
transition: all 0.3s ease-in-out;
|
7374 |
+
}
|
7375 |
+
|
7376 |
+
.premium-gallery-load-more-btn {
|
7377 |
+
display: -webkit-inline-box;
|
7378 |
+
display: -webkit-inline-flex;
|
7379 |
+
display: -ms-inline-flexbox;
|
7380 |
+
-js-display: inline-flex;
|
7381 |
+
display: -moz-inline-box;
|
7382 |
+
display: inline-flex;
|
7383 |
+
-webkit-box-align: center;
|
7384 |
+
-webkit-align-items: center;
|
7385 |
+
-moz-box-align: center;
|
7386 |
+
-ms-flex-align: center;
|
7387 |
+
align-items: center;
|
7388 |
+
}
|
7389 |
+
|
7390 |
+
.premium-loader {
|
7391 |
+
border: 3px solid #f3f3f3;
|
7392 |
+
border-top-width: 3px;
|
7393 |
+
border-top-style: solid;
|
7394 |
+
border-top-color: rgb(243, 243, 243);
|
7395 |
+
-webkit-border-radius: 50%;
|
7396 |
+
border-radius: 50%;
|
7397 |
+
border-top: 3px solid;
|
7398 |
+
border-top-color: #bbb;
|
7399 |
+
width: 30px;
|
7400 |
+
height: 30px;
|
7401 |
+
-webkit-animation: spin 2s linear infinite;
|
7402 |
+
animation: spin 2s linear infinite;
|
7403 |
+
margin: 0 auto;
|
7404 |
+
}
|
7405 |
+
|
7406 |
+
.premium-gallery-load-more-btn div {
|
7407 |
+
margin-right: 3px;
|
7408 |
+
}
|
7409 |
+
|
7410 |
+
.premium-gallery-load-more-btn .premium-loader {
|
7411 |
+
display: inline-block;
|
7412 |
+
width: 20px;
|
7413 |
+
height: 20px;
|
7414 |
+
}
|
7415 |
+
|
7416 |
+
/** * Video */
|
7417 |
+
.pa-gallery-img .pa-gallery-lightbox-wrap {
|
7418 |
+
display: inline-block;
|
7419 |
+
}
|
7420 |
+
|
7421 |
+
.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img,
|
7422 |
+
.pa-gallery-img .pa-gallery-video-icon {
|
7423 |
+
cursor: pointer;
|
7424 |
+
}
|
7425 |
+
|
7426 |
+
.pa-gallery-img-container iframe,
|
7427 |
+
.pa-gallery-img-container video {
|
7428 |
+
position: absolute;
|
7429 |
+
visibility: hidden;
|
7430 |
+
top: 0;
|
7431 |
+
right: 0;
|
7432 |
+
max-width: 100%;
|
7433 |
+
width: 100%;
|
7434 |
+
height: 100%;
|
7435 |
+
margin: 0;
|
7436 |
+
line-height: 1;
|
7437 |
+
border: none;
|
7438 |
+
}
|
7439 |
+
|
7440 |
+
.pa-gallery-img-container video {
|
7441 |
+
-o-object-fit: contain;
|
7442 |
+
object-fit: contain;
|
7443 |
+
}
|
7444 |
+
|
7445 |
+
.pa-gallery-icons-inner-container svg,
|
7446 |
+
.pa-gallery-icons-caption-cell svg {
|
7447 |
+
width: 14px;
|
7448 |
+
height: 14px;
|
7449 |
+
}
|
7450 |
+
|
7451 |
+
.premium-gallery-gradient-layer {
|
7452 |
+
position: absolute;
|
7453 |
+
bottom: 40px;
|
7454 |
+
width: 100%;
|
7455 |
+
height: 20px;
|
7456 |
+
background: -webkit-gradient(linear, left bottom, left top, from(#17181f), to(rgba(255, 255, 255, 0)));
|
7457 |
+
background: -webkit-linear-gradient(bottom, #17181f 0%, rgba(255, 255, 255, 0) 100%);
|
7458 |
+
background: linear-gradient(to top, #17181f 0%, rgba(255, 255, 255, 0) 100%);
|
7459 |
+
}
|
7460 |
+
|
7461 |
+
@-webkit-keyframes spin {
|
7462 |
+
0% {
|
7463 |
+
-webkit-transform: rotate(0deg);
|
7464 |
+
}
|
7465 |
+
|
7466 |
+
100% {
|
7467 |
+
-webkit-transform: rotate(-360deg);
|
7468 |
+
}
|
7469 |
+
}
|
7470 |
+
|
7471 |
+
@keyframes spin {
|
7472 |
+
0% {
|
7473 |
+
-webkit-transform: rotate(0deg);
|
7474 |
+
transform: rotate(0deg);
|
7475 |
+
}
|
7476 |
+
|
7477 |
+
100% {
|
7478 |
+
-webkit-transform: rotate(-360deg);
|
7479 |
+
transform: rotate(-360deg);
|
7480 |
+
}
|
7481 |
+
}
|
7482 |
+
|
7483 |
+
/************ Premium Vertical Scroll ************/
|
7484 |
+
/*************************************************/
|
7485 |
+
.premium-vscroll-inner {
|
7486 |
+
position: relative;
|
7487 |
+
/* overflow: hidden;
|
7488 |
+
*/
|
7489 |
+
min-height: 100%;
|
7490 |
+
}
|
7491 |
+
|
7492 |
+
.premium-vscroll-inner .premium-vscroll-dots {
|
7493 |
+
position: fixed;
|
7494 |
+
z-index: 100;
|
7495 |
+
opacity: 1;
|
7496 |
+
margin-top: -32px;
|
7497 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7498 |
+
transition: all 0.3s ease-in-out;
|
7499 |
+
}
|
7500 |
+
|
7501 |
+
.premium-vscroll-wrap .premium-vscroll-nav-menu {
|
7502 |
+
opacity: 1;
|
7503 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7504 |
+
transition: all 0.3s ease-in-out;
|
7505 |
+
}
|
7506 |
+
|
7507 |
+
.premium-vscroll-inner .premium-vscroll-dots,
|
7508 |
+
.premium-vscroll-wrap .premium-vscroll-dots-hide {
|
7509 |
+
opacity: 0;
|
7510 |
+
visibility: hidden;
|
7511 |
+
}
|
7512 |
+
|
7513 |
+
.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots {
|
7514 |
+
opacity: 1;
|
7515 |
+
visibility: visible;
|
7516 |
+
}
|
7517 |
+
|
7518 |
+
.premium-vscroll-dots.middle {
|
7519 |
+
top: 50%;
|
7520 |
+
}
|
7521 |
+
|
7522 |
+
.premium-vscroll-dots.top {
|
7523 |
+
top: 40px;
|
7524 |
+
}
|
7525 |
+
|
7526 |
+
.premium-vscroll-dots.bottom {
|
7527 |
+
bottom: 30px;
|
7528 |
+
}
|
7529 |
+
|
7530 |
+
.premium-vscroll-dots.right {
|
7531 |
+
left: 17px;
|
7532 |
+
}
|
7533 |
+
|
7534 |
+
.premium-vscroll-dots.left {
|
7535 |
+
right: 17px;
|
7536 |
+
}
|
7537 |
+
|
7538 |
+
.premium-vscroll-inner ul.premium-vscroll-dots-list,
|
7539 |
+
.premium-vscroll-wrap .premium-vscroll-nav-menu {
|
7540 |
+
margin: 0 !important;
|
7541 |
+
padding: 0;
|
7542 |
+
}
|
7543 |
+
|
7544 |
+
.premium-vscroll-inner ul.premium-vscroll-dots-list li {
|
7545 |
+
width: 14px;
|
7546 |
+
height: 13px;
|
7547 |
+
margin: 7px;
|
7548 |
+
position: relative;
|
7549 |
+
display: -webkit-box;
|
7550 |
+
display: -webkit-flex;
|
7551 |
+
display: -ms-flexbox;
|
7552 |
+
-js-display: flex;
|
7553 |
+
display: -moz-box;
|
7554 |
+
display: flex;
|
7555 |
+
-webkit-box-pack: center;
|
7556 |
+
-ms-flex-pack: center;
|
7557 |
+
-webkit-justify-content: center;
|
7558 |
+
-moz-box-pack: center;
|
7559 |
+
justify-content: center;
|
7560 |
+
-webkit-box-align: center;
|
7561 |
+
-ms-flex-align: center;
|
7562 |
+
-webkit-align-items: center;
|
7563 |
+
-moz-box-align: center;
|
7564 |
+
align-items: center;
|
7565 |
+
overflow: visible;
|
7566 |
+
}
|
7567 |
+
|
7568 |
+
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link {
|
7569 |
+
display: block;
|
7570 |
+
position: relative;
|
7571 |
+
z-index: 1;
|
7572 |
+
width: 100%;
|
7573 |
+
height: 100%;
|
7574 |
+
cursor: pointer;
|
7575 |
+
text-decoration: none;
|
7576 |
+
}
|
7577 |
+
|
7578 |
+
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span {
|
7579 |
+
top: 2px;
|
7580 |
+
right: 2.5px;
|
7581 |
+
width: 8px;
|
7582 |
+
height: 8px;
|
7583 |
+
border: 1px solid #000;
|
7584 |
+
-webkit-border-radius: 50%;
|
7585 |
+
border-radius: 50%;
|
7586 |
+
position: absolute;
|
7587 |
+
z-index: 1;
|
7588 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7589 |
+
transition: all 0.3s ease-in-out;
|
7590 |
+
}
|
7591 |
+
|
7592 |
+
.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span {
|
7593 |
+
-webkit-transform: scale(1.6);
|
7594 |
+
-ms-transform: scale(1.6);
|
7595 |
+
transform: scale(1.6);
|
7596 |
+
}
|
7597 |
+
|
7598 |
+
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip {
|
7599 |
+
position: absolute;
|
7600 |
+
color: #fff;
|
7601 |
+
font-size: 14px;
|
7602 |
+
font-family: arial, helvetica, sans-serif;
|
7603 |
+
white-space: nowrap;
|
7604 |
+
max-width: 220px;
|
7605 |
+
padding-right: 0.4em;
|
7606 |
+
padding-left: 0.4em;
|
7607 |
+
}
|
7608 |
+
|
7609 |
+
.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip {
|
7610 |
+
left: 27px;
|
7611 |
+
}
|
7612 |
+
|
7613 |
+
/* * Lines */
|
7614 |
+
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item {
|
7615 |
+
width: 4px;
|
7616 |
+
height: 30px;
|
7617 |
+
}
|
7618 |
+
|
7619 |
+
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span {
|
7620 |
+
width: 100%;
|
7621 |
+
height: 100%;
|
7622 |
+
-webkit-border-radius: 0;
|
7623 |
+
border-radius: 0;
|
7624 |
+
}
|
7625 |
+
|
7626 |
+
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span {
|
7627 |
+
-webkit-transform: scale(1);
|
7628 |
+
-ms-transform: scale(1);
|
7629 |
+
transform: scale(1);
|
7630 |
+
}
|
7631 |
+
|
7632 |
+
@media (max-width: 768px) {
|
7633 |
+
.premium-vscroll-dots.right {
|
7634 |
+
left: 7px;
|
7635 |
+
}
|
7636 |
+
|
7637 |
+
.premium-vscroll-dots.left {
|
7638 |
+
right: 7px;
|
7639 |
+
}
|
7640 |
+
}
|
7641 |
+
|
7642 |
+
.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after {
|
7643 |
+
position: absolute;
|
7644 |
+
top: 50%;
|
7645 |
+
content: "";
|
7646 |
+
right: -webkit-calc(100% - 1px);
|
7647 |
+
right: calc(100% - 1px);
|
7648 |
+
width: 10px;
|
7649 |
+
height: 0;
|
7650 |
+
border-top: 6px solid transparent;
|
7651 |
+
border-bottom: 6px solid transparent;
|
7652 |
+
border-right: 6px solid;
|
7653 |
+
-webkit-transform: translateY(-50%);
|
7654 |
+
-ms-transform: translateY(-50%);
|
7655 |
+
transform: translateY(-50%);
|
7656 |
+
}
|
7657 |
+
|
7658 |
+
.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after {
|
7659 |
+
position: absolute;
|
7660 |
+
top: 50%;
|
7661 |
+
content: "";
|
7662 |
+
left: -webkit-calc(100% - 1px);
|
7663 |
+
left: calc(100% - 1px);
|
7664 |
+
width: 10px;
|
7665 |
+
height: 0;
|
7666 |
+
border-top: 6px solid transparent;
|
7667 |
+
border-bottom: 6px solid transparent;
|
7668 |
+
border-left: 6px solid;
|
7669 |
+
-webkit-transform: translateY(-50%);
|
7670 |
+
-ms-transform: translateY(-50%);
|
7671 |
+
transform: translateY(-50%);
|
7672 |
+
}
|
7673 |
+
|
7674 |
+
.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip {
|
7675 |
+
right: 27px;
|
7676 |
+
}
|
7677 |
+
|
7678 |
+
.premium-vscroll-nav-menu {
|
7679 |
+
position: fixed;
|
7680 |
+
top: 20px;
|
7681 |
+
height: 40px;
|
7682 |
+
z-index: 100;
|
7683 |
+
padding: 0;
|
7684 |
+
margin: 0;
|
7685 |
+
}
|
7686 |
+
|
7687 |
+
.premium-vscroll-nav-menu.left {
|
7688 |
+
right: 0;
|
7689 |
+
}
|
7690 |
+
|
7691 |
+
.premium-vscroll-nav-menu.right {
|
7692 |
+
left: 0;
|
7693 |
+
}
|
7694 |
+
|
7695 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item {
|
7696 |
+
display: inline-block;
|
7697 |
+
margin: 10px;
|
7698 |
+
color: #000;
|
7699 |
+
background: #fff;
|
7700 |
+
background: rgba(255, 255, 255, 0.3);
|
7701 |
+
}
|
7702 |
+
|
7703 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link {
|
7704 |
+
padding: 9px 18px;
|
7705 |
+
display: block;
|
7706 |
+
cursor: pointer;
|
7707 |
+
}
|
7708 |
+
|
7709 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link,
|
7710 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover {
|
7711 |
+
color: #000;
|
7712 |
+
}
|
7713 |
+
|
7714 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus,
|
7715 |
+
.multiscroll-nav li a:focus {
|
7716 |
+
outline: none;
|
7717 |
+
}
|
7718 |
+
|
7719 |
+
.premium-vscroll-temp .slimScrollBar {
|
7720 |
+
visibility: hidden;
|
7721 |
+
}
|
7722 |
+
|
7723 |
+
/************ Premium Image Scroll ***************/
|
7724 |
+
/*************************************************/
|
7725 |
+
.premium-image-scroll-section,
|
7726 |
+
.premium-image-scroll-container {
|
7727 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7728 |
+
transition: all 0.3s ease-in-out;
|
7729 |
+
}
|
7730 |
+
|
7731 |
+
.premium-image-scroll-section {
|
7732 |
+
position: relative;
|
7733 |
+
overflow: hidden;
|
7734 |
+
width: 100%;
|
7735 |
+
-webkit-mask-image: -webkit-radial-gradient(white, black);
|
7736 |
+
}
|
7737 |
+
|
7738 |
+
.premium-image-scroll-container {
|
7739 |
+
width: 100%;
|
7740 |
+
}
|
7741 |
+
|
7742 |
+
.premium-image-scroll-container .premium-image-scroll-mask-media {
|
7743 |
+
-webkit-mask-repeat: no-repeat;
|
7744 |
+
mask-repeat: no-repeat;
|
7745 |
+
-webkit-mask-position: center;
|
7746 |
+
mask-position: center;
|
7747 |
+
}
|
7748 |
+
|
7749 |
+
.premium-container-scroll {
|
7750 |
+
overflow: auto;
|
7751 |
+
}
|
7752 |
+
|
7753 |
+
.premium-image-scroll-container .premium-image-scroll-horizontal {
|
7754 |
+
position: relative;
|
7755 |
+
width: 100%;
|
7756 |
+
height: 100%;
|
7757 |
+
}
|
7758 |
+
|
7759 |
+
.premium-image-scroll-container .premium-image-scroll-horizontal img {
|
7760 |
+
max-width: none;
|
7761 |
+
height: 100%;
|
7762 |
+
}
|
7763 |
+
|
7764 |
+
.premium-image-scroll-container .premium-image-scroll-vertical img {
|
7765 |
+
width: 100%;
|
7766 |
+
max-width: 100%;
|
7767 |
+
height: auto;
|
7768 |
+
}
|
7769 |
+
|
7770 |
+
.premium-image-scroll-ver {
|
7771 |
+
position: relative;
|
7772 |
+
}
|
7773 |
+
|
7774 |
+
.premium-image-scroll-container .premium-image-scroll-overlay {
|
7775 |
+
background: rgba(2, 2, 2, 0.3);
|
7776 |
+
}
|
7777 |
+
|
7778 |
+
.premium-image-scroll-container .premium-image-scroll-link,
|
7779 |
+
.premium-image-scroll-container .premium-image-scroll-overlay {
|
7780 |
+
position: absolute;
|
7781 |
+
top: 0;
|
7782 |
+
bottom: 0;
|
7783 |
+
right: 0;
|
7784 |
+
left: 0;
|
7785 |
+
z-index: 4;
|
7786 |
+
}
|
7787 |
+
|
7788 |
+
.premium-image-scroll-content {
|
7789 |
+
display: inline-block;
|
7790 |
+
position: absolute;
|
7791 |
+
height: auto;
|
7792 |
+
top: 50%;
|
7793 |
+
right: 50%;
|
7794 |
+
text-align: center;
|
7795 |
+
z-index: 5;
|
7796 |
+
-webkit-transform: translate(50%, -50%);
|
7797 |
+
-ms-transform: translate(50%, -50%);
|
7798 |
+
transform: translate(50%, -50%);
|
7799 |
+
}
|
7800 |
+
|
7801 |
+
.premium-container-scroll-instant .premium-image-scroll-image {
|
7802 |
+
-webkit-transition: all 0s ease-in-out !important;
|
7803 |
+
transition: all 0s ease-in-out !important;
|
7804 |
+
}
|
7805 |
+
|
7806 |
+
.premium-image-scroll-container img {
|
7807 |
+
-webkit-transition: -webkit-transform 3s ease-in-out;
|
7808 |
+
transition: -webkit-transform 3s ease-in-out;
|
7809 |
+
transition: transform 3s ease-in-out;
|
7810 |
+
transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
|
7811 |
+
}
|
7812 |
+
|
7813 |
+
.premium-image-scroll-container .premium-image-scroll-overlay,
|
7814 |
+
.premium-image-scroll-container .premium-image-scroll-content {
|
7815 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7816 |
+
transition: all 0.3s ease-in-out;
|
7817 |
+
opacity: 1;
|
7818 |
+
}
|
7819 |
+
|
7820 |
+
.premium-image-scroll-container:hover .premium-image-scroll-overlay {
|
7821 |
+
opacity: 0;
|
7822 |
+
}
|
7823 |
+
|
7824 |
+
.premium-image-scroll-container:hover .premium-image-scroll-content {
|
7825 |
+
opacity: 0;
|
7826 |
+
visibility: hidden;
|
7827 |
+
}
|
7828 |
+
|
7829 |
+
.premium-image-scroll-content .premium-image-scroll-icon {
|
7830 |
+
display: inline-block;
|
7831 |
+
font-family: "pa-elements" !important;
|
7832 |
+
speak: none;
|
7833 |
+
font-style: normal;
|
7834 |
+
font-weight: normal;
|
7835 |
+
font-variant: normal;
|
7836 |
+
text-transform: none;
|
7837 |
+
line-height: 1;
|
7838 |
+
-webkit-font-smoothing: antialiased;
|
7839 |
+
-moz-osx-font-smoothing: grayscale;
|
7840 |
+
-webkit-animation-duration: 0.5s;
|
7841 |
+
animation-duration: 0.5s;
|
7842 |
+
-webkit-animation-iteration-count: infinite;
|
7843 |
+
animation-iteration-count: infinite;
|
7844 |
+
-webkit-animation-direction: alternate;
|
7845 |
+
animation-direction: alternate;
|
7846 |
+
-webkit-animation-timing-function: ease-in-out;
|
7847 |
+
animation-timing-function: ease-in-out;
|
7848 |
+
}
|
7849 |
+
|
7850 |
+
.pa-horizontal-mouse-scroll:before {
|
7851 |
+
content: "\e917";
|
7852 |
+
}
|
7853 |
+
|
7854 |
+
.pa-vertical-mouse-scroll:before {
|
7855 |
+
content: "\e918";
|
7856 |
+
}
|
7857 |
+
|
7858 |
+
.pa-horizontal-mouse-scroll {
|
7859 |
+
-webkit-animation-name: pa-scroll-horizontal;
|
7860 |
+
animation-name: pa-scroll-horizontal;
|
7861 |
+
}
|
7862 |
+
|
7863 |
+
.pa-vertical-mouse-scroll {
|
7864 |
+
-webkit-animation-name: pa-scroll-vertical;
|
7865 |
+
animation-name: pa-scroll-vertical;
|
7866 |
+
}
|
7867 |
+
|
7868 |
+
@-webkit-keyframes pa-scroll-vertical {
|
7869 |
+
0% {
|
7870 |
+
-webkit-transform: translateY(0px);
|
7871 |
+
transform: translateY(0px);
|
7872 |
+
}
|
7873 |
+
|
7874 |
+
100% {
|
7875 |
+
-webkit-transform: translateY(5px);
|
7876 |
+
transform: translateY(5px);
|
7877 |
+
}
|
7878 |
+
}
|
7879 |
+
|
7880 |
+
@keyframes pa-scroll-vertical {
|
7881 |
+
0% {
|
7882 |
+
-webkit-transform: translateY(0px);
|
7883 |
+
transform: translateY(0px);
|
7884 |
+
}
|
7885 |
+
|
7886 |
+
100% {
|
7887 |
+
-webkit-transform: translateY(5px);
|
7888 |
+
transform: translateY(5px);
|
7889 |
+
}
|
7890 |
+
}
|
7891 |
+
|
7892 |
+
@-webkit-keyframes pa-scroll-horizontal {
|
7893 |
+
0% {
|
7894 |
+
-webkit-transform: translateX(0px);
|
7895 |
+
transform: translateX(0px);
|
7896 |
+
}
|
7897 |
+
|
7898 |
+
100% {
|
7899 |
+
-webkit-transform: translateX(-5px);
|
7900 |
+
transform: translateX(-5px);
|
7901 |
+
}
|
7902 |
+
}
|
7903 |
+
|
7904 |
+
@keyframes pa-scroll-horizontal {
|
7905 |
+
0% {
|
7906 |
+
-webkit-transform: translateX(0px);
|
7907 |
+
transform: translateX(0px);
|
7908 |
+
}
|
7909 |
+
|
7910 |
+
100% {
|
7911 |
+
-webkit-transform: translateX(-5px);
|
7912 |
+
transform: translateX(-5px);
|
7913 |
+
}
|
7914 |
+
}
|
7915 |
+
|
7916 |
+
/********* Premium Lottie Animations **********/
|
7917 |
+
/**********************************************/
|
7918 |
+
.premium-lottie-wrap .premium-lottie-animation {
|
7919 |
+
position: relative;
|
7920 |
+
-js-display: inline-flex;
|
7921 |
+
display: -webkit-inline-box;
|
7922 |
+
display: -webkit-inline-flex;
|
7923 |
+
display: -moz-inline-box;
|
7924 |
+
display: -ms-inline-flexbox;
|
7925 |
+
display: inline-flex;
|
7926 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7927 |
+
transition: all 0.3s ease-in-out;
|
7928 |
+
}
|
7929 |
+
|
7930 |
+
.premium-lottie-wrap .premium-lottie-animation a {
|
7931 |
+
position: absolute;
|
7932 |
+
left: 0;
|
7933 |
+
top: 0;
|
7934 |
+
width: 100%;
|
7935 |
+
height: 100%;
|
7936 |
+
z-index: 2;
|
7937 |
+
}
|
7938 |
+
|
7939 |
+
/**************** Premium Bullet List *****************/
|
7940 |
+
/******************************************************/
|
7941 |
+
.premium-bullet-list-box {
|
7942 |
+
-js-display: flex;
|
7943 |
+
display: -webkit-box;
|
7944 |
+
display: -webkit-flex;
|
7945 |
+
display: -moz-box;
|
7946 |
+
display: -ms-flexbox;
|
7947 |
+
display: flex;
|
7948 |
+
-webkit-flex-wrap: wrap;
|
7949 |
+
-ms-flex-wrap: wrap;
|
7950 |
+
flex-wrap: wrap;
|
7951 |
+
-webkit-box-orient: vertical;
|
7952 |
+
-webkit-box-direction: normal;
|
7953 |
+
-webkit-flex-direction: column;
|
7954 |
+
-moz-box-orient: vertical;
|
7955 |
+
-moz-box-direction: normal;
|
7956 |
+
-ms-flex-direction: column;
|
7957 |
+
flex-direction: column;
|
7958 |
+
}
|
7959 |
+
|
7960 |
+
.premium-bullet-list-box .premium-bullet-list-content-grow-lc {
|
7961 |
+
-webkit-transform-origin: right center;
|
7962 |
+
-ms-transform-origin: right center;
|
7963 |
+
transform-origin: right center;
|
7964 |
+
}
|
7965 |
+
|
7966 |
+
.premium-bullet-list-box .premium-bullet-list-content-grow-rc {
|
7967 |
+
-webkit-transform-origin: left center;
|
7968 |
+
-ms-transform-origin: left center;
|
7969 |
+
transform-origin: left center;
|
7970 |
+
}
|
7971 |
+
|
7972 |
+
.premium-bullet-list-box .premium-bullet-list-content-grow-cc {
|
7973 |
+
-webkit-transform-origin: center center;
|
7974 |
+
-ms-transform-origin: center center;
|
7975 |
+
transform-origin: center center;
|
7976 |
+
}
|
7977 |
+
|
7978 |
+
.premium-bullet-list-content {
|
7979 |
+
-js-display: flex;
|
7980 |
+
display: -webkit-box;
|
7981 |
+
display: -webkit-flex;
|
7982 |
+
display: -moz-box;
|
7983 |
+
display: -ms-flexbox;
|
7984 |
+
display: flex;
|
7985 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7986 |
+
transition: all 0.3s ease-in-out;
|
7987 |
+
width: auto;
|
7988 |
+
position: relative;
|
7989 |
+
}
|
7990 |
+
|
7991 |
+
.premium-bullet-list-content .premium-bullet-list-text span,
|
7992 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper {
|
7993 |
+
display: inline-block;
|
7994 |
+
-webkit-align-self: center;
|
7995 |
+
-ms-flex-item-align: center;
|
7996 |
+
align-self: center;
|
7997 |
+
-webkit-transition: all 0.3s ease-in-out;
|
7998 |
+
transition: all 0.3s ease-in-out;
|
7999 |
+
}
|
8000 |
+
|
8001 |
+
.premium-bullet-list-content .premium-bullet-list-text span {
|
8002 |
+
margin: 0 5px;
|
8003 |
+
}
|
8004 |
+
|
8005 |
+
.premium-bullet-list-content .premium-bullet-list-icon-text p {
|
8006 |
+
font-size: 18px;
|
8007 |
+
background-color: #eee;
|
8008 |
+
padding: 1px 5px;
|
8009 |
+
-webkit-border-radius: 2px;
|
8010 |
+
border-radius: 2px;
|
8011 |
+
}
|
8012 |
+
|
8013 |
+
.premium-bullet-list-content .premium-bullet-list-text span,
|
8014 |
+
.premium-bullet-list-content .premium-bullet-list-icon-text p,
|
8015 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper img,
|
8016 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper svg,
|
8017 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper i {
|
8018 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8019 |
+
transition: all 0.3s ease-in-out;
|
8020 |
+
}
|
8021 |
+
|
8022 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper {
|
8023 |
+
position: relative;
|
8024 |
+
line-height: 0;
|
8025 |
+
}
|
8026 |
+
|
8027 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper img,
|
8028 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper svg {
|
8029 |
+
width: 30px !important;
|
8030 |
+
height: 30px !important;
|
8031 |
+
position: relative;
|
8032 |
+
z-index: 500;
|
8033 |
+
}
|
8034 |
+
|
8035 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper i,
|
8036 |
+
.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text {
|
8037 |
+
position: relative;
|
8038 |
+
z-index: 500;
|
8039 |
+
}
|
8040 |
+
|
8041 |
+
.premium-bullet-list-content .premium-bullet-list-link {
|
8042 |
+
position: absolute;
|
8043 |
+
top: 0;
|
8044 |
+
right: 0;
|
8045 |
+
width: 100%;
|
8046 |
+
height: 100%;
|
8047 |
+
z-index: 1000;
|
8048 |
+
}
|
8049 |
+
|
8050 |
+
.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
|
8051 |
+
width: 100%;
|
8052 |
+
height: 100%;
|
8053 |
+
position: absolute;
|
8054 |
+
top: 0.5em;
|
8055 |
+
z-index: 100;
|
8056 |
+
-js-display: flex;
|
8057 |
+
display: -webkit-box;
|
8058 |
+
display: -webkit-flex;
|
8059 |
+
display: -moz-box;
|
8060 |
+
display: -ms-flexbox;
|
8061 |
+
display: flex;
|
8062 |
+
-webkit-box-pack: center;
|
8063 |
+
-webkit-justify-content: center;
|
8064 |
+
-moz-box-pack: center;
|
8065 |
+
-ms-flex-pack: center;
|
8066 |
+
justify-content: center;
|
8067 |
+
}
|
8068 |
+
|
8069 |
+
.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after {
|
8070 |
+
content: "";
|
8071 |
+
border-left-width: 1px;
|
8072 |
+
border-left-style: solid;
|
8073 |
+
border-color: #333333;
|
8074 |
+
display: block;
|
8075 |
+
height: 100%;
|
8076 |
+
}
|
8077 |
+
|
8078 |
+
li.premium-bullet-list-content.premium-bullet-list-content-inline {
|
8079 |
+
-webkit-align-self: center;
|
8080 |
+
-ms-flex-item-align: center;
|
8081 |
+
align-self: center;
|
8082 |
+
z-index: 2;
|
8083 |
+
}
|
8084 |
+
|
8085 |
+
li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
|
8086 |
+
margin: 0 3px;
|
8087 |
+
}
|
8088 |
+
|
8089 |
+
li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
|
8090 |
+
margin: 0 0 0 3px;
|
8091 |
+
}
|
8092 |
+
|
8093 |
+
.premium-bullet-list-divider:not(:last-child) {
|
8094 |
+
width: 100%;
|
8095 |
+
-webkit-box-flex: 0;
|
8096 |
+
-webkit-flex: 0 0 100%;
|
8097 |
+
-moz-box-flex: 0;
|
8098 |
+
-ms-flex: 0 0 100%;
|
8099 |
+
flex: 0 0 100%;
|
8100 |
+
overflow: hidden;
|
8101 |
+
}
|
8102 |
+
|
8103 |
+
.premium-bullet-list-divider:not(:last-child):after {
|
8104 |
+
content: "";
|
8105 |
+
display: block;
|
8106 |
+
border-top-style: solid;
|
8107 |
+
border-top-width: 1px;
|
8108 |
+
}
|
8109 |
+
|
8110 |
+
.premium-bullet-list-divider-inline:not(:last-child) {
|
8111 |
+
float: left;
|
8112 |
+
display: inline-block;
|
8113 |
+
position: relative;
|
8114 |
+
height: 100%;
|
8115 |
+
overflow: hidden;
|
8116 |
+
-webkit-align-self: center;
|
8117 |
+
-ms-flex-item-align: center;
|
8118 |
+
align-self: center;
|
8119 |
+
margin: 0 3px;
|
8120 |
+
}
|
8121 |
+
|
8122 |
+
.premium-bullet-list-divider-inline:not(:last-child):after {
|
8123 |
+
content: "";
|
8124 |
+
display: block;
|
8125 |
+
border-right-width: 1px;
|
8126 |
+
height: 33px;
|
8127 |
+
border-right-style: solid;
|
8128 |
+
}
|
8129 |
+
|
8130 |
+
.premium-bullet-list-icon-text {
|
8131 |
+
line-height: 1.5;
|
8132 |
+
}
|
8133 |
+
|
8134 |
+
.premium-bullet-list-icon-text p,
|
8135 |
+
ul.premium-bullet-list-box,
|
8136 |
+
li.premium-bullet-list-content {
|
8137 |
+
margin: 0;
|
8138 |
+
}
|
8139 |
+
|
8140 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i,
|
8141 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,
|
8142 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p {
|
8143 |
+
color: transparent !important;
|
8144 |
+
text-shadow: 0 0 3px #aaa;
|
8145 |
+
}
|
8146 |
+
|
8147 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content,
|
8148 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,
|
8149 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,
|
8150 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge {
|
8151 |
+
-webkit-filter: blur(3px);
|
8152 |
+
filter: blur(3px);
|
8153 |
+
}
|
8154 |
+
|
8155 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i,
|
8156 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,
|
8157 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p {
|
8158 |
+
color: #aaa !important;
|
8159 |
+
text-shadow: 0 0px 0 transparent;
|
8160 |
+
}
|
8161 |
+
|
8162 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content,
|
8163 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,
|
8164 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,
|
8165 |
+
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge {
|
8166 |
+
-webkit-filter: none;
|
8167 |
+
filter: none;
|
8168 |
+
}
|
8169 |
+
|
8170 |
+
.premium-bullet-list-content .premium-bullet-list-badge {
|
8171 |
+
font-size: 11px;
|
8172 |
+
top: auto;
|
8173 |
+
min-width: -webkit-max-content;
|
8174 |
+
min-width: -moz-max-content;
|
8175 |
+
min-width: max-content;
|
8176 |
+
height: -webkit-fit-content;
|
8177 |
+
height: -moz-fit-content;
|
8178 |
+
height: fit-content;
|
8179 |
+
}
|
8180 |
+
|
8181 |
+
.premium-bullet-list-content .premium-bullet-list-icon-text p {
|
8182 |
+
font-size: 13px;
|
8183 |
+
}
|
8184 |
+
|
8185 |
+
.premium-bullet-list-gradient-effect[data-text] {
|
8186 |
+
display: inline-block;
|
8187 |
+
position: relative;
|
8188 |
+
text-decoration: none;
|
8189 |
+
}
|
8190 |
+
|
8191 |
+
.premium-bullet-list-gradient-effect[data-text]::before {
|
8192 |
+
content: attr(data-text);
|
8193 |
+
position: absolute;
|
8194 |
+
z-index: 1;
|
8195 |
+
overflow: hidden;
|
8196 |
+
-webkit-clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
|
8197 |
+
clip-path: polygon(100% 100%, 100% 100%, 50% 50%);
|
8198 |
+
-webkit-background-clip: text;
|
8199 |
+
background-clip: text;
|
8200 |
+
-webkit-text-fill-color: transparent;
|
8201 |
+
-webkit-transition: all 0.4s ease;
|
8202 |
+
transition: all 0.4s ease;
|
8203 |
+
}
|
8204 |
+
|
8205 |
+
.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before,
|
8206 |
+
.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before {
|
8207 |
+
-webkit-animation: rtlgradient 1s forwards;
|
8208 |
+
animation: rtlgradient 1s forwards;
|
8209 |
+
}
|
8210 |
+
|
8211 |
+
@-webkit-keyframes rtlgradient {
|
8212 |
+
0% {
|
8213 |
+
-webkit-clip-path: circle(0% at 150% 50%);
|
8214 |
+
clip-path: circle(0% at 150% 50%);
|
8215 |
+
}
|
8216 |
+
|
8217 |
+
100% {
|
8218 |
+
-webkit-clip-path: circle(100% at 50% 50%);
|
8219 |
+
clip-path: circle(100% at 50% 50%);
|
8220 |
+
}
|
8221 |
+
}
|
8222 |
+
|
8223 |
+
@keyframes rtlgradient {
|
8224 |
+
0% {
|
8225 |
+
-webkit-clip-path: circle(0% at 150% 50%);
|
8226 |
+
clip-path: circle(0% at 150% 50%);
|
8227 |
+
}
|
8228 |
+
|
8229 |
+
100% {
|
8230 |
+
-webkit-clip-path: circle(100% at 50% 50%);
|
8231 |
+
clip-path: circle(100% at 50% 50%);
|
8232 |
+
}
|
8233 |
+
}
|
8234 |
+
|
8235 |
+
ul[data-list-animation*="animated-"] .premium-bullet-list-divider,
|
8236 |
+
ul[data-list-animation*="animated-"] .premium-bullet-list-content,
|
8237 |
+
ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
8238 |
+
opacity: 0;
|
8239 |
+
}
|
8240 |
+
|
8241 |
+
.premium-bullet-list-content-grow-effect:hover {
|
8242 |
+
-webkit-transform: scale(1.07);
|
8243 |
+
-ms-transform: scale(1.07);
|
8244 |
+
transform: scale(1.07);
|
8245 |
+
}
|
8246 |
+
|
8247 |
+
@keyframes spin {
|
8248 |
+
100% {
|
8249 |
+
-webkit-transform: rotate(360deg);
|
8250 |
+
transform: rotate(360deg);
|
8251 |
+
}
|
8252 |
+
}
|
8253 |
+
|
8254 |
+
/********** Premium Woo Products **********/
|
8255 |
+
/******************************************/
|
8256 |
+
.premium-woocommerce ul.products {
|
8257 |
+
-js-display: flex;
|
8258 |
+
display: -webkit-box;
|
8259 |
+
display: -webkit-flex;
|
8260 |
+
display: -moz-box;
|
8261 |
+
display: -ms-flexbox;
|
8262 |
+
display: flex;
|
8263 |
+
margin: 0;
|
8264 |
+
padding: 0;
|
8265 |
+
-webkit-flex-wrap: wrap;
|
8266 |
+
-ms-flex-wrap: wrap;
|
8267 |
+
flex-wrap: wrap;
|
8268 |
+
list-style: none outside;
|
8269 |
+
}
|
8270 |
+
|
8271 |
+
.premium-woocommerce li.product {
|
8272 |
+
margin: 0 0 10px;
|
8273 |
+
padding: 0 10px;
|
8274 |
+
}
|
8275 |
+
|
8276 |
+
.premium-woocommerce li.product .premium-woo-product-wrapper {
|
8277 |
+
overflow: hidden;
|
8278 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8279 |
+
transition: all 0.3s ease-in-out;
|
8280 |
+
}
|
8281 |
+
|
8282 |
+
.premium-woocommerce li.product .premium-woo-product-category {
|
8283 |
+
display: block;
|
8284 |
+
font-size: 0.85em;
|
8285 |
+
margin-bottom: 0.5em;
|
8286 |
+
line-height: 1.3;
|
8287 |
+
}
|
8288 |
+
|
8289 |
+
.premium-woocommerce li.product .woocommerce-loop-product__title {
|
8290 |
+
margin-bottom: 0.5em;
|
8291 |
+
font-size: 1em;
|
8292 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8293 |
+
transition: all 0.3s ease-in-out;
|
8294 |
+
}
|
8295 |
+
|
8296 |
+
.premium-woocommerce .woocommerce-loop-product__link {
|
8297 |
+
position: relative;
|
8298 |
+
display: block;
|
8299 |
+
overflow: hidden;
|
8300 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8301 |
+
transition: all 0.3s ease-in-out;
|
8302 |
+
}
|
8303 |
+
|
8304 |
+
.premium-woocommerce .premium-woo-ribbon-container {
|
8305 |
+
position: absolute;
|
8306 |
+
top: 0;
|
8307 |
+
right: 0;
|
8308 |
+
z-index: 9;
|
8309 |
+
}
|
8310 |
+
|
8311 |
+
.premium-woocommerce .star-rating {
|
8312 |
+
display: block;
|
8313 |
+
float: none;
|
8314 |
+
margin: 0 0 0.5em auto;
|
8315 |
+
-webkit-backface-visibility: hidden;
|
8316 |
+
backface-visibility: hidden;
|
8317 |
+
overflow: hidden;
|
8318 |
+
position: relative;
|
8319 |
+
height: 1em;
|
8320 |
+
line-height: 1;
|
8321 |
+
font-size: 0.857em;
|
8322 |
+
width: 5.4em;
|
8323 |
+
font-family: star;
|
8324 |
+
}
|
8325 |
+
|
8326 |
+
.premium-woocommerce .star-rating::before {
|
8327 |
+
content: "\73\73\73\73\73";
|
8328 |
+
color: #54595f;
|
8329 |
+
float: right;
|
8330 |
+
top: 0;
|
8331 |
+
right: 0;
|
8332 |
+
position: absolute;
|
8333 |
+
}
|
8334 |
+
|
8335 |
+
.premium-woocommerce .star-rating span {
|
8336 |
+
overflow: hidden;
|
8337 |
+
float: right;
|
8338 |
+
top: 0;
|
8339 |
+
right: 0;
|
8340 |
+
position: absolute;
|
8341 |
+
padding-top: 1.5em;
|
8342 |
+
}
|
8343 |
+
|
8344 |
+
.premium-woocommerce .star-rating span::before {
|
8345 |
+
content: "\53\53\53\53\53";
|
8346 |
+
top: 0;
|
8347 |
+
position: absolute;
|
8348 |
+
right: 0;
|
8349 |
+
}
|
8350 |
+
|
8351 |
+
.premium-woo-product-thumbnail {
|
8352 |
+
position: relative;
|
8353 |
+
overflow: hidden;
|
8354 |
+
}
|
8355 |
+
|
8356 |
+
.premium-woo-product-thumbnail .woocommerce-loop-product__link img {
|
8357 |
+
margin: 0;
|
8358 |
+
width: 100%;
|
8359 |
+
}
|
8360 |
+
|
8361 |
+
.premium-woo-product-sale-wrap,
|
8362 |
+
.premium-woo-product-featured-wrap {
|
8363 |
+
margin: 0;
|
8364 |
+
}
|
8365 |
+
|
8366 |
+
.premium-woo-product-sale-wrap .premium-woo-product-onsale,
|
8367 |
+
.premium-woo-product-featured-wrap .premium-woo-product-featured {
|
8368 |
+
display: block;
|
8369 |
+
text-align: center;
|
8370 |
+
color: #fff;
|
8371 |
+
min-width: 2em;
|
8372 |
+
min-height: 2em;
|
8373 |
+
line-height: 2em;
|
8374 |
+
padding: 0.3em 0.6em;
|
8375 |
+
margin: 0.5em 0.6em;
|
8376 |
+
}
|
8377 |
+
|
8378 |
+
.premium-woocommerce .premium-woo-products-details-wrap {
|
8379 |
+
padding: 1em 1.2em;
|
8380 |
+
}
|
8381 |
+
|
8382 |
+
.premium-woocommerce .premium-woo-products-details-wrap .button {
|
8383 |
+
display: inline-block;
|
8384 |
+
background-color: #6ec1e4;
|
8385 |
+
color: #fff;
|
8386 |
+
margin: 0.5em 0;
|
8387 |
+
line-height: 1.3;
|
8388 |
+
padding: 10px 40px;
|
8389 |
+
font-size: 100%;
|
8390 |
+
cursor: pointer;
|
8391 |
+
text-decoration: none;
|
8392 |
+
overflow: visible;
|
8393 |
+
font-weight: 700;
|
8394 |
+
background-image: none;
|
8395 |
+
border: none;
|
8396 |
+
-webkit-border-radius: 0px;
|
8397 |
+
border-radius: 0px;
|
8398 |
+
-webkit-box-shadow: none;
|
8399 |
+
box-shadow: none;
|
8400 |
+
text-shadow: none;
|
8401 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8402 |
+
transition: all 0.3s ease-in-out;
|
8403 |
+
}
|
8404 |
+
|
8405 |
+
.premium-woocommerce li.product .price {
|
8406 |
+
display: block;
|
8407 |
+
line-height: 1.3;
|
8408 |
+
font-weight: 700;
|
8409 |
+
margin-bottom: 0.5em;
|
8410 |
+
font-size: 0.9em;
|
8411 |
+
}
|
8412 |
+
|
8413 |
+
.premium-woocommerce li.product .price del {
|
8414 |
+
display: inline-block;
|
8415 |
+
font-weight: 400;
|
8416 |
+
background: transparent;
|
8417 |
+
}
|
8418 |
+
|
8419 |
+
.premium-woocommerce li.product .price ins {
|
8420 |
+
display: inline-block;
|
8421 |
+
background: transparent;
|
8422 |
+
text-decoration: none;
|
8423 |
+
font-weight: 700;
|
8424 |
+
}
|
8425 |
+
|
8426 |
+
.premium-woocommerce li.product .price .amount {
|
8427 |
+
color: inherit !important;
|
8428 |
+
}
|
8429 |
+
|
8430 |
+
.premium-woocommerce li.product .premium-woo-product-desc p {
|
8431 |
+
margin: 0;
|
8432 |
+
}
|
8433 |
+
|
8434 |
+
.premium-woo-product-align-center .premium-woocommerce li.product .star-rating {
|
8435 |
+
margin-right: auto;
|
8436 |
+
margin-left: auto;
|
8437 |
+
}
|
8438 |
+
|
8439 |
+
.premium-woo-product-align-right .premium-woocommerce li.product .star-rating {
|
8440 |
+
margin-right: auto;
|
8441 |
+
margin-left: 0;
|
8442 |
+
}
|
8443 |
+
|
8444 |
+
.premium-woo-products-pagination ul.page-numbers {
|
8445 |
+
-js-display: flex;
|
8446 |
+
display: -webkit-box;
|
8447 |
+
display: -webkit-flex;
|
8448 |
+
display: -moz-box;
|
8449 |
+
display: -ms-flexbox;
|
8450 |
+
display: flex;
|
8451 |
+
list-style-type: none;
|
8452 |
+
margin: 0;
|
8453 |
+
margin-top: 10px;
|
8454 |
+
padding: 0;
|
8455 |
+
border: none;
|
8456 |
+
-webkit-box-pack: center;
|
8457 |
+
-webkit-justify-content: center;
|
8458 |
+
-moz-box-pack: center;
|
8459 |
+
-ms-flex-pack: center;
|
8460 |
+
justify-content: center;
|
8461 |
+
}
|
8462 |
+
|
8463 |
+
.premium-woo-products-pagination ul.page-numbers li {
|
8464 |
+
margin: 0 0 0.4em 0.4em;
|
8465 |
+
padding: 0;
|
8466 |
+
text-align: center;
|
8467 |
+
}
|
8468 |
+
|
8469 |
+
.premium-woo-products-pagination ul.page-numbers li .page-numbers {
|
8470 |
+
margin: 0;
|
8471 |
+
text-decoration: none;
|
8472 |
+
color: #000;
|
8473 |
+
border: 1px solid #54595f;
|
8474 |
+
padding: 0;
|
8475 |
+
line-height: 1;
|
8476 |
+
font-size: 1em;
|
8477 |
+
font-weight: 400;
|
8478 |
+
padding: 0.75em;
|
8479 |
+
display: block;
|
8480 |
+
min-width: 2.5em;
|
8481 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8482 |
+
transition: all 0.3s ease-in-out;
|
8483 |
+
}
|
8484 |
+
|
8485 |
+
.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover,
|
8486 |
+
.premium-woo-products-pagination ul.page-numbers li .page-numbers.current {
|
8487 |
+
background-color: #54595f;
|
8488 |
+
color: #fff;
|
8489 |
+
outline: none;
|
8490 |
+
}
|
8491 |
+
|
8492 |
+
.premium-woocommerce .premium-loading-feed,
|
8493 |
+
.premium-woo-quick-view-loader .premium-loading-feed {
|
8494 |
+
display: block;
|
8495 |
+
position: absolute;
|
8496 |
+
width: 100%;
|
8497 |
+
height: 100%;
|
8498 |
+
top: 0px;
|
8499 |
+
right: 0px;
|
8500 |
+
bottom: 0px;
|
8501 |
+
left: 0px;
|
8502 |
+
background: rgba(255, 255, 255, 0.2);
|
8503 |
+
-js-display: flex;
|
8504 |
+
display: -webkit-box;
|
8505 |
+
display: -webkit-flex;
|
8506 |
+
display: -moz-box;
|
8507 |
+
display: -ms-flexbox;
|
8508 |
+
display: flex;
|
8509 |
+
-webkit-box-align: center;
|
8510 |
+
-webkit-align-items: center;
|
8511 |
+
-moz-box-align: center;
|
8512 |
+
-ms-flex-align: center;
|
8513 |
+
align-items: center;
|
8514 |
+
}
|
8515 |
+
|
8516 |
+
/**
|
8517 |
+
* Image Hover Effects
|
8518 |
+
*/
|
8519 |
+
.premium-woocommerce .woocommerce-loop-product__link img {
|
8520 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8521 |
+
transition: all 0.3s ease-in-out;
|
8522 |
+
}
|
8523 |
+
|
8524 |
+
.premium-woo-product__hover-zoomout .woocommerce-loop-product__link img {
|
8525 |
+
-webkit-transform: scale(1.2);
|
8526 |
+
-ms-transform: scale(1.2);
|
8527 |
+
transform: scale(1.2);
|
8528 |
+
}
|
8529 |
+
|
8530 |
+
.premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img {
|
8531 |
+
-webkit-transform: none;
|
8532 |
+
-ms-transform: none;
|
8533 |
+
transform: none;
|
8534 |
+
}
|
8535 |
+
|
8536 |
+
.premium-woo-product__hover-zoomin .woocommerce-loop-product__link img {
|
8537 |
+
-webkit-transform: none;
|
8538 |
+
-ms-transform: none;
|
8539 |
+
transform: none;
|
8540 |
+
}
|
8541 |
+
|
8542 |
+
.premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img {
|
8543 |
+
-webkit-transform: scale(1.2);
|
8544 |
+
-ms-transform: scale(1.2);
|
8545 |
+
transform: scale(1.2);
|
8546 |
+
}
|
8547 |
+
|
8548 |
+
.premium-woo-product__hover-gray .woocommerce-loop-product__link img {
|
8549 |
+
-webkit-filter: grayscale(100%);
|
8550 |
+
filter: grayscale(100%);
|
8551 |
+
}
|
8552 |
+
|
8553 |
+
.premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img {
|
8554 |
+
-webkit-filter: grayscale(0%);
|
8555 |
+
filter: grayscale(0%);
|
8556 |
+
}
|
8557 |
+
|
8558 |
+
.premium-woo-product__hover-sepia .woocommerce-loop-product__link img {
|
8559 |
+
-webkit-filter: sepia(30%);
|
8560 |
+
filter: sepia(30%);
|
8561 |
+
}
|
8562 |
+
|
8563 |
+
.premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img {
|
8564 |
+
-webkit-filter: sepia(0%);
|
8565 |
+
filter: sepia(0%);
|
8566 |
+
}
|
8567 |
+
|
8568 |
+
.premium-woo-product__hover-bright .woocommerce-loop-product__link img {
|
8569 |
+
-webkit-filter: brightness(1);
|
8570 |
+
filter: brightness(1);
|
8571 |
+
}
|
8572 |
+
|
8573 |
+
.premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img {
|
8574 |
+
-webkit-filter: brightness(1.2);
|
8575 |
+
filter: brightness(1.2);
|
8576 |
+
}
|
8577 |
+
|
8578 |
+
.premium-woo-product__hover-trans .woocommerce-loop-product__link img {
|
8579 |
+
-webkit-transform: translateX(15px) scale(1.1);
|
8580 |
+
-ms-transform: translateX(15px) scale(1.1);
|
8581 |
+
transform: translateX(15px) scale(1.1);
|
8582 |
+
}
|
8583 |
+
|
8584 |
+
.premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img {
|
8585 |
+
-webkit-transform: translateX(0px) scale(1.1);
|
8586 |
+
-ms-transform: translateX(0px) scale(1.1);
|
8587 |
+
transform: translateX(0px) scale(1.1);
|
8588 |
+
}
|
8589 |
+
|
8590 |
+
.premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img {
|
8591 |
+
-webkit-transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
|
8592 |
+
-ms-transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
|
8593 |
+
transform: scaleX(1.3) scaleY(1.3) rotate(-5deg);
|
8594 |
+
}
|
8595 |
+
|
8596 |
+
.premium-woocommerce .premium-woo-product__on_hover {
|
8597 |
+
position: absolute;
|
8598 |
+
top: 0;
|
8599 |
+
left: 0;
|
8600 |
+
bottom: 0;
|
8601 |
+
right: 0;
|
8602 |
+
height: 100%;
|
8603 |
+
opacity: 0;
|
8604 |
+
}
|
8605 |
+
|
8606 |
+
.premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover {
|
8607 |
+
opacity: 1;
|
8608 |
+
}
|
8609 |
+
|
8610 |
+
.premium-woo-skin-grid-1 .premium-woo-qv-btn,
|
8611 |
+
.premium-woo-skin-grid-4 .premium-woo-qv-btn {
|
8612 |
+
position: absolute;
|
8613 |
+
bottom: 0;
|
8614 |
+
right: 0;
|
8615 |
+
width: 100%;
|
8616 |
+
text-align: center;
|
8617 |
+
padding: 5px;
|
8618 |
+
background: rgba(2, 2, 2, 0.5);
|
8619 |
+
color: #fff;
|
8620 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8621 |
+
transition: all 0.3s ease-in-out;
|
8622 |
+
cursor: pointer;
|
8623 |
+
z-index: 2;
|
8624 |
+
-webkit-transform: translateY(100%);
|
8625 |
+
-ms-transform: translateY(100%);
|
8626 |
+
transform: translateY(100%);
|
8627 |
+
}
|
8628 |
+
|
8629 |
+
.premium-woo-skin-grid-4 .premium-woo-qv-btn {
|
8630 |
+
-webkit-transition-delay: 0.1s;
|
8631 |
+
transition-delay: 0.1s;
|
8632 |
+
}
|
8633 |
+
|
8634 |
+
.premium-woo-skin-grid-1 .premium-woo-qv-icon,
|
8635 |
+
.premium-woo-skin-grid-4 .premium-woo-qv-icon,
|
8636 |
+
.premium-woo-skin-grid-6 .premium-woo-qv-icon {
|
8637 |
+
margin-right: 0.5em;
|
8638 |
+
}
|
8639 |
+
|
8640 |
+
.premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate {
|
8641 |
+
-webkit-transform: translateY(0);
|
8642 |
+
-ms-transform: translateY(0);
|
8643 |
+
transform: translateY(0);
|
8644 |
+
}
|
8645 |
+
|
8646 |
+
.premium-woo-product-wrapper .premium-woo-qv-data {
|
8647 |
+
position: absolute;
|
8648 |
+
top: 0;
|
8649 |
+
right: 0;
|
8650 |
+
width: 100%;
|
8651 |
+
height: 100%;
|
8652 |
+
z-index: 1;
|
8653 |
+
overflow: hidden;
|
8654 |
+
cursor: pointer;
|
8655 |
+
}
|
8656 |
+
|
8657 |
+
/**
|
8658 |
+
* Skin 1,4
|
8659 |
+
*/
|
8660 |
+
.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
|
8661 |
+
.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
|
8662 |
+
position: absolute;
|
8663 |
+
top: 0.7em;
|
8664 |
+
left: 1em;
|
8665 |
+
-webkit-transform: translate3d(-15px, 0, 0);
|
8666 |
+
transform: translate3d(-15px, 0, 0);
|
8667 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8668 |
+
transition: all 0.3s ease-in-out;
|
8669 |
+
opacity: 0;
|
8670 |
+
z-index: 9;
|
8671 |
+
}
|
8672 |
+
|
8673 |
+
.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn {
|
8674 |
+
position: relative;
|
8675 |
+
display: block;
|
8676 |
+
margin: 0 0 3px;
|
8677 |
+
background: #fff;
|
8678 |
+
text-align: center;
|
8679 |
+
outline: 0;
|
8680 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8681 |
+
transition: all 0.3s ease-in-out;
|
8682 |
+
}
|
8683 |
+
|
8684 |
+
.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon {
|
8685 |
+
display: block;
|
8686 |
+
color: #54595f;
|
8687 |
+
width: 30px;
|
8688 |
+
line-height: 30px;
|
8689 |
+
height: 30px;
|
8690 |
+
cursor: pointer;
|
8691 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8692 |
+
transition: all 0.3s ease-in-out;
|
8693 |
+
}
|
8694 |
+
|
8695 |
+
.premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,
|
8696 |
+
.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper {
|
8697 |
+
-webkit-transform: translate3d(-5px, 0, 0);
|
8698 |
+
transform: translate3d(-5px, 0, 0);
|
8699 |
+
opacity: 1;
|
8700 |
+
}
|
8701 |
+
|
8702 |
+
.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon {
|
8703 |
+
-webkit-animation: spin 2s linear infinite;
|
8704 |
+
animation: spin 2s linear infinite;
|
8705 |
+
}
|
8706 |
+
|
8707 |
+
.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before {
|
8708 |
+
content: "\f013";
|
8709 |
+
}
|
8710 |
+
|
8711 |
+
.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
|
8712 |
+
content: "\f00c";
|
8713 |
+
}
|
8714 |
+
|
8715 |
+
/**
|
8716 |
+
* Skin 2
|
8717 |
+
*/
|
8718 |
+
/*.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper {
|
8719 |
+
position: relative;
|
8720 |
+
display: inline-block;
|
8721 |
+
}
|
8722 |
+
.premium-woo-skin-grid-2 .premium-woo-products-details-wrap .premium-woo-qv-btn {
|
8723 |
+
position: absolute;
|
8724 |
+
top: 0;
|
8725 |
+
right: 0;
|
8726 |
+
opacity: 0;
|
8727 |
+
visibility: hidden;
|
8728 |
+
z-index: 2;
|
8729 |
+
-webkit-transition: all 0.25s ease 0s;
|
8730 |
+
-moz-transition: all 0.25s ease 0s;
|
8731 |
+
-ms-transition: all 0.25s ease 0s;
|
8732 |
+
transition: all 0.25s ease 0s;
|
8733 |
+
}
|
8734 |
+
.premium-woo-skin-grid-2 li.product:hover .premium-woo-qv-btn {
|
8735 |
+
right: -40px;
|
8736 |
+
opacity: 1;
|
8737 |
+
visibility: visible;
|
8738 |
+
}
|
8739 |
+
.premium-woo-skin-grid-2 li.product .premium-woo-qv-btn::before {
|
8740 |
+
position: absolute;
|
8741 |
+
left: 0;
|
8742 |
+
right: 0;
|
8743 |
+
top: 0;
|
8744 |
+
text-indent: 0;
|
8745 |
+
font-family: 'Font Awesome 5 Free';
|
8746 |
+
font-size: 1.1em;
|
8747 |
+
content: "";
|
8748 |
+
font-weight: 900;
|
8749 |
+
}*/
|
8750 |
+
.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
|
8751 |
+
position: absolute;
|
8752 |
+
background: #fff;
|
8753 |
+
bottom: 0;
|
8754 |
+
right: 0;
|
8755 |
+
width: 100%;
|
8756 |
+
z-index: 2;
|
8757 |
+
padding: 0;
|
8758 |
+
opacity: 0;
|
8759 |
+
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
|
8760 |
+
transition: opacity 0.2s, -webkit-transform 0.4s;
|
8761 |
+
transition: transform 0.4s, opacity 0.2s;
|
8762 |
+
transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s;
|
8763 |
+
-webkit-transform: translateZ(0) translateY(5px);
|
8764 |
+
transform: translateZ(0) translateY(5px);
|
8765 |
+
}
|
8766 |
+
|
8767 |
+
.premium-woo-skin-grid-2 .premium-woo-product-details {
|
8768 |
+
padding: 15px 0;
|
8769 |
+
}
|
8770 |
+
|
8771 |
+
.premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap {
|
8772 |
+
opacity: 1;
|
8773 |
+
-webkit-transform: translateZ(0) translateY(0);
|
8774 |
+
transform: translateZ(0) translateY(0);
|
8775 |
+
}
|
8776 |
+
|
8777 |
+
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper {
|
8778 |
+
position: static;
|
8779 |
+
-js-display: flex;
|
8780 |
+
display: -webkit-box;
|
8781 |
+
display: -webkit-flex;
|
8782 |
+
display: -moz-box;
|
8783 |
+
display: -ms-flexbox;
|
8784 |
+
display: flex;
|
8785 |
+
-webkit-box-orient: horizontal;
|
8786 |
+
-webkit-box-direction: reverse;
|
8787 |
+
-webkit-flex-direction: row-reverse;
|
8788 |
+
-moz-box-orient: horizontal;
|
8789 |
+
-moz-box-direction: reverse;
|
8790 |
+
-ms-flex-direction: row-reverse;
|
8791 |
+
flex-direction: row-reverse;
|
8792 |
+
}
|
8793 |
+
|
8794 |
+
.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>* {
|
8795 |
+
-webkit-box-flex: 1;
|
8796 |
+
-webkit-flex: 1;
|
8797 |
+
-moz-box-flex: 1;
|
8798 |
+
-ms-flex: 1;
|
8799 |
+
flex: 1;
|
8800 |
+
min-width: 50%;
|
8801 |
+
}
|
8802 |
+
|
8803 |
+
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button {
|
8804 |
+
-js-display: flex;
|
8805 |
+
display: -webkit-box;
|
8806 |
+
display: -webkit-flex;
|
8807 |
+
display: -moz-box;
|
8808 |
+
display: -ms-flexbox;
|
8809 |
+
display: flex;
|
8810 |
+
margin: 0;
|
8811 |
+
text-align: center;
|
8812 |
+
-webkit-box-pack: center;
|
8813 |
+
-webkit-justify-content: center;
|
8814 |
+
-moz-box-pack: center;
|
8815 |
+
-ms-flex-pack: center;
|
8816 |
+
justify-content: center;
|
8817 |
+
-webkit-box-align: center;
|
8818 |
+
-webkit-align-items: center;
|
8819 |
+
-moz-box-align: center;
|
8820 |
+
-ms-flex-align: center;
|
8821 |
+
align-items: center;
|
8822 |
+
}
|
8823 |
+
|
8824 |
+
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
8825 |
+
background-color: #54595f;
|
8826 |
+
}
|
8827 |
+
|
8828 |
+
/**
|
8829 |
+
* Skin 3
|
8830 |
+
*/
|
8831 |
+
.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper,
|
8832 |
+
.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
|
8833 |
+
-js-display: flex;
|
8834 |
+
display: -webkit-box;
|
8835 |
+
display: -webkit-flex;
|
8836 |
+
display: -moz-box;
|
8837 |
+
display: -ms-flexbox;
|
8838 |
+
display: flex;
|
8839 |
+
}
|
8840 |
+
|
8841 |
+
.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn,
|
8842 |
+
.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
8843 |
+
-js-display: flex;
|
8844 |
+
display: -webkit-box;
|
8845 |
+
display: -webkit-flex;
|
8846 |
+
display: -moz-box;
|
8847 |
+
display: -ms-flexbox;
|
8848 |
+
display: flex;
|
8849 |
+
-webkit-box-align: center;
|
8850 |
+
-webkit-align-items: center;
|
8851 |
+
-moz-box-align: center;
|
8852 |
+
-ms-flex-align: center;
|
8853 |
+
align-items: center;
|
8854 |
+
background-color: #54595f;
|
8855 |
+
padding: 10px;
|
8856 |
+
-webkit-transition: all 0.25s ease 0s;
|
8857 |
+
transition: all 0.25s ease 0s;
|
8858 |
+
}
|
8859 |
+
|
8860 |
+
/*.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
8861 |
+
opacity: 0;
|
8862 |
+
visibility: hidden;
|
8863 |
+
}*/
|
8864 |
+
.premium-woo-skin-grid-3 li.product .premium-woo-qv-btn {
|
8865 |
+
opacity: 1;
|
8866 |
+
visibility: visible;
|
8867 |
+
}
|
8868 |
+
|
8869 |
+
.premium-woo-product-align-right .premium-woo-skin-grid-3 .premium-woo-product-actions-wrapper,
|
8870 |
+
.premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
|
8871 |
+
-webkit-box-pack: end;
|
8872 |
+
-webkit-justify-content: flex-end;
|
8873 |
+
-moz-box-pack: end;
|
8874 |
+
-ms-flex-pack: end;
|
8875 |
+
justify-content: flex-end;
|
8876 |
+
}
|
8877 |
+
|
8878 |
+
.premium-woo-product-align-center .premium-woo-skin-grid-3 .premium-woo-product-actions-wrapper,
|
8879 |
+
.premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
|
8880 |
+
-webkit-box-pack: center;
|
8881 |
+
-webkit-justify-content: center;
|
8882 |
+
-moz-box-pack: center;
|
8883 |
+
-ms-flex-pack: center;
|
8884 |
+
justify-content: center;
|
8885 |
+
}
|
8886 |
+
|
8887 |
+
/**
|
8888 |
+
* Skin 4
|
8889 |
+
*/
|
8890 |
+
.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
|
8891 |
+
position: absolute;
|
8892 |
+
right: 0;
|
8893 |
+
left: 0;
|
8894 |
+
top: 50%;
|
8895 |
+
-webkit-transform: scale(0.9) translateZ(0) translateY(-50%);
|
8896 |
+
transform: scale(0.9) translateZ(0) translateY(-50%);
|
8897 |
+
text-align: center;
|
8898 |
+
z-index: 2;
|
8899 |
+
opacity: 0;
|
8900 |
+
-webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
|
8901 |
+
transition: opacity 0.5s, -webkit-transform 0.3s;
|
8902 |
+
transition: opacity 0.5s, transform 0.3s;
|
8903 |
+
transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
|
8904 |
+
}
|
8905 |
+
|
8906 |
+
.premium-woo-skin-grid-4 li.product .premium-woo-product-overlay {
|
8907 |
+
position: absolute;
|
8908 |
+
top: 0;
|
8909 |
+
right: 0;
|
8910 |
+
width: 100%;
|
8911 |
+
height: 100%;
|
8912 |
+
opacity: 0;
|
8913 |
+
visibility: hidden;
|
8914 |
+
background-color: rgba(27, 27, 23, 0.3);
|
8915 |
+
-webkit-transition: all 0.25s ease-in-out;
|
8916 |
+
transition: all 0.25s ease-in-out;
|
8917 |
+
}
|
8918 |
+
|
8919 |
+
.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay {
|
8920 |
+
opacity: 1;
|
8921 |
+
visibility: visible;
|
8922 |
+
z-index: 1;
|
8923 |
+
}
|
8924 |
+
|
8925 |
+
.premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap {
|
8926 |
+
-webkit-transform: scale(1) translateZ(0) translateY(-50%);
|
8927 |
+
transform: scale(1) translateZ(0) translateY(-50%);
|
8928 |
+
opacity: 1;
|
8929 |
+
}
|
8930 |
+
|
8931 |
+
/**
|
8932 |
+
* Skin 5
|
8933 |
+
*/
|
8934 |
+
.premium-woo-skin-grid-5 .premium-woo-product-wrapper {
|
8935 |
+
-js-display: flex;
|
8936 |
+
display: -webkit-box;
|
8937 |
+
display: -webkit-flex;
|
8938 |
+
display: -moz-box;
|
8939 |
+
display: -ms-flexbox;
|
8940 |
+
display: flex;
|
8941 |
+
-webkit-box-align: center;
|
8942 |
+
-webkit-align-items: center;
|
8943 |
+
-moz-box-align: center;
|
8944 |
+
-ms-flex-align: center;
|
8945 |
+
align-items: center;
|
8946 |
+
}
|
8947 |
+
|
8948 |
+
.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
|
8949 |
+
width: 75%;
|
8950 |
+
}
|
8951 |
+
|
8952 |
+
/**
|
8953 |
+
* Skin 6
|
8954 |
+
*/
|
8955 |
+
.premium-woo-skin-grid-6 .premium-woo-qv-btn {
|
8956 |
+
position: absolute;
|
8957 |
+
top: 50%;
|
8958 |
+
right: 50%;
|
8959 |
+
min-width: 40%;
|
8960 |
+
text-align: center;
|
8961 |
+
padding: 5px;
|
8962 |
+
background: rgba(2, 2, 2, 0.5);
|
8963 |
+
color: #fff;
|
8964 |
+
-webkit-transform: translate(50%, -50%);
|
8965 |
+
-ms-transform: translate(50%, -50%);
|
8966 |
+
transform: translate(50%, -50%);
|
8967 |
+
opacity: 0;
|
8968 |
+
visibility: hidden;
|
8969 |
+
-webkit-transition: all 0.3s ease-in-out;
|
8970 |
+
transition: all 0.3s ease-in-out;
|
8971 |
+
cursor: pointer;
|
8972 |
+
z-index: 2;
|
8973 |
+
}
|
8974 |
+
|
8975 |
+
.premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn {
|
8976 |
+
opacity: 1;
|
8977 |
+
visibility: visible;
|
8978 |
+
}
|
8979 |
+
|
8980 |
+
.premium-woo-product-align-right li.product .premium-woo-product-info .star-rating,
|
8981 |
+
.premium-woo-product-align-left li.product .premium-woo-product-info .star-rating {
|
8982 |
+
margin: 0;
|
8983 |
+
}
|
8984 |
+
|
8985 |
+
.premium-woo-skin-grid-6 li.product .premium-woo-product-info {
|
8986 |
+
-js-display: flex;
|
8987 |
+
display: -webkit-box;
|
8988 |
+
display: -webkit-flex;
|
8989 |
+
display: -moz-box;
|
8990 |
+
display: -ms-flexbox;
|
8991 |
+
display: flex;
|
8992 |
+
-webkit-box-pack: justify;
|
8993 |
+
-webkit-justify-content: space-between;
|
8994 |
+
-moz-box-pack: justify;
|
8995 |
+
-ms-flex-pack: justify;
|
8996 |
+
justify-content: space-between;
|
8997 |
+
}
|
8998 |
+
|
8999 |
+
.premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info {
|
9000 |
+
-webkit-box-orient: vertical;
|
9001 |
+
-webkit-box-direction: normal;
|
9002 |
+
-webkit-flex-direction: column;
|
9003 |
+
-moz-box-orient: vertical;
|
9004 |
+
-moz-box-direction: normal;
|
9005 |
+
-ms-flex-direction: column;
|
9006 |
+
flex-direction: column;
|
9007 |
+
}
|
9008 |
+
|
9009 |
+
.premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info {
|
9010 |
+
-webkit-box-orient: horizontal;
|
9011 |
+
-webkit-box-direction: reverse;
|
9012 |
+
-webkit-flex-direction: row-reverse;
|
9013 |
+
-moz-box-orient: horizontal;
|
9014 |
+
-moz-box-direction: reverse;
|
9015 |
+
-ms-flex-direction: row-reverse;
|
9016 |
+
flex-direction: row-reverse;
|
9017 |
+
}
|
9018 |
+
|
9019 |
+
.premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images {
|
9020 |
+
-js-display: flex;
|
9021 |
+
display: -webkit-box;
|
9022 |
+
display: -webkit-flex;
|
9023 |
+
display: -moz-box;
|
9024 |
+
display: -ms-flexbox;
|
9025 |
+
display: flex;
|
9026 |
+
position: absolute;
|
9027 |
+
bottom: 10px;
|
9028 |
+
width: 100%;
|
9029 |
+
-webkit-box-pack: center;
|
9030 |
+
-webkit-justify-content: center;
|
9031 |
+
-moz-box-pack: center;
|
9032 |
+
-ms-flex-pack: center;
|
9033 |
+
justify-content: center;
|
9034 |
+
}
|
9035 |
+
|
9036 |
+
.premium-woo-product-gallery-images .premium-woo-product__gallery_image {
|
9037 |
+
width: 20%;
|
9038 |
+
margin: 0 0.2em;
|
9039 |
+
border: 2px solid #aaa;
|
9040 |
+
cursor: pointer;
|
9041 |
+
}
|
9042 |
+
|
9043 |
+
/**
|
9044 |
+
* Metro
|
9045 |
+
*/
|
9046 |
+
/*.premium-woo-grid-style1 ul.products li.product {
|
9047 |
+
width: 25%;
|
9048 |
+
}*/
|
9049 |
+
.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,
|
9050 |
+
.premium-woo-products-metro li.product .premium-woo-product-wrapper,
|
9051 |
+
.premium-woo-products-metro li.product .premium-woo-product-thumbnail,
|
9052 |
+
.premium-woo-products-metro li.product .woocommerce-LoopProduct-link {
|
9053 |
+
height: 100%;
|
9054 |
+
}
|
9055 |
+
|
9056 |
+
.premium-woo-products-metro ul.products li.product {
|
9057 |
+
margin-bottom: 0;
|
9058 |
+
}
|
9059 |
+
|
9060 |
+
.premium-woo-products-metro li.product .premium-woo-product-thumbnail img {
|
9061 |
+
-o-object-fit: cover;
|
9062 |
+
object-fit: cover;
|
9063 |
+
}
|
9064 |
+
|
9065 |
+
/*
|
9066 |
+
* Carousel
|
9067 |
+
*/
|
9068 |
+
.premium-woocommerce .slick-arrow {
|
9069 |
+
-webkit-border-radius: 50%;
|
9070 |
+
border-radius: 50%;
|
9071 |
+
}
|
9072 |
+
|
9073 |
+
.premium-woocommerce ul.slick-dots {
|
9074 |
+
width: 100%;
|
9075 |
+
}
|
9076 |
+
|
9077 |
+
/*
|
9078 |
+
* Quick View Html/body
|
9079 |
+
*/
|
9080 |
+
html.premium-woo-qv-opened,
|
9081 |
+
html.premium-woo-qv-opened body {
|
9082 |
+
overflow: hidden;
|
9083 |
+
}
|
9084 |
+
|
9085 |
+
/**
|
9086 |
+
* Quick View Modal
|
9087 |
+
*/
|
9088 |
+
.premium-woo-quick-view-back {
|
9089 |
+
position: fixed;
|
9090 |
+
visibility: hidden;
|
9091 |
+
overflow: hidden;
|
9092 |
+
background: rgba(2, 2, 2, 0.5);
|
9093 |
+
opacity: 0;
|
9094 |
+
-webkit-transition: opacity 0.25s;
|
9095 |
+
transition: opacity 0.25s;
|
9096 |
+
z-index: 999;
|
9097 |
+
}
|
9098 |
+
|
9099 |
+
.premium-woo-quick-view-active {
|
9100 |
+
top: 0;
|
9101 |
+
right: 0;
|
9102 |
+
width: 100%;
|
9103 |
+
height: 100%;
|
9104 |
+
opacity: 1;
|
9105 |
+
visibility: visible;
|
9106 |
+
}
|
9107 |
+
|
9108 |
+
#premium-woo-quick-view-modal {
|
9109 |
+
position: fixed;
|
9110 |
+
visibility: hidden;
|
9111 |
+
opacity: 0;
|
9112 |
+
top: 0;
|
9113 |
+
right: 0;
|
9114 |
+
width: 100%;
|
9115 |
+
height: 100%;
|
9116 |
+
z-index: 1400;
|
9117 |
+
text-align: center;
|
9118 |
+
-webkit-transition: all 0.3s;
|
9119 |
+
transition: all 0.3s;
|
9120 |
+
overflow-x: hidden;
|
9121 |
+
overflow-y: auto;
|
9122 |
+
}
|
9123 |
+
|
9124 |
+
#premium-woo-quick-view-modal.active {
|
9125 |
+
visibility: visible;
|
9126 |
+
opacity: 1;
|
9127 |
+
}
|
9128 |
+
|
9129 |
+
#premium-woo-quick-view-modal.active .premium-woo-content-main {
|
9130 |
+
-webkit-transform: translateY(0);
|
9131 |
+
-ms-transform: translateY(0);
|
9132 |
+
transform: translateY(0);
|
9133 |
+
opacity: 1;
|
9134 |
+
width: 100%;
|
9135 |
+
}
|
9136 |
+
|
9137 |
+
#premium-woo-quick-view-modal .premium-woo-content-main-wrapper {
|
9138 |
+
position: absolute;
|
9139 |
+
width: 100%;
|
9140 |
+
height: 100%;
|
9141 |
+
top: 0;
|
9142 |
+
right: 0;
|
9143 |
+
text-align: center;
|
9144 |
+
padding: 30px;
|
9145 |
+
-js-display: flex;
|
9146 |
+
display: -webkit-box;
|
9147 |
+
display: -webkit-flex;
|
9148 |
+
display: -moz-box;
|
9149 |
+
display: -ms-flexbox;
|
9150 |
+
display: flex;
|
9151 |
+
-webkit-box-align: center;
|
9152 |
+
-webkit-align-items: center;
|
9153 |
+
-moz-box-align: center;
|
9154 |
+
-ms-flex-align: center;
|
9155 |
+
align-items: center;
|
9156 |
+
}
|
9157 |
+
|
9158 |
+
#premium-woo-quick-view-modal .premium-woo-content-main {
|
9159 |
+
position: relative;
|
9160 |
+
pointer-events: none;
|
9161 |
+
max-width: 100%;
|
9162 |
+
text-align: right;
|
9163 |
+
z-index: 1045;
|
9164 |
+
-webkit-transform: translateY(-30px);
|
9165 |
+
-ms-transform: translateY(-30px);
|
9166 |
+
transform: translateY(-30px);
|
9167 |
+
opacity: 0;
|
9168 |
+
-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
|
9169 |
+
transition: opacity 0.3s, -webkit-transform 0.5s;
|
9170 |
+
transition: transform 0.5s, opacity 0.3s;
|
9171 |
+
transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
|
9172 |
+
margin: 0 auto;
|
9173 |
+
}
|
9174 |
+
|
9175 |
+
#premium-woo-quick-view-modal .premium-woo-lightbox-content {
|
9176 |
+
position: relative;
|
9177 |
+
display: table;
|
9178 |
+
pointer-events: auto;
|
9179 |
+
background-color: #fff;
|
9180 |
+
max-width: 975px;
|
9181 |
+
margin: 20px auto;
|
9182 |
+
-webkit-transform: translateZ(0);
|
9183 |
+
transform: translateZ(0);
|
9184 |
+
-webkit-box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
|
9185 |
+
box-shadow: -3px 3px 20px 0 rgba(0, 0, 0, 0.15);
|
9186 |
+
overflow: hidden;
|
9187 |
+
}
|
9188 |
+
|
9189 |
+
#premium-woo-quick-view-modal .summary {
|
9190 |
+
width: 50%;
|
9191 |
+
margin: 0;
|
9192 |
+
padding: 30px;
|
9193 |
+
float: right;
|
9194 |
+
-webkit-box-sizing: border-box;
|
9195 |
+
-moz-box-sizing: border-box;
|
9196 |
+
box-sizing: border-box;
|
9197 |
+
}
|
9198 |
+
|
9199 |
+
#premium-woo-quick-view-modal .summary .quantity {
|
9200 |
+
min-width: auto;
|
9201 |
+
}
|
9202 |
+
|
9203 |
+
#premium-woo-quick-view-modal .summary .quantity input.qty {
|
9204 |
+
width: 54px;
|
9205 |
+
-webkit-appearance: button;
|
9206 |
+
-moz-appearance: button;
|
9207 |
+
appearance: button;
|
9208 |
+
}
|
9209 |
+
|
9210 |
+
#premium-woo-quick-view-modal .woocommerce-product-details__short-description p {
|
9211 |
+
margin: 0;
|
9212 |
+
}
|
9213 |
+
|
9214 |
+
#premium-woo-quick-view-close {
|
9215 |
+
position: absolute;
|
9216 |
+
font-size: 22px;
|
9217 |
+
top: 10px;
|
9218 |
+
left: 10px;
|
9219 |
+
width: 22px;
|
9220 |
+
height: 22px;
|
9221 |
+
line-height: 22px;
|
9222 |
+
opacity: 0.7;
|
9223 |
+
text-align: center;
|
9224 |
+
z-index: 2;
|
9225 |
+
color: #000;
|
9226 |
+
}
|
9227 |
+
|
9228 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider {
|
9229 |
+
position: relative;
|
9230 |
+
}
|
9231 |
+
|
9232 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider li {
|
9233 |
+
list-style: none;
|
9234 |
+
}
|
9235 |
+
|
9236 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav {
|
9237 |
+
margin: 0;
|
9238 |
+
padding: 0;
|
9239 |
+
width: 100%;
|
9240 |
+
position: absolute;
|
9241 |
+
bottom: 10px;
|
9242 |
+
text-align: center;
|
9243 |
+
}
|
9244 |
+
|
9245 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li {
|
9246 |
+
margin: 0 6px;
|
9247 |
+
display: inline-block;
|
9248 |
+
vertical-align: middle;
|
9249 |
+
}
|
9250 |
+
|
9251 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a {
|
9252 |
+
width: 11px;
|
9253 |
+
height: 11px;
|
9254 |
+
display: block;
|
9255 |
+
background: #666;
|
9256 |
+
background: rgba(0, 0, 0, 0.5);
|
9257 |
+
cursor: pointer;
|
9258 |
+
text-indent: -9999px;
|
9259 |
+
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
9260 |
+
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
9261 |
+
-webkit-border-radius: 20px;
|
9262 |
+
border-radius: 20px;
|
9263 |
+
}
|
9264 |
+
|
9265 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a.flex-active {
|
9266 |
+
background: rgba(0, 0, 0, 0.9);
|
9267 |
+
cursor: default;
|
9268 |
+
}
|
9269 |
+
|
9270 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a:focus {
|
9271 |
+
outline: none;
|
9272 |
+
}
|
9273 |
+
|
9274 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider img {
|
9275 |
+
-o-object-fit: cover;
|
9276 |
+
object-fit: cover;
|
9277 |
+
}
|
9278 |
+
|
9279 |
+
#premium-woo-quick-view-content div.images {
|
9280 |
+
width: 50%;
|
9281 |
+
float: right;
|
9282 |
+
opacity: 1 !important;
|
9283 |
+
margin: 0;
|
9284 |
+
}
|
9285 |
+
|
9286 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav {
|
9287 |
+
margin: 0;
|
9288 |
+
padding: 0;
|
9289 |
+
list-style: none;
|
9290 |
+
}
|
9291 |
+
|
9292 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav a {
|
9293 |
+
text-decoration: none;
|
9294 |
+
display: block;
|
9295 |
+
width: 14px;
|
9296 |
+
height: 32px;
|
9297 |
+
font-size: 32px;
|
9298 |
+
line-height: 32px;
|
9299 |
+
margin: -20px 0 0;
|
9300 |
+
position: absolute;
|
9301 |
+
top: 50%;
|
9302 |
+
z-index: 10;
|
9303 |
+
overflow: hidden;
|
9304 |
+
cursor: pointer;
|
9305 |
+
color: rgba(0, 0, 0, 0.8);
|
9306 |
+
text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.3);
|
9307 |
+
-webkit-transition: all 0.3s ease-in-out;
|
9308 |
+
transition: all 0.3s ease-in-out;
|
9309 |
+
}
|
9310 |
+
|
9311 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next,
|
9312 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
|
9313 |
+
display: inline-block;
|
9314 |
+
font-family: "Font Awesome 5 Free";
|
9315 |
+
font-weight: 900;
|
9316 |
+
text-rendering: auto;
|
9317 |
+
-webkit-font-smoothing: antialiased;
|
9318 |
+
-moz-osx-font-smoothing: grayscale;
|
9319 |
+
}
|
9320 |
+
|
9321 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
|
9322 |
+
right: 10px;
|
9323 |
+
}
|
9324 |
+
|
9325 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next {
|
9326 |
+
left: 10px;
|
9327 |
+
}
|
9328 |
+
|
9329 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before {
|
9330 |
+
content: "\f104";
|
9331 |
+
}
|
9332 |
+
|
9333 |
+
#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next::before {
|
9334 |
+
content: "\f105";
|
9335 |
+
}
|
9336 |
+
|
9337 |
+
.premium-woocommerce li.product .added_to_cart.wc-forward {
|
9338 |
+
display: none;
|
9339 |
+
}
|
9340 |
+
|
9341 |
+
.premium-woo-atc-button .add_to_cart_button span {
|
9342 |
+
-webkit-animation: spin 2s linear infinite;
|
9343 |
+
animation: spin 2s linear infinite;
|
9344 |
+
margin-right: 5px;
|
9345 |
+
vertical-align: baseline;
|
9346 |
}
|
assets/frontend/css/premium-addons.css
CHANGED
@@ -1314,8 +1314,8 @@
|
|
1314 |
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
|
1315 |
display: none; }
|
1316 |
|
1317 |
-
/**
|
1318 |
-
* Digit and unit styles
|
1319 |
*/
|
1320 |
.side .countdown-section .countdown-period {
|
1321 |
vertical-align: bottom; }
|
@@ -1335,8 +1335,8 @@
|
|
1335 |
.down .countdown-section .countdown-period {
|
1336 |
display: block; }
|
1337 |
|
1338 |
-
/**
|
1339 |
-
* Flip Layout
|
1340 |
*/
|
1341 |
.premium-countdown-flip .premium-countdown-block {
|
1342 |
text-align: center;
|
@@ -1653,8 +1653,8 @@ ul.slick-dots li {
|
|
1653 |
height: 20px;
|
1654 |
cursor: pointer; }
|
1655 |
|
1656 |
-
/*
|
1657 |
-
* Custom Navigation Dot
|
1658 |
*/
|
1659 |
.premium-carousel-wrapper .premium-carousel-nav-dot,
|
1660 |
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
|
@@ -1663,7 +1663,8 @@ ul.slick-dots li {
|
|
1663 |
|
1664 |
.premium-carousel-wrapper ul.slick-dots svg {
|
1665 |
width: 20px;
|
1666 |
-
height: 20px;
|
|
|
1667 |
|
1668 |
/* Ripple Out */
|
1669 |
@-webkit-keyframes hvr-ripple-out {
|
@@ -2236,8 +2237,8 @@ button.premium-modal-box-modal-close {
|
|
2236 |
left: 50%;
|
2237 |
display: inline-block; }
|
2238 |
|
2239 |
-
/**
|
2240 |
-
* Circle Progress Bar
|
2241 |
*/
|
2242 |
.premium-progressbar-circle-wrap {
|
2243 |
width: 200px;
|
@@ -2678,8 +2679,8 @@ button.premium-modal-box-modal-close {
|
|
2678 |
-webkit-filter: hue-rotate(360deg);
|
2679 |
filter: hue-rotate(360deg); } }
|
2680 |
|
2681 |
-
/*
|
2682 |
-
* Common Title/Dual Heading
|
2683 |
*/
|
2684 |
.premium-title-bg-text:before {
|
2685 |
position: absolute;
|
@@ -3464,8 +3465,8 @@ button.premium-modal-box-modal-close {
|
|
3464 |
-webkit-transition: all 0.3s ease-in-out;
|
3465 |
transition: all 0.3s ease-in-out; }
|
3466 |
|
3467 |
-
/*
|
3468 |
-
* Diagonal Effect
|
3469 |
*/
|
3470 |
.premium-blog-diagonal-container {
|
3471 |
position: absolute;
|
@@ -3492,8 +3493,8 @@ button.premium-modal-box-modal-close {
|
|
3492 |
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
3493 |
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0); }
|
3494 |
|
3495 |
-
/*
|
3496 |
-
* Framed Effect
|
3497 |
*/
|
3498 |
.premium-blog-framed-effect {
|
3499 |
position: absolute;
|
@@ -3516,8 +3517,8 @@ button.premium-modal-box-modal-close {
|
|
3516 |
-ms-transform: scale(1);
|
3517 |
transform: scale(1); }
|
3518 |
|
3519 |
-
/*
|
3520 |
-
* Bordered Effect
|
3521 |
*/
|
3522 |
.premium-blog-bordered-effect {
|
3523 |
position: absolute;
|
@@ -3571,8 +3572,8 @@ button.premium-modal-box-modal-close {
|
|
3571 |
-ms-transform: scale(1);
|
3572 |
transform: scale(1); }
|
3573 |
|
3574 |
-
/*
|
3575 |
-
* Squares Effect
|
3576 |
*/
|
3577 |
.premium-blog-squares-effect,
|
3578 |
.premium-blog-squares-square-container {
|
@@ -3834,14 +3835,14 @@ button.premium-modal-box-modal-close {
|
|
3834 |
.premium-blog-wrap ul.slick-dots {
|
3835 |
width: 100%; }
|
3836 |
|
3837 |
-
/*
|
3838 |
-
* List Layout
|
3839 |
*/
|
3840 |
.premium-blog-list .premium-blog-post-outer-container {
|
3841 |
width: 100%; }
|
3842 |
|
3843 |
-
/**
|
3844 |
-
* Even Layout
|
3845 |
*/
|
3846 |
.premium-blog-even .premium-blog-post-container {
|
3847 |
height: 100%; }
|
@@ -3857,8 +3858,8 @@ button.premium-modal-box-modal-close {
|
|
3857 |
.premium-blog-even .slick-slide {
|
3858 |
height: inherit !important; }
|
3859 |
|
3860 |
-
/**
|
3861 |
-
* Responsive Style
|
3862 |
*/
|
3863 |
@media (max-width: 768px) {
|
3864 |
.premium-blog-content-wrapper {
|
@@ -6011,8 +6012,8 @@ ul.premium-person-social-list {
|
|
6011 |
.premium-clearfix {
|
6012 |
clear: both; }
|
6013 |
|
6014 |
-
/**
|
6015 |
-
* Metro Layout
|
6016 |
*/
|
6017 |
.premium-img-gallery-metro .premium-gallery-item {
|
6018 |
overflow: hidden; }
|
@@ -6984,8 +6985,8 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
6984 |
-ms-flex-align: center;
|
6985 |
align-items: center; }
|
6986 |
|
6987 |
-
/**
|
6988 |
-
* Image Hover Effects
|
6989 |
*/
|
6990 |
.premium-woocommerce .woocommerce-loop-product__link img {
|
6991 |
-webkit-transition: all 0.3s ease-in-out;
|
@@ -7104,8 +7105,8 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7104 |
overflow: hidden;
|
7105 |
cursor: pointer; }
|
7106 |
|
7107 |
-
/**
|
7108 |
-
* Skin 1,4
|
7109 |
*/
|
7110 |
.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
|
7111 |
.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
|
@@ -7155,40 +7156,40 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7155 |
.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
|
7156 |
content: "\f00c"; }
|
7157 |
|
7158 |
-
/**
|
7159 |
-
* Skin 2
|
7160 |
*/
|
7161 |
-
/*.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper {
|
7162 |
-
position: relative;
|
7163 |
-
display: inline-block;
|
7164 |
-
}
|
7165 |
-
.premium-woo-skin-grid-2 .premium-woo-products-details-wrap .premium-woo-qv-btn {
|
7166 |
-
position: absolute;
|
7167 |
-
top: 0;
|
7168 |
-
right: 0;
|
7169 |
-
opacity: 0;
|
7170 |
-
visibility: hidden;
|
7171 |
-
z-index: 2;
|
7172 |
-
-webkit-transition: all 0.25s ease 0s;
|
7173 |
-
-moz-transition: all 0.25s ease 0s;
|
7174 |
-
-ms-transition: all 0.25s ease 0s;
|
7175 |
-
transition: all 0.25s ease 0s;
|
7176 |
-
}
|
7177 |
-
.premium-woo-skin-grid-2 li.product:hover .premium-woo-qv-btn {
|
7178 |
-
right: -40px;
|
7179 |
-
opacity: 1;
|
7180 |
-
visibility: visible;
|
7181 |
-
}
|
7182 |
-
.premium-woo-skin-grid-2 li.product .premium-woo-qv-btn::before {
|
7183 |
-
position: absolute;
|
7184 |
-
left: 0;
|
7185 |
-
right: 0;
|
7186 |
-
top: 0;
|
7187 |
-
text-indent: 0;
|
7188 |
-
font-family: 'Font Awesome 5 Free';
|
7189 |
-
font-size: 1.1em;
|
7190 |
-
content: "";
|
7191 |
-
font-weight: 900;
|
7192 |
}*/
|
7193 |
.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
|
7194 |
position: absolute;
|
@@ -7261,8 +7262,8 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7261 |
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
7262 |
background-color: #54595f; }
|
7263 |
|
7264 |
-
/**
|
7265 |
-
* Skin 3
|
7266 |
*/
|
7267 |
.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper,
|
7268 |
.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
|
@@ -7291,9 +7292,9 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7291 |
-webkit-transition: all 0.25s ease 0s;
|
7292 |
transition: all 0.25s ease 0s; }
|
7293 |
|
7294 |
-
/*.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
7295 |
-
opacity: 0;
|
7296 |
-
visibility: hidden;
|
7297 |
}*/
|
7298 |
.premium-woo-skin-grid-3 li.product .premium-woo-qv-btn {
|
7299 |
opacity: 1;
|
@@ -7315,8 +7316,8 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7315 |
-ms-flex-pack: center;
|
7316 |
justify-content: center; }
|
7317 |
|
7318 |
-
/**
|
7319 |
-
* Skin 4
|
7320 |
*/
|
7321 |
.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
|
7322 |
position: absolute;
|
@@ -7355,8 +7356,8 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7355 |
transform: scale(1) translateZ(0) translateY(-50%);
|
7356 |
opacity: 1; }
|
7357 |
|
7358 |
-
/**
|
7359 |
-
* Skin 5
|
7360 |
*/
|
7361 |
.premium-woo-skin-grid-5 .premium-woo-product-wrapper {
|
7362 |
-js-display: flex;
|
@@ -7374,8 +7375,8 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7374 |
.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
|
7375 |
width: 75%; }
|
7376 |
|
7377 |
-
/**
|
7378 |
-
* Skin 6
|
7379 |
*/
|
7380 |
.premium-woo-skin-grid-6 .premium-woo-qv-btn {
|
7381 |
position: absolute;
|
@@ -7457,11 +7458,11 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7457 |
border: 2px solid #aaa;
|
7458 |
cursor: pointer; }
|
7459 |
|
7460 |
-
/**
|
7461 |
-
* Metro
|
7462 |
*/
|
7463 |
-
/*.premium-woo-grid-style1 ul.products li.product {
|
7464 |
-
width: 25%;
|
7465 |
}*/
|
7466 |
.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,
|
7467 |
.premium-woo-products-metro li.product .premium-woo-product-wrapper,
|
@@ -7476,8 +7477,8 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7476 |
-o-object-fit: cover;
|
7477 |
object-fit: cover; }
|
7478 |
|
7479 |
-
/*
|
7480 |
-
* Carousel
|
7481 |
*/
|
7482 |
.premium-woocommerce .slick-arrow {
|
7483 |
-webkit-border-radius: 50%;
|
@@ -7486,15 +7487,15 @@ ul[data-list-animation*="animated-"] .premium-bullet-list-divider-inline {
|
|
7486 |
.premium-woocommerce ul.slick-dots {
|
7487 |
width: 100%; }
|
7488 |
|
7489 |
-
/*
|
7490 |
-
* Quick View Html/body
|
7491 |
*/
|
7492 |
html.premium-woo-qv-opened,
|
7493 |
html.premium-woo-qv-opened body {
|
7494 |
overflow: hidden; }
|
7495 |
|
7496 |
-
/**
|
7497 |
-
* Quick View Modal
|
7498 |
*/
|
7499 |
.premium-woo-quick-view-back {
|
7500 |
position: fixed;
|
1314 |
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
|
1315 |
display: none; }
|
1316 |
|
1317 |
+
/**
|
1318 |
+
* Digit and unit styles
|
1319 |
*/
|
1320 |
.side .countdown-section .countdown-period {
|
1321 |
vertical-align: bottom; }
|
1335 |
.down .countdown-section .countdown-period {
|
1336 |
display: block; }
|
1337 |
|
1338 |
+
/**
|
1339 |
+
* Flip Layout
|
1340 |
*/
|
1341 |
.premium-countdown-flip .premium-countdown-block {
|
1342 |
text-align: center;
|
1653 |
height: 20px;
|
1654 |
cursor: pointer; }
|
1655 |
|
1656 |
+
/*
|
1657 |
+
* Custom Navigation Dot
|
1658 |
*/
|
1659 |
.premium-carousel-wrapper .premium-carousel-nav-dot,
|
1660 |
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
|
1663 |
|
1664 |
.premium-carousel-wrapper ul.slick-dots svg {
|
1665 |
width: 20px;
|
1666 |
+
height: 20px;
|
1667 |
+
outline: none !important; }
|
1668 |
|
1669 |
/* Ripple Out */
|
1670 |
@-webkit-keyframes hvr-ripple-out {
|
2237 |
left: 50%;
|
2238 |
display: inline-block; }
|
2239 |
|
2240 |
+
/**
|
2241 |
+
* Circle Progress Bar
|
2242 |
*/
|
2243 |
.premium-progressbar-circle-wrap {
|
2244 |
width: 200px;
|
2679 |
-webkit-filter: hue-rotate(360deg);
|
2680 |
filter: hue-rotate(360deg); } }
|
2681 |
|
2682 |
+
/*
|
2683 |
+
* Common Title/Dual Heading
|
2684 |
*/
|
2685 |
.premium-title-bg-text:before {
|
2686 |
position: absolute;
|
3465 |
-webkit-transition: all 0.3s ease-in-out;
|
3466 |
transition: all 0.3s ease-in-out; }
|
3467 |
|
3468 |
+
/*
|
3469 |
+
* Diagonal Effect
|
3470 |
*/
|
3471 |
.premium-blog-diagonal-container {
|
3472 |
position: absolute;
|
3493 |
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
|
3494 |
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0); }
|
3495 |
|
3496 |
+
/*
|
3497 |
+
* Framed Effect
|
3498 |
*/
|
3499 |
.premium-blog-framed-effect {
|
3500 |
position: absolute;
|
3517 |
-ms-transform: scale(1);
|
3518 |
transform: scale(1); }
|
3519 |
|
3520 |
+
/*
|
3521 |
+
* Bordered Effect
|
3522 |
*/
|
3523 |
.premium-blog-bordered-effect {
|
3524 |
position: absolute;
|
3572 |
-ms-transform: scale(1);
|
3573 |
transform: scale(1); }
|
3574 |
|
3575 |
+
/*
|
3576 |
+
* Squares Effect
|
3577 |
*/
|
3578 |
.premium-blog-squares-effect,
|
3579 |
.premium-blog-squares-square-container {
|
3835 |
.premium-blog-wrap ul.slick-dots {
|
3836 |
width: 100%; }
|
3837 |
|
3838 |
+
/*
|
3839 |
+
* List Layout
|
3840 |
*/
|
3841 |
.premium-blog-list .premium-blog-post-outer-container {
|
3842 |
width: 100%; }
|
3843 |
|
3844 |
+
/**
|
3845 |
+
* Even Layout
|
3846 |
*/
|
3847 |
.premium-blog-even .premium-blog-post-container {
|
3848 |
height: 100%; }
|
3858 |
.premium-blog-even .slick-slide {
|
3859 |
height: inherit !important; }
|
3860 |
|
3861 |
+
/**
|
3862 |
+
* Responsive Style
|
3863 |
*/
|
3864 |
@media (max-width: 768px) {
|
3865 |
.premium-blog-content-wrapper {
|
6012 |
.premium-clearfix {
|
6013 |
clear: both; }
|
6014 |
|
6015 |
+
/**
|
6016 |
+
* Metro Layout
|
6017 |
*/
|
6018 |
.premium-img-gallery-metro .premium-gallery-item {
|
6019 |
overflow: hidden; }
|
6985 |
-ms-flex-align: center;
|
6986 |
align-items: center; }
|
6987 |
|
6988 |
+
/**
|
6989 |
+
* Image Hover Effects
|
6990 |
*/
|
6991 |
.premium-woocommerce .woocommerce-loop-product__link img {
|
6992 |
-webkit-transition: all 0.3s ease-in-out;
|
7105 |
overflow: hidden;
|
7106 |
cursor: pointer; }
|
7107 |
|
7108 |
+
/**
|
7109 |
+
* Skin 1,4
|
7110 |
*/
|
7111 |
.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
|
7112 |
.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
|
7156 |
.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
|
7157 |
content: "\f00c"; }
|
7158 |
|
7159 |
+
/**
|
7160 |
+
* Skin 2
|
7161 |
*/
|
7162 |
+
/*.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper {
|
7163 |
+
position: relative;
|
7164 |
+
display: inline-block;
|
7165 |
+
}
|
7166 |
+
.premium-woo-skin-grid-2 .premium-woo-products-details-wrap .premium-woo-qv-btn {
|
7167 |
+
position: absolute;
|
7168 |
+
top: 0;
|
7169 |
+
right: 0;
|
7170 |
+
opacity: 0;
|
7171 |
+
visibility: hidden;
|
7172 |
+
z-index: 2;
|
7173 |
+
-webkit-transition: all 0.25s ease 0s;
|
7174 |
+
-moz-transition: all 0.25s ease 0s;
|
7175 |
+
-ms-transition: all 0.25s ease 0s;
|
7176 |
+
transition: all 0.25s ease 0s;
|
7177 |
+
}
|
7178 |
+
.premium-woo-skin-grid-2 li.product:hover .premium-woo-qv-btn {
|
7179 |
+
right: -40px;
|
7180 |
+
opacity: 1;
|
7181 |
+
visibility: visible;
|
7182 |
+
}
|
7183 |
+
.premium-woo-skin-grid-2 li.product .premium-woo-qv-btn::before {
|
7184 |
+
position: absolute;
|
7185 |
+
left: 0;
|
7186 |
+
right: 0;
|
7187 |
+
top: 0;
|
7188 |
+
text-indent: 0;
|
7189 |
+
font-family: 'Font Awesome 5 Free';
|
7190 |
+
font-size: 1.1em;
|
7191 |
+
content: "";
|
7192 |
+
font-weight: 900;
|
7193 |
}*/
|
7194 |
.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
|
7195 |
position: absolute;
|
7262 |
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
7263 |
background-color: #54595f; }
|
7264 |
|
7265 |
+
/**
|
7266 |
+
* Skin 3
|
7267 |
*/
|
7268 |
.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper,
|
7269 |
.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
|
7292 |
-webkit-transition: all 0.25s ease 0s;
|
7293 |
transition: all 0.25s ease 0s; }
|
7294 |
|
7295 |
+
/*.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
|
7296 |
+
opacity: 0;
|
7297 |
+
visibility: hidden;
|
7298 |
}*/
|
7299 |
.premium-woo-skin-grid-3 li.product .premium-woo-qv-btn {
|
7300 |
opacity: 1;
|
7316 |
-ms-flex-pack: center;
|
7317 |
justify-content: center; }
|
7318 |
|
7319 |
+
/**
|
7320 |
+
* Skin 4
|
7321 |
*/
|
7322 |
.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
|
7323 |
position: absolute;
|
7356 |
transform: scale(1) translateZ(0) translateY(-50%);
|
7357 |
opacity: 1; }
|
7358 |
|
7359 |
+
/**
|
7360 |
+
* Skin 5
|
7361 |
*/
|
7362 |
.premium-woo-skin-grid-5 .premium-woo-product-wrapper {
|
7363 |
-js-display: flex;
|
7375 |
.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
|
7376 |
width: 75%; }
|
7377 |
|
7378 |
+
/**
|
7379 |
+
* Skin 6
|
7380 |
*/
|
7381 |
.premium-woo-skin-grid-6 .premium-woo-qv-btn {
|
7382 |
position: absolute;
|
7458 |
border: 2px solid #aaa;
|
7459 |
cursor: pointer; }
|
7460 |
|
7461 |
+
/**
|
7462 |
+
* Metro
|
7463 |
*/
|
7464 |
+
/*.premium-woo-grid-style1 ul.products li.product {
|
7465 |
+
width: 25%;
|
7466 |
}*/
|
7467 |
.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,
|
7468 |
.premium-woo-products-metro li.product .premium-woo-product-wrapper,
|
7477 |
-o-object-fit: cover;
|
7478 |
object-fit: cover; }
|
7479 |
|
7480 |
+
/*
|
7481 |
+
* Carousel
|
7482 |
*/
|
7483 |
.premium-woocommerce .slick-arrow {
|
7484 |
-webkit-border-radius: 50%;
|
7487 |
.premium-woocommerce ul.slick-dots {
|
7488 |
width: 100%; }
|
7489 |
|
7490 |
+
/*
|
7491 |
+
* Quick View Html/body
|
7492 |
*/
|
7493 |
html.premium-woo-qv-opened,
|
7494 |
html.premium-woo-qv-opened body {
|
7495 |
overflow: hidden; }
|
7496 |
|
7497 |
+
/**
|
7498 |
+
* Quick View Modal
|
7499 |
*/
|
7500 |
.premium-woo-quick-view-back {
|
7501 |
position: fixed;
|
assets/frontend/js/modal.js
CHANGED
@@ -1,147 +1,156 @@
|
|
1 |
-
if ("undefined" == typeof jQuery) throw new Error("Bootstrap's JavaScript requires jQuery");
|
2 |
-
! function (t) {
|
3 |
-
"use strict";
|
4 |
-
var e = t.fn.jquery.split(" ")[0].split(".");
|
5 |
-
if (e[0] < 2 && e[1] < 9 || 1 == e[0] && 9 == e[1] && e[2] < 1 || e[0] > 3) throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")
|
6 |
-
}(jQuery),
|
7 |
-
function (t) {
|
8 |
-
"use strict";
|
9 |
-
var e = function (e, i) {
|
10 |
-
this.options = i, this.$body = t(document.body), this.$html = t(document.documentElement), this.$element = t(e), this.$dialog = this.$element.find(".premium-modal-box-modal-dialog"), this.$backdrop = null, this.isShown = null, this.originalBodyPad = null, this.scrollbarWidth = 0, this.ignoreBackdropClick = !1, this.options.remote && this.$element.find(".premium-modal-box-modal-content").load(this.options.remote, t.proxy(function () {
|
11 |
-
this.$element.trigger("loaded.bs.modal")
|
12 |
-
}, this))
|
13 |
-
};
|
14 |
-
|
15 |
-
function i(i, o) {
|
16 |
-
return this.each(function () {
|
17 |
-
var s = t(this),
|
18 |
-
n = s.data("bs.modal"),
|
19 |
-
r = t.extend({}, e.DEFAULTS, s.data(), "object" == typeof i && i);
|
20 |
-
n || s.data("bs.modal", n = new e(this, r)), "string" == typeof i ? n[i](o) : r.show && n.show(o)
|
21 |
-
})
|
22 |
-
}
|
23 |
-
e.VERSION = "3.3.7", e.TRANSITION_DURATION = 300, e.BACKDROP_TRANSITION_DURATION = 150, e.DEFAULTS = {
|
24 |
-
backdrop: !0,
|
25 |
-
keyboard: !0,
|
26 |
-
show: !0
|
27 |
-
}, e.prototype.toggle = function (t) {
|
28 |
-
return this.isShown ? this.hide() : this.show(t)
|
29 |
-
}, e.prototype.show = function (e) {
|
30 |
-
var i = this,
|
31 |
-
o = t.Event("show.bs.modal", {
|
32 |
-
relatedTarget: e
|
33 |
-
});
|
34 |
-
this.$element.trigger(o), this.isShown || o.isDefaultPrevented() || (this.isShown = !0, this.checkScrollbar(), this.setScrollbar(), this.$body.addClass("premium-modal-open"), this.$html.addClass("premium-modal-open"), this.escape(), this.resize(), this.$element.on("click.dismiss.bs.modal", '[data-dismiss="premium-modal"]', t.proxy(this.hide, this)), this.$dialog.on("mousedown.dismiss.bs.modal", function () {
|
35 |
-
i.$element.one("mouseup.dismiss.bs.modal", function (e) {
|
36 |
-
t(e.target).is(i.$element) && (i.ignoreBackdropClick = !0)
|
37 |
-
})
|
38 |
-
}), this.backdrop(function () {
|
39 |
-
var o = t.support.transition && i.$element.hasClass("premium-modal-fade");
|
40 |
-
i.$element.parent().length || i.$element.appendTo(i.$body), i.$element.show().scrollTop(0), i.adjustDialog(), o && i.$element[0].offsetWidth, i.$element.addClass("premium-in"), i.enforceFocus();
|
41 |
-
var s = t.Event("shown.bs.modal", {
|
42 |
-
relatedTarget: e
|
43 |
-
});
|
44 |
-
i.$element.trigger("focus").trigger(s)
|
45 |
-
}))
|
46 |
-
}, e.prototype.hide = function (e) {
|
47 |
-
e && e.preventDefault(), e = t.Event("hide.bs.modal"), this.$element.trigger(e), this.isShown && !e.isDefaultPrevented() && (this.isShown = !1, this.escape(), this.resize(), t(document).off("focusin.bs.modal"), this.$element.removeClass("premium-in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"), this.$dialog.off("mousedown.dismiss.bs.modal"), this.hideModal())
|
48 |
-
}, e.prototype.enforceFocus = function () {
|
49 |
-
t(document).off("focusin.bs.modal").on("focusin.bs.modal", t.proxy(function (t) {
|
50 |
-
document === t.target || this.$element[0] === t.target || this.$element.has(t.target).length || this.$element.trigger("focus")
|
51 |
-
}, this))
|
52 |
-
}, e.prototype.escape = function () {
|
53 |
-
this.isShown && this.options.keyboard ? this.$element.on("keydown.dismiss.bs.modal", t.proxy(function (t) {
|
54 |
-
27 == t.which && this.hide()
|
55 |
-
}, this)) : this.isShown || this.$element.off("keydown.dismiss.bs.modal")
|
56 |
-
}, e.prototype.resize = function () {
|
57 |
-
this.isShown ? t(window).on("resize.bs.modal", t.proxy(this.handleUpdate, this)) : t(window).off("resize.bs.modal")
|
58 |
-
}, e.prototype.hideModal = function () {
|
59 |
-
var t = this;
|
60 |
-
this.$element.hide(), this.backdrop(function () {
|
61 |
-
t.$body.removeClass("premium-modal-open"), t.$html.removeClass("premium-modal-open"), t.resetAdjustments(), t.resetScrollbar(), t.$element.trigger("hidden.bs.modal")
|
62 |
-
})
|
63 |
-
}, e.prototype.removeBackdrop = function () {
|
64 |
-
this.$backdrop && this.$backdrop.remove(), this.$backdrop = null
|
65 |
-
}, e.prototype.backdrop = function (e) {
|
66 |
-
var i = this,
|
67 |
-
o = this.$element.hasClass("premium-modal-fade") ? "premium-modal-fade" : "";
|
68 |
-
if (this.isShown && this.options.backdrop) {
|
69 |
-
var s = t.support.transition && o;
|
70 |
-
if (this.$backdrop = t(document.createElement("div")).addClass("premium-modal-backdrop " + o), this.$element.on("click.dismiss.bs.modal", t.proxy(function (t) {
|
71 |
-
this.ignoreBackdropClick ? this.ignoreBackdropClick = !1 : t.target === t.currentTarget && ("static" == this.options.backdrop ? this.$element[0].focus() : this.hide())
|
72 |
-
}, this)), s && this.$backdrop[0].offsetWidth, this.$backdrop.addClass("premium-in"), !e) return;
|
73 |
-
e()
|
74 |
-
} else if (!this.isShown && this.$backdrop) {
|
75 |
-
this.$backdrop.removeClass("premium-in");
|
76 |
-
i.removeBackdrop(), e && e()
|
77 |
-
} else e && e()
|
78 |
-
}, e.prototype.handleUpdate = function () {
|
79 |
-
this.adjustDialog()
|
80 |
-
}, e.prototype.adjustDialog = function () {
|
81 |
-
var t = this.$element[0].scrollHeight > document.documentElement.clientHeight;
|
82 |
-
this.$element.css({
|
83 |
-
paddingLeft: !this.bodyIsOverflowing && t ? this.scrollbarWidth : "",
|
84 |
-
paddingRight: this.bodyIsOverflowing && !t ? this.scrollbarWidth : ""
|
85 |
-
})
|
86 |
-
}, e.prototype.resetAdjustments = function () {
|
87 |
-
this.$element.css({
|
88 |
-
paddingLeft: "",
|
89 |
-
paddingRight: ""
|
90 |
-
})
|
91 |
-
}, e.prototype.checkScrollbar = function () {
|
92 |
-
var t = window.innerWidth;
|
93 |
-
if (!t) {
|
94 |
-
var e = document.documentElement.getBoundingClientRect();
|
95 |
-
t = e.right - Math.abs(e.left)
|
96 |
-
}
|
97 |
-
this.bodyIsOverflowing = document.body.clientWidth < t, this.scrollbarWidth = this.measureScrollbar()
|
98 |
-
}, e.prototype.setScrollbar = function () {
|
99 |
-
parseInt(this.$body.css("padding-right") || 0, 10);
|
100 |
-
this.originalBodyPad = document.body.style.paddingRight || ""
|
101 |
-
}, e.prototype.resetScrollbar = function () {
|
102 |
-
this.$body.css("padding-right", this.originalBodyPad)
|
103 |
-
}, e.prototype.measureScrollbar = function () {
|
104 |
-
var t = document.createElement("div");
|
105 |
-
t.className = "premium-modal-scrollbar-measure", this.$body.append(t);
|
106 |
-
var e = t.offsetWidth - t.clientWidth;
|
107 |
-
return this.$body[0].removeChild(t), e
|
108 |
-
};
|
109 |
-
var o = t.fn.modal;
|
110 |
-
t.fn.modal = i, t.fn.modal.Constructor = e, t.fn.modal.noConflict = function () {
|
111 |
-
return t.fn.modal = o, this
|
112 |
-
};
|
113 |
-
var s, n = 0;
|
114 |
-
t(document).on("click.bs.modal.data-api", '[data-toggle="premium-modal"]', function (e) {
|
115 |
-
var o = t(this),
|
116 |
-
r = o.attr("href"),
|
117 |
-
a = t(o.attr("data-target") || r && r.replace(/.*(?=#[^\s]+$)/, "")),
|
118 |
-
d = a.data("bs.modal") ? "toggle" : t.extend({
|
119 |
-
remote: !/#/.test(r) && r
|
120 |
-
}, a.data(), o.data());
|
121 |
-
o.is("a") && e.preventDefault(), a.one("show.bs.modal", function (e) {
|
122 |
-
var iFrames = a.find(".soundcloud-iframe");
|
123 |
-
a.find(".soundcloud-iframe").remove();
|
124 |
-
a.find(".premium-modal-box-modal-body").append(iFrames);
|
125 |
-
t(this).find("iframe").each(function (index, elem) {
|
126 |
-
var source = t(elem).attr("src");
|
127 |
-
t(elem).attr("data-src", source);
|
128 |
-
});
|
129 |
-
0 === n && e.isDefaultPrevented() || a.one("hidden.bs.modal", function () {
|
130 |
-
|
131 |
-
t(this).find("iframe").each(function (index, elem) {
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
}(jQuery);
|
1 |
+
if ("undefined" == typeof jQuery) throw new Error("Bootstrap's JavaScript requires jQuery");
|
2 |
+
! function (t) {
|
3 |
+
"use strict";
|
4 |
+
var e = t.fn.jquery.split(" ")[0].split(".");
|
5 |
+
if (e[0] < 2 && e[1] < 9 || 1 == e[0] && 9 == e[1] && e[2] < 1 || e[0] > 3) throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")
|
6 |
+
}(jQuery),
|
7 |
+
function (t) {
|
8 |
+
"use strict";
|
9 |
+
var e = function (e, i) {
|
10 |
+
this.options = i, this.$body = t(document.body), this.$html = t(document.documentElement), this.$element = t(e), this.$dialog = this.$element.find(".premium-modal-box-modal-dialog"), this.$backdrop = null, this.isShown = null, this.originalBodyPad = null, this.scrollbarWidth = 0, this.ignoreBackdropClick = !1, this.options.remote && this.$element.find(".premium-modal-box-modal-content").load(this.options.remote, t.proxy(function () {
|
11 |
+
this.$element.trigger("loaded.bs.modal")
|
12 |
+
}, this))
|
13 |
+
};
|
14 |
+
|
15 |
+
function i(i, o) {
|
16 |
+
return this.each(function () {
|
17 |
+
var s = t(this),
|
18 |
+
n = s.data("bs.modal"),
|
19 |
+
r = t.extend({}, e.DEFAULTS, s.data(), "object" == typeof i && i);
|
20 |
+
n || s.data("bs.modal", n = new e(this, r)), "string" == typeof i ? n[i](o) : r.show && n.show(o)
|
21 |
+
})
|
22 |
+
}
|
23 |
+
e.VERSION = "3.3.7", e.TRANSITION_DURATION = 300, e.BACKDROP_TRANSITION_DURATION = 150, e.DEFAULTS = {
|
24 |
+
backdrop: !0,
|
25 |
+
keyboard: !0,
|
26 |
+
show: !0
|
27 |
+
}, e.prototype.toggle = function (t) {
|
28 |
+
return this.isShown ? this.hide() : this.show(t)
|
29 |
+
}, e.prototype.show = function (e) {
|
30 |
+
var i = this,
|
31 |
+
o = t.Event("show.bs.modal", {
|
32 |
+
relatedTarget: e
|
33 |
+
});
|
34 |
+
this.$element.trigger(o), this.isShown || o.isDefaultPrevented() || (this.isShown = !0, this.checkScrollbar(), this.setScrollbar(), this.$body.addClass("premium-modal-open"), this.$html.addClass("premium-modal-open"), this.escape(), this.resize(), this.$element.on("click.dismiss.bs.modal", '[data-dismiss="premium-modal"]', t.proxy(this.hide, this)), this.$dialog.on("mousedown.dismiss.bs.modal", function () {
|
35 |
+
i.$element.one("mouseup.dismiss.bs.modal", function (e) {
|
36 |
+
t(e.target).is(i.$element) && (i.ignoreBackdropClick = !0)
|
37 |
+
})
|
38 |
+
}), this.backdrop(function () {
|
39 |
+
var o = t.support.transition && i.$element.hasClass("premium-modal-fade");
|
40 |
+
i.$element.parent().length || i.$element.appendTo(i.$body), i.$element.show().scrollTop(0), i.adjustDialog(), o && i.$element[0].offsetWidth, i.$element.addClass("premium-in"), i.enforceFocus();
|
41 |
+
var s = t.Event("shown.bs.modal", {
|
42 |
+
relatedTarget: e
|
43 |
+
});
|
44 |
+
i.$element.trigger("focus").trigger(s)
|
45 |
+
}))
|
46 |
+
}, e.prototype.hide = function (e) {
|
47 |
+
e && e.preventDefault(), e = t.Event("hide.bs.modal"), this.$element.trigger(e), this.isShown && !e.isDefaultPrevented() && (this.isShown = !1, this.escape(), this.resize(), t(document).off("focusin.bs.modal"), this.$element.removeClass("premium-in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"), this.$dialog.off("mousedown.dismiss.bs.modal"), this.hideModal())
|
48 |
+
}, e.prototype.enforceFocus = function () {
|
49 |
+
t(document).off("focusin.bs.modal").on("focusin.bs.modal", t.proxy(function (t) {
|
50 |
+
document === t.target || this.$element[0] === t.target || this.$element.has(t.target).length || this.$element.trigger("focus")
|
51 |
+
}, this))
|
52 |
+
}, e.prototype.escape = function () {
|
53 |
+
this.isShown && this.options.keyboard ? this.$element.on("keydown.dismiss.bs.modal", t.proxy(function (t) {
|
54 |
+
27 == t.which && this.hide()
|
55 |
+
}, this)) : this.isShown || this.$element.off("keydown.dismiss.bs.modal")
|
56 |
+
}, e.prototype.resize = function () {
|
57 |
+
this.isShown ? t(window).on("resize.bs.modal", t.proxy(this.handleUpdate, this)) : t(window).off("resize.bs.modal")
|
58 |
+
}, e.prototype.hideModal = function () {
|
59 |
+
var t = this;
|
60 |
+
this.$element.hide(), this.backdrop(function () {
|
61 |
+
t.$body.removeClass("premium-modal-open"), t.$html.removeClass("premium-modal-open"), t.resetAdjustments(), t.resetScrollbar(), t.$element.trigger("hidden.bs.modal")
|
62 |
+
})
|
63 |
+
}, e.prototype.removeBackdrop = function () {
|
64 |
+
this.$backdrop && this.$backdrop.remove(), this.$backdrop = null
|
65 |
+
}, e.prototype.backdrop = function (e) {
|
66 |
+
var i = this,
|
67 |
+
o = this.$element.hasClass("premium-modal-fade") ? "premium-modal-fade" : "";
|
68 |
+
if (this.isShown && this.options.backdrop) {
|
69 |
+
var s = t.support.transition && o;
|
70 |
+
if (this.$backdrop = t(document.createElement("div")).addClass("premium-modal-backdrop " + o), this.$element.on("click.dismiss.bs.modal", t.proxy(function (t) {
|
71 |
+
this.ignoreBackdropClick ? this.ignoreBackdropClick = !1 : t.target === t.currentTarget && ("static" == this.options.backdrop ? this.$element[0].focus() : this.hide())
|
72 |
+
}, this)), s && this.$backdrop[0].offsetWidth, this.$backdrop.addClass("premium-in"), !e) return;
|
73 |
+
e()
|
74 |
+
} else if (!this.isShown && this.$backdrop) {
|
75 |
+
this.$backdrop.removeClass("premium-in");
|
76 |
+
i.removeBackdrop(), e && e()
|
77 |
+
} else e && e()
|
78 |
+
}, e.prototype.handleUpdate = function () {
|
79 |
+
this.adjustDialog()
|
80 |
+
}, e.prototype.adjustDialog = function () {
|
81 |
+
var t = this.$element[0].scrollHeight > document.documentElement.clientHeight;
|
82 |
+
this.$element.css({
|
83 |
+
paddingLeft: !this.bodyIsOverflowing && t ? this.scrollbarWidth : "",
|
84 |
+
paddingRight: this.bodyIsOverflowing && !t ? this.scrollbarWidth : ""
|
85 |
+
})
|
86 |
+
}, e.prototype.resetAdjustments = function () {
|
87 |
+
this.$element.css({
|
88 |
+
paddingLeft: "",
|
89 |
+
paddingRight: ""
|
90 |
+
})
|
91 |
+
}, e.prototype.checkScrollbar = function () {
|
92 |
+
var t = window.innerWidth;
|
93 |
+
if (!t) {
|
94 |
+
var e = document.documentElement.getBoundingClientRect();
|
95 |
+
t = e.right - Math.abs(e.left)
|
96 |
+
}
|
97 |
+
this.bodyIsOverflowing = document.body.clientWidth < t, this.scrollbarWidth = this.measureScrollbar()
|
98 |
+
}, e.prototype.setScrollbar = function () {
|
99 |
+
parseInt(this.$body.css("padding-right") || 0, 10);
|
100 |
+
this.originalBodyPad = document.body.style.paddingRight || ""
|
101 |
+
}, e.prototype.resetScrollbar = function () {
|
102 |
+
this.$body.css("padding-right", this.originalBodyPad)
|
103 |
+
}, e.prototype.measureScrollbar = function () {
|
104 |
+
var t = document.createElement("div");
|
105 |
+
t.className = "premium-modal-scrollbar-measure", this.$body.append(t);
|
106 |
+
var e = t.offsetWidth - t.clientWidth;
|
107 |
+
return this.$body[0].removeChild(t), e
|
108 |
+
};
|
109 |
+
var o = t.fn.modal;
|
110 |
+
t.fn.modal = i, t.fn.modal.Constructor = e, t.fn.modal.noConflict = function () {
|
111 |
+
return t.fn.modal = o, this
|
112 |
+
};
|
113 |
+
var s, n = 0;
|
114 |
+
t(document).on("click.bs.modal.data-api", '[data-toggle="premium-modal"]', function (e) {
|
115 |
+
var o = t(this),
|
116 |
+
r = o.attr("href"),
|
117 |
+
a = t(o.attr("data-target") || r && r.replace(/.*(?=#[^\s]+$)/, "")),
|
118 |
+
d = a.data("bs.modal") ? "toggle" : t.extend({
|
119 |
+
remote: !/#/.test(r) && r
|
120 |
+
}, a.data(), o.data());
|
121 |
+
o.is("a") && e.preventDefault(), a.one("show.bs.modal", function (e) {
|
122 |
+
var iFrames = a.find(".soundcloud-iframe");
|
123 |
+
a.find(".soundcloud-iframe").remove();
|
124 |
+
a.find(".premium-modal-box-modal-body").append(iFrames);
|
125 |
+
t(this).find("iframe").each(function (index, elem) {
|
126 |
+
var source = t(elem).attr("src");
|
127 |
+
t(elem).attr("data-src", source);
|
128 |
+
});
|
129 |
+
0 === n && e.isDefaultPrevented() || a.one("hidden.bs.modal", function () {
|
130 |
+
|
131 |
+
t(this).find("iframe").each(function (index, elem) {
|
132 |
+
|
133 |
+
var source = null;
|
134 |
+
if (t(elem).closest('.premium-video-box-video-container').length > 0) {
|
135 |
+
source = t(elem).closest('.premium-video-box-video-container').attr("data-src");
|
136 |
+
console.log(source);
|
137 |
+
} else {
|
138 |
+
source = t(elem).attr("data-src");
|
139 |
+
}
|
140 |
+
|
141 |
+
|
142 |
+
t(elem).attr("src", source);
|
143 |
+
});
|
144 |
+
|
145 |
+
//Pause videos on modal close
|
146 |
+
var e = t(this).find(".premium-video-box-container").data("type");
|
147 |
+
|
148 |
+
if (t(this).find("video").length > 0)
|
149 |
+
t(this).find("video").get(0).pause();
|
150 |
+
|
151 |
+
n++;
|
152 |
+
o.is(":visible") && o.trigger("focus")
|
153 |
+
})
|
154 |
+
}), i.call(a, d, this)
|
155 |
+
})
|
156 |
}(jQuery);
|
assets/frontend/js/premium-floating-effects.js
CHANGED
@@ -1,532 +1,520 @@
|
|
1 |
-
(function ($) {
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
var
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
)
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
var
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
filter_arr.push(saturateEffect);
|
521 |
-
}
|
522 |
-
|
523 |
-
//add filter settings to animation settings
|
524 |
-
if (filter_arr.length !== 0) {
|
525 |
-
animeSettings.filter = filter_arr;
|
526 |
-
}
|
527 |
-
|
528 |
-
anime(animeSettings);
|
529 |
-
}
|
530 |
-
};
|
531 |
-
|
532 |
})(jQuery);
|
1 |
+
(function ($) {
|
2 |
+
|
3 |
+
$(window).on('elementor/frontend/init', function () {
|
4 |
+
|
5 |
+
var PremiumFloatingEffectsHandler = function ($scope) {
|
6 |
+
|
7 |
+
if (!$scope.hasClass("premium-floating-effects-yes"))
|
8 |
+
return;
|
9 |
+
|
10 |
+
var target = $scope,
|
11 |
+
widgetId = target.data("model-cid"),
|
12 |
+
settings = {},
|
13 |
+
$widgetContainer = $scope.find('.elementor-widget-container')[0],
|
14 |
+
isInnerSection = $scope.closest('.elementor-section').hasClass('elementor-inner-section'),
|
15 |
+
sectionId = (isInnerSection) ? $scope.closest('.elementor-inner-section').data("model-cid") : $scope.closest('.elementor-top-section').data("model-cid"),
|
16 |
+
colId = (isInnerSection) ? $scope.closest('.elementor-inner-column').data("model-cid") : $scope.closest('.elementor-top-column').data("model-cid"),
|
17 |
+
editMode = elementorFrontend.isEditMode();
|
18 |
+
|
19 |
+
if (editMode) {
|
20 |
+
settings = generateEditorSettings(sectionId);
|
21 |
+
} else {
|
22 |
+
settings = generatePreviewSettings();
|
23 |
+
}
|
24 |
+
|
25 |
+
if (!settings) {
|
26 |
+
return false;
|
27 |
+
}
|
28 |
+
|
29 |
+
applyEffects();
|
30 |
+
|
31 |
+
function generateEditorSettings() {
|
32 |
+
|
33 |
+
var editorElements = null;
|
34 |
+
|
35 |
+
if (!window.elementor.hasOwnProperty("elements")) {
|
36 |
+
return false;
|
37 |
+
}
|
38 |
+
|
39 |
+
editorElements = window.elementor.elements.models;
|
40 |
+
|
41 |
+
if (isInnerSection) {
|
42 |
+
var innerSecInfo = {
|
43 |
+
'col': $scope.closest('.elementor-top-column'),
|
44 |
+
'colId': $scope.closest('.elementor-top-column').data('model-cid'),
|
45 |
+
'sec': $scope.closest('.elementor-top-section'),
|
46 |
+
'secId': $scope.closest('.elementor-top-section').data('model-cid'),
|
47 |
+
},
|
48 |
+
sectionModels = getModelsArray(editorElements, innerSecInfo.secId),
|
49 |
+
columnModels = getModelsArray(sectionModels, innerSecInfo.colId);
|
50 |
+
|
51 |
+
editorElements = columnModels;
|
52 |
+
}
|
53 |
+
|
54 |
+
if (!editorElements) {
|
55 |
+
return false;
|
56 |
+
}
|
57 |
+
|
58 |
+
var cols = getModelsArray(editorElements, sectionId),
|
59 |
+
widgetcol = getModelsArray(cols, colId),
|
60 |
+
widgetData = getWidgetData(widgetcol, widgetId);
|
61 |
+
|
62 |
+
if ('yes' !== widgetData.premium_fe_switcher || 0 === widgetData.length) {
|
63 |
+
return false;
|
64 |
+
}
|
65 |
+
|
66 |
+
var $easing = widgetData.premium_fe_easing;
|
67 |
+
|
68 |
+
if (widgetData.premium_fe_easing === 'steps') {
|
69 |
+
$easing = 'steps(' + widgetData.premium_fe_ease_step + ')';
|
70 |
+
}
|
71 |
+
|
72 |
+
var general_settings = {
|
73 |
+
'target': widgetData.premium_fe_target,
|
74 |
+
'direction': widgetData.premium_fe_direction,
|
75 |
+
'loop': (widgetData.premium_fe_loop === 'default') ? true : widgetData.premium_fe_loop_number,
|
76 |
+
'easing': $easing,
|
77 |
+
};
|
78 |
+
|
79 |
+
settings.general = general_settings;
|
80 |
+
|
81 |
+
if ('yes' === widgetData.premium_fe_translate_switcher) {
|
82 |
+
|
83 |
+
var translate_settings = {
|
84 |
+
'x_param_from': widgetData.premium_fe_Xtranslate.sizes.from,
|
85 |
+
'x_param_to': widgetData.premium_fe_Xtranslate.sizes.to,
|
86 |
+
'y_param_from': widgetData.premium_fe_Ytranslate.sizes.from,
|
87 |
+
'y_param_to': widgetData.premium_fe_Ytranslate.sizes.to,
|
88 |
+
'duration': widgetData.premium_fe_trans_duration.size,
|
89 |
+
'delay': widgetData.premium_fe_trans_delay.size,
|
90 |
+
};
|
91 |
+
|
92 |
+
settings.translate = translate_settings;
|
93 |
+
}
|
94 |
+
|
95 |
+
if ('yes' === widgetData.premium_fe_rotate_switcher) {
|
96 |
+
|
97 |
+
var rotate_settings = {
|
98 |
+
'x_param_from': widgetData.premium_fe_Xrotate.sizes.from,
|
99 |
+
'x_param_to': widgetData.premium_fe_Xrotate.sizes.to,
|
100 |
+
'y_param_from': widgetData.premium_fe_Yrotate.sizes.from,
|
101 |
+
'y_param_to': widgetData.premium_fe_Yrotate.sizes.to,
|
102 |
+
'z_param_from': widgetData.premium_fe_Zrotate.sizes.from,
|
103 |
+
'z_param_to': widgetData.premium_fe_Zrotate.sizes.to,
|
104 |
+
'duration': widgetData.premium_fe_rotate_duration.size,
|
105 |
+
'delay': widgetData.premium_fe_rotate_delay.size,
|
106 |
+
};
|
107 |
+
|
108 |
+
settings.rotate = rotate_settings;
|
109 |
+
}
|
110 |
+
|
111 |
+
if ('yes' === widgetData.premium_fe_scale_switcher) {
|
112 |
+
|
113 |
+
var scale_settings = {
|
114 |
+
'x_param_from': widgetData.premium_fe_Xscale.sizes.from,
|
115 |
+
'x_param_to': widgetData.premium_fe_Xscale.sizes.to,
|
116 |
+
'y_param_from': widgetData.premium_fe_Yscale.sizes.from,
|
117 |
+
'y_param_to': widgetData.premium_fe_Yscale.sizes.to,
|
118 |
+
'duration': widgetData.premium_fe_scale_duration.size,
|
119 |
+
'delay': widgetData.premium_fe_scale_delay.size,
|
120 |
+
};
|
121 |
+
|
122 |
+
settings.scale = scale_settings;
|
123 |
+
}
|
124 |
+
|
125 |
+
if ('yes' === widgetData.premium_fe_skew_switcher) {
|
126 |
+
|
127 |
+
var skew_settings = {
|
128 |
+
'x_param_from': widgetData.premium_fe_Xskew.sizes.from,
|
129 |
+
'x_param_to': widgetData.premium_fe_Xskew.sizes.to,
|
130 |
+
'y_param_from': widgetData.premium_fe_Yskew.sizes.from,
|
131 |
+
'y_param_to': widgetData.premium_fe_Yskew.sizes.to,
|
132 |
+
'duration': widgetData.premium_fe_trans_duration.size,
|
133 |
+
'delay': widgetData.premium_fe_trans_delay.size,
|
134 |
+
};
|
135 |
+
|
136 |
+
settings.skew = skew_settings;
|
137 |
+
}
|
138 |
+
|
139 |
+
if (PremiumFESettings.papro_installed) {
|
140 |
+
if ('yes' === widgetData.premium_fe_opacity_switcher) {
|
141 |
+
|
142 |
+
var opacity_settings = {
|
143 |
+
'from': widgetData.premium_fe_opacity.sizes.from / 100,
|
144 |
+
'to': widgetData.premium_fe_opacity.sizes.to / 100,
|
145 |
+
'duration': widgetData.premium_fe_opacity_duration.size,
|
146 |
+
'delay': widgetData.premium_fe_opacity_delay.size,
|
147 |
+
};
|
148 |
+
|
149 |
+
settings.opacity = opacity_settings;
|
150 |
+
}
|
151 |
+
|
152 |
+
if ('yes' === widgetData.premium_fe_bg_color_switcher) {
|
153 |
+
|
154 |
+
var bg_color_settings = {
|
155 |
+
'from': widgetData.premium_fe_bg_color_from,
|
156 |
+
'to': widgetData.premium_fe_bg_color_to,
|
157 |
+
'duration': widgetData.premium_fe_bg_color_duration.size,
|
158 |
+
'delay': widgetData.premium_fe_bg_color_delay.size,
|
159 |
+
};
|
160 |
+
|
161 |
+
settings.bg_color = bg_color_settings;
|
162 |
+
}
|
163 |
+
|
164 |
+
if ('yes' === widgetData.premium_fe_blur_switcher) {
|
165 |
+
|
166 |
+
var blur_settings = {
|
167 |
+
'from': 'blur(' + widgetData.premium_fe_blur_val.sizes.from + 'px)',
|
168 |
+
'to': 'blur(' + widgetData.premium_fe_blur_val.sizes.to + 'px)',
|
169 |
+
'duration': widgetData.premium_fe_blur_duration.size,
|
170 |
+
'delay': widgetData.premium_fe_blur_delay.size,
|
171 |
+
};
|
172 |
+
|
173 |
+
settings.blur = blur_settings;
|
174 |
+
}
|
175 |
+
|
176 |
+
if ('yes' === widgetData.premium_fe_contrast_switcher) {
|
177 |
+
|
178 |
+
var contrast_settings = {
|
179 |
+
'from': 'contrast(' + widgetData.premium_fe_contrast_val.sizes.from + '%)',
|
180 |
+
'to': 'contrast(' + widgetData.premium_fe_contrast_val.sizes.to + '%)',
|
181 |
+
'duration': widgetData.premium_fe_contrast_duration.size,
|
182 |
+
'delay': widgetData.premium_fe_contrast_delay.size,
|
183 |
+
};
|
184 |
+
|
185 |
+
settings.contrast = contrast_settings;
|
186 |
+
}
|
187 |
+
|
188 |
+
if ('yes' === widgetData.premium_fe_gScale_switcher) {
|
189 |
+
|
190 |
+
var gScale_settings = {
|
191 |
+
'from': 'grayscale(' + widgetData.premium_fe_gScale_val.sizes.from + '%)',
|
192 |
+
'to': 'grayscale(' + widgetData.premium_fe_gScale_val.sizes.to + '%)',
|
193 |
+
'duration': widgetData.premium_fe_gScale_duration.size,
|
194 |
+
'delay': widgetData.premium_fe_gScale_delay.size,
|
195 |
+
};
|
196 |
+
|
197 |
+
settings.gScale = gScale_settings;
|
198 |
+
}
|
199 |
+
|
200 |
+
if ('yes' === widgetData.premium_fe_hue_switcher) {
|
201 |
+
|
202 |
+
var hue_settings = {
|
203 |
+
'from': 'hue-rotate(' + widgetData.premium_fe_hue_val.sizes.from + 'deg)',
|
204 |
+
'to': 'hue-rotate(' + widgetData.premium_fe_hue_val.sizes.to + 'deg)',
|
205 |
+
'duration': widgetData.premium_fe_hue_duration.size,
|
206 |
+
'delay': widgetData.premium_fe_hue_delay.size,
|
207 |
+
};
|
208 |
+
|
209 |
+
settings.hue = hue_settings;
|
210 |
+
}
|
211 |
+
|
212 |
+
if ('yes' === widgetData.premium_fe_brightness_switcher) {
|
213 |
+
|
214 |
+
var brightnses_settings = {
|
215 |
+
'from': 'brightness(' + widgetData.premium_fe_brightness_val.sizes.from + '%)',
|
216 |
+
'to': 'brightness(' + widgetData.premium_fe_brightness_val.sizes.to + '%)',
|
217 |
+
'duration': widgetData.premium_fe_brightness_duration.size,
|
218 |
+
'delay': widgetData.premium_fe_brightness_delay.size,
|
219 |
+
};
|
220 |
+
|
221 |
+
settings.bright = brightnses_settings;
|
222 |
+
}
|
223 |
+
|
224 |
+
if ('yes' === widgetData.premium_fe_saturate_switcher) {
|
225 |
+
|
226 |
+
var saturate_settings = {
|
227 |
+
'from': 'saturate(' + widgetData.premium_fe_saturate_val.sizes.from + '%)',
|
228 |
+
'to': 'saturate(' + widgetData.premium_fe_saturate_val.sizes.to + '%)',
|
229 |
+
'duration': widgetData.premium_fe_saturate_duration.size,
|
230 |
+
'delay': widgetData.premium_fe_saturate_delay.size,
|
231 |
+
};
|
232 |
+
|
233 |
+
settings.saturate = saturate_settings;
|
234 |
+
}
|
235 |
+
|
236 |
+
}
|
237 |
+
|
238 |
+
if (0 !== Object.keys(settings).length) {
|
239 |
+
return settings;
|
240 |
+
}
|
241 |
+
|
242 |
+
return false;
|
243 |
+
}
|
244 |
+
|
245 |
+
/**
|
246 |
+
* @param array $arr array to search in
|
247 |
+
* @param string $index model-cid to match
|
248 |
+
*
|
249 |
+
* @return Array contains section models aka cols
|
250 |
+
*/
|
251 |
+
function getModelsArray($arr, $index) {
|
252 |
+
var widgetIndex = $arr.findIndex(function (element) {
|
253 |
+
return (element.cid == $index);
|
254 |
+
});
|
255 |
+
|
256 |
+
return $arr[widgetIndex].attributes.elements.models;
|
257 |
+
}
|
258 |
+
|
259 |
+
/**
|
260 |
+
* @param array $arr
|
261 |
+
* @param string $index
|
262 |
+
*
|
263 |
+
* @return object contains widget settings
|
264 |
+
*/
|
265 |
+
function getWidgetData($arr, $index) {
|
266 |
+
|
267 |
+
var widgetIndex = $arr.findIndex(function (element) {
|
268 |
+
return (element.cid === $index);
|
269 |
+
});
|
270 |
+
|
271 |
+
return $arr[widgetIndex].attributes.settings.attributes;
|
272 |
+
}
|
273 |
+
|
274 |
+
function generatePreviewSettings() {
|
275 |
+
|
276 |
+
var generalSettings = target.data("general_settings");
|
277 |
+
|
278 |
+
var effectSettings = {
|
279 |
+
translateSettings: target.data("translate_effect"),
|
280 |
+
rotateSettings: target.data("rotate_effect"),
|
281 |
+
scaleSettings: target.data("scale_effect"),
|
282 |
+
skewSettings: target.data("skew_effect"),
|
283 |
+
opacitySettings: target.data("opacity_effect"),
|
284 |
+
bgColorSettings: target.data("bg_color_effect"),
|
285 |
+
bRadiusSettings: target.data("b_radius_effect"),
|
286 |
+
hueSettings: target.data("hue_effect"),
|
287 |
+
gScaleSettings: target.data("gray_effect"),
|
288 |
+
contrastSettings: target.data("contrast_effect"),
|
289 |
+
blurSettings: target.data("blur_effect"),
|
290 |
+
brightSettings: target.data("brightness_effect"),
|
291 |
+
saturateSettings: target.data("saturate_effect")
|
292 |
+
}
|
293 |
+
|
294 |
+
//make sure that at least 1 setting exists
|
295 |
+
var settingVals = Object.values(effectSettings);
|
296 |
+
|
297 |
+
var safe = settingVals.findIndex(function (element) {
|
298 |
+
return (element !== undefined);
|
299 |
+
});
|
300 |
+
|
301 |
+
if (-1 === safe) {
|
302 |
+
return false;
|
303 |
+
}
|
304 |
+
|
305 |
+
settings.general = generalSettings;
|
306 |
+
settings.translate = effectSettings.translateSettings;
|
307 |
+
settings.rotate = effectSettings.rotateSettings;
|
308 |
+
settings.scale = effectSettings.scaleSettings;
|
309 |
+
settings.skew = effectSettings.skewSettings;
|
310 |
+
settings.opacity = effectSettings.opacitySettings;
|
311 |
+
settings.bg_color = effectSettings.bgColorSettings;
|
312 |
+
settings.blur = effectSettings.blurSettings;
|
313 |
+
settings.hue = effectSettings.hueSettings;
|
314 |
+
settings.gScale = effectSettings.gScaleSettings;
|
315 |
+
settings.contrast = effectSettings.contrastSettings;
|
316 |
+
settings.bright = effectSettings.brightSettings;
|
317 |
+
settings.saturate = effectSettings.saturateSettings;
|
318 |
+
|
319 |
+
if (0 !== Object.keys(settings).length) {
|
320 |
+
return settings;
|
321 |
+
}
|
322 |
+
}
|
323 |
+
|
324 |
+
function applyEffects() {
|
325 |
+
|
326 |
+
//If the selector does not exists in the current widget, then search in the whole page.
|
327 |
+
if (settings.general.target) {
|
328 |
+
var targetSelector = settings.general.target;
|
329 |
+
|
330 |
+
$widgetContainer = target.find(targetSelector).length > 0 ? '.elementor-element-' + target.data('id') + ' ' + targetSelector : targetSelector;
|
331 |
+
}
|
332 |
+
|
333 |
+
var animeSettings = {
|
334 |
+
targets: $widgetContainer,
|
335 |
+
loop: settings.general.loop,
|
336 |
+
direction: settings.general.direction,
|
337 |
+
easing: settings.general.easing,
|
338 |
+
};
|
339 |
+
|
340 |
+
if (settings.translate) {
|
341 |
+
var data = settings.translate;
|
342 |
+
x_translate = {
|
343 |
+
value: [data.x_param_from || 0, data.x_param_to || 0],
|
344 |
+
duration: data.duration,
|
345 |
+
delay: data.delay || 0
|
346 |
+
}
|
347 |
+
|
348 |
+
y_translate = {
|
349 |
+
value: [data.y_param_from || 0, data.y_param_to || 0],
|
350 |
+
duration: data.duration,
|
351 |
+
delay: data.delay || 0,
|
352 |
+
}
|
353 |
+
|
354 |
+
animeSettings.translateX = x_translate;
|
355 |
+
animeSettings.translateY = y_translate;
|
356 |
+
}
|
357 |
+
|
358 |
+
if (settings.rotate) {
|
359 |
+
var data = settings.rotate;
|
360 |
+
x_rotate = {
|
361 |
+
duration: data.duration,
|
362 |
+
delay: data.delay || 0,
|
363 |
+
value: [data.x_param_from || 0, data.x_param_to || 0],
|
364 |
+
}
|
365 |
+
|
366 |
+
y_rotate = {
|
367 |
+
duration: data.duration,
|
368 |
+
delay: data.delay || 0,
|
369 |
+
value: [data.y_param_from || 0, data.y_param_to || 0],
|
370 |
+
}
|
371 |
+
|
372 |
+
z_rotate = {
|
373 |
+
duration: data.duration,
|
374 |
+
delay: data.delay || 0,
|
375 |
+
value: [data.z_param_from || 0, data.z_param_to || 0],
|
376 |
+
}
|
377 |
+
|
378 |
+
animeSettings.rotateX = x_rotate;
|
379 |
+
animeSettings.rotateY = y_rotate;
|
380 |
+
animeSettings.rotateZ = z_rotate;
|
381 |
+
}
|
382 |
+
|
383 |
+
if (settings.scale) {
|
384 |
+
var data = settings.scale;
|
385 |
+
x_scale = {
|
386 |
+
value: [data.x_param_from || 0, data.x_param_to || 0],
|
387 |
+
duration: data.duration,
|
388 |
+
delay: data.delay || 0
|
389 |
+
}
|
390 |
+
|
391 |
+
y_scale = {
|
392 |
+
value: [data.y_param_from || 0, data.y_param_to || 0],
|
393 |
+
duration: data.duration,
|
394 |
+
delay: data.delay || 0,
|
395 |
+
}
|
396 |
+
|
397 |
+
animeSettings.scaleX = x_scale;
|
398 |
+
animeSettings.scaleY = y_scale;
|
399 |
+
}
|
400 |
+
|
401 |
+
if (settings.skew) {
|
402 |
+
var data = settings.skew;
|
403 |
+
x_skew = {
|
404 |
+
value: [data.x_param_from || 0, data.x_param_to || 0],
|
405 |
+
duration: data.duration,
|
406 |
+
delay: data.delay || 0
|
407 |
+
}
|
408 |
+
|
409 |
+
y_skew = {
|
410 |
+
value: [data.y_param_from || 0, data.y_param_to || 0],
|
411 |
+
duration: data.duration,
|
412 |
+
delay: data.delay || 0,
|
413 |
+
}
|
414 |
+
|
415 |
+
animeSettings.skewX = x_skew;
|
416 |
+
animeSettings.skewY = y_skew;
|
417 |
+
}
|
418 |
+
|
419 |
+
if (settings.opacity) {
|
420 |
+
var data = settings.opacity;
|
421 |
+
|
422 |
+
animeSettings.opacity = {
|
423 |
+
value: [data.from || 0, data.to || 0],
|
424 |
+
duration: data.duration,
|
425 |
+
delay: data.delay || 0
|
426 |
+
};
|
427 |
+
}
|
428 |
+
|
429 |
+
if (settings.bg_color) {
|
430 |
+
var data = settings.bg_color;
|
431 |
+
|
432 |
+
animeSettings.backgroundColor = {
|
433 |
+
value: [data.from || 0, data.to || 0],
|
434 |
+
duration: data.duration,
|
435 |
+
delay: data.delay || 0
|
436 |
+
};
|
437 |
+
}
|
438 |
+
|
439 |
+
var filter_arr = [];
|
440 |
+
|
441 |
+
if (settings.blur) {
|
442 |
+
var data = settings.blur,
|
443 |
+
blurEffect = {
|
444 |
+
value: [data.from || 0, data.to || 0],
|
445 |
+
duration: data.duration,
|
446 |
+
delay: data.delay || 0
|
447 |
+
};
|
448 |
+
|
449 |
+
filter_arr.push(blurEffect);
|
450 |
+
}
|
451 |
+
|
452 |
+
if (settings.gScale) {
|
453 |
+
var data = settings.gScale,
|
454 |
+
gscaleEffect = {
|
455 |
+
value: [data.from || 0, data.to || 0],
|
456 |
+
duration: data.duration,
|
457 |
+
delay: data.delay || 0
|
458 |
+
};
|
459 |
+
|
460 |
+
filter_arr.push(gscaleEffect);
|
461 |
+
}
|
462 |
+
|
463 |
+
if (settings.hue) {
|
464 |
+
var data = settings.hue,
|
465 |
+
hueEffect = {
|
466 |
+
value: [data.from || 0, data.to || 0],
|
467 |
+
duration: data.duration,
|
468 |
+
delay: data.delay || 0
|
469 |
+
};
|
470 |
+
|
471 |
+
filter_arr.push(hueEffect);
|
472 |
+
}
|
473 |
+
|
474 |
+
if (settings.contrast) {
|
475 |
+
var data = settings.contrast,
|
476 |
+
conEffect = {
|
477 |
+
value: [data.from || 0, data.to || 0],
|
478 |
+
duration: data.duration,
|
479 |
+
delay: data.delay || 0
|
480 |
+
};
|
481 |
+
|
482 |
+
filter_arr.push(conEffect);
|
483 |
+
}
|
484 |
+
|
485 |
+
if (settings.bright) {
|
486 |
+
var data = settings.bright,
|
487 |
+
brightness = {
|
488 |
+
value: [data.from || 0, data.to || 0],
|
489 |
+
duration: data.duration,
|
490 |
+
delay: data.delay || 0
|
491 |
+
};
|
492 |
+
|
493 |
+
filter_arr.push(brightness);
|
494 |
+
}
|
495 |
+
|
496 |
+
if (settings.saturate) {
|
497 |
+
var data = settings.saturate,
|
498 |
+
saturateEffect = {
|
499 |
+
value: [data.from || 0, data.to || 0],
|
500 |
+
duration: data.duration,
|
501 |
+
delay: data.delay || 0
|
502 |
+
};
|
503 |
+
|
504 |
+
filter_arr.push(saturateEffect);
|
505 |
+
}
|
506 |
+
|
507 |
+
//add filter settings to animation settings
|
508 |
+
if (filter_arr.length !== 0) {
|
509 |
+
animeSettings.filter = filter_arr;
|
510 |
+
}
|
511 |
+
|
512 |
+
anime(animeSettings);
|
513 |
+
}
|
514 |
+
};
|
515 |
+
|
516 |
+
elementorFrontend.hooks.addAction("frontend/element_ready/widget", PremiumFloatingEffectsHandler);
|
517 |
+
|
518 |
+
});
|
519 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
})(jQuery);
|
assets/frontend/min-css/premium-addons-rtl.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@font-face{font-family:pa-elements;src:url(../../editor/fonts/pa-elements.eot?9e1efm);src:url(../../editor/fonts/pa-elements.eot?9e1efm#iefix) format("embedded-opentype"),url(../../editor/fonts/pa-elements.ttf?9e1efm) format("truetype"),url(../../editor/fonts/pa-elements.woff?9e1efm) format("woff"),url(../../editor/fonts/pa-elements.svg?9e1efm#pa-elements) format("svg");font-weight:400;font-style:normal}.premium-banner{overflow:hidden}.premium-banner-ib{display:block;position:relative}.premium-banner-ib img{display:block;position:relative}.premium-banner-img-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.premium-banner-img-wrap .premium-banner-ib-img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.premium-banner-ib{z-index:1;overflow:hidden;margin:0 0 35px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.premium-banner-ib-desc .premium-banner-read-more{z-index:100}.premium-banner-ib,.wpb_column>.wpb_wrapper .premium-banner-ib{margin-bottom:0}.elementor-widget-premium-addon-banner .premium-banner-ib-title{background:0 0}.premium-banner-ib *,.premium-banner-ib .premium-banner-ib-desc{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.premium-banner-ib img{min-width:100%;max-width:100%;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-ib .premium-banner-ib-desc{padding:15px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;right:0;width:100%;height:100%}.premium-banner-ib .premium-banner-ib-link{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.premium-banner-ib a.premium-banner-ib-link{display:block;background:100% 0}.premium-banner-animation1 img{width:-webkit-calc(100% + 50px)!important;width:calc(100% + 50px)!important;max-width:-webkit-calc(100% + 50px)!important;max-width:calc(100% + 50px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(40px,0,0);transform:translate3d(40px,0,0)}.premium-banner-animation2 .premium-banner-ib-title{padding:15px}.premium-banner-animation1 .premium-banner-ib-desc{top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:right}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-ib-title,.premium-banner-animation1 .premium-banner-read-more{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-read-more{margin-top:10px;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-read-more{opacity:1;-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-ib-title,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1.active img,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-ib-title,.premium-banner-animation1:hover .premium-banner-read-more,.premium-banner-animation1:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.scale img,.premium-banner-animation1.zoomout img{-webkit-transform:translate3d(40px,0,0) scale(1.1);transform:translate3d(40px,0,0) scale(1.1)}.premium-banner-ib.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-banner-ib.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-banner-ib.sepia:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-banner-ib.bright:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-banner-animation1.premium-banner-min-height img,.premium-banner-animation13.premium-banner-min-height img,.premium-banner-animation2.premium-banner-min-height img,.premium-banner-animation4.premium-banner-min-height img,.premium-banner-animation5.premium-banner-min-height img,.premium-banner-animation6.premium-banner-min-height img{height:auto}.premium-banner-animation2 img{width:100%}.premium-banner-animation2 .premium-banner-ib-desc::before{position:absolute;content:"";top:0;right:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.premium-banner-animation2 .premium-banner-ib-title{position:absolute;top:50%;right:0;width:100%;-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-ib-desc::before,.premium-banner-animation2 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-read-more{position:absolute;bottom:0;right:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.premium-banner-animation2.active .premium-banner-ib-title,.premium-banner-animation2:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}.premium-banner-animation2.active .premium-banner-ib-desc::before,.premium-banner-animation2.active .premium-banner-read-more,.premium-banner-animation2:hover .premium-banner-ib-desc::before,.premium-banner-animation2:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation2.active .premium-banner-ib-content,.premium-banner-animation2:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-title{position:absolute;bottom:0;right:0;padding:15px;width:100%;text-align:right;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-desc::before,.premium-banner-animation3 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation3.active .premium-banner-ib-desc::before,.premium-banner-animation3.active .premium-banner-ib-title,.premium-banner-animation3:hover .premium-banner-ib-desc::before,.premium-banner-animation3:hover .premium-banner-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation3 .premium-banner-ib-content{max-height:-webkit-calc(100% - 60px - 1.5em);max-height:calc(100% - 60px - 1.5em);overflow:hidden}.premium-banner-animation4 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.premium-banner-animation4 .premium-banner-ib-desc{padding:30px}.premium-banner-animation4 .premium-banner-ib-desc::after{position:absolute;content:"";opacity:0}.premium-banner-animation4 .premium-banner-ib-desc::before{position:absolute;content:"";opacity:0;top:50px;left:30px;bottom:50px;right:30px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-banner-animation4 .premium-banner-ib-desc::after{top:30px;left:50px;bottom:30px;right:50px;border-left:1px solid #fff;border-right:1px solid #fff;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-banner-animation4 .premium-banner-ib-title{padding:50px 30px 0 30px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{padding:10px 30px;opacity:0;overflow:hidden;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.premium-banner-animation4 .premium-banner-ib-title,.premium-banner-animation4 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.premium-banner-animation4.scale img,.premium-banner-animation4.zoomout img{-webkit-transform:translate3d(30px,0,0) scale(1.1);transform:translate3d(30px,0,0) scale(1.1)}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-desc::after,.premium-banner-animation4 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4.active .premium-banner-ib-desc::after,.premium-banner-animation4.active .premium-banner-ib-desc::before,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation4.active .premium-banner-ib-content,.premium-banner-animation4.active .premium-banner-ib-title,.premium-banner-animation4.active .premium-banner-read-more,.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation5 .premium-banner-ib-desc{top:auto;bottom:0;padding:15px;height:auto;background:#f2f2f2;color:#3c4a50;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation5 .premium-banner-ib-content{position:absolute;top:auto;bottom:100%;right:0;width:100%;padding:15px;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-animation5 .premium-banner-ib-title,.premium-banner-animation5 .premium-banner-read-more{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);text-align:center}.premium-banner-animation5 .premium-banner-ib-title{margin:10px 0}.premium-banner-animation5.active .premium-banner-ib-content,.premium-banner-animation5.active .premium-banner-ib-content *,.premium-banner-animation5:hover .premium-banner-ib-content,.premium-banner-animation5:hover .premium-banner-ib-content *{opacity:1!important;z-index:99!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.premium-banner-animation5.active .premium-banner-ib-desc,.premium-banner-animation5.active .premium-banner-ib-title,.premium-banner-animation5.active .premium-banner-read-more,.premium-banner-animation5:hover .premium-banner-ib-desc,.premium-banner-animation5:hover .premium-banner-ib-title,.premium-banner-animation5:hover .premium-banner-read-more{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-banner-animation5:hover .premium-banner-ib-title{-webkit-transition-delay:50ms;transition-delay:50ms}.premium-banner-animation5 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation2 img,.premium-banner-animation4 img,.premium-banner-animation6 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation5.scale img,.premium-banner-animation5.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.scale img,.premium-banner-animation2.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation6.scale img,.premium-banner-animation6.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomin:hover img,.premium-banner-animation5.zoomin:hover img,.premium-banner-animation6.zoomin:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomout:hover img,.premium-banner-animation5.zoomout:hover img,.premium-banner-animation6.zoomout:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation2.scale:hover img,.premium-banner-animation5.scale:hover img,.premium-banner-animation6.scale:hover img{-webkit-transform:scale(1.2) rotate(-5deg);-ms-transform:scale(1.2) rotate(-5deg);transform:scale(1.2) rotate(-5deg)}.premium-banner-animation2.grayscale:hover img,.premium-banner-animation5.grayscale:hover img,.premium-banner-animation6.grayscale:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation2.blur:hover img,.premium-banner-animation5.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6 .premium-banner-ib-desc{padding:45px}.premium-banner-animation6 .premium-banner-ib-desc::before{position:absolute;content:"";top:30px;left:30px;bottom:30px;right:30px;border:1px solid #fff}.premium-banner-animation6 .premium-banner-ib-title{margin:20px 0 10px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation6 .premium-banner-ib-content,.premium-banner-animation6 .premium-banner-ib-desc::before,.premium-banner-animation6 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-banner-animation6 .premium-banner-read-more{margin-top:10px}.premium-banner-animation6.active .premium-banner-ib-title,.premium-banner-animation6:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation6.active .premium-banner-ib-content,.premium-banner-animation6.active .premium-banner-ib-desc::before,.premium-banner-animation6.active .premium-banner-read-more,.premium-banner-animation6:hover .premium-banner-ib-content,.premium-banner-animation6:hover .premium-banner-ib-desc::before,.premium-banner-animation6:hover .premium-banner-read-more{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation12 .premium-banner-ib-desc::after{position:absolute;content:"";left:30px;bottom:30px;right:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.premium-banner-animation12.active .premium-banner-ib-desc::after,.premium-banner-animation12:hover .premium-banner-ib-desc::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation12 .premium-banner-ib-desc{padding:45px;text-align:right}.premium-banner-animation12 .premium-banner-ib-content{position:absolute;left:60px;bottom:60px;right:60px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.premium-banner-animation12.active .premium-banner-ib-content,.premium-banner-animation12:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-banner-animation13.scale img,.premium-banner-animation13.zoomout img{-webkit-transform:translate3d(10px,0,0) scale(1.1);transform:translate3d(10px,0,0) scale(1.1)}.premium-banner-animation13.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.none:hover img,.premium-banner-animation4.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.zoomin:hover img,.premium-banner-animation10.zoomin:hover img,.premium-banner-animation11.zoomin:hover img,.premium-banner-animation13.zoomin:hover img,.premium-banner-animation4.zoomin:hover img,.premium-banner-animation7.zoomin:hover img,.premium-banner-animation8.zoomin:hover img,.premium-banner-animation9.zoomin:hover img{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}.premium-banner-animation1.zoomout:hover img,.premium-banner-animation10.zoomout:hover img,.premium-banner-animation11.zoomout:hover img,.premium-banner-animation13.zoomout:hover img,.premium-banner-animation4.zoomout:hover img,.premium-banner-animation7.zoomout:hover img,.premium-banner-animation8.zoomout:hover img,.premium-banner-animation9.zoomout:hover img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.premium-banner-animation1.scale:hover img,.premium-banner-animation10.scale:hover img,.premium-banner-animation11.scale:hover img,.premium-banner-animation13.scale:hover img,.premium-banner-animation4.scale:hover img,.premium-banner-animation7.scale:hover img,.premium-banner-animation8.scale:hover img,.premium-banner-animation9.scale:hover img{-webkit-transform:translate3d(0,0,0) scale(1.2) rotate(-5deg);transform:translate3d(0,0,0) scale(1.2) rotate(-5deg)}.premium-banner-animation1.grayscale:hover img,.premium-banner-animation10.grayscale:hover img,.premium-banner-animation11.grayscale:hover img,.premium-banner-animation13.grayscale:hover img,.premium-banner-animation4.grayscale:hover img,.premium-banner-animation7.grayscale:hover img,.premium-banner-animation8.grayscale:hover img,.premium-banner-animation9.grayscale:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation1.blur:hover img,.premium-banner-animation10.blur:hover img,.premium-banner-animation11.blur:hover img,.premium-banner-animation13.blur:hover img,.premium-banner-animation4.blur:hover,.premium-banner-animation7.blur:hover img,.premium-banner-animation8.blur:hover img,.premium-banner-animation9.blur:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation13 .premium-banner-ib-desc{text-align:right}.premium-banner-animation13 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 10px}.premium-banner-animation13 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;right:0;width:100%;height:2px;background:#fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(101%,0,0);transform:translate3d(101%,0,0)}.premium-banner-animation13.active .premium-banner-ib-title::after,.premium-banner-animation13:hover .premium-banner-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 .premium-banner-ib-content,.premium-banner-animation13 .premium-banner-read-more{padding:15px 0;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.premium-banner-animation13.active .premium-banner-ib-content,.premium-banner-animation13.active .premium-banner-read-more,.premium-banner-animation13:hover .premium-banner-ib-content,.premium-banner-animation13:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size{right:50%;width:auto!important;height:100%;max-width:none;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.premium-banner-ib img{border:none;padding:0;margin:0}.premium-banner-animation7 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.premium-banner-animation7 .premium-banner-brlr{width:7px}.premium-banner-animation7 .premium-banner-brtb{height:7px}.premium-banner-animation7 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation7 .premium-banner-bleft{right:30px;top:-webkit-calc(100% - 150px);top:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bright{left:30px;bottom:-webkit-calc(100% - 150px);bottom:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bottom{left:-webkit-calc(100% - 150px);left:calc(100% - 150px);bottom:30px;width:0}.premium-banner-animation7 .premium-banner-btop{right:-webkit-calc(100% - 150px);right:calc(100% - 150px);top:30px;width:0}.premium-banner-animation7 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation7 .premium-banner-ib-title{margin-top:0}.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.premium-banner-animation7.scale img,.premium-banner-animation7.zoomout img{-webkit-transform:translate3d(30px,0,0) scale(1.1);transform:translate3d(30px,0,0) scale(1.1)}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-read-more{margin-top:10px}.premium-banner-animation7 .premium-banner-ib-desc::after,.premium-banner-animation7 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7.active .premium-banner-ib-content,.premium-banner-animation7.active .premium-banner-ib-title,.premium-banner-animation7.active .premium-banner-read-more,.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation7.active .premium-banner-bleft,.premium-banner-animation7:hover .premium-banner-bleft{top:30px;height:70px}.premium-banner-animation7.active .premium-banner-bright,.premium-banner-animation7:hover .premium-banner-bright{bottom:30px;height:70px}.premium-banner-animation7.active .premium-banner-bottom,.premium-banner-animation7:hover .premium-banner-bottom{left:30px;width:70px}.premium-banner-animation7.active .premium-banner-btop,.premium-banner-animation7:hover .premium-banner-btop{right:30px;width:70px}.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more,.premium-banner-animation7:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation8 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.premium-banner-animation8 .premium-banner-brlr{width:7px}.premium-banner-animation8 .premium-banner-brtb{height:7px}.premium-banner-animation8 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation8 .premium-banner-bleft{right:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bright{left:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bottom{right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);bottom:30px;width:0}.premium-banner-animation8 .premium-banner-btop{right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);top:30px;width:0}.premium-banner-animation8 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation8 .premium-banner-ib-title{margin-top:0}.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.premium-banner-animation8.scale img,.premium-banner-animation8.zoomout img{-webkit-transform:translate3d(30px,0,0) scale(1.1);transform:translate3d(30px,0,0) scale(1.1)}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-read-more{margin-top:10px}.premium-banner-animation8 .premium-banner-ib-desc::after,.premium-banner-animation8 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;opacity:0}.premium-banner-animation8 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation8.active .premium-banner-ib-content,.premium-banner-animation8.active .premium-banner-ib-title,.premium-banner-animation8.active .premium-banner-read-more,.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation8.active .premium-banner-bleft,.premium-banner-animation8:hover .premium-banner-bleft{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bright,.premium-banner-animation8:hover .premium-banner-bright{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bottom,.premium-banner-animation8:hover .premium-banner-bottom{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-btop,.premium-banner-animation8:hover .premium-banner-btop{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more,.premium-banner-animation8:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation9 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-banner-animation9 .premium-banner-ib-desc{width:100%;height:100%}.premium-banner-animation9 .premium-banner-ib-desc::before{position:absolute;top:50%;right:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-desc::after{position:absolute;top:50%;right:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-title{position:absolute;top:50%;right:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0);margin-top:0;padding:0 10%}.premium-banner-animation9.active .premium-banner-ib-title,.premium-banner-animation9:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-80px,0);transform:translate3d(0,-80px,0)}.premium-banner-animation9 .premium-banner-ib-content,.premium-banner-animation9 .premium-banner-read-more{position:absolute;top:50%;right:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;padding:0 10%;-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0)}.premium-banner-animation9 .premium-banner-read-more{top:75%}.premium-banner-animation9.active .premium-banner-ib-content,.premium-banner-animation9.active .premium-banner-read-more,.premium-banner-animation9:hover .premium-banner-ib-content,.premium-banner-animation9:hover .premium-banner-read-more{-webkit-transform:translate3d(0,45px,0);transform:translate3d(0,45px,0)}.premium-banner-animation9.active .premium-banner-ib-desc::before,.premium-banner-animation9:hover .premium-banner-ib-desc::before{opacity:.5;-webkit-transform:translate3d(50%,-50%,0) rotate(-45deg);transform:translate3d(50%,-50%,0) rotate(-45deg)}.premium-banner-animation9.active .premium-banner-ib-desc::after,.premium-banner-animation9:hover .premium-banner-ib-desc::after{opacity:.5;-webkit-transform:translate3d(50%,-50%,0) rotate(45deg);transform:translate3d(50%,-50%,0) rotate(45deg)}.premium-banner-animation9:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation10 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important}.premium-banner-animation10 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 15px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);margin-bottom:0}.premium-banner-animation10 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;right:0;width:100%;height:3px;background:#fff;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation10.active .premium-banner-ib-title,.premium-banner-animation10:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.active .premium-banner-ib-title::after,.premium-banner-animation10:hover .premium-banner-ib-title::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10 .premium-banner-ib-content,.premium-banner-animation10 .premium-banner-read-more{padding-top:15px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation10 .premium-banner-read-more{padding:0}.premium-banner-animation10.active .premium-banner-ib-content,.premium-banner-animation10.active .premium-banner-read-more,.premium-banner-animation10:hover .premium-banner-ib-content,.premium-banner-animation10:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11{-webkit-transition:-webkit-transform 1s ease-out;transition:-webkit-transform 1s ease-out;transition:transform 1s ease-out;transition:transform 1s ease-out,-webkit-transform 1s ease-out;-webkit-transition-delay:125ms;transition-delay:125ms}.premium-banner-animation11 .premium-banner-ib-desc{position:absolute;z-index:5;-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0);opacity:0;top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left;padding:30px;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}.premium-banner-animation11 img{width:100%;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation11 .premium-banner-ib-title{margin-bottom:10px}.premium-banner-animation11 .premium-banner-gradient{position:absolute;left:0;top:0;right:0;bottom:0}.premium-banner-animation11 .premium-banner-gradient:after,.premium-banner-animation11 .premium-banner-gradient:before{position:absolute;content:"";left:0;top:0;right:0;bottom:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);background-image:-webkit-linear-gradient(-40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:-webkit-linear-gradient(130deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:linear-gradient(-40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);z-index:2}.premium-banner-animation11 .premium-banner-gradient:before{mix-blend-mode:color}.premium-banner-animation11 .premium-banner-gradient:after{mix-blend-mode:multiply}.premium-banner-animation11.active .premium-banner-ib-desc,.premium-banner-animation11:hover .premium-banner-ib-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.active .premium-banner-gradient:after,.premium-banner-animation11.active .premium-banner-gradient:before,.premium-banner-animation11:hover .premium-banner-gradient:after,.premium-banner-animation11:hover .premium-banner-gradient:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.scale img,.premium-banner-animation11.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-countdown{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center}.countdown-row{display:block;text-align:center}.countdown .countdown-section{display:inline-block;max-width:100%;margin-bottom:15px;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.countdown .countdown-section:last-child{margin-left:0}.countdown span.countdown-amount{font-size:70px;line-height:1;padding:40px}.countdown .pre_time-mid{display:block}.premium-countdown-separator-yes .countdown_separator{display:block;margin:0 50px;font-size:30px}.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator{display:none}.side .countdown-section .countdown-period{vertical-align:bottom}.countdown .countdown-section .countdown-period{font-size:17px;line-height:3em}.side .countdown-section .countdown-amount,.side .countdown-section .countdown-period{display:inline-block}.side .countdown-section .countdown-amount{margin-left:5px}.down .countdown-section .countdown-amount,.down .countdown-section .countdown-period{display:block}.premium-countdown-flip .premium-countdown-block{text-align:center;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-countdown-flip .premium-countdown-block:last-child{margin-left:0}.premium-countdown-flip .premium-countdown-label{overflow:hidden;color:#1a1a1a;text-transform:uppercase}.premium-countdown-flip .premium-countdown-figure{position:relative;height:110px;width:100px;line-height:107px;background-color:#fff;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset -2px 4px 0 0 rgba(255,255,255,.08);box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset -2px 4px 0 0 rgba(255,255,255,.08)}.premium-countdown-flip .premium-countdown-figure:last-child{margin-left:0}.premium-countdown-flip .premium-countdown-figure>span{position:absolute;right:0;left:0;margin:auto;font-weight:700}.premium-countdown-flip .premium-countdown-figure .top{z-index:3;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:perspective(200px);transform:perspective(200px);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-countdown-flip .premium-countdown-figure .bottom{z-index:1}.premium-countdown-flip .premium-countdown-figure .bottom::before{content:"";position:absolute;display:block;top:0;right:0;width:100%;height:50%;background-color:rgba(0,0,0,.02)}.premium-countdown-flip .premium-countdown-figure .top-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:4;bottom:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:perspective(200px) rotateX(180deg);transform:perspective(200px) rotateX(180deg)}.premium-countdown-flip .premium-countdown-figure .top-back span{position:absolute;top:-100%;right:0;left:0;margin:auto}.premium-countdown-flip .premium-countdown-figure .bottom-back{z-index:2;top:0}.premium-countdown-flip .premium-countdown-figure .bottom-back span{position:absolute;top:0;right:0;left:0;margin:auto}.premium-countdown-flip .premium-countdown-figure .bottom-back,.premium-countdown-flip .premium-countdown-figure .top,.premium-countdown-flip .premium-countdown-figure .top-back{height:50%;overflow:hidden;background-color:#f7f7f7;-webkit-border-top-right-radius:10px;border-top-right-radius:10px;-webkit-border-top-left-radius:10px;border-top-left-radius:10px}.premium-countdown-flip .premium-countdown-figure .top-back{-webkit-border-bottom-right-radius:10px;border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;border-bottom-left-radius:10px}.premium-countdown-flip .premium-countdown-figure .bottom-back::after,.premium-countdown-flip .premium-countdown-figure .top::after{content:"";position:absolute;z-index:-1;right:0;bottom:0;width:100%;height:100%;border-bottom:1px solid rgba(0,0,0,.1)}.side .premium-countdown-figure,.side .premium-countdown-label{display:inline-block}.side .premium-countdown-figure{margin-left:5px}.down .premium-countdown-figure,.down .premium-countdown-label{display:block}.down .premium-countdown-label{width:100%}.premium-blog-wrap a.carousel-arrow,.premium-carousel-wrapper a.carousel-arrow,.premium-carousel-wrapper a.ver-carousel-arrow,.premium-facebook-feed-wrapper a.carousel-arrow,.premium-fb-rev-container a.carousel-arrow,.premium-hscroll-wrap a.carousel-arrow,.premium-instafeed-container a.carousel-arrow,.premium-persons-container a.carousel-arrow,.premium-tabs-nav-list a.carousel-arrow,.premium-twitter-feed-wrapper a.carousel-arrow{display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;-js-display:flex;display:-webkit-box;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;position:absolute;z-index:99;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;border:none;-webkit-box-shadow:none;box-shadow:none}.premium-carousel-wrapper a.carousel-arrow svg,.premium-carousel-wrapper a.ver-carousel-arrow svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}div[class^=premium-] .slick-arrow i{display:block}.ver-carousel-arrow.carousel-next i{margin-bottom:-3px}.premium-carousel-wrapper a.slick-arrow:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.premium-carousel-wrapper .premium-carousel-content-hidden{visibility:hidden}.premium-blog-wrap a.carousel-arrow,.premium-carousel-wrapper a.carousel-arrow,.premium-facebook-feed-wrapper a.carousel-arrow,.premium-fb-rev-container a.carousel-arrow,.premium-hscroll-wrap a.carousel-arrow,.premium-instafeed-container a.carousel-arrow,.premium-persons-container a.carousel-arrow,.premium-tabs-nav-list a.carousel-arrow,.premium-twitter-feed-wrapper a.carousel-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-carousel-wrapper a.ver-carousel-arrow{right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}a.carousel-arrow.carousel-next{right:-20px}a.carousel-arrow.carousel-prev{left:-20px}a.ver-carousel-arrow.carousel-next{bottom:-56px}a.ver-carousel-arrow.carousel-prev{top:-45px}a.circle-bg{-webkit-border-radius:100%;border-radius:100%}a.circle-border{-webkit-border-radius:100%;border-radius:100%;border:solid #000}a.square-border{border:solid #000}.premium-blog-wrap ul.slick-dots,.premium-carousel-dots-below,.premium-fb-rev-reviews ul.slick-dots{position:relative;bottom:0;list-style:none;text-align:center;margin:0;padding:0}.premium-carousel-dots-above ul.slick-dots{position:absolute;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;-js-display:flex;display:-webkit-box;display:-moz-box;display:flex;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.slick-dots li{font-size:10px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;-js-display:inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:5px;width:20px;height:20px;cursor:pointer}.premium-carousel-wrapper .premium-carousel-nav-arrow-next,.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,.premium-carousel-wrapper .premium-carousel-nav-dot{display:none}.premium-carousel-wrapper ul.slick-dots svg{width:20px;height:20px}@-webkit-keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.premium-carousel-ripple-yes .premium-carousel-wrapper{padding-bottom:1px}.premium-carousel-ripple-yes ul.slick-dots li,.premium-carousel-ripple-yes ul.slick-dots li i{position:relative}.premium-carousel-ripple-yes ul.slick-dots li i{z-index:1}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{content:"";position:absolute;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);top:0;left:0;bottom:0;right:0;-webkit-border-radius:50%;border-radius:50%;pointer-events:none;background-color:rgba(0,0,0,.15)}.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before{background-color:rgba(0,0,0,.3)}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{-webkit-animation:hvr-ripple-out 1.3s infinite;animation:hvr-ripple-out 1.3s infinite}.premium-carousel-wrapper.premium-carousel-scale .slick-slide{-webkit-transform:scale(1.25,1.25);-ms-transform:scale(1.25,1.25);transform:scale(1.25,1.25);-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important}.premium-carousel-wrapper.premium-carousel-scale div.slick-active{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}[dir=rtl] .premium-carousel-inner .slick-slide{float:right}.premium-counter-area{padding:10px 0;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-counter-area.top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-counter-area.right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-counter-area.right .premium-counter-icon{padding-right:20px}.premium-counter-area.left .premium-counter-icon{padding-left:20px}.premium-counter-area .premium-counter-icon .icon i.fa:before{vertical-align:text-top}.premium-counter-area .premium-counter-icon span.icon{text-align:center;display:inline-block;vertical-align:middle}.premium-counter-area .premium-counter-icon .circle{-webkit-border-radius:100%;border-radius:100%}.premium-counter-area .premium-counter-icon img,.premium-counter-area .premium-counter-icon svg{width:80px}.premium-counter-area .premium-counter-icon .premium-counter-animation svg{height:80px}.premium-counter-area .premium-counter-title{padding:0;margin:0}.premium-counter-area .premium-counter-value-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-init-wrapper.right{text-align:left}span.icon.flex-width{width:auto!important;height:auto!important}.premium-counter-area .premium-counter-init{font-size:35px}.premium-image-separator-container{position:absolute;width:100%;z-index:2;top:auto}.premium-image-separator-container img{display:inline-block!important;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-image-separator-link{position:absolute;z-index:9999;top:0;right:0;width:100%;height:100%;text-decoration:none}a.premium-image-separator-link:active,a.premium-image-separator-link:focus,a.premium-image-separator-link:hover,a.premium-image-separator-link:visited{-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;border:none!important;text-decoration:none!important}.premium-image-separator-container .img-responsive{display:inline-block}.premium-image-separator-container i,.premium-image-separator-container>svg{padding:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-lower-close,.premium-modal-trigger-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.premium-modal-trigger-btn .premium-modal-box-icon,.premium-modal-trigger-btn>svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-btn>svg{width:30px;height:30px}.premium-modal-box-modal-close{float:left;font-size:21px;font-weight:700;line-height:1;color:#000}.premium-modal-box-modal-close:focus,.premium-modal-box-modal-close:hover{color:#000;text-decoration:none;cursor:pointer}button.premium-modal-box-modal-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.premium-modal-box-modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0;padding:0!important;background:rgba(0,0,0,.5);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-modal-box-modal .premium-modal-box-modal-dialog{position:absolute;max-height:-webkit-calc(100vh - 150px);max-height:calc(100vh - 150px);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0}.premium-modal-box-modal-content{background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;border-radius:6px;outline:0;overflow-x:hidden}.premium-modal-backdrop.premium-in{opacity:.5!important}.premium-modal-fade.premium-in{opacity:1}.premium-modal-backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1040;background-color:#000}.premium-modal-backdrop.premium-modal-fade{opacity:0}.premium-modal-fade{opacity:0}.premium-in{-js-display:flex!important;display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.premium-modal-box-modal-header{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px;border-bottom:1px solid #e5e5e5}.premium-modal-box-modal-header .premium-modal-box-modal-close{margin-top:-2px}.premium-modal-box-modal-header .premium-modal-box-modal-title{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.premium-modal-box-modal-header .premium-modal-box-modal-title svg{width:50px;height:60px}.premium-modal-box-modal-body{position:relative;padding:15px;overflow:hidden}.premium-modal-box-modal-footer{padding:15px;text-align:left;border-top:1px solid #e5e5e5}.premium-modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.premium-modal-trigger-text{background:0 0!important;display:inline-block}.premium-modal-box-container{width:100%!important}.premium-modal-trigger-container .premium-modal-trigger-btn{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-modal-trigger-container .premium-modal-trigger-animation,.premium-modal-trigger-container .premium-modal-trigger-img,.premium-modal-trigger-container .premium-modal-trigger-text{cursor:pointer}.premium-modal-trigger-container .premium-modal-trigger-animation{display:inline-block;width:200px;height:200px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-header img{width:48px;padding-left:5px}.premium-modal-box-modal-header i,.premium-modal-box-modal-header svg{padding-left:6px}.premium-modal-box-modal-close{position:relative;z-index:99}.premium-modal-box-close-button-container,.premium-modal-box-modal-close,.premium-modal-box-modal-lower-close,.premium-modal-trigger-img,.premium-modal-trigger-text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:768px){.premium-modal-box-modal-dialog{width:700px;max-height:600px;overflow:auto}}@media (max-width:767px){.premium-modal-box-modal-dialog{width:100%;max-height:500px;overflow:auto}}.premium-modal-box-container[data-modal-animation*=animated-]{opacity:0}.premium-progressbar-container{position:relative}.premium-progressbar-bar-wrap{position:relative;text-align:right;overflow:hidden;height:25px;margin-bottom:50px;background-color:#f5f5f5;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.premium-progressbar-bar-wrap.premium-progressbar-dots{background-color:transparent;width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-shadow:none;box-shadow:none}.premium-progressbar-bar-wrap .progress-segment{position:relative;width:25px;height:25px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;background-color:#f5f5f5}.premium-progressbar-bar-wrap .progress-segment.filled{background:#6ec1e4}.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child){margin:0 4px}.premium-progressbar-bar-wrap .progress-segment:first-child{margin-left:4px}.premium-progressbar-bar-wrap .progress-segment:last-child{margin-right:4px}.premium-progressbar-bar-wrap .progress-segment .segment-inner{position:absolute;top:0;right:0;height:100%;background-color:#6ec1e4}.premium-progressbar-bar{float:right;width:0%;height:100%;font-size:12px;line-height:20px;background:#6ec1e4;text-align:center;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15)}.premium-progressbar-striped .premium-progressbar-bar{background-image:-webkit-linear-gradient(-135deg,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-image:-webkit-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-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);-webkit-background-size:40px 40px;background-size:40px 40px}.premium-progressbar-active .premium-progressbar-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.premium-progressbar-gradient .premium-progressbar-bar{-webkit-background-size:400% 400%!important;background-size:400% 400%!important;-webkit-animation:progress-bar-gradient 10s ease-in-out infinite;animation:progress-bar-gradient 10s ease-in-out infinite}.premium-progressbar-bar{position:absolute;overflow:hidden;line-height:20px}.premium-progressbar-container .clearfix{clear:both}.premium-progressbar-bar{-webkit-transition:width 0s ease-in-out!important;transition:width 0s ease-in-out!important}.premium-progressbar-container p:first-of-type{margin:0;float:right}.premium-progressbar-container p:nth-of-type(2){margin:0;float:left}.premium-progressbar-name{right:50%;top:0;left:0;-webkit-transform:translateX(12.5px);-ms-transform:translateX(12.5px);transform:translateX(12.5px);z-index:1}.premium-progressbar-multiple-label{position:relative;float:right;width:0;right:50%}.premium-progressbar-center-label{position:relative;white-space:nowrap}.premium-progressbar-arrow{height:15px;right:50%;display:inline-block;border-right:7px solid transparent;border-left:7px solid transparent;border-top:11px solid;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.premium-progressbar-pin{border-right:1px solid;height:12px;right:50%;display:inline-block}.premium-progressbar-circle-wrap{width:200px;height:200px;position:relative;margin:0 auto}.premium-progressbar-circle-wrap .premium-progressbar-circle{position:absolute;top:0;right:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.premium-progressbar-circle-wrap .premium-progressbar-circle div{position:absolute;right:0;top:0;height:100%;width:100%;border-width:6px;border-style:solid;border-color:#54595f;-webkit-border-radius:50%;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);visibility:hidden}.premium-progressbar-circle-wrap .premium-progressbar-circle-base{width:100%;height:100%;border:6px solid #eee;-webkit-border-radius:50%;border-radius:50%}.premium-progressbar-circle-wrap .premium-progressbar-circle-content{position:absolute;top:0;right:0;width:100%;height:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-progressbar-circle-wrap .premium-lottie-animation{line-height:1}@-webkit-keyframes progress-bar-stripes{from{background-position:100% 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:100% 0}to{background-position:40px 0}}@-webkit-keyframes progress-bar-gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}@keyframes progress-bar-gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}.premium-testimonial-box{width:100%;background:0 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial-box .premium-testimonial-author-info{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-testimonial-box .premium-testimonial-company-name,.premium-testimonial-box .premium-testimonial-person-name{font-weight:600;margin:0}.premium-testimonial-container{position:relative}.premium-testimonial-img-wrapper{margin-right:auto;margin-left:auto;overflow:hidden;border-style:solid!important}.premium-testimonial-img-wrapper.circle{-webkit-border-radius:50%;border-radius:50%}.premium-testimonial-img-wrapper.rounded{-webkit-border-radius:15px;border-radius:15px}.premium-testimonial-img-wrapper img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%!important}.premium-testimonial-content-wrapper{position:relative;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;-js-display:flex;display:-webkit-box;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:2;width:100%;padding:20px;text-align:center}.premium-testimonial-clear-float{clear:both}.premium-testimonial-lower-quote,.premium-testimonial-upper-quote{position:absolute;z-index:1}.premium-dual-header-container .premium-dual-header-first-header,.premium-dual-header-container .premium-dual-header-second-header{position:relative;padding:0;margin:0;display:inline-block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.premium-dual-header-first-clip .premium-dual-header-first-span,.premium-dual-header-second-clip{-webkit-text-fill-color:transparent;-webkit-background-clip:text}.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,.premium-dual-header-second-clip.stroke{-webkit-text-stroke-color:transparent;-webkit-text-fill-color:#fafafa;-webkit-text-stroke-width:2px}@media (max-width:500px){.premium-dual-header-container .premium-dual-header-first-header,.premium-dual-header-container .premium-dual-header-second-header{word-wrap:break-word}.premium-dual-header-first-container,.premium-dual-header-second-container{margin:0}}@media (min-width:501px){.premium-dual-header-first-container{margin-left:5px}}.premium-dual-header-first-header.gradient .premium-dual-header-first-span,.premium-dual-header-second-header.gradient{-webkit-background-size:300% 300%!important;background-size:300% 300%!important;-webkit-animation:Gradient 10s ease-in-out infinite;animation:Gradient 10s ease-in-out infinite}@-webkit-keyframes Gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}@keyframes Gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}.premium-title-container{position:relative;width:100%;clear:both;overflow:hidden}.premium-title-container .premium-title-header{position:relative;margin:0;padding:10px}.premium-title-container .premium-title-header:not(.premium-title-style7){-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-title-container .premium-title-header svg{width:40px;height:40px}.premium-title-container .premium-title-header img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.premium-title-container .premium-title-header a{position:absolute;top:0;right:0;width:100%;height:100%}.premium-title-container .premium-lottie-animation{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-icon-row .premium-title-icon{margin-left:10px}.premium-title-icon-row-reverse .premium-title-icon{margin-right:10px}.premium-title-style3,.premium-title-style4{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-style1,.premium-title-style2,.premium-title-style5,.premium-title-style6,.premium-title-style8,.premium-title-style9{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.premium-title-style7{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-title-style7 .premium-title-style7-inner{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-title-style1{border-width:0;border-right:3px solid #6ec1e4}.premium-title-container.style2,.premium-title-container.style4,.premium-title-container.style5,.premium-title-container.style6{border-bottom:3px solid #6ec1e4}.premium-title-style6:before{position:absolute;right:50%;bottom:0;margin-right:-2px;content:"";border:3px solid transparent}.premium-title-style7-stripe-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-style7:before{display:none}.premium-title-style8 .premium-title-text[data-animation=shiny]{-webkit-background-size:125px 125px!important;background-size:125px!important;color:rgba(255,255,255,0);-webkit-background-clip:text!important;background-clip:text!important;-webkit-animation-name:pa-shinny-text!important;animation-name:pa-shinny-text!important;-webkit-animation-duration:var(--animation-speed)!important;animation-duration:var(--animation-speed)!important;-webkit-animation-iteration-count:infinite!important;animation-iteration-count:infinite!important;background:var(--base-color) -webkit-gradient(linear,left top,right top,from(var(--base-color)),to(var(--base-color)),color-stop(.5,var(--shiny-color))) 0 0 no-repeat}.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter{-webkit-animation:pa-blur-shadow 2s 1 alternate;animation:pa-blur-shadow 2s 1 alternate}.premium-title-gradient-yes .premium-title-icon,.premium-title-gradient-yes .premium-title-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(#ffa648),color-stop(#f17cc1),to(#4da9fd));background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}.premium-title-clipped .premium-title-header{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@-webkit-keyframes pa-shinny-text{0%{background-position:100%}100%{background-position:-100%}}@keyframes pa-shinny-text{0%{background-position:100%}100%{background-position:-100%}}@-webkit-keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}@keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span{background:inherit}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;-js-display:inline-flex!important;display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-mask-active.premium-mask-tr .premium-mask-span::after{-webkit-animation:pa-mask-tr 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tr 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateX(-103%);-ms-transform:translateX(-103%);transform:translateX(-103%)}.premium-mask-active.premium-mask-tl .premium-mask-span::after{-webkit-animation:pa-mask-tl 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tl 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateX(103%);-ms-transform:translateX(103%);transform:translateX(103%)}.premium-mask-active.premium-mask-tb .premium-mask-span::after{-webkit-animation:pa-mask-tb 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tb 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateY(-103%);-ms-transform:translateY(-103%);transform:translateY(-103%)}.premium-mask-active.premium-mask-tt .premium-mask-span::after{-webkit-animation:pa-mask-tt 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tt 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateY(103%);-ms-transform:translateY(103%);transform:translateY(103%)}@-webkit-keyframes pa-mask-tr{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(103%);transform:translateX(103%)}}@keyframes pa-mask-tr{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(103%);transform:translateX(103%)}}@-webkit-keyframes pa-mask-tl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-103%);transform:translateX(-103%)}}@keyframes pa-mask-tl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-103%);transform:translateX(-103%)}}@-webkit-keyframes pa-mask-tb{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(103%);transform:translateY(103%)}}@keyframes pa-mask-tb{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(103%);transform:translateY(103%)}}@-webkit-keyframes pa-mask-tt{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-103%);transform:translateY(-103%)}}@keyframes pa-mask-tt{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-103%);transform:translateY(-103%)}}.premium-video-box-transform{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.premium-video-box-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-video-box-container>div{position:relative;overflow:hidden}.pa-aspect-ratio-11 .premium-video-box-container>div{padding-bottom:100%}.pa-aspect-ratio-169 .premium-video-box-container>div{padding-bottom:56.25%}.pa-aspect-ratio-43 .premium-video-box-container>div{padding-bottom:75%}.pa-aspect-ratio-32 .premium-video-box-container>div{padding-bottom:66.6666%}.pa-aspect-ratio-219 .premium-video-box-container>div{padding-bottom:42.8571%}.pa-aspect-ratio-916 .premium-video-box-container>div{padding-bottom:177.8%}.premium-video-box-image-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%;cursor:pointer;margin:auto;-webkit-transition:.2s all;transition:.2s all}.premium-video-box-play-icon-container{position:absolute;z-index:2;cursor:pointer;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);background:rgba(252,252,252,.35)}.premium-video-box-description-container{position:absolute;z-index:2;padding:5px;text-align:center;cursor:pointer;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.premium-video-box-text{margin-bottom:0!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-video-box-play-icon{padding:15px;-webkit-transform:translateX(-4%);-ms-transform:translateX(-4%);transform:translateX(-4%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-video-box-video-container{position:absolute;top:0;right:0;z-index:2;width:100%;height:100%;-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out;overflow:hidden;cursor:pointer}.premium-video-box-container[data-overlay=true][data-type=self] .premium-video-box-video-container{opacity:0;visibility:hidden}.premium-video-box-video-container iframe{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.premium-video-box-video-container video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;background-color:#000;-o-object-fit:contain;object-fit:contain}.premium-video-box-container .premium-video-box-vimeo-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;z-index:3;margin:10px;margin-left:10px;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;margin-left:4.6em}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait{width:60px;height:60px;background:rgba(23,35,34,.75);margin-left:1px;-webkit-box-flex:1;-webkit-flex:1 0 auto;-moz-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:0}.premium-video-box-vimeo-portrait img{width:50px;height:50px;margin:5px;padding:0;border:0;-webkit-border-radius:50%;border-radius:50%}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers{font-size:10px}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title{max-width:100%;font-size:2em!important;font-weight:700;margin:0;padding:.1em .2em;background:rgba(23,35,34,.75);display:inline-block;text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline{font-size:1.2em!important;font-weight:400;color:#fff;margin-top:.1em;padding:.2em .5em;background:rgba(23,35,34,.75);text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-playlist-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-video-box-playlist-container .premium-video-box-container{height:100%;overflow:hidden}.premium-video-box-container:hover .premium-video-box-image-container.zoomin{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.zoomout{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-video-box-container:hover .premium-video-box-image-container.scale{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-video-box-container:hover .premium-video-box-image-container.gray{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-video-box-container:hover .premium-video-box-image-container.blur{-webkit-filter:blur(3px);filter:blur(3px)}.premium-video-box-container:hover .premium-video-box-image-container.sepia{-webkit-filter:sepia(0);filter:sepia(0)}.premium-video-box-container:hover .premium-video-box-image-container.trans{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.bright{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-video-box-image-container.gray{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-video-box-image-container.scale,.premium-video-box-image-container.zoomout{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-video-box-image-container.sepia{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-video-box-image-container.bright{-webkit-filter:brightness(1);filter:brightness(1)}.premium-video-box-image-container.trans{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-video-box-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.premium-video-box-container.premium-video-box-sticky-apply{z-index:99;overflow:unset}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{position:fixed!important;z-index:99999;height:225px;width:400px;background:#fff}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before,.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap{visibility:hidden}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{-webkit-box-shadow:unset;box-shadow:unset}.premium-video-box-sticky-close,.premium-video-box-sticky-infobar{display:none}.premium-video-box-sticky-apply .premium-video-box-sticky-close{position:absolute;padding:5px;cursor:pointer;z-index:99999;height:14px;width:14px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:100%;border-radius:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-video-box-sticky-apply .premium-video-box-play-icon-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-video-box-sticky-apply .premium-video-box-play-icon{-webkit-transition:none;transition:none}.premium-video-box-sticky-apply .premium-video-box-sticky-infobar{display:block;position:relative;top:100%;width:100%;padding:5px;text-align:center;z-index:9999;margin-top:-1px}.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable{cursor:move}.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;top:20px}.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;bottom:20px}.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;top:20px}.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;bottom:20px}.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{bottom:55px}.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;left:-10px}.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;right:-10px}.premium-video-box-filter-sticky{-webkit-filter:none!important;filter:none!important}.premium-blog-thumb-effect-wrapper{position:relative;overflow:hidden}.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link{position:absolute;top:0;right:0;width:100%;height:100%;z-index:2;padding:20px}.premium-blog-bordered-effect .premium-blog-post-link{display:block;height:100%;position:relative}.premium-blog-thumbnail-container{overflow:hidden}.premium-blog-thumbnail-container .below-entry-meta,.premium-blog-thumbnail-container img{width:100%;height:100%;margin:0!important;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-blog-thumb-effect-wrapper .premium-blog-scale-effect img,.premium-blog-thumb-effect-wrapper .premium-blog-zoomout-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-thumb-effect-wrapper .premium-blog-sepia-effect img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-blog-thumb-effect-wrapper .premium-blog-bright-effect img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-blog-thumb-effect-wrapper .premium-blog-trans-effect img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-scale-effect img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-blog-post-outer-container:hover .premium-blog-gray-effect img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-blog-post-outer-container:hover .premium-blog-blur-effect img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-blog-post-outer-container:hover .premium-blog-bright-effect img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-blog-post-outer-container:hover .premium-blog-trans-effect img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-blog-post-container{overflow:hidden}.premium-blog-post-container .premium-blog-inner-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container .premium-blog-post-content{line-height:1.5em;color:#777;font-size:14px;margin-bottom:10px}.premium-blog-post-container .premium-blog-post-link:focus,.premium-blog-post-container .premium-blog-post-link:hover,.premium-blog-post-container ul.post-categories a:focus,.premium-blog-post-container ul.post-categories a:hover{-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important}.premium-blog-post-container .premium-blog-entry-title{font-size:18px;margin-bottom:5px}.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper{position:relative;z-index:3;top:-50px}.premium-blog-post-container .premium-blog-content-wrapper{background-color:#f5f5f5;padding:30px}.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb{top:0}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{position:absolute;content:"";z-index:1;top:50%;right:50%;opacity:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s;height:1px;width:100%;background-color:#fff}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{width:1px;height:100%}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:after{width:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:before{height:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper{margin:0 10px 20px;clear:both}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay{position:absolute;top:0;right:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-side{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container{height:100%}.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.premium-blog-post-container.premium-blog-skin-banner{position:relative}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper{position:absolute;width:100%;bottom:0;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:transparent;z-index:3}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper-inner{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper-inner{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.premium-blog-post-container .premium-blog-cats-container ul.post-categories{margin:0;padding:0;list-style:none;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container .premium-blog-cats-container a{display:block;font-size:12px;color:#fff;background-color:#777;margin:0 0 10px 3px;padding:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-diagonal-container{position:absolute;top:0;right:0;width:100%;height:100%}.premium-blog-diagonal-effect:before{position:absolute;top:0;right:0;width:100%;height:100%;content:" ";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-thumb-effect-wrapper:hover .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-blog-framed-effect{position:absolute;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);height:-webkit-calc(100% - 30px);height:calc(100% - 30px);top:15px;right:15px;opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-thumb-effect-wrapper:hover .premium-blog-framed-effect{opacity:.99;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-bordered-effect{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;padding:15px;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-bordered-effect .premium-blog-post-link:after,.premium-blog-bordered-effect .premium-blog-post-link:before{content:"";display:block;position:absolute;top:0;right:0;width:100%;height:100%;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;-webkit-transition-delay:0s;transition-delay:0s;border-color:rgba(255,255,255,.45)}.premium-blog-bordered-effect .premium-blog-post-link:before{border-left:2px solid;border-right:2px solid;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-blog-bordered-effect .premium-blog-post-link:after{border-top:2px solid;border-bottom:2px solid;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect{opacity:.99}.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:after,.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:before{-webkit-transition-delay:.15s;transition-delay:.15s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-squares-effect,.premium-blog-squares-square-container{position:absolute;top:0;right:0;width:100%;height:100%}.premium-blog-squares-effect:after,.premium-blog-squares-effect:before{position:absolute;content:"";top:0;right:0;width:50%;height:50%;-webkit-transform:translate(100%,-100%);-ms-transform:translate(100%,-100%);transform:translate(100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-squares-square-container:after,.premium-blog-squares-square-container:before{position:absolute;content:"";top:0;right:0;width:50%;height:50%;-webkit-transform:translate(100%,-100%);-ms-transform:translate(100%,-100%);transform:translate(100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-squares-square-container:after,.premium-blog-squares-square-container:before{opacity:.8}.premium-blog-squares-effect:after{-webkit-transform:translate(-200%,200%);-ms-transform:translate(-200%,200%);transform:translate(-200%,200%)}.premium-blog-squares-square-container:before{-webkit-transform:translate(100%,200%);-ms-transform:translate(100%,200%);transform:translate(100%,200%)}.premium-blog-squares-square-container:after{-webkit-transform:translate(-200%,-100%);-ms-transform:translate(-200%,-100%);transform:translate(-200%,-100%)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before{-webkit-transform:translate(0,0) scaleY(1.003) scaleX(1.003);-ms-transform:translate(0,0) scaleY(1.003) scaleX(1.003);transform:translate(0,0) scaleY(1.003) scaleX(1.003)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after{-webkit-transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003);-ms-transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003);transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay{opacity:1}.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-clear-fix{clear:both}.premium-blog-masked .premium-blog-thumbnail-container{position:relative;overflow:visible}.premium-blog-masked .premium-blog-thumbnail-container svg{position:absolute;height:100px;width:100%;bottom:-5px;right:0;fill:#f5f5f5;z-index:99}.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.premium-blog-masked .premium-blog-author-thumbnail,.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper{z-index:999!important}.premium-blog-format-link{padding:5px;line-height:0}.premium-blog-entry-meta{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.premium-blog-entry-meta i{margin-left:3px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-meta-data{display:inline-block}.premium-blog-meta-data .premium-blog-meta-separator{margin:0 5px}.premium-blog-meta-data a,.premium-blog-meta-data span{color:inherit;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-author-thumbnail{position:relative;padding:0 30px;width:100%;top:-10px;height:0;pointer-events:none}.premium-blog-author-thumbnail img{-webkit-border-radius:50%;border-radius:50%;width:60px;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-blog-entry-title a,.premium-blog-post-content .premium-blog-excerpt-link,.premium-blog-post-tags-container a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link{background-color:transparent;color:#54595f;padding:0}.premium-blog-cta-full-yes .premium-blog-excerpt-link{width:100%}.premium-blog-post-tags-container{margin-top:8px;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-post-tags-container a{color:inherit;margin-right:5px}.premium-blog-align-center .post-categories,.premium-blog-align-center .premium-blog-inner-container,.premium-blog-align-center .premium-blog-post-tags-container{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-blog-align-left .premium-blog-post-container .post-categories,.premium-blog-align-left .premium-blog-post-container .premium-blog-inner-container,.premium-blog-align-left .premium-blog-post-container .premium-blog-post-tags-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.premium-blog-align-right .premium-blog-post-container .post-categories,.premium-blog-align-right .premium-blog-post-container .premium-blog-inner-container,.premium-blog-align-right .premium-blog-post-container .premium-blog-post-tags-container{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.premium-blog-pagination-container{text-align:left}.premium-blog-pagination-container span{cursor:default}.premium-blog-pagination-container .page-numbers{display:inline-block;color:#000;line-height:1;font-size:1em;font-weight:400;text-decoration:none;padding:.75em;margin:0 0 .4em .4em;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-blog-wrap .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.2);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;z-index:99}.premium-blog-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-wrap ul.slick-dots{width:100%}.premium-blog-even .premium-blog-post-container{height:100%}.premium-blog-even .slick-track{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-even .slick-slide{height:inherit!important}@media (max-width:768px){.premium-blog-content-wrapper{top:0;margin:0;padding:15px}.premium-blog-thumb-effect-wrapper{margin-bottom:15px}}[dir=rtl] .premium-blog-wrap.slick-slider .slick-list,[dir=rtl] .premium-blog-wrap.slick-slider .slick-track{direction:ltr}.premium-person-container{position:relative}.premium-person-image-container{position:relative;text-align:center;overflow:hidden}.premium-person-image-container .premium-person-image-wrap{overflow:hidden}.premium-person-scale-effect .premium-person-image-container img,.premium-person-zoomout-effect .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-sepia-effect .premium-person-image-container img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-person-bright-effect .premium-person-image-container img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-person-trans-effect .premium-person-image-container img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-person-zoomin-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-zoomout-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-person-scale-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-person-grayscale-effect:hover .premium-person-image-container img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-person-blur-effect:hover .premium-person-image-container img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-person-sepia-effect:hover .premium-person-image-container img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-person-bright-effect:hover .premium-person-image-container img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-person-trans-effect:hover .premium-person-image-container img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-person-container .premium-person-image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-person-style2 .premium-person-social{position:absolute;top:0;right:0;width:100%;height:100%;z-index:2;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:inset 0 0 120px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 120px 0 rgba(0,0,0,.5);-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;opacity:0}.premium-person-style2 .premium-person-image-container:hover .premium-person-social{opacity:1}.premium-person-list-item a{display:inline-block}.premium-person-style2 .premium-person-list-item a{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease-in-out 0s;transition:all .5s ease-in-out 0s}.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-person-info-container{padding:30px 15px}.premium-person-name{margin:0 0 5px;font-weight:700}.premium-person-title{margin:0 0 20px;padding:0}.premium-person-content{margin:0 0 30px}ul.premium-person-social-list{margin:0!important;padding:0}.premium-person-social-list .premium-person-list-item{display:inline;list-style:none}.premium-person-social-list li{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-person-social-list li i{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-person-defaults-yes li.premium-person-facebook:hover a{background-color:#3b5998!important}.premium-person-defaults-yes li.premium-person-twitter:hover a{background-color:#55acee!important}.premium-person-defaults-yes li.premium-person-linkedin:hover a{background-color:#0077b5!important}.premium-person-defaults-yes li.premium-person-google:hover a{background-color:#dc4e41!important}.premium-person-defaults-yes li.premium-person-youtube:hover a{background-color:#b31217!important}.premium-person-defaults-yes li.premium-person-instagram:hover a{background-color:#e4405f!important}.premium-person-defaults-yes li.premium-person-skype:hover a{background-color:#00aff0!important}.premium-person-defaults-yes li.premium-person-pinterest:hover a{background-color:#bd081c!important}.premium-person-defaults-yes li.premium-person-dribbble:hover a{background-color:#ea4c89!important}.premium-person-defaults-yes li.premium-person-mail:hover a{background-color:#b23121!important}.premium-person-defaults-yes li.premium-person-behance:hover a{background-color:#1769ff!important}.premium-person-defaults-yes li.premium-person-whatsapp:hover a{background-color:#25d366!important}.premium-person-defaults-yes li.premium-person-telegram:hover a{background-color:#08c!important}.premium-person-defaults-yes li.premium-person-site:hover a{background-color:#0055a5!important}.premium-person-social-list li:hover a{-webkit-box-shadow:none;box-shadow:none}.premium-person-social-list li a:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.premium-person-social-list li i{font-size:18px}.elementor-widget-premium-addon-person .elementor-widget-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-persons-container.multiple-persons{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.premium-person-style1 .premium-person-container{overflow:hidden}.premium-person-style1 .premium-person-container .premium-person-info{position:absolute;top:auto;left:0;right:0;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-person-style1 .premium-person-container:hover .premium-person-info{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.premium-person-style1 .premium-person-social-list li:hover{bottom:5px}.premium-person-style1.multiple-persons:not([data-persons-equal=yes]){-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.premium-person-style1 .slick-track{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-person-style1 .slick-slide{height:inherit!important}.premium-person-style1.multiple-persons[data-persons-equal=yes] .premium-person-image-container,.premium-person-style1.multiple-persons[data-persons-equal=yes] .premium-person-image-wrap{height:100%}.premium-person-style3 .premium-person-info-container{position:absolute;top:0;right:0;width:100%;height:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.premium-person-style3 .premium-person-title-desc-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.premium-person-style3 .premium-person-name-icons-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.premium-person-style3 .premium-person-title{opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;width:0}.premium-person-style3 .premium-person-title span{display:inline-block}.premium-person-style3 .premium-person-name{padding-right:10px}.premium-person-style3 .premium-person-social-list{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.premium-person-style3 .premium-person-list-item{line-height:0}.premium-person-style3 .premium-person-list-item a{padding:5px 0 0 10px;margin:5px 0}.premium-person-style3 .premium-person-container:hover .premium-person-title{opacity:1}.premium-person-style3 .premium-person-container:hover .premium-person-social-list{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-persons-title-cw .premium-person-title{-webkit-transform:translateX(-15px) rotate(-90deg);-ms-transform:translateX(-15px) rotate(-90deg);transform:translateX(-15px) rotate(-90deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.premium-persons-title-cw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(-90deg);-ms-transform:translateX(0) rotate(-90deg);transform:translateX(0) rotate(-90deg)}.premium-persons-title-ccw .premium-person-title{width:auto;margin-left:20px;-webkit-transform:translateX(-15px) rotate(90deg);-ms-transform:translateX(-15px) rotate(90deg);transform:translateX(-15px) rotate(90deg);-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.premium-persons-title-ccw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(90deg);-ms-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}.premium-fancy-text,.premium-prefix-text,.premium-suffix-text{font-size:40px}.premium-fancy-item-hidden,.premium-fancy-text-wrapper:not(.typing) .premium-fancy-text{opacity:0}.premium-fancy-text-wrapper .premium-fancy-list-items{list-style:none}.premium-fancy-text-wrapper .premium-fancy-text-span-align{vertical-align:top}.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper{margin:0;padding:0;border:none;position:relative}.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items{position:absolute;top:0;left:0;display:inline-block}.premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden{-webkit-animation:pa-zoom-out .8s;animation:pa-zoom-out .8s}.premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible{position:relative!important;-webkit-animation:pa-zoom-in .8s;animation:pa-zoom-in .8s}.premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper{-webkit-perspective:300px;perspective:300px}.premium-fancy-text-wrapper.rotate .premium-fancy-list-items{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:pa-rotate-out 1.2s;animation:pa-rotate-out 1.2s}.premium-fancy-text-wrapper.rotate .premium-fancy-item-visible{position:relative!important;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:pa-rotate-in 1.2s;animation:pa-rotate-in 1.2s}.premium-fancy-text-wrapper.custom .premium-fancy-item-visible{position:relative!important}.premium-fancy-text-wrapper.auto-fade .premium-fancy-text{display:inline-block;width:200px;font-weight:400}.premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text{position:relative;vertical-align:sub}.premium-fancy-text-wrapper.auto-fade g>text{text-anchor:start;shape-rendering:crispEdges;opacity:0;font-size:300px;-webkit-animation-name:pa-auto-fade;animation-name:pa-auto-fade;-moz-animation-name:pa-auto-fade;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(3){-webkit-animation-delay:6s;animation-delay:6s}.premium-fancy-text-wrapper.loading .premium-fancy-text{position:relative}.premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar{position:absolute;width:100%;height:3px;bottom:0;left:0;animation:pa-loading-bar 2.5s ease-out infinite;-webkit-animation:pa-loading-bar 2.5s ease-out infinite}.premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-loading-bar{0%{width:0}100%{width:100}}@keyframes pa-loading-bar{0%{width:0}100%{width:100}}@-webkit-keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}.premium-pricing-table-container{position:relative;overflow:hidden;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pricing-icon-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0}.premium-pricing-icon-container .premium-pricing-icon{display:inline-block}.premium-pricing-icon-container .premium-pricing-image{overflow:hidden}.premium-pricing-icon-container .premium-pricing-image img{width:25px;height:25px;-o-object-fit:cover;object-fit:cover}.premium-badge-left{position:absolute;top:0}.premium-badge-right{position:absolute;top:0;right:0}.premium-badge-left{left:0}.premium-badge-triangle.premium-badge-left .corner{width:0;height:0;border-top:150px solid;border-bottom:150px solid transparent;border-right:150px solid transparent}.premium-badge-triangle.premium-badge-right .corner{width:0;height:0;border-bottom:150px solid transparent;border-right:150px solid;border-left:150px solid transparent}.premium-badge-triangle span{position:absolute;top:35px;width:100px;text-align:center;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);display:block;text-transform:uppercase}.premium-badge-triangle.premium-badge-right span{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:0}.premium-badge-circle{min-width:4em;min-height:4em;line-height:4em;text-align:center;-webkit-border-radius:100%;border-radius:100%;position:absolute;z-index:1}.premium-badge-stripe{position:absolute;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:15em;overflow:hidden;height:15em}.premium-badge-stripe.premium-badge-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-badge-stripe .corner{text-align:center;left:0;width:150%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase}.premium-badge-flag .corner{text-align:center;-webkit-border-radius:4px 4px 0 4px;border-radius:4px 4px 0 4px;padding:3px 15px;position:absolute;top:10%;right:-8px}.premium-badge-flag .corner::after,.premium-badge-flag .corner::before{content:"";display:block;position:absolute;width:0;height:0;top:100%;right:0;border-bottom:8px solid transparent}.elementor-widget-premium-addon-pricing-table .elementor-widget-container{overflow:visible!important}.premium-badge-flag .corner::after{border-left:8px solid rgba(0,0,0,.2)}.premium-pricing-price-currency{position:relative}.premium-pricing-button-container{display:block}.premium-pricing-list{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0}.premium-pricing-list .premium-pricing-list-item{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-pricing-list .premium-pricing-list-item svg{width:50px;height:50px}.premium-pricing-list .premium-pricing-list-item img{width:30px;height:30px;-o-object-fit:cover;object-fit:cover}.premium-pricing-list .premium-pricing-list-span{position:relative}.premium-pricing-list .list-item-tooltip{border-bottom:1px dotted}.premium-pricing-list .premium-pricing-list-tooltip{position:absolute;top:-webkit-calc(100% + 1px);top:calc(100% + 1px);right:0;visibility:hidden;padding:15px 20px;-webkit-border-radius:5px;border-radius:5px;min-width:200px;overflow:hidden;text-align:right;font-size:.8rem;color:#fff;background-color:#aaa}.premium-pricing-features-left .premium-pricing-list-span{text-align:right}.premium-pricing-features-center .premium-pricing-list-span{text-align:center}.premium-pricing-features-right .premium-pricing-list-span{text-align:left}.premium-pricing-list-span:hover .premium-pricing-list-tooltip{z-index:99;visibility:visible;opacity:1}.premium-pricing-slashed-price-value{display:inline-block;font-size:20px;font-weight:400;margin-left:5px}.premium-pricing-price-value{font-size:70px}.premium-pricing-description-container li{list-style-position:inside;text-indent:-40px}@-moz-document url-prefix(){.premium-pricing-description-container li{text-indent:0}}.premium-pricing-price-button{display:block;padding:6px 12px;line-height:1.42857143;text-align:center;color:#fff;background:#6ec1e4;margin-bottom:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-maps-info-container{margin-top:10px;margin-bottom:10px}.premium-maps-info-desc,.premium-maps-info-title{margin:0;padding:0}.premium-maps-container .gm-style-iw{text-align:center;direction:ltr}.premium-maps-container .gm-style img{max-width:none!important}.premium-button{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);cursor:pointer;-webkit-transition:all .2s ease-in-out!important;transition:all .2s ease-in-out!important}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-button svg,.premium-image-button svg{width:30px;height:30px}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}.premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}.premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}.premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}.premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}.premium-button-text{display:inline-block;width:100%}.premium-button-style1,.premium-button-style2,.premium-button-style5,.premium-button-style7{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.15s;transition-duration:.15s}.premium-button-style1:before,.premium-button-style2:before,.premium-button-style5:before{content:"";position:absolute;z-index:-1;top:0;right:0;left:0;bottom:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.premium-button-style5-radialin:before,.premium-button-style5-radialout:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-border-radius:100%;border-radius:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-radialin:before{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.premium-button-style5-rectin:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-button-style5-rectout:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-rectout:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-button-style5-rectin:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-radialout:hover:before{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.premium-button-style5-radialin:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style1-top:before{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-button-style1-right:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.premium-button-style1-left:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.premium-button-style2-scshutoutver:before,.premium-button-style2-shutouthor:before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.premium-button-style2-scshutouthor:before,.premium-button-style2-shutoutver:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.premium-button-style2-shutinhor:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%}.premium-button-style2-shutinver:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%}.premium-button-style1-bottom:hover:before,.premium-button-style1-top:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.premium-button-style1-left:hover:before,.premium-button-style1-right:hover:before,.premium-button-style2-shutouthor:hover:before,.premium-button-style2-shutoutver:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.premium-button-style2-shutinhor:hover:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}.premium-button-style2-shutinver:hover:before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.premium-button-style2-scshutouthor:hover:before{-webkit-transform:scaleX(.9);-ms-transform:scaleX(.9);transform:scaleX(.9)}.premium-button-style2-scshutoutver:hover:before{-webkit-transform:scaleY(.8);-ms-transform:scaleY(.8);transform:scaleY(.8)}.premium-button-style2-dshutinhor:before{top:50%;right:50%;width:120%;height:0%;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:all;transition-property:all}.premium-button-style2-dshutinver:before{top:50%;right:50%;width:120%;height:0%;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:all;transition-property:all;-webkit-transform:translateX(50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(-45deg);transform:translateX(50%) translateY(-50%) rotate(-45deg)}.premium-button-style2-dshutinhor:hover:before,.premium-button-style2-dshutinver:hover:before{height:220%}.premium-button-style3-before i,.premium-button-style3-before svg{opacity:0;-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-button-style3-after i,.premium-button-style3-after svg{opacity:0;-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.premium-button-style3-after:hover i,.premium-button-style3-after:hover svg{opacity:1}.premium-button-style3-before:hover i,.premium-button-style3-before:hover svg{opacity:1}.premium-button-text-icon-wrapper{width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-button-text-icon-wrapper i,.premium-button-text-icon-wrapper span,.premium-button-text-icon-wrapper svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style4-icon-wrapper.top{bottom:-100%;right:0}.premium-button-style4-icon-wrapper.bottom{top:-100%;right:0}.premium-button-style4-icon-wrapper.left{top:0;right:-100%}.premium-button-style4-icon-wrapper.right{top:0;left:-100%}.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper{top:0;opacity:1}.premium-button-style4-top:hover .premium-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-button-style4-left:hover .premium-button-style4-icon-wrapper{right:0;opacity:1}.premium-button-style4-right:hover .premium-button-style4-icon-wrapper{left:0;opacity:1}.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-button-style4-top:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-button-style4-left:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.premium-button-style4-right:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-button-style6:before{content:"";position:absolute;right:50%;top:50%;width:100px;height:100px;-webkit-border-radius:100%;border-radius:100%;-webkit-transform:translate(50%,-50%) scale(0);-ms-transform:translate(50%,-50%) scale(0);transform:translate(50%,-50%) scale(0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style6:hover:before{-webkit-transform:translate(50%,-50%) scale(3);-ms-transform:translate(50%,-50%) scale(3);transform:translate(50%,-50%) scale(3)}.premium-button-style6 .premium-button-text-icon-wrapper{position:relative;z-index:1}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;right:0;width:0;height:0;-webkit-border-radius:50%;border-radius:50%;display:block;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-button-style7-left .premium-button-text-icon-wrapper:before,.premium-button-style7-right .premium-button-text-icon-wrapper:before{-webkit-transition:width .3s ease-out .15s;transition:width .3s ease-out .15s}.premium-button-style7-left .premium-button-text-icon-wrapper:after,.premium-button-style7-right .premium-button-text-icon-wrapper:after{-webkit-transition:width .3s ease-out 0s;transition:width .3s ease-out 0s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,.premium-button-style7-top .premium-button-text-icon-wrapper:before{-webkit-transition:height .3s ease-out .15s;transition:height .3s ease-out .15s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,.premium-button-style7-top .premium-button-text-icon-wrapper:after{-webkit-transition:height .3s ease-out 0s;transition:height .3s ease-out 0s}.premium-button[class*=style7]:hover .premium-button-text-icon-wrapper:before{-webkit-transition-delay:0s;transition-delay:0s}.premium-button[class*=style7]:hover .premium-button-text-icon-wrapper:after{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,.premium-button-style7-bottom .premium-button-text-icon-wrapper:before{content:"";position:absolute;left:0;top:0;right:0;height:0;z-index:-1}.premium-button-style7-top .premium-button-text-icon-wrapper:after,.premium-button-style7-top .premium-button-text-icon-wrapper:before{content:"";position:absolute;left:0;bottom:0;right:0;height:0;z-index:-1}.premium-button-style7-right .premium-button-text-icon-wrapper:after,.premium-button-style7-right .premium-button-text-icon-wrapper:before{content:"";position:absolute;right:0;top:0;bottom:0;width:0;z-index:-1}.premium-button-style7-left .premium-button-text-icon-wrapper:after,.premium-button-style7-left .premium-button-text-icon-wrapper:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;z-index:-1}.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before{height:100%;top:0}.premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-top:hover .premium-button-text-icon-wrapper:before{height:100%;bottom:0}.premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-left:hover .premium-button-text-icon-wrapper:before{width:100%;left:0}.premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-right:hover .premium-button-text-icon-wrapper:before{width:100%;right:0}.premium-contact-form-anim-yes .wpcf7-span::after{display:block;height:2px;content:"";top:-2px;position:relative;width:0;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.premium-contact-form-anim-yes .wpcf7-span.is-focused::after{width:100%}.premium-cf7-container input.wpcf7-submit{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;overflow:hidden;background-color:#eee;cursor:pointer;-webkit-transition:all .2s ease-in-out!important;transition:all .2s ease-in-out!important}.premium-image-button .premium-button-style6-bg,.premium-image-button.premium-button-style6:before,.premium-image-button:not(.premium-image-button-style6):hover{background-color:#54595f}.premium-image-button-style1-bottom:before,.premium-image-button-style1-left:before,.premium-image-button-style1-right:before,.premium-image-button-style1-top:before,.premium-image-button-style4-icon-wrapper,.premium-image-button:hover{background-color:#54595f}.premium-image-button-text-icon-wrapper{width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:3;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-text-icon-wrapper,.premium-image-button-text-icon-wrapper i,.premium-image-button-text-icon-wrapper span,.premium-image-button-text-icon-wrapper svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1-bottom:before,.premium-image-button-style1-left:before,.premium-image-button-style1-right:before,.premium-image-button-style1-top:before{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1-bottom:before{content:"";position:absolute;width:100%;height:0;top:0;right:0}.premium-image-button-style1-top:before{content:"";position:absolute;width:100%;height:0;bottom:0;right:0}.premium-image-button-style1-right:before{content:"";position:absolute;width:0;height:100%;bottom:0;right:0}.premium-image-button-style1-left:before{content:"";position:absolute;width:0;height:100%;top:0;left:0}.premium-image-button-style1-bottom:hover:before{height:100%}.premium-image-button-style1-top:hover:before{height:100%}.premium-image-button-style1-right:hover:before{width:100%}.premium-image-button-style1-left:hover:before{width:100%}.premium-image-button-diagonal-bottom,.premium-image-button-diagonal-left,.premium-image-button-diagonal-right,.premium-image-button-diagonal-top{z-index:10}.premium-image-button-diagonal-bottom:before,.premium-image-button-diagonal-left:before,.premium-image-button-diagonal-right:before,.premium-image-button-diagonal-top:before{position:absolute;top:0;right:0;width:100%;height:100%;content:"";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);-webkit-transition:all .8s ease-out;transition:all .8s ease-out}.premium-image-button-diagonal-left:before,.premium-image-button-diagonal-right:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-left:hover:before,.premium-image-button-diagonal-right:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-bottom:before,.premium-image-button-diagonal-top:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-bottom:hover:before,.premium-image-button-diagonal-top:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-image-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-js-display:flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button-style4-icon-wrapper.top{bottom:-100%;right:0}.premium-image-button-style4-icon-wrapper.bottom{top:-100%;right:0}.premium-image-button-style4-icon-wrapper.left{top:0;right:-100%}.premium-image-button-style4-icon-wrapper.right{top:0;left:-100%}.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper{top:0;opacity:1}.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper{right:0;opacity:1}.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper{left:0;opacity:1}.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-image-button-overlap-effect-horizontal:before,.premium-image-button-overlap-effect-vertical:before{position:absolute;content:"";top:0;right:0;width:100%;height:100%;opacity:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;background:rgba(255,255,255,.2);-webkit-animation-name:premium-overlap-effect-done;animation-name:premium-overlap-effect-done;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-vertical:before{-webkit-animation-name:premium-overlap-ver-effect-done;animation-name:premium-overlap-ver-effect-done;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-horizontal:hover:before{-webkit-animation-name:premium-overlap-effect;animation-name:premium-overlap-effect;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-vertical:hover:before{-webkit-animation-name:premium-overlap-ver-effect;animation-name:premium-overlap-ver-effect;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}.premium-blog-filter,.premium-img-gallery-filter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-js-display:flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-img-gallery{clear:both;overflow:hidden}.premium-gallery-container .premium-gallery-item{padding:10px;float:right}.premium-gallery-container .grid-sizer{width:33.33%}.premium-blog-filter .premium-blog-filters-container li a.category,.premium-img-gallery-filter .premium-gallery-cats-container li a.category{outline:0;text-decoration:none;-webkit-border-radius:75px;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery-filter .premium-gallery-cats-container li a.category span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img{position:relative}.pa-gallery-img .pa-gallery-whole-link{position:absolute;top:0;right:0;width:100%;height:100%}.pa-gallery-img.style2 .pa-gallery-whole-link{z-index:99}.pa-gallery-img-container{overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pa-gallery-img-container img{display:block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery.gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-img-gallery.scale img,.premium-img-gallery.zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-img-gallery.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-img-gallery.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-img-gallery.trans img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.pa-gallery-img .pa-gallery-img-link,.pa-gallery-img .pa-gallery-magnific-image{outline:0}.pa-gallery-img .pa-gallery-img-link i,.pa-gallery-img .pa-gallery-img-link svg,.pa-gallery-img .pa-gallery-magnific-image i,.pa-gallery-img .pa-gallery-magnific-image svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img .pa-gallery-img-link span,.pa-gallery-img .pa-gallery-magnific-image span{line-height:1;display:inline-block;opacity:0;margin:0 5px;padding:15px;-webkit-border-radius:50%;border-radius:50%}.pa-gallery-img.style2 .pa-gallery-img-link span,.pa-gallery-img.style2 .pa-gallery-magnific-image span{margin:0 5px 20px}.pa-gallery-img:hover .pa-gallery-magnific-image span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .3s;transition:all .3s ease-in-out,opacity .5s ease-in-out .3s}.pa-gallery-img:hover .pa-gallery-img-link span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .6s;transition:all .3s ease-in-out,opacity .5s ease-in-out .6s}.pa-gallery-img:hover .pa-gallery-img-link span,.pa-gallery-img:hover .pa-gallery-magnific-image span,.premium-gallery-icon-show a.pa-gallery-video-icon span{opacity:1}.premium-blog-filter ul.premium-blog-filters-container,.premium-img-gallery-filter ul.premium-gallery-cats-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li,.premium-img-gallery-filter .premium-gallery-cats-container li{list-style:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;-js-display:inline-flex;display:-moz-inline-box;display:inline-flex}.premium-img-gallery.zoomin .pa-gallery-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-img-gallery.zoomout .pa-gallery-img:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-img-gallery.scale .pa-gallery-img:hover img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-img-gallery.gray .pa-gallery-img:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-img-gallery.blur .pa-gallery-img:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-img-gallery.sepia .pa-gallery-img:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-img-gallery.trans .pa-gallery-img:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-img-gallery.bright .pa-gallery-img:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.pa-gallery-img .premium-gallery-caption{padding:10px}.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name{margin-bottom:0}.pa-gallery-img.style1{overflow:hidden}.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper{position:absolute;top:0;right:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container{position:absolute;top:33.33%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:999}.premium-blog-post-container .premium-blog-entry-container{margin:0!important}.pa-gallery-img.style1 .premium-gallery-caption{position:absolute;top:auto;left:0;right:0;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pa-gallery-img.default .premium-gallery-caption{position:absolute;top:auto;left:0;right:0;width:100%;bottom:0}.pa-gallery-img.style1:hover .premium-gallery-caption{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.pa-gallery-img.style2 .pa-gallery-icons-caption-container{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;z-index:1;background-color:rgba(108,191,226,.68);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-js-display:flex;display:-moz-box;display:flex;text-align:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.pa-gallery-img.style2 .pa-gallery-icons-caption-cell{width:100%}.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{opacity:1;-webkit-transform:translate(-15px,15px);-ms-transform:translate(-15px,15px);transform:translate(-15px,15px)}.premium-clearfix{clear:both}.premium-gallery-container .pa-gallery-item{padding:10px}.premium-img-gallery-metro .premium-gallery-item{overflow:hidden}.premium-img-gallery-metro .pa-gallery-img{height:100%}.premium-img-gallery-metro .pa-gallery-img-container{height:100%}.premium-img-gallery-metro .pa-gallery-img-container img{min-height:100%;width:100%;-o-object-fit:fill;object-fit:fill}.premium-img-gallery .premium-gallery-item-hidden{visibility:hidden;width:0!important;height:0!important;margin:0!important;padding:0!important}.premium-gallery-load-more .premium-gallery-load-more-btn{-webkit-box-shadow:none;box-shadow:none;text-shadow:none;border:none;outline:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-gallery-load-more-btn{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;-js-display:inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-top-color:#f3f3f3;-webkit-border-radius:50%;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-gallery-load-more-btn div{margin-right:3px}.premium-gallery-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.pa-gallery-img .pa-gallery-lightbox-wrap{display:inline-block}.pa-gallery-img .pa-gallery-video-icon,.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img{cursor:pointer}.pa-gallery-img-container iframe,.pa-gallery-img-container video{position:absolute;visibility:hidden;top:0;right:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.pa-gallery-img-container video{-o-object-fit:contain;object-fit:contain}.pa-gallery-icons-caption-cell svg,.pa-gallery-icons-inner-container svg{width:14px;height:14px}.premium-gallery-gradient-layer{position:absolute;bottom:40px;width:100%;height:20px;background:-webkit-gradient(linear,left bottom,left top,from(#17181f),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom,#17181f 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#17181f 0,rgba(255,255,255,0) 100%)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(-360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.premium-vscroll-inner{position:relative;min-height:100%}.premium-vscroll-inner .premium-vscroll-dots{position:fixed;z-index:100;opacity:1;margin-top:-32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-wrap .premium-vscroll-nav-menu{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dots,.premium-vscroll-wrap .premium-vscroll-dots-hide{opacity:0;visibility:hidden}.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots{opacity:1;visibility:visible}.premium-vscroll-dots.middle{top:50%}.premium-vscroll-dots.top{top:40px}.premium-vscroll-dots.bottom{bottom:30px}.premium-vscroll-dots.right{left:17px}.premium-vscroll-dots.left{right:17px}.premium-vscroll-inner ul.premium-vscroll-dots-list,.premium-vscroll-wrap .premium-vscroll-nav-menu{margin:0!important;padding:0}.premium-vscroll-inner ul.premium-vscroll-dots-list li{width:14px;height:13px;margin:7px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-js-display:flex;display:-moz-box;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;overflow:visible}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span{top:2px;right:2.5px;width:8px;height:8px;border:1px solid #000;-webkit-border-radius:50%;border-radius:50%;position:absolute;z-index:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span{-webkit-transform:scale(1.6);-ms-transform:scale(1.6);transform:scale(1.6)}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip{position:absolute;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;padding-right:.4em;padding-left:.4em}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip{left:27px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item{width:4px;height:30px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span{width:100%;height:100%;-webkit-border-radius:0;border-radius:0}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:768px){.premium-vscroll-dots.right{left:7px}.premium-vscroll-dots.left{right:7px}}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";right:-webkit-calc(100% - 1px);right:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";left:-webkit-calc(100% - 1px);left:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip{right:27px}.premium-vscroll-nav-menu{position:fixed;top:20px;height:40px;z-index:100;padding:0;margin:0}.premium-vscroll-nav-menu.left{right:0}.premium-vscroll-nav-menu.right{left:0}.premium-vscroll-nav-menu .premium-vscroll-nav-item{display:inline-block;margin:10px;color:#000;background:#fff;background:rgba(255,255,255,.3)}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link{padding:9px 18px;display:block;cursor:pointer}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link,.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover{color:#000}.multiscroll-nav li a:focus,.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus{outline:0}.premium-vscroll-temp .slimScrollBar{visibility:hidden}.premium-image-scroll-container,.premium-image-scroll-section{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-scroll-section{position:relative;overflow:hidden;width:100%;-webkit-mask-image:-webkit-radial-gradient(white,#000)}.premium-image-scroll-container{width:100%}.premium-image-scroll-container .premium-image-scroll-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-container-scroll{overflow:auto}.premium-image-scroll-container .premium-image-scroll-horizontal{position:relative;width:100%;height:100%}.premium-image-scroll-container .premium-image-scroll-horizontal img{max-width:none;height:100%}.premium-image-scroll-container .premium-image-scroll-vertical img{width:100%;max-width:100%;height:auto}.premium-image-scroll-ver{position:relative}.premium-image-scroll-container .premium-image-scroll-overlay{background:rgba(2,2,2,.3)}.premium-image-scroll-container .premium-image-scroll-link,.premium-image-scroll-container .premium-image-scroll-overlay{position:absolute;top:0;bottom:0;right:0;left:0;z-index:4}.premium-image-scroll-content{display:inline-block;position:absolute;height:auto;top:50%;right:50%;text-align:center;z-index:5;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.premium-container-scroll-instant .premium-image-scroll-image{-webkit-transition:all 0s ease-in-out!important;transition:all 0s ease-in-out!important}.premium-image-scroll-container img{-webkit-transition:-webkit-transform 3s ease-in-out;transition:-webkit-transform 3s ease-in-out;transition:transform 3s ease-in-out;transition:transform 3s ease-in-out,-webkit-transform 3s ease-in-out}.premium-image-scroll-container .premium-image-scroll-content,.premium-image-scroll-container .premium-image-scroll-overlay{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1}.premium-image-scroll-container:hover .premium-image-scroll-overlay{opacity:0}.premium-image-scroll-container:hover .premium-image-scroll-content{opacity:0;visibility:hidden}.premium-image-scroll-content .premium-image-scroll-icon{display:inline-block;font-family:pa-elements!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.pa-horizontal-mouse-scroll:before{content:"\e917"}.pa-vertical-mouse-scroll:before{content:"\e918"}.pa-horizontal-mouse-scroll{-webkit-animation-name:pa-scroll-horizontal;animation-name:pa-scroll-horizontal}.pa-vertical-mouse-scroll{-webkit-animation-name:pa-scroll-vertical;animation-name:pa-scroll-vertical}@-webkit-keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@-webkit-keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}@keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}.premium-lottie-wrap .premium-lottie-animation{position:relative;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-lottie-wrap .premium-lottie-animation a{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.premium-bullet-list-box{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-bullet-list-box .premium-bullet-list-content-grow-lc{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.premium-bullet-list-box .premium-bullet-list-content-grow-rc{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.premium-bullet-list-box .premium-bullet-list-content-grow-cc{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.premium-bullet-list-content{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:auto;position:relative}.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper{display:inline-block;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-bullet-list-content .premium-bullet-list-text span{margin:0 5px}.premium-bullet-list-content .premium-bullet-list-icon-text p{font-size:18px;background-color:#eee;padding:1px 5px;-webkit-border-radius:2px;border-radius:2px}.premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper i,.premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-content .premium-bullet-list-wrapper svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-bullet-list-content .premium-bullet-list-wrapper{position:relative;line-height:0}.premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-content .premium-bullet-list-wrapper svg{width:30px!important;height:30px!important;position:relative;z-index:500}.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text,.premium-bullet-list-content .premium-bullet-list-wrapper i{position:relative;z-index:500}.premium-bullet-list-content .premium-bullet-list-link{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1000}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector{width:100%;height:100%;position:absolute;top:.5em;z-index:100;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after{content:"";border-left-width:1px;border-left-style:solid;border-color:#333;display:block;height:100%}li.premium-bullet-list-content.premium-bullet-list-content-inline{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;z-index:2}li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child){margin:0 3px}li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child{margin:0 0 0 3px}.premium-bullet-list-divider:not(:last-child){width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;overflow:hidden}.premium-bullet-list-divider:not(:last-child):after{content:"";display:block;border-top-style:solid;border-top-width:1px}.premium-bullet-list-divider-inline:not(:last-child){float:left;display:inline-block;position:relative;height:100%;overflow:hidden;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 3px}.premium-bullet-list-divider-inline:not(:last-child):after{content:"";display:block;border-right-width:1px;height:33px;border-right-style:solid}.premium-bullet-list-icon-text{line-height:1.5}.premium-bullet-list-icon-text p,li.premium-bullet-list-content,ul.premium-bullet-list-box{margin:0}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i{color:transparent!important;text-shadow:0 0 3px #aaa}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content{-webkit-filter:blur(3px);filter:blur(3px)}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i{color:#aaa!important;text-shadow:0 0 0 transparent}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content{-webkit-filter:none;filter:none}.premium-bullet-list-content .premium-bullet-list-badge{font-size:11px;top:auto;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.premium-bullet-list-content .premium-bullet-list-icon-text p{font-size:13px}.premium-bullet-list-gradient-effect[data-text]{display:inline-block;position:relative;text-decoration:none}.premium-bullet-list-gradient-effect[data-text]::before{content:attr(data-text);position:absolute;z-index:1;overflow:hidden;-webkit-clip-path:polygon(100% 100%,100% 100%,50% 50%);clip-path:polygon(100% 100%,100% 100%,50% 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease}.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before,.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before{-webkit-animation:rtlgradient 1s forwards;animation:rtlgradient 1s forwards}@-webkit-keyframes rtlgradient{0%{-webkit-clip-path:circle(0 at 150% 50%);clip-path:circle(0 at 150% 50%)}100%{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50% 50%)}}@keyframes rtlgradient{0%{-webkit-clip-path:circle(0 at 150% 50%);clip-path:circle(0 at 150% 50%)}100%{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50% 50%)}}ul[data-list-animation*=animated-] .premium-bullet-list-content,ul[data-list-animation*=animated-] .premium-bullet-list-divider,ul[data-list-animation*=animated-] .premium-bullet-list-divider-inline{opacity:0}.premium-bullet-list-content-grow-effect:hover{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-woocommerce ul.products{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none outside}.premium-woocommerce li.product{margin:0 0 10px;padding:0 10px}.premium-woocommerce li.product .premium-woo-product-wrapper{overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce li.product .premium-woo-product-category{display:block;font-size:.85em;margin-bottom:.5em;line-height:1.3}.premium-woocommerce li.product .woocommerce-loop-product__title{margin-bottom:.5em;font-size:1em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .woocommerce-loop-product__link{position:relative;display:block;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .premium-woo-ribbon-container{position:absolute;top:0;right:0;z-index:9}.premium-woocommerce .star-rating{display:block;float:none;margin:0 0 .5em auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;position:relative;height:1em;line-height:1;font-size:.857em;width:5.4em;font-family:star}.premium-woocommerce .star-rating::before{content:"\73\73\73\73\73";color:#54595f;float:right;top:0;right:0;position:absolute}.premium-woocommerce .star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}.premium-woocommerce .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;right:0}.premium-woo-product-thumbnail{position:relative;overflow:hidden}.premium-woo-product-thumbnail .woocommerce-loop-product__link img{margin:0;width:100%}.premium-woo-product-featured-wrap,.premium-woo-product-sale-wrap{margin:0}.premium-woo-product-featured-wrap .premium-woo-product-featured,.premium-woo-product-sale-wrap .premium-woo-product-onsale{display:block;text-align:center;color:#fff;min-width:2em;min-height:2em;line-height:2em;padding:.3em .6em;margin:.5em .6em}.premium-woocommerce .premium-woo-products-details-wrap{padding:1em 1.2em}.premium-woocommerce .premium-woo-products-details-wrap .button{display:inline-block;background-color:#6ec1e4;color:#fff;margin:.5em 0;line-height:1.3;padding:10px 40px;font-size:100%;cursor:pointer;text-decoration:none;overflow:visible;font-weight:700;background-image:none;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce li.product .price{display:block;line-height:1.3;font-weight:700;margin-bottom:.5em;font-size:.9em}.premium-woocommerce li.product .price del{display:inline-block;font-weight:400;background:0 0}.premium-woocommerce li.product .price ins{display:inline-block;background:0 0;text-decoration:none;font-weight:700}.premium-woocommerce li.product .price .amount{color:inherit!important}.premium-woocommerce li.product .premium-woo-product-desc p{margin:0}.premium-woo-product-align-center .premium-woocommerce li.product .star-rating{margin-right:auto;margin-left:auto}.premium-woo-product-align-right .premium-woocommerce li.product .star-rating{margin-right:auto;margin-left:0}.premium-woo-products-pagination ul.page-numbers{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;list-style-type:none;margin:0;margin-top:10px;padding:0;border:none;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-woo-products-pagination ul.page-numbers li{margin:0 0 .4em .4em;padding:0;text-align:center}.premium-woo-products-pagination ul.page-numbers li .page-numbers{margin:0;text-decoration:none;color:#000;border:1px solid #54595f;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.75em;display:block;min-width:2.5em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-products-pagination ul.page-numbers li .page-numbers.current,.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover{background-color:#54595f;color:#fff;outline:0}.premium-woo-quick-view-loader .premium-loading-feed,.premium-woocommerce .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.2);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-woocommerce .woocommerce-loop-product__link img{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-product__hover-zoomout .woocommerce-loop-product__link img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-product__hover-zoomin .woocommerce-loop-product__link img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-product__hover-gray .woocommerce-loop-product__link img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-woo-product__hover-sepia .woocommerce-loop-product__link img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-woo-product__hover-bright .woocommerce-loop-product__link img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-woo-product__hover-trans .woocommerce-loop-product__link img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img{-webkit-transform:scaleX(1.3) scaleY(1.3) rotate(-5deg);-ms-transform:scaleX(1.3) scaleY(1.3) rotate(-5deg);transform:scaleX(1.3) scaleY(1.3) rotate(-5deg)}.premium-woocommerce .premium-woo-product__on_hover{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;opacity:0}.premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover{opacity:1}.premium-woo-skin-grid-1 .premium-woo-qv-btn,.premium-woo-skin-grid-4 .premium-woo-qv-btn{position:absolute;bottom:0;right:0;width:100%;text-align:center;padding:5px;background:rgba(2,2,2,.5);color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;z-index:2;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.premium-woo-skin-grid-4 .premium-woo-qv-btn{-webkit-transition-delay:.1s;transition-delay:.1s}.premium-woo-skin-grid-1 .premium-woo-qv-icon,.premium-woo-skin-grid-4 .premium-woo-qv-icon,.premium-woo-skin-grid-6 .premium-woo-qv-icon{margin-right:.5em}.premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-woo-product-wrapper .premium-woo-qv-data{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1;overflow:hidden;cursor:pointer}.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper{position:absolute;top:.7em;left:1em;-webkit-transform:translate3d(-15px,0,0);transform:translate3d(-15px,0,0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;z-index:9}.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn{position:relative;display:block;margin:0 0 3px;background:#fff;text-align:center;outline:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon{display:block;color:#54595f;width:30px;line-height:30px;height:30px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0);opacity:1}.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before{content:"\f013"}.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before{content:"\f00c"}.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap{position:absolute;background:#fff;bottom:0;right:0;width:100%;z-index:2;padding:0;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .4s;transition:opacity .2s,-webkit-transform .4s;transition:transform .4s,opacity .2s;transition:transform .4s,opacity .2s,-webkit-transform .4s;-webkit-transform:translateZ(0) translateY(5px);transform:translateZ(0) translateY(5px)}.premium-woo-skin-grid-2 .premium-woo-product-details{padding:15px 0}.premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap{opacity:1;-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0)}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper{position:static;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>*{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;min-width:50%}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn{background-color:#54595f}.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn,.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#54595f;padding:10px;-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s}.premium-woo-skin-grid-3 li.product .premium-woo-qv-btn{opacity:1;visibility:visible}.premium-woo-product-align-right .premium-woo-skin-grid-3 .premium-woo-product-actions-wrapper,.premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.premium-woo-product-align-center .premium-woo-skin-grid-3 .premium-woo-product-actions-wrapper,.premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap{position:absolute;right:0;left:0;top:50%;-webkit-transform:scale(.9) translateZ(0) translateY(-50%);transform:scale(.9) translateZ(0) translateY(-50%);text-align:center;z-index:2;opacity:0;-webkit-transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,transform .3s;transition:opacity .5s,transform .3s,-webkit-transform .3s}.premium-woo-skin-grid-4 li.product .premium-woo-product-overlay{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;visibility:hidden;background-color:rgba(27,27,23,.3);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay{opacity:1;visibility:visible;z-index:1}.premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap{-webkit-transform:scale(1) translateZ(0) translateY(-50%);transform:scale(1) translateZ(0) translateY(-50%);opacity:1}.premium-woo-skin-grid-5 .premium-woo-product-wrapper{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap{width:75%}.premium-woo-skin-grid-6 .premium-woo-qv-btn{position:absolute;top:50%;right:50%;min-width:40%;text-align:center;padding:5px;background:rgba(2,2,2,.5);color:#fff;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;z-index:2}.premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn{opacity:1;visibility:visible}.premium-woo-product-align-left li.product .premium-woo-product-info .star-rating,.premium-woo-product-align-right li.product .premium-woo-product-info .star-rating{margin:0}.premium-woo-skin-grid-6 li.product .premium-woo-product-info{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;bottom:10px;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-woo-product-gallery-images .premium-woo-product__gallery_image{width:20%;margin:0 .2em;border:2px solid #aaa;cursor:pointer}.premium-woo-products-metro li.product .premium-woo-product-thumbnail,.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,.premium-woo-products-metro li.product .premium-woo-product-wrapper,.premium-woo-products-metro li.product .woocommerce-LoopProduct-link{height:100%}.premium-woo-products-metro ul.products li.product{margin-bottom:0}.premium-woo-products-metro li.product .premium-woo-product-thumbnail img{-o-object-fit:cover;object-fit:cover}.premium-woocommerce .slick-arrow{-webkit-border-radius:50%;border-radius:50%}.premium-woocommerce ul.slick-dots{width:100%}html.premium-woo-qv-opened,html.premium-woo-qv-opened body{overflow:hidden}.premium-woo-quick-view-back{position:fixed;visibility:hidden;overflow:hidden;background:rgba(2,2,2,.5);opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;z-index:999}.premium-woo-quick-view-active{top:0;right:0;width:100%;height:100%;opacity:1;visibility:visible}#premium-woo-quick-view-modal{position:fixed;visibility:hidden;opacity:0;top:0;right:0;width:100%;height:100%;z-index:1400;text-align:center;-webkit-transition:all .3s;transition:all .3s;overflow-x:hidden;overflow-y:auto}#premium-woo-quick-view-modal.active{visibility:visible;opacity:1}#premium-woo-quick-view-modal.active .premium-woo-content-main{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;width:100%}#premium-woo-quick-view-modal .premium-woo-content-main-wrapper{position:absolute;width:100%;height:100%;top:0;right:0;text-align:center;padding:30px;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#premium-woo-quick-view-modal .premium-woo-content-main{position:relative;pointer-events:none;max-width:100%;text-align:right;z-index:1045;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .5s;transition:opacity .3s,-webkit-transform .5s;transition:transform .5s,opacity .3s;transition:transform .5s,opacity .3s,-webkit-transform .5s;margin:0 auto}#premium-woo-quick-view-modal .premium-woo-lightbox-content{position:relative;display:table;pointer-events:auto;background-color:#fff;max-width:975px;margin:20px auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:-3px 3px 20px 0 rgba(0,0,0,.15);box-shadow:-3px 3px 20px 0 rgba(0,0,0,.15);overflow:hidden}#premium-woo-quick-view-modal .summary{width:50%;margin:0;padding:30px;float:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#premium-woo-quick-view-modal .summary .quantity{min-width:auto}#premium-woo-quick-view-modal .summary .quantity input.qty{width:54px;-webkit-appearance:button;-moz-appearance:button;appearance:button}#premium-woo-quick-view-modal .woocommerce-product-details__short-description p{margin:0}#premium-woo-quick-view-close{position:absolute;font-size:22px;top:10px;left:10px;width:22px;height:22px;line-height:22px;opacity:.7;text-align:center;z-index:2;color:#000}#premium-woo-quick-view-modal .premium-woo-qv-image-slider{position:relative}#premium-woo-quick-view-modal .premium-woo-qv-image-slider li{list-style:none}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav{margin:0;padding:0;width:100%;position:absolute;bottom:10px;text-align:center}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li{margin:0 6px;display:inline-block;vertical-align:middle}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;border-radius:20px}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a.flex-active{background:rgba(0,0,0,.9);cursor:default}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a:focus{outline:0}#premium-woo-quick-view-modal .premium-woo-qv-image-slider img{-o-object-fit:cover;object-fit:cover}#premium-woo-quick-view-content div.images{width:50%;float:right;opacity:1!important;margin:0}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav{margin:0;padding:0;list-style:none}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav a{text-decoration:none;display:block;width:14px;height:32px;font-size:32px;line-height:32px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:-1px 1px 0 rgba(255,255,255,.3);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next,#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev{right:10px}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next{left:10px}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before{content:"\f104"}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next::before{content:"\f105"}.premium-woocommerce li.product .added_to_cart.wc-forward{display:none}.premium-woo-atc-button .add_to_cart_button span{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin-right:5px;vertical-align:baseline}
|
1 |
+
@font-face{font-family:pa-elements;src:url(../../editor/fonts/pa-elements.eot?9e1efm);src:url(../../editor/fonts/pa-elements.eot?9e1efm#iefix) format("embedded-opentype"),url(../../editor/fonts/pa-elements.ttf?9e1efm) format("truetype"),url(../../editor/fonts/pa-elements.woff?9e1efm) format("woff"),url(../../editor/fonts/pa-elements.svg?9e1efm#pa-elements) format("svg");font-weight:400;font-style:normal}.premium-banner{overflow:hidden}.premium-banner-ib{display:block;position:relative}.premium-banner-ib img{display:block;position:relative}.premium-banner-img-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.premium-banner-img-wrap .premium-banner-ib-img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.premium-banner-ib{z-index:1;overflow:hidden;margin:0 0 35px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.premium-banner-ib-desc .premium-banner-read-more{z-index:100}.premium-banner-ib,.wpb_column>.wpb_wrapper .premium-banner-ib{margin-bottom:0}.elementor-widget-premium-addon-banner .premium-banner-ib-title{background:0 0}.premium-banner-ib *,.premium-banner-ib .premium-banner-ib-desc{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.premium-banner-ib img{min-width:100%;max-width:100%;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-ib .premium-banner-ib-desc{padding:15px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;right:0;width:100%;height:100%}.premium-banner-ib .premium-banner-ib-link{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.premium-banner-ib a.premium-banner-ib-link{display:block;background:100% 0}.premium-banner-animation1 img{width:-webkit-calc(100% + 50px)!important;width:calc(100% + 50px)!important;max-width:-webkit-calc(100% + 50px)!important;max-width:calc(100% + 50px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(40px,0,0);transform:translate3d(40px,0,0)}.premium-banner-animation2 .premium-banner-ib-title{padding:15px}.premium-banner-animation1 .premium-banner-ib-desc{top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:right}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-ib-title,.premium-banner-animation1 .premium-banner-read-more{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-read-more{margin-top:10px;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-read-more{opacity:1;-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-ib-title,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1.active img,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-ib-title,.premium-banner-animation1:hover .premium-banner-read-more,.premium-banner-animation1:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.scale img,.premium-banner-animation1.zoomout img{-webkit-transform:translate3d(40px,0,0) scale(1.1);transform:translate3d(40px,0,0) scale(1.1)}.premium-banner-ib.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-banner-ib.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-banner-ib.sepia:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-banner-ib.bright:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-banner-animation1.premium-banner-min-height img,.premium-banner-animation13.premium-banner-min-height img,.premium-banner-animation2.premium-banner-min-height img,.premium-banner-animation4.premium-banner-min-height img,.premium-banner-animation5.premium-banner-min-height img,.premium-banner-animation6.premium-banner-min-height img{height:auto}.premium-banner-animation2 img{width:100%}.premium-banner-animation2 .premium-banner-ib-desc::before{position:absolute;content:"";top:0;right:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.premium-banner-animation2 .premium-banner-ib-title{position:absolute;top:50%;right:0;width:100%;-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-ib-desc::before,.premium-banner-animation2 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-read-more{position:absolute;bottom:0;right:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.premium-banner-animation2.active .premium-banner-ib-title,.premium-banner-animation2:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}.premium-banner-animation2.active .premium-banner-ib-desc::before,.premium-banner-animation2.active .premium-banner-read-more,.premium-banner-animation2:hover .premium-banner-ib-desc::before,.premium-banner-animation2:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation2.active .premium-banner-ib-content,.premium-banner-animation2:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-title{position:absolute;bottom:0;right:0;padding:15px;width:100%;text-align:right;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-desc::before,.premium-banner-animation3 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation3.active .premium-banner-ib-desc::before,.premium-banner-animation3.active .premium-banner-ib-title,.premium-banner-animation3:hover .premium-banner-ib-desc::before,.premium-banner-animation3:hover .premium-banner-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation3 .premium-banner-ib-content{max-height:-webkit-calc(100% - 60px - 1.5em);max-height:calc(100% - 60px - 1.5em);overflow:hidden}.premium-banner-animation4 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.premium-banner-animation4 .premium-banner-ib-desc{padding:30px}.premium-banner-animation4 .premium-banner-ib-desc::after{position:absolute;content:"";opacity:0}.premium-banner-animation4 .premium-banner-ib-desc::before{position:absolute;content:"";opacity:0;top:50px;left:30px;bottom:50px;right:30px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-banner-animation4 .premium-banner-ib-desc::after{top:30px;left:50px;bottom:30px;right:50px;border-left:1px solid #fff;border-right:1px solid #fff;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-banner-animation4 .premium-banner-ib-title{padding:50px 30px 0 30px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{padding:10px 30px;opacity:0;overflow:hidden;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.premium-banner-animation4 .premium-banner-ib-title,.premium-banner-animation4 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.premium-banner-animation4.scale img,.premium-banner-animation4.zoomout img{-webkit-transform:translate3d(30px,0,0) scale(1.1);transform:translate3d(30px,0,0) scale(1.1)}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-desc::after,.premium-banner-animation4 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4.active .premium-banner-ib-desc::after,.premium-banner-animation4.active .premium-banner-ib-desc::before,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation4.active .premium-banner-ib-content,.premium-banner-animation4.active .premium-banner-ib-title,.premium-banner-animation4.active .premium-banner-read-more,.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation5 .premium-banner-ib-desc{top:auto;bottom:0;padding:15px;height:auto;background:#f2f2f2;color:#3c4a50;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation5 .premium-banner-ib-content{position:absolute;top:auto;bottom:100%;right:0;width:100%;padding:15px;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-animation5 .premium-banner-ib-title,.premium-banner-animation5 .premium-banner-read-more{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);text-align:center}.premium-banner-animation5 .premium-banner-ib-title{margin:10px 0}.premium-banner-animation5.active .premium-banner-ib-content,.premium-banner-animation5.active .premium-banner-ib-content *,.premium-banner-animation5:hover .premium-banner-ib-content,.premium-banner-animation5:hover .premium-banner-ib-content *{opacity:1!important;z-index:99!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.premium-banner-animation5.active .premium-banner-ib-desc,.premium-banner-animation5.active .premium-banner-ib-title,.premium-banner-animation5.active .premium-banner-read-more,.premium-banner-animation5:hover .premium-banner-ib-desc,.premium-banner-animation5:hover .premium-banner-ib-title,.premium-banner-animation5:hover .premium-banner-read-more{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-banner-animation5:hover .premium-banner-ib-title{-webkit-transition-delay:50ms;transition-delay:50ms}.premium-banner-animation5 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation2 img,.premium-banner-animation4 img,.premium-banner-animation6 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation5.scale img,.premium-banner-animation5.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.scale img,.premium-banner-animation2.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation6.scale img,.premium-banner-animation6.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomin:hover img,.premium-banner-animation5.zoomin:hover img,.premium-banner-animation6.zoomin:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomout:hover img,.premium-banner-animation5.zoomout:hover img,.premium-banner-animation6.zoomout:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation2.scale:hover img,.premium-banner-animation5.scale:hover img,.premium-banner-animation6.scale:hover img{-webkit-transform:scale(1.2) rotate(-5deg);-ms-transform:scale(1.2) rotate(-5deg);transform:scale(1.2) rotate(-5deg)}.premium-banner-animation2.grayscale:hover img,.premium-banner-animation5.grayscale:hover img,.premium-banner-animation6.grayscale:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation2.blur:hover img,.premium-banner-animation5.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6 .premium-banner-ib-desc{padding:45px}.premium-banner-animation6 .premium-banner-ib-desc::before{position:absolute;content:"";top:30px;left:30px;bottom:30px;right:30px;border:1px solid #fff}.premium-banner-animation6 .premium-banner-ib-title{margin:20px 0 10px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation6 .premium-banner-ib-content,.premium-banner-animation6 .premium-banner-ib-desc::before,.premium-banner-animation6 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-banner-animation6 .premium-banner-read-more{margin-top:10px}.premium-banner-animation6.active .premium-banner-ib-title,.premium-banner-animation6:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation6.active .premium-banner-ib-content,.premium-banner-animation6.active .premium-banner-ib-desc::before,.premium-banner-animation6.active .premium-banner-read-more,.premium-banner-animation6:hover .premium-banner-ib-content,.premium-banner-animation6:hover .premium-banner-ib-desc::before,.premium-banner-animation6:hover .premium-banner-read-more{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation12 .premium-banner-ib-desc::after{position:absolute;content:"";left:30px;bottom:30px;right:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.premium-banner-animation12.active .premium-banner-ib-desc::after,.premium-banner-animation12:hover .premium-banner-ib-desc::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation12 .premium-banner-ib-desc{padding:45px;text-align:right}.premium-banner-animation12 .premium-banner-ib-content{position:absolute;left:60px;bottom:60px;right:60px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.premium-banner-animation12.active .premium-banner-ib-content,.premium-banner-animation12:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-banner-animation13.scale img,.premium-banner-animation13.zoomout img{-webkit-transform:translate3d(10px,0,0) scale(1.1);transform:translate3d(10px,0,0) scale(1.1)}.premium-banner-animation13.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.none:hover img,.premium-banner-animation4.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.zoomin:hover img,.premium-banner-animation10.zoomin:hover img,.premium-banner-animation11.zoomin:hover img,.premium-banner-animation13.zoomin:hover img,.premium-banner-animation4.zoomin:hover img,.premium-banner-animation7.zoomin:hover img,.premium-banner-animation8.zoomin:hover img,.premium-banner-animation9.zoomin:hover img{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}.premium-banner-animation1.zoomout:hover img,.premium-banner-animation10.zoomout:hover img,.premium-banner-animation11.zoomout:hover img,.premium-banner-animation13.zoomout:hover img,.premium-banner-animation4.zoomout:hover img,.premium-banner-animation7.zoomout:hover img,.premium-banner-animation8.zoomout:hover img,.premium-banner-animation9.zoomout:hover img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.premium-banner-animation1.scale:hover img,.premium-banner-animation10.scale:hover img,.premium-banner-animation11.scale:hover img,.premium-banner-animation13.scale:hover img,.premium-banner-animation4.scale:hover img,.premium-banner-animation7.scale:hover img,.premium-banner-animation8.scale:hover img,.premium-banner-animation9.scale:hover img{-webkit-transform:translate3d(0,0,0) scale(1.2) rotate(-5deg);transform:translate3d(0,0,0) scale(1.2) rotate(-5deg)}.premium-banner-animation1.grayscale:hover img,.premium-banner-animation10.grayscale:hover img,.premium-banner-animation11.grayscale:hover img,.premium-banner-animation13.grayscale:hover img,.premium-banner-animation4.grayscale:hover img,.premium-banner-animation7.grayscale:hover img,.premium-banner-animation8.grayscale:hover img,.premium-banner-animation9.grayscale:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation1.blur:hover img,.premium-banner-animation10.blur:hover img,.premium-banner-animation11.blur:hover img,.premium-banner-animation13.blur:hover img,.premium-banner-animation4.blur:hover,.premium-banner-animation7.blur:hover img,.premium-banner-animation8.blur:hover img,.premium-banner-animation9.blur:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation13 .premium-banner-ib-desc{text-align:right}.premium-banner-animation13 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 10px}.premium-banner-animation13 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;right:0;width:100%;height:2px;background:#fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(101%,0,0);transform:translate3d(101%,0,0)}.premium-banner-animation13.active .premium-banner-ib-title::after,.premium-banner-animation13:hover .premium-banner-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 .premium-banner-ib-content,.premium-banner-animation13 .premium-banner-read-more{padding:15px 0;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.premium-banner-animation13.active .premium-banner-ib-content,.premium-banner-animation13.active .premium-banner-read-more,.premium-banner-animation13:hover .premium-banner-ib-content,.premium-banner-animation13:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size{right:50%;width:auto!important;height:100%;max-width:none;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.premium-banner-ib img{border:none;padding:0;margin:0}.premium-banner-animation7 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.premium-banner-animation7 .premium-banner-brlr{width:7px}.premium-banner-animation7 .premium-banner-brtb{height:7px}.premium-banner-animation7 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation7 .premium-banner-bleft{right:30px;top:-webkit-calc(100% - 150px);top:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bright{left:30px;bottom:-webkit-calc(100% - 150px);bottom:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bottom{left:-webkit-calc(100% - 150px);left:calc(100% - 150px);bottom:30px;width:0}.premium-banner-animation7 .premium-banner-btop{right:-webkit-calc(100% - 150px);right:calc(100% - 150px);top:30px;width:0}.premium-banner-animation7 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation7 .premium-banner-ib-title{margin-top:0}.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.premium-banner-animation7.scale img,.premium-banner-animation7.zoomout img{-webkit-transform:translate3d(30px,0,0) scale(1.1);transform:translate3d(30px,0,0) scale(1.1)}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-read-more{margin-top:10px}.premium-banner-animation7 .premium-banner-ib-desc::after,.premium-banner-animation7 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7.active .premium-banner-ib-content,.premium-banner-animation7.active .premium-banner-ib-title,.premium-banner-animation7.active .premium-banner-read-more,.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation7.active .premium-banner-bleft,.premium-banner-animation7:hover .premium-banner-bleft{top:30px;height:70px}.premium-banner-animation7.active .premium-banner-bright,.premium-banner-animation7:hover .premium-banner-bright{bottom:30px;height:70px}.premium-banner-animation7.active .premium-banner-bottom,.premium-banner-animation7:hover .premium-banner-bottom{left:30px;width:70px}.premium-banner-animation7.active .premium-banner-btop,.premium-banner-animation7:hover .premium-banner-btop{right:30px;width:70px}.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more,.premium-banner-animation7:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation8 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.premium-banner-animation8 .premium-banner-brlr{width:7px}.premium-banner-animation8 .premium-banner-brtb{height:7px}.premium-banner-animation8 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation8 .premium-banner-bleft{right:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bright{left:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bottom{right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);bottom:30px;width:0}.premium-banner-animation8 .premium-banner-btop{right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);top:30px;width:0}.premium-banner-animation8 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation8 .premium-banner-ib-title{margin-top:0}.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.premium-banner-animation8.scale img,.premium-banner-animation8.zoomout img{-webkit-transform:translate3d(30px,0,0) scale(1.1);transform:translate3d(30px,0,0) scale(1.1)}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-read-more{margin-top:10px}.premium-banner-animation8 .premium-banner-ib-desc::after,.premium-banner-animation8 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;opacity:0}.premium-banner-animation8 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation8.active .premium-banner-ib-content,.premium-banner-animation8.active .premium-banner-ib-title,.premium-banner-animation8.active .premium-banner-read-more,.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation8.active .premium-banner-bleft,.premium-banner-animation8:hover .premium-banner-bleft{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bright,.premium-banner-animation8:hover .premium-banner-bright{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bottom,.premium-banner-animation8:hover .premium-banner-bottom{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-btop,.premium-banner-animation8:hover .premium-banner-btop{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more,.premium-banner-animation8:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation9 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-banner-animation9 .premium-banner-ib-desc{width:100%;height:100%}.premium-banner-animation9 .premium-banner-ib-desc::before{position:absolute;top:50%;right:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-desc::after{position:absolute;top:50%;right:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-title{position:absolute;top:50%;right:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0);margin-top:0;padding:0 10%}.premium-banner-animation9.active .premium-banner-ib-title,.premium-banner-animation9:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-80px,0);transform:translate3d(0,-80px,0)}.premium-banner-animation9 .premium-banner-ib-content,.premium-banner-animation9 .premium-banner-read-more{position:absolute;top:50%;right:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;padding:0 10%;-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0)}.premium-banner-animation9 .premium-banner-read-more{top:75%}.premium-banner-animation9.active .premium-banner-ib-content,.premium-banner-animation9.active .premium-banner-read-more,.premium-banner-animation9:hover .premium-banner-ib-content,.premium-banner-animation9:hover .premium-banner-read-more{-webkit-transform:translate3d(0,45px,0);transform:translate3d(0,45px,0)}.premium-banner-animation9.active .premium-banner-ib-desc::before,.premium-banner-animation9:hover .premium-banner-ib-desc::before{opacity:.5;-webkit-transform:translate3d(50%,-50%,0) rotate(-45deg);transform:translate3d(50%,-50%,0) rotate(-45deg)}.premium-banner-animation9.active .premium-banner-ib-desc::after,.premium-banner-animation9:hover .premium-banner-ib-desc::after{opacity:.5;-webkit-transform:translate3d(50%,-50%,0) rotate(45deg);transform:translate3d(50%,-50%,0) rotate(45deg)}.premium-banner-animation9:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation10 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important}.premium-banner-animation10 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 15px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);margin-bottom:0}.premium-banner-animation10 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;right:0;width:100%;height:3px;background:#fff;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation10.active .premium-banner-ib-title,.premium-banner-animation10:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.active .premium-banner-ib-title::after,.premium-banner-animation10:hover .premium-banner-ib-title::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10 .premium-banner-ib-content,.premium-banner-animation10 .premium-banner-read-more{padding-top:15px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation10 .premium-banner-read-more{padding:0}.premium-banner-animation10.active .premium-banner-ib-content,.premium-banner-animation10.active .premium-banner-read-more,.premium-banner-animation10:hover .premium-banner-ib-content,.premium-banner-animation10:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11{-webkit-transition:-webkit-transform 1s ease-out;transition:-webkit-transform 1s ease-out;transition:transform 1s ease-out;transition:transform 1s ease-out,-webkit-transform 1s ease-out;-webkit-transition-delay:125ms;transition-delay:125ms}.premium-banner-animation11 .premium-banner-ib-desc{position:absolute;z-index:5;-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0);opacity:0;top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left;padding:30px;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}.premium-banner-animation11 img{width:100%;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation11 .premium-banner-ib-title{margin-bottom:10px}.premium-banner-animation11 .premium-banner-gradient{position:absolute;left:0;top:0;right:0;bottom:0}.premium-banner-animation11 .premium-banner-gradient:after,.premium-banner-animation11 .premium-banner-gradient:before{position:absolute;content:"";left:0;top:0;right:0;bottom:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);background-image:-webkit-linear-gradient(-40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:-webkit-linear-gradient(130deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:linear-gradient(-40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);z-index:2}.premium-banner-animation11 .premium-banner-gradient:before{mix-blend-mode:color}.premium-banner-animation11 .premium-banner-gradient:after{mix-blend-mode:multiply}.premium-banner-animation11.active .premium-banner-ib-desc,.premium-banner-animation11:hover .premium-banner-ib-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.active .premium-banner-gradient:after,.premium-banner-animation11.active .premium-banner-gradient:before,.premium-banner-animation11:hover .premium-banner-gradient:after,.premium-banner-animation11:hover .premium-banner-gradient:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.scale img,.premium-banner-animation11.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-countdown{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center}.countdown-row{display:block;text-align:center}.countdown .countdown-section{display:inline-block;max-width:100%;margin-bottom:15px;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.countdown .countdown-section:last-child{margin-left:0}.countdown span.countdown-amount{font-size:70px;line-height:1;padding:40px}.countdown .pre_time-mid{display:block}.premium-countdown-separator-yes .countdown_separator{display:block;margin:0 50px;font-size:30px}.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator{display:none}.side .countdown-section .countdown-period{vertical-align:bottom}.countdown .countdown-section .countdown-period{font-size:17px;line-height:3em}.side .countdown-section .countdown-amount,.side .countdown-section .countdown-period{display:inline-block}.side .countdown-section .countdown-amount{margin-left:5px}.down .countdown-section .countdown-amount,.down .countdown-section .countdown-period{display:block}.premium-countdown-flip .premium-countdown-block{text-align:center;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-countdown-flip .premium-countdown-block:last-child{margin-left:0}.premium-countdown-flip .premium-countdown-label{overflow:hidden;color:#1a1a1a;text-transform:uppercase}.premium-countdown-flip .premium-countdown-figure{position:relative;height:110px;width:100px;line-height:107px;background-color:#fff;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset -2px 4px 0 0 rgba(255,255,255,.08);box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset -2px 4px 0 0 rgba(255,255,255,.08)}.premium-countdown-flip .premium-countdown-figure:last-child{margin-left:0}.premium-countdown-flip .premium-countdown-figure>span{position:absolute;right:0;left:0;margin:auto;font-weight:700}.premium-countdown-flip .premium-countdown-figure .top{z-index:3;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:perspective(200px);transform:perspective(200px);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-countdown-flip .premium-countdown-figure .bottom{z-index:1}.premium-countdown-flip .premium-countdown-figure .bottom::before{content:"";position:absolute;display:block;top:0;right:0;width:100%;height:50%;background-color:rgba(0,0,0,.02)}.premium-countdown-flip .premium-countdown-figure .top-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:4;bottom:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:perspective(200px) rotateX(180deg);transform:perspective(200px) rotateX(180deg)}.premium-countdown-flip .premium-countdown-figure .top-back span{position:absolute;top:-100%;right:0;left:0;margin:auto}.premium-countdown-flip .premium-countdown-figure .bottom-back{z-index:2;top:0}.premium-countdown-flip .premium-countdown-figure .bottom-back span{position:absolute;top:0;right:0;left:0;margin:auto}.premium-countdown-flip .premium-countdown-figure .bottom-back,.premium-countdown-flip .premium-countdown-figure .top,.premium-countdown-flip .premium-countdown-figure .top-back{height:50%;overflow:hidden;background-color:#f7f7f7;-webkit-border-top-right-radius:10px;border-top-right-radius:10px;-webkit-border-top-left-radius:10px;border-top-left-radius:10px}.premium-countdown-flip .premium-countdown-figure .top-back{-webkit-border-bottom-right-radius:10px;border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;border-bottom-left-radius:10px}.premium-countdown-flip .premium-countdown-figure .bottom-back::after,.premium-countdown-flip .premium-countdown-figure .top::after{content:"";position:absolute;z-index:-1;right:0;bottom:0;width:100%;height:100%;border-bottom:1px solid rgba(0,0,0,.1)}.side .premium-countdown-figure,.side .premium-countdown-label{display:inline-block}.side .premium-countdown-figure{margin-left:5px}.down .premium-countdown-figure,.down .premium-countdown-label{display:block}.down .premium-countdown-label{width:100%}.premium-blog-wrap a.carousel-arrow,.premium-carousel-wrapper a.carousel-arrow,.premium-carousel-wrapper a.ver-carousel-arrow,.premium-facebook-feed-wrapper a.carousel-arrow,.premium-fb-rev-container a.carousel-arrow,.premium-hscroll-wrap a.carousel-arrow,.premium-instafeed-container a.carousel-arrow,.premium-persons-container a.carousel-arrow,.premium-tabs-nav-list a.carousel-arrow,.premium-twitter-feed-wrapper a.carousel-arrow{display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;-js-display:flex;display:-webkit-box;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;position:absolute;z-index:99;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;border:none;-webkit-box-shadow:none;box-shadow:none}.premium-carousel-wrapper a.carousel-arrow svg,.premium-carousel-wrapper a.ver-carousel-arrow svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}div[class^=premium-] .slick-arrow i{display:block}.ver-carousel-arrow.carousel-next i{margin-bottom:-3px}.premium-carousel-wrapper a.slick-arrow:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.premium-carousel-wrapper .premium-carousel-content-hidden{visibility:hidden}.premium-blog-wrap a.carousel-arrow,.premium-carousel-wrapper a.carousel-arrow,.premium-facebook-feed-wrapper a.carousel-arrow,.premium-fb-rev-container a.carousel-arrow,.premium-hscroll-wrap a.carousel-arrow,.premium-instafeed-container a.carousel-arrow,.premium-persons-container a.carousel-arrow,.premium-tabs-nav-list a.carousel-arrow,.premium-twitter-feed-wrapper a.carousel-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-carousel-wrapper a.ver-carousel-arrow{right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}a.carousel-arrow.carousel-next{right:-20px}a.carousel-arrow.carousel-prev{left:-20px}a.ver-carousel-arrow.carousel-next{bottom:-56px}a.ver-carousel-arrow.carousel-prev{top:-45px}a.circle-bg{-webkit-border-radius:100%;border-radius:100%}a.circle-border{-webkit-border-radius:100%;border-radius:100%;border:solid #000}a.square-border{border:solid #000}.premium-blog-wrap ul.slick-dots,.premium-carousel-dots-below,.premium-fb-rev-reviews ul.slick-dots{position:relative;bottom:0;list-style:none;text-align:center;margin:0;padding:0}.premium-carousel-dots-above ul.slick-dots{position:absolute;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;-js-display:flex;display:-webkit-box;display:-moz-box;display:flex;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.slick-dots li{font-size:10px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;-js-display:inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:5px;width:20px;height:20px;cursor:pointer}.premium-carousel-wrapper .premium-carousel-nav-arrow-next,.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,.premium-carousel-wrapper .premium-carousel-nav-dot{display:none}.premium-carousel-wrapper ul.slick-dots svg{width:20px;height:20px;outline:0!important}@-webkit-keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.premium-carousel-ripple-yes .premium-carousel-wrapper{padding-bottom:1px}.premium-carousel-ripple-yes ul.slick-dots li,.premium-carousel-ripple-yes ul.slick-dots li i{position:relative}.premium-carousel-ripple-yes ul.slick-dots li i{z-index:1}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{content:"";position:absolute;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);top:0;left:0;bottom:0;right:0;-webkit-border-radius:50%;border-radius:50%;pointer-events:none;background-color:rgba(0,0,0,.15)}.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before{background-color:rgba(0,0,0,.3)}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{-webkit-animation:hvr-ripple-out 1.3s infinite;animation:hvr-ripple-out 1.3s infinite}.premium-carousel-wrapper.premium-carousel-scale .slick-slide{-webkit-transform:scale(1.25,1.25);-ms-transform:scale(1.25,1.25);transform:scale(1.25,1.25);-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important}.premium-carousel-wrapper.premium-carousel-scale div.slick-active{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}[dir=rtl] .premium-carousel-inner .slick-slide{float:right}.premium-counter-area{padding:10px 0;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-counter-area.top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-counter-area.right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-counter-area.right .premium-counter-icon{padding-right:20px}.premium-counter-area.left .premium-counter-icon{padding-left:20px}.premium-counter-area .premium-counter-icon .icon i.fa:before{vertical-align:text-top}.premium-counter-area .premium-counter-icon span.icon{text-align:center;display:inline-block;vertical-align:middle}.premium-counter-area .premium-counter-icon .circle{-webkit-border-radius:100%;border-radius:100%}.premium-counter-area .premium-counter-icon img,.premium-counter-area .premium-counter-icon svg{width:80px}.premium-counter-area .premium-counter-icon .premium-counter-animation svg{height:80px}.premium-counter-area .premium-counter-title{padding:0;margin:0}.premium-counter-area .premium-counter-value-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-init-wrapper.right{text-align:left}span.icon.flex-width{width:auto!important;height:auto!important}.premium-counter-area .premium-counter-init{font-size:35px}.premium-image-separator-container{position:absolute;width:100%;z-index:2;top:auto}.premium-image-separator-container img{display:inline-block!important;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-image-separator-link{position:absolute;z-index:9999;top:0;right:0;width:100%;height:100%;text-decoration:none}a.premium-image-separator-link:active,a.premium-image-separator-link:focus,a.premium-image-separator-link:hover,a.premium-image-separator-link:visited{-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;border:none!important;text-decoration:none!important}.premium-image-separator-container .img-responsive{display:inline-block}.premium-image-separator-container i,.premium-image-separator-container>svg{padding:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-lower-close,.premium-modal-trigger-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.premium-modal-trigger-btn .premium-modal-box-icon,.premium-modal-trigger-btn>svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-btn>svg{width:30px;height:30px}.premium-modal-box-modal-close{float:left;font-size:21px;font-weight:700;line-height:1;color:#000}.premium-modal-box-modal-close:focus,.premium-modal-box-modal-close:hover{color:#000;text-decoration:none;cursor:pointer}button.premium-modal-box-modal-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.premium-modal-box-modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0;padding:0!important;background:rgba(0,0,0,.5);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-modal-box-modal .premium-modal-box-modal-dialog{position:absolute;max-height:-webkit-calc(100vh - 150px);max-height:calc(100vh - 150px);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0}.premium-modal-box-modal-content{background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;border-radius:6px;outline:0;overflow-x:hidden}.premium-modal-backdrop.premium-in{opacity:.5!important}.premium-modal-fade.premium-in{opacity:1}.premium-modal-backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1040;background-color:#000}.premium-modal-backdrop.premium-modal-fade{opacity:0}.premium-modal-fade{opacity:0}.premium-in{-js-display:flex!important;display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.premium-modal-box-modal-header{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px;border-bottom:1px solid #e5e5e5}.premium-modal-box-modal-header .premium-modal-box-modal-close{margin-top:-2px}.premium-modal-box-modal-header .premium-modal-box-modal-title{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.premium-modal-box-modal-header .premium-modal-box-modal-title svg{width:50px;height:60px}.premium-modal-box-modal-body{position:relative;padding:15px;overflow:hidden}.premium-modal-box-modal-footer{padding:15px;text-align:left;border-top:1px solid #e5e5e5}.premium-modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.premium-modal-trigger-text{background:0 0!important;display:inline-block}.premium-modal-box-container{width:100%!important}.premium-modal-trigger-container .premium-modal-trigger-btn{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-modal-trigger-container .premium-modal-trigger-animation,.premium-modal-trigger-container .premium-modal-trigger-img,.premium-modal-trigger-container .premium-modal-trigger-text{cursor:pointer}.premium-modal-trigger-container .premium-modal-trigger-animation{display:inline-block;width:200px;height:200px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-header img{width:48px;padding-left:5px}.premium-modal-box-modal-header i,.premium-modal-box-modal-header svg{padding-left:6px}.premium-modal-box-modal-close{position:relative;z-index:99}.premium-modal-box-close-button-container,.premium-modal-box-modal-close,.premium-modal-box-modal-lower-close,.premium-modal-trigger-img,.premium-modal-trigger-text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:768px){.premium-modal-box-modal-dialog{width:700px;max-height:600px;overflow:auto}}@media (max-width:767px){.premium-modal-box-modal-dialog{width:100%;max-height:500px;overflow:auto}}.premium-modal-box-container[data-modal-animation*=animated-]{opacity:0}.premium-progressbar-container{position:relative}.premium-progressbar-bar-wrap{position:relative;text-align:right;overflow:hidden;height:25px;margin-bottom:50px;background-color:#f5f5f5;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.premium-progressbar-bar-wrap.premium-progressbar-dots{background-color:transparent;width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-shadow:none;box-shadow:none}.premium-progressbar-bar-wrap .progress-segment{position:relative;width:25px;height:25px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;background-color:#f5f5f5}.premium-progressbar-bar-wrap .progress-segment.filled{background:#6ec1e4}.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child){margin:0 4px}.premium-progressbar-bar-wrap .progress-segment:first-child{margin-left:4px}.premium-progressbar-bar-wrap .progress-segment:last-child{margin-right:4px}.premium-progressbar-bar-wrap .progress-segment .segment-inner{position:absolute;top:0;right:0;height:100%;background-color:#6ec1e4}.premium-progressbar-bar{float:right;width:0%;height:100%;font-size:12px;line-height:20px;background:#6ec1e4;text-align:center;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15)}.premium-progressbar-striped .premium-progressbar-bar{background-image:-webkit-linear-gradient(-135deg,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-image:-webkit-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-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);-webkit-background-size:40px 40px;background-size:40px 40px}.premium-progressbar-active .premium-progressbar-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.premium-progressbar-gradient .premium-progressbar-bar{-webkit-background-size:400% 400%!important;background-size:400% 400%!important;-webkit-animation:progress-bar-gradient 10s ease-in-out infinite;animation:progress-bar-gradient 10s ease-in-out infinite}.premium-progressbar-bar{position:absolute;overflow:hidden;line-height:20px}.premium-progressbar-container .clearfix{clear:both}.premium-progressbar-bar{-webkit-transition:width 0s ease-in-out!important;transition:width 0s ease-in-out!important}.premium-progressbar-container p:first-of-type{margin:0;float:right}.premium-progressbar-container p:nth-of-type(2){margin:0;float:left}.premium-progressbar-name{right:50%;top:0;left:0;-webkit-transform:translateX(12.5px);-ms-transform:translateX(12.5px);transform:translateX(12.5px);z-index:1}.premium-progressbar-multiple-label{position:relative;float:right;width:0;right:50%}.premium-progressbar-center-label{position:relative;white-space:nowrap}.premium-progressbar-arrow{height:15px;right:50%;display:inline-block;border-right:7px solid transparent;border-left:7px solid transparent;border-top:11px solid;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.premium-progressbar-pin{border-right:1px solid;height:12px;right:50%;display:inline-block}.premium-progressbar-circle-wrap{width:200px;height:200px;position:relative;margin:0 auto}.premium-progressbar-circle-wrap .premium-progressbar-circle{position:absolute;top:0;right:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.premium-progressbar-circle-wrap .premium-progressbar-circle div{position:absolute;right:0;top:0;height:100%;width:100%;border-width:6px;border-style:solid;border-color:#54595f;-webkit-border-radius:50%;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);visibility:hidden}.premium-progressbar-circle-wrap .premium-progressbar-circle-base{width:100%;height:100%;border:6px solid #eee;-webkit-border-radius:50%;border-radius:50%}.premium-progressbar-circle-wrap .premium-progressbar-circle-content{position:absolute;top:0;right:0;width:100%;height:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-progressbar-circle-wrap .premium-lottie-animation{line-height:1}@-webkit-keyframes progress-bar-stripes{from{background-position:100% 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:100% 0}to{background-position:40px 0}}@-webkit-keyframes progress-bar-gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}@keyframes progress-bar-gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}.premium-testimonial-box{width:100%;background:0 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial-box .premium-testimonial-author-info{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-testimonial-box .premium-testimonial-company-name,.premium-testimonial-box .premium-testimonial-person-name{font-weight:600;margin:0}.premium-testimonial-container{position:relative}.premium-testimonial-img-wrapper{margin-right:auto;margin-left:auto;overflow:hidden;border-style:solid!important}.premium-testimonial-img-wrapper.circle{-webkit-border-radius:50%;border-radius:50%}.premium-testimonial-img-wrapper.rounded{-webkit-border-radius:15px;border-radius:15px}.premium-testimonial-img-wrapper img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%!important}.premium-testimonial-content-wrapper{position:relative;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;-js-display:flex;display:-webkit-box;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:2;width:100%;padding:20px;text-align:center}.premium-testimonial-clear-float{clear:both}.premium-testimonial-lower-quote,.premium-testimonial-upper-quote{position:absolute;z-index:1}.premium-dual-header-container .premium-dual-header-first-header,.premium-dual-header-container .premium-dual-header-second-header{position:relative;padding:0;margin:0;display:inline-block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.premium-dual-header-first-clip .premium-dual-header-first-span,.premium-dual-header-second-clip{-webkit-text-fill-color:transparent;-webkit-background-clip:text}.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,.premium-dual-header-second-clip.stroke{-webkit-text-stroke-color:transparent;-webkit-text-fill-color:#fafafa;-webkit-text-stroke-width:2px}@media (max-width:500px){.premium-dual-header-container .premium-dual-header-first-header,.premium-dual-header-container .premium-dual-header-second-header{word-wrap:break-word}.premium-dual-header-first-container,.premium-dual-header-second-container{margin:0}}@media (min-width:501px){.premium-dual-header-first-container{margin-left:5px}}.premium-dual-header-first-header.gradient .premium-dual-header-first-span,.premium-dual-header-second-header.gradient{-webkit-background-size:300% 300%!important;background-size:300% 300%!important;-webkit-animation:Gradient 10s ease-in-out infinite;animation:Gradient 10s ease-in-out infinite}@-webkit-keyframes Gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}@keyframes Gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}.premium-title-container{position:relative;width:100%;clear:both;overflow:hidden}.premium-title-container .premium-title-header{position:relative;margin:0;padding:10px}.premium-title-container .premium-title-header:not(.premium-title-style7){-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-title-container .premium-title-header svg{width:40px;height:40px}.premium-title-container .premium-title-header img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.premium-title-container .premium-title-header a{position:absolute;top:0;right:0;width:100%;height:100%}.premium-title-container .premium-lottie-animation{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-icon-row .premium-title-icon{margin-left:10px}.premium-title-icon-row-reverse .premium-title-icon{margin-right:10px}.premium-title-style3,.premium-title-style4{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-style1,.premium-title-style2,.premium-title-style5,.premium-title-style6,.premium-title-style8,.premium-title-style9{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.premium-title-style7{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-title-style7 .premium-title-style7-inner{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-title-style1{border-width:0;border-right:3px solid #6ec1e4}.premium-title-container.style2,.premium-title-container.style4,.premium-title-container.style5,.premium-title-container.style6{border-bottom:3px solid #6ec1e4}.premium-title-style6:before{position:absolute;right:50%;bottom:0;margin-right:-2px;content:"";border:3px solid transparent}.premium-title-style7-stripe-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-style7:before{display:none}.premium-title-style8 .premium-title-text[data-animation=shiny]{-webkit-background-size:125px 125px!important;background-size:125px!important;color:rgba(255,255,255,0);-webkit-background-clip:text!important;background-clip:text!important;-webkit-animation-name:pa-shinny-text!important;animation-name:pa-shinny-text!important;-webkit-animation-duration:var(--animation-speed)!important;animation-duration:var(--animation-speed)!important;-webkit-animation-iteration-count:infinite!important;animation-iteration-count:infinite!important;background:var(--base-color) -webkit-gradient(linear,left top,right top,from(var(--base-color)),to(var(--base-color)),color-stop(.5,var(--shiny-color))) 0 0 no-repeat}.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter{-webkit-animation:pa-blur-shadow 2s 1 alternate;animation:pa-blur-shadow 2s 1 alternate}.premium-title-gradient-yes .premium-title-icon,.premium-title-gradient-yes .premium-title-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(#ffa648),color-stop(#f17cc1),to(#4da9fd));background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}.premium-title-clipped .premium-title-header{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@-webkit-keyframes pa-shinny-text{0%{background-position:100%}100%{background-position:-100%}}@keyframes pa-shinny-text{0%{background-position:100%}100%{background-position:-100%}}@-webkit-keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}@keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span{background:inherit}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;-js-display:inline-flex!important;display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-mask-active.premium-mask-tr .premium-mask-span::after{-webkit-animation:pa-mask-tr 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tr 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateX(-103%);-ms-transform:translateX(-103%);transform:translateX(-103%)}.premium-mask-active.premium-mask-tl .premium-mask-span::after{-webkit-animation:pa-mask-tl 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tl 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateX(103%);-ms-transform:translateX(103%);transform:translateX(103%)}.premium-mask-active.premium-mask-tb .premium-mask-span::after{-webkit-animation:pa-mask-tb 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tb 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateY(-103%);-ms-transform:translateY(-103%);transform:translateY(-103%)}.premium-mask-active.premium-mask-tt .premium-mask-span::after{-webkit-animation:pa-mask-tt 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tt 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateY(103%);-ms-transform:translateY(103%);transform:translateY(103%)}@-webkit-keyframes pa-mask-tr{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(103%);transform:translateX(103%)}}@keyframes pa-mask-tr{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(103%);transform:translateX(103%)}}@-webkit-keyframes pa-mask-tl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-103%);transform:translateX(-103%)}}@keyframes pa-mask-tl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-103%);transform:translateX(-103%)}}@-webkit-keyframes pa-mask-tb{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(103%);transform:translateY(103%)}}@keyframes pa-mask-tb{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(103%);transform:translateY(103%)}}@-webkit-keyframes pa-mask-tt{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-103%);transform:translateY(-103%)}}@keyframes pa-mask-tt{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-103%);transform:translateY(-103%)}}.premium-video-box-transform{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.premium-video-box-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-video-box-container>div{position:relative;overflow:hidden}.pa-aspect-ratio-11 .premium-video-box-container>div{padding-bottom:100%}.pa-aspect-ratio-169 .premium-video-box-container>div{padding-bottom:56.25%}.pa-aspect-ratio-43 .premium-video-box-container>div{padding-bottom:75%}.pa-aspect-ratio-32 .premium-video-box-container>div{padding-bottom:66.6666%}.pa-aspect-ratio-219 .premium-video-box-container>div{padding-bottom:42.8571%}.pa-aspect-ratio-916 .premium-video-box-container>div{padding-bottom:177.8%}.premium-video-box-image-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%;cursor:pointer;margin:auto;-webkit-transition:.2s all;transition:.2s all}.premium-video-box-play-icon-container{position:absolute;z-index:2;cursor:pointer;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);background:rgba(252,252,252,.35)}.premium-video-box-description-container{position:absolute;z-index:2;padding:5px;text-align:center;cursor:pointer;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.premium-video-box-text{margin-bottom:0!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-video-box-play-icon{padding:15px;-webkit-transform:translateX(-4%);-ms-transform:translateX(-4%);transform:translateX(-4%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-video-box-video-container{position:absolute;top:0;right:0;z-index:2;width:100%;height:100%;-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out;overflow:hidden;cursor:pointer}.premium-video-box-container[data-overlay=true][data-type=self] .premium-video-box-video-container{opacity:0;visibility:hidden}.premium-video-box-video-container iframe{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.premium-video-box-video-container video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;background-color:#000;-o-object-fit:contain;object-fit:contain}.premium-video-box-container .premium-video-box-vimeo-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;z-index:3;margin:10px;margin-left:10px;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;margin-left:4.6em}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait{width:60px;height:60px;background:rgba(23,35,34,.75);margin-left:1px;-webkit-box-flex:1;-webkit-flex:1 0 auto;-moz-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:0}.premium-video-box-vimeo-portrait img{width:50px;height:50px;margin:5px;padding:0;border:0;-webkit-border-radius:50%;border-radius:50%}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers{font-size:10px}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title{max-width:100%;font-size:2em!important;font-weight:700;margin:0;padding:.1em .2em;background:rgba(23,35,34,.75);display:inline-block;text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline{font-size:1.2em!important;font-weight:400;color:#fff;margin-top:.1em;padding:.2em .5em;background:rgba(23,35,34,.75);text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-playlist-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-video-box-playlist-container .premium-video-box-container{height:100%;overflow:hidden}.premium-video-box-container:hover .premium-video-box-image-container.zoomin{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.zoomout{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-video-box-container:hover .premium-video-box-image-container.scale{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-video-box-container:hover .premium-video-box-image-container.gray{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-video-box-container:hover .premium-video-box-image-container.blur{-webkit-filter:blur(3px);filter:blur(3px)}.premium-video-box-container:hover .premium-video-box-image-container.sepia{-webkit-filter:sepia(0);filter:sepia(0)}.premium-video-box-container:hover .premium-video-box-image-container.trans{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.bright{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-video-box-image-container.gray{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-video-box-image-container.scale,.premium-video-box-image-container.zoomout{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-video-box-image-container.sepia{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-video-box-image-container.bright{-webkit-filter:brightness(1);filter:brightness(1)}.premium-video-box-image-container.trans{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-video-box-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.premium-video-box-container.premium-video-box-sticky-apply{z-index:99;overflow:unset}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{position:fixed!important;z-index:99999;height:225px;width:400px;background:#fff}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before,.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap{visibility:hidden}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{-webkit-box-shadow:unset;box-shadow:unset}.premium-video-box-sticky-close,.premium-video-box-sticky-infobar{display:none}.premium-video-box-sticky-apply .premium-video-box-sticky-close{position:absolute;padding:5px;cursor:pointer;z-index:99999;height:14px;width:14px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:100%;border-radius:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-video-box-sticky-apply .premium-video-box-play-icon-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-video-box-sticky-apply .premium-video-box-play-icon{-webkit-transition:none;transition:none}.premium-video-box-sticky-apply .premium-video-box-sticky-infobar{display:block;position:relative;top:100%;width:100%;padding:5px;text-align:center;z-index:9999;margin-top:-1px}.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable{cursor:move}.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;top:20px}.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;bottom:20px}.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;top:20px}.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;bottom:20px}.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{bottom:55px}.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;left:-10px}.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;right:-10px}.premium-video-box-filter-sticky{-webkit-filter:none!important;filter:none!important}.premium-blog-thumb-effect-wrapper{position:relative;overflow:hidden}.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link{position:absolute;top:0;right:0;width:100%;height:100%;z-index:2;padding:20px}.premium-blog-bordered-effect .premium-blog-post-link{display:block;height:100%;position:relative}.premium-blog-thumbnail-container{overflow:hidden}.premium-blog-thumbnail-container .below-entry-meta,.premium-blog-thumbnail-container img{width:100%;height:100%;margin:0!important;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-blog-thumb-effect-wrapper .premium-blog-scale-effect img,.premium-blog-thumb-effect-wrapper .premium-blog-zoomout-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-thumb-effect-wrapper .premium-blog-sepia-effect img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-blog-thumb-effect-wrapper .premium-blog-bright-effect img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-blog-thumb-effect-wrapper .premium-blog-trans-effect img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-scale-effect img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-blog-post-outer-container:hover .premium-blog-gray-effect img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-blog-post-outer-container:hover .premium-blog-blur-effect img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-blog-post-outer-container:hover .premium-blog-bright-effect img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-blog-post-outer-container:hover .premium-blog-trans-effect img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-blog-post-container{overflow:hidden}.premium-blog-post-container .premium-blog-inner-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container .premium-blog-post-content{line-height:1.5em;color:#777;font-size:14px;margin-bottom:10px}.premium-blog-post-container .premium-blog-post-link:focus,.premium-blog-post-container .premium-blog-post-link:hover,.premium-blog-post-container ul.post-categories a:focus,.premium-blog-post-container ul.post-categories a:hover{-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important}.premium-blog-post-container .premium-blog-entry-title{font-size:18px;margin-bottom:5px}.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper{position:relative;z-index:3;top:-50px}.premium-blog-post-container .premium-blog-content-wrapper{background-color:#f5f5f5;padding:30px}.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb{top:0}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{position:absolute;content:"";z-index:1;top:50%;right:50%;opacity:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s;height:1px;width:100%;background-color:#fff}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{width:1px;height:100%}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:after{width:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:before{height:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper{margin:0 10px 20px;clear:both}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay{position:absolute;top:0;right:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-side{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container{height:100%}.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.premium-blog-post-container.premium-blog-skin-banner{position:relative}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper{position:absolute;width:100%;bottom:0;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:transparent;z-index:3}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper-inner{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper-inner{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.premium-blog-post-container .premium-blog-cats-container ul.post-categories{margin:0;padding:0;list-style:none;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container .premium-blog-cats-container a{display:block;font-size:12px;color:#fff;background-color:#777;margin:0 0 10px 3px;padding:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-diagonal-container{position:absolute;top:0;right:0;width:100%;height:100%}.premium-blog-diagonal-effect:before{position:absolute;top:0;right:0;width:100%;height:100%;content:" ";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-thumb-effect-wrapper:hover .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-blog-framed-effect{position:absolute;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);height:-webkit-calc(100% - 30px);height:calc(100% - 30px);top:15px;right:15px;opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-thumb-effect-wrapper:hover .premium-blog-framed-effect{opacity:.99;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-bordered-effect{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;padding:15px;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-bordered-effect .premium-blog-post-link:after,.premium-blog-bordered-effect .premium-blog-post-link:before{content:"";display:block;position:absolute;top:0;right:0;width:100%;height:100%;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;-webkit-transition-delay:0s;transition-delay:0s;border-color:rgba(255,255,255,.45)}.premium-blog-bordered-effect .premium-blog-post-link:before{border-left:2px solid;border-right:2px solid;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-blog-bordered-effect .premium-blog-post-link:after{border-top:2px solid;border-bottom:2px solid;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect{opacity:.99}.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:after,.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:before{-webkit-transition-delay:.15s;transition-delay:.15s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-squares-effect,.premium-blog-squares-square-container{position:absolute;top:0;right:0;width:100%;height:100%}.premium-blog-squares-effect:after,.premium-blog-squares-effect:before{position:absolute;content:"";top:0;right:0;width:50%;height:50%;-webkit-transform:translate(100%,-100%);-ms-transform:translate(100%,-100%);transform:translate(100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-squares-square-container:after,.premium-blog-squares-square-container:before{position:absolute;content:"";top:0;right:0;width:50%;height:50%;-webkit-transform:translate(100%,-100%);-ms-transform:translate(100%,-100%);transform:translate(100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-squares-square-container:after,.premium-blog-squares-square-container:before{opacity:.8}.premium-blog-squares-effect:after{-webkit-transform:translate(-200%,200%);-ms-transform:translate(-200%,200%);transform:translate(-200%,200%)}.premium-blog-squares-square-container:before{-webkit-transform:translate(100%,200%);-ms-transform:translate(100%,200%);transform:translate(100%,200%)}.premium-blog-squares-square-container:after{-webkit-transform:translate(-200%,-100%);-ms-transform:translate(-200%,-100%);transform:translate(-200%,-100%)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before{-webkit-transform:translate(0,0) scaleY(1.003) scaleX(1.003);-ms-transform:translate(0,0) scaleY(1.003) scaleX(1.003);transform:translate(0,0) scaleY(1.003) scaleX(1.003)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after{-webkit-transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003);-ms-transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003);transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay{opacity:1}.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-clear-fix{clear:both}.premium-blog-masked .premium-blog-thumbnail-container{position:relative;overflow:visible}.premium-blog-masked .premium-blog-thumbnail-container svg{position:absolute;height:100px;width:100%;bottom:-5px;right:0;fill:#f5f5f5;z-index:99}.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.premium-blog-masked .premium-blog-author-thumbnail,.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper{z-index:999!important}.premium-blog-format-link{padding:5px;line-height:0}.premium-blog-entry-meta{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.premium-blog-entry-meta i{margin-left:3px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-meta-data{display:inline-block}.premium-blog-meta-data .premium-blog-meta-separator{margin:0 5px}.premium-blog-meta-data a,.premium-blog-meta-data span{color:inherit;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-author-thumbnail{position:relative;padding:0 30px;width:100%;top:-10px;height:0;pointer-events:none}.premium-blog-author-thumbnail img{-webkit-border-radius:50%;border-radius:50%;width:60px;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-blog-entry-title a,.premium-blog-post-content .premium-blog-excerpt-link,.premium-blog-post-tags-container a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link{background-color:transparent;color:#54595f;padding:0}.premium-blog-cta-full-yes .premium-blog-excerpt-link{width:100%}.premium-blog-post-tags-container{margin-top:8px;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-post-tags-container a{color:inherit;margin-right:5px}.premium-blog-align-center .post-categories,.premium-blog-align-center .premium-blog-inner-container,.premium-blog-align-center .premium-blog-post-tags-container{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-blog-align-left .premium-blog-post-container .post-categories,.premium-blog-align-left .premium-blog-post-container .premium-blog-inner-container,.premium-blog-align-left .premium-blog-post-container .premium-blog-post-tags-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.premium-blog-align-right .premium-blog-post-container .post-categories,.premium-blog-align-right .premium-blog-post-container .premium-blog-inner-container,.premium-blog-align-right .premium-blog-post-container .premium-blog-post-tags-container{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.premium-blog-pagination-container{text-align:left}.premium-blog-pagination-container span{cursor:default}.premium-blog-pagination-container .page-numbers{display:inline-block;color:#000;line-height:1;font-size:1em;font-weight:400;text-decoration:none;padding:.75em;margin:0 0 .4em .4em;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-blog-wrap .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.2);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;z-index:99}.premium-blog-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-wrap ul.slick-dots{width:100%}.premium-blog-even .premium-blog-post-container{height:100%}.premium-blog-even .slick-track{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-even .slick-slide{height:inherit!important}@media (max-width:768px){.premium-blog-content-wrapper{top:0;margin:0;padding:15px}.premium-blog-thumb-effect-wrapper{margin-bottom:15px}}[dir=rtl] .premium-blog-wrap.slick-slider .slick-list,[dir=rtl] .premium-blog-wrap.slick-slider .slick-track{direction:ltr}.premium-person-container{position:relative}.premium-person-image-container{position:relative;text-align:center;overflow:hidden}.premium-person-image-container .premium-person-image-wrap{overflow:hidden}.premium-person-scale-effect .premium-person-image-container img,.premium-person-zoomout-effect .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-sepia-effect .premium-person-image-container img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-person-bright-effect .premium-person-image-container img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-person-trans-effect .premium-person-image-container img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-person-zoomin-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-zoomout-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-person-scale-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-person-grayscale-effect:hover .premium-person-image-container img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-person-blur-effect:hover .premium-person-image-container img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-person-sepia-effect:hover .premium-person-image-container img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-person-bright-effect:hover .premium-person-image-container img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-person-trans-effect:hover .premium-person-image-container img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-person-container .premium-person-image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-person-style2 .premium-person-social{position:absolute;top:0;right:0;width:100%;height:100%;z-index:2;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:inset 0 0 120px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 120px 0 rgba(0,0,0,.5);-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;opacity:0}.premium-person-style2 .premium-person-image-container:hover .premium-person-social{opacity:1}.premium-person-list-item a{display:inline-block}.premium-person-style2 .premium-person-list-item a{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease-in-out 0s;transition:all .5s ease-in-out 0s}.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-person-info-container{padding:30px 15px}.premium-person-name{margin:0 0 5px;font-weight:700}.premium-person-title{margin:0 0 20px;padding:0}.premium-person-content{margin:0 0 30px}ul.premium-person-social-list{margin:0!important;padding:0}.premium-person-social-list .premium-person-list-item{display:inline;list-style:none}.premium-person-social-list li{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-person-social-list li i{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-person-defaults-yes li.premium-person-facebook:hover a{background-color:#3b5998!important}.premium-person-defaults-yes li.premium-person-twitter:hover a{background-color:#55acee!important}.premium-person-defaults-yes li.premium-person-linkedin:hover a{background-color:#0077b5!important}.premium-person-defaults-yes li.premium-person-google:hover a{background-color:#dc4e41!important}.premium-person-defaults-yes li.premium-person-youtube:hover a{background-color:#b31217!important}.premium-person-defaults-yes li.premium-person-instagram:hover a{background-color:#e4405f!important}.premium-person-defaults-yes li.premium-person-skype:hover a{background-color:#00aff0!important}.premium-person-defaults-yes li.premium-person-pinterest:hover a{background-color:#bd081c!important}.premium-person-defaults-yes li.premium-person-dribbble:hover a{background-color:#ea4c89!important}.premium-person-defaults-yes li.premium-person-mail:hover a{background-color:#b23121!important}.premium-person-defaults-yes li.premium-person-behance:hover a{background-color:#1769ff!important}.premium-person-defaults-yes li.premium-person-whatsapp:hover a{background-color:#25d366!important}.premium-person-defaults-yes li.premium-person-telegram:hover a{background-color:#08c!important}.premium-person-defaults-yes li.premium-person-site:hover a{background-color:#0055a5!important}.premium-person-social-list li:hover a{-webkit-box-shadow:none;box-shadow:none}.premium-person-social-list li a:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.premium-person-social-list li i{font-size:18px}.elementor-widget-premium-addon-person .elementor-widget-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-persons-container.multiple-persons{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.premium-person-style1 .premium-person-container{overflow:hidden}.premium-person-style1 .premium-person-container .premium-person-info{position:absolute;top:auto;left:0;right:0;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-person-style1 .premium-person-container:hover .premium-person-info{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.premium-person-style1 .premium-person-social-list li:hover{bottom:5px}.premium-person-style1.multiple-persons:not([data-persons-equal=yes]){-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.premium-person-style1 .slick-track{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-person-style1 .slick-slide{height:inherit!important}.premium-person-style1.multiple-persons[data-persons-equal=yes] .premium-person-image-container,.premium-person-style1.multiple-persons[data-persons-equal=yes] .premium-person-image-wrap{height:100%}.premium-person-style3 .premium-person-info-container{position:absolute;top:0;right:0;width:100%;height:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.premium-person-style3 .premium-person-title-desc-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.premium-person-style3 .premium-person-name-icons-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.premium-person-style3 .premium-person-title{opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;width:0}.premium-person-style3 .premium-person-title span{display:inline-block}.premium-person-style3 .premium-person-name{padding-right:10px}.premium-person-style3 .premium-person-social-list{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.premium-person-style3 .premium-person-list-item{line-height:0}.premium-person-style3 .premium-person-list-item a{padding:5px 0 0 10px;margin:5px 0}.premium-person-style3 .premium-person-container:hover .premium-person-title{opacity:1}.premium-person-style3 .premium-person-container:hover .premium-person-social-list{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-persons-title-cw .premium-person-title{-webkit-transform:translateX(-15px) rotate(-90deg);-ms-transform:translateX(-15px) rotate(-90deg);transform:translateX(-15px) rotate(-90deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.premium-persons-title-cw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(-90deg);-ms-transform:translateX(0) rotate(-90deg);transform:translateX(0) rotate(-90deg)}.premium-persons-title-ccw .premium-person-title{width:auto;margin-left:20px;-webkit-transform:translateX(-15px) rotate(90deg);-ms-transform:translateX(-15px) rotate(90deg);transform:translateX(-15px) rotate(90deg);-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.premium-persons-title-ccw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(90deg);-ms-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}.premium-fancy-text,.premium-prefix-text,.premium-suffix-text{font-size:40px}.premium-fancy-item-hidden,.premium-fancy-text-wrapper:not(.typing) .premium-fancy-text{opacity:0}.premium-fancy-text-wrapper .premium-fancy-list-items{list-style:none}.premium-fancy-text-wrapper .premium-fancy-text-span-align{vertical-align:top}.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper{margin:0;padding:0;border:none;position:relative}.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items{position:absolute;top:0;left:0;display:inline-block}.premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden{-webkit-animation:pa-zoom-out .8s;animation:pa-zoom-out .8s}.premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible{position:relative!important;-webkit-animation:pa-zoom-in .8s;animation:pa-zoom-in .8s}.premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper{-webkit-perspective:300px;perspective:300px}.premium-fancy-text-wrapper.rotate .premium-fancy-list-items{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:pa-rotate-out 1.2s;animation:pa-rotate-out 1.2s}.premium-fancy-text-wrapper.rotate .premium-fancy-item-visible{position:relative!important;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:pa-rotate-in 1.2s;animation:pa-rotate-in 1.2s}.premium-fancy-text-wrapper.custom .premium-fancy-item-visible{position:relative!important}.premium-fancy-text-wrapper.auto-fade .premium-fancy-text{display:inline-block;width:200px;font-weight:400}.premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text{position:relative;vertical-align:sub}.premium-fancy-text-wrapper.auto-fade g>text{text-anchor:start;shape-rendering:crispEdges;opacity:0;font-size:300px;-webkit-animation-name:pa-auto-fade;animation-name:pa-auto-fade;-moz-animation-name:pa-auto-fade;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(3){-webkit-animation-delay:6s;animation-delay:6s}.premium-fancy-text-wrapper.loading .premium-fancy-text{position:relative}.premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar{position:absolute;width:100%;height:3px;bottom:0;left:0;animation:pa-loading-bar 2.5s ease-out infinite;-webkit-animation:pa-loading-bar 2.5s ease-out infinite}.premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-loading-bar{0%{width:0}100%{width:100}}@keyframes pa-loading-bar{0%{width:0}100%{width:100}}@-webkit-keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}.premium-pricing-table-container{position:relative;overflow:hidden;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pricing-icon-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0}.premium-pricing-icon-container .premium-pricing-icon{display:inline-block}.premium-pricing-icon-container .premium-pricing-image{overflow:hidden}.premium-pricing-icon-container .premium-pricing-image img{width:25px;height:25px;-o-object-fit:cover;object-fit:cover}.premium-badge-left{position:absolute;top:0}.premium-badge-right{position:absolute;top:0;right:0}.premium-badge-left{left:0}.premium-badge-triangle.premium-badge-left .corner{width:0;height:0;border-top:150px solid;border-bottom:150px solid transparent;border-right:150px solid transparent}.premium-badge-triangle.premium-badge-right .corner{width:0;height:0;border-bottom:150px solid transparent;border-right:150px solid;border-left:150px solid transparent}.premium-badge-triangle span{position:absolute;top:35px;width:100px;text-align:center;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);display:block;text-transform:uppercase}.premium-badge-triangle.premium-badge-right span{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:0}.premium-badge-circle{min-width:4em;min-height:4em;line-height:4em;text-align:center;-webkit-border-radius:100%;border-radius:100%;position:absolute;z-index:1}.premium-badge-stripe{position:absolute;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:15em;overflow:hidden;height:15em}.premium-badge-stripe.premium-badge-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-badge-stripe .corner{text-align:center;left:0;width:150%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase}.premium-badge-flag .corner{text-align:center;-webkit-border-radius:4px 4px 0 4px;border-radius:4px 4px 0 4px;padding:3px 15px;position:absolute;top:10%;right:-8px}.premium-badge-flag .corner::after,.premium-badge-flag .corner::before{content:"";display:block;position:absolute;width:0;height:0;top:100%;right:0;border-bottom:8px solid transparent}.elementor-widget-premium-addon-pricing-table .elementor-widget-container{overflow:visible!important}.premium-badge-flag .corner::after{border-left:8px solid rgba(0,0,0,.2)}.premium-pricing-price-currency{position:relative}.premium-pricing-button-container{display:block}.premium-pricing-list{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0}.premium-pricing-list .premium-pricing-list-item{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-pricing-list .premium-pricing-list-item svg{width:50px;height:50px}.premium-pricing-list .premium-pricing-list-item img{width:30px;height:30px;-o-object-fit:cover;object-fit:cover}.premium-pricing-list .premium-pricing-list-span{position:relative}.premium-pricing-list .list-item-tooltip{border-bottom:1px dotted}.premium-pricing-list .premium-pricing-list-tooltip{position:absolute;top:-webkit-calc(100% + 1px);top:calc(100% + 1px);right:0;visibility:hidden;padding:15px 20px;-webkit-border-radius:5px;border-radius:5px;min-width:200px;overflow:hidden;text-align:right;font-size:.8rem;color:#fff;background-color:#aaa}.premium-pricing-features-left .premium-pricing-list-span{text-align:right}.premium-pricing-features-center .premium-pricing-list-span{text-align:center}.premium-pricing-features-right .premium-pricing-list-span{text-align:left}.premium-pricing-list-span:hover .premium-pricing-list-tooltip{z-index:99;visibility:visible;opacity:1}.premium-pricing-slashed-price-value{display:inline-block;font-size:20px;font-weight:400;margin-left:5px}.premium-pricing-price-value{font-size:70px}.premium-pricing-description-container li{list-style-position:inside;text-indent:-40px}@-moz-document url-prefix(){.premium-pricing-description-container li{text-indent:0}}.premium-pricing-price-button{display:block;padding:6px 12px;line-height:1.42857143;text-align:center;color:#fff;background:#6ec1e4;margin-bottom:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-maps-info-container{margin-top:10px;margin-bottom:10px}.premium-maps-info-desc,.premium-maps-info-title{margin:0;padding:0}.premium-maps-container .gm-style-iw{text-align:center;direction:ltr}.premium-maps-container .gm-style img{max-width:none!important}.premium-button{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);cursor:pointer;-webkit-transition:all .2s ease-in-out!important;transition:all .2s ease-in-out!important}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-button svg,.premium-image-button svg{width:30px;height:30px}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}.premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}.premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}.premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}.premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}.premium-button-text{display:inline-block;width:100%}.premium-button-style1,.premium-button-style2,.premium-button-style5,.premium-button-style7{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.15s;transition-duration:.15s}.premium-button-style1:before,.premium-button-style2:before,.premium-button-style5:before{content:"";position:absolute;z-index:-1;top:0;right:0;left:0;bottom:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.premium-button-style5-radialin:before,.premium-button-style5-radialout:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-border-radius:100%;border-radius:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-radialin:before{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.premium-button-style5-rectin:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-button-style5-rectout:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-rectout:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-button-style5-rectin:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-radialout:hover:before{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.premium-button-style5-radialin:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style1-top:before{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-button-style1-right:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.premium-button-style1-left:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.premium-button-style2-scshutoutver:before,.premium-button-style2-shutouthor:before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.premium-button-style2-scshutouthor:before,.premium-button-style2-shutoutver:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.premium-button-style2-shutinhor:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%}.premium-button-style2-shutinver:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%}.premium-button-style1-bottom:hover:before,.premium-button-style1-top:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.premium-button-style1-left:hover:before,.premium-button-style1-right:hover:before,.premium-button-style2-shutouthor:hover:before,.premium-button-style2-shutoutver:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.premium-button-style2-shutinhor:hover:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}.premium-button-style2-shutinver:hover:before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.premium-button-style2-scshutouthor:hover:before{-webkit-transform:scaleX(.9);-ms-transform:scaleX(.9);transform:scaleX(.9)}.premium-button-style2-scshutoutver:hover:before{-webkit-transform:scaleY(.8);-ms-transform:scaleY(.8);transform:scaleY(.8)}.premium-button-style2-dshutinhor:before{top:50%;right:50%;width:120%;height:0%;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:all;transition-property:all}.premium-button-style2-dshutinver:before{top:50%;right:50%;width:120%;height:0%;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:all;transition-property:all;-webkit-transform:translateX(50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(-45deg);transform:translateX(50%) translateY(-50%) rotate(-45deg)}.premium-button-style2-dshutinhor:hover:before,.premium-button-style2-dshutinver:hover:before{height:220%}.premium-button-style3-before i,.premium-button-style3-before svg{opacity:0;-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-button-style3-after i,.premium-button-style3-after svg{opacity:0;-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.premium-button-style3-after:hover i,.premium-button-style3-after:hover svg{opacity:1}.premium-button-style3-before:hover i,.premium-button-style3-before:hover svg{opacity:1}.premium-button-text-icon-wrapper{width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-button-text-icon-wrapper i,.premium-button-text-icon-wrapper span,.premium-button-text-icon-wrapper svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style4-icon-wrapper.top{bottom:-100%;right:0}.premium-button-style4-icon-wrapper.bottom{top:-100%;right:0}.premium-button-style4-icon-wrapper.left{top:0;right:-100%}.premium-button-style4-icon-wrapper.right{top:0;left:-100%}.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper{top:0;opacity:1}.premium-button-style4-top:hover .premium-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-button-style4-left:hover .premium-button-style4-icon-wrapper{right:0;opacity:1}.premium-button-style4-right:hover .premium-button-style4-icon-wrapper{left:0;opacity:1}.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-button-style4-top:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-button-style4-left:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.premium-button-style4-right:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-button-style6:before{content:"";position:absolute;right:50%;top:50%;width:100px;height:100px;-webkit-border-radius:100%;border-radius:100%;-webkit-transform:translate(50%,-50%) scale(0);-ms-transform:translate(50%,-50%) scale(0);transform:translate(50%,-50%) scale(0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style6:hover:before{-webkit-transform:translate(50%,-50%) scale(3);-ms-transform:translate(50%,-50%) scale(3);transform:translate(50%,-50%) scale(3)}.premium-button-style6 .premium-button-text-icon-wrapper{position:relative;z-index:1}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;right:0;width:0;height:0;-webkit-border-radius:50%;border-radius:50%;display:block;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-button-style7-left .premium-button-text-icon-wrapper:before,.premium-button-style7-right .premium-button-text-icon-wrapper:before{-webkit-transition:width .3s ease-out .15s;transition:width .3s ease-out .15s}.premium-button-style7-left .premium-button-text-icon-wrapper:after,.premium-button-style7-right .premium-button-text-icon-wrapper:after{-webkit-transition:width .3s ease-out 0s;transition:width .3s ease-out 0s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,.premium-button-style7-top .premium-button-text-icon-wrapper:before{-webkit-transition:height .3s ease-out .15s;transition:height .3s ease-out .15s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,.premium-button-style7-top .premium-button-text-icon-wrapper:after{-webkit-transition:height .3s ease-out 0s;transition:height .3s ease-out 0s}.premium-button[class*=style7]:hover .premium-button-text-icon-wrapper:before{-webkit-transition-delay:0s;transition-delay:0s}.premium-button[class*=style7]:hover .premium-button-text-icon-wrapper:after{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,.premium-button-style7-bottom .premium-button-text-icon-wrapper:before{content:"";position:absolute;left:0;top:0;right:0;height:0;z-index:-1}.premium-button-style7-top .premium-button-text-icon-wrapper:after,.premium-button-style7-top .premium-button-text-icon-wrapper:before{content:"";position:absolute;left:0;bottom:0;right:0;height:0;z-index:-1}.premium-button-style7-right .premium-button-text-icon-wrapper:after,.premium-button-style7-right .premium-button-text-icon-wrapper:before{content:"";position:absolute;right:0;top:0;bottom:0;width:0;z-index:-1}.premium-button-style7-left .premium-button-text-icon-wrapper:after,.premium-button-style7-left .premium-button-text-icon-wrapper:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;z-index:-1}.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before{height:100%;top:0}.premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-top:hover .premium-button-text-icon-wrapper:before{height:100%;bottom:0}.premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-left:hover .premium-button-text-icon-wrapper:before{width:100%;left:0}.premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-right:hover .premium-button-text-icon-wrapper:before{width:100%;right:0}.premium-contact-form-anim-yes .wpcf7-span::after{display:block;height:2px;content:"";top:-2px;position:relative;width:0;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.premium-contact-form-anim-yes .wpcf7-span.is-focused::after{width:100%}.premium-cf7-container input.wpcf7-submit{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;overflow:hidden;background-color:#eee;cursor:pointer;-webkit-transition:all .2s ease-in-out!important;transition:all .2s ease-in-out!important}.premium-image-button .premium-button-style6-bg,.premium-image-button.premium-button-style6:before,.premium-image-button:not(.premium-image-button-style6):hover{background-color:#54595f}.premium-image-button-style1-bottom:before,.premium-image-button-style1-left:before,.premium-image-button-style1-right:before,.premium-image-button-style1-top:before,.premium-image-button-style4-icon-wrapper,.premium-image-button:hover{background-color:#54595f}.premium-image-button-text-icon-wrapper{width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:3;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-text-icon-wrapper,.premium-image-button-text-icon-wrapper i,.premium-image-button-text-icon-wrapper span,.premium-image-button-text-icon-wrapper svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1-bottom:before,.premium-image-button-style1-left:before,.premium-image-button-style1-right:before,.premium-image-button-style1-top:before{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1-bottom:before{content:"";position:absolute;width:100%;height:0;top:0;right:0}.premium-image-button-style1-top:before{content:"";position:absolute;width:100%;height:0;bottom:0;right:0}.premium-image-button-style1-right:before{content:"";position:absolute;width:0;height:100%;bottom:0;right:0}.premium-image-button-style1-left:before{content:"";position:absolute;width:0;height:100%;top:0;left:0}.premium-image-button-style1-bottom:hover:before{height:100%}.premium-image-button-style1-top:hover:before{height:100%}.premium-image-button-style1-right:hover:before{width:100%}.premium-image-button-style1-left:hover:before{width:100%}.premium-image-button-diagonal-bottom,.premium-image-button-diagonal-left,.premium-image-button-diagonal-right,.premium-image-button-diagonal-top{z-index:10}.premium-image-button-diagonal-bottom:before,.premium-image-button-diagonal-left:before,.premium-image-button-diagonal-right:before,.premium-image-button-diagonal-top:before{position:absolute;top:0;right:0;width:100%;height:100%;content:"";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);-webkit-transition:all .8s ease-out;transition:all .8s ease-out}.premium-image-button-diagonal-left:before,.premium-image-button-diagonal-right:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-left:hover:before,.premium-image-button-diagonal-right:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-bottom:before,.premium-image-button-diagonal-top:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-bottom:hover:before,.premium-image-button-diagonal-top:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);-ms-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-image-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-js-display:flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button-style4-icon-wrapper.top{bottom:-100%;right:0}.premium-image-button-style4-icon-wrapper.bottom{top:-100%;right:0}.premium-image-button-style4-icon-wrapper.left{top:0;right:-100%}.premium-image-button-style4-icon-wrapper.right{top:0;left:-100%}.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper{top:0;opacity:1}.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper{right:0;opacity:1}.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper{left:0;opacity:1}.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-image-button-overlap-effect-horizontal:before,.premium-image-button-overlap-effect-vertical:before{position:absolute;content:"";top:0;right:0;width:100%;height:100%;opacity:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;background:rgba(255,255,255,.2);-webkit-animation-name:premium-overlap-effect-done;animation-name:premium-overlap-effect-done;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-vertical:before{-webkit-animation-name:premium-overlap-ver-effect-done;animation-name:premium-overlap-ver-effect-done;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-horizontal:hover:before{-webkit-animation-name:premium-overlap-effect;animation-name:premium-overlap-effect;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-vertical:hover:before{-webkit-animation-name:premium-overlap-ver-effect;animation-name:premium-overlap-ver-effect;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}.premium-blog-filter,.premium-img-gallery-filter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-js-display:flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-img-gallery{clear:both;overflow:hidden}.premium-gallery-container .premium-gallery-item{padding:10px;float:right}.premium-gallery-container .grid-sizer{width:33.33%}.premium-blog-filter .premium-blog-filters-container li a.category,.premium-img-gallery-filter .premium-gallery-cats-container li a.category{outline:0;text-decoration:none;-webkit-border-radius:75px;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery-filter .premium-gallery-cats-container li a.category span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img{position:relative}.pa-gallery-img .pa-gallery-whole-link{position:absolute;top:0;right:0;width:100%;height:100%}.pa-gallery-img.style2 .pa-gallery-whole-link{z-index:99}.pa-gallery-img-container{overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pa-gallery-img-container img{display:block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery.gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-img-gallery.scale img,.premium-img-gallery.zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-img-gallery.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-img-gallery.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-img-gallery.trans img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.pa-gallery-img .pa-gallery-img-link,.pa-gallery-img .pa-gallery-magnific-image{outline:0}.pa-gallery-img .pa-gallery-img-link i,.pa-gallery-img .pa-gallery-img-link svg,.pa-gallery-img .pa-gallery-magnific-image i,.pa-gallery-img .pa-gallery-magnific-image svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img .pa-gallery-img-link span,.pa-gallery-img .pa-gallery-magnific-image span{line-height:1;display:inline-block;opacity:0;margin:0 5px;padding:15px;-webkit-border-radius:50%;border-radius:50%}.pa-gallery-img.style2 .pa-gallery-img-link span,.pa-gallery-img.style2 .pa-gallery-magnific-image span{margin:0 5px 20px}.pa-gallery-img:hover .pa-gallery-magnific-image span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .3s;transition:all .3s ease-in-out,opacity .5s ease-in-out .3s}.pa-gallery-img:hover .pa-gallery-img-link span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .6s;transition:all .3s ease-in-out,opacity .5s ease-in-out .6s}.pa-gallery-img:hover .pa-gallery-img-link span,.pa-gallery-img:hover .pa-gallery-magnific-image span,.premium-gallery-icon-show a.pa-gallery-video-icon span{opacity:1}.premium-blog-filter ul.premium-blog-filters-container,.premium-img-gallery-filter ul.premium-gallery-cats-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li,.premium-img-gallery-filter .premium-gallery-cats-container li{list-style:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;-js-display:inline-flex;display:-moz-inline-box;display:inline-flex}.premium-img-gallery.zoomin .pa-gallery-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-img-gallery.zoomout .pa-gallery-img:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-img-gallery.scale .pa-gallery-img:hover img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-img-gallery.gray .pa-gallery-img:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-img-gallery.blur .pa-gallery-img:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-img-gallery.sepia .pa-gallery-img:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-img-gallery.trans .pa-gallery-img:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-img-gallery.bright .pa-gallery-img:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.pa-gallery-img .premium-gallery-caption{padding:10px}.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name{margin-bottom:0}.pa-gallery-img.style1{overflow:hidden}.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper{position:absolute;top:0;right:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container{position:absolute;top:33.33%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:999}.premium-blog-post-container .premium-blog-entry-container{margin:0!important}.pa-gallery-img.style1 .premium-gallery-caption{position:absolute;top:auto;left:0;right:0;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pa-gallery-img.default .premium-gallery-caption{position:absolute;top:auto;left:0;right:0;width:100%;bottom:0}.pa-gallery-img.style1:hover .premium-gallery-caption{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.pa-gallery-img.style2 .pa-gallery-icons-caption-container{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;z-index:1;background-color:rgba(108,191,226,.68);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-js-display:flex;display:-moz-box;display:flex;text-align:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.pa-gallery-img.style2 .pa-gallery-icons-caption-cell{width:100%}.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{opacity:1;-webkit-transform:translate(-15px,15px);-ms-transform:translate(-15px,15px);transform:translate(-15px,15px)}.premium-clearfix{clear:both}.premium-gallery-container .pa-gallery-item{padding:10px}.premium-img-gallery-metro .premium-gallery-item{overflow:hidden}.premium-img-gallery-metro .pa-gallery-img{height:100%}.premium-img-gallery-metro .pa-gallery-img-container{height:100%}.premium-img-gallery-metro .pa-gallery-img-container img{min-height:100%;width:100%;-o-object-fit:fill;object-fit:fill}.premium-img-gallery .premium-gallery-item-hidden{visibility:hidden;width:0!important;height:0!important;margin:0!important;padding:0!important}.premium-gallery-load-more .premium-gallery-load-more-btn{-webkit-box-shadow:none;box-shadow:none;text-shadow:none;border:none;outline:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-gallery-load-more-btn{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;-js-display:inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-top-color:#f3f3f3;-webkit-border-radius:50%;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-gallery-load-more-btn div{margin-right:3px}.premium-gallery-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.pa-gallery-img .pa-gallery-lightbox-wrap{display:inline-block}.pa-gallery-img .pa-gallery-video-icon,.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img{cursor:pointer}.pa-gallery-img-container iframe,.pa-gallery-img-container video{position:absolute;visibility:hidden;top:0;right:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.pa-gallery-img-container video{-o-object-fit:contain;object-fit:contain}.pa-gallery-icons-caption-cell svg,.pa-gallery-icons-inner-container svg{width:14px;height:14px}.premium-gallery-gradient-layer{position:absolute;bottom:40px;width:100%;height:20px;background:-webkit-gradient(linear,left bottom,left top,from(#17181f),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom,#17181f 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#17181f 0,rgba(255,255,255,0) 100%)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(-360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.premium-vscroll-inner{position:relative;min-height:100%}.premium-vscroll-inner .premium-vscroll-dots{position:fixed;z-index:100;opacity:1;margin-top:-32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-wrap .premium-vscroll-nav-menu{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dots,.premium-vscroll-wrap .premium-vscroll-dots-hide{opacity:0;visibility:hidden}.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots{opacity:1;visibility:visible}.premium-vscroll-dots.middle{top:50%}.premium-vscroll-dots.top{top:40px}.premium-vscroll-dots.bottom{bottom:30px}.premium-vscroll-dots.right{left:17px}.premium-vscroll-dots.left{right:17px}.premium-vscroll-inner ul.premium-vscroll-dots-list,.premium-vscroll-wrap .premium-vscroll-nav-menu{margin:0!important;padding:0}.premium-vscroll-inner ul.premium-vscroll-dots-list li{width:14px;height:13px;margin:7px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-js-display:flex;display:-moz-box;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;overflow:visible}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span{top:2px;right:2.5px;width:8px;height:8px;border:1px solid #000;-webkit-border-radius:50%;border-radius:50%;position:absolute;z-index:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span{-webkit-transform:scale(1.6);-ms-transform:scale(1.6);transform:scale(1.6)}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip{position:absolute;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;padding-right:.4em;padding-left:.4em}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip{left:27px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item{width:4px;height:30px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span{width:100%;height:100%;-webkit-border-radius:0;border-radius:0}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media (max-width:768px){.premium-vscroll-dots.right{left:7px}.premium-vscroll-dots.left{right:7px}}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";right:-webkit-calc(100% - 1px);right:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";left:-webkit-calc(100% - 1px);left:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip{right:27px}.premium-vscroll-nav-menu{position:fixed;top:20px;height:40px;z-index:100;padding:0;margin:0}.premium-vscroll-nav-menu.left{right:0}.premium-vscroll-nav-menu.right{left:0}.premium-vscroll-nav-menu .premium-vscroll-nav-item{display:inline-block;margin:10px;color:#000;background:#fff;background:rgba(255,255,255,.3)}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link{padding:9px 18px;display:block;cursor:pointer}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link,.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover{color:#000}.multiscroll-nav li a:focus,.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus{outline:0}.premium-vscroll-temp .slimScrollBar{visibility:hidden}.premium-image-scroll-container,.premium-image-scroll-section{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-scroll-section{position:relative;overflow:hidden;width:100%;-webkit-mask-image:-webkit-radial-gradient(white,#000)}.premium-image-scroll-container{width:100%}.premium-image-scroll-container .premium-image-scroll-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-container-scroll{overflow:auto}.premium-image-scroll-container .premium-image-scroll-horizontal{position:relative;width:100%;height:100%}.premium-image-scroll-container .premium-image-scroll-horizontal img{max-width:none;height:100%}.premium-image-scroll-container .premium-image-scroll-vertical img{width:100%;max-width:100%;height:auto}.premium-image-scroll-ver{position:relative}.premium-image-scroll-container .premium-image-scroll-overlay{background:rgba(2,2,2,.3)}.premium-image-scroll-container .premium-image-scroll-link,.premium-image-scroll-container .premium-image-scroll-overlay{position:absolute;top:0;bottom:0;right:0;left:0;z-index:4}.premium-image-scroll-content{display:inline-block;position:absolute;height:auto;top:50%;right:50%;text-align:center;z-index:5;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.premium-container-scroll-instant .premium-image-scroll-image{-webkit-transition:all 0s ease-in-out!important;transition:all 0s ease-in-out!important}.premium-image-scroll-container img{-webkit-transition:-webkit-transform 3s ease-in-out;transition:-webkit-transform 3s ease-in-out;transition:transform 3s ease-in-out;transition:transform 3s ease-in-out,-webkit-transform 3s ease-in-out}.premium-image-scroll-container .premium-image-scroll-content,.premium-image-scroll-container .premium-image-scroll-overlay{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1}.premium-image-scroll-container:hover .premium-image-scroll-overlay{opacity:0}.premium-image-scroll-container:hover .premium-image-scroll-content{opacity:0;visibility:hidden}.premium-image-scroll-content .premium-image-scroll-icon{display:inline-block;font-family:pa-elements!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.pa-horizontal-mouse-scroll:before{content:"\e917"}.pa-vertical-mouse-scroll:before{content:"\e918"}.pa-horizontal-mouse-scroll{-webkit-animation-name:pa-scroll-horizontal;animation-name:pa-scroll-horizontal}.pa-vertical-mouse-scroll{-webkit-animation-name:pa-scroll-vertical;animation-name:pa-scroll-vertical}@-webkit-keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@-webkit-keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}@keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}.premium-lottie-wrap .premium-lottie-animation{position:relative;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-lottie-wrap .premium-lottie-animation a{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.premium-bullet-list-box{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-bullet-list-box .premium-bullet-list-content-grow-lc{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.premium-bullet-list-box .premium-bullet-list-content-grow-rc{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.premium-bullet-list-box .premium-bullet-list-content-grow-cc{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.premium-bullet-list-content{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:auto;position:relative}.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper{display:inline-block;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-bullet-list-content .premium-bullet-list-text span{margin:0 5px}.premium-bullet-list-content .premium-bullet-list-icon-text p{font-size:18px;background-color:#eee;padding:1px 5px;-webkit-border-radius:2px;border-radius:2px}.premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper i,.premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-content .premium-bullet-list-wrapper svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-bullet-list-content .premium-bullet-list-wrapper{position:relative;line-height:0}.premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-content .premium-bullet-list-wrapper svg{width:30px!important;height:30px!important;position:relative;z-index:500}.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text,.premium-bullet-list-content .premium-bullet-list-wrapper i{position:relative;z-index:500}.premium-bullet-list-content .premium-bullet-list-link{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1000}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector{width:100%;height:100%;position:absolute;top:.5em;z-index:100;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after{content:"";border-left-width:1px;border-left-style:solid;border-color:#333;display:block;height:100%}li.premium-bullet-list-content.premium-bullet-list-content-inline{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;z-index:2}li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child){margin:0 3px}li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child{margin:0 0 0 3px}.premium-bullet-list-divider:not(:last-child){width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;overflow:hidden}.premium-bullet-list-divider:not(:last-child):after{content:"";display:block;border-top-style:solid;border-top-width:1px}.premium-bullet-list-divider-inline:not(:last-child){float:left;display:inline-block;position:relative;height:100%;overflow:hidden;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 3px}.premium-bullet-list-divider-inline:not(:last-child):after{content:"";display:block;border-right-width:1px;height:33px;border-right-style:solid}.premium-bullet-list-icon-text{line-height:1.5}.premium-bullet-list-icon-text p,li.premium-bullet-list-content,ul.premium-bullet-list-box{margin:0}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i{color:transparent!important;text-shadow:0 0 3px #aaa}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content{-webkit-filter:blur(3px);filter:blur(3px)}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i{color:#aaa!important;text-shadow:0 0 0 transparent}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content{-webkit-filter:none;filter:none}.premium-bullet-list-content .premium-bullet-list-badge{font-size:11px;top:auto;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.premium-bullet-list-content .premium-bullet-list-icon-text p{font-size:13px}.premium-bullet-list-gradient-effect[data-text]{display:inline-block;position:relative;text-decoration:none}.premium-bullet-list-gradient-effect[data-text]::before{content:attr(data-text);position:absolute;z-index:1;overflow:hidden;-webkit-clip-path:polygon(100% 100%,100% 100%,50% 50%);clip-path:polygon(100% 100%,100% 100%,50% 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease}.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before,.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before{-webkit-animation:rtlgradient 1s forwards;animation:rtlgradient 1s forwards}@-webkit-keyframes rtlgradient{0%{-webkit-clip-path:circle(0 at 150% 50%);clip-path:circle(0 at 150% 50%)}100%{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50% 50%)}}@keyframes rtlgradient{0%{-webkit-clip-path:circle(0 at 150% 50%);clip-path:circle(0 at 150% 50%)}100%{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50% 50%)}}ul[data-list-animation*=animated-] .premium-bullet-list-content,ul[data-list-animation*=animated-] .premium-bullet-list-divider,ul[data-list-animation*=animated-] .premium-bullet-list-divider-inline{opacity:0}.premium-bullet-list-content-grow-effect:hover{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-woocommerce ul.products{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none outside}.premium-woocommerce li.product{margin:0 0 10px;padding:0 10px}.premium-woocommerce li.product .premium-woo-product-wrapper{overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce li.product .premium-woo-product-category{display:block;font-size:.85em;margin-bottom:.5em;line-height:1.3}.premium-woocommerce li.product .woocommerce-loop-product__title{margin-bottom:.5em;font-size:1em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .woocommerce-loop-product__link{position:relative;display:block;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .premium-woo-ribbon-container{position:absolute;top:0;right:0;z-index:9}.premium-woocommerce .star-rating{display:block;float:none;margin:0 0 .5em auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;position:relative;height:1em;line-height:1;font-size:.857em;width:5.4em;font-family:star}.premium-woocommerce .star-rating::before{content:"\73\73\73\73\73";color:#54595f;float:right;top:0;right:0;position:absolute}.premium-woocommerce .star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}.premium-woocommerce .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;right:0}.premium-woo-product-thumbnail{position:relative;overflow:hidden}.premium-woo-product-thumbnail .woocommerce-loop-product__link img{margin:0;width:100%}.premium-woo-product-featured-wrap,.premium-woo-product-sale-wrap{margin:0}.premium-woo-product-featured-wrap .premium-woo-product-featured,.premium-woo-product-sale-wrap .premium-woo-product-onsale{display:block;text-align:center;color:#fff;min-width:2em;min-height:2em;line-height:2em;padding:.3em .6em;margin:.5em .6em}.premium-woocommerce .premium-woo-products-details-wrap{padding:1em 1.2em}.premium-woocommerce .premium-woo-products-details-wrap .button{display:inline-block;background-color:#6ec1e4;color:#fff;margin:.5em 0;line-height:1.3;padding:10px 40px;font-size:100%;cursor:pointer;text-decoration:none;overflow:visible;font-weight:700;background-image:none;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce li.product .price{display:block;line-height:1.3;font-weight:700;margin-bottom:.5em;font-size:.9em}.premium-woocommerce li.product .price del{display:inline-block;font-weight:400;background:0 0}.premium-woocommerce li.product .price ins{display:inline-block;background:0 0;text-decoration:none;font-weight:700}.premium-woocommerce li.product .price .amount{color:inherit!important}.premium-woocommerce li.product .premium-woo-product-desc p{margin:0}.premium-woo-product-align-center .premium-woocommerce li.product .star-rating{margin-right:auto;margin-left:auto}.premium-woo-product-align-right .premium-woocommerce li.product .star-rating{margin-right:auto;margin-left:0}.premium-woo-products-pagination ul.page-numbers{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;list-style-type:none;margin:0;margin-top:10px;padding:0;border:none;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-woo-products-pagination ul.page-numbers li{margin:0 0 .4em .4em;padding:0;text-align:center}.premium-woo-products-pagination ul.page-numbers li .page-numbers{margin:0;text-decoration:none;color:#000;border:1px solid #54595f;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.75em;display:block;min-width:2.5em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-products-pagination ul.page-numbers li .page-numbers.current,.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover{background-color:#54595f;color:#fff;outline:0}.premium-woo-quick-view-loader .premium-loading-feed,.premium-woocommerce .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.2);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-woocommerce .woocommerce-loop-product__link img{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-product__hover-zoomout .woocommerce-loop-product__link img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-product__hover-zoomin .woocommerce-loop-product__link img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-product__hover-gray .woocommerce-loop-product__link img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-woo-product__hover-sepia .woocommerce-loop-product__link img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-woo-product__hover-bright .woocommerce-loop-product__link img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-woo-product__hover-trans .woocommerce-loop-product__link img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img{-webkit-transform:scaleX(1.3) scaleY(1.3) rotate(-5deg);-ms-transform:scaleX(1.3) scaleY(1.3) rotate(-5deg);transform:scaleX(1.3) scaleY(1.3) rotate(-5deg)}.premium-woocommerce .premium-woo-product__on_hover{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;opacity:0}.premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover{opacity:1}.premium-woo-skin-grid-1 .premium-woo-qv-btn,.premium-woo-skin-grid-4 .premium-woo-qv-btn{position:absolute;bottom:0;right:0;width:100%;text-align:center;padding:5px;background:rgba(2,2,2,.5);color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;z-index:2;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.premium-woo-skin-grid-4 .premium-woo-qv-btn{-webkit-transition-delay:.1s;transition-delay:.1s}.premium-woo-skin-grid-1 .premium-woo-qv-icon,.premium-woo-skin-grid-4 .premium-woo-qv-icon,.premium-woo-skin-grid-6 .premium-woo-qv-icon{margin-right:.5em}.premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-woo-product-wrapper .premium-woo-qv-data{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1;overflow:hidden;cursor:pointer}.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper{position:absolute;top:.7em;left:1em;-webkit-transform:translate3d(-15px,0,0);transform:translate3d(-15px,0,0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;z-index:9}.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn{position:relative;display:block;margin:0 0 3px;background:#fff;text-align:center;outline:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon{display:block;color:#54595f;width:30px;line-height:30px;height:30px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0);opacity:1}.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before{content:"\f013"}.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before{content:"\f00c"}.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap{position:absolute;background:#fff;bottom:0;right:0;width:100%;z-index:2;padding:0;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .4s;transition:opacity .2s,-webkit-transform .4s;transition:transform .4s,opacity .2s;transition:transform .4s,opacity .2s,-webkit-transform .4s;-webkit-transform:translateZ(0) translateY(5px);transform:translateZ(0) translateY(5px)}.premium-woo-skin-grid-2 .premium-woo-product-details{padding:15px 0}.premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap{opacity:1;-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0)}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper{position:static;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>*{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;min-width:50%}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn{background-color:#54595f}.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-woo-skin-grid-3 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn,.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#54595f;padding:10px;-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s}.premium-woo-skin-grid-3 li.product .premium-woo-qv-btn{opacity:1;visibility:visible}.premium-woo-product-align-right .premium-woo-skin-grid-3 .premium-woo-product-actions-wrapper,.premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.premium-woo-product-align-center .premium-woo-skin-grid-3 .premium-woo-product-actions-wrapper,.premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap{position:absolute;right:0;left:0;top:50%;-webkit-transform:scale(.9) translateZ(0) translateY(-50%);transform:scale(.9) translateZ(0) translateY(-50%);text-align:center;z-index:2;opacity:0;-webkit-transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,transform .3s;transition:opacity .5s,transform .3s,-webkit-transform .3s}.premium-woo-skin-grid-4 li.product .premium-woo-product-overlay{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;visibility:hidden;background-color:rgba(27,27,23,.3);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay{opacity:1;visibility:visible;z-index:1}.premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap{-webkit-transform:scale(1) translateZ(0) translateY(-50%);transform:scale(1) translateZ(0) translateY(-50%);opacity:1}.premium-woo-skin-grid-5 .premium-woo-product-wrapper{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap{width:75%}.premium-woo-skin-grid-6 .premium-woo-qv-btn{position:absolute;top:50%;right:50%;min-width:40%;text-align:center;padding:5px;background:rgba(2,2,2,.5);color:#fff;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;z-index:2}.premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn{opacity:1;visibility:visible}.premium-woo-product-align-left li.product .premium-woo-product-info .star-rating,.premium-woo-product-align-right li.product .premium-woo-product-info .star-rating{margin:0}.premium-woo-skin-grid-6 li.product .premium-woo-product-info{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;bottom:10px;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-woo-product-gallery-images .premium-woo-product__gallery_image{width:20%;margin:0 .2em;border:2px solid #aaa;cursor:pointer}.premium-woo-products-metro li.product .premium-woo-product-thumbnail,.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,.premium-woo-products-metro li.product .premium-woo-product-wrapper,.premium-woo-products-metro li.product .woocommerce-LoopProduct-link{height:100%}.premium-woo-products-metro ul.products li.product{margin-bottom:0}.premium-woo-products-metro li.product .premium-woo-product-thumbnail img{-o-object-fit:cover;object-fit:cover}.premium-woocommerce .slick-arrow{-webkit-border-radius:50%;border-radius:50%}.premium-woocommerce ul.slick-dots{width:100%}html.premium-woo-qv-opened,html.premium-woo-qv-opened body{overflow:hidden}.premium-woo-quick-view-back{position:fixed;visibility:hidden;overflow:hidden;background:rgba(2,2,2,.5);opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;z-index:999}.premium-woo-quick-view-active{top:0;right:0;width:100%;height:100%;opacity:1;visibility:visible}#premium-woo-quick-view-modal{position:fixed;visibility:hidden;opacity:0;top:0;right:0;width:100%;height:100%;z-index:1400;text-align:center;-webkit-transition:all .3s;transition:all .3s;overflow-x:hidden;overflow-y:auto}#premium-woo-quick-view-modal.active{visibility:visible;opacity:1}#premium-woo-quick-view-modal.active .premium-woo-content-main{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;width:100%}#premium-woo-quick-view-modal .premium-woo-content-main-wrapper{position:absolute;width:100%;height:100%;top:0;right:0;text-align:center;padding:30px;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#premium-woo-quick-view-modal .premium-woo-content-main{position:relative;pointer-events:none;max-width:100%;text-align:right;z-index:1045;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .5s;transition:opacity .3s,-webkit-transform .5s;transition:transform .5s,opacity .3s;transition:transform .5s,opacity .3s,-webkit-transform .5s;margin:0 auto}#premium-woo-quick-view-modal .premium-woo-lightbox-content{position:relative;display:table;pointer-events:auto;background-color:#fff;max-width:975px;margin:20px auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:-3px 3px 20px 0 rgba(0,0,0,.15);box-shadow:-3px 3px 20px 0 rgba(0,0,0,.15);overflow:hidden}#premium-woo-quick-view-modal .summary{width:50%;margin:0;padding:30px;float:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#premium-woo-quick-view-modal .summary .quantity{min-width:auto}#premium-woo-quick-view-modal .summary .quantity input.qty{width:54px;-webkit-appearance:button;-moz-appearance:button;appearance:button}#premium-woo-quick-view-modal .woocommerce-product-details__short-description p{margin:0}#premium-woo-quick-view-close{position:absolute;font-size:22px;top:10px;left:10px;width:22px;height:22px;line-height:22px;opacity:.7;text-align:center;z-index:2;color:#000}#premium-woo-quick-view-modal .premium-woo-qv-image-slider{position:relative}#premium-woo-quick-view-modal .premium-woo-qv-image-slider li{list-style:none}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav{margin:0;padding:0;width:100%;position:absolute;bottom:10px;text-align:center}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li{margin:0 6px;display:inline-block;vertical-align:middle}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;border-radius:20px}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a.flex-active{background:rgba(0,0,0,.9);cursor:default}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-control-nav li a:focus{outline:0}#premium-woo-quick-view-modal .premium-woo-qv-image-slider img{-o-object-fit:cover;object-fit:cover}#premium-woo-quick-view-content div.images{width:50%;float:right;opacity:1!important;margin:0}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav{margin:0;padding:0;list-style:none}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav a{text-decoration:none;display:block;width:14px;height:32px;font-size:32px;line-height:32px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:-1px 1px 0 rgba(255,255,255,.3);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next,#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev{right:10px}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next{left:10px}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before{content:"\f104"}#premium-woo-quick-view-modal .premium-woo-qv-image-slider .flex-direction-nav .flex-next::before{content:"\f105"}.premium-woocommerce li.product .added_to_cart.wc-forward{display:none}.premium-woo-atc-button .add_to_cart_button span{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin-right:5px;vertical-align:baseline}
|
assets/frontend/min-css/premium-addons.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@charset "UTF-8";@font-face{font-family:pa-elements;src:url(../../editor/fonts/pa-elements.eot?9e1efm);src:url(../../editor/fonts/pa-elements.eot?9e1efm#iefix) format("embedded-opentype"),url(../../editor/fonts/pa-elements.ttf?9e1efm) format("truetype"),url(../../editor/fonts/pa-elements.woff?9e1efm) format("woff"),url(../../editor/fonts/pa-elements.svg?9e1efm#pa-elements) format("svg");font-weight:400;font-style:normal}.premium-banner{overflow:hidden}.premium-banner-ib{display:block;position:relative;z-index:1;overflow:hidden;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.premium-banner-ib img{display:block;position:relative}.premium-banner-img-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.premium-banner-img-wrap .premium-banner-ib-img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.premium-banner-ib-desc .premium-banner-read-more{z-index:100}.elementor-widget-premium-addon-banner .premium-banner-ib-title{background:0 0}.premium-banner-ib *,.premium-banner-ib .premium-banner-ib-desc{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.premium-banner-ib img{min-width:100%;max-width:100%;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-ib .premium-banner-ib-desc{padding:15px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%}.premium-banner-ib .premium-banner-ib-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.premium-banner-ib a.premium-banner-ib-link{display:block;background:0 0}.premium-banner-animation1 img{width:-webkit-calc(100% + 50px)!important;width:calc(100% + 50px)!important;max-width:-webkit-calc(100% + 50px)!important;max-width:calc(100% + 50px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.premium-banner-animation2 .premium-banner-ib-title{padding:15px}.premium-banner-animation1 .premium-banner-ib-desc{top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-ib-title,.premium-banner-animation1 .premium-banner-read-more{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-read-more{margin-top:10px;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-read-more{opacity:1;-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-ib-title,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1.active img,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-ib-title,.premium-banner-animation1:hover .premium-banner-read-more,.premium-banner-animation1:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.scale img,.premium-banner-animation1.zoomout img{-webkit-transform:translate3d(-40px,0,0) scale(1.1);transform:translate3d(-40px,0,0) scale(1.1)}.premium-banner-ib.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-banner-ib.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-banner-ib.sepia:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-banner-ib.bright:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-banner-animation1.premium-banner-min-height img,.premium-banner-animation13.premium-banner-min-height img,.premium-banner-animation2.premium-banner-min-height img,.premium-banner-animation4.premium-banner-min-height img,.premium-banner-animation5.premium-banner-min-height img,.premium-banner-animation6.premium-banner-min-height img{height:auto}.premium-banner-animation2 img{width:100%}.premium-banner-animation2 .premium-banner-ib-desc::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.premium-banner-animation2 .premium-banner-ib-title{position:absolute;top:50%;left:0;width:100%;-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-ib-desc::before,.premium-banner-animation2 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-read-more{position:absolute;bottom:0;left:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.premium-banner-animation2.active .premium-banner-ib-title,.premium-banner-animation2:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}.premium-banner-animation2.active .premium-banner-ib-desc::before,.premium-banner-animation2.active .premium-banner-read-more,.premium-banner-animation2:hover .premium-banner-ib-desc::before,.premium-banner-animation2:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation2.active .premium-banner-ib-content,.premium-banner-animation2:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-title{position:absolute;bottom:0;left:0;padding:15px;width:100%;text-align:left;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-desc::before,.premium-banner-animation3 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation3.active .premium-banner-ib-desc::before,.premium-banner-animation3.active .premium-banner-ib-title,.premium-banner-animation3:hover .premium-banner-ib-desc::before,.premium-banner-animation3:hover .premium-banner-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation3 .premium-banner-ib-content{max-height:-webkit-calc(100% - 60px - 1.5em);max-height:calc(100% - 60px - 1.5em);overflow:hidden}.premium-banner-animation4 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.premium-banner-animation4 .premium-banner-ib-desc{padding:30px}.premium-banner-animation4 .premium-banner-ib-desc::after{position:absolute;content:"";opacity:0}.premium-banner-animation4 .premium-banner-ib-desc::before{position:absolute;content:"";opacity:0;top:50px;right:30px;bottom:50px;left:30px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-banner-animation4 .premium-banner-ib-desc::after{top:30px;right:50px;bottom:30px;left:50px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-banner-animation4 .premium-banner-ib-title{padding:50px 30px 0 30px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{padding:10px 30px;opacity:0;overflow:hidden;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.premium-banner-animation4 .premium-banner-ib-title,.premium-banner-animation4 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation4.scale img,.premium-banner-animation4.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-desc::after,.premium-banner-animation4 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4.active .premium-banner-ib-desc::after,.premium-banner-animation4.active .premium-banner-ib-desc::before,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation4.active .premium-banner-ib-content,.premium-banner-animation4.active .premium-banner-ib-title,.premium-banner-animation4.active .premium-banner-read-more,.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation5 .premium-banner-ib-desc{top:auto;bottom:0;padding:15px;height:auto;background:#f2f2f2;color:#3c4a50;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation5 .premium-banner-ib-content{position:absolute;top:auto;bottom:100%;left:0;width:100%;padding:15px;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-animation5 .premium-banner-ib-title,.premium-banner-animation5 .premium-banner-read-more{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);text-align:center}.premium-banner-animation5 .premium-banner-ib-title{margin:10px 0}.premium-banner-animation5.active .premium-banner-ib-content,.premium-banner-animation5.active .premium-banner-ib-content *,.premium-banner-animation5:hover .premium-banner-ib-content,.premium-banner-animation5:hover .premium-banner-ib-content *{opacity:1!important;z-index:99!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.premium-banner-animation5.active .premium-banner-ib-desc,.premium-banner-animation5.active .premium-banner-ib-title,.premium-banner-animation5.active .premium-banner-read-more,.premium-banner-animation5:hover .premium-banner-ib-desc,.premium-banner-animation5:hover .premium-banner-ib-title,.premium-banner-animation5:hover .premium-banner-read-more{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-banner-animation5:hover .premium-banner-ib-title{-webkit-transition-delay:50ms;transition-delay:50ms}.premium-banner-animation5 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation2 img,.premium-banner-animation4 img,.premium-banner-animation6 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation5.scale img,.premium-banner-animation5.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.scale img,.premium-banner-animation2.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation6.scale img,.premium-banner-animation6.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomin:hover img,.premium-banner-animation5.zoomin:hover img,.premium-banner-animation6.zoomin:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomout:hover img,.premium-banner-animation5.zoomout:hover img,.premium-banner-animation6.zoomout:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation2.scale:hover img,.premium-banner-animation5.scale:hover img,.premium-banner-animation6.scale:hover img{-webkit-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg)}.premium-banner-animation2.grayscale:hover img,.premium-banner-animation5.grayscale:hover img,.premium-banner-animation6.grayscale:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation2.blur:hover img,.premium-banner-animation5.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6 .premium-banner-ib-desc{padding:45px}.premium-banner-animation6 .premium-banner-ib-desc::before{position:absolute;content:"";top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff}.premium-banner-animation6 .premium-banner-ib-title{margin:20px 0 10px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation6 .premium-banner-ib-content,.premium-banner-animation6 .premium-banner-ib-desc::before,.premium-banner-animation6 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-banner-animation6 .premium-banner-read-more{margin-top:10px}.premium-banner-animation6.active .premium-banner-ib-title,.premium-banner-animation6:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation6.active .premium-banner-ib-content,.premium-banner-animation6.active .premium-banner-ib-desc::before,.premium-banner-animation6.active .premium-banner-read-more,.premium-banner-animation6:hover .premium-banner-ib-content,.premium-banner-animation6:hover .premium-banner-ib-desc::before,.premium-banner-animation6:hover .premium-banner-read-more{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation12 .premium-banner-ib-desc::after{position:absolute;content:"";right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.premium-banner-animation12.active .premium-banner-ib-desc::after,.premium-banner-animation12:hover .premium-banner-ib-desc::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation12 .premium-banner-ib-desc{padding:45px;text-align:left}.premium-banner-animation12 .premium-banner-ib-content{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.premium-banner-animation12.active .premium-banner-ib-content,.premium-banner-animation12:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-banner-animation13.scale img,.premium-banner-animation13.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-animation13.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.none:hover img,.premium-banner-animation4.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.zoomin:hover img,.premium-banner-animation10.zoomin:hover img,.premium-banner-animation11.zoomin:hover img,.premium-banner-animation13.zoomin:hover img,.premium-banner-animation4.zoomin:hover img,.premium-banner-animation7.zoomin:hover img,.premium-banner-animation8.zoomin:hover img,.premium-banner-animation9.zoomin:hover img{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}.premium-banner-animation1.zoomout:hover img,.premium-banner-animation10.zoomout:hover img,.premium-banner-animation11.zoomout:hover img,.premium-banner-animation13.zoomout:hover img,.premium-banner-animation4.zoomout:hover img,.premium-banner-animation7.zoomout:hover img,.premium-banner-animation8.zoomout:hover img,.premium-banner-animation9.zoomout:hover img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.premium-banner-animation1.scale:hover img,.premium-banner-animation10.scale:hover img,.premium-banner-animation11.scale:hover img,.premium-banner-animation13.scale:hover img,.premium-banner-animation4.scale:hover img,.premium-banner-animation7.scale:hover img,.premium-banner-animation8.scale:hover img,.premium-banner-animation9.scale:hover img{-webkit-transform:translate3d(0,0,0) scale(1.2) rotate(5deg);transform:translate3d(0,0,0) scale(1.2) rotate(5deg)}.premium-banner-animation1.grayscale:hover img,.premium-banner-animation10.grayscale:hover img,.premium-banner-animation11.grayscale:hover img,.premium-banner-animation13.grayscale:hover img,.premium-banner-animation4.grayscale:hover img,.premium-banner-animation7.grayscale:hover img,.premium-banner-animation8.grayscale:hover img,.premium-banner-animation9.grayscale:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation1.blur:hover img,.premium-banner-animation10.blur:hover img,.premium-banner-animation11.blur:hover img,.premium-banner-animation13.blur:hover img,.premium-banner-animation4.blur:hover,.premium-banner-animation7.blur:hover img,.premium-banner-animation8.blur:hover img,.premium-banner-animation9.blur:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation13 .premium-banner-ib-desc{text-align:left}.premium-banner-animation13 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 10px}.premium-banner-animation13 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;left:0;width:100%;height:2px;background:#fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-101%,0,0);transform:translate3d(-101%,0,0)}.premium-banner-animation13.active .premium-banner-ib-title::after,.premium-banner-animation13:hover .premium-banner-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 .premium-banner-ib-content,.premium-banner-animation13 .premium-banner-read-more{padding:15px 0;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.premium-banner-animation13.active .premium-banner-ib-content,.premium-banner-animation13.active .premium-banner-read-more,.premium-banner-animation13:hover .premium-banner-ib-content,.premium-banner-animation13:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size{left:50%;width:auto!important;height:100%;max-width:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-banner-ib img{border:none;padding:0;margin:0}.premium-banner-animation7 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-brlr{width:7px}.premium-banner-animation7 .premium-banner-brtb{height:7px}.premium-banner-animation7 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation7 .premium-banner-bleft{left:30px;top:-webkit-calc(100% - 150px);top:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bright{right:30px;bottom:-webkit-calc(100% - 150px);bottom:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bottom{right:-webkit-calc(100% - 150px);right:calc(100% - 150px);bottom:30px;width:0}.premium-banner-animation7 .premium-banner-btop{left:-webkit-calc(100% - 150px);left:calc(100% - 150px);top:30px;width:0}.premium-banner-animation7 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation7 .premium-banner-ib-title{margin-top:0}.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation7.scale img,.premium-banner-animation7.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-read-more{margin-top:10px}.premium-banner-animation7 .premium-banner-ib-desc::after,.premium-banner-animation7 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7.active .premium-banner-ib-content,.premium-banner-animation7.active .premium-banner-ib-title,.premium-banner-animation7.active .premium-banner-read-more,.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation7.active .premium-banner-bleft,.premium-banner-animation7:hover .premium-banner-bleft{top:30px;height:70px}.premium-banner-animation7.active .premium-banner-bright,.premium-banner-animation7:hover .premium-banner-bright{bottom:30px;height:70px}.premium-banner-animation7.active .premium-banner-bottom,.premium-banner-animation7:hover .premium-banner-bottom{right:30px;width:70px}.premium-banner-animation7.active .premium-banner-btop,.premium-banner-animation7:hover .premium-banner-btop{left:30px;width:70px}.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more,.premium-banner-animation7:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation8 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-brlr{width:7px}.premium-banner-animation8 .premium-banner-brtb{height:7px}.premium-banner-animation8 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation8 .premium-banner-bleft{left:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bright{right:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:30px;width:0}.premium-banner-animation8 .premium-banner-btop{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:30px;width:0}.premium-banner-animation8 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation8 .premium-banner-ib-title{margin-top:0}.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation8.scale img,.premium-banner-animation8.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-read-more{margin-top:10px}.premium-banner-animation8 .premium-banner-ib-desc::after,.premium-banner-animation8 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;opacity:0}.premium-banner-animation8.active .premium-banner-ib-content,.premium-banner-animation8.active .premium-banner-ib-title,.premium-banner-animation8.active .premium-banner-read-more,.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation8.active .premium-banner-bleft,.premium-banner-animation8:hover .premium-banner-bleft{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bright,.premium-banner-animation8:hover .premium-banner-bright{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bottom,.premium-banner-animation8:hover .premium-banner-bottom{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-btop,.premium-banner-animation8:hover .premium-banner-btop{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more,.premium-banner-animation8:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation9 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-banner-animation9 .premium-banner-ib-desc{width:100%;height:100%}.premium-banner-animation9 .premium-banner-ib-desc::before{position:absolute;top:50%;left:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-desc::after{position:absolute;top:50%;left:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-title{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0);margin-top:0;padding:0 10%}.premium-banner-animation9.active .premium-banner-ib-title,.premium-banner-animation9:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-80px,0);transform:translate3d(0,-80px,0)}.premium-banner-animation9 .premium-banner-ib-content,.premium-banner-animation9 .premium-banner-read-more{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;padding:0 10%;-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0)}.premium-banner-animation9 .premium-banner-read-more{top:75%}.premium-banner-animation9.active .premium-banner-ib-content,.premium-banner-animation9.active .premium-banner-read-more,.premium-banner-animation9:hover .premium-banner-ib-content,.premium-banner-animation9:hover .premium-banner-read-more{-webkit-transform:translate3d(0,45px,0);transform:translate3d(0,45px,0)}.premium-banner-animation9.active .premium-banner-ib-desc::before,.premium-banner-animation9:hover .premium-banner-ib-desc::before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.premium-banner-animation9.active .premium-banner-ib-desc::after,.premium-banner-animation9:hover .premium-banner-ib-desc::after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}.premium-banner-animation9:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation10 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation10 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 15px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);margin-bottom:0}.premium-banner-animation10 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;left:0;width:100%;height:3px;background:#fff;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation10.active .premium-banner-ib-title,.premium-banner-animation10:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.active .premium-banner-ib-title::after,.premium-banner-animation10:hover .premium-banner-ib-title::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.scale img,.premium-banner-animation10.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-animation10 .premium-banner-ib-content,.premium-banner-animation10 .premium-banner-read-more{padding-top:15px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation10 .premium-banner-read-more{padding:0}.premium-banner-animation10.active .premium-banner-ib-content,.premium-banner-animation10.active .premium-banner-read-more,.premium-banner-animation10:hover .premium-banner-ib-content,.premium-banner-animation10:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11{-webkit-transition:-webkit-transform 1s ease-out;transition:-webkit-transform 1s ease-out;transition:transform 1s ease-out;transition:transform 1s ease-out,-webkit-transform 1s ease-out;-webkit-transition-delay:125ms;transition-delay:125ms}.premium-banner-animation11 .premium-banner-ib-desc{position:absolute;z-index:5;-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0);opacity:0;top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left;padding:30px;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}.premium-banner-animation11 img{width:100%;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation11 .premium-banner-ib-title{margin-bottom:10px}.premium-banner-animation11 .premium-banner-gradient{position:absolute;left:0;top:0;right:0;bottom:0}.premium-banner-animation11 .premium-banner-gradient:after,.premium-banner-animation11 .premium-banner-gradient:before{position:absolute;content:"";left:0;top:0;right:0;bottom:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);background-image:-webkit-linear-gradient(40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:linear-gradient(50deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);z-index:2}.premium-banner-animation11 .premium-banner-gradient:before{mix-blend-mode:color}.premium-banner-animation11 .premium-banner-gradient:after{mix-blend-mode:multiply}.premium-banner-animation11.active .premium-banner-ib-desc,.premium-banner-animation11:hover .premium-banner-ib-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.active .premium-banner-gradient:after,.premium-banner-animation11.active .premium-banner-gradient:before,.premium-banner-animation11:hover .premium-banner-gradient:after,.premium-banner-animation11:hover .premium-banner-gradient:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.scale img,.premium-banner-animation11.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-countdown{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center}.countdown-row{display:block;text-align:center}.countdown .countdown-section{display:inline-block;max-width:100%;margin-bottom:15px;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.countdown .countdown-section:last-child{margin-right:0}.countdown span.countdown-amount{font-size:70px;line-height:1;padding:40px}.countdown .pre_time-mid{display:block}.premium-countdown-separator-yes .countdown_separator{display:block;margin:0 50px;font-size:30px}.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator{display:none}.side .countdown-section .countdown-period{vertical-align:bottom}.countdown .countdown-section .countdown-period{font-size:17px;line-height:3em}.side .countdown-section .countdown-amount,.side .countdown-section .countdown-period{display:inline-block}.side .countdown-section .countdown-amount{margin-right:5px}.down .countdown-section .countdown-amount,.down .countdown-section .countdown-period{display:block}.premium-countdown-flip .premium-countdown-block{text-align:center;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-countdown-flip .premium-countdown-block:last-child{margin-right:0}.premium-countdown-flip .premium-countdown-label{overflow:hidden;color:#1a1a1a;text-transform:uppercase}.premium-countdown-flip .premium-countdown-figure{position:relative;height:110px;width:100px;line-height:107px;background-color:#fff;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset 2px 4px 0 0 rgba(255,255,255,.08);box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset 2px 4px 0 0 rgba(255,255,255,.08)}.premium-countdown-flip .premium-countdown-figure:last-child{margin-right:0}.premium-countdown-flip .premium-countdown-figure>span{position:absolute;left:0;right:0;margin:auto;font-weight:700}.premium-countdown-flip .premium-countdown-figure .top{z-index:3;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:perspective(200px);transform:perspective(200px);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-countdown-flip .premium-countdown-figure .bottom{z-index:1}.premium-countdown-flip .premium-countdown-figure .bottom::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:50%;background-color:rgba(0,0,0,.02)}.premium-countdown-flip .premium-countdown-figure .top-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:4;bottom:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:perspective(200px) rotateX(180deg);transform:perspective(200px) rotateX(180deg)}.premium-countdown-flip .premium-countdown-figure .top-back span{position:absolute;top:-100%;left:0;right:0;margin:auto}.premium-countdown-flip .premium-countdown-figure .bottom-back{z-index:2;top:0}.premium-countdown-flip .premium-countdown-figure .bottom-back span{position:absolute;top:0;left:0;right:0;margin:auto}.premium-countdown-flip .premium-countdown-figure .bottom-back,.premium-countdown-flip .premium-countdown-figure .top,.premium-countdown-flip .premium-countdown-figure .top-back{height:50%;overflow:hidden;background-color:#f7f7f7;-webkit-border-top-left-radius:10px;border-top-left-radius:10px;-webkit-border-top-right-radius:10px;border-top-right-radius:10px}.premium-countdown-flip .premium-countdown-figure .top-back{-webkit-border-bottom-left-radius:10px;border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;border-bottom-right-radius:10px}.premium-countdown-flip .premium-countdown-figure .bottom-back::after,.premium-countdown-flip .premium-countdown-figure .top::after{content:"";position:absolute;z-index:-1;left:0;bottom:0;width:100%;height:100%;border-bottom:1px solid rgba(0,0,0,.1)}.side .premium-countdown-figure,.side .premium-countdown-label{display:inline-block}.side .premium-countdown-figure{margin-right:5px}.down .premium-countdown-figure,.down .premium-countdown-label{display:block}.down .premium-countdown-label{width:100%}.premium-carousel-wrapper a.carousel-arrow,.premium-carousel-wrapper a.ver-carousel-arrow{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;position:absolute;z-index:99;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;border:none;-webkit-box-shadow:none;box-shadow:none}.premium-carousel-wrapper a.carousel-arrow svg,.premium-carousel-wrapper a.ver-carousel-arrow svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-wrap a.carousel-arrow,.premium-facebook-feed-wrapper a.carousel-arrow,.premium-fb-rev-container a.carousel-arrow,.premium-hscroll-wrap a.carousel-arrow,.premium-instafeed-container a.carousel-arrow,.premium-persons-container a.carousel-arrow,.premium-tabs-nav-list a.carousel-arrow,.premium-twitter-feed-wrapper a.carousel-arrow,.premium-woocommerce a.carousel-arrow{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;position:absolute;z-index:99;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;border:none;-webkit-box-shadow:none;box-shadow:none}div[class^=premium-] .slick-arrow i{display:block}.ver-carousel-arrow.carousel-next i{margin-bottom:-3px}.premium-carousel-wrapper a.slick-arrow:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.premium-carousel-wrapper .premium-carousel-content-hidden{visibility:hidden}.premium-carousel-wrapper a.carousel-arrow{top:50%}.premium-blog-wrap a.carousel-arrow,.premium-facebook-feed-wrapper a.carousel-arrow,.premium-fb-rev-container a.carousel-arrow,.premium-hscroll-wrap a.carousel-arrow,.premium-instafeed-container a.carousel-arrow,.premium-persons-container a.carousel-arrow,.premium-tabs-nav-list a.carousel-arrow,.premium-twitter-feed-wrapper a.carousel-arrow,.premium-woocommerce a.carousel-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-carousel-wrapper a.ver-carousel-arrow{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}a.carousel-arrow.carousel-next{right:-20px}a.carousel-arrow.carousel-prev{left:-20px}a.ver-carousel-arrow.carousel-next{bottom:-56px}a.ver-carousel-arrow.carousel-prev{top:-45px}a.circle-bg{-webkit-border-radius:100%;border-radius:100%}a.circle-border{-webkit-border-radius:100%;border-radius:100%;border:solid #000}a.square-border{border:solid #000}.premium-blog-wrap ul.slick-dots,.premium-carousel-dots-below ul.slick-dots,.premium-fb-rev-reviews ul.slick-dots,.premium-woocommerce ul.slick-dots{position:relative;bottom:0;list-style:none;text-align:center;margin:0;padding:0}.premium-carousel-dots-above ul.slick-dots{position:absolute;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:auto;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.slick-dots li{font-size:10px;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:5px;width:20px;height:20px;cursor:pointer}.premium-carousel-wrapper .premium-carousel-nav-arrow-next,.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,.premium-carousel-wrapper .premium-carousel-nav-dot{display:none}.premium-carousel-wrapper ul.slick-dots svg{width:20px;height:20px}@-webkit-keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.premium-carousel-ripple-yes .premium-carousel-wrapper{padding-bottom:1px}.premium-carousel-ripple-yes ul.slick-dots li{position:relative}.premium-carousel-ripple-yes ul.slick-dots li i{position:relative;z-index:1}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{content:"";position:absolute;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);top:0;right:0;bottom:0;left:0;-webkit-border-radius:50%;border-radius:50%;pointer-events:none;background-color:rgba(0,0,0,.15)}.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before{background-color:rgba(0,0,0,.3)}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{-webkit-animation:hvr-ripple-out 1.3s infinite;animation:hvr-ripple-out 1.3s infinite}.premium-carousel-wrapper.premium-carousel-scale .slick-slide{-webkit-transform:scale(1.25,1.25);-ms-transform:scale(1.25,1.25);transform:scale(1.25,1.25);-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important}.premium-carousel-wrapper.premium-carousel-scale div.slick-active{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}[dir=rtl] .premium-carousel-inner .slick-slide{float:right}.premium-counter-area{padding:10px 0;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-counter-area.top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-counter-area.right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-counter-area.right .premium-counter-icon{padding-left:20px}.premium-counter-area.left .premium-counter-icon{padding-right:20px}.premium-counter-area .premium-counter-icon .icon i.fa:before{vertical-align:text-top}.premium-counter-area .premium-counter-icon span.icon{text-align:center;display:inline-block;vertical-align:middle}.premium-counter-area .premium-counter-icon .circle{-webkit-border-radius:100%;border-radius:100%}.premium-counter-area .premium-counter-icon img,.premium-counter-area .premium-counter-icon svg{width:80px}.premium-counter-area .premium-counter-icon .premium-counter-animation svg{height:80px}.premium-counter-area .premium-counter-title{padding:0;margin:0}.premium-counter-area .premium-counter-value-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-init-wrapper.right{text-align:right}span.icon.flex-width{width:auto!important;height:auto!important}.premium-counter-area .premium-counter-init{font-size:35px}.premium-image-separator-container{position:absolute;width:100%;z-index:2;top:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-separator-container img,.premium-image-separator-container svg{display:inline-block!important;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-image-separator-container .premium-image-separator-link{position:absolute;z-index:9999;top:0;left:0;width:100%;height:100%;text-decoration:none}.premium-image-separator-container .premium-image-separator-link:active,.premium-image-separator-container .premium-image-separator-link:focus,.premium-image-separator-container .premium-image-separator-link:hover,.premium-image-separator-container .premium-image-separator-link:visited{-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;border:none!important;text-decoration:none!important}.premium-image-separator-container i,.premium-image-separator-container>svg{padding:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-lower-close,.premium-modal-trigger-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.premium-modal-trigger-btn .premium-modal-box-icon,.premium-modal-trigger-btn>svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-btn>svg{width:30px;height:30px}.premium-modal-box-modal-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000}.premium-modal-box-modal-close:focus,.premium-modal-box-modal-close:hover{color:#000;text-decoration:none;cursor:pointer}button.premium-modal-box-modal-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.premium-modal-box-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0;padding:0!important;background:rgba(0,0,0,.5);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-modal-box-modal .premium-modal-box-modal-dialog{position:absolute;max-height:-webkit-calc(100vh - 150px);max-height:calc(100vh - 150px);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0}.premium-modal-box-modal-content{background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;border-radius:6px;outline:0;overflow-x:hidden}.premium-modal-backdrop.premium-in{opacity:.5!important}.premium-in{opacity:1}.premium-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.premium-in{-js-display:flex!important;display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.premium-modal-box-modal-header{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px;border-bottom:1px solid #e5e5e5}.premium-modal-box-modal-header .premium-modal-box-modal-close{margin-top:-2px}.premium-modal-box-modal-header .premium-modal-box-modal-title{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.premium-modal-box-modal-header .premium-modal-box-modal-title svg{width:50px;height:60px}.premium-modal-box-modal-body{position:relative;padding:15px;overflow:hidden}.premium-modal-box-modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.premium-modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.premium-modal-trigger-text{background:0 0!important;display:inline-block}.premium-modal-box-container{width:100%!important}.premium-modal-trigger-container .premium-modal-trigger-btn{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-modal-trigger-container .premium-modal-trigger-animation,.premium-modal-trigger-container .premium-modal-trigger-img,.premium-modal-trigger-container .premium-modal-trigger-text{cursor:pointer}.premium-modal-trigger-container .premium-modal-trigger-animation{display:inline-block;width:200px;height:200px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-header img{width:48px;padding-right:5px}.premium-modal-box-modal-header i,.premium-modal-box-modal-header svg{padding-right:6px}.premium-modal-box-modal-close{position:relative;z-index:99}.premium-modal-box-close-button-container,.premium-modal-box-modal-close,.premium-modal-box-modal-lower-close,.premium-modal-trigger-img,.premium-modal-trigger-text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:768px){.premium-modal-box-modal-dialog{width:700px;max-height:600px;overflow:auto}}@media (max-width:767px){.premium-modal-box-modal-dialog{width:100%;max-height:500px;overflow:auto}}.premium-modal-box-container[data-modal-animation*=animated-]{opacity:0}.premium-progressbar-container{position:relative}.premium-progressbar-bar-wrap{position:relative;text-align:left;overflow:hidden;height:25px;margin-bottom:50px;background-color:#f5f5f5;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.premium-progressbar-bar-wrap.premium-progressbar-dots{background-color:transparent;width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-shadow:none;box-shadow:none}.premium-progressbar-bar-wrap .progress-segment{position:relative;width:25px;height:25px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;background-color:#f5f5f5}.premium-progressbar-bar-wrap .progress-segment.filled{background:#6ec1e4}.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child){margin:0 4px}.premium-progressbar-bar-wrap .progress-segment:first-child{margin-right:4px}.premium-progressbar-bar-wrap .progress-segment:last-child{margin-left:4px}.premium-progressbar-bar-wrap .progress-segment .segment-inner{position:absolute;top:0;left:0;height:100%;background-color:#6ec1e4}.premium-progressbar-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;background:#6ec1e4;text-align:center;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15)}.premium-progressbar-striped .premium-progressbar-bar{background-image:-webkit-linear-gradient(135deg,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-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);-webkit-background-size:40px 40px;background-size:40px 40px}.premium-progressbar-active .premium-progressbar-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.premium-progressbar-gradient .premium-progressbar-bar{-webkit-background-size:400% 400%!important;background-size:400% 400%!important;-webkit-animation:progress-bar-gradient 10s ease-in-out infinite;animation:progress-bar-gradient 10s ease-in-out infinite}.premium-progressbar-bar{position:absolute;overflow:hidden;line-height:20px}.premium-progressbar-container .clearfix{clear:both}.premium-progressbar-bar{-webkit-transition:width 0s ease-in-out!important;transition:width 0s ease-in-out!important}.premium-progressbar-container p:first-of-type{margin:0;float:left}.premium-progressbar-container p:nth-of-type(2){margin:0;float:right}.premium-progressbar-name{left:50%;top:0;right:0;-webkit-transform:translateX(-12.5px);-ms-transform:translateX(-12.5px);transform:translateX(-12.5px);z-index:1}.premium-progressbar-multiple-label{position:relative;float:left;width:0;left:50%}.premium-progressbar-center-label{position:relative;white-space:nowrap}.premium-progressbar-arrow{height:15px;left:50%;display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:11px solid;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-progressbar-pin{border-left:1px solid;height:12px;left:50%;display:inline-block}.premium-progressbar-circle-wrap{width:200px;height:200px;position:relative;margin:0 auto}.premium-progressbar-circle-wrap .premium-progressbar-circle{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.premium-progressbar-circle-wrap .premium-progressbar-circle div{position:absolute;left:0;top:0;height:100%;width:100%;border-width:6px;border-style:solid;border-color:#54595f;-webkit-border-radius:50%;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);visibility:hidden}.premium-progressbar-circle-wrap .premium-progressbar-circle-base{width:100%;height:100%;border:6px solid #eee;-webkit-border-radius:50%;border-radius:50%}.premium-progressbar-circle-wrap .premium-progressbar-circle-content{position:absolute;top:0;left:0;width:100%;height:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-progressbar-circle-wrap .premium-lottie-animation{line-height:1}@-webkit-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@-webkit-keyframes progress-bar-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes progress-bar-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.premium-testimonial-box{width:100%;background:0 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial-box .premium-testimonial-author-info{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-testimonial-box .premium-testimonial-company-name,.premium-testimonial-box .premium-testimonial-person-name{font-weight:600;margin:0}.premium-testimonial-container{position:relative}.premium-testimonial-img-wrapper{margin-left:auto;margin-right:auto;overflow:hidden;border-style:solid!important}.premium-testimonial-img-wrapper.circle{-webkit-border-radius:50%;border-radius:50%}.premium-testimonial-img-wrapper.rounded{-webkit-border-radius:15px;border-radius:15px}.premium-testimonial-img-wrapper img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%!important}.premium-testimonial-content-wrapper{position:relative;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:2;width:100%;padding:20px;text-align:center}.premium-testimonial-clear-float{clear:both}.premium-testimonial-lower-quote,.premium-testimonial-upper-quote{position:absolute;z-index:1}.premium-dual-header-container .premium-dual-header-first-header,.premium-dual-header-container .premium-dual-header-second-header{position:relative;padding:0;margin:0;display:inline-block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.premium-dual-header-first-clip .premium-dual-header-first-span,.premium-dual-header-second-clip{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,.premium-dual-header-second-clip.stroke{-webkit-text-stroke-color:transparent;-webkit-text-fill-color:#fafafa;-webkit-text-stroke-width:2px}@media (max-width:500px){.premium-dual-header-container .premium-dual-header-first-header,.premium-dual-header-container .premium-dual-header-second-header{word-wrap:break-word}.premium-dual-header-first-container,.premium-dual-header-second-container{margin:0}}@media (min-width:501px){.premium-dual-header-first-container{margin-right:5px}}.premium-dual-header-first-header.gradient .premium-dual-header-first-span,.premium-dual-header-second-header.gradient{-webkit-background-size:300% 300%!important;background-size:300% 300%!important;-webkit-animation:Gradient 10s ease-in-out infinite;animation:Gradient 10s ease-in-out infinite}@-webkit-keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.premium-mask-yes.premium-header-inline .premium-dual-header-first-span{display:inline-block!important}.premium-title-container{position:relative;width:100%;clear:both}.premium-title-container .premium-title-header{position:relative;margin:0;padding:10px}.premium-title-container .premium-title-header:not(.premium-title-style7){-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-title-container .premium-title-header svg{width:40px;height:40px}.premium-title-container .premium-title-header img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.premium-title-container .premium-title-header a{position:absolute;top:0;left:0;width:100%;height:100%}.premium-title-container .premium-lottie-animation{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-icon-row .premium-title-icon{margin-right:10px}.premium-title-icon-row-reverse .premium-title-icon{margin-left:10px}.premium-title-style3,.premium-title-style4{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-style1,.premium-title-style2,.premium-title-style5,.premium-title-style6,.premium-title-style8,.premium-title-style9{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.premium-title-style7{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-title-style7 .premium-title-style7-inner{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-title-style1{border-width:0;border-left:3px solid #6ec1e4}.premium-title-container.style2,.premium-title-container.style4,.premium-title-container.style5,.premium-title-container.style6{border-bottom:3px solid #6ec1e4}.premium-title-style6:before{position:absolute;left:50%;bottom:0;margin-left:-2px;content:"";border:3px solid transparent}.premium-title-style7-stripe-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-style7:before{display:none}.premium-title-style8 .premium-title-text[data-animation=shiny]{-webkit-background-size:125px 125px!important;background-size:125px!important;color:rgba(255,255,255,0);-webkit-background-clip:text!important;background-clip:text!important;-webkit-animation-name:pa-shinny-text!important;animation-name:pa-shinny-text!important;-webkit-animation-duration:var(--animation-speed)!important;animation-duration:var(--animation-speed)!important;-webkit-animation-iteration-count:infinite!important;animation-iteration-count:infinite!important;background:var(--base-color) -webkit-gradient(linear,left top,right top,from(var(--base-color)),to(var(--base-color)),color-stop(.5,var(--shiny-color))) 0 0 no-repeat}@-webkit-keyframes pa-shinny-text{0%{background-position:0}100%{background-position:200%}}@keyframes pa-shinny-text{0%{background-position:0}100%{background-position:200%}}.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter{-webkit-animation:pa-blur-shadow 2s 1 alternate;animation:pa-blur-shadow 2s 1 alternate}@-webkit-keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}@keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}.premium-title-gradient-yes .premium-title-icon,.premium-title-gradient-yes .premium-title-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(#ffa648),color-stop(#f17cc1),to(#4da9fd));background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}.premium-title-clipped .premium-title-header{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span{background:inherit}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;-js-display:inline-flex!important;display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-mask-active.premium-mask-tr .premium-mask-span::after{-webkit-animation:pa-mask-tr 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tr 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateX(-103%);-ms-transform:translateX(-103%);transform:translateX(-103%)}.premium-mask-active.premium-mask-tl .premium-mask-span::after{-webkit-animation:pa-mask-tl 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tl 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateX(103%);-ms-transform:translateX(103%);transform:translateX(103%)}.premium-mask-active.premium-mask-tb .premium-mask-span::after{-webkit-animation:pa-mask-tb 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tb 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateY(-103%);-ms-transform:translateY(-103%);transform:translateY(-103%)}.premium-mask-active.premium-mask-tt .premium-mask-span::after{-webkit-animation:pa-mask-tt 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tt 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateY(103%);-ms-transform:translateY(103%);transform:translateY(103%)}@-webkit-keyframes pa-mask-tr{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(103%);transform:translateX(103%)}}@keyframes pa-mask-tr{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(103%);transform:translateX(103%)}}@-webkit-keyframes pa-mask-tl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-103%);transform:translateX(-103%)}}@keyframes pa-mask-tl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-103%);transform:translateX(-103%)}}@-webkit-keyframes pa-mask-tb{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(103%);transform:translateY(103%)}}@keyframes pa-mask-tb{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(103%);transform:translateY(103%)}}@-webkit-keyframes pa-mask-tt{0%{-webkit-transform:translateY(0);transform:translateY(
|
|