.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing {
cursor:url(//ticketspace.nz/wp-content/themes/inwave/assets/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//ticketspace.nz/wp-content/themes/inwave/assets/css/AjaxLoader.gif) no-repeat center center
}.owl-origin {
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}  .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: 1; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: 1; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}a{
outline:none!important;
} .product-content, .product-sidebar{
color:#838383;
}
.widget.widget_search{
margin-bottom:30px;
}
.woocommerce.widget{
margin-bottom:40px;
}
.widget_price_filter .price_slider_wrapper{
margin-top:32px;
}
.woocommerce .widget_price_filter div.price_slider_amount{
padding-top: 10px;
text-align: left;
}
.woocommerce .widget_price_filter div.price_slider_amount .button{
border-radius: 50px;
color: #fff;
font-size: 14px;
font-weight: bold;
height: 32px;
line-height: 32px;
margin: 0 20px 0 0;
padding: 0 13px;
float:left; }
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
background:#474747;
}
.woocommerce .widget_price_filter .price_label {
color: #838383;
font-weight: bold;
line-height: 32px;
font-size:14px;
}
.woocommerce .widget_price_filter div.ui-slider .ui-slider-range {
background: #e1e1e1;
}
.woocommerce .widget_price_filter div.ui-slider .ui-slider-handle {
background: transparent url(//ticketspace.nz/wp-content/themes/inwave/assets/images/bg-slider-handle.png) no-repeat scroll left top;
height: 14px;
margin-left: -7px;
top: -3px;
width: 14px;
border:none!important;
}
.woocommerce .widget_price_filter div.ui-slider .ui-slider-handle:before{
border-radius: 16px;
content: "";
height: 4px;
left: 5px;
position: absolute;
top: 4px;
width: 4px;
}
.widget_product_categories{
padding-bottom:12px;
}
ul.product-categories li{
border-bottom: 1px solid #efefef;
}
ul.product-categories li a{
padding: 12px 0 11px;
color: #232323;
display:inline-block;
position:relative;
}
ul.product-categories li a:before{ position:absolute;
left:0;
bottom:-1px;
content:'';
width:100%;
opacity:0;
} ul.product-categories li a:hover:before{
opacity:1;
}
ul.product-categories > li:first-child > a{
border-top:none;
}
.woocommerce.widget ul.product_list_widget li{
padding:20px 0 17px 0;
border-bottom:1px solid #e4e4e4;
}
.woocommerce.widget ul.product_list_widget li .product-image{
float:left;
}
.woocommerce.widget ul.product_list_widget li .info-products{
margin-left:85px;
}
.woocommerce.widget ul.product_list_widget li .product-image img{
width:70px;
height:auto;
border:2px solid #e7e7e7;
margin:0;
}
.woocommerce.widget ul.product_list_widget li a.product-name{
color:#232323;
font-size:16px;
font-weight:normal;
display:block;
margin-top:-5px;
} .woocommerce.widget ul.product_list_widget li .price-box{
font-size:16px;
padding-top:3px;
text-transform:uppercase;
}
.woocommerce.widget .tagcloud{
display:table;
padding-top:23px;
width:100%;
}
.woocommerce.widget .tagcloud a{
display:inline-block;
float:left;
height:28px;
line-height:26px;
border-radius:50px;
font-size:13px!important;
padding:0 12px;
margin:0 5px 10px 0;
color:#232323;
font-weight:300;
border:1px solid #232323;
}
.woocommerce.widget .tagcloud a:hover{
color:#fff;
}
.woocommerce.widget .tagcloud a:hover{
color:#fff; }   .woo-list-product-grid .actions{
text-align:center;
position:absolute;
width:100%;
top:calc(50% - 24px);
transition:all ease 0.5s;
-o-transition:all ease 0.5s;
-ms-transition:all ease 0.5s;
-webkit-transition:all ease 0.5s;
opacity:0;
}
.woo-list-product-grid .product-image{
position:relative;
z-index:0;
}
.woo-list-product-grid .product-image:before{
position:absolute;
height:100%;
width:100%;
content:'';
background:rgba(19,19,19,0.7);
transition:all ease 0.5s;
-o-transition:all ease 0.5s;
-ms-transition:all ease 0.5s;
-webkit-transition:all ease 0.5s;
opacity:0;
}
.woo-list-product-grid .product-image:hover:before,
.woo-list-product-grid .product-image:hover .actions{
opacity:1;
}
.woo-list-product-grid .product-image img{
width:100%;
}
.woo-list-product-grid .onsale-label, .woo-list-product-grid .new-label{
position:absolute;
left:0;
top:0;
}
.woocommerce .product-list div.woo-list-product-grid{
background:#f5f5f5;
margin-bottom:30px;
}
.woo-list-product-grid .actions a{
display:inline-block;
height:48px;
width:48px;
line-height:50px;
border-radius:100px;
color:#fff;
font-size:18px;
text-align:center;
margin:0 3px;
z-index:99;
background:#fff;
color:#838383;
}
.woo-list-product-grid .actions a:hover{
color:#fff; }
.woo-list-product-grid .product-name{
text-transform:uppercase;
font-size:18px;
}
.product-essential .cat-list a{
font-size:12px;
font-weight:bold;
}
.woo-list-product-grid .product-name a,
.woo-list-product-grid .cat-list a,
.product-essential .cat-list a:hover{
color:#777;
} .woo-list-product-grid .info-products{
padding:32px 15px 40px;
position:relative;
text-align:center;
}
.woo-list-product-grid .info-products .cat-list{
font-size:12px;
} .woo-list-product-grid .price-box del{
display:none;
}
.woo-list-product-grid .price-box{
left: 0;
position: absolute;
text-align: center;
top: -16px;
width: 100%;
}
.woo-list-product-grid .price-box-inner{
display:inline-block;
}
.woo-list-product-grid .price-box ins{
display:inline-block;
}
.woo-list-product-grid .price-box span.amount{
height:32px;
line-height:32px;
color:#fff;
padding:0 25px;
font-size:14px;
font-weight:bold;
text-decoration:none;
display:inline-block;
border-radius:100px; }
.woo-list-product-grid .price-box ins{ padding:0 25px;
border-radius:100px;
color:#fff;
text-decoration:none;
}
.product-detail .product-essential .price-box ins{
text-decoration:none;
}
.woo-list-product-grid .price-box ins span.amount{
padding:0;
background:none;
}
.product-detail .product-essential table.variations{
margin:0;
}
.product-detail .product-essential table.variations{
border: none;
margin: 0;
}
.product-detail .product-essential table.variations td{
border: none;
padding:0 0 5px 0;
color: inherit;
float:left;
}
.product-detail .product-essential table.variations td.label{
text-align:left;
width:150px;
}
.product-detail .product-essential table.variations td.label label{
font-weight:normal;
margin:0;
}
.product-detail .product-essential table.variations td.label{
font-size: 12px;
text-transform: uppercase;
line-height:30px;
}
.product-detail .product-essential table.variations  td.value select{
height:30px;
border:1px solid #e4e4e4;
margin:0 10px 5px 0;
} .ajax_add_to_cart:after{
display:none!important;
}
.ajax_add_to_cart.loading i.fa-shopping-cart:before{
content:"\f013";
}
.ajax_add_to_cart.loading i.fa-shopping-cart{
animation:2s linear 0s normal none infinite running infinite-spinning;
}
.ajax_add_to_cart.added i.fa-shopping-cart:before{
content:"\f00c";
}
@keyframes infinite-spinning{
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}  .product-detail .product-detail-title{ font-size:20px;
text-transform:uppercase;
font-weight:bold;
border-bottom:1px solid #d8d8d8;
margin:0;
padding-bottom:15px;
}
.product-detail .product-essential .price-box{
float:left;
}
.product-detail .rating-box{
float:right;
}
.product-detail .price-and-rating{
padding-top:10px;
}
.product-detail .price-box del{
display:none;
}
.product-detail .product-essential .price-box span.amount{ font-size:18px;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
}
.woocommerce .woocommerce-product-rating .star-rating{
height:14px;
margin:2px 0 0 0;
color:#f98f06;
}
.product-detail .short-description{
padding-top:10px;
}
.product-detail .product-essential .product-img-box{
position:relative;
}
.onsale-label,
.new-label{
position:absolute;
top:0;
left:0;
color: #fff;
font-size: 11px;
height: 52px;
text-align: left;
text-indent: 5px;
text-transform: uppercase;
width: 52px;
z-index: 888;
overflow:hidden;
}
.onsale-label:before,
.new-label:before{
content: "";
height: 100%;
left: -13px;
position: absolute;
top: -42px;
transform: rotate(45deg);
width: 100%;
z-index: -1;
} .product-detail .product-essential .product-img-box .woocommerce-main-image img{
width:100%;
height:auto;
border:2px solid #e7e7e7;
}
.quantity{
color:#838383;
float:left;
margin-right:14px;
position:relative;
}
.woocommerce .quantity input.qty{
border:1px solid #eee;
background:f9f9f9;
border-radius:50px;
height:29px;
width:100px;
line-height:27px;
padding:0 10px;
}
.product-detail .add-to-box{
padding-top:18px;
}
.woocommerce .product-detail .single_add_to_cart_button{
line-height:32px;
height:32px;
color:#fff;
padding:0 15px!important;
font-size:14px;
font-weight:bold;
border-radius:50px;
position:relative;
float:left;
margin-right:14px;
}
.woocommerce .product-detail .single_add_to_cart_button:hover{
background:#474747!important;
}
.yith-wcwl-wishlistaddedbrowse.show,
.yith-wcwl-wishlistexistsbrowse.show{
padding-bottom:10px;
}
.woocommerce .product-detail .single_add_to_cart_button:before{
content:"\f07a";
font-family:"FontAwesome";
padding-right:8px;
}
.product-detail .product-essential a.add_to_wishlist{
height:34px;
width:34px;
text-align:center;
line-height:34px;
background:#cecece;
color:#fff;
border-radius:50px;
display:inline-block;
}
.product-detail .product_meta label{
text-transform:uppercase;
font-size:12px;
margin:0;
font-weight:bold;
width:115px;
}
.product-detail .variations .variation-option .variation-label{
float:left;
text-transform:uppercase;
font-size:12px;
margin:0;
font-weight:bold;
width:115px;
}
.product-detail .variations .variation-option .variation-label label{
margin:0;
line-height:29px;
}
.product-detail .variations .variation-option .variation-value{
margin-left:115px;
}
.product-detail .variations .variation-option .reset_variations_wap{
margin-top:5px;
margin-bottom:5px;
}
.product-detail .variations{
margin-top:15px;
}
.product-detail .single_variation_wrap .woocommerce-variation-price{
margin-bottom:10px;
margin-left:115px;
font-size:14px;
}
.product-detail .variations .variation-option .variation-value select{
border:1px solid #eee;
padding:0 30px 0 10px;
height:29px;
line-height:27px;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/bg-arrow-select.png) no-repeat scroll 95% center #fff;
}
.product-detail .variations .variation-option + .variation-option{
margin-top:10px;
}
.product-detail .product_meta > div{
border-top:1px solid #e6e6e6;
padding:8px 0;
}
.product-detail .product_meta{
border-bottom:1px solid #e6e6e6;
}
.product-detail .tags-list a{
height:28px;
font-size:10px;
text-transform:uppercase;
padding:0 10px;
color:#9c9c9c;
font-weight:bold;
margin:0 5px 0 0;
border:1px solid #9c9c9c;
border-radius:50px;
display:inline-block;
line-height:26px;
}
.product-detail .tags-list a:hover{
color:#fff;
}
.product-detail .product_meta .product_detail_share_icon{
padding:10px 0;
}
.product-detail .product_detail_share_icon a{
height:34px;
line-height:34px;
text-align:center;
width:34px;
background:#cecece!important;
color:#fff;
border-radius:100px;
display:inline-block;
margin:0 8px 0 0;
}
.product-detail .yith-wcwl-add-to-wishlist a:hover{
color:#838383;
}
.product-detail .product-collateral ul li{
display:inline-block;
margin-right:1px;
border-top:1px solid #e8e8e8;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;
border-bottom:1px solid #e8e8e8;
height:44px;
line-height:42px;
font-size:14px;
background:#f4f4f4;
position:relative;
}
.product-detail .product-collateral ul li a{
color:#838383;
display:inline-block;
padding:0 30px;
}
.product-detail .product-collateral ul li.current{
border-top:1px solid #e8e8e8;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;
border-bottom:1px solid #fff;
background:#fff;
}
.product-detail .product-collateral ul li.current:before{
width:100%;
position:absolute;
content:'';
top:-1px;
left:0;
}
.product-detail .product-collateral ul#woo-tab-buttons li a:before{
font-family:"FontAwesome";
padding-right:5px;
}
.product-detail .product-collateral ul li a[href="#tab-description"]:before{
content:"\f05a";
}
.product-detail .product-collateral ul li a[href="#tab-reviews"]:before{
content:"\f075";
}
.product-detail .product-collateral #woo-tab-contents{
background:#fff;
border:1px solid #e8e8e8;
padding:30px 20px;
margin-top:-1px;
}
.product-detail .product-collateral ol.commentlist{
padding:0;
}
.product-detail .product-collateral ol.commentlist .woo-comment-avt{
float:left;
}
.product-detail .product-collateral ol.commentlist .woo-comment-avt img{
position:relative!important;
}
.product-detail .product-collateral ol.commentlist .woo-comment-detail{
margin-left:50px;
}
.product-detail .product-collateral ol.commentlist .woo-comment-author{
font-size:14px;
text-transform:uppercase;
display:inline-block;
}
.product-detail .product-collateral ol.commentlist .woo-comment-date:before{
content:"/";
padding:0 10px;
}
.woocommerce .star-rating{
height:14px;
line-height:14px;
}
.product-detail .comment-respond .woo-review-form-field, .product-detail .comment-respond textarea.control{
width:100%;
height:34px;
line-height:32px;
border:1px solid #eee;
border-radius:0;
margin-bottom:25px;
padding:0 5px;
}
.product-detail .comment-respond textarea.control{
padding:5px;
line-height:20px;
height:auto;
}
.woocommerce .comment-respond h3.comment-reply-title{
margin:40px 0 30px!important;
padding:0;
position:relative;
border:none;
z-index:2;
}
.woocommerce .comment-respond h3.comment-reply-title span{
background:#fff;
padding-right:20px;
}
.woocommerce .comment-respond h3.comment-reply-title:before{
position:absolute;
z-index:-1;
border-top:2px solid #e6e6e6;
content:'';
width:100%;
top:calc(50% - 1px);
left:0;
}
.product-detail .comment-respond .comment-form-rating label{
margin:0 30px 0 0;
float:left;
}
.product-detail .comment-respond .form-submit{
float:none;
}
.product-detail .comment-respond .form-submit .btn-submit{
height:36px;
line-height:36px;
border:none;
text-transform:uppercase;
font-size:14px;
padding:0 30px;
margin:14px 0 0 0;
}
.product-related{
margin-top:55px;
}
.product-related h3.title{
margin:0 0 24px 0;
font-weight:normal;
font-size:18px;
padding:0;
text-transform:uppercase;
line-height:24px;
position:relative;
z-index:2;
}
.product-related h3.title span{
background:#fff;
padding-right:20px;
}
.product-related h3.title:before{
position:absolute;
top:calc(50% - 1px);
width:100%;
content:'';
left:0;
z-index:-1;
border-top:2px solid #e6e6e6;
}
.quickview-box{
text-align:left;
background:#fff;
padding-top:15px;
padding-bottom:15px;
position:relative;
max-width:100%;
}
.quickview-box .product-detail .add-to-box{
padding-bottom:25px;
}
.quickview-close{
background: #000;
border: none;
border-radius: 50px;
box-shadow: 0 0 2px 2px #878787;
color: #fff;
font-size: 14px;
height: 24px;
line-height: 1;
padding: 0;
position: absolute;
right: -10px;
text-align: center;
top: -10px;
width: 24px;
}
.product-detail .product-collateral{
margin-top:35px;
}
.woocommerce-product-search input[type=submit]{
position:absolute;
text-indent:9999px;
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/search.png) no-repeat center center scroll transparent;
padding:0;
margin:0;
right:0;
top:0;
height:40px;
width:40px;
}
.woocommerce-product-search input.search-field{
border: 1px solid #e7e7e7;
border-radius: 2px;
box-shadow: 1px 1px 3px -1px #dfdfdf inset;
height: 40px;
line-height: 38px;
padding: 0 45px 0 10px;
width: 100%;
}
.woocommerce-product-search{
position:relative;
margin-top:15px;
}
.widget.widget_product_search h3.widget-title{
margin-bottom:28px;
}  .woocommerce .product-cart .cart-collaterals .cart_totals {
float: none;
width: auto;
}
.woo-cart-coupon {
border: 1px solid #e7e7e7;
margin-top: 30px;
}
.woocommerce-cart .product-cart .cart-collaterals .cart_totals .cart-total {
border: 1px solid #e7e7e7;
margin-top: 72px;
}
.woocommerce-cart .product-cart .cart-collaterals .cart_totals .title {
border-bottom: 0px solid #e7e7e7;
font-size: 14px;
font-weight: bold;
padding: 5px 13px 6px;
text-transform: uppercase;
}
.woocommerce-cart .product-cart .cart-collaterals .cart_totals table {
margin: 0;
padding: 3px 13px 0;
border-left:none;
}
.woocommerce-cart .product-cart .cart-collaterals .cart_totals tr.cart-subtotal {
padding-top: 3px;
}
.woocommerce-cart .product-cart .cart-collaterals .cart_totals table td {
text-align: right;
}
.woocommerce-cart .product-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .product-cart .cart-collaterals .cart_totals table th {
border-bottom: 1px solid #e8e8e8;
border-top: 0 none;
padding: 6px 0;
}
.woocommerce-cart .product-cart .cart-collaterals .cart_totals table th {
color: #515151;
font-weight: normal;
}
.woo-cart-coupon .row-title {
font-size: 14px;
font-weight: bold;
padding: 6px 12px 7px;
text-transform: uppercase;
}
.woo-cart-coupon .woo-coupon-row + .woo-coupon-row {
border-top: 1px solid #d9d9d9;
}
.woo-cart-coupon .row-item {
padding: 20px 12px;
}
.woo-cart-coupon #coupon_code {
background: #fff;
border: 1px solid #eaeaea;
border-radius: 2px;
height: 30px;
line-height: 28px;
padding: 0 10px;
}
.woo-cart-coupon .button{
border: none !important;
border-radius: 2px !important;
color: #fff !important;
font-size: 12px !important;
font-weight: bold !important;
height: 30px !important;
line-height: 30px !important;
padding: 0 15px !important;
}
.woo-cart-coupon .button:hover{
background:#474747!important;
}
.woocommerce div.woocommerce-error, 
.woocommerce div.woocommerce-info, 
.woocommerce div.woocommerce-message{
color:#838383;
}
.woocommerce .woocommerce-error a:hover,
.lost_password a:hover{
color:#838383;
}
.woocommerce-cart .product-cart .cart-collaterals .cart_totals .amount,
.woocommerce .checkout-box-order table.shop_table .amount {
font-size: 14px;
font-weight: bold;
}
.woocommerce-cart .product-cart .wc-proceed-to-checkout {
padding: 8px 13px 0;
text-align: right;
}
.woocommerce-cart .product-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce .calc_shipping_postcode_wap .button, .woocommerce .checkout-box-login button.button, 
.woocommerce .checkout-box-coupon button.button, 
div.woocommerce-message a.wc-forward {
border-radius: 100px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: normal;
height: 33px;
line-height: 33px;
padding: 0 20px;
}
.woocommerce-cart .product-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce .calc_shipping_postcode_wap .button:hover, 
.woocommerce .checkout-box-login button.button:hover, 
.woocommerce .checkout-box-coupon button.button:hover, 
div.woocommerce-message a.wc-forward:hover {
background:#474747;
}
.cart-table-items {
border: 2px solid #e7e7e7;
}
.cart-table-items .cart-table-title {
border-bottom: 2px solid #e7e7e7;
color: #515151;
font-size: 13px;
font-weight: bold;
}
.cart-table-items .row-item {
display: table;
margin: 0;
width: 100%;
}
.cart-table-items .cart-table-title .item, .cart-table-items .cart_item .item {
border-left: 1px solid #d9d9d9;
}
.cart-table-items .cart-table-title .item.no-border, .cart-table-items .cart_item .item.no-border {
border-left: none;
}
.cart-table-items .row-item .item {
display: table-cell;
float: none;
padding: 0;
vertical-align: middle;
}
.cart-table-items .cart-table-title .item, .cart-table-items .cart_item .item {
border-left: 1px solid #d9d9d9;
}
.cart-table-items .cart_item + .cart_item {
border-top: 1px solid #d9d9d9;
}
.cart-table-items .name-item {
padding: 17px 10px;
}
.cart-table-items .qty-item {
padding-left: 12px;
}
.cart-table-items .cart-table-title .title-cart-table.delete-item, .cart-table-items .row-item .delete-item{
font-size: 14px;
padding-left: 0;
padding-right:0;
text-align: center;
}
.woocommerce .product-cart a.remove{
display:inline-block;
height:16px;
line-height:16px;
width:16px;
font-size:12px;
}
.product-cart .cart-table-items .cart-price{
font-size: 14px;
font-weight: bold;
padding-left: 12px;
}
.product-cart .cart-table-items .name-item > a {
float: left;
margin-right: 15px;
}
.product-cart .cart-table-items .name-item > a img {
border: 2px solid #e7e7e7;
height: auto;
width: 73px;
}
.product-cart .cart-table-items .product-info a{
color: #777;
display: block;
font-weight: bold;
margin-top: 5px;
text-transform: uppercase;
}
.woo-shipping-calculator-button a:hover{
color:#838383;
}
.cart-table-items .cart-table-title .title-cart-table{
padding: 6px 12px 7px;
}
.checkout-box {
border: 2px solid #e7e7e7;
margin-bottom: 30px;
}
.checkout-box .title{
border-bottom: 2px solid #e7e7e7;
font-size: 14px;
font-weight: bold;
padding: 6px 15px;
text-transform: uppercase;
}
.checkout-box .box {
padding: 0 15px 15px;
}
.checkout-box-login .box {
padding-top: 7px;
}
.checkout-box-coupon .box {
padding: 15px;
}
.checkout-box-login .login-form-input {
padding-top: 40px;
}
.checkout-box-login .login-form-button {
padding-top: 23px;
}
.checkout-box-login input.input-text, .checkout-box-coupon input.input-text {
background: #fff;
border: 1px solid #e7e7e7;
border-radius: 2px;
color: #9c9c9c;
height: 30px;
line-height: 28px;
padding: 0 10px;
width: 100%;
}
.checkout-box-coupon input.input-text{
margin-bottom:20px;
}
.checkout-box-login label.inline {
display: inline-block;
font-weight: normal;
margin-left: 15px;
}
.checkout-box-login .lost_password {
padding-top: 10px;
}
.checkout-box-bill .box {
padding-top: 15px;
}
.woocommerce form .checkout-box-ship-address input.input-text, 
.woocommerce form .checkout-box-bill input.input-text {
border: 1px solid #e7e7e7;
border-radius: 3px;
height: 30px;
line-height: 28px;
padding: 0 7px;
}
.woocommerce form .checkout-box-ship-address .form-row textarea.input-text, 
.woocommerce form .checkout-box-bill .form-row textarea.input-text {
border: 1px solid #e7e7e7;
border-radius: 3px;
line-height: 20px;
padding: 7px;
}
.select2-container .select2-choice {
border: 1px solid #e7e7e7;
border-radius: 3px;
color: #838383;
height: 30px;
line-height: 28px;
}
.woocommerce form .checkout-box-ship-address .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .checkout-box-ship-address .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .checkout-box-ship-address .form-row.woocommerce-invalid select, 
.woocommerce form .checkout-box-bill .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .checkout-box-bill .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .checkout-box-bill .form-row.woocommerce-invalid select {
border-color: #ff0000;
}
.checkout-box-ship-address #ship-to-different-address {
padding-bottom: 5px;
padding-top: 8px;
}
.woocommerce form .checkout-box-ship-address .form-row label,
.woocommerce form .checkout-box-bill .form-row label {
font-weight: normal;
line-height: 24px;
margin: 0 0 9px;
}
.select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active, 
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-dropdown-open.select2-drop-above .select2-choices {
border-color: #e7e7e7;
}
.select2-results .select2-result-label {
padding: 0;
border-radius:0;
}
.woocommerce .checkout-box-order table.shop_table{
border:none;
border-radius:0;
}
.woocommerce .checkout-box-order table.shop_table th,
.woocommerce .checkout-box-order table.shop_table td{
border:none;
}
.woocommerce .checkout-box-order .product-total,
.woocommerce .checkout-box-order tfoot td{
text-align:right;
}
.woocommerce .checkout-box-order table.shop_table tbody td,
.woocommerce .checkout-box-order table.shop_table tfoot th,
.woocommerce .checkout-box-order table.shop_table tfoot td{
border-top:1px solid #e7e7e7;
}
.woocommerce-checkout div#payment {
background: none;
border-radius: 0;
}
.woocommerce-checkout div#payment ul.payment_methods {
border: 2px solid #e7e7e7;
padding: 8px 0 0;
}
.woocommerce-checkout div#payment ul.payment_methods li + li {
border-top: 1px solid #e7e7e7;
}
.woocommerce-checkout div#payment ul.payment_methods li {
padding: 11px 25px;
}
.woocommerce-checkout div#payment ul.payment_methods li input.input-radio {
float: left;
margin: 6px 5px 0 0;
}
.woocommerce-checkout div#payment label {
font-size: 12px;
font-weight: normal;
margin: 0;
color:#666;
}
.woocommerce-checkout div#payment div.payment_box:before {
display: none;
}
.woocommerce-checkout div#payment div.payment_box {
background: none;
font-size: 12px;
line-height: 20px;
margin: 0;
padding: 1px 0 0 18px;
}
.woocommerce-checkout div#payment ul.payment_methods li.payment_method_paypal input.input-radio {
margin-top: 17px;
}
.woocommerce div#payment #place_order{
float: none;
font-size: 15px;
border-radius:100px;
font-weight:normal;
height: 38px;
line-height: 38px;
padding: 0 25px;
}
.woocommerce div#payment #place_order:hover{
background:#474747;
}
.woocommerce-checkout div#payment div.form-row{
padding:0;
margin:20px 0 0 0;
}
div.product-check-out{
margin-bottom:30px;
}
.product-detail .product-essential .more-views{
position:relative;
margin-top:4px;
padding:0 15px;
}
.product-essential .more-views .owl-wrapper .owl-item img{
width:100%;
border:1px solid #e7e7e7;
}
.product-essential .more-views .owl-controls{
display:block!important;
}
.product-detail .product-essential .more-views .customNavigation .btn{
position:absolute;
top:18px;
padding:0 3px;
background:none!important;
border:none!important;
box-shadow:none!important;
}
.quickview-box .product-detail .product-essential .more-views .customNavigation .btn{
top:calc(50% - 10px);
}
.product-detail .product-essential .more-views .customNavigation .prev{
left:0;
}
.product-detail .product-essential .more-views .customNavigation .next{
right:0;
}
.product-detail .product-essential .more-views .owl-item{
padding:0 2px;
}
.product-list .product-row-item:nth-child(3n+1){
clear:both;
}
.product-detail .product-essential .owl-buttons{
position: absolute;
top: calc(50% - 10px);
width: 100%;
}
.product-detail .product-essential .owl-theme .owl-controls .owl-buttons div{
background:none;
font-size:16px;
line-height:20px;
margin:0;
padding:0;
position:absolute;
top:0;
}
.product-detail .product-essential .owl-theme .owl-controls .owl-buttons div:hover{
color:#333;
}
.product-detail .product-essential .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:-13px;
}
.product-detail .product-essential .owl-theme .owl-controls .owl-buttons div.owl-next{
right:-13px;
}
.woocommerce-page .main-content .container,
.woocommerce-page .contents-main .container{
padding-bottom:50px;
} .wishlist-title h2{ text-transform:uppercase;
font-size:16px;
margin:0 0 15px 0;
display:block;
padding:0;
}
.wishlist-title{
display:block;
}
.woocommerce table.shop_table{
border-radius:0;
}
.wishlist_table .product-name a.wishlist-product-image{
float: left;
margin-right: 15px;
}
.wishlist_table .product-thumbnail img{
border: 2px solid #e7e7e7;
height: auto;
width: 73px;
}
.wishlist_table .product-name a{
color: #777;
display: block;
font-weight: bold;
margin-top: 0;
text-transform: uppercase;
font-size:12px;
line-height:18px;
}
.wishlist_table .product-price del{
display:none;
}
.wishlist_table .product-price ins{
font-size: 14px;
font-weight: bold;
padding-left: 12px;
text-decoration:none;
}
.wishlist-form .wishlist_table th{
color: #515151;
font-size: 13px;
font-weight: bold;
padding:6px 12px 7px!important;
}
.wishlist_table tr td.product-price,.wishlist_table tr td.product-stock-status{
text-align:left;
padding-left:12px;
padding-right:12px;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock{
font-size:12px;
font-weight:bold;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
border-radius:50px;
color:#fff;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover{
background:#3b3b3b;
}
.actions .add_to_cart_button.cart-added, 
.add_to_cart_button.cart-adding,
.add_to_cart_button.cart-adding:hover{
background-image:none!important;
color:#fff!important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
border-color: #ff0000;
border-radius: 3px;
height: 30px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height:28px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
height: 30px;
}
.woocommerce [type="checkbox"]:checked + label:after,
.woocommerce [type="checkbox"]:checked + label:before{
display:none;
}
.woocommerce [type="checkbox"]:checked{
position:relative;
} .woocommerce-login .woocommerce-FormRow label{
font-weight: normal;
line-height: 24px;
margin: 0 0 9px;
display:block;
}
.woocommerce-login .woocommerce-FormRow,
.woocommerce .woocommerce-FormButton{
padding:0!important;
margin:0 0 15px 0!important;
}
.woocommerce-login .woocommerce-FormRow .woocommerce-Input{
border: 1px solid #e7e7e7;
border-radius: 3px;
height: 30px;
line-height: 28px;
padding: 0 7px;
}
.woocommerce-login .woocommerce-Button{
color:#fff!important;
}
.woocommerce-login .woocommerce-Button:hover{
background:#474747!important;
}
.woocommerce form.login.woocommerce-login{
border-color:#e7e7e7;
}
.woocommerce form.woocommerce-login .form-row label.inline{
margin:0;
font-weight:normal;
}
@media(max-width: 1199px){
.product-list .product-row-item:nth-child(3n+1){
clear:none;
}
.product-list .product-row-item:nth-child(2n+1){
clear:both;
}
.woocommerce .quantity input.qty{
width:50px;
}
.quantity{
margin:0;
}
}
@media(max-width: 991px){
.product-essential .product-shop{
margin-top:30px;
}
}
@media(max-width: 767px){
.cart-table .quantity{
float:none;
}
.cart-table-items .row-item .item{
display:block;
border:none;
}
.default-sidebar{
margin-top:30px;
}
} .rtl .onsale-label::before, .rtl .new-label::before {
right: -14px;
transform: rotate(-45deg);
width: 100%;
z-index: -1;
}
.rtl .woo-list-product-grid .onsale-label, .rtl .woo-list-product-grid .new-label {
right: 0;
left: auto;
}
.rtl .onsale-label, .rtl .new-label {
text-align: right;
right: 0;
left: auto;
}
.rtl .woocommerce.widget ul.product_list_widget li .product-image {
float: right;
}
.rtl .woocommerce.widget ul.product_list_widget li .info-products {
margin-left: 0;
margin-right: 85px;
}
.rtl .woocommerce.widget .tagcloud a {
float: right;
}
.rtl.woocommerce .widget_price_filter .price_slider_amount {
text-align: right;
}
.rtl.woocommerce .widget_price_filter .price_slider_amount .button{
float: right;
margin: 0 0 0 11px;
}
.rtl .search-box .sub-search {
left: 0;
right: auto;
}
.rtl .product-detail .product-essential .price-box {
float: right;
}
.rtl .quantity {
float: right;
margin: 0 0 0 14px;
}
.rtl.woocommerce .product-detail .single_add_to_cart_button {
float: right;
margin: 0 0 0 14px;
}
.rtl .quickview-box {
text-align: right;
}
.rtl .product-detail .rating-box {
float: left;
}
.rtl .increase-qty, .rtl .decrease-qty {
left: 10px;
right: auto;
}
.rtl.woocommerce .product-detail .single_add_to_cart_button:before {
display: none;
}
.rtl.woocommerce .product-detail .single_add_to_cart_button:after {
content: "";
font-family: "FontAwesome";
padding-left: 8px;
}
.rtl.woocommerce .product-detail .single_add_to_cart_button:before {
display: none;
}
.rtl.woocommerce .product-detail .single_add_to_cart_button:after {
content: "";
font-family: "FontAwesome";
padding-left: 8px;
}
.rtl .wishlist_table .product-name a.wishlist-product-image {
float: right;
margin: 0 0 0 15px;
}
.rtl .wishlist_table tr td.product-thumbnail,
.rtl .wishlist_table tr td.product-name,
.rtl .wishlist_table tr td.wishlist-name,
.rtl .wishlist_table tr td.wishlist-privacy,
.rtl .woocommerce table.wishlist_table tfoot td {
text-align: right;
}
.rtl .wishlist_table tr td.product-price, .rtl .wishlist_table tr td.product-stock-status {
text-align: right;
}
.rtl .cart-table-items .name-item > a {
float: right;
margin: 0 0 0 15px;
}
.rtl .cart-table-items .cart-table-title .item, .rtl .cart-table-items .cart_item .item {
border-right: 1px solid #d9d9d9;
border-left: none;
}
.rtl .cart-table-items .cart-price {
padding: 0 12px 0 0;
}
.rtl .qty-item .quantity {
float: right;
margin: 0 14px 0 0;
}
.woocommerce .cart .button.update_cart {
float: right;
}
.rtl .woocommerce .cart .button.update_cart {
float: left;
}
.rtl.woocommerce-cart .cart-collaterals .cart_totals table td {
text-align: left;
}
.rtl.woocommerce-cart .wc-proceed-to-checkout {
text-align: left;
}
.rtl.woocommerce-cart .wc-proceed-to-checkout a.checkout-button .fa-icon {
float: left;
transform: rotate(180deg);
margin: 2px 2px 0 0;
}
.product-list-row  .toolbar .amount{
float:left;
}
.rtl .product-list-row  .toolbar .amount{
float:right;
}
.rtl.woocommerce .woocommerce-ordering,.rtl.woocommerce-page .woocommerce-ordering{
float:left;
}
.shipping-calculator-form input, .shipping-calculator-form select {
width: 100%;
margin-bottom: 10px;
padding: 4px;
font-size: 13px;
}
.shipping-calculator-form select {
width: 100%;
margin-top: 10px;
padding: 6px 4px;
font-size: 13px;
}.animate-1{
transition: all 250ms ease-out 0s;
-webkit-transition: all 250ms ease-out 0s;
}
.animate-2{
transition:all ease 0.3s;
-webkit-transition:all ease 0.3s;
}
@-webkit-keyframes bounceInUpShort {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
75% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
90% {
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUpShort {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100px, 0);
transform: translate3d(0, 100px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
75% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
90% {
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUpShort {
-webkit-animation-name: bounceInUpShort;
animation-name: bounceInUpShort;
}
@-webkit-keyframes fadeInDownShort {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownShort {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownShort {
-webkit-animation-name: fadeInDownShort;
animation-name: fadeInDownShort;
}
.move_to_center {
-webkit-animation: moveToCenter 0.65s ease forwards;
animation: moveToCenter 0.65s ease forwards;
}
@-webkit-keyframes moveToCenter { to { -webkit-transform: translateX(0); opacity: 1; } }
@keyframes moveToCenter { to { transform: translateX(0); opacity: 1; } } .animated {
-webkit-animation-duration: 0.6s;
animation-duration:0.6s;
visibility: visible!important;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
11.1% {
-webkit-transform: none;
transform: none
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg)
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
}
100% {
-webkit-transform: none;
transform: none
}
}
@keyframes jello {
11.1% {
-webkit-transform: none;
transform: none
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg)
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
}
100% {
-webkit-transform: none;
transform: none
}
}
.jello{
-webkit-animation-name:jello;
animation-name:jello;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}




.iwe-schedule-block.style4{
	margin:0;
	padding:25px 0 70px 0;
	background:#fbfbfb;
}
.iwe-schedule-block.style4 .slick-prev,
.iwe-schedule-block.style4 .slick-next{
	font-size:72px;
	top:calc(50% + 10px);
	z-index:9;
	color:#e3e3e3;
	padding:0;
}
.iwe-schedule-block.style4 .slick-prev{
	left:calc(22% - 105px)
}
.iwe-schedule-block.style4 .slick-next{
	right:calc(22% - 105px)
}
.iwe-schedule-block.style4 .slick-prev:hover,
.iwe-schedule-block.style4 .slick-next:hover{
	color:#db084d
}
.iwe-schedule-block.style4 .schedule-time-item{
	padding:90px 16px 0;
}
.iwe-schedule-block.style4 .schedule-time-item-inner{
	position:relative;
}

.iwe-schedule-block.style4 .slick-slide .schedule-time-item-inner > div{
	opacity:0;
}
.iwe-schedule-block.style4 .slick-slide.slick-current .schedule-time-item-inner > div{
	opacity:1;
}
.iwe-schedule-block.style4 .time-speaker-image{
	float:left;
	width:37%;
	position:absolute;
	bottom:0;
}
.iwe-schedule-block.style4 .time-speaker-image img{
	width:100%;
	max-width:260px;
}
.iwe-schedule-block.style4 .schedule-time-content{
	margin-left:37%;
	padding:110px 30px 60px;
}
.iwe-schedule-block.style4 .time-title,
.iwe-schedule-block.style4 .time-speaker-name{
	text-transform:uppercase;
	font-family:'Poppins';
	font-size:36px;
	line-height:1;
	font-weight:600;
}
.iwe-schedule-block.style4 .time-speaker-name{
	font-size:100px;
	color:#fff;
	margin-bottom:5px;
}
.iwe-schedule-block.style4 .time-des{
	font-size:14px;
	font-family:'Playfair Display';
	color:#838383;
	line-height:30px;
}
.iwe-schedule-block.style4 .time-speaker-social{
	margin-right:50px;
	margin-top:25px;
	padding-top:17px;
	border-top:1px solid #e1e1e1;
}
.iwe-schedule-block.style4 .time-speaker-social a{
	color:#838383;
	padding-right:20px;
}

.iw-heading.style13{
	padding:0;
}
.iw-heading.style13 .iwh-title{
	margin:0 0 11px 0;
}
.iw-heading.style13 strong{
	font-style:italic;
}

.inwave-text-block.signature{
	font-family:'pwsignaturetwomedium';
}
.inwave-text-block.name-position strong{
	font-size:18px;
}

.iw-image-box.style2 .sub_title{
	width:215px;
	height:215px;
	border-radius:100%;
	color:#fff;
	position:absolute;
	top:calc(50% - 160px);
	left:calc(50% - 107px);
}
.iw-image-box.style2 .sub_title:before{
	position:absolute;
	content:'';
	border-top:1px solid #fff;
	width:calc(100% - 20px);
	top:50%;
	left:10px;
	transform: rotate(45deg);
}

.iw-image-box.style2 .sub_title span{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	font-size:24px;
	text-transform:uppercase;
	line-height:24px;
	font-family:'Poppins';
	font-weight:600;
	padding:8px 0 5px 0;
}
.iw-image-box.style2{
	text-align:center;
}
.iw-image-box.style2 h3.title{
	margin:0;
	text-transform:uppercase;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	color:rgba(255,255,255,0.5);
	font-size:160px;
	line-height:96px;
	font-family:'Poppins';
	font-weight:700;
}

/*=== Screen 320 ==*/
@media (max-width: 1367px) {
.iwe-schedule-block.style4 .schedule-time-content{
	padding-top:80px;
	padding-bottom:40px;
}
.iwe-schedule-block.style4 .time-speaker-image img {
    max-width: 250px;
}









}













 html body{
color:#838383;
}
body{
font-size:13px;
line-height: 28px;
font-weight:normal;
}
p {
line-height: 1.5;
}
#post-339 div.entry-content div.vc_row.wpb_row.vc_row-fluid.info-item-about.vc_custom_1506817248306.vc_row-has-fill div.container div.row div.wpb_column.vc_column_container.vc_col-sm-12 div.vc_column-inner. div.wpb_wrapper div.vc_row.wpb_row.vc_inner.vc_row-fluid div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-has-fill div.vc_column-inner.vc_custom_1506815608953 div.wpb_wrapper div.iw-heading..style14. h3.iwh-title {
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
font-weight: 400;
}
p:last-child{
margin:0;
}
img{
max-width:100%;
height:auto;
}
ul, li{
margin:0;
padding: 0;
list-style: none;
}
.rev_slider .slotholder::after {
background-color: transparent;
}
pre{
background: #232323 linear-gradient(#fff 50%, #f1f1f1 50%);
background-size: 38px 38px;
border: 1px solid #e5e5e5;
border-radius: 0;
color: #838383;
display: block;
line-height: 19px;
margin: 5px 0;
overflow-x: visible;
overflow-y: hidden;
padding: 0 10px;
white-space: pre-wrap;
word-wrap: break-word;
}
table {
border-collapse: separate;
border-spacing: 0;
border: 1px solid rgba(51, 51, 51, 0.1);
border-width: 1px 0 0 1px;
margin: 0 0 1.6em;
table-layout: fixed;
width: 100%;
}
th, td {
border: 1px solid rgba(51, 51, 51, 0.1);
padding:5px;
border-width: 0 1px 1px 0;
}
th,dt{
font-weight:bold;
}
dt{
font-size:120%;
}
.clear{
clear:both;
}
dl, dd{
margin-bottom:20px;
}
address {
font-style: italic;
margin: 0 0 15px;
}
a:hover, a:focus{
text-decoration: none;
color: #838383;
}
.post-text ul,.post-text li,
.entry-content ul,.entry-content li{
list-style:inherit;
display: none;
}
.page-links{
margin:5px 0;
}
.page-links > a,.page-links > span{
padding:3px 6px;
border: 1px solid rgba(51, 51, 51, 0.1);
}
.post-text ul,.entry-content ul{
margin-left:15px;
}
.grey{
color:#c4c4c4;
}
.light-grey{
color:#b9b9b9;
}
input[type="button"], input[type="submit"] {
border: medium none;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: 700;
margin-bottom: 15px;
margin-right: 5px;
outline: medium none;
padding: 3px 25px;
color:#fff;
}  .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 10px auto 10px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 0 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 12px;
line-height: 17px;
margin: 0;
font-style:italic;
background:#f1f1f1;
text-align:left;
padding: 12px 20px;
width:calc(100% - 3px);
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.post-text ol{
padding-left:15px;
line-height:36px;
}
.post-text ol ol{
padding-left:30px;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.gallery-caption {
font-weight: normal;
}
.bypostauthor {
font-weight: normal;
}
.sticky{
font-weight: normal;
} .sticky .post-icon i::before{
content: '\f08d'!important;
}
.recentcomments .comment-author-link i {
margin-right: 5px;
}
.iw-parallax,.iw-parallax-overlay{
position: absolute;
width:100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}
.scrollviewed .iw-parallax, .scrollviewed .iw-parallax-overlay{
z-index: -1;
} .panel-tools{
position:fixed;
left: -240px;
top:80px;
z-index:9999;
background:#fff;
box-shadow:1px 1px 2px rgba(0,0,0,0.1);
color:#848484;
font-size:11px;
}
.panel-tools .panel-content{
padding:16px;
width:240px;
border: 1px solid #dddddd !important;
}
.panel-tools button,.panel-tools span.button-command{
border:none;
color:#848484;
margin: 5px 0;
display: inline-block;
border: 1px solid #dddddd;
position: relative;
}
.panel-tools span.button-command{
padding:0 8px;
}
.panel-tools a:active > span.button-command{
top:2px;
}
.panel-tools h3{
font-size:13px;
padding-bottom:12px;
margin-top:12px;
text-transform:uppercase;
}
.panel-tools .title{
border-bottom:1px solid #d8d8d8;
}
.panel-tools .panel-button{
right:-45px;
position:absolute;
text-align:center;
top:-5px;
width:45px;
height:45px;
line-height:45px;
font-size:24px;
background: #f5f5f5;
border: 1px solid #dddddd;
border-left:0;
border-radius: 0 2px 2px 0;
}
.off-canvas-enabled body.rtl .panel-tools{
left: 0!important;
right: auto!important;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.panel-tools .panel-button i{
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
.panel-tools .panel-button:hover i{
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.panel-tools .panel-button.active i{
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.panel-tools .layout-setting h3{
margin-top:5px;
}
.panel-tools .button-command,.reset-button button{
background:#f6f6f6;
width:100px;
margin-right:0px;
line-height:28px;
border:1px solid #dedede;
font-size:11px;
color:inherit;
text-transform:uppercase;
}
.panel-tools .rtl-setting{
margin-top: 5px;
}
.panel-tools .rtl-setting .button-command{
width:auto;
}
.panel-tools .button-command.active,.reset-button button{
color:#fff;
}
.panel-tools  .color-setting button{
width:27px;
height:27px;
margin-right:5px;
border:2px solid #fff;
}
.panel-tools  .color-setting button.active{
border:2px solid #d7d7d7;
}
.panel-tools  .color-setting button:last-child{
margin-right:0;
}
.panel-tools  .reset-button{
margin-top:0px;
padding-top:10px;
}
.panel-tools .overlay-setting{
position:relative;
}
.panel-tools .overlay-setting.disabled:after{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
content:'';
background:#fff;
z-index:1;
opacity:0.7;
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
@media (max-width: 767px) {
.vc_row .container {
padding-left:30px;
padding-right:30px;
}
}  .body-boxed .wrapper {
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 1);
margin: auto;
max-width: 1200px;
overflow: hidden;
position: relative;
}
.wrapper{
overflow: hidden;
background:#fff;
}   .header {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.header-default{
position: absolute;
width: 100%;
z-index: 999;
}
.header .iw-menu-default{
float: right;
margin: 9px 0 0;
display: block;
}
.header .iw-menu-default:after{
clear: both;
content: '';
display: block;
}
.header .logo {
margin: 0;
}
.header.header-default .logo{
padding: 25px 0;
}
.header .logo a{
display: inline-block;
max-height: 100px;
max-width: 200px;
}
.header .off-canvas-open{
display: none;
}
.header .search-form-header{
height: 0;
-webkit-transition: height 0.3s linear 0s;
transition: height 0.3s linear 0s;
}
.header .search-form-header.display-search-box{
height: 70px;
}
.header .search-form-header .search-box{
height: 100%;
}
.header .search-form-header .search-box input{
border: 0 none;
color: #e8e8e8;
cursor: pointer;
font-size: 30px;
height: 100%;
height: 100%;
line-height: 40px;
padding: 0;
text-align: center;
width: 100%;
}
.header .search-form-header .search-box input::-moz-placeholder {
color: #e8e8e8;
opacity: 1;
}
.header .navbar.navbar-default.navbar-bg-light {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
margin: 20px 0 0;
}
.header.header-default .navbar.navbar-default.navbar-bg-light{
margin: 0}
.header .iw-icon-search-cart {
float: right;
}
.header .iw-button-toggle{
display: none;
}
.header .search-form {
display: inline-block;
}
.header .cart-icon {
border-radius: 50%;
color: #ffffff;
display: inline-block;
height: 37px;
line-height: 37px;
margin-left: 10px;
position: relative;
text-align: center;
top: 30px;
width: 37px;
}
.header .search-form > a {
border: 2px solid;
border-radius: 50%;
display: inline-block;
height: 37px;
line-height: 33px;
position: relative;
text-align: center;
top: 30px;
width: 37px;
}
.header .iw-main-menu .iw-nav-menu:after{
clear: both;
content: '';
display: block;
}
.header .iw-main-menu .iw-nav-menu > li{
float: left;
padding-bottom: 30px;
position: relative;
}
.header.header-default .iw-main-menu .iw-nav-menu > li{
padding: 30px 0;
}
.header.header-default  .iw-main-menu > .iw-nav-menu > li{
padding: 0;
}
.header.header-default  .iw-main-menu > .iw-nav-menu > li > a{
margin-right: 22px;
}
.header.header-default  .iw-main-menu > .iw-nav-menu > li:last-child > a{
margin-right: 0;
}
.header.header-default .iw-menu-default{
margin: 0 25px;
}
.header.header-default .iw-main-menu .iw-nav-menu li a {
padding: 30px 0;
}
.header.header-default .iw-main-menu .iw-nav-menu > li > a:after{
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
-webkit-transition: width 0.3s linear 0s;
transition: width 0.3s linear 0s;
width: 0;
}
.header .iw-main-menu .iw-nav-menu > li.menu-item-has-children > a{
position: relative;
}
.header.header-default .iw-main-menu .iw-nav-menu > li.menu-item-has-children:hover a:after{
width: 100%;
}
.header .iw-main-menu .iw-nav-menu > li .sub-menu{
background: #151515 none repeat scroll 0 0;
visibility: hidden;
}
.header .iw-main-menu .iw-nav-menu li .sub-menu li a .icon-arrow {
position: absolute;
right: 15px;
}
.header .iw-main-menu .iw-nav-menu > li > .sub-menu {
left: 0;
position: absolute;
top: 100%;
}
.header .iw-main-menu .iw-nav-menu > li:hover > .sub-menu{
visibility: visible;
}
.header .iw-main-menu .iw-nav-menu > li .sub-menu {
background: #151515;
visibility: hidden;
min-width: 205px;
}
.header .iw-main-menu .iw-nav-menu li .sub-menu li a{
white-space: nowrap;
}
.header .iw-main-menu .iw-nav-menu > li:hover > .sub-menu > li > a{
padding: 10px 20px;
}
.header .iw-main-menu .iw-nav-menu > li:last-child > a{
padding-right: 0;
}
.header .iw-main-menu .iw-nav-menu li a {
color: rgb(255, 255, 255);
display: inline-block;
font-size: 12px;
line-height: 40px;
padding-right: 35px;
position: relative;
font-weight: bold;
}
.header .iw-main-menu .iw-nav-menu li .sub-menu li{
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .iw-main-menu .iw-nav-menu li .sub-menu li:last-child{
border-bottom: 0;
}
.header .iw-main-menu .iw-nav-menu > li > a .icon-arrow{
display: none;
}
.header .iw-nav-menu li a .icon-arrow::before {
content: "ÃƒÂ¯Ã†â€™Ã…Â¡";
display: inline-block;
float: right;
font-family: FontAwesome;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: inherit;
text-rendering: auto;
transform: translate(0px, 0px);
}
.header .iw-main-menu .iw-nav-menu li .sub-menu li a{
color: #cacaca;
display: block;
font-size: 13px;
font-weight: 400;
line-height: 20px;
padding: 0 20px;
-webkit-transition: padding 0.3s linear 0s;
transition: padding 0.3s linear 0s;
}
.header .iw-main-menu .iw-nav-menu li .sub-menu li.menu-item-has-children a {
padding-right: 35px;
}
.header .iw-main-menu .iw-nav-menu > li .sub-menu li:last-child a{
border-bottom: 0;
}
.header .iw-main-menu .iw-nav-menu > li .sub-menu li{
position: relative;
}
.header .iw-main-menu .iw-nav-menu > li .sub-menu li .sub-menu {
left: 80%;
position: absolute;
top: 0;
opacity: 0;
-webkit-transition: left 0.3s linear 0s, opacity 0.3s linear 0s;
transition: left 0.3s linear 0s, opacity 0.3s linear 0s;
}
.header .iw-main-menu .iw-nav-menu > li .sub-menu li:hover > .sub-menu{
visibility: visible;
opacity: 1;
left: 100%;
}
.header .iw-main-menu .iw-nav-menu li .sub-menu li .sub-menu a{
padding: 10px 20px;
}
.off-canvas-placeholder,
.off-canvas-menu,
.off-canvas-open{
display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
width: 100%;
}
#wpcf7-f3408-p178-o1 form.wpcf7-form label {
width: 100%;
}  .header.header-version-2{
top: 50px;
border-bottom: 0;
position: absolute;
width: 100%;
z-index: 999;
}
.header.header-version-2 .header-v2-container {
background: #0a0a0a none repeat scroll 0 0;
}
.header.header-version-2 .logo{
border-right: 1px solid #323232;
font-size: 0;
padding: 30px 0;
text-align: center;
}
.header.header-version-2 .iw-menu-default {
border-right: 1px solid #323232;
margin: 0;
float: none;
}
.header.header-version-2 .navbar.navbar-default.navbar-bg-light{
margin: 0
}
.header.header-version-2 .iw-icon-search-cart {
float: none;
}
.header.header-version-2 .iw-icon-search-cart .search-form a{
top: 30px;
}
.header.header-version-2 .iw-main-menu .iw-nav-menu > li{
padding: 32px 0;
}
.header.header-version-2 .iw-main-menu .iw-nav-menu > li::after{
bottom: auto;
top: 0;
}
.header.header-version-2 .remote-search i{
font-size: 30px;
}
.header.header-version-2 .search-form {
display: inline-block;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.3s linear 0s;
transition: transform 0.3s linear 0s;
}
.header.header-version-2 .search-form.hidden-icon {
-webkit-transform: scale(0);
transform: scale(0);
}
.header.header-version-2 .iw-icon-search-cart .search-form.hidden-icon a{
border: 0;
}
.header.header-version-2 .remote-search {
display: inline-block;
position: relative;
right: 33px;
top: 33px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: transform 0.3s linear 0s;
transition: transform 0.3s linear 0s;
}
.header.header-version-2 .remote-search.show-icon{
-webkit-transform: scale(1);
transform: scale(1);
}
.header.header-version-2 .search-form-header {
height: 100%;
width: 100%;
}
.header.header-version-2 .header-2-search-form {
background: #0A0A0A;
height: 100%;
position: absolute;
top: 0;
width: 0;
-webkit-transition: width 0.3s linear 0s;
transition: width 0.3s linear 0s;
}
.header.header-version-2 .header-2-search-form.show-form{
border-right: 1px solid #323232;
margin-left: -30px;
width: 100%;
}
.header.header-version-2 .search-form-header .search-box input{
background: #0a0a0a none repeat scroll 0 0;
color: #bfbfbf;
font-size: 18px;
font-weight: 700;
line-height: 40px;
text-align: left;
}
.header.header-version-2 .header-2-search-form.show-form input{
padding: 20px 30px;
}
.header.header-version-2 .logo a {
max-height: 65px;
max-width: 160px;
}  .header.header-version-3{
border-bottom: 0;
}
.header.header-version-3 .logo-one-page .logo {
left: 25px;
position: absolute;
top: 25px;
z-index: 99;
}
.admin-bar .header.header-version-3 .logo-one-page .logo{
top: 35px;
}
.header.header-version-3 .iw-toggle-music{
display: none;
}
.header.header-version-3 .iw-menu-default {
margin: 0;
position: absolute;
top: 20%;
right: 40px;
z-index: 99;
}
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li{
float: none;
position: relative;
}
.header.header.header-version-3 .iw-main-menu{
position: relative;
}
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li{
margin-right: 0;
padding: 0;
text-align: right;
width: 100%;
}
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li:last-child{
padding-bottom: 0;
}
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li > a{
font-size: 14px;
line-height: normal;
padding: 0 15px 0;
margin-top: 0;
position: relative;
visibility: hidden;
font-weight: 400;
}
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li.current > a,
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li.initial > a {
visibility: visible;
}
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li:hover a{
visibility: visible;
}
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li a:after {
background: #a4a4a4;
border-radius: 50%;
bottom: auto;
content: "";
height: 5px;
left: auto;
position: absolute;
right: -5px;
top: 10px;
transition: width 0.3s linear 0s;
width: 5px;
z-index: 99;
visibility: visible;
}
.header.header.header-version-3 .iw-main-menu .iw-nav-menu > li a:before {
border-radius: 50%;
bottom: auto;
content: "";
height: 11px;
left: auto;
position: absolute;
right: -8px;
top: 7px;
transition: width 0.3s linear 0s;
width: 11px;
z-index: 99;
border: 2px rgba(0, 0, 0, 0) solid;
visibility: visible;
}  .header.header-version-4.header-version-5{
padding-right: 0;
position: absolute;
left: 0;
top: 0;
}
.admin-bar .header.header-version-4.header-version-5{
top: 32px;
}
.header.header-version-4.header-version-5.header-sticky.clone{
position: fixed;
top: -200px;
}
body.down .header.header-version-4.header-version-5.header-sticky.clone {
background-color: black;
top: 0;
}
body.down.admin-bar .header.header-version-4.header-version-5.header-sticky.clone{
top: 32px;
}
.header.header-version-4.header-version-5 .logo {
margin: 10px 0;
}
body.down .header.header-version-4.header-version-5.header-sticky.clone .logo {
padding: 0;
}
.header.header-version-4.header-sticky.clone .iw-main-menu .iw-nav-menu > li{
padding-bottom: 15px;
}
.header.header-version-4.header-version-5 .iw-main-menu .iw-nav-menu li a{
font-size: 14px;
}  .header.header-version-5{
position: fixed;
width: 100%;
z-index: 99;
border-bottom: none;
padding-right: 40px;
}
.header.header-version-5.clone{
background: transparent;
}
.header.header-version-5 .logo {
margin: 6px 0 0 10px;
}
.header.header-version-5 .iw-button-toggle-header-v5 {
position: absolute;
right: 0;
top: 10px;
}
.header-version-5 .nav-trigger .close-v5{
transition: scale 0.3s linear 0s;
-webkit-transition: scale 0.3s linear 0s;
transform: scale(0);
-webkit-transform: scale(0);
font-size: 26px;
color: white;
display: inline-block;
position: relative;
left: -20px;
top: 0;
}
.menu-activated .header-version-5 .nav-trigger .close-v5{
transform: scale(1);
-webkit-transform: scale(1);
}
.header-version-5 .nav-trigger  .open-v5{
transition: scale 0.3s linear 0s;
-webkit-transition: scale 0.3s linear 0s;
color: white;
font-size: 26px;
display: inline-block;
}
.menu-activated .header-version-5 .nav-trigger .open-v5{
transform: scale(0);
-webkit-transform: scale(0);
}
.menu-activated .header-version-5 .iw-main-menu ul.iw-nav-menu > li {
padding-bottom: 15px;
-webkit-opacity: 1;
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.header-version-5 .iw-header-menu-wrapper {
float: left;
position: relative;
}
.header-version-5 .iw-header-menu-wrapper .iw-main-menu {
margin-right: 70px;
}
.header-version-5 .iw-header-menu-wrapper .iw-main-menu > ul{
visibility: hidden;
}
.header.header-version-5 .iw-main-menu .iw-nav-menu li a {
color: #ffffff;
display: inline-block;
font-size: 16px;
font-weight: 400;
line-height: 48px;
margin-right: 50px;
padding-right: 0;
position: relative;
visibility: hidden;
}
.header.header-version-5 .iw-main-menu .iw-nav-menu li:last-child a{
margin-right: 0;
}
.menu-activated .header.header-version-5 .iw-main-menu .iw-nav-menu li a{
visibility: visible;
}
.header.header-version-5  .navbar.navbar-default.navbar-bg-light{
margin-top: 8px;
}
.header.header-version-5 .iw-main-menu .iw-nav-menu li a::before {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
bottom: 5px;
content: "";
height: 2px;
left: 0;
position: absolute;
right: 0;
transform: scale3d(0, 1, 1);
transition: transform 0.1s ease 0s;
width: 100%;
}
.header.header-version-5 .iw-main-menu .iw-nav-menu > li:hover > a::before {
transform: scale3d(1, 1, 1);
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}  .header.header-version-6{
background-color: #141414;
border-bottom: 0;
position: relative;
}
.header.header-version-6 .iw-menu-default{
margin: 0 25px 0
}
.header.header-version-6 .iw-main-menu .iw-nav-menu > li > a{
padding-right: 0;
}
.header.header-version-6 .iw-main-menu .iw-nav-menu > li:last-child > a{
margin-right: 0;
}  .menu-activated .header.header-version-5.header-version-7{
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.95);
}
.header.header-version-5.header-version-7{
padding-right: 0;
background: transparent;
}
.header-version-5.header-version-7 .iw-menu-default {
float: none;
margin: 0;
}
.header-version-5.header-version-7 .iw-menu-default{
float: none;
margin: 0;
}
.header-version-5.header-version-7 .iw-header-menu-wrapper {
float: none;
left: 0;
margin-right: 0;
position: fixed;
text-align: center;
top: 50%;
width: 100%;
margin-top: -40px;
visibility: hidden;
}
.header-version-5.header-version-7 .iw-header-menu-wrapper .iw-main-menu {
margin-right: 0;
}
.header.header-version-5.header-version-7 .iw-main-menu .iw-nav-menu li a{
color: black;
}
.header.header-version-5.header-version-7 .navbar.navbar-default.navbar-bg-light{
margin-top: 0;
}
.header.header-version-5.header-version-7 .logo {
display: inline-block;
}
.header.header-version-5.header-version-7 .logo a{
max-width: 200px;
max-height: 60px;
}
.header.header-version-5.header-version-7 .iw-button-toggle-header-v5 {
left: 30px;
margin-top: -10px;
position: fixed;
right: auto;
top: 50%;
}
.header.header-version-5.header-version-7 .iw-main-menu .iw-nav-menu > li{
float: none;
display: inline-block;
}
.header.header-version-5.header-version-7 .iw-main-menu .iw-nav-menu > li a{
text-transform: uppercase;
font-size: 18px;
line-height: 72px;
padding-left: 15px;
}
.header.header-version-5.header-version-7 .iw-main-menu .iw-nav-menu > li a span{
color: #f5f5f5;
font-size: 90px;
left: -5px;
position: absolute;
top: -15px;
z-index: -1;
visibility: hidden;
-webkit-transition: transform 0.15s linear 0s;
transition: transform 0.15s linear 0s;
-webkit-transform: scale(0);
transform: scale(0);
}
.header.header-version-5.header-version-7 .iw-main-menu .iw-nav-menu > li a:hover span{
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
.header.header-version-5.header-version-7 .iw-main-menu .iw-nav-menu li a::before {
background: #000000 none repeat scroll 0 0;
content: "";
height: 1px;
left: 0;
position: absolute;
right: 0;
top: 45px;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
width: 15px;
-webkit-transition: width 0.3s linear;
transition: width 0.3s linear;
}
.header.header-version-5.header-version-7 .iw-main-menu .iw-nav-menu li:hover a::before{
width: 100%;
}  .header.clone {
background: #0a0a0a;
border-bottom: 0;
position: fixed;
top: -200px;
left: 0;
right: 0;
z-index: 98;
-webkit-transition: 0.2s top cubic-bezier(.3,.73,.3,.74);
transition: 0.2s top cubic-bezier(.3,.73,.3,.74);
}
body.down .header.header-sticky{
display: none;
}
body.down .header.header-sticky.clone {
top: 0;
display: block;
}
body.down .header.header-sticky.clone .logo{
padding: 15px 0;
}
body.down .header.header-default.header-sticky.clone .iw-main-menu .iw-nav-menu > li {
padding: 0;
}
body.down .header.header-default.header-sticky.clone .iw-main-menu .iw-nav-menu > li > a{
padding: 20px 0;
}
body.down .header.header-sticky .search-form > a{
top: 20px;
}
body.down .header.header-sticky .cart-icon{
top: 20px;
}
body.down.admin-bar .header.header-sticky.clone {
display: block;
top: 32px;
}
body.down .header.header-sticky.clone .search-form-header.display-search-box {
height: 50px;
}
body.down .header.header-default.clone .navbar.navbar-default.navbar-bg-light{
margin: 0;
}
body.down .header.header-default.clone .iw-main-menu .iw-nav-menu > li{
padding-bottom: 18px;
}
body.down .header.header-version-2.clone .navbar.navbar-default.navbar-bg-light{
margin-top: 0;
}
body.down .header.header-version-2.clone .iw-menu-default{
float: right;
padding-right: 80px;
}
body.down .header.header-version-2.clone .logo,
body.down .header.header-version-2.clone .iw-menu-default{
border: 0;
}
body.down .header.header-version-2.clone .logo {
padding: 20px 0;
}
body.down .header.header-version-2.clone .iw-main-menu .iw-nav-menu > li{
padding: 22px 0;
}
body.down .header.header-version-2.clone .iw-icon-search-cart .search-form a {
top: 20px;
}
body.down .header.header-version-2.clone .remote-search{
top: 25px;
}
.header.header-version-3.header-sticky-one-page .iw-menu-default{
position: fixed;
}  .page-heading{
margin-bottom: 22px;
}
.page-title{
margin-top: 170px;
}
.page-title .iw-heading-title h1{
color: white;
margin-bottom: 22px;
}
.iw-heading-title.iw-category-2 > h1 {
color: #ffffff;
font-size: 36px;
line-height: 24px;
}
.breadcrumbs {
border-bottom: 1px solid #eaeaea;
margin-bottom: 35px;
padding: 17px 0 10px;
}
.breadcrumbs ul{
position: relative;
}
.breadcrumbs ul:after{
clear: both;
content: '';
display: block;
}
.breadcrumbs ul li:first-child{
list-style: none;
}
.breadcrumbs ul li{
float: left;
margin-right: 15px;
list-style: inside;
}
.breadcrumbs ul li i{
display: inline-block;
margin-right: 5px;
}
.breadcrumbs ul li a{
font-size: 13px;
line-height: 24px;
color: #838383;
}   .slider-1 .tp-thumb-image {
border: 3px solid transparent;
border-radius: 50% !important;
position: relative;
}
.slider-1 .tp-thumb-mask{
overflow: visible!important;
}
.slider-1 .tp-thumb-image::after {
border-bottom: 8px solid transparent !important;
border-left: 4px solid rgba(0, 0, 0, 0) !important;
border-right: 4px solid rgba(0, 0, 0, 0) !important;
content: "";
left: 48% !important;
overflow: visible !important;
position: absolute !important;
top: -10px !important;
}
.slider-1  span small{
font-size: 100%!important;
}
.slider-1 .tp-caption a,
.slider-1 .tp-caption span,
.slider-1 .tp-caption span small,
.slider-1 .tp-caption a,
.slider-2 .tp-caption a{
color: white!important;
}
.slider-1 .tp-caption a.iw-buy,
.slider-1 .tp-caption a.iw-register,
.slider-2  .iw-buy a,
.slider-2  .iw-register a{
border-radius: 30px;
display: inline-block !important;
padding: 8px 25px !important;
border: 2px solid;
text-transform: uppercase!important;
}
.slider-1 .tp-caption a.iw-buy{
text-transform: none!important;
}
.slider-1 .rev_slider .slotholder:after {
width: 100%;
height: 100%;
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
z-index: 99;
background: rgba(0,0,0,.5);
}   .slider-2 .iw-triangular {
position: relative;
z-index: 1;
width: 580px;
height: 450px;
}
.slider-2 .title {
text-transform: uppercase;
}
.slider-2 .iw-triangular:after {
border-left: 289px solid rgba(0, 0, 0, 0);
border-right: 289px solid rgba(0, 0, 0, 0);
border-top: 450px;
border-top-style: solid;
content: "";
left: 0;
position: absolute;
right: auto;
top: 0;
z-index: 5;
}
.slider-2 .inwave-countdown {
min-width: 400px;
text-align: center;
font-family: Arvo, serif;
font-weight: 700;
text-transform: uppercase;
}
.slider-2 .inwave-countdown .date-countdown {
display: inline-block;
padding: 0 15px;
}
.slider-2 .inwave-countdown .date-countdown span {
display: block;
}
.slider-2 .inwave-countdown .date-countdown .date {
font-size: 52px;
line-height: 65px;
}
.slider-2 .inwave-countdown .date-countdown .date-label {
font-size: 16px;
}
.slider-2 .hesperiden .tp-bullet {
border: none;
background: rgba(0, 0, 0, 0.4);
}
.slider-2 .hesperiden .selected.tp-bullet {
border: none;
background: rgba(255, 255, 255, 1);
}
.slider-2 .description {
font-size: 36px;
font-family: Arvo, serif;
text-transform: capitalize;
}
.slider-2 .slotholder::after {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
z-index: 99;
}
.slider-2 .bt-buy-ticket a {
display: inline-block;
font-family: Arvo, serif;
text-transform: uppercase;
text-decoration: none;
}
.slider-2 .bt-buy-ticket a::before, .slider-2 .bt-buy-ticket a::after {
background: #ffffff none repeat scroll 0 0;
content: "";
height: 2px;
left: 0;
margin-top: -1px;
pointer-events: none;
position: absolute;
top: 50%;
transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
width: 100%;
z-index: -1;
}
.slider-2 .bt-buy-ticket a::before {
transform: translateY(-20px);
}
.slider-2 .bt-buy-ticket a::after {
transform: translateY(20px);
}
.slider-2 .bt-buy-ticket a:hover::after, .slider-2 .bt-buy-ticket a:focus::after {
transform: rotate(-45deg);
}
.slider-2 .bt-buy-ticket a:hover::before, .slider-2 .bt-buy-ticket a:focus::before {
transform: rotate(45deg);
}
.iw-slider-3-event{
letter-spacing: 3px !important;
}
.tp-videolayer .tp-video-play-button{
top: 55%!important;
opacity: 1!important;
border: 5px solid !important;
border-radius: 50%;
}
.tp-videolayer .tp-video-play-button i{
background: transparent!important;
font-size: 36px!important;
line-height: 30px!important;
position: relative!important;
left: -3px!important;
height: 50px!important;
width: 50px!important;
}
.tp-videolayer .tp-revstop{
background: transparent!important;
position: relative!important;
top: -6px!important;
}
.slider-1 .tp-bullet:nth-child(1),
.slider-1 .tp-bullet:nth-child(2),
.slider-1 .tp-bullet:nth-child(3){
background: white;
border: 0 none !important;
border-radius: 0 !important;
height: 4px !important;
margin: 0 5px !important;
width: 65px !important;
}
.tp-video-controls{
display: none!important;
}  .post-info-date{
float:left;
text-align:center;
font-size:23px; width:93px;
padding-left:5px;
border-right:1px solid #dbdbdb;
line-height:1;
text-transform:uppercase;
font-weight:normal;
}
.post-info-date span{
font-size:42px;
font-weight:600;
}
.post-content{
padding-top:30px;
}
.post-content-detail{
margin-left:110px;
}
.post-item .post-content h3.post-title{
font-size:24px;
margin:0;
font-weight:normal;
line-height:1;
}
h3.post-title a{
color:#838383;
}
h3.post-title a:hover{ }
.post-item .featured-image{
text-align: center;
}
.post-info{
padding-top:8px;
}
.post-info > div > span{
padding-right:11px;
}
.post-info > div{
display:inline-block;
color:#b8b8b8;
}
.post-info > div + div:before{
content:"|";
color:#838383;
padding:0 20px;
}
.post-info a{ }
.post-info a:hover{
color:#b8b8b8;
}
.post-content-head{
border-bottom:1px solid #ececec;
padding:0 25px 12px 0;
margin-bottom:18px;
}
.post-item .post-content{
color:#838383;
}
.post-item .post-content-desc{
line-height:24px;
padding-right:25px;
text-align:justify;
}
a.more-link{
display:inline-block;
height:37px;
line-height:37px;
border-radius:100px;
color:#fff; padding:0 25px 0 15px;
}
a.more-link .fa{
margin-right:6px;
line-height:inherit;
font-size:14px;
}
.post-content-footer{
margin-top:17px;
}
.post-item{
margin-bottom:30px;
padding-bottom:30px;
background:#f8f8f8;
}
.format-link .post-content-desc a{ font-weight:bold;
}
.format-link .post-content-desc a:hover{
color:#838383;
}
.post-item .gallery .owl-controls{
margin:0;
position:absolute;
width:100%;
top:calc(50% - 22px);
}
.post-item .owl-theme .owl-controls .owl-buttons div{
margin:0;
padding:0;
background:#fff;
height:44px;
width:44px;
line-height:44px;
text-align:center;
opacity:1;
color:#777;
border-radius:100px;
font-size:14px;
position:absolute;
}
.post-item .owl-theme .owl-controls .owl-buttons div.owl-prev{
left:20px;
}
.post-item .owl-theme .owl-controls .owl-buttons div.owl-next{
right:20px;
}
.post-item .owl-theme .owl-controls .owl-buttons div:hover{
color:#fff; }
.page-nav,
.post-pagination{
margin:0 -4px 30px -4px;
}
.post-pagination{
margin-top:30px;
}
.page-nav .page-numbers,
.post-pagination .page-numbers{
height:37px;
width:37px;
line-height:33px;
color:#dadada;
font-size:14px;
font-weight:bold;
display:inline-block;
text-align:center;
border:2px solid #dadada;
margin:0 4px;
}
.page-nav .page-numbers.prev,
.page-nav .page-numbers.next,
.post-pagination .page-numbers.prev,
.post-pagination .page-numbers.next{
font-size:16px;
}
.page-nav a.page-numbers:hover,
.page-nav span.page-numbers.current,
.post-pagination a.page-numbers:hover,
.post-pagination span.page-numbers.current{  color:#fff;
}  .widget_search .search-box,
.search-content .search-box,
.error-404 .search-box{
position:relative;
}
.widget_search .search-box input.top-search,
.search-content .search-box input.top-search,
.error-404 .search-box input.top-search{
height:40px;
line-height:38px;
border:1px solid #e7e7e7;
border-radius:2px;
box-shadow:inset 1px 1px 3px -1px #dfdfdf;
width:100%;
padding:0 45px 0 10px;
}
.widget_search .search-box .sub-search,
.search-content .search-box .sub-search,
.error-404 .search-box .sub-search{
position:absolute;
top:0;
right:0;
}
.search-content .search-box,
.error-404 .search-box{
margin:20px 0 0 0;
max-width:300px;
width:100%;
}
.error-404.not-found{
padding:60px 0;
}
.widget{
margin-bottom:30px;
}
.widget h3.widget-title{
position:relative;
font-size:18px;
text-transform:uppercase;
font-weight:600;
margin:0 0 13px 0;
z-index:2;
color:#232323;
}
.widget h3.widget-title:before{
border-top:2px solid #dbdbdb;
top:calc(50% - 1px);
left:0;
z-index:-1;
width:100%;
content:'';
position:absolute;
}
.widget h3.widget-title span{
background:#fff;
padding-right:13px;
}
.widget_recent_entries ul li{
display:table;
width:100%;
clear:both;
border-bottom:1px solid #e4e4e4;
padding:12px 0;
}
.widget_recent_entries ul li a.recent-blog-post-thumnail{
width:73px;
margin-top:6px;
float:left;
}
.widget_recent_entries ul li .recent-blog-post-detail{
margin-left:85px;
}
.widget_recent_entries ul li .post-date{
color:#b3b3b3;
font-size:11px;
}
.widget_recent_entries .recent-blog-post-title a{
color:#232323;
}
.widget_meta ul li a,
.widget_archive ul li,
.widget_recent_comments li,
.widget_pages li{
display:block;
padding:12px 0;
border-bottom:1px solid #efefef;
font-size:14px;
color:#838383;
}
.widget_categories ul.children,
.widget_nav_menu ul.sub-menu{
padding-left:15px;
border-top:1px solid #efefef;
}
.widget_categories ul li,
.widget_nav_menu ul.menu li{
border-top:1px solid #efefef;
}
.widget_categories ul > li:first-child,
.widget_nav_menu ul.menu li:first-child{
border:none;
}
.widget_categories > ul > li:last-child,
.widget_nav_menu ul.menu > li:last-child{
border-bottom:1px solid #efefef;
}
.widget_categories ul li a,
.widget_nav_menu ul.menu li a{
display:inline-block;
padding: 12px 0;
}
.widget_categories ul li,
.widget_archive ul li{
color:#232323;
}
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a{
color:#232323;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_comments li a,
.widget_pages li a,
.widget_nav_menu ul.menu li a{
color:#232323;
}
.widget_tag_cloud .tagcloud{
padding-top:10px;
}
.widget_tag_cloud .tagcloud a{
height:34px;
border:1px solid #d0d0d0;
border-radius:3px;
padding:0 17px;
color:#838383;
line-height:32px;
display:inline-block;
margin:0 10px 10px 0;
font-size:13px!important;
}
.widget_tag_cloud .tagcloud a:hover{
color:#fff;
}
ul.widget-event-list li > img{
width:72px;
float:left;
}
ul.widget-event-list li{
display:table;
width:100%;
padding: 20px 0;
border-bottom:1px solid #e4e4e4;
}
ul.widget-event-list .event-info{
margin-left:90px;
}
ul.widget-event-list h3.event-title{
font-size:14px;
margin:0 0 7px 0;
line-height:18px;
}
ul.widget-event-list h3.event-title a{
color:#232323;
}
ul.widget-event-list .event-time, ul.widget-event-list .event-location{
font-size:12px;
color:#b7b7b7;
}
ul.widget-event-list .event-time i, ul.widget-event-list .event-location i{
padding-right:8px;
}
.widget_categories select,
.widget_text select,
.widget_archive select{
width:100%;
max-width:100%;
height:44px;
line-height:42px;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/bg-arrow-select.png) no-repeat scroll 95% center #fff;
border:1px solid #eee;
padding:0 15px 0 5px;
}
.widget_calendar .calendar_wrap,
.widget_calendar .calendar_wrap th{
text-align:center;
}  .search-results .entry-header h3{
margin:0 0 10px 0;
}
.search-results article {
background: #f8f8f8;
margin-bottom: 30px;
padding: 15px;
}
.search-results .entry-meta{
margin-bottom:5px;
}  .single-content .comments{
margin-bottom:30px;
}
.single-content .post-content{
border:none;
color:inherit;
}
.single-content .post-item{
background:none;
padding:0;
}
.single-content .post-content-desc{
padding:0;
}
.single-content .post-content-head{
padding-right:0;
margin-bottom:36px;
}
.tags-links{
color:#838383;
display:block;
margin-top:15px;
}
.tags-links span{
padding-right:15px;
}
.tags-links a{
height:34px;
border:1px solid #d0d0d0;
border-radius:3px;
padding:0 17px;
color:#838383;
line-height:32px;
display:inline-block;
margin:0 10px 10px 0;
font-size:13px;
}
.tags-links a:hover{
color:#fff;  }
.single-post-share{
border-bottom:1px solid #ededed;
border-top:1px solid #ededed;
padding:16px 0;
margin-top:15px;
}
.single-post-share .share-title{
text-transform:uppercase;
font-size:16px;
}
.single-post-share .social-icon{
float:right;
}
.single-post-share .social-icon a{
color:#d9d9d9;
padding:0 13px;
}
.single-post-share .social-icon a:hover{ }
.blog-author{
background:#f9f9f9;
padding:27px 25px;
margin-top:26px;
}
.blog-author .authorAvt{
float:left;
width:150px;
}
.blog-author .authorAvt img{
width:100%;
}
.blog-author .authorDetails{
margin-left:180px;
}
.blog-author .author-title {
padding-bottom:12px;
text-transform:uppercase;
font-size:24px;
}
.comments-content .comment-respond{
padding:0 25px 25px 25px;
background:#f9f9f9;
}
.comments-content .comment-notes{
margin-bottom:15px;
}
h3.comment-reply-title{
text-transform:uppercase;
margin:0 0 15px 0;
padding:14px 0 12px 0;
font-size:18px;
border-bottom:1px solid #ebebeb;
}
.commentFormField input, .commentFormField textarea{
height:37px;
line-height:35px;
width:100%;
border-radius:3px;
color:#a2a2a2;
padding:0 10px;
border:1px solid #fff;
margin:0 0 23px 0;
}
.commentFormField textarea{
height:auto;
line-height:20px;
padding:7px 10px;
}
.comments-content .form-submit .btn-submit{
height:37px;
line-height:37px;
color:#fff;
text-transform:uppercase;
padding:0 20px; border-radius:3px;
}
.commentList{
margin-top:60px;
}
.commentList .comments-title{
border-bottom:1px solid #ededed;
font-size:17px;
font-weight:bold;
text-transform:uppercase;
padding:9px 0;
}
a#cancel-comment-reply-link{ }
.commentAvt{
float:left;
width:80px;
}
.commentAvt img{
border-radius:500px;
}
.commentRight{
margin-left:100px;
}
.comment_list .name-cmt{
text-transform:uppercase;
color:#838383;
display:block;
}
.comment_list .name-cmt a{
color:#838383;
}
.comment_list a.comment-reply-link{ }
.comment_list a.comment-reply-link:hover{
color:#838383;
}
.comment_list .content-reply{
padding-top:12px;
}
.comment_list li.comment{
border-top:1px solid #ededed;
}
.comment_list > li.comment:last-child{
border-bottom:1px solid #ededed;
}
.comment_list li.comment div.comment{
padding:20px 0;
}
.comment_list > li.comment:first-child{
border:none;
}
.comment_list ul li.comment{
padding-left:95px;
}
.back-to-top{
position:relative;
}
.back-to-top a {
border-radius: 50%;
bottom: -7px;
color: #fff;
display: block;
font-size: 20px;
height: 40px;
line-height: 40px;
position: absolute;
right: 0;
text-align: center;
width: 40px;
}  .has-overlay .iw-parallax-overlay{
background:rgba(0,0,0,0.7)!important;
opacity:1;
}
.has-overlay{
z-index:3;
position:relative;
}
.has-overlay:before{
position:absolute;
content:'';
width:100%;
height:100%;
display:block!important;
top:0;
left:0;
z-index:-1;
background:rgba(0,0,0,0.85);
}
.white-color{
color:#fff;
}
.inwave-funfact{
background:rgba(255,255,255,0.1);
text-transform:uppercase;
font-size:14px;
margin-bottom:15px;
padding:15px;
}
.inwave-funfact .funfact-number-wrap{
font-size:48px;
line-height:1;
margin-bottom:11px;
font-weight:600;
}
div.iw-heading.text-left{
text-align:left;
}
div.iw-heading.text-right{
text-align:right;
}
div.iw-heading.text-center{
text-align:center;
}
.iw-heading.style11{
padding:0;
}
.info-item-about .info-item.style3{ display:inline-block;
margin-bottom:50px;
padding:0;
}
.info-item-about .info-list.style1{
margin:30px -15px 0 -15px;
}
.info-item-about .wpb_single_image .vc_single_image-wrapper{
position:relative;
z-index:2;
}
.skillbar-title{
font-size:15px;
padding-bottom:13px;
text-transform:uppercase;
}
div.skillbar{
margin-top:15px;
}
div.skillbar .skill-bar-bg{
background:#f9f9f9;
}
div.skillbar .skillbar_level{ }
div.skillbar .skillbar_callout{ }
div.skillbar .skillbar_callout:before{ }
.iw-team .iw-tabs .iw-tab-content .iw-tab-item-content{
padding-top:40px;
padding-bottom:60px;
}
.iw-team .iw-tabs .iw-tab-items .iw-tab-item{
padding:0;
background:none!important;
display:inline-block;
}
.iw-team .iw-tabs .iw-tab-items{
border:none;
}
.iw-team .iw-tab-item.active:after{
display:none;
}
.iw-team .iw-tabs .iw-tab-items .iw-tab-item + .iw-tab-item{
padding-left:2px;
}
.iw-team .iw-tabs .iw-tab-items .iw-tab-image img{
opacity:0.5;
}
.iw-team .iw-tabs .iw-tab-items .iw-tab-item.active .iw-tab-image img{
opacity:1;
}
.iw-team .iw-tabs .iw-tab-item.active .iw-tab-item-inner:before { content: "";
height: 100%;
position: absolute;
width: 100%;
}  div.iw-heading.style3 .iwh-content{
font-size:20px;
line-height:36px;
font-weight:300;
}
div.iw-heading.style3 .iwh-title{
margin:0 0 12px 0;
}
.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-items{
float:none;
position:relative;
z-index:2;
border:none;
}
.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-item.active,
.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-item:hover{
background:none!important;
}
.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-video{
position:absolute;
bottom:0;
left:0;
width:100%;
height: 100%;
}
.iw-shortcode-tabs .iw-tabs.layout2{
position:relative;
z-index:3;
overflow:hidden;
padding-bottom:250px;
color:#fff;
background:#000;
}
div.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-items .iw-tab-item{
display:inline-block;
text-align:center;
position:relative;
z-index:3;
padding:10px 0;
line-height:18px;
overflow:hidden;
background:none;
}
div.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-items .iw-tab-item-inner:before,
div.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-items .iw-tab-item-inner:after{
content:'';
background: rgba(255,255,255,0.4);
position:absolute;
top:calc(50% - 1px);
width:50%;
height: 1px;
}
.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-item .iw-tab-title{
font-family: Arvo, serif;
border-bottom:2px solid transparent;
font-size: 17px;
color: #a4a4a4;
}
.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-item.active .iw-tab-title{
display:inline-block;
border-bottom:2px solid #fff;
color: #ffffff;
}
div.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-items .iw-tab-item-inner:before{
left:calc(50% + 23px);
}
div.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-items .iw-tab-item-inner:after{
right:calc(50% + 23px);
}
div.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-item.active:after{
display:none;
}
div.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-content .iw-tab-item-content{
z-index:99;
padding-top: 80px;
padding-bottom: 95px;
}
div.iw-tab-video .iw-video-poster{
position:absolute;
height:100%!important;
width:100%;
bottom:0;
left:0;
}
div.iw-tab-video.playing .iw-video-poster{
opacity:0.75!important;
}
div.iw-tab-video .iw-video-poster img{
height:auto;
width: 100%;
max-width:none;
opacity:0.5;
}
div.iw-tab-video.playing .iw-video-poster img{
opacity:0;
}
div.iw-tab-video .iw-video-poster{
background:#000;
}
div.iw-tab-video .play-button{
position:absolute;
top:auto;
width:100%;
bottom:120px;
text-align:center;
font-size:50px;
left:0;
transform:none;
color: #ffffff;
}
div.iw-tab-video.playing .play-button{
transform:none;
opacity:1!important;
}
div.iw-tab-video.playing .play-button .ion-ios-play-outline:before{
content:"\f477";
}
div.iw-tab-video .play-button .icon{
line-height:inherit;
margin:0;
height:auto;
width:auto;
}
div.iw-tab-video .play-button-inner{
position:relative;
width:70px;
height:70px;
line-height:70px;
border-radius:100px;
margin:0 auto;
}
div.iw-tab-video .play-button-inner:before{
border-radius: 100px;
box-shadow: 0 0 0 7px #565656;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity:0;
}
div.iw-tab-video .play-button-inner:after{
border-radius: 100px;
box-shadow: 0 0 0 5px #565656;
content: "";
height: calc(100% + 34px);
left: -17px;
position: absolute;
top: -17px;
width: calc(100% + 34px);
opacity:0;
}
div.iw-tab-video .play-button-inner:hover:before,
div.iw-tab-video .play-button-inner:hover:after{
animation: 1s ease-out 0.35s normal none 1 running sonarEffect;
-o-animation: 1s ease-out 0.35s normal none 1 running sonarEffect;
-ms-animation: 1s ease-out 0.35s normal none 1 running sonarEffect;
-moz-animation: 1s ease-out 0.35s normal none 1 running sonarEffect;
-webkit-animation: 1s ease-out 0.35s normal none 1 running sonarEffect;
}
@keyframes sonarEffect{
0% {opacity: 0;transform:scale(1);}
10% {opacity: 0.1;transform:scale(1.05);}
20% {opacity: 0.2;transform:scale(1.1);}
30% {opacity: 0.3;transform:scale(1.15);}
40% {opacity: 0.4;transform:scale(1.2);}
50% {opacity: 0.5;transform:scale(1.25);}
60% {opacity: 0.4;transform:scale(1.3);}
70% {opacity: 0.3;transform:scale(1.35);}
80% {opacity: 0.2;transform:scale(1.4);}
90% {opacity: 0.1;transform:scale(1.45);}
100% {opacity: 0;transform:scale(1.5);}
}
@-o-keyframes sonarEffect{
0% {opacity: 0;-o-transform:scale(1);}
10% {opacity: 0.1;-o-transform:scale(1.05);}
20% {opacity: 0.2;-o-transform:scale(1.1);}
30% {opacity: 0.3;-o-transform:scale(1.15);}
40% {opacity: 0.4;-o-transform:scale(1.2);}
50% {opacity: 0.5;-o-transform:scale(1.25);}
60% {opacity: 0.4;-o-transform:scale(1.3);}
70% {opacity: 0.3;-o-transform:scale(1.35);}
80% {opacity: 0.2;-o-transform:scale(1.4);}
90% {opacity: 0.1;-o-transform:scale(1.45);}
100% {opacity: 0;-o-transform:scale(1.5);}
}
@-ms-keyframes sonarEffect{
0% {opacity: 0;-ms-transform:scale(1);}
10% {opacity: 0.1;-ms-transform:scale(1.05);}
20% {opacity: 0.2;-ms-transform:scale(1.1);}
30% {opacity: 0.3;-ms-transform:scale(1.15);}
40% {opacity: 0.4;-ms-transform:scale(1.2);}
50% {opacity: 0.5;-ms-transform:scale(1.25);}
60% {opacity: 0.4;-ms-transform:scale(1.3);}
70% {opacity: 0.3;-ms-transform:scale(1.35);}
80% {opacity: 0.2;-ms-transform:scale(1.4);}
90% {opacity: 0.1;-ms-transform:scale(1.45);}
100% {opacity: 0;-ms-transform:scale(1.5);}
}
@-moz-keyframes sonarEffect{
0% {opacity: 0;-moz-transform:scale(1);}
10% {opacity: 0.1;-moz-transform:scale(1.05);}
20% {opacity: 0.2;-moz-transform:scale(1.1);}
30% {opacity: 0.3;-moz-transform:scale(1.15);}
40% {opacity: 0.4;-moz-transform:scale(1.2);}
50% {opacity: 0.5;-moz-transform:scale(1.25);}
60% {opacity: 0.4;-moz-transform:scale(1.3);}
70% {opacity: 0.3;-moz-transform:scale(1.35);}
80% {opacity: 0.2;-moz-transform:scale(1.4);}
90% {opacity: 0.1;-moz-transform:scale(1.45);}
100% {opacity: 0;-moz-transform:scale(1.5);}
}
@-webkit-keyframes sonarEffect{
0% {opacity: 0;-webkit-transform:scale(1);}
10% {opacity: 0.1;-webkit-transform:scale(1.05);}
20% {opacity: 0.2;-webkit-transform:scale(1.1);}
30% {opacity: 0.3;-webkit-transform:scale(1.15);}
40% {opacity: 0.4;-webkit-transform:scale(1.2);}
50% {opacity: 0.5;-webkit-transform:scale(1.25);}
60% {opacity: 0.4;-webkit-transform:scale(1.3);}
70% {opacity: 0.3;-webkit-transform:scale(1.35);}
80% {opacity: 0.2;-webkit-transform:scale(1.4);}
90% {opacity: 0.1;-webkit-transform:scale(1.45);}
100% {opacity: 0;-webkit-transform:scale(1.5);}
}
.iw-heading.style9,
.iw-heading.style10{
text-align:right;
padding:0;
margin:0;
text-transform:uppercase;
font-family: 'Arvo', serif;
}
.iw-heading.style9{
margin-bottom:35px;
}
div.iw-heading.style9 .iwh-title{
font-size:48px;
position:relative;
font-weight:bold;
text-transform:uppercase;
padding:0;
z-index:2;
line-height:normal; margin:0 0 7px 0;
}
div.iw-heading.style9 .iwh-sub-title{
font-size:24px;
font-weight:bold;
text-transform:uppercase;
color: #ffffff;
}
.iw-heading.style9 .iwh-title:before{
position:absolute;
width:100%;
content:'';
z-index:-1;
left:0;
top:calc(50% - 1px); }
.iw-heading.style10{
margin-bottom:15px;
}
.iw-heading.style10 .iwh-title{
font-size:18px;
font-weight:bold;
padding:0; margin:0;
}
.iw-heading.style10 .iwh-sub-title{
font-size:18px;
position:relative;
z-index:2;
margin:0 0 4px 0;
text-transform: none;
color: #ffffff;
}
.iw-heading.style10 .iwh-sub-title:before{
position:absolute;
width:100%;
content:'';
top:calc(50% - 1px);
z-index:-1;
border-top:2px solid #d8d8d8;
left:0;
}
.iw-heading.style9 .iwh-title span, .iw-heading.style10 .iwh-sub-title span{
padding-left: 10px;
}
.iw-heading.style10 .iwh-sub-title span,
.iw-heading.style9 .iwh-title span{
background:#fff;
}
.about-all-event-music{
text-align:right;
}
.about-all-event-music a.grey-button{
height:40px;
line-height:36px;
padding:0 20px;
-webkit-border-radius:50px;
border-radius:50px;
color:#fff;
margin:30px 0 0 0;
display:inline-block;
font-size: 14px;
}
.iw-video.style3{
margin-top:11px;
}
.iw-video.style3 .iw-video-poster{
height:100%!important;
background:#000;
position:absolute;
width:100%;
}
.iw-video.style3 .iw-video-poster img{
height:100%;
width:auto;
opacity:0.5;
}
.iw-video.style3 .iw-video-player{
position:relative;
z-index:3;
}
.bg-video-poster img{
width:100%;
height:auto;
}
.bg-video-poster{
overflow:hidden;
position:absolute;
height:90%;
width:90%;
top:5%;
right:-20px;
opacity:0.5;
z-index:-1;
}
.bg-video-poster-2{
right:-40px;
z-index:-2;
width:80%;
height:80%;
top:10%;
}
.iw-video.style3 .play-button{
font-size:48px;
color:#fff;
}
div.iwe-schedule-block.style3{
padding-bottom:50px;
}
div.iwe-schedule-block.style3 .time-date, div.iwe-schedule-block.style3 .time-des {
font-size: 14px;
}
div.iwe-schedule-block.style3 .schedule-time-item{
max-width:none;
width:33.333%;
padding-left:40px;
padding-right:40px;
padding-bottom:60px;
}
div.iwe-schedule-block.style3 .item-left .schedule-time-item{
float: left;
}
div.iwe-schedule-block.style3 .item-right .schedule-time-item{
float: right;
}
div.iwe-schedule-block.style3 .sponsor-title{
margin:0;
font-size: 30px;
font-weight: 400;
position: relative; line-height:normal;
padding-bottom:28px;
padding-top:100px;
margin-bottom:24px;
}
div.iwe-schedule-block.style3 .sponsor-sub-title{
text-align:center;
padding-bottom:80px;
}
div.iwe-schedule-block.style3 .schedule-row{
margin:0;
position:relative;
z-index:9;
}
.iwe-schedule-block.style3 .schedule-row.item-left.only-1-row:after{
border-top: 2px solid #373737;
content: "";
margin-top:-2px;
position: absolute;
top: 34px;
width: 100%;
right:0;
left:auto;
z-index: -1;
}
.iwe-schedule-block.style3 .schedule-row:before{
border-bottom: 2px solid #373737;
border-top: 2px solid #373737;
content: "";
height: calc(100% + 2px);
margin-top:-2px;
left: calc((100% - 1170px)/2);
position: absolute;
top: 34px;
width: 1170px;
z-index: -1;
}
.iwe-schedule-block.style3 .schedule-row.item-left:before{
border-right: 2px solid #373737;
border-radius:0 15px 15px 0;
left: calc((100% - 1170px)/2 + 10px);
}
.iwe-schedule-block.style3 .schedule-row.item-right:before{
border-left: 2px solid #373737;
border-radius:15px 0 0 15px;
left: calc((100% - 1170px)/2 - 10px);
}
.iwe-schedule-block.style3 .schedule-row:nth-last-child(1):before{
border-bottom:none;
border-left:none;
border-right:none;
border-radius:0;
}
.iwe-schedule-block.style3 .schedule-row:nth-child(1):after,
.iwe-schedule-block.style3 .schedule-row:nth-last-child(1):after{
border-top: 2px solid #373737;
content: "";
margin-top:-2px;
position: absolute;
top: 34px;
width: 50%;
left:0;
z-index: -1;
}
.iwe-schedule-block.style3 .schedule-row.item-left:nth-last-child(1):after{
right:0;
left:auto;
}
.iwe-schedule-block.style3 .schedule-row.item-right:nth-last-child(1):after{
left:0;
}
.iwe-schedule-block.style3 .time-speaker-image-inner{
border:2px solid #373737;
}
.iwe-schedule-block.style3 .time-speaker-image{
padding-bottom:20px;
}
.iwe-schedule-block.style3 .time-title.iwe-capital{
font-size:18px;
margin-bottom: 5px;
text-transform: none;
}
.iwe-schedule-block.style3 .time-date.iwe-capital{
margin-bottom: 10px;
}
.iwe-schedule-block.style3 .time-des{
padding-top:4px;
color:#c6c6c6;
}
.speaker-video .iw-video-player{
position:relative;
overflow:hidden;
}
.speaker-video video{
position:absolute;
height:100%;
background:#000;
}
.speaker-video .iw-video-poster{
background:#000;
position:relative;
}
.speaker-video .iw-video-poster img{
opacity:0.5
}
div.speaker-video .play-button{
color:#fff;
font-size:30px;
}
.speaker-slider .slick-prev, .speaker-slider .slick-next{
height:55px;
width:55px;
position:absolute;
z-index:2;
top:calc(50% - 28px);
}
.speaker-slider .slick-prev{
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/arrow-prev-speaker.png) no-repeat scroll center center; left:-55px;
}
.speaker-slider .slick-next{
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/arrow-next-speaker.png) no-repeat scroll center center; right:-55px;
}
.speaker-slider .slick-prev:before, .speaker-slider .slick-next:before{
display:none;
}
.speaker-slider .slick-prev:after, .speaker-slider .slick-next:after{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
content:'';
background: -webkit-linear-gradient(left, transparent , rgba(0,0,0,0.3)); background: -o-linear-gradient(right, transparent, rgba(0,0,0,0.3)); background: -moz-linear-gradient(right, transparent, rgba(0,0,0,0.3)); background: linear-gradient(to right, transparent , rgba(0,0,0,0.3));
}
.speaker-slider .slick-next:after{
background: -webkit-linear-gradient(right, transparent , rgba(0,0,0,0.3)); background: -o-linear-gradient(left, transparent, rgba(0,0,0,0.3)); background: -moz-linear-gradient(left, transparent, rgba(0,0,0,0.3)); background: linear-gradient(to left, transparent , rgba(0,0,0,0.3));
}
.iwe-speaker-block.style4 .slick-list{
overflow: visible;
}
.iwe-speaker-block.style4 .speakers .speaker-item{
padding:0;
}
.iwe-speaker-block.style4 .speakers .slick-slide .speaker-info{
opacity:0;
visibility:hidden;
}
.iwe-speaker-block.style4 .speakers .slick-slide.slick-center .speaker-info{
opacity:1;
visibility:visible;
background:#fff;
}
.iwe-speaker-block.style4 .speakers .speaker-item-inner{
position:relative;
}
.iwe-speaker-block.style4 .speakers .speaker-intro{
position:relative;
z-index:2;
}
.iwe-speaker-block.style4 .speakers .slick-slide.slick-center .speaker-item-inner{
margin-top:-52px;
position:relative;
z-index:9;
}
.iwe-speaker-block.style4 .speakers .slick-slide.slick-center .speaker-item-inner:before{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
content:''; z-index:-1;
}
.iwe-speaker-block.style4 .speakers .slick-track{
padding-top:60px;
}
.iwe-speaker-block.style4 .speakers div.slick-slide:not(.slick-active) .speaker-info{
display:none;
}
.iwe-speaker-block.style4 .speakers div.slick-slide:not(.slick-active){
background:#000;
}
.iwe-speaker-block.style4 .speakers div.slick-slide:not(.slick-active) .speaker-item-inner{
opacity:0.5;
}
.iwe-speaker-block.style4 .speakers .speaker-name{
font-weight:bold;
font-size:24px;
text-transform:uppercase;
margin:0; line-height:normal;
}
.iwe-speaker-block.style4 .speakers .speaker-position{
font-size:14px;
text-transform:uppercase;
color:#838383;
}
.iwe-speaker-block.style4 .speakers .speaker-info{
padding:30px 20px;
min-height:115px;
}
.iwe-speaker-block.style4 .speaker-slider-title-block{
text-transform:uppercase;
font-weight:bold;
text-align:center;
padding-top:125px;
padding-bottom:75px;
}
.iwe-speaker-block.style4 .speaker-slider .speaker-image11{
background:#000;
text-align:center;
}
.iwe-speaker-block.style4 .speaker-slider-title-block .speaker-title{
font-size:90px;
line-height:72px;
margin-bottom:29px;
}
.iwe-speaker-block.style4 .speaker-slider-title-block .speaker-description{
font-size:24px;
margin:0;
width:auto;
}
.iwe-speaker-block.style6{
position: relative;
margin: 0;
min-height: 100vh;
overflow: hidden;
}
.iwe-speaker-block.style6 .ms-tableCell{
height: 100% !important;
width: 100%; vertical-align: middle; display: inline-block; display: -webkit-inline-box;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex; -webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center; -ms-flex-align: center;
-webkit-align-items: center;
align-items: center; -webkit-box-orient: vertical;
-moz-box-orient: vertical;
}
.iwe-speaker-block.style6 .ms-left{
padding-right: 15px;
}
.iwe-speaker-block.style6 .ms-right{
padding-left: 15px;
}
.iwe-speaker-block.style6 .speakers{
margin: 0;
}
.iwe-speaker-block.style6 .speakers .speaker-item{
padding: 0;
display: block;
width: 100%;
}
.iwe-speaker-block.style6 .speaker-image{
width: 100%;
height: 346px;
overflow: hidden;
border-radius: 0;
}
.iwe-speaker-block.style6 .ms-left .speaker-image{
margin-bottom: 25px;
}
.iwe-speaker-block.style6 .ms-right .speaker-image{
margin-top: 25px;
}
.iwe-speaker-block.style6 .speaker-image img{
width: 100%;
height: auto;
}
.iwe-speaker-block.style6 .speaker-social{
margin: 0;
float: left;
width: 50px;
height: 100%;
list-style: none;
text-align: center;
}
.iwe-speaker-block.style6 .speaker-social li{
color: #d4d3d4;
font-size: 16px;
margin-bottom: 20px;
}
.iwe-speaker-block.style6 .speaker-social li:last-child{
margin-bottom: 0;
}
.iwe-speaker-block.style6 .speaker-social li a{
color: #d4d3d4;
}
.iwe-speaker-block.style6 .speaker-info{
margin-left: 50px;
}
.iwe-speaker-block.style6 .speaker-head{
position:relative;
padding-bottom:17px;
margin-bottom:17px;
}
.iwe-speaker-block.style6 .speaker-name{
display: inline-block;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
position: relative;
margin:0;
}
.iwe-speaker-block.style6 .speaker-head:after{
content: "";
position: absolute;
width: 102px;
bottom: 0;
left:0;
border-bottom:2px solid #d4d3d4;
}
.iwe-speaker-block.style6 .speaker-position{
font-size: 18px;
font-weight: bold;
}
.iwe-speaker-block.style6 .speaker-position{
font-size: 18px;
font-weight: bold;
}
.iwe-speaker-block.style6 .speaker-desc {
font-size: 14px;
}
.iwe-speaker-block.style6 .speaker-next a,
.iwe-speaker-block.style6 .speaker-prev a{
text-transform:uppercase;
font-size:14px;
font-weight:bold;
color:#b9b9b9;
position:relative;
}
.iwe-speaker-block.style6 .speaker-next a:after,
.iwe-speaker-block.style6 .speaker-prev a:before{
position:absolute;
width:30px;
top:50%;
content:'';
border-bottom:1px solid #c1c1c1;
}
.iwe-speaker-block.style6 .speaker-next a:after{
left:45px;
}
.iwe-speaker-block.style6 .speaker-prev a:before{
right:45px;
}
.iwe-speaker-block.style6 .speaker-prev{
padding-top:55px;
}
.iwe-speaker-block.style6 .speaker-next{
padding-bottom:55px;
}
.iwe-speaker-block.style6 .speaker-prev{
text-align:right;
}
.iw-posts iframe{
max-width:100%;
height:auto;
}
.iw-posts.style1 .post-item{
padding:0 15px;
background:none;
margin:0;
}
.iw-posts.style1 .post-item-inner{
background:#212121;
}
.iw-posts.style1 .post-content{
border:none;
padding:17px 20px;
color:#f0efef;
}
.iw-posts.style1 .post-meta{
padding:0 0 4px 0;
text-transform:uppercase;
font-size:10px;
}
.iw-posts.style1 .post-meta > div{
margin:0;
}
.iw-posts.style1 .post-meta .iw-author:before,
.iw-posts.style1 .post-meta .iw-post-category:before{
content:"|";
padding:0 9px;
}
.iw-posts.style1 .post-content .post-title{
margin:0;
font-weight:bold;
font-size:14px;
line-height:30px;
text-transform:uppercase;
}
.iw-posts.style1 .post-content .post-title a{
color:#fff;
}
.iw-posts.style1 .post-content .post-title a:hover{ }
.iw-posts.style1 .owl-theme .owl-controls{
margin:33px 15px 0;
position:relative;
}
.iw-posts.style1 .iw-posts-list{
padding-bottom:42px;
}
.iw-posts.style1 .owl-theme .owl-controls .owl-buttons div{
width:auto;
height:auto;
z-index:999;
top:-7px;
color:#9b9b9b;
font-size:18px;
text-transform:uppercase;
bottom:auto;
left:44px;
padding:0;
line-height:20px;
position:absolute;
background:none;
margin:0;
opacity:1;
}
.iw-posts.style1 .owl-theme .owl-controls .owl-buttons div.owl-next{
right:44px;
left:auto;
}
.iw-posts.style1 .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.iw-posts.style1 .owl-theme .owl-controls .owl-buttons div.owl-next:after{
content:'';
position:absolute;
width:34px;
border-top:1px solid #9b9b9b;
top:50%;
}
.iw-posts.style1 .owl-theme .owl-controls .owl-buttons div.owl-prev:before{
left:-44px;
}
.iw-posts.style1 .owl-theme .owl-controls .owl-buttons div.owl-next:after{
right:-44px;
}
.iw-posts.style1 .owl-theme .owl-controls .owl-page{
margin:0 5px;
}
.iw-posts.style1 .owl-theme .owl-controls .owl-page span.owl-numbers{
padding:0 7px;
color:#9b9b9b;
line-height:20px;
display:inline-block;
font-size:18px;
text-transform:uppercase;
margin:0;
background:none;
opacity:1;
}
.iw-posts.style1 .owl-theme .owl-controls .owl-page span.owl-numbers:after{
content:".";
}
.iwe-pricing-block.style3 .iw-event-pricing{
padding-bottom:50px;
}
.iwe-pricing-block.style3 .tickets{
padding:0 145px;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item{
padding:0 0 14px 0;
text-align:center;
margin:0 -1px;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature{
padding-bottom:0;
}
.iwe-pricing-block.style3 .iw-event-pricing .plan-item-content{
background:#fff;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature .plan-item-content{
box-shadow:0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.iwe-pricing-block.style3 .iw-event-pricing .plan-content{
border-left:1px solid #ededed;
border-bottom:1px solid #ededed;
border-right:1px solid #ededed;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature .plan-content{ }
.iwe-pricing-block.style3 .iw-event-pricing .plan-name{
color:#fff;
text-transform:uppercase;
font-size:20px;
padding:14px 0 15px 0;
line-height:24px;
position:relative;
background:#353d46;
border-bottom:2px solid rgba(255,255,255,0.2);
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature .plan-name{ margin-top:-17px;
padding:23px 0;
z-index:3;
border-bottom:2px solid transparent;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature .plan-name:before{
position:absolute;
content:'';
width:100%;
height:100%;
top:0;
left:0;
z-index:-1;
background:rgba(0,0,0,0.2);
opacity:0.5;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature{
z-index:4;
}
.iwe-pricing-block.style3 .iw-event-pricing .plan-price{
font-size:48px;
font-weight:bold;
text-transform:uppercase;
background:#353d46;
color:#fff;
line-height:1;
padding:28px 0;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature .plan-price{ }
.iwe-pricing-block.style3 .iw-event-pricing .plan-description{
padding:19px 0 9px 0;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature .plan-description{
padding-bottom:20px;
}
.iwe-pricing-block.style3 .iw-event-pricing .plan-description ul{
margin:0;
list-style:none;
text-transform:uppercase;
font-size:13px;
}
.iwe-pricing-block.style3 .iw-event-pricing .plan-description ul li{
padding:7px 0 8px 0;
}
.iwe-pricing-block.style3 .iw-event-pricing .plan-button a{
display:inline-block;
cursor:pointer;
height:43px;
line-height:43px;
border-radius:50px;
padding:0 30px;
color:#fff;
font-size:18px;
text-transform:uppercase;
background:#818181;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item.ticket-feature .plan-button a{ }
.iwe-pricing-block.style3 .iw-event-pricing .plan-image{
border-top:1px solid #ededed;
line-height:46px;
margin-top:15px;
cursor:pointer;
}
.iw-sponsors-list.style2,
.iwe-sponsor-block.style3 .iwe-sponsors-list{
padding:0 20px;
}
.iw-sponsors-list.style2 .iw-sponsors-item{
text-align:center;
opacity:0.5;
}
.iw-sponsors-list.style2 .iw-sponsors-item:hover{
opacity:1;
}
.iwe-sponsor-block.style3 .iwe-sponsors-list .sponsor-slider-item .sponsor-image img {
transition: filter 0.3s ease-in-out 0s;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.iwe-sponsor-block.style3 .iwe-sponsors-list .sponsor-slider-item:hover .sponsor-image img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div{
height:46px;
width:46px;
text-align:center;
border:1px solid #fff;
border-radius:100px;
line-height:44px;
background:none;
font-size:20px;
position:absolute;
top:calc(50% - 23px);
padding:0;
opacity:1;
margin:0;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-prev,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-prev{
left:-50px;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-next,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-next{
right:-50px;
}
.body-boxed .iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-prev,
.body-boxed .iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-prev{
left:0;
}
.body-boxed .iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-next,
.body-boxed .iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-next{
right:0;
}
.body-boxed .iw-heading.style4 .iwh-title{
margin: 0;
}
@media (max-width: 979px) {
.iwe-speaker-block.style4 .speakers .slick-slide img{
width:100%;
}
}
.ticket-choose{
background: none;
border: 2px solid #7d7d7d;
cursor: pointer;
display: inline-block;
height: 72px;
margin: 0;
border-radius:100px;
padding: 0;
line-height:68px;
text-align:center;
vertical-align: middle;
width: 72px;
}
.iwe-checkout .iwe-checkoutform input.input-option{
margin:0;
}
div.iwe-checkout.style4 .field-label{
float:left; line-height:36px;
width:30%;
}
div.iwe-checkout.style4 .field-label label{
text-transform:uppercase;
margin:0;
font-weight:normal;
}
div.iwe-checkout.style4 .field-input{
margin-left:30%;
border-bottom:1px solid #525252;
}
div.iwe-checkout.style4 .iwe-checkoutform input{
border:none;
background:none;
padding:0 10px;
margin:0;
height:36px;
color:inherit;
line-height:36px;
}
div.iwe-checkout.style4 .question-title{
text-align:center;
font-size:18px;
margin-top:25px;
font-weight: 600;
}
div.iwe-checkout.style4 .ticket-container{
text-align:center;
}
div.iwe-checkout.style4 .ticket-plan{
display:inline-block;
height:72px;
width:72px;
text-align:center;
line-height:68px;
font-size:24px;
font-weight:bold;
margin:0 15px 10px 15px;
color:#aaaaaa;
border:2px solid #7f7f7f;
border-radius:100px;
cursor:pointer;
}
div.iwe-checkout.style4 .ticket-plan:hover{
color:#fff;  }
div.iwe-checkout.style4 .ticket-plan.active{
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/ticket-choose-icon.png) no-repeat center center scroll;
color:transparent; }
div.iwe-checkout.style4 .buy-now{
text-align:center;
margin-top:18px;
}
div.iwe-checkout.style4 .iwe-checkoutform input.btn-eventticket-checkout{
height:42px;
line-height:38px; border-radius:50px; font-size:18px;
font-weight:bold;
padding:0 28px;
}
div.iwe-checkout.style4 .iwe-checkoutform input.btn-eventticket-checkout:hover{ color:#fff;
}
div.iwe-checkout.style4 .field-group{
margin-bottom:30px;
}
.iw-share-box{
text-align:center;
position: relative;
padding: 95px 0 65px;
}          .iw-share-box .share-title{
text-transform:uppercase;
font-size:26px;
margin-top:15px;
margin-bottom:19px;
position: relative;
z-index: 2;
}
.iw-share-box .share-desc{
font-size:14px;
margin-bottom:40px;
max-width:860px;
margin-left:auto;
margin-right:auto;
position: relative;
z-index:2;
}
.iw-share-box .share-desc p{
color: rgb(255, 255, 255);
margin: 0 auto;
max-width: 830px;
padding-top: 25px;
position: relative;
z-index: 2;
}
.iw-share-box img{
position: relative;
z-index:2;
}
.iw-share-box .share-icons{
font-size:20px;
position: relative;
z-index:2;
}
.iw-share-box .share-icons a{
padding:0 20px;
margin:0 5px;
display:inline-block;
color:#fff;
}
.iw-share-box .share-icons a:hover{ }
.iw-product-list.style1{
}
.iw-product-list.style1 .product-img{
text-align:center;
}
.iw-product-list.style1 .product-content{
color:inherit;
padding-top:105px;
}
.iw-product-list.style1 .product-content .iw-title{
text-transform:uppercase;
font-size:14px;
margin:0 0 3px 0;
line-height:normal;
}
.iw-product-list.style1 .product-content .product-title{
margin:0 0 10px 0;
font-size:48px;
text-transform:uppercase;
line-height:1;
}
.iw-product-list.style1 .product-content .product-title a{
color:#fff;
}
.iw-product-list.style1 .product-content .product-desc {
font-size: 12px;
margin-bottom:47px;
padding-right:100px;
}
.iw-product-list.style1 .product-content a.product-register-btn{
height:49px;
border:2px solid #fff;
text-transform:uppercase;
color:#fff;
line-height:45px;
padding:0 20px;
display:inline-block;
}
.iw-product-list.style1 .product-content a.product-register-btn:hover{
background:#fff; }
.iw-product-list.style1 .product-content a.product-view-btn{
color:#fff;
text-transform:uppercase;
}
.iw-product-list.style1 .product-content a.product-view-btn:hover{
text-decoration:underline;
}
.iw-product-list.style1.owl-theme .owl-controls{
position:absolute;
margin:0;
left:calc(50% + 15px);
bottom:140px;
}
.iw-product-list.style1.owl-theme .owl-controls .owl-page span{
margin:0 3px;
height:10px;
width:10px;
background:#fff;
border-radius:50px;
} .slider-3 .iw-slider-3-event, .slider-3 .iw-slider-3-time {
text-transform: uppercase;
}
.iw-slider-3-content{
text-transform:uppercase;
}  .iwe-pricing-block.style4 .plan-item-content{
border:1px solid #f1f1f1;
background:#fff;
text-align:center;
}
.iwe-pricing-block.style4 .plan-name{
font-size:18px;
position:relative;
text-transform:uppercase;
padding:12px 0;
border-bottom:1px solid #f1f1f1;
z-index:1;
}
.iwe-pricing-block.style4 .plan-name:before{
width:18px;
position:absolute;
top:100%;
content:'';
left:calc(50% - 9px);
border-top:8px solid #fff;
border-left:9px solid transparent;
border-right:9px solid transparent;
z-index:-1;
}
.iwe-pricing-block.style4 .plan-name:after{
width:20px;
position:absolute;
content:'';
top:100%;
left:calc(50% - 10px);
border-top:9px solid #f1f1f1;
border-left:10px solid transparent;
border-right:10px solid transparent;
z-index:-2;
}
.iwe-pricing-block.style4 .plan-description{
padding:6px 25px 0 25px;
}
.iwe-pricing-block.style4 .plan-description ul{
margin:0;
padding:0;
list-style:none;
}
.iwe-pricing-block.style4 .plan-description ul li{
border-bottom:1px solid #f1f1f1;
padding:13px 0;
}
.iwe-pricing-block.style4 .plan-button{
padding:25px 0 40px 0;
}
.iwe-pricing-block.style4 .plan-button a{
font-size:14px;
display:inline-block;
text-transform:uppercase;
height:46px;
line-height:42px;
padding:0 20px;
cursor:pointer;
}
.iwe-pricing-block.style4 .plan-price{
font-size:60px;
color:#fff;
line-height:1;
padding:50px 0;
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/bg-iwe-ticket-price.jpg) no-repeat center top transparent;
background-size:100% auto;
}
.inwave-map.style3 .info {
color: #ffffff;
font-family: 'Montserrat', serif;
font-weight: 700;
text-transform: uppercase;
padding: 25px 25px 30px;
}
.inwave-map.style3 .info h3 {
margin-top: 0;
font-size: 30px;
}
.inwave-map.style3 .info p {
font-size: 14px;
}
.scrollview .inwave-map.style4{
position:absolute;
width:100%;
top: 0;
}
.inwave-map.style4 .map-content{
position:absolute;
max-width:450px;
top:50%;
margin-top: -168px;
left:30px;
z-index:99;
line-height:1;
}
.inwave-map.style4 .map-content .title{
margin:0 0 5px 0;
font-size:24px;
}
.inwave-map.style4 .map-content .description{
font-size:48px;
font-weight:bold;
line-height:60px;
margin:0 0 50px 0;
}
.inwave-map.style4 .map-content .map-info{
font-weight:bold;
font-size: 14px;
}
.inwave-map.style4 .map-content .map-info > div{
margin-bottom:35px;
}
.inwave-map.style4 .map-content .map-info i{
width:36px;
}
.inwave-map.style4 .map-contain{
position: relative;
}
.inwave-map.style4 .overflow{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #fafafa;
display: block;
opacity: 0.6;
}
.inwave-map.style4 .map-content{
opacity: 1;
}
.inwave-map.style4 .overflow, .inwave-map.style4 .map-content{
visibility: visible;
transition: visibility 0.5s, opacity 0.2s linear;
}
.inwave-map.style4:hover .overflow, .inwave-map.style4:hover .map-content{
visibility: hidden;
opacity: 0;
}
.iw-posts.style4 .post-detail{
margin:0 20px;
padding:22px 15px 30px  15px;
background:#fff;
text-align:center;
position:relative;
z-index:3;
}
.iw-posts.style4 .image-top .post-detail{
margin-top:-60px;
}
.iw-posts.style4 .content-top .post-detail{
margin-top:55px;
}
.iw-posts.style4 .content-top .post-image{
margin-top:-50px;
}
.iw-posts.style4 .post-item{
background:none;
margin:0;
padding:0;
}
.iw-posts.style4 .post-meta > div{
display:inline-block;
padding-right:20px;
}
.iw-posts.style4 .post-meta{
text-transform:uppercase;
font-size:14px;
margin:0 0 18px 0;
}
.iw-posts.style4 .post-meta a{
color:#838383;
}
.iw-posts.style4 .post-meta i{
padding-right:6px;
}
.iw-posts.style4 h3.post-title{
font-size:24px;
margin:0 0 14px 0;
font-weight:bold;
}
.iw-posts.style4 .post-desc{
font-size:14px;
margin:0 0 20px 0;
}
.iw-posts.style4 a.read-more{
text-transform:uppercase;
font-size:18px;
display:inline-block;
}
.iwe-checkout.style5{
padding:30px 0 0 0;
}
.iwe-checkout.style5 .iwe-title-block{
margin:0 0 20px 0;
}
.iwe-checkout.style5 .iwe-title-block .iwe-title{
font-size:24px;
text-transform:none;
text-align:left;
}
.iwe-checkout.style5 .iwe-checkoutform input.form-control,
.iwe-checkout.style5 .iwe-checkoutform .select2-container--default .select2-selection--single{
background:none;
height:30px;
line-height:29px;
border:none;
border-bottom:1px solid #e9e9e9;
padding:0 10px;
font-size:12px;
margin:0;
text-transform:none;
font-weight:normal;
color:#838383;
}
.iwe-checkout.style5 .iwe-checkoutform .select2-container .select2-selection--single .select2-selection__rendered{
padding:0;
line-height:inherit;
}
.iwe-checkout.style5 .iwe-checkoutform .select2-container--default .select2-selection--single .select2-selection__arrow{
height:30px;
right:0;
top:0;
background:none;
width:20px;
}
.iwe-checkout.style5 .iwe-checkoutform .select2-container--default .select2-selection--single .select2-selection__arrow b::after{
content:"\f0d7";
font-size:14px;
}
.checkoutform_style5 .field-group{
margin-bottom:34px;
}
.iwe-checkout.style5 .iwe-checkoutform input.btn-event-checkout{
height:37px;
line-height:33px;
font-size:14px;
display:inline-block;
padding:0 25px;
text-transform:capitalize;
background:none;
width:auto;
}
.white-bg-sharebox{
background-position:center top;
}
.white-bg-sharebox .iw-share-box .share-icons a{
color:#838383;
}
.iw-heading.style10.text-left{
text-align:left;
}
.iw-heading.style10.text-left .iwh-sub-title span{
padding-right: 10px;
padding-left:0;
}
.iw-image-box.style2{
position:relative;
}
.iwe-sponsor-block.style4 .sponsor-item{
max-width:100%;
}
.iwe-sponsor-block.style4 .sponsor-item .sponsor-image img{
position:relative;
left:auto;
top:auto;
transform:none;
}
.iwe-sponsor-block.style4 .sponsor-item .sponsor-image{
background:#fff;
border:1px solid #f4f4f4;
padding:15px;
height:auto;
text-align:center;
}
.iwe-sponsor-block.style4 .sponsor-item .sponsor-image img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
filter: grayscale(100%);
filter: url(//ticketspace.nz/wp-content/themes/inwave/assets/images/grayscale.svg#greyscale);
}
.iwe-sponsor-block.style4 .sponsor-item:hover .sponsor-image img{
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
filter: none;
filter: grayscale(0);
}  .iw-heading.style14{
position:relative;
text-align:center;
color:#f2f1f1;
}
.iw-heading.style14:before{
content:'';
border-left:2px solid rgba(255,255,255,0.45);
display:inline-block;
}
.iw-heading.style14 .iwh-sub-sub-title{
font-size:20px;
font-weight:bold;
margin-top:12px;
margin-bottom:5px;
}
.iw-heading.style14 .iwh-title{
margin:0 0 13px 0;
font-weight: normal;
}
.iw-heading.style14 .iwh-sub-title{
font-size:18px;
}
.iwe-speaker-block.style7 .speaker-item{
position:relative;
border-right:1px solid #2e2e2e;
border-bottom:1px solid #2e2e2e;
}
.iwe-speaker-block.style7 .speaker-slider-carousel-container{
border-left:1px solid #2e2e2e;
}
.iwe-speaker-block.style7 .speaker-slider-carousel2{
border-top:1px solid #2e2e2e;
}
.iwe-speaker-block.style7 .speaker-item .speaker-image{
height:auto;
width:auto;
overflow:inherit;
border-radius:0;
}
.iwe-speaker-block.style7 .speaker-item .speaker-socials{
margin:0;
border-top:1px solid rgba(0,0,0,0.5);
padding:20px 35px;
}
.iwe-speaker-block.style7 .speaker-item ul.speaker-social{
margin:0 -13px;
list-style:none;
font-size:18px;
}
.iwe-speaker-block.style7 .speaker-item ul.speaker-social li{
display:inline-block;
}
.iwe-speaker-block.style7 .speaker-item ul.speaker-social li a{
padding:0 13px;
color:#fff;
}
.iwe-speaker-block.style7 h3.speaker-name{
margin:0 0 8px 0;
text-transform:uppercase;
font-size:24px;
}
.iwe-speaker-block.style7 .speaker-position{
font-size:16px;
}
.iwe-speaker-block.style7 .speaker-desc{
padding:0 35px 9px 35px;
}
.iwe-speaker-block.style7 .speaker-head{
padding:0 35px;
}
.iwe-speaker-block.style7 .speaker-item:hover .speaker-head{
padding-bottom:17px;
}
.iwe-speaker-block.style7 .speaker-bottom{
transition:all ease 0.5s;
opacity:0;
visibility:hidden;
display:none;
}
.iwe-speaker-block.style7 .speaker-item:hover .speaker-bottom{
opacity:1;
display:block;
visibility:visible;
}
.iwe-speaker-block.style7 .speaker-intro{
position:relative;
}
.iwe-speaker-block.style7 .speaker-intro:before{
background: rgba(0,0,0,0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity:0;
z-index: 1;
}
.iwe-speaker-block.style7 .speaker-item:hover .speaker-intro:before{
opacity:1;
}
.iwe-speaker-block.style7 .speaker-detail{
position:absolute;
bottom:0;
left:0;
width:100%;
z-index:9;
padding-bottom:60px;
}
.iwe-speaker-block.style7 .speaker-item:hover .speaker-detail{
padding-bottom:0;
}
.iwe-speaker-block.style7 .speaker-item .speaker-image img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
filter: grayscale(100%);
filter: url(//ticketspace.nz/wp-content/themes/inwave/assets/images/grayscale.svg#greyscale);
transition:all ease 0.5s;
}
.iwe-speaker-block.style7 .speaker-item:hover .speaker-image img{
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
filter: none;
filter: grayscale(0);
}
.iwe-pricing-block.style5 .ticket-item{
min-height:760px;
text-align:center;
position:relative;
z-index:2;
padding:0;
}
.iwe-pricing-block.style5 .plan-head{
text-transform:uppercase;
position:relative;
font-size:18px;
line-height:1;
padding-bottom:21px;
}
.iwe-pricing-block.style5 .plan-head:before,
.iwe-pricing-block.style5 .plan-head:after{
content:'';
height:45px;
border-left:1px solid rgba(255,255,255,0.4);
}
.iwe-pricing-block.style5 .plan-price{
padding-bottom:22px;
padding-top:25px;
}
.iwe-pricing-block.style5 .plan-name{
font-size:40px;
padding-bottom:25px;
}
.iwe-pricing-block.style5 .plan-item-content{
transition:all ease 0.5s;
position: absolute;
width:100%;
left:0;
padding:0 30px;
top: 50%;
transform: translateY(-50%);
}
.iwe-pricing-block.style5 .plan-button a{
display:inline-block;
height:42px;
line-height:38px;
border:2px solid #979797;
font-size:12px;
text-transform:uppercase;
color:#979797;
padding:0 11px;
cursor:pointer;
border-radius:3px;
margin-top:65px;
}
.iwe-pricing-block.style5 .plan-content{
opacity:0;
height:0;
visibility:hidden;
}
.iwe-pricing-block.style5 .ticket-item.ticket-feature .plan-content{
opacity:1;
height:auto;
visibility:visible;
}
.iwe-pricing-block.style5 .ticket-item .plan-content ul{
list-style:none;
}
.iwe-pricing-block.style5 .ticket-feature:before{
position:absolute;
z-index:-1;
content:'';
background:rgba(27,27,27,0.78);
height:100%;
width:100%;
left:0;
top:0;
border:1px solid rgba(255,255,255,0.15);
}
.info-item.style5{
position:relative;
z-index:3;
margin-bottom:60px;
}
.info-item.style5 .info-item-title{
margin:0 0 11px 0;
padding:0;
font-size:24px;
text-transform:none;
}
.info-item.style5 .info-item-icon{
position:absolute;
left:0;
top:20px;
z-index:-1;
}
.info-item.style5 .info-item-body{
margin-left:50px;
}
.info-item.style5 .info-item-desc{
color:#d8d8d8;
line-height:30px;
font-size:14px;
}
div.iwe-checkout.style6{
color:#fefefe;
padding:125px 0 180px 0;
}
div.iwe-checkout.style6 .field-label{
float:left;
border-bottom:1px solid #fff;
line-height:36px;
}
div.iwe-checkout.style6 .field-label label{
text-transform:uppercase;
margin:0;
font-weight:normal;
}
div.iwe-checkout.style6 .field-group-inner{
border-bottom:1px solid #525252;
}
div.iwe-checkout.style6 .field-input{
margin-left:30%;
}
div.iwe-checkout.style6 .iwe-checkoutform input{
border:none;
background:none;
padding:0 5px;
margin:0;
height:36px;
color:inherit;
line-height:36px;
}
div.iwe-checkout.style6 .buy-now{
text-align:center;
margin-top:0;
}
div.iwe-checkout.style6 .iwe-checkoutform input.btn-eventticket-checkout{
height:49px;
line-height:35px; border-radius:3px; font-size:18px;
font-weight:normal;
padding:0 28px;
}
div.iwe-checkout.style6 .iwe-checkoutform input.btn-eventticket-checkout:hover{ color:#fff;
}
div.iwe-checkout.style6 .field-group{
margin-bottom:30px;
}
div.iwe-checkout.style6 .iwe-checkoutform .select2-container--default{
margin:0 0 28px 0;
}
div.iwe-checkout.style6 .iwe-checkoutform .select2-container--default .select2-selection--single{
background:none;
border:1px solid rgba(255,255,255,0.3);
height:46px;
line-height:44px;
text-align:center;
}
div.iwe-checkout.style6 .iwe-checkoutform .select2-container .select2-selection--single .select2-selection__rendered{
padding:0;
display:inline-block;
line-height:44px;
overflow:visible;
position:relative;
}
div.iwe-checkout.style6 .iwe-checkoutform .select2-container .select2-selection--single .select2-selection__rendered:before,
div.iwe-checkout.style6 .iwe-checkoutform .select2-container .select2-selection--single .select2-selection__rendered:after{
content:'';
width:55px;
position:absolute;
top:50%;
border-top:1px solid rgba(255,255,255,0.3);
}
div.iwe-checkout.style6 .iwe-checkoutform .select2-container .select2-selection--single .select2-selection__rendered:before{
left:-70px;
}
div.iwe-checkout.style6 .iwe-checkoutform .select2-container .select2-selection--single .select2-selection__rendered:after{
right:-70px;
}
div.iwe-checkout.style6 .iwe-checkoutform .select2-container--default .select2-selection--single .select2-selection__arrow{
display:none;
}
.select2-container .select2-dropdown{
color:#838383;
}
div.iwe-checkout.style6 .iwe-title-block .iwe-title{
font-size:60px;
text-transform:uppercase; line-height:1;
margin:0 0 7px 0;
}
div.iwe-checkout.style6 .iwe-title-block .iwe-subtitle{
}
div.iwe-checkout.style6 .iwe-title-block{
margin:0 0 70px 0;
position:relative;
}
div.iwe-checkout.style6 .iwe-title-block:before{
content:'';
height:44px;
border-left:1px solid rgba(255,255,255,0.3);
display:inline-block;
}
div.iwe-checkout.style6 .field-group.select_tickets{
margin-top:20px;
text-align:center;
margin-bottom:0;
}
div.iwe-checkout.style6 .field-group.select_tickets:after{
content:'';
height:44px;
border-left:1px solid rgba(255,255,255,0.3);
display:inline-block;
}
.iwe-sponsor-block.style3 .iwe-sponsor-title{
text-align:center;
font-size:18px;
position:relative;
z-index:2;
}
.iwe-sponsor-block.style3 .iwe-sponsor-title:before,
.iwe-sponsor-block.style3 .iwe-sponsor-title:after{
content:'';
top:50%;
z-index:-1;
border-bottom:1px solid rgba(135,135,135,0.25);
position:absolute;
width:calc((100% - 150px)/2);
}
.iwe-sponsor-block.style3 .iwe-sponsor-title:before{
left:0;
}
.iwe-sponsor-block.style3 .iwe-sponsor-title:after{
right:0;
}
.iwe-sponsor-block.style3 .iwe-sponsor-block-title{
margin-bottom:42px;
}
.iw-slider .slider-item.style1{
position:relative;
}
.iw-slider .slider-item.style1 .item-title{
font-size:24px;
margin:10px 0;
text-transform:uppercase;
}
.iw-slider .slider-item.style1 .item-description{
font-size:14px;
}
.iw-slider .slider-item.style1 .slider-image img{
width:100%;
}
.iw-slider .slider-item.style1 .slider-info{
position:absolute;
left:20px;
top:20px;
right:20px;
bottom:20px;
background:rgba(10,10,10,0.85);
text-align:center;
transition:all ease 0.5s;
opacity:0;
transform:scale(0.8);
}
.iw-slider .slider-item.style1:hover .slider-info{
opacity:1;
transform:scale(1);
}
.iw-slider .slider-item.style1 .slider-info-inner:before{
content:'';
height:30px;
border-left:1px solid rgba(255,255,255,0.5);
display:inline-block;
}
.iw-slider .slider-item.style1 .slider-info-inner{
position:relative;
top:50%;
}
.iw-slider{
}
.iw-share-box.style2{
padding-top:245px;
}
.iw-share-box.style2 .share-title{
font-size:24px;
text-transform:none;
margin:0 0 4px 0;
}
.iw-share-box.style2 .share-email{
line-height:1;
font-size:48px;
font-weight:bold;
padding-bottom:2px;
}
.iw-share-box.style2 .share-email a{ }
.iw-share-box.style2 .share-desc{
font-size:18px;
margin:0 0 34px 0;
}
.iw-share-box.style2 .share-icons a{
height:38px;
width:38px;
padding:0;
line-height:34px;
text-align:center;
color:#fff;
opacity:0.6;
border:2px solid #fff;
border-radius:100px;
font-size:18px;
margin:0 18px;
}
.iw-share-box.style2 .share-icons a:hover{
opacity:1;
}
.iw-share-box.style2 .share-head{
margin-bottom:9px;
}
.iw-share-box.style2 .share-head:after{
content:'';
display:inline-block;
height:44px;
border-left:1px solid rgba(255,255,255,0.3);
}
.inwave-map.style5 .info{
background:none;
text-align:center;
padding:0;
font-family:"Playfair Display";
}
.inwave-map.style5 .info:after{
content:'';
height:44px;
border-left:1px solid #fff;
display:inline-block;
margin-left:-7px;
}
.inwave-map.style5 .info p{
font-size:18px;
}
.inwave-map.style5 .info h3{
font-size:36px;
margin-bottom:24px;
}
.inwave-map.style5 .infoBox > img{
display: none;
}   .iw-footer-default{
background: #262626;
border-bottom: 1px solid #3a3a3a;
padding: 15px 0 0;
}
.iw-footer-default .widget h3.widget-title::before{
display: none;
}
.iw-footer-default .footer-widget-contact p{
border-bottom: 1px solid #3a3a3a;
color: #959595;
font-size: 12px;
line-height: 22px;
margin: 0;
padding-bottom: 2px;
}
.iw-footer-default .footer-widget-contact .information li i{
border-radius: 50%;
color: white;
display: inline-block;
float: left;
height: 30px;
line-height: 30px;
margin: 0 10px 0 0;
text-align: center;
width: 30px;
}
.iw-footer-default .footer-widget-contact .information .phone i{
float: left;
margin-top: 8px;
display: none;
}
.iw-footer-default .footer-widget-contact .information > li {
border-bottom: 1px solid #3a3a3a;
padding: 10px 0;
font-size: 12px;
}
.iw-footer-default .footer-widget-contact .information > li:first-child i{
margin-top: -3px;
}
.iw-footer-default .footer-widget-contact .information > li:last-child{
border-bottom: 0;
display: none;
}
.iw-footer-default .footer-widget-contact .information > li:last-child i{
display: inline-block;
margin-top: 5px;
}
.iw-footer-default .widget h3.widget-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
}
.iw-footer-default .widget_recent_entries ul li{
border-bottom: 1px solid #313131;
margin-bottom: 10px;
padding-top: 0;
}
.iw-footer-default .widget_recent_entries ul li:last-child{
border-bottom: 0;
}
.iw-footer-default .widget_recent_entries .recent-blog-post-detail .post-date {
color: #969595;
font-size: 10px;
font-weight: 500;
line-height: 24px;
}
.iw-footer-default .widget_recent_entries .recent-blog-post-title a {
color: #969595;
font-size: 12px;
font-weight: 400;
line-height: 20px;
}
.iw-footer-default .iw-mailchimp-form{
text-align: left;
}
.iw-footer-default .iw-mailchimp-form.style2 .malchimp-desc {
color: #969595;
font-size: 13px;
line-height: 22px;
}
.iw-footer-default .iw-mailchimp-form.style2 .mc-email {
background: #404040 none repeat scroll 0 0;
border: 0 none;
font-size: 12px;
font-weight: 600;
height: 38px;
margin: 14px 0;
padding: 10px;
width: 190px;
}
.iw-footer-default .iw-mailchimp-form.style2 .iw-email-notifications > button {
border: 0 none;
color: #ffffff;
font-size: 11px;
height: 38px;
text-transform: uppercase;
width: 70px;
}
.iw-footer-default .slickr-flickr-gallery ul:after{
clear: both;
content: '';
display: block;
}
.iw-footer-default .slickr-flickr-gallery ul li {
float: left;
width: 25%;
padding: 0;
}
.iw-footer-default .slickr-flickr-gallery {
padding: 10px 0;
}
.iw-footer-default .slickr-flickr-gallery img{
border: 0;
padding: 2px;
}
.iw-footer-default .slickr-flickr-gallery img.hover{
background-color: transparent!important; ;
}
.copy-right{
background: white none 0 -173px;
padding: 11px 0;
text-align: center;
text-transform: uppercase;
font: bold 10px lato;
}
.copy-right p{
font-size: 10px;
}
.copy-right i{
display: inline-block;
width: auto !important;
margin: 0 10px !important;
}
.iw-footer-default .widget_nav_menu .menu li{
border:none;
border-bottom: 1px solid rgb(58, 58, 58)!important;
}
.iw-footer-default .widget_nav_menu .menu li:last-child{
border: 0!important;
}
.iw-footer-default .widget_nav_menu .menu li a::before {
content: "\f105";
display: inline-block;
float: right;
font-family: FontAwesome;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: inherit;
position: absolute;
left: 0;
top: 0;
text-rendering: auto;
transform: translate(0px, 0px);
}
.iw-footer-default .widget_nav_menu .menu li a{
color: rgb(150, 150, 150);
display: inline-block;
font-size: 12px;
line-height: 36px;
padding: 0 0 0 15px;
position: relative;
}  .iw-footer-v2 .copy-right{
text-align: center;
}  .iw-footer-v2.iw-footer-v3{
text-align: center;
}
.iw-footer-v2.iw-footer-v3 .footer-content-top{
padding: 35px 0 80px;
}
.iw-footer-v2.iw-footer-v3 .footer-content-top p {
color: #838383;
font-size: 14px;
line-height: 30px;
margin: 0 auto;
max-width: 855px;
}
.iw-footer-v2.iw-footer-v3 .copy-right{
background: white;
padding: 30px 0 20px;
}
.iw-footer-v2.iw-footer-v3 .copy-right p a{
color: #d8af72!important;
}
.iw-footer-v2.iw-footer-v3 .copy-right p i,
.iw-footer-v2.iw-footer-v3 .copy-right p a:nth-child(1){
color: #838383!important;
}
.iw-footer-v2.iw-footer-v3 .copy-right p {
color: #838383;
font-size: 14px;
line-height: 14px;
}
.iw-footer-v2.iw-footer-v3 .iw-footer-social .iw-social-all {
padding-bottom: 10px;
padding-top: 35px;
margin: 0 auto;
}
.iw-footer-v2.iw-footer-v3 .iw-footer-social .iw-social-all li{
display: inline-block;
}
.iw-footer-v2.iw-footer-v3 .iw-footer-social .iw-social-all li a i {
color: #838383;
display: inline-block;
font-size: 18px;
margin: 0 30px;
}
.iw-footer-v2.iw-footer-v3 .footer-content-top > a {
display: inline-block;
padding: 0 0 22px;
}  .iw-footer-v2.iw-footer-v4 .copy-right{
padding: 146px 0 190px;
}
.iw-footer-v2.iw-footer-v4 .copy-right p {
font-size: 24px;
line-height: 48px;
}
.iw-footer-v2.iw-footer-v4 .copy-right p span{
display: block;
}   .scrollviewed .modules.scrollview {
height: 100%;
width: 100%;
}
.scrollviewed .modules.scrollview .module {
height: 100%;
position: absolute;
width: 100%;
}
.scrollviewed .modules.scrollview .module .page {
backface-visibility: hidden;
height: 100%;
overflow: hidden;
position: absolute;
width: 100%;
}
.scrollviewed .modules.scrollview .module .page .container-1 {
backface-visibility: hidden;
height: 100%;
overflow: hidden;
position: absolute;
width: 100%;
}
.scrollviewed .modules.scrollview .module .page .container-1 .container-2 {
backface-visibility: hidden;
height: 100%;
overflow: hidden;
position: absolute;
width: 100%;
}
.scrollviewed .modules.scrollview .module .page .container-1 .container-2 .content {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3; }
.top, .right, .left, .bottom{
display: none;
}
.scrollviewed .top {
display: block;
background-color: #ffffff;
height: 22px;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 25;
}
.scrollviewed .bottom {
display: block;
background-color: #ffffff;
bottom: 0;
height: 20px;
left: 0;
position: fixed;
width: 100%;
z-index: 25;
}
.scrollviewed .left {
display: block;
background-color: #ffffff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 20px;
z-index: 25;
}
.scrollviewed .right {
display: block;
background-color: #ffffff;
height: 100%;
position: fixed;
right: 0;
top: 0;
width: 20px;
z-index: 25;
}
.scrollviewed .overlay {
background-color: #15181c;
display: none;
height: 100%;
left: 0;
opacity: 0.75;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
}
.scrollviewed footer{
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
z-index: 0;
padding: 0;
}
.scrollviewed footer .footer-inner{
height: 100%;
position: relative;
text-align: center;
}
.scrollviewed footer .footer-inner > div:nth-child(1) {
bottom: 0;
position: absolute;
top: auto;
width: 100%;
}
.scrollviewed {
background-color: #ffffff;
padding: 20px;
}
.scrollviewed .wrapper{
overflow: hidden;
height: 100%;
width: 100%;
position: relative;
}
.scrollviewed .contents-main {
height: 100%;
overflow: hidden;
width: 100%;
z-index: 3;
position: relative;
}
.scrollviewed .iw-heading.style12{
left: 0;
top: -100px;
position: absolute;
width: 100%;
height: 70px;
padding: 0;
}
.scrollviewed .iw-heading.style12 .icon{
margin-top: 15px;
}
.scrollviewed .modules.scrollview .content > .vc_row{
position: relative;
height: 100%;
min-height: auto !important;
z-index: 1; box-sizing: border-box;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center; }
.scrollviewed .modules.scrollview .content > .vc_row::after{content:'';width:100%;height:0;overflow:hidden;visibility:hidden;display:block}
.scrollviewed .wpb_column.vc_column_container{
position: static;
z-index: 0;
}  .header-block-2 {
text-align: center;
padding-top: 60px;
}
.header-content-2 .title {
font-size: 24px;
color: white;
font-weight: 600;
line-height: 46px;
margin: 0;
}
.header-content-2 > h2 {
font-size: 72px;
line-height: 90px;
color: white;
text-transform: uppercase;
margin: 0;
font-weight: 600;
}
.header-content-2 > p {
font-size: 18px;
color: white;
line-height: 30px;
margin: 0;
}  .shape_content-2 .day.date,
.shape_content-2 .hour.date,
.shape_content-2 .minute.date,
.shape_content-2 .second.date{
border-radius: 50%;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 30px;
font-weight: 600;
height: 65px;
line-height: 65px;
margin: 0 17px;
text-align: center;
width: 65px;
}
.shape_content-2 .date-countdown-2{
display: inline-block;
position: relative;
}
.shape_content-2 .date-label {
bottom: -27px;
color: rgb(255, 255, 255);
font-size: 14px;
left: 30px;
position: absolute;
}
.header-timer {
padding: 30px 0 70px;
}
.button-link-page {
text-align: center;
}
.button-link-page > a {
border: 2px solid rgb(255, 255, 255);
border-radius: 20px;
color: rgb(255, 255, 255);
font-size: 14px;
font-weight: 600;
line-height: 30px;
margin: 0 15px;
padding: 7px 40px;
text-transform: uppercase;
}
.mouse-icon-wrap {
border: 2px solid rgb(255, 255, 255);
border-radius: 16px;
bottom: 40px;
display: block;
height: 40px;
left: 50%;
margin-left: -15px;
opacity: 0.7;
position: absolute;
width: 24px;
z-index: 10;
}
.mouse-icon-wrap .wheel {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 10px;
height: 6px;
margin-left: auto;
margin-right: auto;
position: relative;
top: 4px;
width: 2px;
}
.mouse-icon-wrap .wheel {
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-name: drop;
-webkit-animation-play-state: running;
-webkit-animation-timing-function: linear;
animation-delay: 0s;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-name: drop;
animation-play-state: running;
animation-timing-function: linear;
}
@keyframes drop {
0% {
opacity: 0;
top: 5px;
}
30% {
opacity: 1;
top: 10px;
}
100% {
opacity: 0;
top: 25px;
}
}
@-webkit-keyframes drop {
0% {
opacity: 0;
top: 5px;
}
30% {
opacity: 1;
top: 10px;
}
100% {
opacity: 0;
top: 25px;
}
}  .iw-testimonals.style3{
text-align:left;
}
.iw-testimonals.style3 .testi-image img{
width:50px;
height:auto;
}
.iw-testimonals.style3 .testi-client-info{
margin-left:63px;
}
.iwe-sponsor-block.style2 .one-page-education-sponsor .sponsor-image a{
display:inline-block;
max-width:100%
}
.iwevents-carousel-2 .title-block,
.iw-event-categories .title-block{
text-align:center;
font-weight:500;
margin-bottom:47px;
}
.iwevents-carousel-2 h3.title,
.iw-event-categories .title-block h3.title{
margin:0;
text-transform:uppercase;
font-size:48px;
line-height:1;
}
.iwevents-carousel-2 .sub_title,
.iw-event-categories .title-block .sub_title{
font-size:18px;
margin-bottom:11px;
}
.iwevents-carousel-2 .iw-events-content-carousel-2,
.iw-event-categories .event-categories-list{
margin:0 -15px;
}
.iwevents-carousel-2 .events-content-wrap,
.iw-event-categories .event-category-item-wrap{
padding:0 15px;
}
.iwevents-carousel-2 .events-content-item,
.iw-event-categories .event-category-item{
position:relative;
}
.iwevents-carousel-2 .event-categories,
.iw-event-categories .category-title{
position:absolute;
bottom:0;
padding-bottom:17px;
padding-left:25px;
padding-right:25px;
left:0;
width:100%;
font-size:22px;
color:#fff;
font-weight:500;
z-index:9;
}
.iw-event-categories .category-title h3{
margin:0;
}
.iwevents-carousel-2 .event-categories a,
.iw-event-categories .category-title a{
color:#fff;
}
.iwevents-carousel-2 .owl-theme .owl-controls,
.iw-event-categories .owl-theme .owl-controls{
margin-top:48px;
}
.iwevents-carousel-2 .owl-theme .owl-controls .owl-page span.owl-numbers,
.iw-event-categories .owl-theme .owl-controls .owl-page span.owl-numbers{
margin:0 3px;
padding:0; border-radius:100px;
height:27px;
line-height:27px;
width:27px;
font-size:13px;
font-weight:500;
color:#fff;
background:none;
opacity:1;
} .iwevents-carousel-2,
.iw-event-categories{
padding-bottom:105px;
padding-top:85px;
}
.iwevents-carousel-2 .events-content-item .events-image a,
.iw-event-categories .event-category-item .category-image a{
display:inline-block;
width:100%;
max-width:100%;
}
.iw-event-categories .event-category-item .category-image a{
position:relative;
z-index:2;
}
.iw-event-categories .event-category-item .category-image a:before{
height:50%;
width:100%;
left:0;
bottom:0;
content:'';
background: -webkit-linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));
background: -o-linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));
background: -moz-linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));
background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));
z-index:1;
position:absolute;
}
.iw-event-categories .event-category-item {
overflow: hidden;
}
.iw-event-categories .event-category-item .category-image img {
-webkit-transition: transform 0.3s ease 0s;
transition: transform 0.3s ease 0s;
}
.iw-event-categories .event-category-item:hover .category-image img {
-webkit-transform: scale(1.12);
transform: scale(1.12);
}
.iwevents-carousel-2 .events-content-item .events-image img,
.iw-event-categories .event-category-item .category-image img{
width:100%;
}
.iw-event-categories.style2 {
padding: 40px 0;
}
.iw-event-categories.style2 .event-category-item-wrap {
padding: 0;
margin-bottom: 30px;
}
.iw-video.style1 .iw-video-poster{
max-height:100%;
overflow:hidden;
background:#000;
}
.iw-video.style1 .iw-video-poster img{
width:100%;
opacity:0.45;
max-width:100%;
}
.iw-video.style1 .play-button{
position:relative;
left:auto;
top:auto;
transform:none; font-size:50px;
}
.iw-video.style1.playing .play-button{
transform:scale(5);
}
.iw-video.style1 .iw-video-content{
top:32%;
}
.iw-video.style1.playing .video-title-block{
opacity:0!important;
transform:scale(3);
}
.iw-video.style1 .video-title-block{
transition: all 0.2s ease 0.2s;
line-height:1;
margin-bottom:25px;
}
.iw-video.style1 .video-sub-title{
font-size:24px;
text-transform:uppercase;
font-weight:bold;
margin-bottom:18px;
}
.iw-video.style1 .video-title{
font-size:60px;
text-transform:uppercase;
font-weight:bold;
margin-bottom:12px;
}
.iw-video.style1 .video-content{
font-size:16px;
font-weight:500;
line-height:30px;
}
.iw-testimonals.style4{
text-align:left;
}
.iw-testimonals.style4 .testi-image{
float:left;
width:54px;
border-radius:100px;
overflow:hidden;
}
.iw-testimonals.style4 .iw-testimonals-title{
font-size:46px;
font-weight:600;
line-height:normal;
}
.iw-testimonals.style4 .testi-client-description{
font-style:italic;
font-size:14px;
line-height:30px;
padding-left:50px;
padding-bottom:26px;
position:relative;
z-index:2;
}
.iw-testimonals.style4 .testi-client-description:before{
position:absolute;
top:9px;
font-style:normal;
z-index:-1;
left:0;
font-family: FontAwesome;
content:"\f10d";
font-size:60px;
color:#312e2f;
}
.iw-testimonals.style4 .testi-client-detail{
margin-left:60px;
}
.iw-testimonals.style4 .testi-client-info{
margin-left:67px;
line-height:normal;
}
.iw-testimonals.style4 .testi-client-name{
font-size:18px;
margin-bottom:6px;
font-weight:bold;
}
.iw-testimonals.style4 .testi-client-position{
font-size:13px;
font-weight:500;
}
.iw-testimonals.style4 .testi-owl-maincontent{
padding-top:50px;
}
.iw-testimonals.style4 .owl-theme .owl-controls{
text-align:left;
margin:0;
position:absolute;
left:0;
top:0;
}
.iw-testimonals.style4 .owl-theme .owl-controls .owl-page span{
height:3px;
width:60px;
border-radius:0;
background:rgba(255,255,255,0.2);
margin:0 2px;
opacity:1;
} .iw-mailchimp-form.style3 .mc-left{
float:left;
width: auto;
padding-right:30px;
text-align:right;
}
.iw-mailchimp-form.style3 .mc-right{
width: 64%;
float: left;
padding-left: 70px;
}
.iw-mailchimp-form.style3 h3{
color:inherit;
margin:0;
text-transform:uppercase;
font-size:24px;
font-weight:600;
text-align: center;
}
.iw-mailchimp-form.style3 .malchimp-sub-title{
font-size:18px;
font-weight:500;
margin-bottom:10px;
margin-top:3px;
}
.iw-mailchimp-form.style3 .malchimp-desc{
font-size:14px;
margin-bottom:22px;
text-align: center;
padding-right: 22px;
padding-left: 22px;
}
.iw-mailchimp-form.style3 .mc-name,
.iw-mailchimp-form.style3 .mc-email{
height:44px;
line-height:42px;
border-radius:50px;
border:1px solid rgba(255,255,255,0.15);
background:rgba(0,0,0,0.2);
padding:0 15px 0 48px;
color:#fff;
width:330px;
max-width:100%;
margin-right:6px;
float:left;
}
.iw-mailchimp-form.style3 .mc-name{
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/mc-icon-user.png) no-repeat 25px center scroll rgba(0,0,0,0.1);
}
.iw-mailchimp-form.style3 .mc-email{
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/mc-icon-email.png) no-repeat 25px center scroll rgba(0,0,0,0.1);
}
.iw-mailchimp-form.style3 .mc-submit{
height:44px;
line-height:44px;
text-align: center;
background:#fff; font-size:28px;
border:none;
border-radius:50px;
width: 100px;
float: right;
}
.iw-mailchimp-form.style3 .mc-input-group{
display:table;
width:100%;
}
.iw-mailchimp-form.style3{
padding-top: 11px;
width: 100%;
position: relative;
} .campaign-info-item a:hover{
color:inherit;
}
.event-filter-box{
color:#fff;
position:relative;
}
.event-filter-box .main-search input{
width:100%;
height:58px;
padding:0 15px 0 47px;
border:none;
background:rgba(0,0,0,0.1);
margin-bottom:27px;
background:url(//ticketspace.nz/wp-content/themes/inwave/assets/images/event-filter-search-icon.png) 22px center no-repeat scroll rgba(0,0,0,0.1);
}
.event-filter-box .main-search input::-webkit-input-placeholder {
color: #fff;
}
.event-filter-box .main-search input:-moz-placeholder { color: #fff;
}
.event-filter-box .main-search input::-moz-placeholder { color: #fff;
}
.event-filter-box .main-search input:-ms-input-placeholder {
color: #fff;
}
.event-filter-box .addition-search .row{
margin:0;
}
.event-filter-box .addition-search{
padding-bottom:20px;
}
.event-filter-box  .select2-container{
width:100%!important;
margin-bottom:10px;
color:#fff;
}
.event-filter-box .select2-container--default .select2-selection--single .select2-selection__placeholder{
color:inherit;
}
.event-filter-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
border-color:#fff transparent transparent;
}
.event-filter-box .addition-search input,
.event-filter-box .select2-container .select2-selection--single{
width:100%;
height:41px;
line-height:39px;
border:1px solid rgba(255,255,255,0.3);
background:rgba(0,0,0,0.1);
margin-bottom:10px;
padding:0 15px;
color:#fff;
}
.event-filter-box .addition-search input::-webkit-input-placeholder {
color: #fff;
}
.event-filter-box .addition-search input:-moz-placeholder { color: #fff;
}
.event-filter-box .addition-search input::-moz-placeholder { color: #fff;
}
.event-filter-box .addition-search input:-ms-input-placeholder {
color: #fff;
}
.event-filter-box .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height:39px;
}
.event-filter-box .select2-container--default .select2-selection--single .select2-selection__arrow{
height:39px;
}
.event-filter-box .select2-container .select2-selection--single{
margin:0;
}
.event-filter-box .filter-button button{
color:#fff;
height:156px;
width:100%;
border:none;
font-size:16px;
text-transform:uppercase;
font-weight:600;
padding: 20px 0;
}
.event-filter-box .filter-button button i{
display:block;
font-size:24px;
padding-bottom:10px;
}
.iw-events-grid .title-block{
text-align:center;
position:relative;
z-index:1;
line-height:1;
color:#838383;
padding-top:23px;
padding-bottom:20px;
margin-top:50px;
margin-bottom:24px;
}
.iw-events-grid .title-block .title{
margin:0 0 16px 0;
line-height:1;
font-weight:600;
font-size:40px;
}
.iw-events-grid .title-block .sub-title{
font-size:13px;
}
.iw-events-grid .title-block .hidden-title{
position:absolute;
top:0;
color:#f9f9f9;
font-size:140px;
z-index:-1;
font-weight:bold;
white-space:nowrap;
width:100%;
line-height:1;
text-transform:uppercase;
}
.ui-datepicker{
width:100%;
max-width:400px;
color:#fff;
text-align:center;
}
.ui-datepicker th{
text-align:center;
color:#838383;
}
.ui-datepicker table.ui-datepicker-calendar{
background:#f1f1f1;
}
.ui-datepicker a{ }
.iw-events-grid-1 .iw-events-content .info-wrap{
padding: 0 11px 11px;
}
.iw-events-grid-1 .iw-events-content .info-wrap .event-details .date{
font-weight:bold;
margin-top: -144px;
position: relative;
background-color: rgba(254,255,255,0.8317341);
padding: 5px;
color: black;
}
.iw-events-grid-1 .iw-events-content .info-wrap .event-details .date .day{
font-weight:600;
font-size:48px;
line-height:1;
margin:0;
}
.iw-events-grid-1 .iw-events-content .info-wrap .event-details .date .month{
font-size:24px;
font-weight:normal;
line-height:1;
}
.iw-events-grid-1 .iw-events-content .info-wrap h3.event-title{
font-size: 14px;
line-height: 1;
padding: 11px 0;
margin:0;
}
div.iw-events-grid-1 .iw-events-content .info-wrap .event-details .address{
font-size:12px;
margin:0 0 0 87px;
padding:0;
border:none;
}
div.iw-events-grid-1 .iw-events-content .info-wrap .event-details .address li{
text-transform:none;
font-size:14px;
}
.iwevent_grid2 .events-content-wrap:hover .info-wrap .event-details .date{
color:#fff!important;
}
.iwevent_grid2 .iw-events-content .info-wrap h3.event-title{
font-size:18px;
font-weight:600;
margin:0 0 2px 0;
}
.iwevent_grid2 .iw-events-content .info-wrap .event-details .date{
margin-top:3px;
}
.iwevent_grid2 .iw-events-content .info-wrap .event-details .address li{
width:auto;
}  .iw-button .rounded {
-webkit-border-radius: 20px;
border-radius: 20px;
}
.iw-button a.bg-white {
background-color: #ffffff;
}
.iw-button a.bg-grey {
background-color: #e6e6e6;
}
.iw-button a.bg-none {
background: none;
}
.iw-button a.color-white {
color: #ffffff;
}
.iw-button a.color-grey {
color: #e6e6e6;
}
.iw-button a.button-text {
border: 2px solid;
padding: 10px 25px;
}
.iw-button a.border-white {
border-color: #ffffff;
}
.iw-button a.border-grey {
border-color: #e6e6e6;
}
.iw-button.button2 a {
border: none;
}
.iw-button.button-normal a {
font-size: 14px;
}
.iw-button.button-normal a {
font-size: 14px;
}
.iw-button.button-small a {
font-size: 12px;
}
.iw-button.button-small a {
font-size: 18px;
}
.iw-button.button3 {
font-size: 15px;
}
.iw-button.button3 .iw-button-text {
display: inline-block;
margin-right: 15px;
float: left;
}
.iw-button.button3 a.button-text {
border: none;
padding: 29px 9px;
display: inline-block;
}
.iw-button.button3 a span {
border: 1px #ffffff solid;
padding: 20px 25px;
}
.iw-button .iw-button-side-link {
font-family: Merriweather, Georgia, seriferri;
float: left;
margin-top: 27px;
}
.iw-button .iw-button-side-link .iw-button-separator {
font-style: italic;
margin-right: 10px;
}
.iw-button .iw-button-side-link .side-link {
font-weight: bold;
font-style: italic;
color: #838383;
}
.iw-button .iw-button-side-link .side-link i {
margin-left: 5px;
} .iw-button{
text-transform: uppercase;
font-size: 18px;
}
.iw-button-style-default{
}
.iw-button-style-outline{
border-width: 2px;
border-style: solid;
}
.iw-button-shape-square{
border-radius: 0;
}
.iw-button-shape-rounded{
border-radius: 20px;
}
.iw-button-container .iw-button-style {
display: inline-block;
}
.iw-button-container .iw-button-style a.iw-button {
display: inline-block;
padding: 15px 25px;
line-height: 1;
font-weight: 600;
}
.iw-button-container .iw-button-style a.iw-button.iw-button-size-small {
padding: 10px 25px;
}
.iw-button-style .iw-button-size-small {
font-size: 14px;
left: auto;
right: 0;
}
.iw-button-style .iw-button-size-normal {
font-size: 15px;
}
.iw-button-style .iw-button-size-large {
font-size: 18px;
}
.iw-button-style.outline .iw-button-color-white {
border-color: #ffffff;
color: #ffffff;
}
.iw-button-style.outline .iw-button-color-white {
border-color: #ffffff;
color: #ffffff;
}
.iw-button-style.outline .iw-button-color-grey {
border-color: #e6e6e6;
color: #e6e6e6;
}
.iw-button-style-default.iw-button-color-theme {
color: #ffffff;
}
.iw-button-style-default.iw-button-color-theme:hover{  }
.iw-button-style-default.iw-button-color-white{
background-color: #ffffff;
color: #e6e6e6;
}
.iw-button-style-default.iw-button-color-grey{
background-color: #e6e6e6;
color: #545454;
}
.iw-button-style-default.iw-button-color-grey:hover{  }
.iw-button.iw-button-color-grey:hover, .iw-button.iw-button-color-white:hover {
color: #ffffff;
}
.iw-button-style-outline.iw-button-color-theme{
background-color: transparent;
}
.iw-button-style-outline.iw-button-color-theme:hover{  }
.iw-button-style.inline a.iw-button {
color: #ffffff;
position: relative;
padding: 25px 30px;
}
.iw-button-style.inline .iw-button:after {
position: absolute;
border: 1px #ffffff solid;
left: 10px;
top: 10px;
right: 10px;
bottom: 10px;
display: block;
content: "";
}
.iw-button-style.inline .iw-button-shape-rounded.iw-button:after{
border-radius: 20px;
}
.iw-button-style .iw-button-separator, .iw-button-style .side-link {
font-family: Merriweather, Georgia, serif;
color: #838383;
text-transform: uppercase;
}
.iw-button-style .iw-button-separator {
font-style: italic;
margin: 0 10px 0 15px;
font-size: 15px;
font-weight: 700;
}
.iw-button-style .side-link {
margin-right: 5px;
padding: 0;
font-style: italic;
font-weight: 700;
}
.iw-button-style .side-link i {
margin-left: 5px;
}
a.iw-button i, button.iw-button i {
margin-left: 15px;
}
.rtl a.iw-button i, button.iw-button i {
margin: 0 15px 0 0;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.iw-mailchimp-form.style3 .ajax-overlay {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
height: 100%;
margin-left: 0;
margin-right: 0;
width: 100%;
}
.iw-mailchimp-form.style3 .iw-email-notifications {
float: right;
}
.iw-mailchimp-form.style3 .ajax-overlay .ajax-loading {
bottom: 32px;
left: auto;
position: absolute;
right: 40px;
top: auto;
-webkit-transform: none;
transform: none;
}
.rtl .iw-mailchimp-form.style3 .ajax-overlay .ajax-loading {
right: auto;
left: 40px;
}    @media (min-width: 1700px) {
.mouse-icon-wrap{
bottom: 90px;
}
}
@media (max-width:1400px) {
.iw-footer-v2.iw-footer-v3 .footer-content > a {
padding: 10px 0;
}
.iw-footer-v2.iw-footer-v3 .footer-content > p {
padding: 0 0 15px;
}
.iw-footer-v2.iw-footer-v3 .copy-right {
padding: 20px 0 10px;
}
}
@media (max-width: 1369px) {
.slider-2 .bt-buy-ticket a {
font-size: 16px !important;
line-height: 16px !important;
}
.slider-2 .bt-buy-ticket a:before {
transform: translateY(-15px);
height: 1px;
}
.slider-2 .bt-buy-ticket a:after {
transform: translateY( 15px);
height: 1px;
}
}
@media (max-width: 1350px) and (min-width: 1200px) {
body .header.header-version-5 .iw-main-menu .iw-nav-menu li a {
margin-right: 35px;
}
}
@media (max-width: 1300px) and (min-width: 1200px){
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-prev,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-prev{
left:10px;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-next,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-next{
right:10px;
}
}
@media (max-width: 1399px) and (min-width: 1024px){
.scrollview div.iwe-checkout.style6 {
padding-top:55px;
}
.scrollview .iw-share-box.style2 {
padding-top: 180px;
}
.scrollview .margin-0{
margin: 0!important;
}
.scrollview .margin-10{
margin:10px 0!important;
}
.scrollview .margin-20{
margin:20px 0!important;
}
.scrollview .margin-30{
margin:30px 0!important;
}
.scrollview .iwe-pricing-block.style4  .ticket-item{
margin-bottom:30px;
}
.scrollview .iwe-pricing-block.style4 .plan-price {
padding: 40px 0;
}
.scrollview .iwe-pricing-block.style4 .plan-button {
padding: 20px 0;
}
.info-item.style5{
margin-bottom: 20px;
}
.scrollview .iwe-sponsor-block.style3 .iwe-sponsor-block-title {
margin-bottom: 5px;
}
.scrollview .iwe-speaker-block.style7 .speaker-item{
max-height:390px;
}
}
@media (min-width: 1200px) {
.body-boxed .header-default{
max-width: 1200px;
margin: 0 auto;
}
.body-boxed .header.header-version-2{
max-width: 1200px;
margin: 0 auto;
}
.body-boxed .header.header-version-5{
margin: 0 auto;
max-width: 100%;
width: 1200px;
}
.body-boxed .header.header-version-3 {
border-bottom: 0 none;
position: relative;
}
.body-boxed .header.header-version-3.header-sticky-one-page .iw-menu-default{
position: relative;
}
.body-boxed .header.header-version-5 .iw-main-menu .iw-nav-menu li a{
margin-right: 30px;
padding-right: 0;
}
}
@media (max-width: 1199px) and (min-width: 992px) { .header .search-form > a{
top: 0;
}
.header.header-default .iw-main-menu > .iw-nav-menu > li > a {
margin-right: 25px;
}
.header.header-default .logo {
padding: 25px 0;
}
.header.header-default .search-form > a{
top: 30px;
}
.header.header-default .cart-icon {
top: 27px;
}
div.iwe-checkout.style4 .field-label{
float:none;
width:auto;
}
div.iwe-checkout.style4 .field-input{
margin-left:0;
}
.header .iw-menu-default{
margin-top: 0;
}
.header.header-default .cart-icon{
top: 28px;
}
.header .iw-menu-default .iw-nav-menu li .sub-menu,
.header .iw-menu-default .iw-nav-menu > li .sub-menu li .sub-menu {
max-width: 200px;
}
body.down .header-sticky.clone .main-menu {
margin-top: 0;
}
body.down .header-sticky.clone .logo {
padding:0;
}
body.down .header.header-sticky.clone .logo {
padding: 15px 0;
}
body.down .header.header-version-2.header-sticky.clone .logo {
padding: 8px 0;
}
.header.header-version-2 .remote-search{
top: 0;
right: 0;
}
.header.header-version-2 .iw-icon-search-cart .search-form a{
right: 7px;
}
body.down .header.header-version-2.clone .remote-search {
top: -10px;
}
body.down .header.header-version-2.clone .iw-icon-search-cart .search-form a {
top: 20px;
}
.header.header-version-6 .iw-icon-search-cart {
position: relative;
} .header.header-version-3 .iw-main-menu .iw-nav-menu > li {
padding-bottom: 25px;
}     .header.header-version-5 .iw-main-menu .iw-nav-menu li a {
margin-right: 15px;
}
body.down .header.header-version-5.header-sticky.clone .logo {
padding: 0;
} .iw-header-block-4 {
display: table-cell;
height: 100vh;
left: 25px;
position: relative;
top: 0;
vertical-align: middle;
width: 100%;
}
.iwe-schedule.iwe-schedule-person .iw-content .scheduce-wrapper li span::after{
display: none;
}
.iwe-schedule.iwe-schedule-person .iw-content .scheduce-wrapper li span{
width: 85px;
margin: 0;
text-align: left;
}
.iwe-schedule.iwe-schedule-person  .iw-image > span {
display: inline-block;
}
.iwe-schedule.iwe-schedule-person .iw-image img {
height: auto;
}
.iwe-schedule.iwe-schedule-person .iw-content {
float: left;
padding-left: 30px;
}
.iwe-schedule.iwe-schedule-person .iw-content h4{
padding-top: 100px;
}
.iwe-schedule.iwe-schedule-person .iw-image {
float: right;
position: relative;
width: 50%;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-prev,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 0;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-next,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0;
} .page-title {
margin-top: 150px;
}
.iw-contact-address .title_contact_form::after{
width: 40%;
}
.iw-footer-default .iw-mailchimp-form.style2 .mc-email{
width: 140px;
} .iw-header-block-3 .title{
font-size: 150px;
}
}
@media (max-width: 1199px){
div.iwe-speaker-block.style5 .owl-theme .owl-controls{
position:relative;
margin:10px 0 0 0;
}
div.iwe-speaker-block.style5 .owl-theme .owl-controls .owl-buttons .owl-next,
div.iwe-speaker-block.style5 .owl-theme .owl-controls .owl-buttons .owl-prev{
position:relative;
}
.iw-product-list.style1 .product-content{
padding-top:80px;
}
.iw-heading.style14 .iwh-title,
div.iwe-checkout.style6 .iwe-title-block .iwe-title{
font-size: 18px;
}
.iw-sponsors-list.style2,
.iwe-sponsor-block.style3 .iwe-sponsors-list{
padding: 0 30px;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-prev,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-prev{
left: -30px;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-next,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-next {
right: -30px;
}
.iw-product-list.style1{
padding:0 15px;
}
.iw-product-list.style1.owl-theme .owl-controls{
bottom:30px;
}
.iwe-pricing-block.style3 .tickets{
padding: 0 30px;
}
div.iwe-schedule-block.style3 .schedule-time-item{
padding-left:15px;
padding-right:15px;
}
.iw-product-list.style1 .product-content .product-title{
font-size:42px;
}
.iwe-speaker-block.style4 .speaker-slider-title-block .speaker-title{
font-size:80px;
line-height:1;
}
.info-item-about div.wpb_single_image{
text-align:left;
}
.iw-heading.style8 .iwh-title{
font-size:44px!important;
}
div.iw-heading.style8 .iwh-sub-title{
margin-bottom:30px;
}
.iwe-schedule-block.style3 .schedule-row:before{
left: calc((100% - 970px)/2);
width: 970px;
}
.iwe-schedule-block.style3 .schedule-row.item-left:before{
left: calc((100% - 970px)/2 + 10px);
}
.iwe-schedule-block.style3 .schedule-row.item-right:before{
left: calc((100% - 970px)/2 - 10px);
}
.iw-heading.style13 .iwh-title{
font-size:80px!important;
}
.iw-share-box.style2 .share-email,
.inwave-map.style4 .map-content .description{
font-size:40px;
}
.iwe-schedule.iwe-schedule-fashion .iw-content .scheduce-wrapper li span::before{
display: none;
}
}
@media(min-width: 1024px){
div.iwe-checkout.style6{
padding:0;
}
}
@media (max-width: 1023px) {
.inwave-map.style4 {
position:relative;
width:auto;
}
.iw-image-box.style2{
margin-top:40px;
}
.iw-events-grid .title-block .hidden-title,
div.iw-heading.style1 .iw-heading-title-hidden{
font-size:100px;
}
}
@media (min-width: 992px) {
.header-version-5 .iw-main-menu ul.iw-nav-menu > li {
-webkit-opacity: 0;
opacity: 0;
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
} @media (max-width: 991px) {
.iw-mailchimp-form.style3 .mc-right .mc-input-group input {
margin-bottom: 15px;
float: none;
}
.iw-mailchimp-form.style3 .mc-right .mc-input-group .mc-submit {
display: block;
} .iw-posts.style1 .owl-theme .owl-controls .owl-buttons div{
top:100%;
margin:10px 0 0 0;
}
.inwave-map.style2 .map-content-wraper .title {
font-size: 50px;
}
.inwave-map.style2 .description {
font-size: 16px;
line-height:28px;
}
div.inwave-map.style2 .get-in-touch a {
padding: 0;
text-align: center;
line-height: 50px;
}
div.inwave-map.style2 .get-in-touch {
bottom: 50px;
height: auto;
left: 25px;
right: auto;
z-index: 14;
}
div.inwave-map.style2 .image-rotate {
transform: none;
width: auto;
}
div.inwave-map.style2 .map-overlay-inner {
transform: none;
}
div.inwave-map.style2 .map-overlay {
height: auto;
left: auto;
position: relative;
top: auto;
width: auto;
}
div.inwave-map.style2 .map-content-wraper {
left: auto;
margin: 0 !important;
top: 50px;
}
div.iwevent-statistic .iw-event-info li{
padding-left:15px;
padding-right:15px;
}
.inwave-map.style4 .map-content .map-info > div {
margin-bottom: 10px;
}
.iwe-pricing-block.style4  .ticket-item{
margin-bottom:30px;
}
.iw-share-box.style2 .share-title{
font-size:16px;
}
.iw-share-box.style2 .share-desc{
font-size:14px;
}
.iw-share-box.style2 .share-email,
.inwave-map.style4 .map-content .description{
font-size:34px;
}
.iwe-speaker-block.style7 .speaker-item .speaker-image img{
width:100%;
}
.iw-heading.style14 .iwh-title,
div.iwe-checkout.style6 .iwe-title-block .iwe-title{
font-size: 18px;
}
.iw-heading.style14 .iwh-sub-title {
font-size: 16px;
}
.iw-heading.style14 .iwh-sub-sub-title {
font-size: 18px;
}
.iw-slider .slider-item.style1 .slider-image img{
width:100%;
}
.iw-heading.style13 .iwh-title{
font-size:65px!important;
}
.iwe-schedule-block.style3 .schedule-row:before,
.iwe-schedule-block.style3 .schedule-row:after{
display:none;
}
.iw-sponsors-list.style2,
.iwe-sponsor-block.style3 .iwe-sponsors-list{
padding: 0 55px;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-prev,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-prev{
left: -10px;
}
.iw-sponsors-list.style2.owl-theme .owl-controls .owl-buttons div.owl-next,
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-next{
right: -10px;
}
.iwe-checkout.style4{
padding:0 15px;
}
.iw-product-list.style1{
padding-bottom:20px;
}
.iw-product-list.style1.owl-theme .owl-controls,
.rtl .iw-product-list.style1.owl-theme .owl-controls{
bottom: 15px;
left: 50%;
right:auto;
transform: translateX(-50%);
}
.iw-product-list.style1 .product-content{
padding:40px 15px;
}
.iwe-pricing-block.style3 .tickets{
padding: 0;
}
.iwe-pricing-block.style3 .iw-event-pricing .ticket-item{
margin-bottom:30px;
}
.iwe-pricing-block.style3 .iw-event-pricing{
padding:0 15px;
}
div.iwe-schedule-block.style3 .schedule-time-item{
float:none;
width:auto;
padding-bottom:40px;
}
.iw-product-list.style1 .product-content .product-title{
font-size:38px;
}
.iwe-speaker-block.style4 .speaker-slider-title-block .speaker-title{
font-size:65px;
}
div.iw-heading.style9 .iwh-title{
font-size:30px;
}
div.iw-heading.style9 .iwh-sub-title{
font-size:20px;
}
.iw-heading.style9 .iwh-title span{
padding-left:30px;
}
.iw-heading.style8 .iwh-title{
font-size:38px!important;
}
div.iw-heading.style8 .iwh-sub-title{
margin-bottom:20px;
}
.blog-author .authorAvt{
width:90px;
}
.blog-author .authorDetails {
margin-left: 115px;
}
.speaker-slider .slick-prev{
left:112px;
}
.speaker-slider .slick-next{
right:112px;
}
.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-video{
position:relative;
padding-top:20px;
}
.iw-shortcode-tabs .iw-tabs.layout2{
padding-bottom:0;
}  .header .iw-menu-none-mobile{ }
.body.down .header.header-sticky .search-form > a {
top: 10px;
}
.header .off-canvas-open{
display: block;
}
.st-body {
position: relative;
right: 0;
-webkit-transition: right 0.5s;
transition: right 0.5s;
}
.st-menu {
position: fixed;
top: 0;
right: 0;
z-index: 100;
width: 240px;
height: 100%;
display: block;
background: #1c1c1c;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.admin-bar .st-menu{
top: 32px;
} .st-effect-3.st-menu-open .st-body {
right: 240px;
-webkit-transition: right 0.5s;
transition: right 0.5s;
}
.st-effect-3 .st-menu {
right:-240px;
-webkit-transition: right 0.5s;
transition: right 0.5s;
}
.st-effect-3.st-menu-open .st-menu {
-webkit-transition: right 0.5s;
transition: right 0.5s;
right: 0;
}
.st-effect-3 .st-menu::after {
display: none;
}
.rev_slider_wrapper{
left: 0 !important;
}
.canvas-menu-title{
position: relative;
}
#off-canvas-close i {
color: #ffffff;
position: absolute;
right: 0px;
top: 17px;
}
.header{
border-bottom: 0;
background: #4492ff;
}
.header.header-default .logo{
padding: 10px 0;
}
.header-default .iw-main-menu{
display: none;
}
.header-default .iw-icon-search-cart .search-form {
margin-right: 20px;
}
.header .search-form-header.display-search-box {
height: 45px;
}
.header .search-form-header .search-box input{
font-size: 18px;
padding-left: 10px;
padding-right: 10px;
}
.header .iw-icon-search-cart{
float: none;
text-align: right;
}
.header .iw-icon-search-cart:after{
display: block;
content: '';
clear: both;
}
.iw-icon-search-cart > button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
float: right;
position: relative;
top: 20px;
}
.iw-icon-search-cart > button i{
color: #ffffff;
font-size: 18px;
}
.header .cart-icon{
position: static;
float: right;
margin: 10px;
}
.header .navbar.navbar-default.navbar-bg-light{
margin-top: 0;
}
.header .logo {
margin: 0;
padding: 0 0 15px;
}
.off-canvas-menu h2.canvas-menu-title {
border-bottom: 1px solid #4e4e4e;
color: #b8b8b8;
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin: 0 15px;
padding: 10px 0;
text-transform: uppercase;
}
.off-canvas-menu .canvas-menu li > a {
border-bottom: 1px solid #4e4e4e;
color: #ffffff;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 15px;
position: relative;
text-transform: uppercase;
}
.off-canvas-menu .canvas-menu li:last-child > a{
border-bottom: 0;
}
.off-canvas-menu .canvas-menu li:hover > a,
.off-canvas-menu .canvas-menu li.selected.active > a{
color: #d4094c;
}
.off-canvas-menu .canvas-menu .sub-menu.child-nav.dropdown-nav {
margin: 0 20px;
}
.off-canvas-menu .canvas-menu span span {
float: right;
position: relative;;
}
.off-canvas-menu .canvas-menu span span.icon-arrow {
right: 0;
top: 0;
}
.off-canvas-menu .canvas-menu span span.icon-arrow:before{
color: rgb(255, 255, 255);
content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¡";
margin: 0 10px;
font-family: "FontAwesome";
}
.off-canvas-menu .canvas-menu .sub-menu li > a{
border-bottom: 0;
text-transform: none;
}
.header.header-default .search-form > a{
top: 11px;
}
body.down .header.header-sticky .search-form > a {
top: 10px;
}
.header.header-version-2 .logo{
border-right: 0;
text-align: left;
}
.header.header-version-2 {
top: 0;
}
.header.header-version-2 .iw-menu-none-mobile{
display: block;
position: static;
}
.header.header-version-2 .iw-menu-none-mobile .iw-menu-default{
display: none;
}
.header.header-version-2 .header-2-search-form{
left: 0;
}
.header.header-version-2 .header-2-search-form.show-form{
border-right: 0;
margin-left: 0;
width: 70%;
}
.header.header-version-2 .iw-icon-search-cart .search-form a {
right: -15px;
top: 7px;
}
.header.header-version-2 .iw-icon-search-cart > button{
top: 15px;
}
.header.header-version-2 .remote-search{
right: 10px;
top: 25px;
}
.header.header-version-2 .logo {
padding: 10px 0 10px;
} .header.header-version-3::after {
clear: both;
content: "";
display: block;
}
.logo-one-page {
float: left;
padding: 0 15px;
}
.header.header-version-3 .logo-one-page .logo {
left: 0;
position: relative;
top: 0;
}
.header.header-version-3.header-sticky-one-page .iw-menu-default {
float: right;
position: relative;
top: auto !important;
}
.header.header-version-3 .iw-main-menu{
display: none;
}
.header .iw-main-menu .iw-nav-menu > li {
padding-bottom: 25px;
}
.header.header-version-3 .iw-toggle-music {
display: block;
position: absolute;
right: -20px;
top: 25px;
}
.header.header-version-3 .iw-toggle-music:hover{
cursor: pointer;
}
.header.header-version-3 .iw-toggle-music i{
font-size: 20px;
color: white;
}
.admin-bar .header.header-version-3 .logo-one-page .logo {
top: 5px;
}  .header.header-version-5 {
padding-right: 0;
}
.admin-bar .header.header-version-4.header-version-5,
body.down.admin-bar .header.header-version-4.header-version-5.header-sticky{
top: 0;
}
body.down.admin-bar .header.header-version-4.header-version-5.header-sticky.clone{
top: 32px;
}
.header.header-version-5 .logo {
margin: 6px 0;
}
.header.header-version-5 .iw-menu-default .iw-main-menu .iw-nav-menu{
display: none;
}
.header.header-version-5 .navbar.navbar-default.navbar-bg-light {
margin-top: 0;
}
.header.header-version-5 .iw-button-toggle-header-v5 {
position: relative;
right: 0;
top: 10px;
}
body.down .header.header.header-version-5.header-sticky.clone .logo {
padding: 0;
} .header.header-version-6 .iw-menu-none-mobile {
display: block;
} .page-title {
margin-top: 127px;
}
.iw-contact-us textarea{
height: 100px;
} .iw-footer-default .slickr-flickr-gallery ul li {
float: left;
margin-bottom: 20px;
padding: 0;
width: 15%;
}
.iw-footer-default .slickr-flickr-gallery ul li a{
float: left;
} body.down .header.header-sticky .cart-icon{
position: relative;
top: 10px;
}
body.down .header.header-default.header-sticky .cart-icon{
top: 0;
}
body.down .header.header-default.header-sticky .iw-icon-search-cart > button {
top: 20px;
}
body.down .header.header-sticky .iw-icon-search-cart > button{
top: 27px;
}
body.down .header.header-version-2.header-sticky .iw-icon-search-cart > button {
top: 30px;
} .menu-activated .header.header-version-5.header-version-7{
background: none;
}
.header.header-version-5.header-version-7 .logo {
margin: 10px 0 0 20px;
}
.header.header-version-5.header-version-7 .iw-button-toggle-header-v5 {
left: auto;
margin-top: 0;
position: absolute;
right: 20px;
top: 20px;
}
.iwe-schedule.iwe-schedule-fashion h4{
padding-top: 0;
}
.iw-footer-v2.iw-footer-v3 .footer-content-top{
padding-bottom: 0;
}
div.iw-tab-video .play-button {
bottom: calc(50% - 40px);
}
.iw-posts.style3 .post-item .read-more{
margin-bottom: 30px;
} }
@media (min-width: 768px) and (max-width:991px){
.iw-shortcode-tabs .iw-tabs.layout1 .iw-tab-items .iw-tab-item {
display: table-cell;
}
.slider-1 .tp-caption span{
font-size: 75%!important;
}
.text-slider-1{
font-size: 12px!important;
} .iw-header-block-3 .title{
font-size: 150px;
}
.iw-header-block-3 > span::before,
.iw-header-block-3 > span::after{
display: none;
}
}
@media (max-width: 767px){ body.down.admin-bar .header.header-version-4.header-version-5.header-sticky.clone{
top: 46px;
}
.slider-1 .tp-caption span{
font-size: 45%!important;
}
.text-slider-1{
font-size: 8px!important;
}
.iw-events-grid .title-block .hidden-title{
font-size:75px;
top:35px;
}
div.iw-mailchimp-form.style3 .mc-right{
border:none;
padding:10px 0 0 0;
text-align:right;
width:auto;
}
div.iw-mailchimp-form.style3 .mc-left{
float:none;
padding:0;
text-align:right;
width:auto;
}
div.iw-heading.style1 .iw-heading-title-hidden{
font-size:75px;
}
.header-content-2 .title{
font-size: 14px;
}
.header-content-2 > h2 {
font-size: 28px;
line-height: 36px;
}
.shape_content-2 .day.date,
.shape_content-2 .hour.date,
.shape_content-2 .minute.date,
.shape_content-2 .second.date {
font-size: 18px;
height: 40px;
line-height: 40px;
margin: 0 10px;
width: 40px;
}
.header-timer {
padding: 30px 0;
}
.mouse-icon-wrap{
display: none;
}
.header-content-2 > p{
font-size: 14px;
}
.shape_content-2 .date-label{
left: 15px;
}
.button-link-page {
margin-top: 20px;
}
.button-link-page > a {
margin: 0 5px;
padding: 10px 20px;
}
div.iwevent-statistic .iw-event-info li{
display:block;
border:none;
}
.inwave-funfact{
margin-left:15px;
margin-right:15px;
}
.inwave-map.style4 .map-content .title{
font-size:18px;
}
.iw-share-box.style2 .share-email,
.inwave-map.style4 .map-content .description{
font-size:26px;
}
.iw-image-box.style3 img.main-image{
width:100%;
}
.iw-heading.style13 .iwh-title{
font-size:55px!important;
}
.iw-posts-list .slick-prev{
left:60px;
}
.iw-posts-list .slick-next{
right:60px;
}
.iw-posts.style1 .iw-posts-list{
padding-bottom: 85px;
}
.iw-posts-list .slick-dots{
bottom:52px;
}
.iw-product-list.style1 .product-content .product-title{
font-size:34px;
}
.iwe-speaker-block.style4 .speaker-slider-title-block .speaker-title{
font-size:50px;
}
.iwe-speaker-block.style4 .speaker-slider-title-block .speaker-description{
font-size:18px;
}
.iw-heading.style8 .iwh-title{
font-size:32px!important;
}
div.iw-heading.style5 .iwh-sub-title{
border: 0;
}
.post-info > div + div:before{
display:none;
}
.post-info > div{
padding-right:15px;
display:block;
}
.single-post-share .social-icon {
float: none;
padding: 15px 0 0 0;
}
div.iw-shortcode-tabs .iw-tabs.layout2 .iw-tab-items .iw-tab-item{
width:100%!important;
}
.speaker-slider .slick-prev{
left:32px;
}
.speaker-slider .slick-next{
right:32px;
}
div.inwave-map.style2 .get-in-touch{
display: none;
} .iwe-schedule.style2.iwe-schedule-fashion .iw-content,
.iwe-schedule.style3.iwe-schedule-fashion .iw-content {
padding: 40px;
}
.iwe-schedule.iwe-schedule-fashion h4{
padding-top: 0;
}
.iw-header-block-3 .title{
font-size: 100px;
}
.iw-header-block-3 > span::before,
.iw-header-block-3 > span::after{
display: none;
}
.iwe-schedule.iwe-schedule-fashion .iw-content .scheduce-wrapper li span{
width: 100%;
}
.slider-2 .iw-triangular {
height: 360px;
position: relative;
width: 402px;
z-index: 1;
}
.slider-2 .iw-triangular::after {
border-left: 200px solid rgba(0, 0, 0, 0);
border-right: 200px solid rgba(0, 0, 0, 0);
border-top: 400px solid;
}
.iw-heading.style12 .iwh-title {
font-size: 32px !important;
line-height: 40px !important;
}
}
@media (max-width: 600px){
body.down.admin-bar .header.header-version-4.header-version-5.header-sticky.clone{
top: 0;
}
body.down.admin-bar .header.header-sticky.clone{
top: 0;
}
} @media (max-width: 479px){
.text-slider-1{
font-size: 5px!important;
}
.header-content-2 .title{
font-size: 12px;
}
.header-content-2 > h2 {
font-size: 26px;
line-height: 36px;
}
.shape_content-2 .day.date,
.shape_content-2 .hour.date,
.shape_content-2 .minute.date,
.shape_content-2 .second.date {
font-size: 16px;
height: 40px;
line-height: 40px;
margin: 0 10px;
width: 40px;
}
.header-timer {
padding: 30px 0;
}
.mouse-icon-wrap{
display: none;
}
.header-content-2 > p{
font-size: 14px;
}
.shape_content-2 .date-label{
left: 15px;
}
.button-link-page {
margin-top: 20px;
}
.button-link-page > a {
margin: 0 5px;
padding: 10px 20px;
}
div.iwe-checkout.style4 .field-label{
float: none;
width: auto;
}
div.iwe-checkout.style4 .field-input{
margin-left: 0;
margin-top: 10px;
}
.iw-product-list.style1 .product-content .product-title{
font-size:28px;
}
.iwe-speaker-block.style4 .speaker-slider-title-block .speaker-title{
font-size:40px;
}
.blog-author .authorAvt{
width:auto;
float:none;
}
.blog-author .authorDetails {
margin: 25px 0 0 0;
}
.speaker-slider .slick-prev{
left:8px;
}
.speaker-slider .slick-next{
right:8px;
} body.down .header.header-sticky .search-form > a{
top: 10px;
}
body.down .header.header-sticky .cart-icon{
top: 0px;
}
body.down .header.header-sticky .iw-icon-search-cart > button {
top: 20px;
}
.header.header-version-2 .iw-icon-search-cart > button {
top: 20px;
}
.header.header-version-2 .iw-icon-search-cart .search-form a{
top: 10px;
}
.header.header-version-2 .search-form-header .search-box input{
font-size: 14px;
}
.header.header-version-2 .remote-search{
top: 15px;
}
body.down .header.header-version-2.clone .iw-icon-search-cart .search-form a {
top: 15px;
} .share-row::before,
.share-row::after{
display: none;
}
.iw-heading.style4 .iwh-title{
font-size: 36px;
margin: 0;
}
body .iw-heading.style4 > .iwh-sub-title {
font-size: 20px;
}
body .share-row .iw-button-style.inline a.iw-button{
display: block;
margin-bottom: 15px;
}
body .iw-image-box.style1 {
height: auto;
left: 0;
position: relative;
width: auto;
}
.iw-image-box.style1 span:nth-child(1),
.iw-image-box.style1 span:nth-child(2),
.iw-image-box.style1 span:nth-child(3) {
left: 0;
position: relative;
top: 0;
}
.iw-image-box.style1 span:nth-child(1):after,
.iw-image-box.style1 span:nth-child(2):after,
.iw-image-box.style1 span:nth-child(3):after{
display: none;
}
.iwe-speaker-block.style3 .speakers-with-quote .speakers-item{
width: 100%;
height: auto;
}
.iwe-speaker-block.style3 .speakers-with-quote .speakers-item.item-quote {
padding: 20px 0;
width: 100%;
}
.iwe-speaker-block.style3 .speakers-with-quote .speakers-item.item-quote .quote-title{
font-size: 40px;
}
.iwe-speaker-block.style3 .speakers-with-quote .speakers-item.item-quote .quote-desc{
margin-left: 0;
padding: 15px;
font-size: 13px;
}
.iwe-speaker-block.style3 .speakers-with-quote .speakers-item.item-quote .quote-desc::after{
font-size: 40px;
left: -15px;
top: 15px;
}
.iwe-speaker-block.style3 .speakers-with-quote .speakers-item.item-quote .quote-name{
margin-top: 0;
padding: 0 20px;
}
.speaker-overlay{
top: 35%;
}
.iw-heading-sponsor.iw-heading.style4 .iwh-title{
font-size: 36px;
}
.iw-heading-sponsor.iw-heading.style4 .iwh-sub-title{
font-size: 14px;
width: 230px;
}
.iw-row-time-table{
padding-left: 0!important;
}
.iw-heading.style5 {
margin-bottom: 20px!important;
}
.iwe-schedule.style1 > h4{
margin: 0;
}
.iwe-schedule.style1 > h4:after,
.iw-row-time-table .image-right .vc_single_image-wrapper::after,
.iw-row-time-table .vc_single_image-wrapper::after,
.iw-row-time-table .wpb_single_image.image-right:after,
.iw-row-time-table .wpb_single_image::before{
display: none;
}
.iw-row-time-table .wpb_single_image.image-right,
.iwe-schedule.style1 .scheduce-wrapper {
margin: 0;
}
.iwe-schedule.style1 .scheduce-wrapper li span{
text-align: left;
line-height: 30px;
width: 100%;
}
.iwe-schedule.style1 .scheduce-wrapper li small{
margin: 0;
line-height: 40px;
}
.speaker-overlay {
top: 60%;
} .header.header-version-5 {
padding-right: 0;
}
.iw-header-block-4 {
margin-left: 0;
padding: 65px 15px 25px;
}
.iw-header-block-4 .title > span {
font-size: 22px;
line-height: 30px;
}
.iw-header-block-4 .sub-title {
font-size: 18px;
line-height: 32px;
}
.iw-header-block-4 .sub-title {
font-size: 18px;
line-height: 32px;
padding: 0 0 30px;
}
.iw-header-block-4 .content-main .link-text{
top: 0;
}
.iw-header-block-4 .link-text > a{
padding: 5px 10px;
}
.iw-header-block-4 form.form-input-person::after{
width: 100%;
bottom: 0;
}
.iw-header-block-4 form.form-input-person {
font-size: 30px;
margin:0;
position: relative;
width: 100%;
}
.iw-header-block-4 .link-text > a {
font-size: 16px;
line-height: 25px;
padding: 5px 10px;
}
.iw-header-block-4 .social-icon {
bottom: 0;
left: 0;
padding-top: 20px;
position: relative;
}
.iw-header-block-4 .social-icon {
bottom: 0;
left: 0;
padding-top: 20px;
position: relative;
}
.iwe-pricing-block.style5 .ticket-item {
min-height: 400px;
}
.iwe-pricing-block.style5 .ticket-item .plan-description{
padding: 0 15px;
}
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 10px;
}
.iwe-sponsor-block.style3 .iwe-sponsors-list.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 10px;
}
.iwe-schedule.iwe-schedule-person .iw-content {
float: none;
padding-left: 15px;
position: relative;
width: 100%;
z-index: 2;
}
.iwe-schedule.iwe-schedule-person .iw-image {
float: none;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1;
}
.iwe-pricing-block.style5 .plan-button a{
margin-top: 30px;
}
.iw-heading.style14{
}
.iw-heading.style14 .iwh-sub-title {
font-size: 16px;
padding: 0 15px;
}
.iwe-schedule.iwe-schedule-person .iw-image > span {
display: inline-block;
height: auto;
width: 100%;
}
.iwe-schedule.iwe-schedule-person .iw-image img {
max-height: 550px;
width: 100%;
}
.iwe-schedule.iwe-schedule-person.style5 .iw-content {
padding-left: 15px;
}
.iwe-schedule.iwe-schedule-person .iw-content .date-time > span{
padding: 0;
}
.iwe-schedule.iwe-schedule-person .iw-content .scheduce-wrapper li span{
margin-right: 25px;
width: auto;
line-height: 32px;
}
.iwe-schedule.iwe-schedule-person .iw-content .scheduce-wrapper li small {
display: inline;
margin-right: 0;
line-height: 26px;
}
.iwe-schedule.iwe-schedule-person .iw-content h4{
font-size: 32px;
line-height: 32px;
padding-top: 15px;
}
.iwe-schedule.iwe-schedule-person .iw-content > p{
padding-bottom: 0;
}
.iw-posts.style5 .post-item .post-detail .post-title > a {
font-size: 20px;
line-height: 26px;
}
.iw-posts.style5 .post-item .post-detail .post-desc > p {
color: rgb(255, 255, 255);
font-size: 14px;
line-height: 30px;
margin: 20px auto;
padding: 0 30px;
}
.iwe-checkout .iwe-checkoutform {
margin: 0 15px;
}
.iw-share-box.style2 {
padding: 120px 0;
}
.iw-footer-v2.iw-footer-v4 .copy-right {
padding: 80px 0;
}
.iw-footer-default .iw-mailchimp-form.style2 .mc-email{
width: 190px;
}
.iw-footer-default .slickr-flickr-gallery ul li{
width: 30%;
} .page-title {
margin-top: 127px;
}
.iw-contact-us textarea{
height: 100px;
}
.iw-testimonals .iw-testimonial-item{
padding: 0 15px;
} .iw-heading.style1 .iwh-title strong {
font-size: 24px;
}
.iw-heading.style1 .iwh-sub-title{
padding: 0 15px;
}
.iw-events-timeline .events-timeline .iw-event-info .title{
font-size: 24px;
}
.info-item.style4::before,
.info-item.style4::after{
display: none;
}
.iw-posts.style2 .iw-posts-list .slick-dots {
bottom: auto;
left: 0;
padding: 0 15px;
position: relative;
top: 0;
}
.iw-posts.style2 .iw-posts-list .slick-dots li{
margin-bottom: 15px;
}
.iw-posts.style1-2 .post-thumbnail{
height:auto;
}
.iwevent-statistic .statistic-description {
padding: 0 15px;
}
.iwevent-statistic .iw-event-info li{
border-right: 0;
}
.iw-button-style.outline{
margin: 0 15px;
}
.iw-heading.style1 .iwh-title{
font-size: 26px!important;
margin: 0 15px;
} .iw-header-block-3 > span::before,
.iw-header-block-3 > span::after{
display: none;
}
.iw-header-block-3 > span{
margin-top: 0;
}
.iw-header-block-3 .title{
font-size: 70px;
}
.iw-header-block-3 .sub-title-2 > span{
font-size: 30px;
line-height: 30px;
}
.iwe-schedule.iwe-schedule-fashion h4{
font-size: 70px;
padding: 25px 15px;
}
.iwe-schedule.iwe-schedule-fashion .iw-content > p{
font-size: 16px;
padding: 10px 15px;
}
.iwe-schedule.iwe-schedule-fashion .iw-content .scheduce-wrapper {
padding: 0 15px;
}
.iwe-schedule.iwe-schedule-fashion .iw-content .scheduce-wrapper li span::before{
display: none;
}
.iwe-schedule.iwe-schedule-fashion .iw-content .scheduce-wrapper li span{
width: 100%;
}
.iwe-schedule.style3.iwe-schedule-fashion .iw-content{
padding: 0 15px;
}
.iw-footer-v2.iw-footer-v3 .footer-content-top{
padding: 35px 0 0;
}
.iw-footer-v2.iw-footer-v3 .copy-right p{
line-height: 22px;
}
.iw-footer-v2.iw-footer-v3 .footer-content-top p{
padding: 0 15px;
}
.slider-2 .bt-buy-ticket a:before {
transform: translateY(-10px);
}
.slider-2 .bt-buy-ticket a:after {
transform: translateY( 10px);
}
.slider-2 .bt-buy-ticket a {
font-size: 6px !important;
line-height: 6px !important;
}
.slider-2 .iw-triangular {
width: 302px;
height: 250px;
}
.slider-2 .iw-triangular:after {
border-left: 150px solid rgba(0, 0, 0, 0);
border-right: 150px solid rgba(0, 0, 0, 0);
border-top: 250px solid;
}
}
ul.iw-social-all{
padding: 0;
margin: 0;
}
ul.iw-social-all li{
display: inline-block;
list-style: none;
}
ul.iw-social-all li a{
display: block;
width: 45px;
height: 45px;
border-radius: 50%;
position: relative;
margin-right: 5px;
background: #db214c;
border: solid 2px #db214c;
}
ul.iw-social-all li a:hover{
background: #fff;
border: solid 2px #db214c;
}
ul.iw-social-all li:last-child a{
margin-right: 0;
}
ul.iw-social-all li a i{
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 18px;
}
ul.iw-social-all li a:hover i{
color: #db214c;
}