.aligncenter {
    margin: 0 auto
}

.sticky {
    background: rgba(255, 0, 0, 0.3)
}

.gallery-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 5px
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
    margin-right: 4%;
    float: left;
    line-height: 21px;
    margin-bottom: 20px;
    position: relative
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.6666%
}

.two_third {
    width: 65.3332%
}

.one_fourth {
    width: 22%
}

.three_fourth {
    width: 74%
}
@media (max-width:480px) {
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth{
        width: 96% !important;
        margin: 0 auto;
    }
}

#main .last {
    margin-right: 0 !important;
    clear: right
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

.nav-tabs {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: #d8d8d8 solid 3px;
}

.nav-tabs li a {
    display: block;
    float: left;
    padding: 10px 20px;
    margin-right: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
}

.nav-tabs li.active a {
    background: #d8d8d8;
    color: #454444
}

.tab_content {
    padding: 20px 10px
}

.progress-bar {
    background: transparent;
    height: 37px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.progress-bar-content {
    height: 37px;
    background: rgba(0,0,0,0.5);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    color: rgba(255,255,255,0.5);
}

.progress-bar .progress-title {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 13px
}

.progress-bar .percentage {
    font-size: 14px;
    color: #626363;
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 90%
}

.bbtn a {
    margin-right: 30px;
    color: #fff;
}

.bbtn {
    background: #555;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px 10px
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    padding: 11px 19px;
}

.bbtn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.btn a {
    margin-right: 30px
}

.btn {
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px 10px
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn.firm, input[type="submit"], button {
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.firm:hover, input[type="submit"]:hover, button:hover {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.black {
    background: #202020;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.black:hover {
    background: #111111;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.orange {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    background: #eeb135
}

.btn.orange:hover {
    background: #e69d1f;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.blue {
    background: #62abde;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.blue:hover {
    background: #4495d3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.red {
    background: #a9292a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.red:hover {
    background: #931717;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.pink {
    background: #d44891;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.pink:hover {
    background: #c72d75;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.green {
    background: #85a64e;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.green:hover {
    background: #678f32;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.aqua {
    background: #49beb6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.aqua:hover {
    background: #2eaca3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.teal {
    background: #597f81;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.teal:hover {
    background: #3b6163;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.purple {
    background: #66546f;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.purple:hover {
    background: #473750;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.silver,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
    background: #a6a6a6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.silver:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover{
    background: #8c8a8a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.grey {
    background: #505050;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.grey:hover {
    background: #343434;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.alert {
    padding: 8px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.alert .msg {
    padding: 0 50px 0 10px
}

.alert .toggle-alert {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 12px;
    height: 20px;
    text-decoration: none;
    margin-top: -10px;
}

.alert .toggle-alert:before {
    content: "\f00d";
    font-family: FontAwesome
}

.alert.general, .wpcf7-validation-errors {
    background: #ffecc9;
    color: #db6d12;
}
.alert.general .toggle-alert {
    color: #edac6d;
}
.alert.general .msg:before {
    font-family: FontAwesome;
    content: "\f0c6";
    float: left;
}
.alert.error, .wpcf7-not-valid-tip {
    background: #f8dee0 !important;
    color: #af2c20 !important
}
.alert.error .toggle-alert {
    color: #d38580;
}
.alert.error .msg:before {
    font-family: FontAwesome;
    content: "\f071";
    float: left
}
.wpcf7-not-valid-tip:before {
    font-family: FontAwesome;
    content: "\f071";
    float: left;
    margin-right: 10px
}
.alert.success, .woocommerce-message:before {
    background: #c9f1b5;
    color: #4f5f39
}
.woocommerce-message {
    border-top: 3px solid #c9f1b5;
}
.alert.success .toggle-alert {
    color: #8ca877;
}
.alert.success .msg:before {
    font-family: FontAwesome;
    content: "\f14a";
    float: left
}

.alert.notice {
    background: #e2edf3;
    color: #4671a3
}
.alert.notice .toggle-alert {
    color: #94afcb;
}
.alert.notice .msg:before, .wpcf7-validation-errors:before {
    font-family: FontAwesome;
    content: "\f05a";
    float: left
}

.wpcf7-validation-errors:before {
    margin-right: 10px
}

.highlight1 {
    background: #fff;
    padding: 2px;
    color: #000
}

.highlight2 {
    background: #000;
    color: #fff;
    padding: 2px
}

.dropcap {
    font-size: 60px;
    margin-right: 6px;
    padding-top: 11px;
    text-transform: uppercase;
    float: left;
    position: relative;
    top: 5px;
    padding-bottom: 11px
}

.video-shortcode {
    margin-bottom: 25px
}

.social_links_shortcode ul {
    margin-left: 0;
    padding-left: 0
}

.social_links_shortcode .social li {
    display: inline-block;
    position: relative;
    width: 30px;
    margin-bottom: 20px
}

.error_page .useful_links {
    width: 25.06%;
    padding-left: 5%
}

.fontawesome-icon {
    display: inline-block !important;
    float: left
}

.fontawesome-icon {
    margin-right: 10px
}

.fontawesome-icon.circle-yes {
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    margin-top: 2px
}

.fontawesome-icon.large {
    font-size: 40px
}

.fontawesome-icon.large.circle-yes {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.fontawesome-icon.medium {
    font-size: 18px
}

.fontawesome-icon.medium.circle-yes {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.fontawesome-icon.small {
    font-size: 10px
}

.fontawesome-icon.small.circle-yes {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.fontawesome-icon.circle-no.large {
    margin-top: 2px
}

.fontawesome-icon.circle-no.medium {
    margin-top: 3px
}

.fontawesome-icon.circle-no.small {
    margin-top: 5px
}

.icon-heading .fontawesome-icon {
    margin-top: -6px !important
}

.content-boxes .heading .fontawesome-icon {
    float: left
}

.content-boxes .heading-and-icon h2 {
    padding-left: 45px
}

.shortcode-tabs .tab_content ul.arrow {
    float: none
}

.container .last {
    clear: right;
    margin-right: 0 !important
}

.columns {
    overflow: hidden;
    margin: 0 0 80px
}

.columns .col {
    float: left;
    width: 23%;
    padding: 0 2.6666666% 0 0
}

.columns-3 .col {
    width: 31.42857%
}

.columns-3 .col:nth-child(3n+1) {
    clear: both
}

.columns-3 .col:nth-child(3n) {
    padding-right: 0
}

.columns-4 .col {
    width: 23%;
    padding: 0 2.6666666% 0 0
}

.columns-4 .col:nth-child(4n+1) {
    clear: both
}

.columns-4 .col:nth-child(4n) {
    padding-right: 0
}

.columns .col.last {
    padding: 0
}

.col .heading {
    overflow: hidden;
    margin: 0 0 15px
}

.col .heading img {
    float: left;
    margin: 0 10px 0 0
}

.col p {
    margin: 0 0 23px
}

h3.toggle {
    overflow: hidden;
    margin: 3px 0 0;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    line-height: 36px;
}
h3.toggle.active {
    border-radius: 3px 3px 0 0 ;
}

h3.toggle:hover a {
    /*color: #fff;*/
}
h3.toggle a {
    cursor: pointer;
    overflow: hidden;
    margin: 0;
    text-decoration: none;
    float: left;
    width: 100%;
}

h3.toggle.active a {
    border-bottom: 0
}

h3.toggle span.arrow:before {
    font-family: FontAwesome;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    margin-right: 18px;
    content: "\f067";
    transition: all .5s
}
h3.toggle:hover span.arrow:before {
    /*color: #fff;*/
}
h3.toggle.active span.arrow:before {
    content: "\f068";
    transition: all .5s
}

h3.toggle span.toggle-title {
    float: left;
    width: 90%
}

.toggle-content {
    padding-bottom: 15px;
    position: relative;
    display: none;
    padding-left: 60px;
    padding-right: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 0 0 3px 3px;
}

.reading-box {
    overflow: hidden;
    padding: 28px 28px 27px 31px;
    margin: 0 0 50px
}

.container .reading-box h2 {
    margin: 0 0 7px
}

.reading-box p {
    margin: 15px 260px 0 0 !important
}

.mobile-button {
    display: none;
    margin: 20px 0 0;
    float: none;

}

.continue {
    float: right
}

.clear {
    clear: both;
    padding: 0px 20px 20px 20px;
}

.review {
    clear: both
}

.c_quot {
    font-size: 36px;
    font-style: italic;
    font-family: Arial;
    opacity: 1 !important;
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
}

.reviews {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.review blockquote {
    background: none !important;
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.review blockquote q {
    display: block
}

.review blockquote div {
    display: block;
    padding: 12px 0 0 2px;
    overflow: hidden;
    font-style: normal !important
}

.review blockquote div strong {
    padding: 0;
    font-style: normal !important
}

.review blockquote div span {
    font-style: normal !important
}

.review a {
    text-decoration: none
}

.review blockquote div {
    line-height: 15px
}

.review blockquote div .company-name {
    display: block;
    min-height: 29px;
    padding-top: 6px;
    font-style: normal !important
}

.social-networks {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both
}

.social-networks li {
    display: inline-block;
    margin: 0 10px
}

.social-networks li a:before {
    font-family: zocial
}

img.alignleft {
    float: left;
    margin: 0 10px 5px 0
}

img.alignright {
    float: right;
    margin: 0 0 5px 10px
}

.pricing_table_sc>div {
    margin-bottom: 10px
}

.pricing_table_sc ul {

    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    /*border:1px solid #e3e3e3;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.pricing_table_sc ul li {
    margin: 0 !important
}

.title-row {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

.pricing-row {
    background: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    font-size: 44px;
    font-weight: bold;
    font-weight: 900;
    border-bottom: 1px solid rgba(227, 227, 227, .3);
}

.pricing-row sup {
    font-size: 24px
}

.pricing-row .time {
    font-weight: normal;
    font-size: 16px
}
