/*! Comparative Responsive Pricing Tables.2.3 - 2016-02-14 */
.crpt-modern button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.crpt-modern .pt-btn {
  font-family: inherit;
  cursor: pointer;
  position: relative;
  z-index: 0;
  vertical-align: top;
}
.crpt-modern .pt-btn[disabled] {
  cursor: default;
}
.crpt-modern {
  z-index: 0;
  position: relative;
  cursor: default;
  
  font-size: 15px;
  line-height: 1.2;
  color: #4e4e4e;
  text-align: center;
  margin-top: 30px;
}
.crpt-modern *,
.crpt-modern *:before,
.crpt-modern *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crpt-modern .pt-list-block {
  display: none;
}
.crpt-modern .pt-title {
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.crpt-modern .pt-row {
  zoom: 1;
}
.crpt-modern .pt-row:before,
.crpt-modern .pt-row:after {
  content: "";
  display: table;
}
.crpt-modern .pt-row:after {
  clear: both;
}
@media (min-width: 620px) {
  .crpt-modern .pt-cols-4 .pt-block,
  .crpt-modern .pt-cols-2 .pt-block {
    width: 50%;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .crpt-modern .pt-cols-4 .pt-block,
  .crpt-modern .pt-cols-2 .pt-block {
    float: left;
  }
}
@media (min-width: 620px) and (max-width: 991px) {
  .crpt-modern .pt-cols-4 .pt-block:nth-child(3) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .crpt-modern .pt-block {
    float: left;
  }
  .crpt-modern .pt-cols-3 .pt-block {
    width: 33.3333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .crpt-modern .pt-cols-5 .pt-block:nth-child(4) {
    clear: left;
  }
  .crpt-modern .pt-cols-5 .pt-block:nth-child(1),
  .crpt-modern .pt-cols-5 .pt-block:nth-child(2),
  .crpt-modern .pt-cols-5 .pt-block:nth-child(3) {
    width: 33.3333%;
  }
  .crpt-modern .pt-cols-5 .pt-block:nth-child(4),
  .crpt-modern .pt-cols-5 .pt-block:nth-child(5) {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .crpt-modern .pt-cols-4 .pt-block {
    width: 25%;
  }
  .crpt-modern .pt-cols-5 .pt-block {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .crpt-modern .pt-line-middle {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
  }
  .crpt-modern .pt-2-lines {
    line-height: 48px;
  }
  .crpt-modern .pt-3-lines {
    line-height: 72px;
  }
}
.crpt-modern .pt-tooltip {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 100%;
  margin-right: -100px;
  width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  z-index: 100;
}
.crpt-modern .pt-tooltip .pt-tooltip-content {
  position: relative;
  background-color: #141414;
  padding: 5px;
  display: inline-block;
  text-align: left;
  margin-bottom: 8px;
  max-width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.crpt-modern .pt-tooltip .pt-tooltip-content img {
  max-width: 100%;
}
.crpt-modern .pt-tooltip .pt-tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -8px;
  border-color: rgba(20,20,20,0);
  border-style: solid;
  border-width: 8px 8px;
  border-top-color: #141414;
}
.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
  display: block;
  border-bottom: 1px solid #3a3a3a;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}
.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
  display: block;
}
.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
  display: block;
  line-height: 1.4;
}
.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
  font-size: 13px;
  line-height: $default-lh;
  width: 20px;
}
.crpt-modern .pt-tooltip-bottom {
  bottom: auto;
  top: 100%;
}
.crpt-modern .pt-tooltip-bottom .pt-tooltip-content {
  margin-bottom: 0;
  margin-top: 8px;
}
.crpt-modern .pt-tooltip-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 100%;
  border-top-color: rgba(20,20,20,0);
  border-bottom-color: #141414;
}
.crpt-modern .pt-tooltip-left .pt-tooltip-content,
.crpt-modern .pt-tooltip-left-top .pt-tooltip-content,
.crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content,
.crpt-modern .pt-tooltip-right .pt-tooltip-content,
.crpt-modern .pt-tooltip-right-top .pt-tooltip-content,
.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content {
  margin-bottom: 0;
}
.crpt-modern .pt-tooltip-left .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content:after {
  margin-right: 0;
  border-top-color: rgba(20,20,20,0);
  border-width: 8px 8px;
}
.crpt-modern .pt-tooltip-right,
.crpt-modern .pt-tooltip-right-top,
.crpt-modern .pt-tooltip-right-bottom {
  left: 100%;
  text-align: left;
  margin-left: 11px !important;
  margin-right: 0;
}
.crpt-modern .pt-tooltip-right .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content:after {
  right: 100%;
  border-right-color: #141414;
}
.crpt-modern .pt-tooltip-left,
.crpt-modern .pt-tooltip-left-top,
.crpt-modern .pt-tooltip-left-bottom {
  right: 100%;
  text-align: right;
  margin-right: 11px !important;
}
.crpt-modern .pt-tooltip-left .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content:after {
  left: 100%;
  border-left-color: #141414;
}
.crpt-modern .pt-tooltip-right,
.crpt-modern .pt-tooltip-left {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.crpt-modern .pt-tooltip-right .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left .pt-tooltip-content:after {
  top: 50%;
  margin-top: -8px;
}
.crpt-modern .pt-tooltip-right-top,
.crpt-modern .pt-tooltip-left-top {
  top: -5px;
}
.crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after {
  top: 8px;
}
.crpt-modern .pt-tooltip-right-bottom,
.crpt-modern .pt-tooltip-left-bottom {
  bottom: -5px;
}
.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content:after,
.crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 10px;
}
.crpt-modern .pt-tooltip-show:hover {
  cursor: help;
}
.crpt-modern .pt-tooltip-show:hover ~ .pt-tooltip {
  display: block;
}
.crpt-modern .pt-tooltip-show-icon,
.crpt-modern .pt-tooltip-show-text {
  display: inline-block;
  position: relative;
}
.crpt-modern .pt-tooltip-show-icon {
  vertical-align: top;
  position: relative;
  left: 5px;
  top: -5px;
}
.crpt-modern .pt-tooltip-show-icon .pt-tooltip-show {
  z-index: 20;
  position: relative;
}
.crpt-modern .pt-tooltip-show-icon .pt-tooltip-show i.fa {
  width: auto;
  font-size: 14px;
  line-height: $default-lh;
}
.crpt-modern .pt-block .pt-tooltip-show-icon .pt-tooltip {
  margin-right: -50px;
  text-align: right;
}
.crpt-modern .pt-block .pt-tooltip-show-icon .pt-tooltip .pt-tooltip-content:after {
  right: 42px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .crpt-modern .pt-tooltip-show-text .pt-tooltip {
    width: 280px;
    margin-right: -140px;
  }
  .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
    zoom: 1;
  }
  .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
  .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    content: "";
    display: table;
  }
  .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    clear: both;
  }
  .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
    float: left;
    width: 50%;
  }
}
.crpt-modern .pt-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  -webkit-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
  
  font-size: 16px;
  line-height: $default-lh;
}
.crpt-modern .pt-badge .pt-text {
  position: absolute;
  left: 15.81623381592643px;
  top: -38.18376618407357px;
  width: 76.36753236814714px;
  height: 76.36753236814714px;
  text-align: center;
  line-height: 124.19999999999999px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crpt-modern .pt-new {
  border-top: 1px solid #2d6da3;
  border-right: 1px solid #2d6da3;
}
.crpt-modern .pt-new .pt-text {
  background-color: #337ab7;
  -webkit-box-shadow: 0 0 1px #1d4567;
  box-shadow: 0 0 1px #1d4567;
}
.crpt-modern .pt-discount {
  border-top: 1px solid #e60000;
  border-right: 1px solid #e60000;
}
.crpt-modern .pt-discount .pt-text {
  background-color: #f00;
  -webkit-box-shadow: 0 0 1px #900;
  box-shadow: 0 0 1px #900;
}
.crpt-modern .pt-popular {
  border-top: 1px solid #33a242;
  border-right: 1px solid #33a242;
}
.crpt-modern .pt-popular .pt-text {
  background-color: #39b54a;
  -webkit-box-shadow: 0 0 1px #21672a;
  box-shadow: 0 0 1px #21672a;
}
.crpt-modern .pt-block {
  margin-bottom: 30px;
}
.crpt-modern .pt-content {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.crpt-modern .pt-head {
  position: relative;
  z-index: 0;
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.crpt-modern .pt-head .pt-back {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 76px;
  border-width: 1px;
  border-style: solid;
  border-color: #595959 #666;
  -webkit-box-shadow: 100px 0 100px -100px #808080 inset, -100px 0 100px -100px #808080 inset;
  box-shadow: 100px 0 100px -100px #808080 inset, -100px 0 100px -100px #808080 inset;
  background: #333;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.crpt-modern .pt-top {
  position: relative;
  z-index: 2;
  color: #fff;
}
.crpt-modern .pt-title {
  font-size: 28px;
  line-height: 54px;
  color: #4e4e4e;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.crpt-modern .pt-price-container {
  height: 76px;
  padding: 5px;
}
.crpt-modern .pt-price {
  position: relative;
  display: inline-block;
}
.crpt-modern .pt-price .pt-currency {
  position: absolute;
  top: 22px;
  left: 100%;
  font-size: 44px;
  line-height: 30px;
}
.crpt-modern .pt-price .pt-value {
  font-size: 44px;
  line-height: 66px;
  height: 66px;
}
.crpt-modern .pt-crossed {
  position: relative;
}
.crpt-modern .pt-crossed:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #666;
}
.crpt-modern .pt-sub {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
.crpt-modern .pt-sub .pt-crossed:after {
  background: #fff;
}
.crpt-modern .pt-sub + .pt-price-container {
  padding-top: 0;
}
.crpt-modern .pt-footer {
  position: relative;
}
.crpt-modern .pt-btn {
  width: 100%;
  height: 66px;
  font-size: 26px;
  line-height: 66px;
  
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  border: 0 none;
  z-index: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: 50px 0 50px -50px #808080 inset, -50px 0 50px -50px #808080 inset, 0 0 2px #1a1a1a;
  box-shadow: 50px 0 50px -50px #808080 inset, -50px 0 50px -50px #808080 inset, 0 0 2px #1a1a1a;
  background: #333;
}
.crpt-modern .pt-btn:hover,
.crpt-modern .pt-btn:focus {
  color: #fff;
  font-size: 30px;
  line-height: $default-lh;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.crpt-modern .pt-tooltip-show-text .pt-tooltip-show {
  border-bottom: 1px dotted;
}
@font-face {

  src: url("../fonts/Lato/lato-regular-webfont.eot");
  src: url("../fonts/Lato/lato-regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/Lato/lato-regular-webfont.woff2") format('woff2'), url("../fonts/Lato/lato-regular-webfont.woff") format('woff'), url("../fonts/Lato/lato-regular-webfont.ttf") format('truetype'), url("../fonts/Lato/lato-regular-webfont.svg#Lato") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  
  src: url("../fonts/Lato/lato-light-webfont.eot");
  src: url("../fonts/Lato/lato-light-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/Lato/lato-light-webfont.woff2") format('woff2'), url("../fonts/Lato/lato-light-webfont.woff") format('woff'), url("../fonts/Lato/lato-light-webfont.ttf") format('truetype'), url("../fonts/Lato/lato-light-webfont.svg#Lato-light") format('svg');
  font-weight: normal;
  font-style: normal;
}
.crpt-modern .pt-list {
  padding: 10px 5px 5px;
  position: relative;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.crpt-modern .pt-list .pt-back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.crpt-modern .pt-list .pt-list-item .pt-value {
  
}
.crpt-modern .pt-list .fa {
  font-size: 18px;
}
.crpt-modern .pt-list .fa-check {
  color: #009245;
}
.crpt-modern .pt-list .fa-times {
  color: #ff1d25;
}
.crpt-modern .pt-list .pt-list-item + .pt-list-item {
  border-top: 1px dotted #ccc;
}
.crpt-modern .pt-list-item {
  padding: 7px 0 6px;
  line-height: 24px;
}
@media (min-width: 620px) {
  .crpt-modern .pt-cols-4 .pt-block,
  .crpt-modern .pt-cols-2 .pt-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .crpt-modern .pt-cols-4 .pt-row,
  .crpt-modern .pt-cols-2 .pt-row {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .crpt-modern .pt-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .crpt-modern .pt-row {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .crpt-modern .pt-cols-5 .pt-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .crpt-modern .pt-cols-5 .pt-block {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .crpt-modern .pt-list-block {
    display: block;
    position: absolute;
    left: 0;
    bottom: 57px;
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #f4f4f4;
    border: 1px solid #ececec;
    padding: 48px 8px 44px;
  }
  .crpt-modern .pt-list-block .pt-list-item:nth-child(2n) {
    background-color: #ececec;
  }
  .crpt-modern .pt-list-block .pt-text {
/*
                to change size of left side bar - change 'width' here to: <sidebar-size> - 8px;
                Example:
                for sidebar size - 200px
                200px - 8px = 192px
                so you should change width to 192px:

                width : 192px;
            */
    display: block;
    width: 162px;
    padding-right: 20px;
    text-align: right;
  }
  .crpt-modern .pt-list-block + .pt-cols {
/* to change size of left side bar - change 'margin-left' here */
    position: relative;
    z-index: 2;
    margin-left: 170px;
    margin-right: 18px;
  }
  .crpt-modern .pt-list-block + .pt-cols .pt-list .pt-back {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
  .crpt-modern .pt-list-block + .pt-cols .pt-list-item + .pt-list-item {
    border-top: 0 none;
  }
  .crpt-modern .pt-list-block + .pt-cols .pt-list-item .pt-text {
    display: none;
  }
  .crpt-modern .pt-list-block + .pt-cols .pt-list-item .pt-value {
    
  }
  .crpt-modern.pt-side-xs .pt-list-block .pt-text {
    width: 172px;
  }
  .crpt-modern.pt-side-xs .pt-list-block + .pt-cols {
    margin-left: 180px;
  }
  .crpt-modern.pt-side-sm .pt-list-block .pt-text {
    width: 212px;
  }
  .crpt-modern.pt-side-sm .pt-list-block + .pt-cols {
    margin-left: 220px;
  }
  .crpt-modern.pt-side-md .pt-list-block .pt-text {
    width: 232px;
  }
  .crpt-modern.pt-side-md .pt-list-block + .pt-cols {
    margin-left: 240px;
  }
  .crpt-modern.pt-side-lg .pt-list-block .pt-text {
    width: 272px;
  }
  .crpt-modern.pt-side-lg .pt-list-block + .pt-cols {
    margin-left: 280px;
  }
}
.crpt-modern .pt-cols .pt-row .pt-block.pt-not-available .pt-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.crpt-modern .pt-cols .pt-row .pt-block.pt-not-available .pt-head .pt-back {
  height: 76px;
  border-color: #cdcdcd;
  -webkit-box-shadow: 100px 0 100px -100px #dadada inset, -100px 0 100px -100px #dadada inset;
  box-shadow: 100px 0 100px -100px #dadada inset, -100px 0 100px -100px #dadada inset;
  background: #c0c0c0;
}
.crpt-modern .pt-cols .pt-row .pt-block.pt-not-available .pt-title {
  color: #4e4e4e;
}
.crpt-modern .pt-cols .pt-row .pt-block.pt-not-available .pt-btn {
  font-size: 26px;
  cursor: default;
  -webkit-box-shadow: 50px 0 50px -50px #dadada inset, -50px 0 50px -50px #dadada inset, 0 0 2px #a7a7a7;
  box-shadow: 50px 0 50px -50px #dadada inset, -50px 0 50px -50px #dadada inset, 0 0 2px #a7a7a7;
  background: #c0c0c0;
}
.crpt-modern .pt-selected .pt-content,
.crpt-modern.pt-animation-default .pt-block:hover .pt-content,
.crpt-modern.pt-animation-default .pt-cols .pt-block.pt-selected:hover .pt-content,
.crpt-modern.pt-animation-2 .pt-block:hover .pt-content,
.crpt-modern.pt-animation-2 .pt-cols .pt-block.pt-selected:hover .pt-content {
  -webkit-box-shadow: 0 0 12px #666;
  box-shadow: 0 0 12px #666;
}
.crpt-modern .pt-selected .pt-head .pt-back,
.crpt-modern.pt-animation-default .pt-block:hover .pt-head .pt-back,
.crpt-modern.pt-animation-default .pt-cols .pt-block.pt-selected:hover .pt-head .pt-back,
.crpt-modern.pt-animation-1 .pt-block:hover .pt-head .pt-back,
.crpt-modern.pt-animation-1 .pt-cols .pt-block.pt-selected:hover .pt-head .pt-back {
  height: 100%;
}
.crpt-modern .pt-selected .pt-title,
.crpt-modern.pt-animation-default .pt-block:hover .pt-title,
.crpt-modern.pt-animation-default .pt-cols .pt-block.pt-selected:hover .pt-title,
.crpt-modern.pt-animation-1 .pt-block:hover .pt-title,
.crpt-modern.pt-animation-1 .pt-cols .pt-block.pt-selected:hover .pt-title {
  color: #fff;
}
.crpt-modern.pt-animation-default .pt-cols:hover .pt-selected .pt-content,
.crpt-modern.pt-animation-2 .pt-cols:hover .pt-selected .pt-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.crpt-modern.pt-animation-default .pt-cols:hover .pt-selected .pt-head .pt-back,
.crpt-modern.pt-animation-1 .pt-cols:hover .pt-selected .pt-head .pt-back {
  height: 76px;
}
.crpt-modern.pt-animation-default .pt-cols:hover .pt-selected .pt-title,
.crpt-modern.pt-animation-1 .pt-cols:hover .pt-selected .pt-title {
  color: #4e4e4e;
}

/* dodal gremonasplet */

.zvezdica {
	display: block;
	height: 24px !important;
	
}

.zvezdica2 {
	display: block;
	color: #000000;
	height: 35px !important;
	
}

.zvezdica-optika {
	font-size: 26px;
	color: #4e4e4e;
	display: block;

	height: 35px !important;
	
}


/* konec dodatne kode */