.flat-style4 {
margin-top: 30px;
}
.flat-style4,
.flat-style4 .pt-block {
font-family: 'Roboto';
font-size: 14px;
line-height: 1.4;
color: #fff;
font-weight: 300;
text-align: center;
cursor: default;
}
.flat-style4 *,
.flat-style4 *:before,
.flat-style4 *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.flat-style4 .pt-block {
padding: 30px 14px;
margin: 0 0 30px 0;
}
.flat-style4 .pt-title {
color: #fff;
font-size: 36px;
line-height: 1.22;
margin-bottom: 30px;
}
.flat-style4 .pt-content {
padding: 30px 14px;
}
.flat-style4 .pt-btn {
color: #fff;
background-color: #535353;
height: 40px;
padding: 0 15px;
cursor: pointer;
display: block;
text-decoration: none;
font-size: 18px;
line-height: 40px;
color: #fff;
font-weight: 400;
text-align: center;
}
.flat-style4 .pt-btn:hover,
.flat-style4 .pt-btn:focus {
background-color: #414141;
}
.flat-style4 .pt-tooltip-show-text .pt-tooltip-show {
border-bottom: 1px solid;
}
.flat-style4 .pt-list {
color: #fff;
display: inline-block;
text-align: left;
margin: 0;
padding: 0;
}
.flat-style4 .pt-list li {
list-style: none;
margin: 0;
padding: 4px 0;
}
.flat-style4 .pt-cols {
text-align: center;
font-size: 0;
}
.flat-style4 .pt-cols .pt-col {
display: inline-block;
min-width: 200px;
max-width: 330px;
width: 100%;
vertical-align: middle;
}
@media (min-width: 480px) {
.flat-style4 .pt-cols-2 .pt-col,
.flat-style4 .pt-cols-3 .pt-col,
.flat-style4 .pt-cols-4 .pt-col,
.flat-style4 .pt-cols-5 .pt-col {
width: 50%;
}
}
@media (min-width: 768px) {
.flat-style4 .pt-cols-3 .pt-col,
.flat-style4 .pt-cols-5 .pt-col {
width: 33.3333%;
}
}
@media (min-width: 992px) {
.flat-style4 .pt-cols-4 .pt-col {
width: 25%;
}
}
@media (min-width: 1200px) {
.flat-style4 .pt-cols-5 .pt-col {
width: 20%;
}
}
.flat-style4 .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;
}
.flat-style4 .pt-tooltip .pt-tooltip-content {
position: relative;
background-color: #1a1a1a;
padding: 3px;
display: block;
text-align: left;
margin-bottom: 8px;
max-width: 100%;
border-radius: 2px;
border-color: #1a1a1a;
border-width: 2px;
border-style: solid;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
display: block;
text-align: center;
font-size: 14px;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
position: relative;
display: inline-block;
padding: 8px;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
content: "";
position: absolute;
top: 50%;
height: 1px;
width: 20px;
background-color: #404040;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
right: 100%;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
left: 100%;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .fa {
margin: 0;
}
.flat-style4 .pt-tooltip .pt-tooltip-content img {
max-width: 100%;
}
.flat-style4 .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;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
display: block;
border-bottom: 1px solid #404040;
font-size: 15px;
line-height: 1.4;
font-weight: bold;
text-align: center;
padding: 0 5px 2px 5px;
margin-bottom: 5px;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
display: block;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
display: block;
line-height: 1.4;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
font-size: 13px;
width: 24px;
text-align: center;
padding-right: 4px;
}
.flat-style4 .pt-tooltip-bottom,
.flat-style4 .pt-tooltip-bottom-left,
.flat-style4 .pt-tooltip-bottom-right {
bottom: auto;
top: 100%;
}
.flat-style4 .pt-tooltip-bottom .pt-tooltip-content,
.flat-style4 .pt-tooltip-bottom-left .pt-tooltip-content,
.flat-style4 .pt-tooltip-bottom-right .pt-tooltip-content {
margin: 8px 0 0 0;
}
.flat-style4 .pt-tooltip-bottom .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-bottom-left .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-bottom-right .pt-tooltip-content:after {
top: auto;
bottom: 100%;
border-width: 0 8px 8px 8px;
border-bottom-color: inherit;
}
.flat-style4 .pt-tooltip-left-top,
.flat-style4 .pt-tooltip-left-bottom,
.flat-style4 .pt-tooltip-right-top,
.flat-style4 .pt-tooltip-right-bottom,
.flat-style4 .pt-tooltip-top-left,
.flat-style4 .pt-tooltip-bottom-left,
.flat-style4 .pt-tooltip-top-right,
.flat-style4 .pt-tooltip-bottom-right {
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.flat-style4 .pt-tooltip-left .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-left-top .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-left-bottom .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-right .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-right-top .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-right-bottom .pt-tooltip-content:after {
border-width: 8px 8px;
}
.flat-style4 .pt-tooltip-right,
.flat-style4 .pt-tooltip-right-top,
.flat-style4 .pt-tooltip-right-bottom {
left: 100%;
right: auto;
text-align: left;
}
.flat-style4 .pt-tooltip-right .pt-tooltip-content,
.flat-style4 .pt-tooltip-right-top .pt-tooltip-content,
.flat-style4 .pt-tooltip-right-bottom .pt-tooltip-content {
margin: 0 0 0 11px;
}
.flat-style4 .pt-tooltip-right .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-right-top .pt-tooltip-content:after,
.flat-style4 .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;
}
.flat-style4 .pt-tooltip-left,
.flat-style4 .pt-tooltip-left-top,
.flat-style4 .pt-tooltip-left-bottom {
right: 100%;
text-align: right;
}
.flat-style4 .pt-tooltip-left .pt-tooltip-content,
.flat-style4 .pt-tooltip-left-top .pt-tooltip-content,
.flat-style4 .pt-tooltip-left-bottom .pt-tooltip-content {
margin: 0 11px 0 0;
}
.flat-style4 .pt-tooltip-left .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-left-top .pt-tooltip-content:after,
.flat-style4 .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;
}
.flat-style4 .pt-tooltip-top,
.flat-style4 .pt-tooltip-bottom {
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
transform: translateX(50%);
}
.flat-style4 .pt-tooltip-right,
.flat-style4 .pt-tooltip-left {
bottom: 50%;
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
transform: translateY(50%);
}
.flat-style4 .pt-tooltip-right .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-left .pt-tooltip-content:after {
top: 50%;
margin-top: -8px;
}
.flat-style4 .pt-tooltip-right-top,
.flat-style4 .pt-tooltip-left-top {
bottom: auto;
top: 50%;
margin-top: -16px;
}
.flat-style4 .pt-tooltip-right-top .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-left-top .pt-tooltip-content:after {
top: 6px;
}
.flat-style4 .pt-tooltip-right-bottom,
.flat-style4 .pt-tooltip-left-bottom {
bottom: 50%;
margin-bottom: -18px;
}
.flat-style4 .pt-tooltip-right-bottom .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-left-bottom .pt-tooltip-content:after {
top: auto;
bottom: 8px;
}
.flat-style4 .pt-tooltip-show-icon,
.flat-style4 .pt-tooltip-show-text {
display: inline-block;
position: relative;
}
.flat-style4 .pt-tooltip-show-icon:hover,
.flat-style4 .pt-tooltip-show-text:hover {
cursor: help;
}
.flat-style4 .pt-tooltip-show-icon:hover .pt-tooltip,
.flat-style4 .pt-tooltip-show-text:hover .pt-tooltip {
display: block;
}
.flat-style4 .pt-tooltip-show-icon {
vertical-align: top;
position: relative;
left: 5px;
top: -5px;
line-height: 1;
}
.flat-style4 .pt-tooltip-show-icon .pt-tooltip-show i.fa {
width: auto;
font-size: 14px;
margin: 0;
}
.flat-style4 .pt-tooltip-top-left,
.flat-style4 .pt-tooltip-bottom-left {
margin-left: -50px;
left: 50%;
right: auto;
text-align: left;
}
.flat-style4 .pt-tooltip-top-left .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-bottom-left .pt-tooltip-content:after {
right: auto;
left: 40px;
margin-right: 0;
}
.flat-style4 .pt-tooltip-top-right,
.flat-style4 .pt-tooltip-bottom-right {
margin-right: -50px;
right: 50%;
text-align: right;
}
.flat-style4 .pt-tooltip-top-right .pt-tooltip-content:after,
.flat-style4 .pt-tooltip-bottom-right .pt-tooltip-content:after {
right: 40px;
margin-right: 0;
}
@media (min-width: 992px) {
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
width: 275px;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
content: "";
display: table;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
clear: both;
}
.flat-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
float: left;
width: 50%;
}
}
.flat-style4 .pt-block,
.flat-style4 .pt-title,
.flat-style4 .pt-price,
.flat-style4 .pt-list,
.flat-style4 .pt-btn {
position: relative;
}
.flat-style4 .pt-back {
background-color: #233039;
border-radius: 14px;
}
.flat-style4 .pt-back,
.flat-style4 .pt-back:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.flat-style4 .pt-back:before {
display: block;
content: "";
border-radius: 14px;
}
.flat-style4 .pt-btn {
border-radius: 20px;
margin: 28px 5px 8px 5px;
}
@media (min-width: 480px) {
.flat-style4 .pt-cols-2 > .pt-col:nth-child(2n+1) .pt-back,
.flat-style4 .pt-cols-4 > .pt-col:nth-child(2n+1) .pt-back {
border-radius: 14px 0 0 14px;
}
.flat-style4 .pt-cols-2 > .pt-col:nth-child(2n+2) .pt-back,
.flat-style4 .pt-cols-4 > .pt-col:nth-child(2n+2) .pt-back {
border-radius: 0 14px 14px 0;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.flat-style4 .pt-cols-3 > .pt-col:nth-child(3n+1) .pt-back,
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+1) .pt-back,
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+3) .pt-back {
border-radius: 14px 0 0 14px;
}
.flat-style4 .pt-cols-3 > .pt-col:nth-child(3n+2) .pt-back,
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+2) .pt-back,
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+4) .pt-back {
border-radius: 0 14px 14px 0;
}
}
@media (min-width: 768px) {
.flat-style4 .pt-cols-3 > .pt-col:nth-child(3n+1) .pt-back {
border-radius: 14px 0 0 14px;
}
.flat-style4 .pt-cols-3 > .pt-col:nth-child(3n+2) .pt-back {
border-radius: 0;
}
.flat-style4 .pt-cols-3 > .pt-col:nth-child(3n+3) .pt-back {
border-radius: 0 14px 14px 0;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+2) .pt-back {
border-radius: 0;
}
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+1) .pt-back,
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+4) .pt-back {
border-radius: 14px 0 0 14px;
}
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+3) .pt-back,
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+5) .pt-back {
border-radius: 0 14px 14px 0;
}
}
@media (min-width: 992px) {
.flat-style4 .pt-cols-4 > .pt-col:nth-child(4n+2) .pt-back,
.flat-style4 .pt-cols-4 > .pt-col:nth-child(4n+3) .pt-back {
border-radius: 0;
}
.flat-style4 .pt-cols-4 > .pt-col:nth-child(4n+1) .pt-back {
border-radius: 14px 0 0 14px;
}
.flat-style4 .pt-cols-4 > .pt-col:nth-child(4n+4) .pt-back {
border-radius: 0 14px 14px 0;
}
}
@media (min-width: 1200px) {
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+2) .pt-back,
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+3) .pt-back,
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+4) .pt-back {
border-radius: 0;
}
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+1) .pt-back {
border-radius: 14px 0 0 14px;
}
.flat-style4 .pt-cols-5 > .pt-col:nth-child(5n+5) .pt-back {
border-radius: 0 14px 14px 0;
}
}
.flat-style4 .pt-price {
font-weight: bold;
color: #fff;
background-color: #364b59;
margin: 54px -14px;
font-size: 42px;
padding: 15px 14px;
z-index: 1;
}
.flat-style4 .pt-price:before {
border-radius: 70px;
background-color: #364b59;
content: "";
position: absolute;
top: -25px;
bottom: -25px;
width: 142px;
display: block;
left: 50%;
margin-left: -71px;
z-index: -1;
}
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:hover,
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:focus {
background-color: #aeaeae;
color: #fff;
cursor: default;
}
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back {
background-color: #334552;
}
.flat-style4 .pt-selected,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover {
z-index: 10;
}
.flat-style4 .pt-selected .pt-back:before,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-back:before {
top: -14px;
bottom: -14px;
background-color: #939393;
-webkit-box-shadow: 0 0 10px 1px #666;
box-shadow: 0 0 10px 1px #666;
}
.flat-style4 .pt-selected .pt-title,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title {
color: #fff;
}
.flat-style4 .pt-selected .pt-price,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price {
color: #535353;
}
.flat-style4 .pt-selected .pt-price,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price,
.flat-style4 .pt-selected .pt-price:before,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price:before {
background-color: #ebebeb;
}
.flat-style4 .pt-selected .pt-list,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list {
color: #fff;
}
.flat-style4 .pt-selected .pt-btn,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn {
background-color: #ebebeb;
color: #535353;
}
.flat-style4 .pt-selected .pt-btn:hover,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:hover,
.flat-style4 .pt-selected .pt-btn:focus,
.flat-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:focus {
background-color: #d9d9d9;
}
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n),
.flat-style4[class*='pt-animation-']:hover .pt-selected {
z-index: auto;
}
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back:before,
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-back:before {
top: 0;
bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
}
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title,
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-title {
color: #fff;
}
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price,
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-price {
color: #fff;
}
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price,
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-price,
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price:before,
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-price:before {
background-color: #364b59;
}
.flat-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list,
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-list {
color: #fff;
}
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-btn {
background-color: #535353;
color: #fff;
}
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:hover,
.flat-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:focus {
background-color: #414141;
}
.flat-style4.pt-animation-default .pt-back:before,
.flat-style4.pt-animation-1 .pt-back:before,
.flat-style4.pt-animation-default .pt-list,
.flat-style4.pt-animation-1 .pt-list,
.flat-style4.pt-animation-default .pt-price,
.flat-style4.pt-animation-1 .pt-price,
.flat-style4.pt-animation-default .pt-price:before,
.flat-style4.pt-animation-1 .pt-price:before,
.flat-style4.pt-animation-default .pt-btn,
.flat-style4.pt-animation-1 .pt-btn {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.flat-style4.pt-animation-1 .pt-cols .pt-col:nth-child(n) .pt-block:nth-child(n) .pt-back:before {
-webkit-box-shadow: none;
box-shadow: none;
}
.pt-content-loader.ptcl-flat-style4{display:block}.pt-content-loader.ptcl-flat-style4+.pt-content-loader-bar{display:none}