.pako-style3 {
margin-top: 30px;
}
.pako-style3,
.pako-style3 .pt-block {
font-family: 'PT Sans';
font-size: 14px;
line-height: 1.4;
color: #fff;
font-weight: 300;
text-align: center;
cursor: default;
}
.pako-style3 *,
.pako-style3 *:before,
.pako-style3 *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pako-style3 .pt-block {
margin-bottom: 30px;
position: relative;
}
.pako-style3 .pt-block > * {
position: relative;
}
.pako-style3 .pt-block > :not(.pt-btn):last-child {
margin-bottom: 0;
}
.pako-style3 .pt-back {
background-color: #7a7a7a;
}
.pako-style3 .pt-back {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.pako-style3 .pt-title {
color: #fff;
line-height: 1.24;
}
.pako-style3 .pt-btn {
color: #fff;
background-color: #919191;
display: block;
font-size: 18px;
text-decoration: none;
font-weight: 500;
}
.pako-style3 .pt-btn:hover,
.pako-style3 .pt-btn:focus {
color: #fff;
background-color: #7f7f7f;
}
.pako-style3 .pt-list {
color: #fff;
clear: both;
margin: 0;
padding: 0;
}
.pako-style3 .pt-list li {
list-style: none;
margin: 0;
}
@-webkit-keyframes wobble {
0%, 100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
30%, 70% {
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
transform: translateX(-5px);
}
50% {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
transform: translateX(5px);
}
}
@keyframes wobble {
0%, 100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
30%, 70% {
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
transform: translateX(-5px);
}
50% {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
transform: translateX(5px);
}
}
@-webkit-keyframes rotate {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0);
}
30%, 70% {
-webkit-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
transform: rotate(-1deg);
}
50% {
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
transform: rotate(1deg);
}
}
@keyframes rotate {
0%, 100% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0);
}
30%, 70% {
-webkit-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
transform: rotate(-1deg);
}
50% {
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
transform: rotate(1deg);
}
}
.pako-style3[class*='pt-animation-'] .pt-col:nth-child(n) .pt-block.pt-not-available {
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
.pako-style3.pt-animation-1 .pt-block:hover {
-webkit-animation: wobble 0.4s;
-moz-animation: wobble 0.4s;
animation: wobble 0.4s;
}
.pako-style3.pt-animation-2 .pt-block:hover {
-webkit-animation: rotate 0.4s;
-moz-animation: rotate 0.4s;
animation: rotate 0.4s;
}
.pako-style3 .pt-cols {
text-align: center;
font-size: 0;
}
.pako-style3 .pt-cols .pt-col {
display: inline-block;
min-width: 200px;
max-width: 330px;
width: 100%;
vertical-align: middle;
}
@media (min-width: 480px) {
.pako-style3 .pt-cols-2,
.pako-style3 .pt-cols-3,
.pako-style3 .pt-cols-4,
.pako-style3 .pt-cols-5 {
margin: 0 -15px;
}
.pako-style3 .pt-cols-2 .pt-col,
.pako-style3 .pt-cols-3 .pt-col,
.pako-style3 .pt-cols-4 .pt-col,
.pako-style3 .pt-cols-5 .pt-col {
min-width: 230px;
padding: 0 15px;
width: 50%;
}
}
@media (min-width: 768px) {
.pako-style3 .pt-cols-3 .pt-col,
.pako-style3 .pt-cols-5 .pt-col {
width: 33.3333%;
}
}
@media (min-width: 992px) {
.pako-style3 .pt-cols-4 .pt-col {
width: 25%;
}
}
@media (min-width: 1200px) {
.pako-style3 .pt-cols-5 {
margin: 0 -10px;
}
.pako-style3 .pt-cols-5 .pt-col {
min-width: 220px;
padding: 0 10px;
width: 20%;
}
}
.pako-style3 .pt-tooltip {
display: none;
position: absolute;
right: 50%;
bottom: 100%;
min-width: 200px;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.2;
color: #fff;
font-weight: normal;
text-align: center;
font-style: normal;
z-index: 100;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
transform: translateX(50%);
line-height: 1;
}
.pako-style3 .pt-tooltip .pt-tooltip-content {
position: relative;
background-color: #2e2e2e;
padding: 3px;
display: block;
text-align: left;
margin-bottom: 8px;
max-width: 100%;
border-radius: 2px;
border-color: #2e2e2e;
border-width: 2px;
border-style: solid;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
display: block;
text-align: center;
font-size: 14px;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
position: relative;
display: inline-block;
padding: 8px;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
content: "";
position: absolute;
top: 50%;
height: 1px;
width: 20px;
background-color: #545454;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
right: 100%;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
left: 100%;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .fa {
margin: 0;
}
.pako-style3 .pt-tooltip .pt-tooltip-content img {
max-width: 100%;
}
.pako-style3 .pt-tooltip .pt-tooltip-content:after {
content: "";
position: absolute;
top: 100%;
right: 50%;
border-style: solid;
border-width: 8px 8px 0 8px;
border-top-color: inherit;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
margin-right: -8px;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
display: block;
border-bottom: 1px solid #545454;
font-size: 15px;
line-height: 1.4;
font-weight: bold;
text-align: center;
padding: 0 5px 2px 5px;
margin-bottom: 5px;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
display: block;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
display: block;
line-height: 1.4;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
font-size: 13px;
width: 24px;
text-align: center;
padding-right: 4px;
}
.pako-style3 .pt-tooltip-bottom,
.pako-style3 .pt-tooltip-bottom-left,
.pako-style3 .pt-tooltip-bottom-right {
bottom: auto;
top: 100%;
}
.pako-style3 .pt-tooltip-bottom .pt-tooltip-content,
.pako-style3 .pt-tooltip-bottom-left .pt-tooltip-content,
.pako-style3 .pt-tooltip-bottom-right .pt-tooltip-content {
margin: 8px 0 0 0;
}
.pako-style3 .pt-tooltip-bottom .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-bottom-left .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-bottom-right .pt-tooltip-content:after {
top: auto;
bottom: 100%;
border-width: 0 8px 8px 8px;
border-bottom-color: inherit;
}
.pako-style3 .pt-tooltip-left-top,
.pako-style3 .pt-tooltip-left-bottom,
.pako-style3 .pt-tooltip-right-top,
.pako-style3 .pt-tooltip-right-bottom,
.pako-style3 .pt-tooltip-top-left,
.pako-style3 .pt-tooltip-bottom-left,
.pako-style3 .pt-tooltip-top-right,
.pako-style3 .pt-tooltip-bottom-right {
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.pako-style3 .pt-tooltip-left .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-left-top .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-left-bottom .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-right .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-right-top .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-right-bottom .pt-tooltip-content:after {
border-width: 8px 8px;
}
.pako-style3 .pt-tooltip-right,
.pako-style3 .pt-tooltip-right-top,
.pako-style3 .pt-tooltip-right-bottom {
left: 100%;
right: auto;
text-align: left;
}
.pako-style3 .pt-tooltip-right .pt-tooltip-content,
.pako-style3 .pt-tooltip-right-top .pt-tooltip-content,
.pako-style3 .pt-tooltip-right-bottom .pt-tooltip-content {
margin: 0 0 0 11px;
}
.pako-style3 .pt-tooltip-right .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-right-top .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-right-bottom .pt-tooltip-content:after {
right: 100%;
border-width: 8px 8px 8px 0;
border-top-color: transparent;
border-right-color: inherit;
margin-right: 0;
}
.pako-style3 .pt-tooltip-left,
.pako-style3 .pt-tooltip-left-top,
.pako-style3 .pt-tooltip-left-bottom {
right: 100%;
text-align: right;
}
.pako-style3 .pt-tooltip-left .pt-tooltip-content,
.pako-style3 .pt-tooltip-left-top .pt-tooltip-content,
.pako-style3 .pt-tooltip-left-bottom .pt-tooltip-content {
margin: 0 11px 0 0;
}
.pako-style3 .pt-tooltip-left .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-left-top .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-left-bottom .pt-tooltip-content:after {
left: 100%;
right: auto;
border-width: 8px 0 8px 8px;
border-top-color: transparent;
border-left-color: inherit;
margin-right: 0;
}
.pako-style3 .pt-tooltip-top,
.pako-style3 .pt-tooltip-bottom {
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
transform: translateX(50%);
}
.pako-style3 .pt-tooltip-right,
.pako-style3 .pt-tooltip-left {
bottom: 50%;
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
transform: translateY(50%);
}
.pako-style3 .pt-tooltip-right .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-left .pt-tooltip-content:after {
top: 50%;
margin-top: -8px;
}
.pako-style3 .pt-tooltip-right-top,
.pako-style3 .pt-tooltip-left-top {
bottom: auto;
top: 50%;
margin-top: -16px;
}
.pako-style3 .pt-tooltip-right-top .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-left-top .pt-tooltip-content:after {
top: 6px;
}
.pako-style3 .pt-tooltip-right-bottom,
.pako-style3 .pt-tooltip-left-bottom {
bottom: 50%;
margin-bottom: -18px;
}
.pako-style3 .pt-tooltip-right-bottom .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-left-bottom .pt-tooltip-content:after {
top: auto;
bottom: 8px;
}
.pako-style3 .pt-tooltip-show-icon,
.pako-style3 .pt-tooltip-show-text {
display: inline-block;
position: relative;
}
.pako-style3 .pt-tooltip-show-icon:hover,
.pako-style3 .pt-tooltip-show-text:hover {
cursor: help;
}
.pako-style3 .pt-tooltip-show-icon:hover .pt-tooltip,
.pako-style3 .pt-tooltip-show-text:hover .pt-tooltip {
display: block;
}
.pako-style3 .pt-tooltip-show-icon {
vertical-align: top;
position: relative;
left: 5px;
top: -5px;
line-height: 1;
}
.pako-style3 .pt-tooltip-show-icon .pt-tooltip-show i.fa {
width: auto;
font-size: 14px;
margin: 0;
}
.pako-style3 .pt-tooltip-top-left,
.pako-style3 .pt-tooltip-bottom-left {
margin-left: -50px;
left: 50%;
right: auto;
text-align: left;
}
.pako-style3 .pt-tooltip-top-left .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-bottom-left .pt-tooltip-content:after {
right: auto;
left: 40px;
margin-right: 0;
}
.pako-style3 .pt-tooltip-top-right,
.pako-style3 .pt-tooltip-bottom-right {
margin-right: -50px;
right: 50%;
text-align: right;
}
.pako-style3 .pt-tooltip-top-right .pt-tooltip-content:after,
.pako-style3 .pt-tooltip-bottom-right .pt-tooltip-content:after {
right: 40px;
margin-right: 0;
}
@media (min-width: 992px) {
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
width: 275px;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
content: "";
display: table;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
clear: both;
}
.pako-style3 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
float: left;
width: 50%;
}
}
.pako-style3 .pt-block {
padding: 40px 30px 20px 30px;
}
.pako-style3 .pt-folded-corner {
position: absolute;
left: 0;
top: -40px;
right: 40px;
height: 40px;
background-color: inherit;
}
.pako-style3 .pt-folded-corner:before {
content: "";
position: absolute;
top: 0;
right: -40px;
border-top: 20px solid transparent !important;
border-right: 20px solid transparent !important;
border-bottom: 20px solid #898989;
border-left: 20px solid #898989;
}
.pako-style3 .pt-folded-corner:after {
content: "";
position: absolute;
top: 40px;
right: -40px;
opacity: 0.25;
z-index: 1;
border-top: 20px solid #000;
border-right: 20px solid #000;
border-bottom: 20px solid transparent !important;
border-left: 20px solid transparent !important;
}
.pako-style3 .pt-back {
margin-top: 40px;
}
.pako-style3 .pt-title {
margin: -22px 15px 18px 0;
font-size: 18px;
text-align: left;
}
.pako-style3 .pt-title > span {
display: table-cell;
height: 45px;
vertical-align: middle;
}
.pako-style3 .pt-price {
color: #fff;
background-color: #7a7a7a;
border-top: 7px solid #898989;
border-bottom: 7px solid #898989;
font-size: 48px;
font-weight: 700;
margin: 0 -30px 24px -30px;
padding: 7px 20px;
}
.pako-style3 .pt-btn {
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
font-weight: 700;
padding: 6px 12px;
margin: 0 5px;
}
.pako-style3 .pt-btn:hover,
.pako-style3 .pt-btn:focus {
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}
.pako-style3 .pt-tooltip-show-text .pt-tooltip-show {
border-bottom: 1px solid;
}
.pako-style3 .pt-list {
margin: 0 0 28px 0;
}
.pako-style3 .pt-list li {
padding: 3px 0;
}
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:hover,
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:focus {
background-color: #b7b7b7;
cursor: default;
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}
.pako-style3 .pt-selected .pt-back,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-back {
background-color: #7a7a7a;
}
.pako-style3 .pt-selected .pt-folded-corner:before,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-folded-corner:before {
border-color: #9e9e9e;
}
.pako-style3 .pt-selected .pt-folded-corner:after,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-folded-corner:after {
border-color: #000;
}
.pako-style3 .pt-selected .pt-title,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title {
color: #fff;
}
.pako-style3 .pt-selected .pt-price,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price {
color: #fff;
background-color: #6b6b6b;
border-color: #9e9e9e;
}
.pako-style3 .pt-selected .pt-list,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list {
color: #fff;
}
.pako-style3 .pt-selected .pt-btn,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn {
color: #fff;
background-color: #9e9e9e;
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}
.pako-style3 .pt-selected .pt-btn:hover,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:hover,
.pako-style3 .pt-selected .pt-btn:focus,
.pako-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:focus {
color: #fff;
background-color: #8c8c8c;
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back,
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-back {
background-color: #7a7a7a;
}
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-folded-corner:before,
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-folded-corner:before {
border-color: #898989;
}
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-folded-corner:after,
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-folded-corner:after {
border-color: #000;
}
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title,
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-title {
color: #fff;
}
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price,
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-price {
color: #fff;
background-color: #7a7a7a;
border-color: #898989;
}
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list,
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-list {
color: #fff;
}
.pako-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-btn {
color: #fff;
}
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-btn {
background-color: #919191;
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-btn:hover,
.pako-style3[class*='pt-animation-']:hover .pt-selected .pt-btn:focus {
color: #fff;
background-color: #7f7f7f;
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
}
.pako-style3[class*='pt-animation-'] .pt-back,
.pako-style3[class*='pt-animation-'] .pt-folded-corner:before,
.pako-style3[class*='pt-animation-'] .pt-folded-corner:after,
.pako-style3[class*='pt-animation-'] .pt-title,
.pako-style3[class*='pt-animation-'] .pt-price,
.pako-style3[class*='pt-animation-'] .pt-btn,
.pako-style3[class*='pt-animation-'] .pt-list {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.pt-content-loader.ptcl-pako-style3{display:block}.pt-content-loader.ptcl-pako-style3+.pt-content-loader-bar{display:none}