.tb-post-thumb,
.tb-post-title a {
display: block;
}
.tb-post-thumb {
background-color: #fafafa;
} .tb-post.tb-style1 .tb-post-title a:hover {
color: inherit;
opacity: 0.7;
}
.tb-post.tb-style1 .tb-post-meta {
color: #b5b5b5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tb-post.tb-style1 .tb-bg {
height: 140px;
}
.tb-post-label.tb-style1,
.tb-user-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-post-label.tb-style1 span,
.tb-user-content span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tb-post-label.tb-style1 span:not(:last-child):after,
.tb-user-content span:not(:last-child):after {
content: '•';
margin: 0 6px;
font-size: 16px;
color: #b5b5b5;
}
.tb-blog-head-inner .tb-post-date-single {
color: rgba(255, 255, 255, 0.7);
}
.widget .tb-post-label.tb-style1 {
font-family: 'Roboto', sans-serif;
} .tb-post.tb-style2 {
margin-left: auto;
margin-right: auto;
height: 320px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-post.tb-style2:hover {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.tb-post.tb-style2 .tb-post-thumb {
border-radius: 4px 4px 0 0;
overflow: hidden;
position: relative;
height: 170px;
}
.tb-post.tb-style2 .tb-post-info {
position: absolute;
bottom: 0;
background: #fff;
width: 100%;
left: 0;
min-height: 157px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.tb-post.tb-style2 .tb-post-thumb:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 0;
z-index: 1;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-post.tb-style2:hover .tb-post-thumb:before {
opacity: 1;
}
.tb-post.tb-style2 .tb-post-thumb img {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-post.tb-style2:hover .tb-post-thumb img {
-webkit-transform: scale(1.06);
-ms-transform: scale(1.06);
transform: scale(1.06);
}
.tb-post.tb-style2 .tb-post-title {
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin-bottom: 2px;
}
.tb-post.tb-style2 .tb-post-info-in {
padding: 15px 20px 10px;
}
.tb-post.tb-style2 .tb-post-tex-in {
padding-bottom: 3px;
position: relative;
top: 20px;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tb-post.tb-style2:hover .tb-post-tex-in {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
opacity: 1;
top: 0;
}
.tb-post.tb-style2 .tb-post-meta,
.tb-post.tb-style4 .tb-post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 13px 20px;
}
.tb-post.tb-style2 .tb-post-meta {
border-top: 1px solid #eaeaea;
}
.tb-catagory.tb-style1 .post-categories a {
text-transform: uppercase;
font-size: 11px;
color: #b5b5b5;
font-weight: 400;
position: relative;
}
.tb-catagory.tb-style1.tb-color1 .post-categories a {
color: #dfb1b0;
}
.tb-post.tb-style2 .tb-radmore-btn,
.tb-post.tb-style4 .tb-radmore-btn {
font-size: 13px;
font-weight: 400;
color: #b5b5b5;
}
.tb-post.tb-style2 a:hover {
color: #5752d0;
}
.tb-post.tb-style2.tb-color1 a:hover,
.tb-post.tb-style2.tb-color1 .tb-post-label.tb-style1 a {
color: #488bf8;
}
.tb-post.tb-style2 .tb-post-text {
max-height: 0px;
overflow: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative;
}
.tb-post.tb-style2:hover .tb-post-text {
max-height: 80px;
}
.tb-post.tb-style2:hover .tb-post-text-in {
opacity: 1;
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.tb-catagory.tb-style1 .post-categories {
line-height: 1.25em;
}
.tb-catagory.tb-style1 .post-categories,
.tb-catagory.tb-style2 .post-categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
margin: 0;
list-style: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-catagory.tb-style1 li:not(:last-child):after {
content: ',';
color: #b5b5b5;
margin-right: 2px;
} .tb-catagory.tb-style2 .post-categories li {
margin-right: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-catagory.tb-style2 .post-categories li:last-child {
margin-right: 0;
}
.tb-catagory.tb-style2 .post-categories a {
font-size: 12px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
background-color: rgba(17, 17, 17, 0.3);
display: inline-block;
line-height: 1.4em;
padding: 2px 5px 1px;
border-radius: 2px;
}
.tb-catagory.tb-style2 .post-categories a:hover {
background-color: rgba(17, 17, 17, 0.6);
} .tb-post.tb-style3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tb-post.tb-style3 .tb-post-thumb {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
height: 75px;
width: 100px;
margin-right: 20px;
border-radius: 4px;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-post.tb-style3.tb-type1 .tb-post-thumb {
height: 90px;
margin-right: 10px;
}
.tb-post.tb-style3.tb-type1 .tb-post-title {
margin-bottom: -3px;
}
.tb-post.tb-style3.tb-type1 .tb-post-label.tb-style1 {
font-size: 13px;
}
.tb-post.tb-style3 .tb-post-thumb .tb-bg {
display: block;
height: 100%;
width: 100%;
}
.tb-post.tb-style3 .tb-post-thumb .tb-zoom-in1 {
height: 100%;
width: 100%;
}
.tb-post.tb-style3 a:hover {
color: rgba(17, 17, 17, 0.8);
}
.tb-post.tb-style3.tb-color1 a:hover {
color: #4ed55f;
}
.tb-post.tb-style3.tb-color2 a:hover {
color: #13ce66;
}
.tb-post.tb-style3.tb-color3 a:hover {
color: #5b51de;
}
.tb-post.tb-style3.tb-size1 .tb-post-label.tb-style1 span,
.tb-post.tb-style1 .tb-post-label.tb-style1 span {
font-size: 13px;
}
.tb-post.tb-style3.tb-size1 .tb-post-title {
margin-top: 7px;
margin-bottom: 2px;
}
.tb-post.tb-style3.tb-size1 .tb-post-title a {
color: inherit;
}
.sidebar-item .tb-post.tb-style3.tb-size1 .tb-post-title a {
margin-bottom: 6px;
}
.tb-post.tb-style3.tb-size1 .tb-post-title a:hover {
opacity: 0.7;
}
.tb-post.tb-style3.tb-size1 .tb-post-thumb {
height: 90px;
width: 90px;
margin-right: 12px;
margin-bottom: 0;
}
.tb-sidebar .tb-btn.tb-style2 {
width: 100%;
padding: 9px 0;
border-top: 1px solid #eaeaea;
}
.tb-post.tb-style3.tb-size2 {
max-width: 100%;
}
.tb-post.tb-style3.tb-size2 .tb-post-thumb {
height: 180px;
width: 300px;
}
.tb-post.tb-style3.tb-size3 .tb-post-thumb {
height: 80px;
width: 80px;
margin-right: 15px;
}
.tb-post.tb-style3.tb-size3 .tb-catagory a:not(:last-child):after {
top: -1px;
content: ',';
margin-left: 1px;
padding-right: 3px;
}
.tb-post-list.tb-style1 li {
border-bottom: 1px solid #eaeaea;
padding-bottom: 15px;
margin-bottom: 15px;
}
.tb-post-list.tb-style1 li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
@media screen and (max-width: 767px) {
.tb-post.tb-style3 {
max-width: 100%;
}
} .tb-post.tb-style4 {
position: relative;
min-height: 375px;
}
.tb-post.tb-style4 .tb-post-thumb {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.tb-post.tb-style4 .tb-post-info,
.tb-post.tb-style12 .tb-post-info {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .8));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, .8));
background: linear-gradient(transparent, rgba(0, 0, 0, .8));
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-left: 20px;
padding-right: 20px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding-top: 20px;
}
.tb-post.tb-style4 .tb-post-meta {
padding-left: 0;
padding-right: 0;
}
.tb-post.tb-style4 hr {
border-color: rgba(234, 234, 234, 0.4);
}
.tb-post.tb-style4 a:hover,
.tb-post.tb-style4 .tb-catagory a:hover {
color: rgba(255, 255, 255, 0.85);
}
.tb-post.tb-style4 .tb-post-title {
max-width: 600px;
}
.tb-post-label.tb-style1.tb-color1 span {
color: #fff;
}
.tb-post-label.tb-style1.tb-color1 span a:hover {
color: #fff;
}
.tb-post.tb-style4 .tb-post-label.tb-style1 {
color: rgba(255, 255, 255, 0.85);
} .tb-post.tb-style5 {
border: 1px solid #eaeaea;
border-radius: 5px;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-post.tb-style5:hover {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
}
.tb-post.tb-style5 .tb-post-info {
padding: 20px 25px 18px;
}
.tb-post.tb-style5.tb-type1 .tb-post-thumb {
height: initial;
}
.tb-post.tb-style5 .tb-blog-lavel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-post.tb-style5 .tb-blog-lavel a {
color: #6673c7;
}
.tb-post.tb-style5 .tb-blog-lavel span:not(:last-child) {
margin-right: 8px;
}
.tb-post.tb-style5 .tb-blog-lavel span:not(:last-child):after {
color: #b5b5b5;
content: '•';
margin-left: 7px;
}
.tb-post.tb-style5 .tb-catagory.tb-style1 .post-categories a {
text-transform: initial;
font-size: 14px;
font-weight: 500;
}
.tb-post.tb-color1 .tb-catagory.tb-style1 .post-categories a {
color: #6673c7;
}
.tb-post.tb-style5 .tb-post-title {
margin-bottom: 10px;
min-height: 63px;
}
.tb-post.tb-style5.tb-large-post .tb-post-title {
min-height: initial;
}
.tb-post.tb-style5.tb-large-post .tb-post-title {
margin-bottom: 7px;
}
.tb-post.tb-style5 .tb-post-info a:hover,
.tb-post.tb-color1 .tb-post-label.tb-style1 .tb-post-author-name:hover {
opacity: 0.8
}
.tb-post.tb-style5.tb-small-post .tb-post-title {
min-height: initial;
}
.tb-post.tb-style5.tb-small-post .tb-post-thumb {
height: 150px;
}
.tb-post.tb-style5.tb-small-post .tb-post-label.tb-style1 span:not(:last-child):after {
margin: 0 4px;
font-size: 14px;
}
.tb-post.tb-style5.tb-small-post .tb-post-label.tb-style1 {
font-size: 12px;
}
.tb-post.tb-style5.tb-small-post .tb-catagory.tb-style1 .post-categories a {
font-size: 12px;
} .tb-post.tb-style6 {
position: relative;
}
.tb-post.tb-style6 .tb-post-thumb {
height: 600px;
}
.tb-post.tb-style6 .tb-post-info {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .7)));
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .7));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, .7));
background: linear-gradient(transparent, rgba(0, 0, 0, .7));
padding: 30px 0 34px 0;
}
.tb-post.tb-style6 .tb-post-title {
color: #fff;
margin-bottom: 3px;
}
.tb-post.tb-style6.tb-type1 {
margin-left: 50px;
margin-right: 50px;
}
.tb-post.tb-style6.tb-type1 .container {
max-width: 100%;
}
.tb-post.tb-style6.tb-type1 .tb-post-info {
padding: 30px 35px 42px 35px;
}
.tb-post.tb-style6 .tb-catagory.tb-style1 .post-categories li {
color: #fff;
font-size: 16px;
text-transform: initial;
font-weight: 300;
} .tb-post.tb-style7 {
height: 700px;
position: relative;
}
.tb-post.tb-style7:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(17, 17, 17, 0.6);
}
.tb-post.tb-style7 .tb-post-thumb {
height: 100%;
width: 100%;
}
.tb-post.tb-style7 .tb-post-info {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
width: 100%;
padding: 30px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-width: 700px;
}
.tb-post.tb-style7 .tb-post-title a:hover {
color: #fff;
opacity: 0.7;
}
.tb-post.tb-style8 {
border-bottom: 1px solid #eaeaea;
}
.tb-post.tb-style8 .tb-zoom {
display: block;
border-radius: 4px;
height: 230px;
}
.tb-post.tb-style8 .tb-post-thumb {
height: 100%;
width: 100%;
}
.tb-post.tb-style8 .tb-post-label.tb-style1 a {
color: #222;
}
.tb-post.tb-style8 .tb-post-title a:hover,
.tb-post.tb-style10 .tb-post-title a:hover {
opacity: 0.8;
}
.tb-post.tb-style8.tb-large-post .tb-zoom {
height: 350px;
}
.tb-post.tb-style8.tb-small-post .tb-zoom {
height: 165px;
}
.tb-post.tb-style8.tb-large-post.tb-type1 .tb-zoom {
width: 570px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.tb-post.tb-style8.tb-small-post.tb-type1 .tb-zoom {
width: 370px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
height: 250px;
}
.tb-post.tb-style8.tb-type1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: none;
}
.tb-post.tb-style8.tb-type1:not(:last-child) {
margin-bottom: 40px;
}
.tb-post.tb-style8.tb-type1.tb-small-post:not(:last-child) {
margin-bottom: 30px;
}
.tb-post.tb-style8.tb-type1 .tb-post-info {
padding-left: 40px;
padding-top: 5px;
}
.tb-post.tb-style8.tb-type1.tb-small-post .tb-post-info {
padding-left: 20px;
}
.tb-post.tb-style8.tb-with-padd .tb-post-info {
padding: 0 5%;
}
.tb-post.tb-style8.tb-large-post.tb-with-padd .tb-post-info {
padding: 0 17%;
} .tb-post.tb-style9 {
position: relative;
}
.tb-post.tb-style8 .tb-zoom,
.tb-post.tb-style8 .tb-post-thumb,
.tb-post.tb-style9 .tb-zoom,
.tb-post.tb-style9 .tb-post-thumb,
.tb-post.tb-style10 .tb-post-thumb,
.tb-post.tb-style10 .tb-zoom,
.tb-post.tb-style11 .tb-post-thumb,
.tb-post.tb-style11 .tb-zoom,
.tb-post.tb-style12 .tb-post-thumb,
.tb-post.tb-style12 .tb-zoom,
.tb-post.tb-style13 .tb-post-thumb,
.tb-post.tb-style13 .tb-zoom {
-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.tb-post.tb-style9 .tb-zoom,
.tb-post.tb-style9 .tb-post-thumb {
height: 300px;
}
.tb-post.tb-style9 .tb-catagory.tb-style1 .post-categories a {
color: #5b51de;
}
.tb-post.tb-style9 .tb-catagory.tb-style1 .post-categories a:hover,
.tb-post.tb-style9 .tb-post-title a:hover,
.tb-post.tb-style13 .tb-post-title a:hover,
.tb-catagory.tb-style1.tb-color1 .post-categories a:hover {
opacity: 0.8;
}
.tb-post.tb-style9 .tb-post-video-btn.tb-style1 {
position: absolute;
bottom: 15px;
right: 15px;
}
.tb-post.tb-style9 .tb-post-title {
height: 33px;
overflow: hidden;
}
.tb-post-video-btn.tb-style1 {
height: 36px;
width: 36px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 22px;
padding-left: 2px;
}
.tb-post-video-btn.tb-style1:hover {
background-color: rgba(0, 0, 0, 0.9);
} .tb-post.tb-style10 .tb-post-thumb,
.tb-post.tb-style10 .tb-zoom {
height: 210px;
}
.tb-post.tb-style10 .tb-post-label.tb-style1 a {
color: #b5b5b5
}
.tb-post.tb-style10 .tb-post-label.tb-style1 a:hover {
color: #666;
}
.tb-post-style10-list {
padding: 0;
margin-bottom: 0;
list-style: none;
}
.tb-post-style10-list li {
margin-top: 30px;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
} .tb-post.tb-style11 .tb-post-thumb,
.tb-post.tb-style11 .tb-zoom {
height: 180px;
}
.tb-post.tb-style11 .tb-post-title {
margin-bottom: 2px;
} .tb-post.tb-style12 .tb-post-thumb,
.tb-post.tb-style12 .tb-zoom {
height: 220px;
}
.tb-post.tb-style12.tb-large-post .tb-post-thumb,
.tb-post.tb-style12.tb-large-post .tb-zoom {
height: 470px;
}
.tb-post.tb-style12 {
position: relative;
}
.tb-post.tb-style12 .tb-post-info {
padding: 30px;
border-radius: 4px;
}
.tb-post.tb-style12 .tb-post-title {
max-width: 95%;
}
.tb-post.tb-style12 .tb-catagory.tb-style1 .post-categories a {
color: #fff;
opacity: 0.7;
}
.tb-post.tb-style12 .tb-catagory.tb-style1 .post-categories a:hover {
opacity: 1;
}
.tb-post.tb-style12 .tb-post-title a:hover {
color: #fff;
opacity: 0.8;
} .tb-post.tb-style13 .tb-zoom,
.tb-post.tb-style13 .tb-post-thumb {
height: 420px;
}
.tb-post.tb-style13 .tb-zoom,
.tb-post.tb-style13 .tb-post-thumb {
height: 420px;
}
.tb-post.tb-style13.tb-large-post .tb-zoom,
.tb-post.tb-style13.tb-large-post .tb-post-thumb {
height: 500px;
}
.tb-post.tb-style13.tb-small-post .tb-zoom,
.tb-post.tb-style13.tb-small-post .tb-post-thumb {
height: 260px;
} .tb-study-info-wrap {
padding: 35px 30px 35px 30px;
}
.tb-case-user-logo {
margin-top: 5px;
margin-bottom: 25px;
}
.tb-study-info-list li:not(:last-child) {
margin-bottom: 19px;
}
.tb-study-info-title {
font-size: 14px;
font-family: inherit;
font-weight: 500;
margin-bottom: 4px;
line-height: 1.6em;
}
.tb-study-info {
font-size: 15px;
line-height: 1.5em;
word-break: break-all;
}
.tb-study-body h2 {
font-size: 32px;
margin: 0;
}
.tb-study-body .tb-section-heading>h2 {
margin-top: 0;
}
.tb-study-body p {
line-height: 1.6em;
font-size: 16px;
margin-bottom: 0px;
}
.tb-study-body img {
display: block;
}
.tb-study-body .tb-video-block.tb-style1 {
min-height: 450px;
height: 100%;
-webkit-box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}
.tb-study-body blockquote {
margin: 0;
font-size: 24px;
color: #b5b5b5;
line-height: 1.2em;
font-family: 'Circular', sans-serif;
}
.tb-study-body blockquote small {
display: block;
font-size: 14px;
color: #666;
line-height: 1.2em;
margin-top: 11px;
}
.tb-user-content,
.tb-post-label.tb-style1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-post.tb-style2 .tb-post-label.tb-style1 .tb-post-author-name a,
.tb-post.tb-style2 .tb-post-label.tb-style1 .tb-post-author-name a:hover {
color: #666;
font-weight: 300;
}
.tb-post.tb-style2 .tb-post-label.tb-style1 .tb-post-author-name:hover {
opacity: 1;
}
.tb-user-content span:not(:last-child):after,
.tb-post-label.tb-style1 span:not(:last-child):after {
content: '•';
color: #b5b5b5;
font-size: 18px;
line-height: 18px;
margin: 0 7px;
}
.tb-post-label.tb-style1 a {
position: relative;
display: inline-block;
}
.tb-post-label.tb-style1 a:hover {
opacity: 0.8;
}
@media screen and (max-width: 991px) {
.tb-post.tb-style6.tb-type1 {
margin-left: 30px;
margin-right: 30px;
}
.tb-post.tb-style6.tb-type1 .tb-post-info {
padding: 30px 15px 22px 15px;
}
.tb-post.tb-style8.tb-type1 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.tb-post.tb-style8.tb-type1 .tb-zoom,
.tb-post.tb-style8.tb-small-post.tb-type1 .tb-zoom {
width: 100%;
}
.tb-post.tb-style8.tb-type1 .tb-post-info,
.tb-post.tb-style8.tb-type1.tb-small-post .tb-post-info {
padding-left: 0;
padding-top: 20px;
}
.tb-post-style10-list li {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
}
}
@media screen and (max-width: 575px) {
.tb-post.tb-style7 {
height: 500px;
position: relative;
}
.tb-post.tb-style8.tb-large-post.tb-with-padd .tb-post-info,
.tb-post.tb-style8.tb-with-padd .tb-post-info {
padding: 0 20px;
}
.tb-post-style10-list li {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
}.tb-video-block.tb-style1 {
min-height: 330px;
height: 100%;
}
.tb-video-block.tb-style2 {
height: 475px;
position: relative;
padding: 10px;
background: #fff;
}
.tb-video-block.tb-style2.tb-type1 {
height: 370px;
}
.tb-video-block.tb-style2.tb-type1 .tb-video-block-half-bg {
position: absolute;
height: 50%;
width: 100vw;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
}
.tb-video-block.tb-style2.tb-type1 .tb-box-shadow2 {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.tb-video-block.tb-style2 .tb-bg {
height: 100%;
width: 100%;
}
.tb-video-block.tb-style2 .tb-play-btn.tb-style1 {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tb-video-block.tb-style3 .tb-bg,
.tb-video-block.tb-style4 .tb-bg {
height: 100%;
width: 100%;
position: absolute;
}
.tb-video-block.tb-style3 {
min-height: 350px;
height: 100%;
}
.tb-video-block.tb-style4 {
height: 540px;
} .tb-video-blog-text.tb-style1 {
width: 670px;
padding: 60px;
padding-top: 55px;
position: relative;
z-index: 2;
background: #fff;
min-height: 420px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .tb-play-btn.tb-style1 {
display: block;
width: 90px;
height: 90px;
border-radius: 50%;
opacity: 1;
background: rgba(0, 0, 0, 0.7);
border: 3px solid #fff;
position: relative;
z-index: 1;
}
.tb-play-btn.tb-style1:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-style: solid;
border-width: 17px 0 17px 30px;
border-color: transparent transparent transparent #fff;
margin-left: -12px;
margin-top: -17px;
}
.tb-play-btn.tb-style1:hover {
opacity: 0.8;
}
.tb-video-block.tb-style2 .tb-play-btn.tb-style2,
.tb-video-block.tb-style3 .tb-play-btn.tb-style2,
.tb-video-block.tb-style4 .tb-play-btn.tb-style2,
.tb-video-block.tb-style2 .tb-play-btn.tb-style3 {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
}
.tb-play-btn.tb-style2 {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-play-btn.tb-style2:hover,
.tb-play-btn.tb-style2:focus {
opacity: 0.7;
color: #fff;
}
.tb-play-btn.tb-style3 {
height: 80px;
width: 80px;
background: rgba(19, 206, 102, 0.9);
border-radius: 50%;
padding-left: 10px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-play-btn.tb-style3:hover {
background-color: #13ce66;
color: #fff;
}
.tb-video-block.tb-style3.tb-type1 {
position: relative;
top: -60px;
min-height: 520px;
}
.tb-video-block,
.tb-video-block .tb-bg {
position: relative;
}
.tb-video-block .tb-bg:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: rgba(34, 34, 34, 0.1);
left: 0;
top: 0;
z-index: 1;
}
.tb-video-block.tb-style5,
.tb-video-block-wrapper.tb-hover-layer {
border-radius: 5px;
min-height: 400px;
height: 100%;
-webkit-box-shadow: 0px 50px 30px -40px rgba(0, 0, 0, 0.1);
box-shadow: 0px 50px 30px -40px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
.tb-video-blog-text.tb-style1 {
width: 550px;
padding: 60px 30px;
}
}
@media screen and (max-width: 991px) {
.tb-video-block.tb-style3.tb-type1 {
top: 0;
}
.tb-video-blog-text.tb-style1 {
width: 100%;
}
.tb-video-block.tb-style4 {
height: 450px;
}
}
@media screen and (max-width: 767px) {
.tb-play-btn.tb-style1 {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.tb-video-block.tb-style1 {
margin-bottom: 30px;
}
}.tb-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
cursor: pointer;
overflow: hidden;
font-weight: 500;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: none;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.tb-btn:hover {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1),
0 3px 6px rgba(0, 0, 0, 0.08);
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.tb-btn span {
position: relative;
z-index: 2;
}
.tb-btn i {
margin-right: 10px;
}
.tb-btn.tb-style1 {
color: #222;
}
.tb-btn.tb-style1:hover {
-webkit-box-shadow: initial;
box-shadow: initial;
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
.tb-btn.tb-style1:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: #eaeaea;
}
.tb-btn.tb-style1:after {
content: "";
width: 100%;
position: absolute;
bottom: 0;
left: 0;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.tb-btn.tb-style1:hover:after {
opacity: 1;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.tb-btn.tb-style1:after {
height: 2px;
background-color: #b5b5b5;
}
.tb-btn.tb-style1.tb-type1 {
font-size: 12px;
line-height: 1.6em;
color: #d69b9a;
}
.tb-btn.tb-style1.tb-type1:before {
display: none;
}
.tb-btn.tb-style1.tb-type1:after {
background-color: #d69b9a;
}
.tb-btn.tb-style2 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tb-btn.tb-style2:hover {
color: #222;
-webkit-box-shadow: initial;
box-shadow: initial;
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
.tb-btn.tb-style2 i {
margin-left: 5px;
margin-right: 0;
font-size: 14px;
line-height: inherit;
}
.tb-btn.tb-style3,
.tb-btn.tb-style4,
.tb-btn.tb-style5,
.tb-btn.tb-style6,
.tb-btn.tb-style7,
.tb-btn.tb-style8 {
font-size: 15px;
border-radius: 4px;
}
.tb-btn.tb-style3,
.tb-btn.tb-style5 {
min-width: 150px;
padding: 0.7em 2.1em;
}
.tb-btn.tb-style4,
.tb-btn.tb-style6 {
padding: 0.8em 2.4em;
min-width: 180px;
}
.tb-btn.tb-style7 {
min-width: 150px;
padding: 0.65em 2.1em;
border: 1px solid #eaeaea;
}
.tb-btn.tb-style8 {
padding: 0.75em 2.4em;
min-width: 180px;
border: 1px solid #eaeaea;
}
.tb-btn.tb-style5,
.tb-btn.tb-style6,
.tb-btn.tb-btn-style.tb-btn-br50 {
border-radius: 1.6em;
}
.tb-btn.tb-btn-style.tb-btn-br4 {
border-radius: 4px;
}
.tb-btn i {
margin-right: 10px;
} .tb-btn.tb-color1 {
background-color: #fff;
color: #222;
}
.tb-btn.tb-color1:hover {
color: rgba(34, 34, 34, 0.8);
}
.tb-btn.tb-color2,
.tb-btn.tb-color3,
.tb-btn.tb-color4,
.tb-btn.tb-color6,
.tb-btn.tb-color8,
.tb-btn.tb-color9,
.tb-btn.tb-color10,
.tb-btn.tb-color11,
.tb-btn.tb-color12,
.tb-btn.tb-color13,
.tb-btn.tb-color14,
.tb-btn.tb-color15,
.tb-btn.tb-color16,
.tb-btn.tb-color17,
.tb-btn.tb-color18,
.tb-btn.tb-color19,
.tb-btn.tb-color20 {
color: #fff;
}
.tb-btn.tb-color2 {
background-color: #222;
}
.tb-btn.tb-color3 {
background-color: #488bf8;
}
.tb-btn.tb-color4 {
background-color: #5c6ac4;
}
.tb-btn.tb-color5 {
background-color: rgba(92, 106, 196, 0.1);
color: #5c6ac4;
}
.tb-btn.tb-color5:hover {
color: #fff;
background-color: #5c6ac4;
}
.tb-btn.tb-color6 {
background-color: #5752d0;
}
.tb-btn.tb-color7 {
color: #488bf8;
}
.tb-btn.tb-color8 {
background-color: #13ce66;
}
.tb-btn.tb-color9 {
background-color: #4ed55f;
}
.tb-btn.tb-color10 {
background-color: #5ac4f6;
}
.tb-btn.tb-color11 {
background-color: #485f95;
}
.tb-btn.tb-color12 {
background-color: #49c4f0;
}
.tb-btn.tb-color13 {
background-color: #4a7393;
}
.tb-btn.tb-color14 {
background-color: #f99205;
}
.tb-btn.tb-color15 {
background-color: #e4002b;
}
.tb-btn.tb-color16 {
background-color: #5c6ac4;
}
.tb-btn.tb-color17 {
background-color: #2e5bff;
}
.tb-btn.tb-color18 {
background-color: #6673c7;
}
.tb-btn.tb-color19 {
background-color: #62B0E2;
}
.tb-btn.tb-color20 {
background-color: #1db954;
}
.tb-btn.tb-color21:hover {
background-color: #1db954;
border-color: #1db954;
color: #fff;
}
.tb-btn.tb-color22 {
background-color: #f2f2f2;
color: #222;
}
.tb-btn.tb-color22:hover {
background-color: #eaeaea;
box-shadow: none;
}
.tb-newsletter.tb-style3 .tb-btn,
.tb-newsletter.tb-style5 .tb-btn,
.tb-newsletter.tb-style6 .tb-btn {
position: relative;
height: 40px;
}
.tb-newsletter.tb-style3 .tb-btn input,
.tb-newsletter.tb-style5 .tb-btn input,
.tb-newsletter.tb-style6 .tb-btn input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
cursor: pointer;
background: transparent;
border: none;
color: #fff;
}
.tb-newsletter.tb-style5 .tb-btn {
height: 30px;
padding: 0.4em 1.5em;
min-width: 120px;
font-size: 14px;
}
.tb-btn-group.tb-style1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -7px;
margin-right: -7px;
margin-top: -15px;
}
.tb-btn-group.tb-style1 .tb-btn {
margin: 0 7px;
margin-top: 15px;
}
.tb-btn.tb-style9,
.tb-btn.tb-style10 {
border: 1px solid #eaeaea;
min-width: 150px;
padding: 0.7em 2.1em;
font-size: 14px;
font-weight: 500;
color: #222;
line-height: 1.5em;
background-color: #fff;
}
.tb-btn.tb-style9 {
border-radius: 1.6em;
}
.tb-btn.tb-style10 {
border-radius: 4px;
}
.tb-btn.tb-style9:hover,
.tb-btn.tb-style10:hover {
border-color: transparent;
}
.tb-btn.tb-style11 {
font-size: 16px;
color: #222;
border: 2px solid #222;
min-width: 180px;
padding: 0.7em 2.1em;
}
.tb-btn.tb-style11:hover {
color: #fff;
background-color: #222;
}
.tb-btn.tb-style12 {
font-size: 12px;
text-transform: uppercase;
padding: 0.7em 2.1em;
border-radius: 4px;
}
.tb-btn-center {
position: relative;
left: 50%;
transform: translateX(-50%);
}
.tb-btn-center.tb-btn:hover {
transform: translate(-50%, -1px);
}
@media screen and (max-width: 767px) {
.tb-btn.tb-style11 {
padding: 0.6em 1.5em;
}
.tb-btn.tb-style4,
.tb-btn.tb-style6 {
padding: 0.77em 2em;
min-width: 150px;
}
.tb-btn.tb-style3,
.tb-btn.tb-style5 {
min-width: 140px;
padding: 0.65em 1.7em;
}
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.tb-shop-feature.tb-style1 {
margin-top: -30px;
min-height: 400px;
position: relative;
}
.tb-shop-feature.tb-style1 .tb-shop-feature {
position: relative;
}
.tb-shop-feature.tb-style1 .tb-shop-feature-text {
max-width: 590px;
}
.tb-shop-description {
line-height: 1.6em;
}
.tb-gallery-slider.tb-style1 {
position: absolute;
right: 0;
top: 0px;
height: calc(100% + 30px);
width: 470px;
}
.tb-gallery-slider.tb-style2 {
height: 580px;
margin: auto;
}
.tb-gallery-slider.tb-style2 .slick-wrapper,
.tb-gallery-slider.tb-style2 .slick-track,
.tb-gallery-slider.tb-style2 .slick-list,
.tb-gallery-slider.tb-style2 .slick-slide,
.tb-gallery-slider.tb-style2 .slick-slide>div,
.tb-gallery-slider.tb-style2 .slick-slide .slick-slide {
height: 100%;
}
.tb-gallery-slider-in {
height: 100%;
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tb-gallery-lg-img,
.tb-gallery-sm-img {
width: 55%;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.tb-gallery-lg-img {
height: 100%;
min-height: 400px;
}
.tb-gallery-sm-img {
height: 270px;
margin-left: 0px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}
.tb-gallery-slider.tb-style2 .slick-active .tb-gallery-sm-img,
.tb-gallery-slider.tb-style1 .slick-active .tb-gallery-sm-img {
margin-left: -10%;
}
.tb-gallery-slider .tb-slider,
.tb-gallery-slider .slick-container,
.tb-gallery-slider .slick-container .slick-list,
.tb-gallery-slider .slick-container .slick-track,
.tb-gallery-slider .slick-container .slick-slide>div,
.tb-gallery-slider .slick-container .slick-wrapper {
height: 100%;
}
@media screen and (max-width: 1199px) {
.tb-shop-feature.tb-style1 .tb-shop-feature-text {
max-width: 420px;
}
}
@media screen and (max-width: 991px) {
.tb-gallery-slider {
position: absolute;
height: calc(100% + 90px);
position: initial;
height: auto;
margin-top: 40px;
}
.tb-shop-feature.tb-style1 .tb-shop-feature-text {
max-width: 100%;
}
.tb-shap-animation-wrap.tb-style1 .tb-shap-animation-in {
transform: rotate(15deg) scale(0.4);
}
.tb-shap-animation-wrap.tb-style1 .tb-shap-animation2 span {
transform: rotate(15deg) scale(0.6);
}
.tb-shap-animation-wrap.tb-style1 .tb-shap-animation3 {
height: 300px;
width: 300px;
border-width: 12px;
right: -5%;
top: -79%;
}
.tb-shap-animation-wrap.tb-style1 .tb-shap-animation-in {
transform: rotate(15deg) scale(0.4);
}
.tb-shap-animation-wrap.tb-style1 .tb-shap-animation1 {
left: -15.5%;
top: -30%;
}
.tb-shap-animation-wrap.tb-style1 .tb-shap-animation2 {
left: 35.9%;
top: 2.1%;
}
}
@media screen and (max-width: 767px) {
.tb-gallery-slider {
width: 100%;
}
}
@media screen and (max-width: 575px) {
.tb-gallery-lg-img,
.tb-gallery-sm-img {
width: 180px;
}
.tb-gallery-slider.tb-style2 {
width: 370px;
}
}.hidden {
display: none;
}
.tb-slick-container {
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.tb-slick-container>div {
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 100%;
position: relative;
width: 100%;
cursor: url(//iinno-benelux.com/wp-content/themes/webify/assets/css/img/drag.png) 16 9, ew-resize !important;
}
.tb-slider {
position: relative;
}
.tb-slider.tb-style1 .tb-slick-inner-pad,
.tb-slider.tb-style4 .tb-slick-inner-pad,
.tb-slider.tb-style6 .tb-slick-inner-pad,
.tb-slider.tb-style8 .tb-slick-inner-pad,
.tb-slider.tb-style9 .tb-slick-inner-pad,
.tb-slider.tb-style10 .tb-slick-inner-pad {
padding: 0 15px;
}
.tb-slider.tb-style7 .tb-slick-inner-pad {
padding: 0 10px;
}
.tb-slider.tb-style1 .tb-slick-inner-pad-wrap,
.tb-slider.tb-style4 .tb-slick-inner-pad-wrap,
.tb-slider.tb-style6 .tb-slick-inner-pad-wrap,
.tb-slider.tb-style8 .tb-slick-inner-pad-wrap,
.tb-slider.tb-style10 .tb-slick-inner-pad-wrap {
width: calc(100% + 30px);
margin-left: -15px;
}
.tb-slider.tb-style7 .tb-slick-inner-pad-wrap {
width: calc(100% + 20px);
margin-left: -10px;
}
.tb-slider.tb-style2 .tb-slick-inner-pad {
padding: 0 5px;
}
.tb-slider.tb-style2 .tb-slick-inner-pad-wrap {
width: calc(100% + 10px);
margin-left: -5px;
}
.tb-slider.tb-style3 .tb-slick-inner-pad {
padding: 0 10px;
}
.tb-slider.tb-style3 .tb-slick-inner-pad-wrap {
width: calc(100% + 20px);
margin-left: -10px;
}
.tb-roadmap:before,
.tb-roadmap:after {
content: '';
position: absolute;
height: 20px;
width: 10%;
background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
background: -webkit-linear-gradient(left, #fff, transparent);
background: -o-linear-gradient(left, #fff, transparent);
background: linear-gradient(to right, #fff, transparent);
bottom: 32px;
z-index: 2;
}
.tb-roadmap:before {
left: 0px;
}
.tb-roadmap:after {
right: 0px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.tb-slider.tb-style4 {
padding: 0 65px;
}
.tb-slider.tb-style1.tb-type1:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: rgba(17, 17, 17, 0.8);
left: 0;
top: 0;
}  .swipe-arrow.tb-style1 i,
.swipe-arrow.tb-style3 i,
.swipe-arrow.tb-style5 i,
.swipe-arrow.tb-style6 i {
height: 48px;
width: 48px;
border-radius: 50%;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
color: #666666;
cursor: pointer;
position: absolute;
top: 50%;
margin-top: -24px;
z-index: 10;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
font-weight: bold;
border: 1px solid #eaeaea;
}
.swipe-arrow.tb-style3.tb-type1 i {
margin-top: -85px;
}
.swipe-arrow.tb-style6 i {
height: 38px;
width: 38px;
}
.swipe-arrow.tb-style1 .slick-arrow-left i {
left: -22px;
}
.swipe-arrow.tb-style1 .slick-arrow-right i {
right: -22px;
}
.swipe-arrow.tb-style3 .slick-arrow-left i {
left: 20px;
}
.swipe-arrow.tb-style3 .slick-arrow-right i {
right: 20px;
}
.swipe-arrow.tb-style5 .slick-arrow-left i {
left: 15px;
}
.swipe-arrow.tb-style5 .slick-arrow-right i {
right: 15px;
}
.swipe-arrow.tb-style6 .slick-arrow-left i {
left: 33.333333%;
margin-left: -10px;
}
.swipe-arrow.tb-style6 .slick-arrow-right i {
right: 33.333333%;
margin-right: -10px;
}
.swipe-arrow.tb-style1 i:hover,
.swipe-arrow.tb-style3 i:hover,
.swipe-arrow.tb-style5 i:hover,
.swipe-arrow.tb-style6 i:hover {
color: #222;
}
.tb-slider:hover .swipe-arrow.tb-style1 i,
.tb-slider:hover .swipe-arrow.tb-style3 i,
.tb-slider:hover .swipe-arrow.tb-style5 i,
.tb-slider:hover .swipe-arrow.tb-style6 i {
opacity: 1;
visibility: visible;
} .swipe-arrow.tb-style7 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 20px;
width: 50%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.swipe-arrow.tb-style2>div,
.swipe-arrow.tb-style7>div {
height: 36px;
width: 36px;
border-radius: 50%;
}
.swipe-arrow.tb-style7>div {
background-color: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px;
color: #666;
margin-right: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.swipe-arrow.tb-style7>div:hover {
color: #fff;
}
.swipe-arrow.tb-style7>div:focus {
outline: none;
} .swipe-arrow.tb-style2>div {
z-index: 5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: rgba(255, 255, 255, 0.9);
font-size: 20px;
background: rgba(1, 1, 1, 0.6);
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
opacity: 0;
font-size: 12px;
}
.tb-slider:hover .swipe-arrow.tb-style2>div {
opacity: 1;
}
.swipe-arrow.tb-style2 .slick-arrow-left {
left: 15px;
}
.swipe-arrow.tb-style2 .slick-arrow-right {
right: 15px;
}
.swipe-arrow.tb-style2>div:hover {
background: rgba(1, 1, 1, 0.9);
color: #fff;
} .swipe-arrow.tb-style4>div {
position: absolute;
top: 50%;
height: 22px;
width: 22px;
border: 2px solid #b5b5b5;
-webkit-transform: rotate(45deg) translateY(-50%);
-ms-transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%);
cursor: pointer;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 2px;
margin-top: -2px;
}
.swipe-arrow.tb-style4>div:hover {
border-color: #111;
}
.swipe-arrow.tb-style4>.slick-arrow-left {
left: 18px;
border-right: none;
border-top: none;
}
.swipe-arrow.tb-style4>.slick-arrow-right {
right: 35px;
border-left: none;
border-bottom: none;
}
.pagination.tb-style2,
.pagination.tb-style3 {
display: none;
}
.tb-overflow-hidden .tb-slider.tb-style1 {
width: calc(100% + 1px);
}  .tb-slider.tb-style5 .slick-wrapper { }
.tb-slider.tb-style5 .slick-slide .slick-slide {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: calc(100% - 60px);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin-top: 30px;
}
.tb-slider.tb-style5 .slick-center .slick-slide {
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
margin-top: 0;
height: 100%;
}
.tb-slider.tb-style5 .slick-slide-in-active .tb-bg {
height: 100%;
border-radius: 5px;
-webkit-box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
}
.tb-slider.tb-style5 .slick-slide {
height: 440px;
}
.tb-slider.tb-style5 .slick-slide>div {
height: 100%;
padding-top: 40px;
padding-bottom: 40px;
}
.tb-slider.tb-style5 .tb-bg {
height: 100%;
width: 100%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tb-slider.tb-style5 .slick-container {
width: 240%;
margin-left: -70%;
}
.tb-slider.tb-style5 {
margin-bottom: -40px;
margin-top: -40px;
overflow: hidden;
}
.tb-slider.tb-style5 .swipe-arrow.tb-style3 .slick-arrow-left i {
left: 5%;
}
.tb-slider.tb-style5 .swipe-arrow.tb-style3 .slick-arrow-right i {
right: 5%;
}
.tb-slider.tb-style5.tb-type1 .swipe-arrow.tb-style3 .slick-arrow-left i {
left: 10%;
margin-left: -24px;
}
.tb-slider.tb-style5.tb-type1 .swipe-arrow.tb-style3 .slick-arrow-right i {
right: 10%;
margin-right: -24px;
} .swipe-arrow.tb-style4>div:focus {
outline: none;
}
.tb-slider.tb-style6 .slick-container:before,
.tb-slider.tb-style6 .slick-container:after {
content: '';
position: absolute;
top: 0;
height: 100%;
width: calc(33.333333% + 12px);
background-color: #fff;
opacity: 0.7;
z-index: 2;
}
.tb-slider.tb-style6 .slick-container:before {
left: 0;
}
.tb-slider.tb-style6 .slick-container:after {
right: 0;
}
.tb-slider.tb-style8 .slick-wrapper {
margin-left: 20%;
}
.tb-slider.tb-style8 .slick-slide {
width: 60%;
}
.tb-slider.tb-style9 .slick-container {
padding: 30px 0;
margin-top: -30px;
margin-bottom: -30px;
}
.tb-slider.tb-style10 {
margin-left: 30px;
margin-right: 30px;
overflow: hidden;
}
.slick-wrapper.slick-dotted {
cursor: url(//iinno-benelux.com/wp-content/themes/webify/assets/img/drag.png) 16 9, ew-resize !important;
}
.pagination.tb-style3 .slick-dots,
.pagination.tb-style2 .slick-dots,
.pagination.tb-style1 .slick-dots {
margin: 0;
padding: 0;
list-style: none;
display: flex !important;
}
.pagination.tb-style3 .slick-dots li,
.pagination.tb-style2 .slick-dots li,
.pagination.tb-style1 .slick-dots li {
height: 12px;
width: 12px;
border-radius: 2px;
overflow: hidden;
background: #eaeaea;
margin: 5px 5px 0;
opacity: 1;
}
.pagination.tb-style3 .slick-dots li.slick-active,
.pagination.tb-style2 .slick-dots li.slick-active,
.pagination.tb-style1 .slick-dots li.slick-active {
background: #666;
opacity: 1;
}
.pagination.tb-style3 .slick-dots button,
.pagination.tb-style2 .slick-dots button,
.pagination.tb-style1 .slick-dots button {
display: none;
}
@media screen and (min-width: 1200px) {
.tb-slider.tb-style10 .slick-track>.slick-slide>div {
width: 80%;
transition: all 0.5s ease;
}
.tb-slider.tb-style10 .slick-track>.slick-center.slick-slide>div {
width: 140%;
margin-left: -20%;
}
.tb-slider.tb-style10 .slick-track>.slick-center+.slick-slide>div {
width: 80%;
margin-left: 20%;
}
.tb-slider.tb-style9 .slick-dotted .slick-track {
margin-left: 12.5%;
}
}
@media screen and (max-width: 991px) {
.tb-slider.tb-style6 .slick-container:before,
.tb-slider.tb-style6 .slick-container:after {
display: none;
}
}
@media screen and (max-width: 767px) {
.tb-mobile-padd15 {
padding: 0 15px;
}
.pagination.tb-style1.hidden {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 25px;
position: relative;
z-index: 2;
}
.pagination.tb-style2.hidden {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
z-index: 2;
position: absolute;
bottom: 25px;
left: 0;
width: 100%;
}
.slick-pagination-bullet {
height: 12px;
width: 12px;
border-radius: 2px;
overflow: hidden;
background: #eaeaea;
margin: 5px 5px 0;
opacity: 1;
}
.slick-pagination-bullet:focus {
outline: none;
}
.slick-pagination-bullet.slick-pagination-bullet-active {
background: #666;
opacity: 1;
}
.swipe-arrow.tb-style1,
.swipe-arrow.tb-style2,
.swipe-arrow.tb-style3,
.swipe-arrow.tb-style5,
.swipe-arrow.tb-style6,
.swipe-arrow.tb-style7 {
display: none;
}
.pagination.tb-style1.tb-type1 {
padding-bottom: 30px;
width: 100%;
padding-top: 30px;
margin-top: 0;
}
.pagination.hidden.tb-mobile-hidden {
display: none;
}
.pagination.tb-style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 10px;
}
.pagination.tb-style3 {
position: absolute;
bottom: 60px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
display: block;
}
.tb-style4 .pagination.tb-style3 {
display: none;
}
}
@media screen and (max-width: 575px) {
.tb-slider.tb-style8 .slick-wrapper {
margin-left: 0;
}
.tb-slider.tb-style8 .slick-slide,
.tb-slider.tb-style9 .slick-slide {
width: 100%;
}
.tb-slider.tb-style8 .tb-slick-inner-pad-wrap,
.tb-slider.tb-style9 .tb-slick-inner-pad-wrap {
width: 100%;
margin-left: 0;
}
}.tb-image-box.tb-style1 .tb-image {
height: 400px;
}
.tb-image-box .tb-bg {
height: 100%;
width: 100%;
}
.tb-image-box.tb-style1 h3,
.tb-image-box.tb-style4 h3 {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-image-box.tb-style1 h3 {
padding-bottom: 5px;
}
.tb-slider.tb-style1.tb-color1 .tb-image-box.tb-style1:hover h3 {
color: #13ce66;
}
.tb-image-box.tb-style1.tb-type1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
height: 550px;
}
.tb-image-box.tb-style1.tb-type1 .tb-image {
width: 100%;
}
.tb-image-box.tb-style1.tb-size1 .tb-image {
height: 390px;
}
.tb-image-box.tb-style1.tb-size2 .tb-image {
height: 550px;
}
.tb-image-box.tb-style1.tb-size3 .tb-image {
height: 250px;
}
.tb-image-box.tb-style1.tb-size4 .tb-image {
height: 450px;
}
.tb-image-box.tb-style1.tb-size5 .tb-image {
height: 300px;
} .tb-image-box.tb-style2 .tb-image-meta {
padding: 20px;
}
.tb-image-box.tb-style2 .tb-image-meta a:hover {
opacity: 0.8
}
.tb-image-box.tb-style2.tb-height1 .tb-bg,
.tb-image-box.tb-style5.tb-height1 .tb-bg {
height: 540px;
}
.tb-image-box.tb-style2.tb-height2 .tb-bg,
.tb-image-box.tb-style5.tb-height2 .tb-bg {
height: 255px;
}
.tb-image-box.tb-style2.tb-type1.tb-height1 .tb-bg {
height: 460px;
}
.tb-image-box.tb-style2.tb-type1.tb-height2 .tb-bg {
height: 175px;
}
.tb-image-box.tb-style2.tb-height3 .tb-bg {
height: 210px;
}
.tb-image-box.tb-style2.tb-height4 .tb-bg {
height: 350px;
}
.tb-image-box.tb-style2.tb-height5 .tb-bg {
height: 300px;
}
.tb-image-box.tb-style2.tb-height6 .tb-bg {
height: 700px;
}
.tb-image-box.tb-style2.tb-height7 .tb-bg {
height: 400px;
}
.tb-image-box.tb-style2.tb-height8 .tb-bg {
height: 600px;
}
.tb-image-box.tb-style2.tb-height9 .tb-bg {
height: 800px;
} .tb-image-box.tb-style3 .tb-image {
height: 155px;
border-radius: 4px 4px 0 0;
}
.tb-image-box.tb-style3:hover a {
color: #13ce66;
}
.tb-image-box.tb-style3 .tb-image-meta {
padding: 30px;
padding-bottom: 40px;
}
.tb-image-box.tb-style3 .tb-list li {
position: relative;
padding-left: 25px;
margin-bottom: 8px;
}
.tb-image-box.tb-style3 .tb-list li:last-child {
margin-bottom: 0;
}
.tb-image-box.tb-style3 .tb-list li i {
position: absolute;
top: 5px;
left: 0;
color: #00c853;
}
.tb-image-box.tb-style3 .tb-image-box-btn {
padding: 13px 30px;
border-top: 1px solid #eaeaea;
} .tb-image-box.tb-style4 .tb-image {
height: 245px;
}
.tb-image-box.tb-style4 .tb-image-meta,
.tb-image-box.tb-style4 .tb-image-box-btn {
padding: 0 30px;
}
.tb-image-box.tb-style4 {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: #fff;
}
.tb-image-box.tb-style4:hover {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
}
.tb-image-box.tb-style4:hover h3 {
color: #5c6ac4;
}
.tb-image-box.tb-style4.tb-type1 .tb-image {
height: 200px;
}
.tb-image-box.tb-style4.tb-type1 .tb-image-meta {
padding: 0 15px;
}
.tb-image-box.tb-style4.tb-type1:hover h3 {
color: #222;
}
.tb-image-box.tb-style2 .tb-image-link {
position: relative;
display: block;
overflow: hidden;
}
.tb-image-box.tb-style2 .tb-image-link:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 1;
background: #000;
opacity: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-image-box.tb-style2 .tb-image-link:hover:before {
opacity: 0.5
}
.tb-image-box.tb-style2 img {
width: 0;
} .tb-image-box6-wrap {
border: 1px solid #eaeaea;
border-radius: 4px;
overflow: hidden;
}
.tb-image-box.tb-style6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 20px;
border-bottom: 1px solid #eaeaea;
}
.tb-image-box6-wrap .tb-image-box.tb-style6:last-child {
border-bottom: none;
}
.tb-image-box.tb-style6:hover {
background-color: #fbfbfb;
}
.tb-image-box.tb-style6 .tb-image {
width: 160px;
height: 160px;
overflow: hidden;
margin-right: 20px;
}
.tb-image-box.tb-style6 .tb-image-in {
width: 100%;
min-height: 125px;
height: 100%;
}
.tb-image-box.tb-style6 .tb-image-box-meta {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
}
.tb-image-box.tb-style6:first-child .tb-image-box-meta {
border-top: none;
}
.tb-image-box.tb-style6 .tb-image-box-text-in {
padding-right: 20px;
max-width: 700px;
}
.tb-image-box.tb-style6 .tb-image-box-info {
width: 100%;
}
.tb-image-box.tb-style6 .tb-image-box-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tb-image-box.tb-style6 .tb-btn {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-image-box.tb-style6:hover .tb-btn {
background-color: #1db954;
border-color: #1db954;
color: #fff;
}
.tb-image-box.tb-style7,
.tb-image-box.tb-style8 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tb-image-box.tb-style7 img,
.tb-image-box.tb-style8 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.tb-image-box.tb-style7 .tb-image-box-img,
.tb-image-box.tb-style8 .tb-image-box-img {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
}
.tb-image-box.tb-style8 .tb-play-btn.tb-style1 {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tb-image-box.tb-style7 .tb-image-box-text,
.tb-image-box.tb-style8 .tb-image-box-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fafafa;
}
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 100px;
width: 100%;
}
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 0 20%;
}
.tb-image-box.tb-style7 .tb-image-box-title,
.tb-image-box.tb-style8 .tb-image-box-title {
font-size: 48px;
font-weight: 700;
margin-bottom: 18px;
}
.tb-image-box.tb-style7 .tb-image-box-subtitle,
.tb-image-box.tb-style8 .tb-image-box-subtitle {
font-size: 16px;
line-height: 1.6em;
margin-bottom: 35px;
max-width: 560px;
}
@media screen and (max-width: 1500px) {
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 100px;
}
}
@media screen and (max-width: 1199px) {
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 50px;
}
}
@media screen and (max-width: 991px) {
.tb-image-box.tb-style7 .tb-image-box-title,
.tb-image-box.tb-style8 .tb-image-box-title {
font-size: 35px;
}
.tb-image-box.tb-style7 .tb-image-box-subtitle,
.tb-image-box.tb-style8 .tb-image-box-subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.tb-image-box.tb-style6 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style6 .tb-image-box-meta {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
padding-top: 15px;
}
.tb-image-box.tb-style6 .tb-image-box-text {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style6 .tb-image-box-btn {
margin-top: 20px;
}
.tb-image-box.tb-style6 .tb-image-box-info {
padding-right: 0;
}
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 30px 30px 40px;
}
}
@media screen and (max-width: 575px) {
.tb-image-box.tb-style1.tb-type1 {
height: 400px;
}
.tb-image-box.tb-style1.tb-size1 .tb-image,
.tb-image-box.tb-style1.tb-size2 .tb-image,
.tb-image-box.tb-style1.tb-size3 .tb-image,
.tb-image-box.tb-style1.tb-size4 .tb-image,
.tb-image-box.tb-style1.tb-size5 .tb-image {
height: 100%;
}
.tb-image-box.tb-style8,
.tb-image-box.tb-style7 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style8 {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.tb-image-box.tb-style7 .tb-image-box-img,
.tb-image-box.tb-style8 .tb-image-box-img,
.tb-image-box.tb-style7 .tb-image-box-text,
.tb-image-box.tb-style8 .tb-image-box-text {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}