/* ================================================================
 * SHORTCODE
 * ================================================================ */
.dropcap-container {
    margin: 0;
    padding: 0;
}
.dropcap {
    color: #000;
    display: block;
    float: left;
    font-size: 70px;
    line-height: 60px;
    padding: 6px 8px 0 0;
}
.zozo-listitem.icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.zozo-listitem.icon li:before {
    margin-right: 6px;
}
.zozo-listitem.icon.circle li:before {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    padding: 4px;
}
.zozo-listitem.icon.square li:before {
    padding: 4px;
}
.zozo-fa-icon.circle {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;	
}
.zozo-fa-icon {
    text-align: center;
}
.zozo-fa-icon.large {
    font-size: 4em;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.zozo-fa-icon.medium {
    font-size: 2em;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.zozo-fa-icon.small {
    font-size: 1.1em;
    width: 20px;
    height: 20px;
    line-height: 19px;
}
/* Override the bootstrap style */
blockquote, .blockquote-reverse {
    border-left: none;
    border-right: none;
    padding: 10px;
}
.zozo-show-overlay[class^="col-md-"], .zozo-show-overlay[class*="col-md-"] {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    display: none;
    left: 15px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: auto;
}
.zozo-thumb-boxed[class^="col-md-"], .zozo-thumb-boxed[class*="col-md-"], .zozo-thumb-overlay[class^="col-md-"], .zozo-thumb-overlay[class*="col-md-"] {
    position: relative;
}
.zozo-thumb-boxed:hover .zozo-show-overlay, .zozo-thumb-overlay:hover .zozo-show-overlay {
    display: block;
}
.zozo-thumb-on-bottom h3 {
    margin: 0;
}
/* ================================================================
 * TABS
 * ================================================================ */
.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.zozo-pricing {
    display: block;
    text-align: center;
    margin: 1.5em 0 3em;
}
.zozo-pricing-title
{
    background:url(../../../images/bg/transparent.png) no-repeat scroll 0% 0%  #48c5e8;


}

.zozo-pricing .style1 .pricing-plan-list {
    background: #161619;	
    /*border: 3px solid #fff;*/
    padding: 0 0 15px;
    position: relative;
    transition: all 0.3s ease 0s;
    color:#FFF;
    z-index: 0;
    outline:none;
    /*-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;*/
}
.style1
{
    outline:none;}
.zozo-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 .zozo-ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
        height: 130px;
        overflow: hidden;
}
.style1 .zozo-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 .zozo-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 .zozo-pricing-title {
    height: 130px;


    font-size: 50px;
    font-weight: 900;
    height: 130px;
    line-height: 130px;
    margin: 0;
    /*border-bottom: 5px solid #000;*/
}
.style1 .zozo-price-item.text-center {
    position: relative;

}
.style1 .zozo-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;*/

    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    right: 0;
    width: 90%;
    /*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;*/
}
.price
{ 
    color: #fff !important;
    height:150px;
    line-height: 150px;
}
.price span
{
    font-size: 80px;
    line-height:150px;
}
.down-arrow {
    height: 50px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 85px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    width: 50px;
    z-index: -1;
}
.style1 .zozo-prices:hover, .zozo-pricing .style1 .pricing-plan-list:hover .zozo-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 .zozo-prices .price {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
}
.zozo-pricing .style1:hover
{
    box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    z-index:10;
    outline:none;
    outline: medium none;
    transform: scale(1.06);
    z-index: 10;
    border:none;
}
.style1 .zozo-prices .time {
    margin: 0;
    font-size: 15px;	
    position: relative;
    bottom: 15px;
}
.style1 .zozo-features-list li {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    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;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #94949b;
    list-style: none outside none;
    margin: 0 40px;
    padding: 13px 0;
}
#zozo-pricing-table.style1 .zozo-features-list li:hover {
    opacity: 0.6;
}
#zozo-pricing-table.style1 .zozo-pricing-button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
}
#zozo-pricing-table.style1 {
    padding: 0px;
    float: none;
    display: inline-block;
}
#zozo-pricing-table.style1:first-child
{
    border-right: 1px solid #333336;
}

