.btn-zoom {
transform: scale(0.9)!important;
transition: transform .5s ease-out!important;
}
.btn-zoom.start-zoom {
transform: scale(1)!important;
transition: transform .5s ease-out!important;
}.has-purple-color {
color: #332e54 !important;
}
.has-purple-background-color {
background-color: #332e54;
}
.has-orange-color {
color: #f7882f !important;
}
.has-orange-background-color {
background-color: #f7882f;
}
.has-black-color {
color: #000 !important;
}
.has-black-background-color {
background-color: #000;
}
.has-gray-color {
color: #f4f4f4 !important;
}
.has-gray-background-color {
background-color: #f4f4f4;
}
.has-red-color {
color: #ef3737 !important;
}
.has-red-background-color {
background-color: #ef3737;
}
.has-red-light-color {
color: #fa5d49 !important;
}
.has-red-light-background-color {
background-color: #fa5d49;
}
.has-red-dark-color {
color: #aa0511 !important;
}
.has-red-dark-background-color {
background-color: #aa0511;
}
.asl-product__column_1 figure, .asl-product__column_1 img {
width: 100%;
}.product-image-container img,.product_block.color {
border: 3px solid rgba(250, 93, 73, .6);
box-shadow: none;
}
.label-wrap{
display:flex;
justify-content:center;
}
.product_wrap.product_wrap-oc  .meta{
margin-top: 50px;
}
.old-count .product_block{
position: relative;
padding-top: 60px;
}
.old-count .count-o{
position: absolute;
top: -20px;
left: -20px;
height: 40px;
width: 40px;
background: #ffffff;
color: #fa5d49;
border: 1px solid #fa5d49;
text-align: center;
line-height: 40px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.old-count .product_block .label{
text-transform: uppercase;
position: absolute;
top: -22px;
left: 50%;
transform: translateX(-50%);
color: #fa5d49;
background: #ffffff;
border: 1px solid #fa5d49;
}
.product_block {
position: relative;
padding: 1em 1.5em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 5px 0 hsla(0,0%,56%,.5);
box-shadow: 0 0 5px 0 hsla(0,0%,56%,.5);
background-color: #fff; margin: 3.5em auto 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
*, :after, :before {
border: 0 solid;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.btn-size-normal {
padding: .375rem .75rem;
font-size: 14px!important;
line-height: 1.5;
border-radius: .25rem;
}
.btn, .comment-respond .form-submit input {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
background: #5a80b1;
color: #fff;
text-decoration: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.product_wrap .product_block:before {
position: absolute;
content: "";
display: block;
height: 1px;
width: 89px;
left: 50%;
transform: translateX(-50%);
margin: -6em auto 0;
background-color: #aa0511;
opacity: .2;
}
.product_block .label {
font-weight: 700;
font-style: normal;
display: inline-block;
position: absolute;
top: -14px;
font-size: 16px;
font-family: sans-serif;
left: -16px;
margin: 0;
padding: 9px 16px 8px 14px;
color: #fff;
background-color: #fa5d49;
-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
border-radius: 4px;
}
.product_block-2__label{
color: #fff;
font-size: 14px;
font-weight: 700;
word-wrap: normal;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
line-height: 1;
padding: 4px 20px 4px 30px;
position: absolute;
top: 20px;
left: -12px;
text-transform: uppercase;
background: #F47555;
border: 2px solid #F47555;
clear: both;
}
.product_block-2__label:before{
display: block;
width: 10px;
height: 0px;
position: absolute;
bottom: -15px;
left: -3px;
content: "";
border-bottom: 13px solid transparent;
border-right: 9px solid #9E4833;
}
.product_block-2__label:after{
content: "";
position: absolute;
display: block;
border: 12.8px solid;
border-color: #F47555 transparent #F47555 transparent;
right: -14px;
top: -2px;
}
body .product_block-2__column-content ul{
margin: 0;
padding-bottom: 0;
color: rgb(93, 148, 184);
}
.product_block-2__column-content ul li{
font-size: 16px;
color: #222;
font-weight: 300;
line-height: 1.3;
}
.product_block-2__column-content ul li:before{
background: #aa0511;
}
.product_block-2__column-content2 ul li span{
font-size: 16px;
color: #000;
font-weight: 300;
line-height: 1.5;
}
.review h4 {
font-weight: 700;
font-style: normal;
margin: 20px 0 16px;
}
.product_block .group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: .5em 0 0;
}
.product_block .product-image {
flex-shrink: 0;
margin-top: 1em;
}
.product_block .product-image-link {
display: block;
}
img {
height: auto;
}
.product_block img {
max-width: 100%;
height: auto;
display: block;
vertical-align: bottom;
}
img {
border-style: none;
}
.product_block .group .meta {
max-width: 100%;
}
.product_wrap {
max-width: 700px;
margin: auto;
padding: 20px;
}
.product_block .group .product-name a {
font-weight: 700;
font-style: normal;
margin-bottom: .5em;
border: none;
padding-top: 0;
font-size: 20px;
color: #428bca;
text-decoration: none;
box-shadow: none;
font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
transition: .25s all ease;
}
.product_block .group .product-name a:hover{
color: #e66212;
}
.product_block .group .product-name a h2 {
font-size: inherit;
font-weight: inherit;
}
.review h3 {
font-weight: 700;
font-style: normal;
border-top: 1px solid #d7d7d7;
padding-top: 5px;
margin: 30px 0 20px;
}
.product_block .group .product-link {
text-decoration: none;
border-bottom: 1px solid #ef3737;
color: #ef3737;
}
.main .product-link:link, .main .product-link:visited {
color: #ef3737;
}
.main .product-link {
font-weight: 700;
font-style: normal;
line-height: normal;
text-decoration: underline;
}
.product_block .group .title {
font-weight: 600;
font-style: normal;
color: #000;
}
.product_block .group .title a {
text-decoration: none;
color: #000000;
box-shadow: none;
font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.description{
font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5;
}
.product_block .group .description {
font-size: 16px;
line-height: 20px;
font-weight: 500;
font-style: normal;
color: #000;
margin-bottom: 0;
padding-bottom: .75em;
}
.product_block .group .product-pricebox {
margin-top: 14px;
}
.pulses {
display: block;
cursor: pointer;
box-shadow: 0 0 0 rgba(250, 93, 73, 0.4);
animation: pulses 1s infinite;
}
.pulses:hover {
animation: none;
}
@keyframes pulses {
0% {
-moz-box-shadow: 0 0 0 0 rgba(250, 93, 73, 0.8);
box-shadow: 0 0 0 0 rgba(250, 93, 73, 0.8);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(250, 93, 73, 0);
box-shadow: 0 0 0 10px rgba(250, 93, 73, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(250, 93, 73, 0);
box-shadow: 0 0 0 0 rgba(250, 93, 73, 0);
}
}
.product-pricebox-sources{
position: relative;
}
.product-pricebox-sources p{
position: absolute;
top: 10px;
left: -40px;
}
.btn-box{
margin-top: 30px;
}
.btn-box .btn{
font-weight: 600;
}
.btn-zoom{
-webkit-transition: transform .5s ease-out;
-moz-transition: transform .5s ease-out;
-ms-transition: transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.btn-zoom.start-zoom{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: transform .5s ease-out;
-moz-transition: transform .5s ease-out;
-ms-transition: transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
}
.product-pricebox-sources .btn-box a:hover{
opacity: 0.8;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}
.product_block .group .source-btn {
font-size: 16px;
line-height: 19px;
font-weight: 700;
font-style: normal;
width: 100%;
padding: 8px 16px 11px;
border-radius: 7px;
border: 0;
background-color: #ee5a5a;
-webkit-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
}
.product_block .group .source-btn:hover {
background-color: #ef3737;
color: #fff;
}
.product_block.color .pointer {
bottom: -46px;
}
.product_block .pointer {
position: absolute;
width: 40px;
height: 40px;
overflow: hidden;
left: 12px;
bottom: -40px;
}
.product_block.color .pointer:after {
background-color: #6085ff;
}
.product_block .pointer:after {
content: "";
position: absolute;
width: 20px;
height: 20px;
background-color: #fff;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
top: -10px;
left: 12px;
-webkit-box-shadow: -1px -1px 5px -2px rgba(0,0,0,.5);
box-shadow: -1px -1px 5px -2px rgba(0,0,0,.5);
}
.product_wrap-2{
max-width: 700px;
margin: 0 auto;
padding: 20px;
}
.product_block-2.color {
border: 3px solid rgba(250, 93, 73, .6);
}
.product_block-2__bar.color{
border-color: rgba(250, 93, 73, .6);
}
.product_block-2 {
display: flex;
flex-wrap: wrap;
border: 3px solid #222;
border-radius: 10px;
text-decoration: none;
flex-wrap: wrap;
padding: 10px 10px;
background-color: #fff;
position: relative;
}
.product-flex{
display: flex;
flex-direction: column;
}
.product_block-2__column-image{
width: 35%;
order: 3;
margin: auto;
}
.product_block-count{
position: absolute;
left: -25px;
top: -14px;
z-index: 100;
background: #fff;
height: 50px;
width: 50px;
text-align: center;
line-height: 45px;
border-radius: 10em;
font-size: 22px;
font-weight: 900;
color: #fa5d49;
border: 2px solid #fa5d49;
}
.product_wrap-oc .product_block-wrapper{
margin-top: 50px;
}
.product_wrap-oc .product_block{
padding: 0;
}
.product_wrap-oc .product_block.color{
border: 4px solid #fa5d49;
box-shadow: none;
}
.product_wrap-oc .product_block.color .label{
border-radius: 4px 4px 0 0 ;
}
.product_wrap-oc .label{
font-weight: 700;
text-transform: uppercase;
position: absolute;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-size: 16px;
top: -4px;
left: -4px;
right: -4px;
text-align: center;
padding: 0;
display: block;
border-radius: 10px 10px 0 0;
}
.product_wrap-2-nc .product_block-2{
padding: 0 20px 20px;
}
.product_wrap-2-nc .product_block-2__label-wrap{
display: block;
margin: auto;
width: 100%;
text-align: center;
}
.product_wrap-2-nc .product_block-2__label{
color: #fff;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
font-size: 16px;
font-weight: 700;
word-wrap: normal;
padding: 9px 30px;
position: static;
background: #222;
text-align: center;
display: inline-block;
border-color: transparent;
}
.product_wrap-2-nc .product_block-2__label.color{
background:rgba(250,93,73,.6);
border: 0;
vertical-align: bottom;
}
.product_block-new__count.color{
border-color: rgba(250,93,73,.6);
color: #f47555;
}
.product_wrap-2-nc .product_block-2__label::after ,.product_wrap-2-nc .product_block-2__label::before{
display: none!important;
}
.product_block-new__count{
position: absolute;
left: -25px;
top: -15px;
background: #fff;
border: 2px solid #000;
border-radius: 10em;
height: 50px;
width: 50px;
display: flex;
margin: auto;
justify-content: center;
align-items: center;
font-weight: 800;
font-size: 22px;
}
.product-image-container img{
margin: 40px auto 10px;
display: block;
height: auto;
width: 100%;
mix-blend-mode: multiply;
border: none;
}
.btn-box .btn_item__button{
background-color: #D33;
text-decoration: none;
text-transform: uppercase;
color: #fff;
font-weight: 600;
font-size: 14px;
letter-spacing: .2px;
line-height: 35px;
border-radius: 6px;
height: 35px;
max-width: 100%;
width: 100%;
text-align: center;
transition: .2s linear;
-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.3);
-moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,.3);
box-shadow: 0 2px 1px 0 rgba(0,0,0,.3);
display: block;
margin: 10px auto 10px;
}
.product_block-2__column-content{
width: 55%;
order: 4;
font-size: 16px;
padding-left: 0;
padding-right: 0;
align-items: center;
color: black;
margin: auto 10px;
}
.product_block-2__bar{
border-top: 3px solid #182733;
width: 25%;
line-height:0;
margin: 14px 0px;
font-size: 0 ;
}
.product_block-2__title{
font-size: 20px;
color: #182733;
font-weight: 600;
padding: 0 0 5px 0;
order: 2;
width: 100%;
text-align: left;
line-height: 1.2;
}
.product_block-2__title a {
text-decoration: none
}
.product_block-2__title a:hover {
color: #e66212
}
.product_block-2__title h2 {
-webkit-text-fill-color: transparent;
background: -webkit-linear-gradient(#1c8ad1, #0f537e);
-webkit-background-clip: text;
color: #182733;
display: initial;
font-size: 20px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 5px;
order: 2;
padding: 0;
text-align: left;
transition: all .2s;
width: 100%
}
.product_block-2__title h2:hover {
-webkit-text-fill-color: initial;
-webkit-background-clip: initial;
background: transparent;
color: #e66212
}
.product_block-2__specs{
font-size: 20px;
color: #182733;
font-weight: bold;
padding: 5px 0 5px 0;
text-transform: uppercase;
background: -webkit-linear-gradient(#1C8AD1,#0F537E);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.product_block-2__column-content p{
font-size: 16px;
color: #000;
font-weight: 300;
}
.product_wrap-oc .product_block-inner{
padding: 0 20px 20px;
}
@media screen and (max-width: 840px){
.product_block-2 {
flex-wrap: wrap;
padding: 15px;
}
.btn-box .btn_item__button{
max-width: 80%;
}
.product_block-2__column-image {
order: 3;
width: 100%;
}
.product-image-container img {
max-width: 240px;
margin-top: 45px;
}
.product_block-2__column-content{
order: 4;
justify-content: center;
width: 100%;
text-align: left;
margin: 0 0 0 0;
text-align: left;
padding: 0 15px;
}
}
@media (min-width: 48em){
.product_wrap .product_block {
margin-top: 100px;
}
.review h4 {
font-size: 1.25rem;
line-height: 22px;
margin-top: 25px;
}
.review h3 {
font-size: 24px;
line-height: 26px;
margin: 40px 0 30px;
padding-top: 10px;
}
}
@media (min-width: 30em){
.product_block .group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: .2em;
}
.product_block .product-image {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
align-self: center;
margin-top: 0;
}
.product_block .group .meta {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 1.5em;
}
.product_block .group .product-name {
font-size: 20px;
line-height: 26px;
margin: 0 0 6px;
}
.product_block .group .title {
font-size: 16px;
line-height: 24px;
margin: 0 0 22px;
}
}
hr {
border: none; background-color: #5b81af; height: 8px; }
@media(max-width: 480px){
.product_block-new__count{
position: absolute;
left: -15px;
top: -10px;
background: #fff;
border: 2px solid #000;
border-radius: 10em;
height: 35px;
width: 35px;
display: flex;
margin: auto;
justify-content: center;
align-items: center;
font-weight: 800;
font-size: 22px;
}
.product_block-2__column-content p{
font-size: 18px;
}
.btn-size-normal {
padding: .375rem .75rem;
font-size: 0.8rem;
line-height: 1.5;
border-radius: .25rem;
}
.product_block .group .description {
font-size: 18px;
line-height: 20px;
font-weight: 500;
font-style: normal;
color: #000;
margin-bottom: 0;
padding-bottom: .75em;
}
.product_wrap-oc .product_block-wrapper{
padding: 0 30px;
}
.product_wrap-oc .product_block-inner{
padding: 0;
}
.product_block-count {
position: absolute;
left: -15px;
top: -15px;
z-index: 100;
background: #fff;
height: 40px;
width: 40px;
text-align: center;
line-height: 39px;
border-radius: 10em;
font-size: 20px;
font-weight: 900;
color: #fa5d49;
border: 2px solid #fa5d49;
}
}
@media(max-width: 580px){
.product_block .label{
font-size: 16px;
}
.product_wrap-2-nc .product_block-2__label{
padding: 9px 25px;
}
.product_wrap-oc .label{
padding: 9px;
}
.product_block .product-image{
margin-top: 70px;
}
.product_wrap-2, .product_wrap{
padding-left: 0;
padding-right: 0;
}
.product_block-inner .group{
flex-direction: column;
}
.btn-size-normal {
padding: .375rem .75rem;
font-size: 0.8rem;
line-height: 1.5;
border-radius: .25rem;
}
.product_block .group .description {  font-weight: 500;
font-style: normal;
color: #000;
margin-bottom: 0;
padding-bottom: .75em;
}
}
@media (min-width: 769px) and (max-width: 930px){
.product_block-inner .group{
flex-direction: row;
}
.btn-size-normal {
padding: .375rem .75rem;
font-size: 0.8rem;
line-height: 1.5;
border-radius: .25rem;
}
.product_block .group .description {
font-size: 16px;
line-height: 20px;
font-weight: 500;
font-style: normal;
color: #000;
margin-bottom: 0;
padding-bottom: .75em;
}
}
@media (max-width: 480px) {
.old-count .product_block .label{
left: initial;
transform: none;
}
.product_block-new__count{
left: -20px;
top: -10px;
}
.product_wrap-oc .label{
padding: 5px;
}
}.b-stickers{
margin: auto;
width: fit-content;
}
.b-stickers:after, .b-stickers:before {
content: " ";
display: table;
clear: both;
}
.b-sticker.first {
margin-left: -22px;
}
.b-sticker {
float: left;
position: relative;
width: 233px;
height: 233px;
padding: 30px;
text-align: center;
font-style: italic;
font-family: Georgia,sans-serif;
line-height: 1.2em;
box-sizing: border-box;
transition: margin .5s;
font-size: 16px;
margin-left: -29px;
background-size: cover!important;
}
.b-sticker.sticker-green {
color: #336071;
background-repeat: no-repeat;
background-image: url(//zaimi.tv/wp-content/plugins/product-item/i/green.png);
background-image: url(//zaimi.tv/wp-content/plugins/product-item/i/green.webp);
}
.b-sticker.sticker-orange {
color: #336071;
background-repeat: no-repeat;
background-image: url(//zaimi.tv/wp-content/plugins/product-item/i/orange.png);
background-image: url(//zaimi.tv/wp-content/plugins/product-item/i/orange.webp);
}
.b-sticker.sticker-blue {
color: #336071;
background-repeat: no-repeat;
background-image: url(//zaimi.tv/wp-content/plugins/product-item/i/blue.png);
background-image: url(//zaimi.tv/wp-content/plugins/product-item/i/blue.webp);
}
.b-stickers .b-sticker .wrap-stick {
width: 186px;
height: 186px;
margin-left: 10px;
display: table-cell;
vertical-align: middle;
}
@media only screen and (min-width: 992px) {
.l-block, .l-book-card .l-book-stickers, .l-book-card .l-book-tags {
display: block;
width: 51%;
float: left;
}
}
@media only screen and (min-width: 992px) {
.l-book-card .l-book-stickers {
padding: 0;
}
}
@media only screen and (min-width: 768px) {
.l-book-card .l-book-description, .l-book-card .l-book-figure, .l-book-card .l-book-stickers {
padding: 0 80px;
}
.l-book-card .l-book-stickers {
display: none;
padding: 0 40px;
box-sizing: border-box;
}
}
@media only screen and (max-width: 768px) {
.b-sticker {
float: left;
position: relative;
width: 200px;
height: 200px;
padding: 30px;
text-align: center;
font-style: italic;
font-family: Georgia,sans-serif;
font-size: .9375em;
line-height: 1.2em;
box-sizing: border-box;
transition: margin .5s;
font-size: 15px;
margin-left: -29px;
background-size: cover!important;
}
.b-stickers .b-sticker .wrap-stick {
width: 170px;
height: 150px;
margin-left: 10px;
display: table-cell;
vertical-align: middle;
}
}
@media only screen and (max-width: 559px){
.b-stickers {
margin: auto;
width: fit-content;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.last-sticker{
margin-top: -61px;
}
}
@media only screen and (max-width: 420px){
.b-stickers .b-sticker.first{
margin-left: 0;
}
.b-stickers .b-sticker{
margin-left: 0;
}
.b-sticker:nth-child(2){
margin-top: -50px;
margin-left: 0;
}
.last-sticker{
margin-top: -50px;
margin-left: 0;
}
.b-sticker{
padding: 15px;
}
}#toc_container li,#toc_container ul{margin:0;padding:0;list-style-position:inside}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container.toc_numbered ul{list-style:none}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container .toc_title{text-align:left;font-weight:700;margin:0;padding:0}#toc_container.toc_title_center .toc_title{text-align:center}#toc_container.toc_title_right .toc_title{text-align:right}#toc_container.toc_black .toc_title{color:#aaa}#toc_container.toc_black a,#toc_container.toc_black a:visited{color:#fff}#toc_container.toc_black a:hover{color:#fff}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container .toc_toggle_icon a{text-decoration:none;line-height:1}#toc_container .toc_toggle_indicator{display:inline-block;line-height:1}#toc_container .toc_toggle_plus_minus a{display:inline-flex;align-items:center;justify-content:center;width:1.3em;height:1.3em;border:1px solid currentColor;border-radius:3px;vertical-align:middle}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator{font-size:.8em}#toc_container .toc_toggle_indicator::before{font-weight:700}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\2212'}#toc_container.contracted .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\002B'}#toc_container .toc_toggle_caret .toc_toggle_indicator::before{content:'\25BE'}#toc_container.contracted .toc_toggle_caret .toc_toggle_indicator::before{content:'\25B8'}#toc_container .toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}@font-face {
font-family: 'Font Awesome 5 Brands';
font-display: swap;
font-style: normal;
font-weight: normal;
src: url(//zaimi.tv/wp-content/plugins/ultimate-author-box/css/fonts/fa-brands-400.woff2) format("woff2"),
url(//zaimi.tv/wp-content/plugins/ultimate-author-box/css/fonts/fa-brands-400.woff) format("woff")}
.fab {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
}
.uab-frontend-wrapper {
text-align: left;
}
.uab-frontend-wrapper a {
text-decoration: none;
}
.uab-frontend-wrapper .uab-social-action a,
.uab-frontend-wrapper .uab-social-icons a {
display: inline-block;
}
table {
text-align: center;
}
.uab-frontend-wrapper img {
max-width: 100%;
display: block;
margin: 0 auto;
}
.uab-frontend-wrapper .uap-profile-image {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.uab-frontend-wrapper .uap-profile-image img {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.uab-frontend-wrapper .uap-profile-image:hover img {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.uab-frontend-wrapper a {
max-width: 100%;
word-wrap: break-word;
}
.uab-clearfix:before,
.uab-clearfix:after {
content: "";
display: table;
}
.uab-clearfix:after {
clear: both;
}
.uab-clearfix {
*zoom: 1;
}
.clearfix:after {
display: block;
content: "";
clear: both;
}
.uap-profile-image {
text-align: center;
}
.uab-frontend-wrapper .uap-profile-image img {
display: block;
width: auto;
margin: 0 auto;
}
.uab-frontend-wrapper .uab-co-author-list a,
.uab-frontend-wrapper .uab-defaut-tab a,
.uab-frontend-wrapper .uab-co-author-list a:hover,
.uab-frontend-wrapper .uab-defaut-tab a:hover {
-webkit-box-shadow: 0 0 0;
box-shadow: 0 0 0;
}
.uab-social-icons ul,
.uab-social-feed-wrapper .uab-social-feed {
list-style: none;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0;
line-height: 1;
}
.uab-user-website a,
.uab-user-email a,
.uab-user-phone a {
line-height: 1;
}
.uab-abw-wrapper *,
.uab-abw-wrapper {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.uab-abw-wrapper .uab-abw-social-wrapper ul li {
padding-left: 0 !important;
}
.uab-abw-wrapper.template-3 {
margin: 15px auto;
}
.uab-abw-wrapper.template-2 {
max-width: 383px;
width: 100%;
margin: 0 auto;
text-align: center;
padding: 25px;
background-color: #fff;
border: 1px solid #ddd;
line-height: 1.5;
}
.uab-abw-wrapper.template-2 .uab-abw-name-wrapper {
font-size: 20px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #555555;
}
.uab-abw-wrapper.template-2 .uab-abw-designation-wrapper {
color: #a7a7a7;
font-size: 16px;
font-weight: 500;
}
.uab-abw-wrapper.template-2 .uab-abw-designation-wrapper a {
color: #a7a7a7;
font-size: 16px;
font-weight: 500;
display: block;
}
.uab-abw-wrapper.template-2 .uab-abw-designation-wrapper a:hover {
color: #5ebdc7;
}
.uab-abw-wrapper.template-2 .uab-abw-image-wrapper {
margin: 20px 0;
}
.uab-abw-wrapper.template-2 .uab-abw-description-wrapper {
font-size: 13px;
font-weight: 500;
color: #555;
font-family: 'Poppins', sans-serif;
line-height: 1.7;
}
.uab-abw-wrapper.template-2 .uab-abw-social-wrapper ul {
margin: 20px 0 0;
padding: 0;
display: flex;
justify-content: center;
}
.uab-abw-wrapper.template-2 .uab-abw-social-wrapper ul li {
display: inline-block;
margin: 3px;
}
.uab-abw-wrapper.template-2 .uab-abw-social-wrapper ul li a {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px solid #5ebdc7;
color: #5ebdc7;
font-size: 15px;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.uab-abw-wrapper.template-2 .uab-abw-social-wrapper ul li a:hover {
color: #fff;
background-color: #5ebdc7;
}
.uab-abw-social-wrapper ul li a svg {
width: 16px;
height: 16px;
}
.uab-template-1 .uab-tab-content {
padding: 33px;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 10px;
}
.uab-template-1 .uab-author-profile-pic {
width: 20%;
float: left;
}
.uab-template-1 .uap-profile-image {
position: relative;
overflow: hidden;
width: 125px;
max-width: 100%;
margin: 0 auto;
}
.uab-template-1 .uab-front-content {
width: 80%;
float: left;
padding-left: 20px;
}
.uab-template-1 .uab-front-content .uab-display-name,
.uab-template-1 .uab-front-content .uab-company-info {
margin-bottom: 15px;
}
.uab-template-1 .uab-front-content .uab-short-info,
.uab-template-1 .uab-front-content .uab-short-contact {
margin-bottom: 18px;
}
.uab-template-1 .uab-display-name span:not(.uab-user-role),
.uab-template-1 .uab-display-name a {
box-shadow: 0 0 0;
font-size: 24px;
color: #444444;
font-weight: bold;
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
}
.uab-template-1 .uab-display-name span:not(.uab-user-role):hover,
.uab-template-1 .uab-display-name a:hover {
color: #3c98ca;
}
.uab-template-1 .uab-display-name a,
.uab-template-1 .uab-display-name span {
display: inline-block;
vertical-align: middle;
}
.uab-template-1 .uab-display-name span:not(.uab-user-role),
.uab-template-1 .uab-display-name a {
margin-right: 20px;
}
.uab-template-1 .uab-num-post-count,
.uab-template-1 .uab-short-info {
color: #444;
font-size: 14px;
font-weight: 500;
line-height: 1.5;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.7px;
}
.uab-template-1 .uab-contact-inner {
display: inline-block;
margin-right: 25px;
position: relative;
vertical-align: top;
}
.uab-template-1 .uab-contact-inner > span,
.uab-template-1 .uab-contact-inner > div {
display: inline-block;
}
.uab-template-1 .uab-contact-inner .uab-contact-label {
color: #3c98ca;
font-size: 14px;
font-weight: 600;
font-family: 'PT Sans Narrow', sans-serif;
text-transform: capitalize;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 0;
}
.uab-template-1 .uab-short-contact .uab-user-website a,
.uab-template-1 .uab-user-email a,
.uab-template-1 .uab-user-phone a {
font-family: 'Open Sans', sans-serif;
color: #aaaaaa;
font-size: 14px;
font-weight: 500;
display: inline-block;
}
.uab-template-1 .uab-short-contact .uab-user-website a:hover,
.uab-template-1 .uab-user-email a:hover,
.uab-template-1 .uab-user-phone a:hover {
color: #3c98ca;
}
.uab-template-1 .uab-social-icons > span,
.uab-template-1 .uab-social-icons > ul {
float: left;
margin: 0 !important;
}
.uab-template-1 .uab-social-icons {
position: relative;
padding-left: 100px;
display: inline-block;
width: 100%;
}
.uab-template-1 .uab-social-icons span.uab-contact-label {
position: absolute;
left: 0;
top: 2px;
line-height: 1.5;
}
.uab-template-1 .uab-display-name span.uab-user-role,
.uab-template-1 .uab-social-icons > span {
font-family: 'PT Sans Narrow', sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
color: #fff;
background: #3c98ca;
padding: 5px 10px;
-webkit-border-radius: 6px;
border-radius: 6px;
display: inline-block;
line-height: 1.5;
}
.uab-template-1 .uab-social-icons ul li {
display: inline-block;
margin: 0 !important;
}
.uab-template-1 .uab-social-icons ul li a {
padding: 5px 10px;
}
.uab-template-1 .uab-social-icons ul li i,
.uab-template-1 .uab-social-icons ul li svg {
font-size: 18px;
color: #666666;
}
.uab-template-1 .uab-social-icons ul li a:hover i,
.uab-template-1 .uab-social-icons ul li a:hover svg {
color: #3c98ca;
}
.uab-abw-wrapper.template-1 .uab-abw-social-wrapper {
margin-top: 20px;
}
.uab-template-1 .uab-social-icons ul li:first-child a {
padding-left: 0;
}@media only screen and (max-width: 768px) { .uab-frontend-wrapper .uab-tabs {
width: 100%;
}
.uab-frontend-wrapper .uab-tabs a ,
.uab-frontend-wrapper .uab-tabs li {
float: none;
display: block;
width: 100%;
}
}
@media only screen and (max-width: 640px) { .uab-template-1 .uab-social-icons {
padding-left: 0;
}
.uab-template-1 .uab-social-icons span.uab-contact-label {
position: relative;
left: 0;
top: 0;
display: inline-block;
}
.uab-template-1 .uab-display-name a {
margin-bottom: 5px;
}
.uab-template-1 .uab-social-icons > span,
.uab-template-1 .uab-social-icons > ul {
float: none;
}
.uab-template-1 .uab-social-icons > ul {
display: block;
margin-top: 10px;
}
.uab-template-1 .uab-contact-inner {
display: block;
margin-bottom: 5px;
}
}
@media (max-width: 560px) {
.uab-abw-wrapper .uap-profile-image img {
margin-right: auto;
}
}
@media only screen and (max-width: 480px) {
.uab-template-1 .uab-author-profile-pic {
width: 100%;
float: none;
margin-bottom: 15px;
}
.uab-template-1 .uab-front-content {
width: 100%;
float: none;
padding-left: 0;
}
}