.maw_advanced_btn {
float: left;
display: block;
padding: 7px 20px;
text-decoration: none;
border: none;
background: 0 0;
color: inherit;
vertical-align: middle;
position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale; color: #37474f;
box-shadow: none;
text-align: center;
}
.maw_advanced_btn.btn_block {
width: 100%;
}
.maw_advanced_btn.hvr-fade {
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s
}
.maw_advanced_btn:focus {
outline: 0
}
.maw_advanced_btn>span {
vertical-align: middle
}
.push_button{
position:relative;
color:#FFF;
text-decoration:none;
margin:0 auto;
border-radius:5px;
background:#cb3b27;
text-align:center;
padding:20px 30px;
font-size: 25px;
font-family: inherit;
text-decoration: none;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
-webkit-box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
}
.maw_advanced_btn .button__icon {
line-height: unset;
}
.push_button:hover {
text-decoration: none;
}
.push_button:active{
-webkit-box-shadow: 0px 2px 0px transparent !important;
-moz-box-shadow: 0px 2px 0px transparent !important;
box-shadow: 0px 2px 0px transparent !important;
position:relative;
top:7px;
}
.button--winona {
overflow: hidden;
padding: 0;
-webkit-transition: border-color .3s, background-color .3s;
transition: border-color .3s, background-color .3s;
-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.button--winona .advanced-btn-after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0; -webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0)
}
.button--winona>span {
display: block
}
.button--winona.button--inverted {
color: #7986cb
}
.button--winona.button--inverted:after {
color: #fff
}
.button--winona .advanced-btn-after,
.button--winona>span {
-webkit-transition: -webkit-transform .3s, opacity .3s;
transition: transform .3s, opacity .3s;
text-align: center;
-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.button--winona:hover {
border-color: #3f51b5;
background-color: rgba(63, 81, 181, .1)
}
.button--winona.button--inverted:hover {
border-color: #21333c;
background-color: #21333c
}
.button--winona:hover .advanced-btn-after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--winona:hover>span {
opacity: 0;
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0)
}
.button--ujarak::before {
content: '';
height: 100%;
z-index: -1;
position: absolute;
top: 0;
left: 0
}
.button--ujarak {
-webkit-transition: border-color .4s, color .4s;
transition: border-color .4s, color .4s;
overflow: hidden
}
.button--ujarak::before {
width: 100%;
background: #37474f;
opacity: 0;
-webkit-transform: scale3d(.7, 1, 1);
transform: scale3d(.7, 1, 1);
-webkit-transition: -webkit-transform .4s, opacity .4s;
transition: transform .4s, opacity .4s
}
.button--ujarak.button--round-s::before {
border-radius: 2px
}
.button--ujarak.button--inverted::before {
background: #7986CB
}
.button--ujarak,
.button--ujarak::before {
-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.button--ujarak:hover {
color: #fff;
border-color: #37474f
}
.button--ujarak.button--inverted:hover {
color: #37474F;
border-color: #fff
}
.button--ujarak:hover::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--wayra {
overflow: hidden;
-webkit-transition: border-color .3s, color .3s;
transition: border-color .3s, color .3s;
-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.button--wayra::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 100%;
background: #37474f;
z-index: -1;
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
color: #fff;
border-color: #3f51b5
}
.button--wayra.button--inverted:hover {
color: #3f51b5;
border-color: #fff
}
.button--wayra:hover::before {
opacity: 1;
background-color: #3f51b5;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover .advanced-btn-before {
background-color: #fff
}
.button--rayen {
overflow: hidden;
padding: 0
}
.button--rayen.button--inverted {
color: #fff
}
.button--rayen .advanced-btn-before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #7986cb;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.button--rayen.button--inverted .advanced-btn-before {
background: #fff;
color: #37474f
}
.button--rayen>.mega-uae-btn-span {
display: block
}
.button--rayen .advanced-btn-before,
.button--rayen>.mega-uae-btn-span {
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1);
padding: inherit;
text-align: center
}
.button--rayen:hover .advanced-btn-before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--rayen:hover>.mega-uae-btn-span {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
.button--pipaluk {
padding: 1.5em 3em;
color: #fff;
background: none !important;
}
.button--pipaluk.button--inverted {
color: #7986cb;
}
.button--pipaluk::after,
.button--pipaluk::before {
content: '';
border-radius: inherit;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-transition: -webkit-transform .3s, background-color .3s;
transition: transform .3s, background-color .3s;
-webkit-transition-timing-function: cubic-bezier(.25, 0, .3, 1);
transition-timing-function: cubic-bezier(.25, 0, .3, 1)
}
.button--pipaluk::before {
border: 2px solid #7986cb
}
.button--pipaluk.button--inverted::before {
border-color: #fff
}
.button--pipaluk::after {
background: #7986cb
}
.button--pipaluk.button--inverted::after {
background: #fff
}
.button--pipaluk:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
-webkit-transform: scale3d(.7, .7, 1);
transform: scale3d(.7, .7, 1)
}
.button--pipaluk:hover::after {
background-color: #3f51b5
}
.button--pipaluk.button--inverted:hover::after {
background-color: #fff
}
.button--nuka {
-webkit-transition: color .3s;
transition: color .3s;
-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.button--nuka.button--inverted {
color: #37474f
}
.button--nuka::after,
.button--nuka::before {
content: '';
position: absolute;
border-radius: inherit;
background: #7986cb;
z-index: -1
}
.button--nuka::before {
top: -4px;
bottom: -3px;
left: -3px;
right: -3px;
opacity: .2;
-webkit-transform: scale3d(.7, 1, 1);
transform: scale3d(.7, 1, 1);
-webkit-transition: -webkit-transform .3s, opacity .3s;
transition: transform .3s, opacity .3s
}
.button--nuka::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale3d(1.1, 1, 1);
transform: scale3d(1.1, 1, 1);
-webkit-transition: -webkit-transform .3s, background-color .3s;
transition: transform .3s, background-color .3s
}
.button--nuka::after,
.button--nuka::before {
-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.button--nuka.button--inverted::after,
.button--nuka.button--inverted::before {
background: #fff
}
.button--nuka:hover {
color: #fff
}
.button--nuka:hover::before {
opacity: 1
}
.button--nuka:hover::after {
background-color: #37474f
}
.button--nuka.button--inverted:hover::after {
background-color: #7986cb
}
.button--nuka:hover::after,
.button--nuka:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
.button--moema {
padding: 1.5em 3em;
border-radius: 50px;
background: #7986cb;
color: #fff;
-webkit-transition: background-color .3s, color .3s;
transition: background-color .3s, color .3s
}
.button--moema.button--inverted {
background: #eceff1;
color: #37474f
}
.button--moema::before {
content: '';
position: absolute;
top: -20px;
left: -20px;
bottom: -20px;
right: -20px;
background: inherit;
border-radius: 50px;
z-index: -1;
opacity: .4;
-webkit-transform: scale3d(.8, .5, 1);
transform: scale3d(.8, .5, 1)
}
.button--moema:hover {
-webkit-transition: background-color .1s .3s, color .1s .3s;
transition: background-color .1s .3s, color .1s .3s;
color: #eceff1;
background-color: #3f51b5;
-webkit-animation: anim-moema-1 .3s forwards;
animation: anim-moema-1 .3s forwards
}
.button--moema.button--inverted:hover {
color: #eceff1;
background-color: #7986cb
}
.button--moema:hover::before {
-webkit-animation: anim-moema-2 .3s .3s forwards;
animation: anim-moema-2 .3s .3s forwards
}
@-webkit-keyframes anim-moema-1 {
60% {
-webkit-transform: scale3d(.8, .8, 1);
transform: scale3d(.8, .8, 1)
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes anim-moema-1 {
60% {
-webkit-transform: scale3d(.8, .8, 1);
transform: scale3d(.8, .8, 1)
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@-webkit-keyframes anim-moema-2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes anim-moema-2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.button--isi {
padding: 1.2em 2em;
color: #fff;
background: #7986cb;
overflow: hidden;
display: flex;
}
.button--isi::before {
content: '';
z-index: -1;
position: absolute;
top: 50%;
left: 100%;
margin: -15px 0 0 1px;
width: 40px;
height: 30px;
border-radius: 50%;
background: #3f51b5;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition: -webkit-transform .3s, opacity .3s;
transition: transform .3s, opacity .3s;
-webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
transition-timing-function: cubic-bezier(.7, 0, .9, 1)
}
.button--isi {
vertical-align: middle;
}
.button--isi>span {
vertical-align: middle;
padding-left: .5em
}
.button--isi:hover::before {
-webkit-transform: scale3d(9, 9, 1);
transform: scale3d(9, 9, 1)
}
.button--aylen {
background: #fff;
color: #37474f;
overflow: hidden;
-webkit-transition: color .3s;
transition: color .3s
}
.button--aylen.button--inverted {
background: 0 0;
color: #fff
}
.button--aylen::after,
.button--aylen::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
bottom: 100%;
left: 0;
z-index: -1;
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--aylen::before {
background: #7986cb;
opacity: 0.6;
}
.button--aylen::after {
background: #3f51b5
}
.button--aylen:hover {
color: #fff
}
.button--aylen:hover::after,
.button--aylen:hover::before {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
.button--aylen:hover::after {
-webkit-transition-delay: 175ms;
transition-delay: 175ms
}
.button--saqui {
overflow: hidden;
color: #fff;
background: #37474f;
-webkit-transition: background-color .3s ease-in, color .3s ease-in;
transition: background-color .3s ease-in, color .3s ease-in
}
.button--saqui .icon__left, .button--saqui .icon__right {
display: none;
}
.button--saqui.button--inverted {
background: #fff;
color: #37474f
}
.button--saqui::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;  color: #37474f;
-webkit-transform-origin: -25% 50%;
transform-origin: -25% 50%;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
-webkit-transition: -webkit-transform .3s ease-in;
transition: transform .3s ease-in
}
.button--saqui.button--inverted::after {
color: #fff
}
.button--saqui:hover,
.button--saqui:hover::after {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.button--saqui:hover {
background-color: #7986cb;
color: #7986cb
}
.button--saqui.button--inverted:hover {
background-color: #3f51b5;
color: #3f51b5
}
.button--saqui:hover::after {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg)
}
.button.button--wapasha {
background: #37474f;
color: #fff;
-webkit-transition: background-color .3s, color .3s;
transition: background-color .3s, color .3s
}
.button--wapasha.button--inverted {
background: #fff;
color: #37474f
}
.button--wapasha::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
width: 100%;
height: 100%;
border: 2px solid #3f51b5;
z-index: -1;
border-radius: inherit;
opacity: 0;
-webkit-transform: scale3d(.6, .6, 1);
transform: scale3d(.6, .6, 1);
-webkit-transition: -webkit-transform .3s, opacity .3s;
transition: transform .3s, opacity .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--wapasha.button--inverted::before {
border-color: #7986cb
}
.button--wapasha:hover {
background-color: #fff;
color: #3f51b5
}
.button--wapasha.button--inverted:hover {
background-color: #37474f;
color: #7986cb
}
.button--wapasha:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
.button--nina {
padding: 0 2em;
background: #7986cb;
color: #fff;
overflow: hidden;
-webkit-transition: background-color .3s;
transition: background-color .3s
}
.button--nina.button--inverted {
background: #fff;
color: #7986cb
}
.button--nina>span {
display: inline-block;
padding: 1em 0;
opacity: 0;
color: #fff;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
-webkit-transition: -webkit-transform .3s, opacity .3s;
transition: transform .3s, opacity .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--nina::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1em 0;
-webkit-transition: -webkit-transform .3s, opacity .3s;
transition: transform .3s, opacity .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--nina:hover {
background-color: #3f51b5
}
.button--nina:hover::before {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
.button--nina:hover>span {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--nina:hover>span:nth-child(1) {
-webkit-transition-delay: 45ms;
transition-delay: 45ms
}
.button--nina:hover>span:nth-child(2) {
-webkit-transition-delay: 90ms;
transition-delay: 90ms
}
.button--nina:hover>span:nth-child(3) {
-webkit-transition-delay: 135ms;
transition-delay: 135ms
}
.button--nina:hover>span:nth-child(4) {
-webkit-transition-delay: .18s;
transition-delay: .18s
}
.button--nina:hover>span:nth-child(5) {
-webkit-transition-delay: 225ms;
transition-delay: 225ms
}
.button--nina:hover>span:nth-child(6) {
-webkit-transition-delay: .27s;
transition-delay: .27s
}
.button--nina:hover>span:nth-child(7) {
-webkit-transition-delay: 315ms;
transition-delay: 315ms
}
.button--nina:hover>span:nth-child(8) {
-webkit-transition-delay: .36s;
transition-delay: .36s
}
.button--nina:hover>span:nth-child(9) {
-webkit-transition-delay: 405ms;
transition-delay: 405ms
}
.button--nina:hover>span:nth-child(10) {
-webkit-transition-delay: .45s;
transition-delay: .45s
}
.button--nanuk {
padding: 0 2em;
overflow: hidden;
background: #7986cb;
-webkit-transition: background-color .3s;
transition: background-color .3s
}
.button--nanuk.button--inverted {
background: #fff;
color: #7986cb
}
.button--nanuk>span {
display: inline-block;
padding: 1em 0
}
.button--nanuk:hover {
background-color: #3f51b5
}
.button--nanuk:hover>span:nth-child(odd) {
-webkit-animation: anim-nanuk-1 .5s forwards;
animation: anim-nanuk-1 .5s forwards
}
.button--nanuk:hover>span:nth-child(even) {
-webkit-animation: anim-nanuk-2 .5s forwards;
animation: anim-nanuk-2 .5s forwards
}
.button--nanuk:hover>span:nth-child(even),
.button--nanuk:hover>span:nth-child(odd) {
-webkit-animation-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-animation-function: cubic-bezier(.75, 0, .125, 1)
}
@-webkit-keyframes anim-nanuk-1 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: inherit
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: #fff
}
100% {
color: #fff
}
}
@keyframes anim-nanuk-1 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: inherit
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: #fff
}
100% {
color: #fff
}
}
@-webkit-keyframes anim-nanuk-2 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: inherit
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: #fff
}
100% {
color: #fff
}
}
@keyframes anim-nanuk-2 {
0%,
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
49% {
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
50% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
color: inherit
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
color: #fff
}
100% {
color: #fff
}
}
.button--nanuk:hover>span:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s
}
.button--nanuk:hover>span:nth-child(2) {
-webkit-animation-delay: 50ms;
animation-delay: 50ms
}
.button--nanuk:hover>span:nth-child(3) {
-webkit-animation-delay: .1s;
animation-delay: .1s
}
.button--nanuk:hover>span:nth-child(4) {
-webkit-animation-delay: .15s;
animation-delay: .15s
}
.button--nanuk:hover>span:nth-child(5) {
-webkit-animation-delay: .2s;
animation-delay: .2s
}
.button--nanuk:hover>span:nth-child(6) {
-webkit-animation-delay: .25s;
animation-delay: .25s
}
.button--nanuk:hover>span:nth-child(7) {
-webkit-animation-delay: .3s;
animation-delay: .3s
}
.button--nanuk:hover>span:nth-child(8) {
-webkit-animation-delay: .35s;
animation-delay: .35s
}
.button--nanuk:hover>span:nth-child(9) {
-webkit-animation-delay: .4s;
animation-delay: .4s
}
.button--nanuk:hover>span:nth-child(10) {
-webkit-animation-delay: .45s;
animation-delay: .45s
}
.button--nanuk:hover>span:nth-child(11) {
-webkit-animation-delay: .5s;
animation-delay: .5s
}
.button--antiman {
background: 0 0;
border: none
}
.button--antiman.button--inverted,
.button--antiman.button--inverted-alt {
-webkit-transition: color .3s;
transition: color .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--antiman>span {
padding-left: .35em
}
.button--antiman::after,
.button--antiman::before {
content: '';
z-index: -1;
border-radius: inherit;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform .3s, opacity .3s;
transition: transform .3s, opacity .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--antiman::before {
border: 2px solid #37474f;
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1)
}
.button--antiman.button--border-thin::before {
border-width: 1px
}
.button--antiman.button--border-medium::before {
border-width: 2px
}
.button--antiman.button--border-thick::before {
border-width: 3px
}
.button--antiman.button--inverted::before {
border-color: #7986cb
}
.button--antiman.button--inverted-alt::before {
border-color: #3f51b5
}
.button--antiman::after {
background: #fff
}
.button--antiman.button--inverted::after {
background: #7986cb
}
.button--antiman.button--inverted-alt::after {
background: #3f51b5
}
.button--antiman.button--inverted:hover {
color: #7986cb
}
.button--antiman.button--inverted-alt:hover {
color: #3f51b5
}
.button--antiman:hover::before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
.button--antiman:hover::after {
opacity: 0;
-webkit-transform: scale3d(.8, .8, 1);
transform: scale3d(.8, .8, 1)
}
.button--quidel {
background: #7986cb;
color: #7986cb;
overflow: hidden;
-webkit-transition: color .3s;
transition: color .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--quidel.button--inverted {
background: #fff;
color: #fff
}
.button--quidel::after,
.button--quidel::before {
content: '';
position: absolute;
z-index: -1;
border-radius: inherit
}
.button--quidel::after {
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
background: #fff
}
.button--quidel.button--inverted::after {
background: #37474f
}
.button--quidel::before {
background: #37474f;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--quidel.button--inverted::before {
background: #7986cb
}
.button--round-s.button--quidel::after {
border-radius: 3px
}
.button--round-m.button--quidel::after {
border-radius: 13px
}
.button--round-l.button--quidel::after {
border-radius: 40px
}
.button--quidel>span {
padding-left: .35em
}
.button--quidel:hover {
color: #37474f
}
.button--quidel.button--inverted:hover {
color: #7986cb
}
.button--quidel:hover::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button.button--sacnite {
width: 70px;
height: 70px;
min-width: 0;
padding: 0;
color: #fff;
-webkit-transition: color .3s;
transition: color .3s
}
.button--scanite.button--round-l {
border-radius: 50%
}
.button--sacnite.button--inverted {
color: #37474f
}
.button--sacnite::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: inherit;
z-index: -1;
box-shadow: inset 0 0 0 35px #37474f;
-webkit-transform: scale3d(.9, .9, 1);
transform: scale3d(.9, .9, 1);
-webkit-transition: box-shadow .3s, -webkit-transform .3;
transition: box-shadow .3s, transform .3s
}
.button--sacnite.button--inverted::before {
box-shadow: inset 0 0 0 35px #fff
}
.button--sacnite .button__icon {
font-size: 22px;
width: 22px
}
.button--sacnite>span {
position: absolute;
opacity: 0;
pointer-events: none
}
.button--sacnite:hover {
color: #37474f
}
.button--sacnite.button--inverted:hover {
color: #fff
}
.button--sacnite:hover::before {
box-shadow: inset 0 0 0 2px #37474f;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
.button--sacnite.button--inverted:hover::before {
box-shadow: inset 0 0 0 2px #fff
}
.button--shikoba {
padding: 1em 30px 1em 50px;
overflow: hidden;
background: #fff;
color: #37474f;
border-color: #37474f;
-webkit-transition: background-color .3s, border-color .3s, color .3s;
transition: background-color .3s, border-color .3s, color .3s
}
.button--shikoba.button--inverted {
color: #fff;
background: #7986cb
}
.button--shikoba>span {
display: inline-block;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--shikoba .button__icon {
position: absolute;
left: 20px;
top: 5px;
font-size: 18px;
-webkit-transform: translate3d(-40px, 2.5em, 0);
transform: translate3d(-40px, 2.5em, 0);
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}
.button--shikoba:hover .button__icon,
.button--shikoba:hover>span {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.button--shikoba:hover {
background: #3f51b5;
border-color: #3f51b5;
color: #fff
}
.button--float {
display: inline-block;
color: #1e73be;
text-align: center;
font-size: 16px;
padding: 15px 25px;
-webkit-border-radius: 30px;
border-radius: 50px;
border: 2px solid #1e73be;
position: relative;
text-decoration: none;
-webkit-transition: all .2s;
transition: all .2s;
}
.button--float:hover {
background: #1e73be;
color: #ffffff;
}
.button--float i {
position: absolute;
left: auto;
right: 25px;
top: 50%;
opacity: 0;
width: auto;
height: auto;
-webkit-transition: all .25s;
transition: all .25s;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.button--float:hover i {
right: 20px;
opacity: 1;
}
.button--float:hover {
padding-right: 45px;
}.mega_info_bar {
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
position: relative;
}
.mega_info_bar .mega_hvr_btn {
display: inline-block;
margin: 10px 10px;
text-decoration: none;
transition: background .3s ease, color .3s ease;
}
.mega_info_bar .mega_wrap img {
display: block;
margin: 0 auto;
}
.mega_info_bar a {
text-shadow: none;
}
.mega_info_bar .mega_content {
padding-bottom: 20px; 
overflow: hidden; 
}
.mega_info_bar .mega_content .mega_hvr_btn:hover {
text-decoration: none;
}
.mega_info_bar .mega_content h2,
.mega_info_bar .mega_content h1,
.mega_info_bar .mega_content h3,
.mega_info_bar .mega_content h4,
.mega_info_bar .mega_content p {
margin: 5px 10px;
}
.clearfix {
clear: both;
} .mega_info_bar_2 {
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
position: relative;
}
.mega_info_bar_2 .mega_hvr_btn {
margin-bottom: 15px;
text-decoration: none;
display: inline-block;
transition: background .3s ease, color .3s ease;
}
.mega_info_bar_2 .mega_hvr_btn:hover {
text-decoration: none;
}
.mega_info_bar_2 .mega_wrap img {
display: block;
margin: 0 auto;
}
.mega_info_bar_2 a {
text-shadow: none;
}
.mega_info_bar_2 .mega_content {
overflow: hidden;
padding-top: 10px;
text-align: center;
}
.mega_info_bar_2 .mega_content h2, h1, h3, h4, p {
margin: 5px 0px;
} .mega_info_bar_3 {
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
position: relative;
}
.mega_info_bar_3 .mega_hvr_btn {
display: inline-block;
margin: 10px 10px;
text-decoration: none;
transition: background .3s ease, color .3s ease;
}
.mega_info_bar_3 .mega_wrap img {
display: block;
margin: 0 auto;
}
.mega_info_bar_3 a {
text-shadow: none;
}
.mega_info_bar_3 .mega_content {
padding-bottom: 20px; 
overflow: hidden; 
}
.mega_info_bar_3 .mega_content .mega_hvr_btn:hover {
text-decoration: none;
}
.mega_info_bar_3 .mega_content h2,
.mega_info_bar_3 .mega_content h1,
.mega_info_bar_3 .mega_content h3,
.mega_info_bar_3 .mega_content h4,
.mega_info_bar_3 .mega_content p {
margin: 5px 10px;
}
.clearfix {
clear: both;
} .ribbon {
position: absolute;
right: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background: #79A70A;
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; right: -21px;
}
.ribbon span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #79A70A;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #79A70A;
}
.ribbon span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #79A70A;
border-bottom: 3px solid transparent;
border-top: 3px solid #79A70A;
} @media only screen and (max-width: 768px) {
.mega_info_bar_2 .mega_wrap img {
height: auto !important;
}
.mega_info_bar .mega_wrap img {
height: auto !important;
}
.mega_info_bar_3, .mega_info_bar_3 .mega_wrap, .mega_info_bar_3 .mega_content {
display: block !important;
width: 100% !important;
}
.mega_info_bar_3 *{
text-align: center !important;
}
}
@media only screen and (max-width: 480px) {
.mega_info_bar .mega_wrap, .mega_info_bar .mega_content {
float: inherit !important;
width: 100% !important;
text-align: center;
}
.mega_info_bar img {
margin: 0 auto;
display: block;
}
}.upb_row_bg,.upb_video-bg,.vcpb-fs-jquery{overflow:hidden}.vc-row-translate-wrapper{margin:0!important}.uvc-vc-full-width .upb_video-bg{width:100%!important;max-width:100%!important;min-width:100%!important;left:0!important;margin-left:0!important}.upb_bg_overlay,.upb_bg_overlay_pattern{color:inherit;position:absolute;width:100%;height:100%!important;left:0;top:0}.upb_bg_overlay_pattern{background-attachment:fixed}.ult-vc-seperator{position:absolute;width:100%;height:0;left:0;z-index:1}.ult-main-seperator-inner{position:relative;height:100%;width:100%}.ult-vc-seperator.top_seperator{top:-1px;bottom:auto}.ult-vc-seperator.bottom_seperator{top:auto;bottom:-1px}.ult-vc-seperator svg{width:100%;height:auto}.uvc-svg-circle,.uvc-svg-triangle{position:absolute;top:-1px;bottom:auto;z-index:1}.bottom_seperator .uvc-svg-circle,.bottom_seperator .uvc-svg-triangle{top:auto;bottom:-1px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.uvc-x-large-triangle{position:absolute;top:-1px;bottom:auto;z-index:1}.bottom_seperator .uvc-x-large-triangle{top:auto;bottom:-1px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.bottom_seperator .uvc-x-large-triangle,.top_seperator .uvc-x-large-triangle-left{-moz-transform:scaleY(-1);-webkit-transform:scaleY(-1);-o-transform:scaleY(-1);-ms-transform:scaleY(-1)}.uvc-x-large-triangle-left,.uvc-x-large-triangle-right{position:absolute;top:-1px;bottom:auto;z-index:1}.bottom_seperator .uvc-x-large-triangle-left,.bottom_seperator .uvc-x-large-triangle-right,.uvc-x-large-circle{top:auto;bottom:-1px}.top_seperator .uvc-x-large-triangle-left{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.top_seperator .uvc-x-large-triangle-right{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.bottom_seperator .uvc-x-large-triangle-right{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.uvc-x-large-circle{position:absolute}.top_seperator .uvc-x-large-circle{top:-1px;bottom:auto}.bottom_seperator .uvc-x-large-circle{-ms-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1)}.bottom_seperator .uvc-x-large-circle,.top_seperator .uvc-curve-up-seperator{-moz-transform:scaleY(-1);-webkit-transform:scaleY(-1);-o-transform:scaleY(-1)}.uvc-curve-up-seperator{position:absolute;top:auto;bottom:-1px}.top_seperator .uvc-curve-up-seperator{top:-1px;bottom:auto;-ms-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1)}.uvc-curve-down-seperator{position:absolute;top:auto;bottom:-1px}.bottom_seperator .uvc-curve-down-seperator{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.top_seperator .uvc-curve-down-seperator{top:-1px;bottom:auto;-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1)}.uvc-tilt-left-seperator{position:absolute;top:auto;bottom:1px}.top_seperator .uvc-tilt-left-seperator{top:1px;bottom:auto;-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.uvc-tilt-right-seperator{position:absolute;top:auto;bottom:1px}.bottom_seperator .uvc-tilt-right-seperator{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.top_seperator .uvc-tilt-right-seperator{top:1px;bottom:auto;-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.ult-rounded-split-seperator-wrapper{z-index:1}.ult-rounded-split-seperator{position:relative;height:100%}.ult-rounded-split-seperator:after,.ult-rounded-split-seperator:before{left:0;z-index:10;width:50%;height:70px;background:inherit inherit/inherit inherit inherit inherit;content:'';position:absolute}.ult-vc-seperator.top_seperator svg.uvc-multi-triangle-svg{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.vcpb-vz-jquery,.vertical_layer_parallax{background-position:50% 0}.upb_video-bg,.vcpb-default,.vcpb-fix,.vcpb-hz-jquery,.vcpb-vz-jquery,.vertical_layer_parallax{background-repeat:no-repeat}.upb_video-bg,.vcpb-default,.vcpb-fix{-webkit-background-size:cover;background-size:cover}.top_seperator.ult-rounded-split-seperator-wrapper{top:0;bottom:auto}.uvc-wave-seperator{position:absolute;top:auto;bottom:-1px}.top_seperator .uvc-wave-seperator{top:-1px;bottom:auto;-ms-transform:scale(-1);-webkit-transform:scale(-1);transform:scale(-1)}.top_seperator .uvc-cloud-seperator,.top_seperator .uvc-wave-seperator{-moz-transform:scale(-1);-webkit-transform:scale(-1);-o-transform:scale(-1)}.uvc-cloud-seperator{position:absolute;top:auto;bottom:-1px}.top_seperator .uvc-cloud-seperator{top:-1px;bottom:auto;-ms-transform:scale(-1);-webkit-transform:scale(-1);transform:scale(-1)}.separator-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:5}.vc-row-translate>.vc-row-translate-wrapper{overflow:hidden;width:100%!important;margin:initial!important}.upb_video_class,.wpb_column,.wpb_row{position:relative}.upb_row_bg{position:absolute;width:100%;height:100%;background-position:center center;top:0;bottom:0;right:0;left:0;z-index:0}.upb-background-text-wrapper,.upb_video-text,.upb_video-text-wrapper{position:relative}.upb_bg_img{display:none!important}.vcpb-default{background-attachment:initial}.vcpb-fix,.vcpb-vz-jquery,.vertical_layer_parallax{background-attachment:fixed}.vertical_layer_parallax{-webkit-background-size:cover;background-size:cover}.vcpb-hz-jquery{background-position:0 50%}.upb_video-wrapper{display:block;max-width:100%;height:100%}.upb_video-text{z-index:9;width:100%;height:100%;top:0;bottom:0;right:0;left:0}.full-browser-size .upb-background-text,.video-browser-size .upb_video-text{margin:initial!important;position:absolute;bottom:auto;top:50%;right:0;left:0;height:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.upb_video-bg{position:absolute;width:100%;height:100%;top:0;bottom:0;right:0;left:0;background-position:50% 50%;margin:0 auto}.upb_video-src{max-width:none;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:relative;min-width:100%;min-height:100%}.upb_video-src.ult-make-full-height{height:100%;width:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;top:0}.upb_utube_iframe,.upb_vimeo_iframe{max-width:none;max-height:none;width:100%;height:100%;position:absolute}.upb_video-bg .mbYTP_wrapper iframe{max-width:none!important;max-height:none!important}.uvc-row.uvc-video-fixer .mbYTP_wrapper iframe{margin-left:0!important;margin-top:-50px!important}.video-controls{position:absolute;bottom:10%;right:5%;cursor:pointer;width:auto!important;min-width:15px!important;height:auto!important;z-index:99}.video-controls i{font-size:40px}body.rtl .upb_row_bg{right:auto}.uvc-multi-color-bg{-webkit-animation:MultiColorVC 10s alternate infinite;animation:MultiColorVC 10s alternate infinite;z-index:9998;opacity:.6;background-color:#e14949}@-webkit-keyframes MultiColorVC{0%{background-color:#e14949}25%{background-color:#3de02c}50%{background-color:#2c8de0}100%{background-color:#e02cbc}}@keyframes MultiColorVC{0%{background-color:#e14949}25%{background-color:#3de02c}50%{background-color:#2c8de0}100%{background-color:#e02cbc}}@media (max-width:479px){.uvc_hidden-xs{display:none!important}}@media (min-width:480px)and (max-width:767px){.uvc_hidden-xsl{display:none!important}}@media (min-width:768px)and (max-width:991px){.uvc_hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.uvc_hidden-md{display:none!important}}@media (min-width:1200px)and (max-width:1823px){.uvc_hidden-ml{display:none!important}}@media (min-width:1824px){.uvc_hidden-lg{display:none!important}}.mpcth-vc-row-wrap,.toranj-vc-row-wrapper,.x-content-band{position:relative}.js_active .site-inner{overflow:visible}html.ult-remove-fixed-background .upb_row_bg{background-attachment:scroll!important}.vc_row-flex .upb-background-text-wrapper.full-browser-size,.vc_row-flex .upb_video-text-wrapper.full-browser-size{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:-moz-box;display:flex;width:100%}.vc_row-flex .upb-background-text,.vc_row-flex .upb_video-text,.vc_row-flex .vc-row-translate-wrapper,.vc_row-o-content-bottom .upb-background-text,.vc_row-o-content-bottom .upb_video-text,.vc_row-o-content-bottom .vc-row-translate-wrapper,.vc_row-o-content-middle .upb-background-text,.vc_row-o-content-middle .upb_video-text,.vc_row-o-content-middle .vc-row-translate-wrapper,.vc_row-o-content-top .upb-background-text,.vc_row-o-content-top .upb_video-text,.vc_row-o-content-top .vc-row-translate-wrapper,.vc_row-o-equal-height .upb-background-text,.vc_row-o-equal-height .upb_video-text,.vc_row-o-equal-height .vc-row-translate-wrapper{margin:0 auto!important}.vc_row-o-content-top.full-browser-size .upb-background-text,.vc_row-o-content-top.video-browser-size .upb_video-text{top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vc_row-o-content-bottom.full-browser-size .upb-background-text,.vc_row-o-content-bottom.video-browser-size .upb_video-text{top:auto;bottom:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.mega-testimonial .tm-quotes {
position: relative;
}
.mega-testimonial p {
margin-bottom: 0px;
}
.mega-testimonial .tm-quotes .tm-arrow{
content: '';
position: absolute;
top: 100%;
left: 25%;
margin-left: -8px;
width: 0;
height: 0;
border-top: 8px solid #000000;
border-right: 8px solid transparent !important;
border-left: 8px solid transparent !important;
border-bottom: 0 !important;
}
.mega-testimonial .tm-details {
margin-top: 15px;
}
.mega-testimonial .tm-profile {
float: left;
margin-right: 15px;
}
.mega-testimonial .tm-profile img{
border-radius: 50%;
width: 120px;
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
}
.Clearfix {
clear: both;
} .mega-testimonial-2 .tm-quotes2 {
position: relative;
font-style: italic; 
padding: 15px 10px;
border-radius: 4px;
}
.mega-testimonial-2 p {
margin-bottom: 10px;
}
.mega-testimonial-2 .tm-quotes2 p {
margin-bottom: 0;
}
.mega-testimonial-2 .tm-quotes2 .tm-arrow2{
content: "";
position: absolute;
bottom: 100%;
left: 10%;
margin-left: -8px;
width: 0px;
height: 0px;
border-bottom: 8px solid rgb(0, 0, 0);
border-right: 8px solid transparent !important;
border-left: 8px solid transparent !important;
border-top: 0px !important;
}
.mega-testimonial-2 .tm-prof {
float: left;
padding-top: 15px;
}
.mega-testimonial-2 .tm-profile {
float: right;
}
.mega-testimonial-2 .tm-profile img:last-child {
border-radius: 50%;
width: 80px;
margin-bottom: -20px;
z-index: 1;
position: relative;
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
} .mega-testimonial-3 img{
display: block;
margin: 0 auto;
}
.mega-testimonial-3 p {
margin-bottom: 5px;
} .mega-testimonial-4 .tm-profile4 {
float: left;
padding-right: 15px;
}
.mega-testimonial-4 .tm-profile4 img{
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); border: 1px solid #fff;
}
.mega-testimonial-4 p {
margin-bottom: 5px;
}
.mega-testimonial-4 .tm-right-box {
} .mega-testimonial-5 .tm-profile-5 {
float: left;
width: 25%;
}
.mega-testimonial-5 p {
margin-bottom: 5px;
}
.mega-testimonial-5 .tm-profile-5 img {
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
width: 110px;
border-radius: 50%;
}
.mega-testimonial-5 .tm-profile-5 .tm-prof4 img{
box-shadow: 0px 0 0;
-webkit-box-shadow: 0px 0 0;
-moz-box-shadow: 0px 0 0;
-o-box-shadow: 0px 0 0;
border: 0px;
max-width: 100%;
border-radius: 0%;
}
.mega-testimonial-5 .tm-quotes-5 {
padding: 15px 10px;
background: gray;
color: #fff;
width: 73%;
float: right;
position: relative;
border-radius: 4px;
}
.mega-testimonial-5 .tm-quotes-5 .icon-after {
content: '';
position: absolute;
top: 50%;
right: 100%;
margin-top: -25px;
width: 0;
height: 0;
border-right: 8px solid #000000;
border-top: 8px solid transparent !important;
border-bottom: 8px solid transparent !important;
border-left: 0 !important;
} .mega-testimonial-6 .tm-profile-6 {
float: left;
width: 25%;
}
.mega-testimonial-6 p {
margin-bottom: 5px;
}
.mega-testimonial-6 .tm-profile-6 .tm-pic {
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
width: 80px;
border-radius: 50%;
display: block;
margin: auto;
}
.mega-testimonial-6 .tm-quotes-6 {
padding: 15px 10px;
color: #000;
width: 70%;
float: right;
} .mega-testimonial-7 .tm-picture {
float: left;
margin-right: 15px;
}
.mega-testimonial-7 .tm-picture img { 
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
border: 1px solid #fff;
}
.mega-testimonial-7 p {
margin-bottom: 5px;
}
.mega-testimonial-7 .tm-prof-7 {
padding-top: 7px;
}
.mega-testimonial-7 .tm-quotes-7 {
padding-left: 35px;
background: url(//www.vetadvisorygroup.com.au/wp-content/plugins/mega-addons-for-visual-composer/render/../css/images/quotes.png) no-repeat scroll 0 4px transparent;
}
.mega-testimonial-7 .tm-quotes-7 {
padding-top: 4px;
margin-left: 11px;
}