/* ================================================================
 * SHORTCODES
 * ================================================================ */
.dropcap-container {
    margin: 0;
    padding: 0;
}
.dropcap {
    color: #000;
    display: block;
    float: left;
    font-size: 70px;
    line-height: 60px;
    padding: 6px 8px 0 0;
}
.themex-listitem.icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.themex-listitem.icon li:before {
    margin-right: 6px;
}
.themex-listitem.icon.circle li:before {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
}
.themex-listitem.icon.square li:before {
    padding: 4px;
}
.themex-listitem.icon.square li:before, .themex-listitem.icon.circle li:before {
    background-color: #000000;
    color: #FFFFFF;
}
.themex-fa-icon.circle, .themex-fa-icon-circle {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}
.themex-fa-icon.circle, .themex-fa-icon.square {
    background-color: #000000;
    color: #FFFFFF;
}
.themex-fa-icon {
    text-align: center;
    margin: 0 10px 15px 0;
}
.themex-fa-icon.large {
    font-size: 4em;
}
.themex-fa-icon.circle.large, .themex-fa-icon.square.large { 
    height: 100px;
    line-height: 100px;
    width: 100px;
}
.themex-fa-icon.medium {
    font-size: 2.5em;
}
.themex-fa-icon.circle.medium, .themex-fa-icon.square.medium { 
    height: 75px;
    line-height: 75px;
    width: 75px;
}
.themex-fa-icon.small {
    font-size: 1.5em;    
}
.themex-fa-icon.circle.small, .themex-fa-icon.square.small { 
    height: 50px;
    line-height: 50px;
    width: 50px;
}
/* Override the bootstrap style */
/*.btn.btn-default {
    background-color: #fff;
        border: 1px solid #ccc;
    color: #333;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}*/
