.cmk-downup,
.cmk-updown {
display: inline-block;
position: relative;
overflow: hidden;
text-decoration: none;
z-index: 1;
}
.cmk-downup:before {
content: "";
width: 50%;
height: 100%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: 0;
top: -100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-downup:after {
content: "";
width: 50%;
height: 100%;
background-color: #f2295b;
color: #fff;
position: absolute;
right: 0;
bottom: -100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-updown:before {
content: "";
width: 50%;
height: 100%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: 0;
top: 100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-updown:after {
content: "";
width: 50%;
height: 100%;
background-color: #f2295b;
color: #fff;
position: absolute;
right: 0;
bottom: 100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-downup:hover,
.cmk-updown:hover {
color: #fff;
}
.cmk-downup:hover:before,
.cmk-updown:hover:before {
top: 0;
transition: .5s;
opacity: 1;
}
.cmk-downup:hover:after,
.cmk-updown:hover:after {
bottom: 0;
transition: .5s;
opacity: 1;
}
.cmk-slide-in-vertical,
.cmk-slide-in-horizontal,
.cmk-slide-out-vertical,
.cmk-slide-out-horizontal {
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
text-decoration: none;
z-index: 1;
}
.cmk-slide-out-vertical:hover,
.cmk-slide-out-horizontal:hover {
transition: .5s;
}
.cmk-slide-in-vertical:hover,
.cmk-slide-in-horizontal:hover {
transition: .5s;
}
.cmk-slide-out-horizontal:before {
background-color: #f2295b;
color: #fff;
position: absolute;
content: "";
width: 50%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
transition: .5s;
opacity: 1;
}
.cmk-slide-out-horizontal:after {
background-color: #f2295b;
color: #fff;
position: absolute;
content: "";
width: 50%;
height: 100%;
right: 0;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 1;
}
.cmk-slide-out-horizontal:hover:before {
left: -50%;
transition: .5s;
opacity: 0;
}
.cmk-slide-out-horizontal:hover:after {
right: -50%;
transition: .5s;
opacity: 0;
}
.cmk-slide-out-vertical:before {
content: "";
width: 100%;
height: 50%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition: .5s;
opacity: 1;
}
.cmk-slide-out-vertical:after {
content: "";
width: 100%;
height: 50%;
background-color: #f2295b;
color: #fff;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 1;
}
.cmk-slide-out-vertical:hover:before {
top: -50%;
transition: .5s;
opacity: 0;
}
.cmk-slide-out-vertical:hover:after {
bottom: -50%;
transition: .5s;
opacity: 0;
}
.cmk-slide-in-vertical:before {
content: "";
width: 100%;
height: 50%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: 0;
top: -100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-slide-in-vertical:after {
content: "";
width: 100%;
height: 50%;
background-color: #f2295b;
color: #fff;
position: absolute;
right: 0;
bottom: -100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-slide-in-vertical:hover:before {
top: 0;
transition: .5s;
opacity: 1;
}
.cmk-slide-in-vertical:hover:after {
bottom: 0;
transition: .5s;
opacity: 1;
}
.cmk-slide-in-horizontal:before {
background-color: #f2295b;
color: #fff;
position: absolute;
content: "";
width: 50%;
height: 100%;
left: -50%;
top: 0;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-slide-in-horizontal:after {
background-color: #f2295b;
color: #fff;
position: absolute;
content: "";
width: 50%;
height: 100%;
right: -50%;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-slide-in-horizontal:hover:before {
left: 0;
transition: .5s;
opacity: 1;
}
.cmk-slide-in-horizontal:hover:after {
right: 0;
transition: .5s;
opacity: 1;
}
.cmk-slide-left,
.cmk-slide-right,
.cmk-slide-up,
.cmk-slide-down {
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
text-decoration: none;
z-index: 5;
}
.cmk-slide-left:hover,
.cmk-slide-right:hover,
.cmk-slide-up:hover,
.cmk-slide-down:hover {
color: #fff;
transition: .5s;
}
.cmk-slide-left:before {
content: "";
width: 100%;
height: 100%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: -100%;
top: 0;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-slide-left:hover:before {
left: 0;
transition: .5s;
opacity: 1;
}
.cmk-slide-right:before {
content: "";
width: 100%;
height: 100%;
background-color: #f2295b;
color: #fff;
position: absolute;
right: -100%;
top: 0;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-slide-right:hover:before {
right: 0;
transition: .5s;
opacity: 1;
}
.cmk-slide-up:before {
content: "";
width: 100%;
height: 100%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: 0;
bottom: -100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-slide-up:hover:before {
bottom: 0;
transition: .5s;
opacity: 1;
}
.cmk-slide-down:before {
content: "";
width: 100%;
height: 100%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: 0;
top: -100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-slide-down:hover:before {
top: 0;
transition: .5s;
opacity: 1;
}
.cmk-slideout-horizontal,
.cmk-slideout-vertical, 
.cmk-rotate-left,
.cmk-rotate-right {
color: #fff;
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
transition: 1s all ease;
z-index: 5;
}
.cmk-slideout-horizontal:before,
.cmk-slideout-vertical:before, 
.cmk-rotate-left:before,
.cmk-rotate-right:before {
background-color: #f2295b;
color: #fff;
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
transition: all 0.6s ease;
}
.cmk-slideout-horizontal:hover,
.cmk-slideout-vertical:hover, 
.cmk-rotate-left:hover,
.cmk-rotate-right:hover {
color: #fff;
transition: 1s all ease;
}
.cmk-slideout-horizontal:before {
width: 0;
height: 100%;
}
.cmk-slideout-horizontal:hover:before {
width: 100%;
}
.cmk-slideout-vertical:before {
width: 100%;
height: 0;
}
.cmk-slideout-vertical:hover:before {
height: 100%;
}
.cmk-rotate-left::before {
width: 100%;
height: 0;
transform: translate(-50%, -50%) rotate(45deg);
}
.cmk-rotate-left:hover:before {
height: 300%;
}
.cmk-rotate-right:before {
width: 100%;
height: 0;
transform: translate(-50%, -50%) rotate(-45deg);
}
.cmk-rotate-right:hover:before {
height: 300%;
}
.cmk-bounce-left,
.cmk-bounce-right,
.cmk-bounce-up,
.cmk-bounce-down {
position: relative;
background-color: #f2295b;
color: #fff;
text-decoration: none;
transition: color 0.4s linear;	
z-index: 5;
overflow: hidden;
}
.cmk-bounce-left:hover,
.cmk-bounce-right:hover,
.cmk-bounce-up:hover,
.cmk-bounce-down:hover {
color: #fff;
}
.cmk-bounce-left:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f2295b;
color: #fff;
z-index: -1;
transition: transform 0.5s;
transform-origin: 0 0;
transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
transform: scaleX(0);
}
.cmk-bounce-right:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f2295b;
color: #fff;
z-index: -1;
transition: transform 0.5s;
transform-origin: 100% 0;
transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
transform: scaleX(0);
}
.cmk-bounce-up:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f2295b;
color: #fff;
z-index: -1;
transition: transform 0.5s;
transform-origin: 0 100%;
transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
transform: scaleY(0);
}
.cmk-bounce-down::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f2295b;
color: #fff;
z-index: -1;
transition: transform 0.5s;
transform-origin: 0 0;
transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
transform: scaleY(0);
}
.cmk-bounce-left:hover:before,
.cmk-bounce-right:hover:before {
transform: scaleX(1);
}
.cmk-bounce-up:hover:before,
.cmk-bounce-down:hover:before {
transform: scaleY(1);
}
.cmk-double-slide-left,
.cmk-double-slide-right,
.cmk-double-slide-up,
.cmk-double-slide-down {
display: inline-block;
color: #fff;
text-decoration: none;
position: relative;
overflow: hidden;
z-index: 5;
transition: .3s;
}
.cmk-double-slide-left:hover,
.cmk-double-slide-right:hover,
.cmk-double-slide-up:hover,
.cmk-double-slide-down:hover {
color: #fff;
}
.cmk-double-slide-left:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #f2295b;
color: #fff;
opacity: .5;
top: 0;
left: -100%;
transition: .3s;
z-index: -1;
}
.cmk-double-slide-left:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #f2295b;
color: #fff;
top: 0;
left: -100%;
transition: .3s;
transition-delay: .2s;
z-index: -1;
}
.cmk-double-slide-left:hover:before,
.cmk-double-slide-left:hover:after {
left: 0;
}
.cmk-double-slide-right:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #f2295b;
color: #fff;
opacity: .5;
right: -100%;
bottom: 0;
transition: .3s;
z-index: -1;
}
.cmk-double-slide-right:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #f2295b;
color: #fff;
right: -100%;
bottom: 0;
transition: .3s;
transition-delay: .2s;
z-index: -1;
}
.cmk-double-slide-right:hover:before,
.cmk-double-slide-right:hover:after {
right: 0;
}
.cmk-double-slide-up:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #f2295b;
color: #fff;
opacity: .5;
top: 100%;
left: 0;
transition: .3s;
z-index: -1;
}
.cmk-double-slide-up:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #f2295b;
color: #fff;
top: 100%;
left: 0;
transition: .3s;
transition-delay: .2s;
z-index: -1;
}
.cmk-double-slide-up:hover:before,
.cmk-double-slide-up:hover:after {
top: 0;
}
.cmk-double-slide-down:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #f2295b;
color: #fff;
opacity: .5;
top: -100%;
left: 0;
transition: .3s;
z-index: -1;
}
.cmk-double-slide-down:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #f2295b;
color: #fff;
top: -100%;
left: 0;
transition: .3s;
transition-delay: .2s;
z-index: -1;
}
.cmk-double-slide-down:hover:before,
.cmk-double-slide-down:hover:after {
top: 0;
}
.cmk-line-in-vertical,
.cmk-line-out-vertical,
.cmk-line-in-horizontal,
.cmk-line-out-horizontal {
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
text-decoration: none;
z-index: 1;
}
.cmk-line-out-vertical {
color: #fff;
}
.cmk-line-in-vertical:hover,
.cmk-line-out-vertical:hover,
.cmk-line-in-horizontal:hover,
.cmk-line-out-horizontal:hover {
color: #fff;
transition: .5s;
}
.cmk-line-in-vertical:before {
content: "";
width: 100%;
height: 5%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: 0;
top: -100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-line-in-vertical:after {
content: "";
width: 100%;
height: 5%;
background-color: #f2295b;
color: #fff;
position: absolute;
right: 0;
bottom: -100%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-line-in-vertical:hover:before {
top: 0;
transition: .5s;
opacity: 1;
}
.cmk-line-in-vertical:hover:after {
bottom: 0;
transition: .5s;
opacity: 1;
}
.cmk-line-out-vertical:before {
content: "";
width: 100%;
height: 50%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition: .5s;
opacity: 1;
}
.cmk-line-out-vertical:after {
content: "";
width: 100%;
height: 50%;
background-color: #f2295b;
color: #fff;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 1;
}
.cmk-line-out-vertical:hover:before {
height: 5%;
top: 0;
transition: .5s;
opacity: 1;
}
.cmk-line-out-vertical:hover:after {
height: 5%;
bottom: 0;
transition: .5s;
opacity: 1;
}
.cmk-line-in-horizontal:before {
background-color: #f2295b;
color: #fff;
position: absolute;
content: "";
width: 50%;
height: 5%;
left: -50%;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-line-in-horizontal:after {
background-color: #f2295b;
color: #fff;
position: absolute;
content: "";
width: 50%;
height: 5%;
right: -50%;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-line-in-horizontal:hover:before {
left: 0;
transition: .5s;
opacity: 1;
}
.cmk-line-in-horizontal:hover:after {
right: 0;
transition: .5s;
opacity: 1;
}
.cmk-line-out-horizontal:before {
background-color: #f2295b;
color: #fff;
position: absolute;
content: "";
width: 50%;
height: 5%;
left: 0;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 1;
}
.cmk-line-out-horizontal:after {
background-color: #f2295b;
color: #fff;
position: absolute;
content: "";
width: 50%;
height: 5%;
right: 0;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 1;
}
.cmk-line-out-horizontal:hover:before {
left: -50%;
transition: .5s;
opacity: 0;
}
.cmk-line-out-horizontal:hover:after {
right: -50%;
transition: .5s;
opacity: 0;
}
.cmk-line-left,
.cmk-line-right {
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
text-decoration: none;
z-index: 5;
}
.cmk-line-left:hover,
.cmk-line-right:hover {
transition: .5s;
}
.cmk-line-left:before {
content: "";
width: 100%;
height: 5%;
background-color: #f2295b;
color: #fff;
position: absolute;
left: -100%;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-line-left:hover:before {
left: 0;
transition: .5s;
opacity: 1;
}
.cmk-line-right:before {
content: "";
width: 100%;
height: 5%;
background-color: #f2295b;
color: #fff;
position: absolute;
right: -100%;
bottom: 0;
z-index: -1;
transition: .5s;
opacity: 0;
}
.cmk-line-right:hover:before {
right: 0;
transition: .5s;
opacity: 1;
}
.cmk-lineout-horizontal {
color: #fff;
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
transition: 1s all ease;
}
.cmk-lineout-horizontal:before {
background: #f2295b;
color: #fff;
content: "";
position: absolute;
bottom: -1px;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
transition: all 0.6s ease;
}
.cmk-lineout-horizontal:hover {
transition: 1s all ease;
}
.cmk-lineout-horizontal:before {
width: 0;
height: 5%;
}
.cmk-lineout-horizontal:hover:before {
width: 100%;
}
.cmk-line-bounce-left,
.cmk-line-bounce-right {
position: relative;
text-decoration: none;
z-index: 6;
transition: color 0.4s linear;
overflow: hidden;	
}
.cmk-line-bounce-left:hover,
.cmk-line-bounce-right:hover {
color: #fff;
}
.cmk-line-bounce-left:before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 5%;
bottom: 0;
background-color: #f2295b;
color: #fff;
z-index: -1;
transition: transform 0.5s;
transform-origin: 0 0;
transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
transform: scaleX(0);
}
.cmk-line-bounce-right:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 5%;
background-color: #f2295b;
color: #fff;
z-index: -1;
transition: transform 0.5s;
transform-origin: 100% 0;
transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
transform: scaleX(0);
}
.cmk-line-bounce-left:hover:before,
.cmk-line-bounce-right:hover:before {
transform: scaleX(1);
}
.cmk-double-line-left,
.cmk-double-line-right {
display: inline-block;
color: #fff;
text-decoration: none;
position: relative;
overflow: hidden;
transition: .3s;
}
.cmk-double-line-left:hover,
.cmk-double-line-right:hover {
color: #fff;
}
.cmk-double-line-left:before {
content: '';
width: 100%;
height: 5%;
position: absolute;
background: #f2295b;
color: #fff;
opacity: .5;
left: -100%;
bottom: 0;
transition: .3s;
z-index: -1;
}
.cmk-double-line-left:after {
content: '';
width: 100%;
height: 5%;
position: absolute;
background: #f2295b;
color: #fff;
left: -100%;
bottom: 0;
transition: .3s;
transition-delay: .2s;
z-index: -1;
}
.cmk-double-line-left:hover:before,
.cmk-double-line-left:hover:after {
left: 0;
}
.cmk-double-line-right:before {
content: '';
width: 100%;
height: 5%;
position: absolute;
background: #f2295b;
color: #fff;
opacity: .5;
right: -100%;
bottom: 0;
transition: .3s;
z-index: -1;
}
.cmk-double-line-right:after {
content: '';
width: 100%;
height: 5%;
position: absolute;
background: #f2295b;
color: #fff;
right: -100%;
bottom: 0;
transition: .3s;
transition-delay: .2s;
z-index: -1;
}
.cmk-double-line-right:hover:before,
.cmk-double-line-right:hover:after {
right: 0;
}
.cmk-wave {
display: inline-block;
position: relative;
text-decoration: none;
box-sizing: border-box;
overflow: hidden;
}
.cmk-wave-text {
position: relative;
z-index: 5;
color: #fff;
}
.wave {
position: absolute;
left: 0;
top: -80px;
width: 200px;
height: 200px;
background-color: #f2295b;
color: #fff;
box-shadow: inset 0 0 50px rgba(0,0,0,.5);
transition: 0.5s;
}
.cmk-wave:hover .wave {
top: -120px;
}
.wave:before,
.wave:after {
content: '';
position: absolute;
width: 200%;
height: 200%;
top: 0;
left: 50%;
transform: translate(-50%, -75%);
}
.wave:before {
border-radius: 45%;
background-color: rgba(20,20,20,1);
color: #fff;
animation: animate 5s linear infinite;
}
.wave:after {
border-radius: 40%;
background-color: rgba(20,20,20,0.5);
color: #fff;
animation: animate 10s linear infinite;
}
@keyframes animate {
0% 
{
transform: translate(-50%, -75%) rotate(0deg);
}
100% 
{
transform: translate(-50%, -75%) rotate(360deg);
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }body {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: 700;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
font-family: "Roboto", sans-serif;
font-size: 14px;
}
img {
width: 100%;
height: 100%;
display: inherit;
}
a {
text-decoration: none;
color: #222;
}
a:hover {
text-decoration: none;
color: #222;
}
a:focus,
input:focus,
button:focus {
outline: none;
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
color: #fff;
background-color: transparent;
text-decoration: none;
}
.pt-0 {
padding-top: 0px!important;
}
.pt-20 {
padding-top: 20px!important;
}
.pt-40 {
padding-top: 40px!important;
}
.pb-20 {
padding-bottom: 20px!important;
}
.pb-35 {
padding-bottom: 35px!important;
}
.pb-40 {
padding-bottom: 40px!important;
}
.mt-80 {
margin-top: 80px!important;
}
.mb-0 {
margin-bottom: 0px!important;
}
.bg-1 {
color: #fff;
background-color: #F44336;
}
.bg-2 {
color: #fff;
background-color: #E91E63;
}
.bg-3 {
color: #fff;
background-color: #9C27B0;
}
.bg-4 {
color: #fff;
background-color: #673AB7;
}
.bg-5 {
color: #fff;
background-color: #3F51B5;
}
.bg-6 {
color: #fff;
background-color: #2196F3;
}
.bg-7 {
color: #fff;
background-color: #00BCD4;
}
.bg-8 {
color: #fff;
background-color: #009688;
}
.bg-9 {
color: #fff;
background-color: #4CAF50;
}
.bg-10 {
color: #fff;
background-color: #CDDC39;
}
.bg-11 {
color: #222;
background-color: #FFEB3B;
}
.block {
display: block;
padding-top: 10px;
}
.black {
color: #fff;
background-color: #222;
} .cmk-button {
background-color: #fff;
display: inline-block;
text-decoration: none!important;
color: #000;
z-index: 5;
}
.transparent {
background-color: transparent;
}
.cmk-button .before-button-icon i {
float: left;
padding: 5px 0;
padding-right: 10px;
}
.cmk-button .after-button-icon i {
float: right;
padding: 5px 0;
padding-left: 10px;
}
.cmk-button.xs {
font-size: 13px;
padding: 8px 20px;
}
.cmk-button.sm {
font-size: 15px;
padding: 8px 24px;
}
.cmk-button.md {
font-size: 15px;
padding: 12px 32px;
}
.cmk-button.lg {
font-size: 18px;
padding: 15px 40px;
}
.cmk-button.xl {
font-size: 20px;
padding: 20px 50px;
}
.cmk-button:hover {
color: #fff!important;
}
.cmk-button:before,
.cmk-button:after {
background-color: #000;
}
.cmk-button {
margin: 30px 30px 0px 30px;
}
.play-btn {
line-height: 45px;
position: absolute;
top: 50%;
left: 50%;
width: 45px;
height: 45px;
margin: -22px 0 0 -22px;
text-align: center;
border-radius: 50%;
background: #fff;
}
.position-relative {
position: relative;
} .overflow {
overflow: hidden;
}
.ribbon-style {
position: relative;
}
.ribbon-position-left {
left: -75;
}
.ribbon-position-right {
right: -75;
}
.ribbon-style-1::before {
background: #4CAF50;
color: #fff;
content: "Best Value";
position: absolute;
padding-top: 2px;
height: 30px;
width: 220px;
top: 25px;
left: -72px;
transform: rotate(313deg);
font-size: 15px;
text-align: center;
}
.ribbon-style-2::before {
background: #4CAF50;
color: #fff;
content: "Best Value";
position: absolute;
padding-top: 2px;
height: 30px;
width: 220px;
top: 25px;
right: -72px;
transform: rotate(42deg);
font-size: 15px;
text-align: center;
}
.ribbon-style-3::before {
background: #4CAF50;
color: #fff;
content: "Best Value";
position: absolute;
padding-top: 2px;
height: 30px;
width: 180px;
top: 75px;
left: -75px;
transform: rotate(-90deg);
font-size: 15px;
text-align: center;
}
.ribbon-style-4::before {
background: #4CAF50;
color: #fff;
content: "Best Value";
position: absolute;
padding-top: 2px;
height: 30px;
width: 180px;
top: 75px;
right: -75px;
transform: rotate( 90deg);
font-size: 15px;
text-align: center;
}
.ribbon-style-5:before {
background: #4CAF50;
content: "";
position: absolute;
height: 4px;
width: 100%;
top: 0px;
left: 0;
} .transform-effect-1:hover {
transform: scale(1.126);
transition: 0.5s;
}
.transform-effect-2:hover {
-webkit-box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
transition: 0.5s;
}
.heading {
padding: 20px 30px;
}
.subheading {
display: block;
padding: 0 30px;
margin-bottom: 20px;
font-size: 20px;
}
h5.price {
padding: 20px 30px;
}
h6.duration {
padding: 0px 30px;
}
.count {
font-size: 40px;
padding-right: 5px;
}
.trial {
padding: 0px 30px 10px 30px;
}
.duration {
font-size: 14px;
font-weight: 400;
}
h6.duration-top {
padding: 0 30px;
}
.special-note {
padding: 30px;
}
.features-list {
padding: 20px 0;
}
.features-list ul li {
line-height: 2.2;
}
.features-list ul li i {
padding-right: 15px;
}
.features-list li:last-child {
border-style: none!important;
border-width: 0!important;
border-color: transparent!important;
border-radius: 0!important;
}
.before-currency-icon i {
float: left;
padding: 5px 0;
padding-right: 10px;
}
.after-currency-icon i {
float: right;
padding: 5px 0;
padding-left: 10px;
}
.features-list li {
padding: 0 30px;
line-height: 1.9;
}
.del {
text-decoration: line-through;
}
.media-icon i {
width: 120px;
height: 120px;
background-color: #222;
color: #fff;
border-radius: 100%;
text-align: center;
line-height: 120px;
}
.media-icon i {
margin: 30px;
}
.pricing-header-1 {
position: relative;
z-index: 1;
color: #fff;
margin: 30px 0;
text-align: center;
}
.pricing-header-1:after {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: "";
background: #fc5f45;
height: 130px;
width: 130px;
margin: auto;
border-radius: 50%;
z-index: -1;
}
.pricing-header-1 .duration {
display: block;
}
.pricing-style-1 .price {
padding: 0px 30px;
padding-bottom: 30px;
}
.pricing-style-10.bg-10 .duration-top {
padding-top: 30px;
}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}