.style1
{}
.item-features
{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.btn-primary
{
    background-color:rgba(0,0,0,0)!important;
}
.zozo-pricing-button.btn.btn-primary.btn-lg {
    font-size: 27px;
    font-weight: 600;
}
sub {
    bottom: 1.3em!important;
    font-size: 26px;
    font-weight: normal;
}
.item-features:hover
{
    color:#FFF!important;
}
.members
{
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 250px;
    /*background:url(../../../images/bg/transparent.png) no-repeat #9ac928;*/
}
.image-effect-top {
    border-radius: 50%;
    height: 250px;
    position: absolute;
    width: 250px;
    background-color: #9ac928;
    left: 5px;
    z-index:-1;
}
.image-effect-bottom {
    border-radius: 50%;
    height: 250px;
    left: 25px;
    position: absolute;
    top: 25px;
    width: 250px;
    background-color: #36c9f2;
    z-index:-1;
}
.side-arrow {
    height: 50px;
    left: 230px;
    position: absolute;
    top: 120px;
    transform: rotate(45deg);
    -moz-transform:rotate(45deg);  
    -webkit-transform:rotate(45deg);  
    -o-transform:rotate(45deg);  
    -ms-transform:rotate(45deg); 
    width: 50px;
    background-color: #36c9f2;
    z-index:-1;
}
.img-circle,.testimonial-author-img .img-rounded
{
    border-radius: 50%;
    height: 250px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 250px;
}
.carousel-inner
{
    height:280px;
}
.testimonial-info {
    float: right;
    width: 72%;
}
.testimonial_small
{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 40px;
    text-align:center;

}
.client_name
{
    font-size: 26px;
    font-weight: 500;
    text-align: right;
}
.testimonial_big
{
    display: block;
    font-size: 60px;
    font-style: italic;
    font-weight: 900;
}
.members:hover .member_photo
{
    background-color: #9ac928;
    z-index:10;
}
#primary .membername
{
    font-size: 60px!important;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 20px;
    text-transform: capitalize;
    font-family:lato;
    color:#FFF;
}
#primary .membername_dec
{
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    font-family:lato;
    color:#FFF;
}
.member_photo
{

    border-radius:10px;
    height: 300px;
    z-index: -1;
}
.member_photo:hover
{
    opacity: 0.6;

}
.sharemedeia
{
    float: left;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 100%;

}
.jslider-button .fa
{
    border:none;
    color:#FFF;
}
.jslider-button .fa:hover
{
    background:rgba(0,0,0,0);
}
.zozo-jbutton:hover
{
    background-color:#17171A!important;
    color:#fff!important;
}
.zozo-jbutton:hover.zozo-jbutton .fa
{
    color:#fff!important;
}
.fa {
    border: 2px solid #62626c;
    border-radius: 50%;
    color: #62626c;
    font-size: 20px;
    height: 35px;
    margin: 3px;
    padding: 6px;
    width: 35px;
}
.fa:hover {
    background-color: #4e9edc;
    color: #ffffff;
}
.team-img {
    position: relative;
    /* z-index: -1;*/
    background:#A3CB42;
    border-radius: 10px;
    height:300px;
    z-index:-1;
}
.members:hover img {
    opacity:0.6;
}
.members {
    border-radius: 10px;
}
.members .team-inner {
    background: url("../../../images/bg/team-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: -65px;
    padding-top: 88px;
    border-radius: 10px;
}
#zozo-pricing-table.style1 .zozo-pricing-button:before {
    background-color: rgba(255, 255, 255, 0.0);
    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%;
    color:#48C5E8;
}
#zozo-pricing-table.style1 .zozo-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;
}
#zozo-pricing-table.style1 .zozo-pricing-button:hover:before {
    width: 100%;
}
/* Style 2 */
.zozo-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;
}
.zozo-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;
}
.zozo-pricing #zozo-pricing-table.style2:hover {	
    padding: 0;
    cursor: pointer;
}
.zozo-pricing #zozo-pricing-table.style2:hover .pricing-plan-list {
    padding-bottom: 60px;
}
.zozo-pricing #zozo-pricing-table.style2.ribbon.featured {	
    padding: 0;
}
.zozo-pricing #zozo-pricing-table.style2.ribbon.featured .pricing-plan-list {
    padding-bottom: 60px;
}
.zozo-pricing:hover #zozo-pricing-table.style2.ribbon.featured {	
    padding: 20px 0 40px;
}
.zozo-pricing:hover #zozo-pricing-table.style2.ribbon.featured .pricing-plan-list {
    padding-bottom: 15px;
}
.zozo-pricing #zozo-pricing-table.style2.ribbon.featured:hover {	
    cursor: pointer;
    padding: 0;
}
.zozo-pricing #zozo-pricing-table.style2.ribbon.featured:hover .pricing-plan-list {
    padding-bottom: 60px;
}
.zozo-pricing #zozo-pricing-table.style2.ribbon.featured .zozo-pricing-btn-item {
    margin-bottom: -25px;
    margin-top: 30px;
}
.zozo-pricing:hover #zozo-pricing-table.style2.ribbon.featured .zozo-pricing-btn-item {	
    margin-bottom: 0;
    margin-top: 0;
}
.zozo-pricing #zozo-pricing-table.style2.ribbon.featured:hover .zozo-pricing-btn-item, .zozo-pricing #zozo-pricing-table.style2:hover .zozo-pricing-btn-item {	
    margin-bottom: -25px;
    margin-top: 30px;
}
#zozo-pricing-table.style2 .zozo-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 .zozo-pricing-title {
    padding: 30px 5px 15px;
    font-size: 25px;
    line-height: 30px;	
    border-top: 5px solid #000;
    text-transform: uppercase;
}
#zozo-pricing-table.style2 {
    padding: 20px 0 40px;	
    margin: 15px 0;	
}
#zozo-pricing-table.style2.ribbon.featured .zozo-pricing-title, #zozo-pricing-table.style2.ribbon.featured .pricing-plan-list {
    color: #FFFFFF;
}
/*.style2 .zozo-ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
        height: 130px;
        overflow: hidden;
}
.style2 .zozo-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 .zozo-ribbon {
    position: absolute;
    right: 6px;
    top: 0px;
    width: 100px;
    height: 45px;	
}
.style2 .zozo-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 .zozo-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 .zozo-ribbon .ribbon.text-center:before, .style2 .zozo-ribbon .ribbon.text-center:after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    top: 0;
}
.style2 .zozo-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 .zozo-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 .zozo-price-item {	
    margin-bottom: 10px;
}
.style2 .zozo-prices .price {
    margin: 0;
    font-size: 52px;
    font-weight: bold;
    line-height: 55px;
}
.style2 .zozo-prices .time {
    margin: 0;
    font-size: 20px;	
    position: relative;	
}
.style2 .zozo-features-list li {
    border-top: 1px solid #DCDEE2;
    padding: 6px;
}
.style2 .zozo-features-list li.last-feature {
    border-bottom: 1px solid #DCDEE2;	
}
.style2.ribbon.featured .zozo-features-list li.last-feature {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);	
}
.style2.ribbon.featured .zozo-features-list li {
    border-color: rgba(204, 204, 204, 0.4);
}
.style2 .zozo-features-list li.style2-shade {
    background: rgba(219, 219, 219, 0.3);
}
.style2.ribbon.featured .zozo-features-list li.style2-shade {
    background: rgba(53, 53, 53, 0.3);
}
#zozo-pricing-table.style2 .zozo-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;
}
#zozo-pricing-table.style2 .zozo-pricing-button:hover {
    opacity: 0.7;
}
/* Style 3 */
.zozo-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;
}
/*.zozo-pricing .style3 {
        transition: all 0.5s ease 0s;
}*/
.zozo-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;
}
.zozo-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;
}
.zozo-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;
}
.zozo-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 .zozo-pricing-title {
    background: #303030;
    color: #FFFFFF;
    padding: 5px;
    font-size: 20px;
    line-height: 25px;
}
#zozo-pricing-table.style3 {
    padding: 0;	
    margin: 15px 0;
    max-width: 25%;
    float: none;
    display: inline-block;
    border: 1px solid #bebebe;
}
.style3 .zozo-price-item {
    height: 120px;
    background: #2c2c2c;
    color: #FFFFFF;
    border-top: 1px solid #606060;
}
.zozo-pricing .style3 .pricing-plan-list:hover .zozo-price-item {
    border-color: rgba(255,255,255,0.4);
}
.style3 .zozo-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 .zozo-prices {
    padding: 10px 0;
}
.style3 .zozo-prices .price {
    margin: 0;
    font-size: 55px;
    font-weight: bold;
    line-height: 60px;	
}
.style3 .zozo-prices .time {
    margin: 0;
    font-size: 20px;
    position: relative;	
}
.style3 .zozo-features-list li {
    border-top: 1px solid #bebebe;
    padding: 8px 15px;
    text-align: left;
}
.style3 .zozo-features-list li.last-feature {
    border-bottom: 1px solid #bebebe;	
}
.style3 .zozo-features-list li .fa {
    padding-right: 6px;
}
#zozo-pricing-table.style3 .zozo-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);
}
#zozo-pricing-table.style3 .zozo-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;
}
#zozo-pricing-table.style3 .zozo-pricing-button:hover:before {
    height: 100%;	
}
/*-----------------------------------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------------------------------*/