.btn.btn-success {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active {
    background-color: #47a447;
    border-color: #398439;
    color: #fff;
}
.btn.btn-info {
    background-color: #5bc0de;
    border: 1px solid #46b8da;
    color: #fff;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active {
    background-color: #39b3d7;
    border-color: #269abc;
    color: #fff;
}
.btn.btn-warning {
    background-color: #f0ad4e;
    border: 1px solid #eea236;
    color: #fff;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active {
    background-color: #ed9c28;
    border-color: #d58512;
    color: #fff;
}
.btn.btn-primary {
    background-color: #428bca;
    border: 1px solid #357ebd;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    background-color: #3276b1;
    border-color: #285e8e;
    color: #fff;
}
.btn.btn-danger {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    color: #fff;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active {
    background-color: #d2322d;
    border-color: #ac2925;
    color: #fff;
}
.btn.btn-xs, .btn-group-xs > .btn {
    padding: 3px 8px;
}
.btn.btn-sm, .btn-group-sm > .btn {  
    padding: 5px 12px;
}
.btn.btn-lg, .btn-group-lg > .btn {   
    padding: 12px 28px;
}
.btn .i {
    padding-right: 8px;
}
.btn .i.right-align {
    padding-right: 0;
    padding-left: 8px;
}
.alert {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    text-align: center;
    padding: 20px;
    font-weight: 500;
}
.alert .close {
    opacity: 0.7;
    text-shadow: none;
    font-size: 25px;
}
.alert .close:hover {
    opacity: 1;
}
.alert-warning {
    border-color: #BCA173;   
}
.alert-warning .close {
    color: #BCA173;	
}
.alert-success {
    border-color: #84B582;
}
.alert-success .close {
    color: #84B582;	
}
.alert-danger {    
    border-color: #BF5F5D;    
}
.alert-danger .close {
    color: #BF5F5D;	
}
.alert-info {
    background-color: #fff;
    border-color: #282828;
    color: #141414;
}
.alert-info .close {   
    color: #282828;
}
.themex-accordion-panel.panel {
    background: transparent;	
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border: none;
}
.themex-accordion .panel-heading {
    padding: 0;
    background: #fafafa;
    border: none;
    height: 60px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.themex-accordion .panel-title {
    line-height: 60px;
}
.themex-accordion .panel-title a {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.themex-accordion .themex-accordion-panel .panel-collapse .panel-body {
    border: none;
}
.themex-accordion .panel-body {
    background: #fafafa;
    margin-top: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 25px;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.themex-progress-bar.progress {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    height: 20px;
    margin-bottom: 10px;
    background: #efefef;
}
.themex-progress-bar .progress-bar {
    transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -webkit-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    -ms-transition: width 1.5s ease-in-out;	
    line-height: 20px;
    font-size: 12px;
    font-weight: 900;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
.progress-bar-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
}
.themex-progress-bar .progress-bar span {
    display: none;
    float: right;
    padding-right: 10px;
}
.content-boxes .thumbnail {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    padding: 0;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #CECECE;
    -moz-box-shadow: 0 0 0 1px #CECECE;
    -webkit-box-shadow: 0 0 0 1px #CECECE;
    -o-box-shadow: 0 0 0 1px #CECECE;
    -ms-box-shadow: 0 0 0 1px #CECECE;
}
.content-boxes h3 {
    text-transform: uppercase;
}
.themex-thumb-on-bottom .thumbnail {
    border: none;
}
.themex-show-overlay {
    background: none repeat scroll 0 0 rgba(0,0,0,0.6);
    bottom: 0;
    padding: 0;	
    position: absolute;  
    text-align: center;
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    transform: translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(0px, 100%, 0px);
    -webkit-transform: translate3d(0px, 100%, 0px);
    -o-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -webkit-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    -ms-transition: transform 0.35s ease 0s;
    backface-visibility: hidden;	
}
.themex-thumb-boxed .thumbnail, .themex-thumb-overlay .thumbnail {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/*.themex-thumb-boxed:hover .themex-show-overlay, .themex-thumb-overlay:hover .themex-show-overlay {
    display: block;
}*/
.themex-thumb-boxed:hover .themex-show-overlay, .themex-thumb-boxed:hover *, .themex-thumb-overlay:hover .themex-show-overlay, .themex-thumb-overlay:hover * {	
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
}
.themex-show-overlay .themex-content-mask {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
}
.themex-thumb-overlay .themex-content-mask *:not(.btn) {
    color: #FFFFFF;
}
.themex-show-overlay span {
    margin: 5px;
    font-size: 21px;
    background: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.themex-thumb-on-bottom h3 {
    margin: 0;
}
.themex-counter .counter {
    font-size: 55px;
    font-weight: 700;	
    vertical-align: middle;
}
.content-boxes .thumbnail img {
    width: 100%;
}
.themex-imageframe, .themex-imageframe-overlay {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 100%;
}
.themex-imageframe .img-thumbnail, .themex-imageframe-overlay .img-thumbnail {
    display: block;
}
.dropshade img {	
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.4);
}
.bottomcurved:before, .bottomcurved:after {   
    bottom: 15px;
    box-shadow: 0 16px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 16px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 16px 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 16px 10px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 16px 10px rgba(0, 0, 0, 0.6);
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.bottomcurved:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
}
.bottomcurved, .roundedshade {
    position: relative;
    z-index: 1;
}
.roundedshade:after {
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.8);
    content: "";
    height: 50%;
    left: 10%;
    position: absolute;
    right: 10%;
    width: 80%;
    z-index: -1;
}
.imageframe-overlay {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.imageframe-overlay-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.imageframe-overlay-content.overlay-top {
    top: 0;
}
.imageframe-overlay-content.overlay-bottom {
    bottom: 0;
}
.imageframe-overlay-content .themex-imageframe {
    margin-bottom: 0;	
}
.imageframe-overlay-content .pull-left .themex-imageframe {
    margin-right: 20px;	
}
.imageframe-overlay-content .pull-right .themex-imageframe {
    margin-bottom: 20px;	
}
.modal-dialog .close {
    font-size: 32px;
    line-height: 0.8;
}
/* ================================================================
 * TABS
 * ================================================================ */
.tab-content > .tab-pane {
    padding: 25px;
    margin-top: 10px;
    background: #fafafa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.nav-tabs {
    border: none;
}
.nav-tabs > li {
    margin: 0 5px;
}
.nav-tabs > li:first-child {
    margin-left: 0;	
}
.nav-tabs > li > a {
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #fafafa;
    text-transform: uppercase;
    padding: 20px 30px;
    font-weight: 900;
    min-width: 150px;
    text-align: center;
}
.nav > li > a:hover, .nav > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    color: #FFFFFF;
}
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.nav-tabs.tabs-left > li, .nav-tabs.tabs-right > li {
    float: none;
    margin-bottom: 2px;
}
.nav-tabs.tabs-left > li {
    margin-right: -1px;
}
.nav-tabs.tabs-right > li {
    margin-left: -1px;
}
.nav-tabs.tabs-left > li.active > a, .nav-tabs.tabs-left  >li.active > a:hover, .nav-tabs.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}
.nav-tabs.tabs-right > li.active > a, .nav-tabs.tabs-right > li.active > a:hover, .nav-tabs.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.nav-tabs.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
}
.nav-tabs.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
/* ================================================================
 * Pricing Table
 * ================================================================ */
.row.themex-pricing {
    display: block;
    text-align: center;
    margin: 1.5em 0 3em;
}
.themex-pricing .style1 .pricing-plan-list {
    background: #EFEFEF;	
    border: 3px solid #fff;
    padding: 0 0 15px;
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.themex-pricing .style1 .pricing-plan-list:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    box-shadow: 0 0 12px 0 #A3A3A3;
    -moz-box-shadow: 0 0 12px 0 #A3A3A3;
    -webkit-box-shadow: 0 0 12px 0 #A3A3A3;
    -o-box-shadow: 0 0 12px 0 #A3A3A3;
    -ms-box-shadow: 0 0 12px 0 #A3A3A3;
    cursor: pointer;
}
/*.style1 .themex-ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
        height: 130px;
        overflow: hidden;
}
.style1 .themex-ribbon .ribbon.text-center {
        background-color: #67CEF6;
    height: 40px; 
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 9px;
        left: 39px;
    transform: rotate(45deg);
    width: 125px;
        color: #FFFFFF;
}*/
.style1 .themex-ribbon {
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 100px;
}
.style1 .ribbon.text-center {
    background-color: rgba(37, 200, 249, 0.7);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -29px;
    top: 16px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 120px;
    color: #FFFFFF;
}
.style1 .ribbon.text-center:before {
    left: 0;
}
.style1 .ribbon.text-center:before, .style1 .ribbon.text-center:after {
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);	
    border-style: solid;
    border-width: 8px;
    bottom: -15px;
    content: "";    
    position: absolute;
}
.style1 .ribbon.text-center:after {
    right: 0;
}
.style1 .themex-pricing-title {
    padding: 15px 5px;
    font-size: 25px;
    margin-bottom: 15px;
    height: 130px;
    border-bottom: 5px solid #000;
}
.style1 .themex-price-item.text-center {
    position: relative;
    height: 60px;	
}
.style1 .themex-prices {
    background: none repeat scroll 0 0 #EDEDED;
    border: 5px solid #FFFFFF;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 0px 8px 10px -5px #3F3F3F inset;
    -moz-box-shadow: 0px 8px 10px -5px #3F3F3F inset;
    -webkit-box-shadow: 0px 8px 10px -5px #3F3F3F inset;
    -o-box-shadow: 0px 8px 10px -5px #3F3F3F inset;
    -ms-box-shadow: 0px 8px 10px -5px #3F3F3F inset;
    height: 115px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    right: 0;
    top: -75px;
    width: 115px;
    transition: transform 0.2s ease-out 0.1s;
    -moz-transition: transform 0.2s ease-out 0.1s;
    -webkit-transition: transform 0.2s ease-out 0.1s;
    -o-transition: transform 0.2s ease-out 0.1s;
    -ms-transition: transform 0.2s ease-out 0.1s;
}
.style1 .themex-prices:hover, .themex-pricing .style1 .pricing-plan-list:hover .themex-prices {
    background: none repeat scroll 0 0 #DD5656;
    color: #FFFFFF;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.style1 .themex-prices .price {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
}
.style1 .themex-prices .time {
    margin: 0;
    font-size: 15px;	
    position: relative;
    bottom: 15px;
}
.style1 .themex-features-list li {
    border-top: 1px solid #E0E0E0;
    padding: 6px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
#themex-pricing-table.style1 .themex-features-list li:hover {
    opacity: 0.6;
}
#themex-pricing-table.style1 .themex-pricing-button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
}
#themex-pricing-table.style1 {
    padding: 15px;
    float: none;
    display: inline-block;
}
#themex-pricing-table.style1 .themex-pricing-button:before {
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    display: block;
    width: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.4s ease 0s;
    -moz-transition: width 0.4s ease 0s;
    -webkit-transition: width 0.4s ease 0s;
    -o-transition: width 0.4s ease 0s;
    -ms-transition: width 0.4s ease 0s;
    height: 100%;
}
#themex-pricing-table.style1 .themex-pricing-button {    
    position: relative;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    max-width: 250px;
}
#themex-pricing-table.style1 .themex-pricing-button:hover:before {
    width: 100%;
}
/* Style 2 */
.themex-pricing .style2 .pricing-plan-list {
    background: #FFFFFF;
    border: 1px solid #ccc;
    padding: 0 0 15px;
    position: relative;	
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
}
.themex-pricing .style2 {
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
}
.themex-pricing #themex-pricing-table.style2:hover {	
    padding: 0;
    cursor: pointer;
}
.themex-pricing #themex-pricing-table.style2:hover .pricing-plan-list {
    padding-bottom: 60px;
}
.themex-pricing #themex-pricing-table.style2.ribbon.featured {	
    padding: 0;
}
.themex-pricing #themex-pricing-table.style2.ribbon.featured .pricing-plan-list {
    padding-bottom: 60px;
}
.themex-pricing:hover #themex-pricing-table.style2.ribbon.featured {	
    padding: 20px 0 40px;
}
.themex-pricing:hover #themex-pricing-table.style2.ribbon.featured .pricing-plan-list {
    padding-bottom: 15px;
}
.themex-pricing #themex-pricing-table.style2.ribbon.featured:hover {	
    cursor: pointer;
    padding: 0;
}
.themex-pricing #themex-pricing-table.style2.ribbon.featured:hover .pricing-plan-list {
    padding-bottom: 60px;
}
.themex-pricing #themex-pricing-table.style2.ribbon.featured .themex-pricing-btn-item {
    margin-bottom: -25px;
    margin-top: 30px;
}
.themex-pricing:hover #themex-pricing-table.style2.ribbon.featured .themex-pricing-btn-item {	
    margin-bottom: 0;
    margin-top: 0;
}
.themex-pricing #themex-pricing-table.style2.ribbon.featured:hover .themex-pricing-btn-item, .themex-pricing #themex-pricing-table.style2:hover .themex-pricing-btn-item {	
    margin-bottom: -25px;
    margin-top: 30px;
}
#themex-pricing-table.style2 .themex-pricing-btn-item {
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
}
.style2 .themex-pricing-title {
    padding: 30px 5px 15px;
    font-size: 25px;
    line-height: 30px;	
    border-top: 5px solid #000;
    text-transform: uppercase;
}
#themex-pricing-table.style2 {
    padding: 20px 0 40px;	
    margin: 15px 0;	
}
#themex-pricing-table.style2.ribbon.featured .themex-pricing-title, #themex-pricing-table.style2.ribbon.featured .pricing-plan-list {
    color: #FFFFFF;
}
/*.style2 .themex-ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
        height: 130px;
        overflow: hidden;
}
.style2 .themex-ribbon .ribbon.text-center {
        background-color: #67CEF6;
    height: 40px; 
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 9px;
        left: 39px;
    transform: rotate(45deg);
    width: 125px;
        color: #FFFFFF;
}*/
.style2 .themex-ribbon {
    position: absolute;
    right: 6px;
    top: 0px;
    width: 100px;
    height: 45px;	
}
.style2 .themex-ribbon .ribbon.text-center {
    width: 80px;
    height: 35px;
    line-height: 20px;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: -10px;
    padding: 15px 6px 0;
    box-shadow: 0 4px 8px 0 rgba(33, 33, 33, 0.5);
    -moz-box-shadow: 0 4px 8px 0 rgba(33, 33, 33, 0.5);
    -webkit-box-shadow: 0 4px 8px 0 rgba(33, 33, 33, 0.5);
    -o-box-shadow: 0 4px 8px 0 rgba(33, 33, 33, 0.5);
    -ms-box-shadow: 0 4px 8px 0 rgba(33, 33, 33, 0.5);
    background-color: #000000;
}
.style2 .themex-ribbon .ribbon.text-center:before {
    left: -10px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #000 #000;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.style2 .themex-ribbon .ribbon.text-center:before, .style2 .themex-ribbon .ribbon.text-center:after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    top: 0;
}
.style2 .themex-ribbon .ribbon.text-center:after {
    right: -10px;
    border-color: #000 rgba(0,0,0,0) rgba(0,0,0,0) #000;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.style2 .themex-ribbon:after {
    content: "";
    display: block;
    border-width: 41px;
    border-style: solid;
    border-color: #000 rgba(0,0,0,0) rgba(0,0,0,0);
    left: 9px;
    position: absolute;
    top: 24px;
}
.style2 .themex-price-item {	
    margin-bottom: 10px;
}
.style2 .themex-prices .price {
    margin: 0;
    font-size: 52px;
    font-weight: bold;
    line-height: 55px;
}
.style2 .themex-prices .time {
    margin: 0;
    font-size: 20px;	
    position: relative;	
}
.style2 .themex-features-list li {
    border-top: 1px solid #DCDEE2;
    padding: 6px;
}
.style2 .themex-features-list li.last-feature {
    border-bottom: 1px solid #DCDEE2;	
}
.style2.ribbon.featured .themex-features-list li.last-feature {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);	
}
.style2.ribbon.featured .themex-features-list li {
    border-color: rgba(204, 204, 204, 0.4);
}
.style2 .themex-features-list li.style2-shade {
    background: rgba(219, 219, 219, 0.3);
}
.style2.ribbon.featured .themex-features-list li.style2-shade {
    background: rgba(53, 53, 53, 0.3);
}
#themex-pricing-table.style2 .themex-pricing-button {    
    position: relative;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    max-width: 250px;	
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: none;
}
#themex-pricing-table.style2 .themex-pricing-button:hover {
    opacity: 0.7;
}
/* Style 3 */
.themex-pricing .style3 .pricing-plan-list {
    background: #e7e7e7;	
    padding: 0 0 15px;
    position: relative;	
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    z-index: 1;
}
/*.themex-pricing .style3 {
        transition: all 0.5s ease 0s;
}*/
.themex-pricing:hover .style3.ribbon.featured .pricing-plan-list {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    z-index: 1;
}
.themex-pricing .style3 .pricing-plan-list:hover {
    background: #fafafa;
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    z-index: 3;
    cursor: pointer;
}
.themex-pricing .style3.ribbon.featured .pricing-plan-list {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    z-index: 3;
}
.themex-pricing .style3.ribbon.featured .pricing-plan-list:hover {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
    z-index: 3;
}
.style3 .themex-pricing-title {
    background: #303030;
    color: #FFFFFF;
    padding: 5px;
    font-size: 20px;
    line-height: 25px;
}
#themex-pricing-table.style3 {
    padding: 0;	
    margin: 15px 0;
    max-width: 25%;
    float: none;
    display: inline-block;
    border: 1px solid #bebebe;
}
.style3 .themex-price-item {
    height: 120px;
    background: #2c2c2c;
    color: #FFFFFF;
    border-top: 1px solid #606060;
}
.themex-pricing .style3 .pricing-plan-list:hover .themex-price-item {
    border-color: rgba(255,255,255,0.4);
}
.style3 .themex-ribbon {
    background: none repeat scroll 0 0 #9A0F2A;
    border-radius: 0 0 70px;
    color: #FFFFFF;
    height: 70px;
    overflow: hidden;
    position: absolute;
    width: 70px;
}
.style3 .ribbon.text-center {    
    height: 80px;    
    line-height: 50px;
    position: absolute;   
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    width: 80px;
}
.style3 .themex-prices {
    padding: 10px 0;
}
.style3 .themex-prices .price {
    margin: 0;
    font-size: 55px;
    font-weight: bold;
    line-height: 60px;	
}
.style3 .themex-prices .time {
    margin: 0;
    font-size: 20px;
    position: relative;	
}
.style3 .themex-features-list li {
    border-top: 1px solid #bebebe;
    padding: 8px 15px;
    text-align: left;
}
.style3 .themex-features-list li.last-feature {
    border-bottom: 1px solid #bebebe;	
}
.style3 .themex-features-list li .fa {
    padding-right: 6px;
}
#themex-pricing-table.style3 .themex-pricing-button {    
    position: relative;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    max-width: 250px;	
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
    background: #191919;
    color: #FFFFFF;
    border: 5px solid rgba(255, 255, 255, 0.8);
}
#themex-pricing-table.style3 .themex-pricing-button:before {
    background-color: rgba(237, 237, 237, 0.3);
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: height 0.2s ease 0s;
    -moz-transition: height 0.2s ease 0s;
    -webkit-transition: height 0.2s ease 0s;
    -o-transition: height 0.2s ease 0s;
    -ms-transition: height 0.2s ease 0s;
    width: 100%;
    color: #FFFFFF;
}
#themex-pricing-table.style3 .themex-pricing-button:hover:before {
    height: 100%;	
}