a.zilla-button,
a.zilla-button:visited {
    display: inline-block;
    color: #fff!important;
    text-decoration: none!important;
    text-align: center;
    font-family: Helvetica, Arial, Sans-serif;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 14px;
    outline: none;
    font-weight: bold;
    line-height: 1em;
    padding: 7px 13px!important;
    cursor: pointer;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
    border: 1px solid #0d507a!important;
    margin: 0 0.1em 1.5em 0!important;
    vertical-align: middle;
    background: #0c6fb1;
    background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
    background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.zilla-button.square {
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -o-border-radius: 4px!important;
}

a.zilla-button.medium {
    padding: 11px 16px!important;
    font-size: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

a.zilla-button.large {
    padding: 15px 20px!important;
    font-size: 18px;
    border-radius: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

a.zilla-button:hover {
    text-decoration: none;
}

a.zilla-button:active {
    position: relative;
    top: 1px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

a.zilla-button.green {
    border-color: #69963b!important;
    background: #7fc33c;
    background: -webkit-gradient(linear, left top, left bottom, from(#b1d960), to(#7fc33c));
    background: -webkit-linear-gradient(top, #b1d960, #7fc33c);
    background: -moz-linear-gradient(top, #b1d960, #7fc33c);
    background: -ms-linear-gradient(top, #b1d960, #7fc33c);
    background: -o-linear-gradient(top, #b1d960, #7fc33c);
}

a.zilla-button.green:hover {
    background: #8dd242;
    background: -webkit-gradient(linear, left top, left bottom, from(#b9e46a), to(#8dd242));
    background: -webkit-linear-gradient(top, #b9e46a, #8dd242);
    background: -moz-linear-gradient(top, #b9e46a, #8dd242);
    background: -ms-linear-gradient(top, #b9e46a, #8dd242);
    background: -o-linear-gradient(top, #b9e46a, #8dd242);
}

a.zilla-button.light-blue {
    border-color: #2681a2!important;
    background: #2caada;
    background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
    background: -webkit-linear-gradient(top, #46cae8, #2caada);
    background: -moz-linear-gradient(top, #46cae8, #2caada);
    background: -ms-linear-gradient(top, #46cae8, #2caada);
    background: -o-linear-gradient(top, #46cae8, #2caada);
}

a.zilla-button.light-blue:hover {
    background: #32bcef;
    background: -webkit-gradient(linear, left top, left bottom, from(#50d6f5), to(#32bcef));
    background: -webkit-linear-gradient(top, #50d6f5, #32bcef);
    background: -moz-linear-gradient(top, #50d6f5, #32bcef);
    background: -ms-linear-gradient(top, #50d6f5, #32bcef);
    background: -o-linear-gradient(top, #50d6f5, #32bcef);
}

a.zilla-button.blue {
    border-color: #0d507a!important;
    background: #0c6fb1;
    background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
    background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}

a.zilla-button.blue:hover {
    background: #1188d6;
    background: -webkit-gradient(linear, left top, left bottom, from(#1bb6e6), to(#1188d6));
    background: -webkit-linear-gradient(top, #1bb6e6, #1188d6);
    background: -moz-linear-gradient(top, #1bb6e6, #1188d6);
    background: -ms-linear-gradient(top, #1bb6e6, #1188d6);
    background: -o-linear-gradient(top, #1bb6e6, #1188d6);
}

a.zilla-button.red {
    border-color: #ab4b44!important;
    background: #e3514a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed8376), to(#e3514a));
    background: -webkit-linear-gradient(top, #ed8376, #e3514a);
    background: -moz-linear-gradient(top, #ed8376, #e3514a);
    background: -ms-linear-gradient(top, #ed8376, #e3514a);
    background: -o-linear-gradient(top, #ed8376, #e3514a);
}

a.zilla-button.red:hover {
    background: #ff5e56;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff988c), to(#ff5e56));
    background: -webkit-linear-gradient(top, #ff988c, #ff5e56);
    background: -moz-linear-gradient(top, #ff988c, #ff5e56);
    background: -ms-linear-gradient(top, #ff988c, #ff5e56);
    background: -o-linear-gradient(top, #ff988c, #ff5e56);
}

a.zilla-button.orange {
    border-color: #dc9014!important;
    background: #ffb031;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffce4f), to(#ffb031));
    background: -webkit-linear-gradient(top, #ffce4f, #ffb031);
    background: -moz-linear-gradient(top, #ffce4f, #ffb031);
    background: -ms-linear-gradient(top, #ffce4f, #ffb031);
    background: -o-linear-gradient(top, #ffce4f, #ffb031);
}

a.zilla-button.orange:hover {
    background: #ffc531;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdb4f), to(#ffc531));
    background: -webkit-linear-gradient(top, #ffdb4f, #ffc531);
    background: -moz-linear-gradient(top, #ffdb4f, #ffc531);
    background: -ms-linear-gradient(top, #ffdb4f, #ffc531);
    background: -o-linear-gradient(top, #ffdb4f, #ffc531);
}

a.zilla-button.purple {
    border-color: #996192!important;
    background: #d17ac6;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
    background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
    background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
    background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
    background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}

a.zilla-button.purple:hover {
    background: #eb90e0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3baec), to(#eb90e0));
    background: -webkit-linear-gradient(top, #f3baec, #eb90e0);
    background: -moz-linear-gradient(top, #f3baec, #eb90e0);
    background: -ms-linear-gradient(top, #f3baec, #eb90e0);
    background: -o-linear-gradient(top, #f3baec, #eb90e0);
}

a.zilla-button.grey {
    color: #555!important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-color: #acacac!important;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e5e5e5));
    background: -webkit-linear-gradient(top, #efefef, #e5e5e5);
    background: -moz-linear-gradient(top, #efefef, #e5e5e5);
    background: -ms-linear-gradient(top, #efefef, #e5e5e5);
    background: -o-linear-gradient(top, #efefef, #e5e5e5);
}

a.zilla-button.grey:hover {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f6f6f6));
    background: -webkit-linear-gradient(top, #fcfcfc, #f6f6f6);
    background: -moz-linear-gradient(top, #fcfcfc, #f6f6f6);
    background: -ms-linear-gradient(top, #fcfcfc, #f6f6f6);
    background: -o-linear-gradient(top, #fcfcfc, #f6f6f6);
}

a.zilla-button.black {
    border-color: #323232!important;
    background: #444444;
    background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#444444));
    background: -webkit-linear-gradient(top, #6c6c6c, #444444);
    background: -moz-linear-gradient(top, #6c6c6c, #444444);
    background: -ms-linear-gradient(top, #6c6c6c, #444444);
    background: -o-linear-gradient(top, #6c6c6c, #444444);
}

a.zilla-button.black:hover {
    background: #575757;
    background: -webkit-gradient(linear, left top, left bottom, from(#8d8d8d), to(#575757));
    background: -webkit-linear-gradient(top, #8d8d8d, #575757);
    background: -moz-linear-gradient(top, #8d8d8d, #575757);
    background: -ms-linear-gradient(top, #8d8d8d, #575757);
    background: -o-linear-gradient(top, #8d8d8d, #575757);
}

/*-----------------------------------------------------------------------------------*/
/*	Alert Styles
/*-----------------------------------------------------------------------------------*/

.zilla-alert {
    padding: 0.8em;
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.zilla-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
}

.zilla-alert.red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.zilla-alert.yellow {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
}

.zilla-alert.green {
    background: #edfdd3;
    border: 1px solid #c4dba0;
    color: #657e3c;
}

.zilla-alert.grey {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    color: #373737;
}

/*-----------------------------------------------------------------------------------*/
/*	Tab Styles
/*-----------------------------------------------------------------------------------*/

.zilla-tabs.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.zilla-tabs {
    background: none;
    margin: 0 0 2em 0;
}

.zilla-tabs .zilla-nav {
    list-style: none!important;
    margin: 0!important;
    padding: 0;
    background: none;
    border: 0;
    float: none;
}

.zilla-tabs .zilla-nav li {
    float: left;
    position: relative;
    margin: 0 2px -1px 0!important;
    z-index: 10;
    list-style: none!important;
}


.zilla-tabs .zilla-nav li a {
    border: 1px solid #dfdfdf!important;
    border-bottom: none!important;
    display: block;
    overflow: hidden;
    padding: 5px 10px 0 10px;
    height: 26px;
    background: #FBFBFB;
    margin: 0!important;
    text-decoration: none;
    color: #373737!important;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.zilla-tabs .zilla-nav li a:hover {
    background: #fff!important;
    margin: 0!important;
}

.zilla-tabs .zilla-nav .ui-tabs-selected a,
.zilla-tabs .zilla-nav .ui-tabs-active a {
    height: 27px;
    background: #fff;
}

.zilla-tabs .zilla-tab {
    background: #fff;
    padding: 10px;
    border: 1px solid #dfdfdf;
}

/*-----------------------------------------------------------------------------------*/
/*	Toggle Styles
/*-----------------------------------------------------------------------------------*/

.zilla-toggle { margin: 0 0 2em 0; }

.zilla-toggle .zilla-toggle-title {
    display: block;
    padding: 10px 10px 10px 30px; 
    background: #FBFBFB;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    outline: none;
    position: relative;
}

.zilla-toggle .zilla-toggle-title:hover { border: 1px solid #c5c5c5; }

.zilla-toggle-inner {
    padding: 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
}

.zilla-toggle span.ui-icon {
    background: url(images/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -6px 0 0 0;
}

.zilla-toggle .ui-state-active .ui-icon { background: url(images/toggles/toggle-open.png) no-repeat; }

/* Clearfix */
.zilla-clearfix:before,
.zilla-clearfix:after { content:""; display:table; }
.zilla-clearfix:after { clear: both; }
.zilla-clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }
/*-----------------------------------------------------------------------------------*/
/*	Chart Bar Styles
/*-----------------------------------------------------------------------------------*/
.barcontainer
{
    padding: 0 !important;
}

.barcontainer:nth-child(odd) .skillbar,.barcontainer:nth-child(odd) h2
{
    float:left!important;
}
.barcontainer:nth-child(even) .skillbar,.barcontainer:nth-child(even) h2
{
    float:right!important;
}
.barcontainer .skillbar {
    position:relative;
    display:block;
    margin: 0 0 5px;
    width:95%!important;
    background:#eee;
    padding:0px;
    float:left;
    height:35px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    font-weight:bold;
    font-size:13px;
    color:#fff;
}

.skillbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.1);
    padding:0 20px;
    height:35px;
    line-height:35px;

}

.skillbar-bar {
    height:35px;
    width:0px;
    background:#6adcfa;

}

.skill-bar-percent {
    color: #fff;
    font-size: 19px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 0;
}
.barcontainer > h2 {
    width: 95%;
    word-wrap: break-word; 
}
.percentageval
{
    float:right;
    color:#FFF;
}
/*-----------------------------------------------------------------------------------*/
/*	Counts Styles
/*-----------------------------------------------------------------------------------*/

.zozo_counter {
    font-size: 42px;
    padding: 0 !important;
    font-weight: bold;
    text-align:center;
}
.count_symbol
{
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
}
.zozo-counter span
{
    width:100%;
    text-align:center;
}

.vticker ul{
    padding: 0;
}
.vticker li{
    list-style: none;
    padding: 2px;
}
/* ================================================================
 * Contact Box Styles
 * ================================================================ */
.zozo_contactbox
{
    width:100%;
    float:left;
    background:rgba(0,0,0,.5);	 
}
.zozo_contactphoto {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.zozo_contactleft
{
    float:left;
    width:75%;
}
.zozo_contactright
{
    float:left;
    width:25%;
}
.contactbox_no span
{
    color:#E4AA01;
}
.contactbox_no {
    font-size: 60px;
}

.serviceboxfourthtest
{
    width:25%;
    float: left;
}
.servicebox .zozo_icon
{

    width:30%;
    float:left;
}
.servicebox .zozo_content
{
    width:70%;
    float:left;
    word-wrap: break-word;
    padding-right:5px;
}
.zozo_icon_round {
    border-radius: 50%;
    font-size: 36px;
    padding:16% 17%;
}
.zozo_icon_normal
{
    padding:25%;
    font-size: 36px;
    padding: 23% 28%;
}

.servicebox_vertical .zozo_icon_round
{
    border-radius: 50%;
    font-size: 36px;
    padding: 4%;
}
.servicebox_vertical .zozo_vertical_content
{
    word-wrap: break-word;
}

.servicebox_vertical .zozo_icon {
    margin: 5% 0;
}



.socialbox {
    line-height: 0.5;
    text-align: right;
    height: 50px;
}

.socialbox span {
    display: inline-block;
    position: relative; 
}
.socialbox span:before
{
    border-top: 1px solid #d4ac22;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    width: 2000px;
}
.socialbox span:before {
    margin-right: 3px;
    margin-top: 45px;
    right: 100%;
}
.socialbox span:after {
    left: 100%;
    margin-left: 15px;
}
.socialbox span
{
    border: 3px solid;
    border-radius: 50%;
    padding: 10px;
    border-color:rgba(0,0,0,0);
}
.socialbox span:hover
{
    border: 3px solid #fff;
}
.socialbox span img
{
    padding:8px;
}
.socialbox span:hover:before
{
    border-color:#FFF;
}
.socialboxright
{
    float: left;
    height: 383px;
    overflow: hidden;
    width: 76%;
    margin-top: 22px;
    font-family:"Lato Black";
    margin-left:20px;
}
.socialboxleft
{
    float: left;
    width: 21%;
}
.sbox_cont
{
    float:left;
    width:100%;
    margin-bottom: -110px;
}
.socialboxright .col-md-4,.socialboxright .col-md-6,.socialboxright .col-md-8,.socialboxright .col-md-10 {
    float: none;
}
.socialboxright > div
{
    height:50px;
}
.socialbox img {
    height: 70px;
    width: 70px;
}
/*class*/
.secover
{
    overflow:hidden;
}
.white-bg:nth-child(odd)
{
    padding-right:1px;
    padding-bottom:1px;

}
.white-bg:nth-child(even)
{
    padding-left:1px;
    padding-bottom:1px;

}
.thums
{
    background-color:#FFF;
}
.white-bg:hover .attachment-post-thumbnail
{
    opacity:0.7;
}

.class-name {
    padding-bottom: 20px;
    padding-top: 6px;
}
.class_title
{
    text-align:center;
    font-size:18px;
    color:#FFF;
}
.class_title h3
{
    font-size: 40px;
    font-weight: 900;
    float:none;
    color:#FFF;
}
.class-btn
{
    border-radius:none!important;
    -webkit-border-radius:none!important;
    -moz-border-radius:none!important;
    -ms-border-radius:none!important;
    -o-border-radius:none!important;
    color:#FFF;
    padding:18px 5px 18px 25px;
    font-size: 16px;
    text-decoration:none;

}
.class-btn .fa-angle-double-right:hover
{
    background:none;

}
.class-btn .fa-angle-double-right
{
    color:#FFF;
    border: 2px solid rgba(0,0,0,0);
}
.class-btn:hover
{
    background-color:#111111!important;
    color:#FFF;
    text-decoration:none;
}
.class_title h4 b
{
    font-size: 20px;
    font-weight: 900;
    color:#FFF;
}
.class_title h4
{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
    color:#FFF;
}
.class-details i, .class-details .date-detail {
    display: inline-block;
    margin-left: 20px;
}
.class-details {
    color: #95959a;
    font-size: 20px;
    padding: 13px 8px 10px;
    background-color:#FFF;

}

.price-new span {
    font-size: 120px;
    font-weight: 900;
    line-height: 120px;
}
.price-new sup
{
    font-size: 30px;
    font-weight: 400;
    top: -2.1em;
    color:#95959a;
}
.center-new {
    display: block;
    text-align: center;
    background-color:#FFF;
    padding:13px 0 42px;
}
/*parallax-blog*/
.blogexerpt
{
    float:left;
    width:100%;
    background-color:#FFF;
    margin-bottom: 80px;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.blog-image
{
    float:left;
    width:50%;
    height:350px;
}
.blogexerpt:hover .blog-image
{
    opacity:0.7;
}
.post-content h5 a{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: left;
    color:#000;
}
.post-content {
    float: left;
    padding: 45px 50px;
    width: 50%;
}	
.post-content h5 a:hover
{
    color: #9ac928;
    text-decoration:none;
}

.posted-date {
    font-size: 16px;
    font-weight: 700;
    color: #9ac928;
}
.blogs-exerpt:nth-child(even) .blog-image
{
    float:right;	
}
.blogs-exerpt:nth-child(odd) .blog-image
{
    float:left;	
}
.blogs-exerpt p
{
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}
/*Counter*/
.counterimage
{
    width:100%;
    text-align:center;
}
.counterimage img
{
    width:175px;
    height:175px;
    margin:0 auto;
    float:none;
}
.zozo_counter
{
    color:#FFF;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
}
.funfact_title
{
    font-size: 30px;
    font-weight: 300;
    color:#FFF;
}
.content-col-bg
{
    font-size: 18px;
    font-weight: normal;
}
.club-item {
    display: inline-table;
    margin: 30px 50px 30px 15px;
    position: relative;
    outline:none;
}
* :focus { outline: 0; 
           outline:none;
           outline-style:none;
           box-shadow:none;
           border-color:transparent;
           -moz-outline-style: none;
}
a:hover, a:active, a:focus {
    outline:none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}
.club-item img {
    border-radius: 50%;
    box-shadow: 0 0 1px 15px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 1px 15px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 0 1px 15px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0 1px 15px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 0 1px 15px rgba(0, 0, 0, 0.03);
    line-height: 280px;
    transition: all 0.3s ease 0s;
    width: 280px;
}
.caption-bg {
    height: 100px;
    margin-top: -78px;
    text-align: center;
    width: 100%;
}
.caption {
    bottom: 45px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    left: 0;
    letter-spacing: -2px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.club-item:hover:before {
    color: #000;
    content: "";
    font-family: FontAwesome;
    font-size: 48px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100px;
}
.club-item:hover img {
    opacity: 0.3;
    transition: all 0.3s ease 0s;
}