*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.shortcodes *, .shortcodes *:before, .shortcodes *:after, .search-submit-button, .search-submit-button input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-captcha{
    display: inline-block;
    width: 100%;
}

.captcha-holder{
    display: inline-block;
}

#captcha-form{margin-right: 15px;}

.refresh-text{
    display: inline-block;
    color: #666;
    font-family: 'Helvetica';
    font-size: 14px;
}

.captcha-refresh{
    display: inline-block;
    background: url("../style/img/refresh-ico.png") no-repeat left bottom;
    cursor: pointer;
    width: 16px;
    height: 19px;
    margin-top: 13px;
}

#contact-success {
    height: 15px;
    display: inline-block;
    color: #747474;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    top: 26px;
    left: 15px;
}

#message {
    height: 15px;
    display: inline-block;
    color: #747474;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    top: 27px;
    left: 160px;
    width: 50%;
}

/*shortcode for infobox*/
.tk-preview .shortcode-infobox{
    width: 100%;
    padding: 40px 0;
    text-transform: uppercase;
    color: #FFF;
    font-size: 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    background-color: #e85c2c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.shortcodes .shortcode-infobox{
    padding: 40px 40px;
    color: #FFF;
    font-size: 25px;
    font-family: 'Helvetica';
    font-weight: bold;
    text-align: center;
    background-color: #e85c2c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.5em;
    margin:0 0 30px 0;
    float: none;
    display: inline-block;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
}

.shortcodes .shortcode-infobox p{
    font-size: 25px;
    line-height: 35px;
}


.dropcap-background{
    float: left;
    padding: 0px 9px 0px 9px;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.2em!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: auto!important;
    margin: 5px 8px 0px 0!important;
    line-height: 1.1em!important;
    background-color: #5d5d5d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.dropcap-no-background{
    float: left;
    padding: 14px 8px 10px 0;
    text-transform: uppercase;
    color: #5d5d5d;
    font-size: 3em!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: auto!important;
    margin: 0!important;
    line-height: 0.3em!important;
}

/*
.shortcodes {
    float: left;
    width: 100%;
    color: #5d5d5d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
}
*/

.one-half, .one-third, .one-fourth{
    color: #5d5d5d;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: 'Raleway', Arial, sans-serif;
}

em{font-style: italic}
strong{font-weight: bold}

.shortcodes ul {
	/* padding: 0 0 0 25px; */
	list-style-type: disc;
	-webkit-font-smoothing: antialiased;
}

.shortcodes ol {
	/* padding: 0 0 0 25px; */
	list-style-type: decimal;
	-webkit-font-smoothing: antialiased;
}

.shortcodes ul li{
    float: left;
    color: #5d5d5d;
	font-family: 'Raleway', Arial, sans-serif;
    padding: 0;
    margin: 0;
    list-style-type: disc;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.shortcodes ol li{
    float: left!important;
    color: #5d5d5d;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: 'Raleway', Arial, sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
    /* list-style-type: decimal; */
    -webkit-font-smoothing: antialiased;
}

.home-slider-fix .slider-images img{height: auto!important}

.margin-top60{margin-top: 60px;}

.tabs ul li{width: auto!important;padding-left: 0!important}

.shortcodes hr {
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.11);
    height: 1px;
    margin: 15px 0;
    display: inline-block;
}

blockquote{
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}

.blog-one-text blockquote p, blockquote div, blockquote p{
    float: right;
    padding-left: 30px;
    color: #999999;
    font-size: 24px;
    /* font-family: "Helvetica Neue"; */
	font-family: 'Raleway', Arial, sans-serif;
    line-height: 32px;
    font-weight: bold;
    background: url("../style/img/img-quote.png") no-repeat top left;
}

.tk-preview li, .shortcodes li{
    float: left;
    color: #5d5d5d;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: 'Raleway', Arial, sans-serif;
    padding: 2px 0 0 32px;
    margin: 0 0 12px 0;
    list-style: none;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 0 0px 16px 25px;
}

.alignleft {
    float: left;
    margin: 0 25px 16px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica';
    text-shadow: 0 1px 0 #e8e8e8;
    padding-bottom: 9px;
}

.bypostauthor{}


/*--- TOGGLE BOXES ---*/
.toggle-holder {
    float: left;
    width: 100%;
    margin-bottom: 26px;
}

.toggle-holder p{
    float: left;
    width: 96%;
    overflow: hidden;
}

.toggle-holder {
    display: inline-block;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 0 14px 0;
    background-color: #ffffff;
    padding: 15px 20px 15px 20px;
    border: 1px solid #dfdfdf;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    
}

.our-team-page-one-text .toggle-holder {
    width:92.5%;
}

/*.sidebar_on .toggle-holder {width: 93%}*/

.toggle-holder p {
    display: inline-block;
    width: 96%;
    color: #5d5d5d;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    margin: 0;
    margin: 14px 0 0;
    float: right;
    margin-bottom: 8px;
}

.sidebar_on .toggle-holder p {width: 94%; }

.toggle-holder span {
    float: left;
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-transition: color 120ms linear;
    -moz-transition: color 120ms linear;
    transition: color 120ms linear;
}

.toggle-holder span:hover {
    color: #313438;
}

.toggle-holder span {
    float: left;
    width: auto;
    max-width: 95%;
    color: #f16426;
    font-size: 18px;
    font-family: 'Helvetica';
    line-height: 20px;    
    cursor: pointer;
    margin: 3px 0 0 0;
    padding: 0;
    -webkit-transition: color 120ms linear;
    -moz-transition: color 120ms linear;
    transition: color 120ms linear;
}

.toggle-holder h5:hover {
    color: #313438;
}

.toggle-holder h6 {
    float: left;
    width: 16px;
    height: 16px;
    background: url("../style/img/toggle-img-activ.png") no-repeat 0px 0px;
    overflow: hidden;
    margin: 5px 20px 0 0;
    padding: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    cursor: pointer;
}

.toggle-holder h6.active-togle-img {
    background: url("../style/img/toggle-img.png") no-repeat 0px 0px;
    cursor: pointer;
}


/*--- TABS ---*/
.tabs {
    float: left;
    width: 100%;
    border: 0;
    background: none;
}

.tabs .ui-widget-header {
    float: left;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    -o-border-radius: 2px 0 0 0;
    -ms-border-radius: 2px 0 0 0;
    -khtml-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
    outline: none;
}

.tabs .ui-widget-header li {
    margin: 0 -1px 0 0;
    border-radius: 0;
    color: #262a30;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    line-height: 26px;
    border-width: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    outline: none;
}

.tabs .ui-widget-header li.ui-tabs-active { margin-bottom: -1px; }

.tabs .ui-state-default a,
.tabs .ui-state-default a:link,
.tabs .ui-state-default a:visited {
    border: 1px solid #dfdfdf;
    border-bottom: none;
    color: #f16426;
    font-size: 18px;
    font-family: 'Helvetica';
    font-weight: 400;
    line-height: 1.625em;
    outline: none;
}

.tabs .ui-state-hover {
    color: #262a30;
    background: #fff;
    transition: background .1s linear;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
}

.tabs .ui-state-active,
.tabs .ui-widget-content .ui-state-active,
.tabs .ui-widget-header .ui-state-active {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    color: #262a30;
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold;
    line-height: 26px;
    border-width: 0;
}

.tabs .ui-state-active a,
.tabs .ui-state-active a:link,
.tabs .ui-state-active a:visited {
    color: #f16426;
    font-size: 18px;
    font-family: 'Helvetica';
    font-weight: 400;
    line-height: 1.625em;
    outline: none;
}

.tabs ul li{width: auto;}

.tabs .tab div{
    float: left;
    border: 1px solid #dfdfdf;
    background: #fff;
    color: #5d5d5d;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 1em 1.2em;
    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    -o-border-radius: 0 2px 2px 2px;
    -ms-border-radius: 0 2px 2px 2px;
    -khtml-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
}

/* CALL TO ACTION */
.home-call-action {
    float: none;
    display: inline-block;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    border: 1px solid #dfdfdf;
    background: #fff;
    color: #5d5d5d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px;
    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    -o-border-radius: 0 2px 2px 2px;
    -ms-border-radius: 0 2px 2px 2px;
    -khtml-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
}

/*.sidebar_on .home-call-action {width: 93%}*/

.call-to-action-shortcode {
    background:#fff;
    position:relative;
    z-index:5;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
}

.cta-button-floater{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -29px;
    max-width:25%;
}

.home-call-action .color-buttons{
    position: absolute;
    right: 2%;
    margin: 0!important;
    top: calc(50% - 17px);
    top: -moz-calc(50% - 17px);
    top: -webkit-calc(50% - 17px);
    top: -o-calc(50% - 17px);
    top: calc(50% - 17px);
}


.shortcodes .color-buttons{
    font-weight: 600;
    padding: 25px 0;
    margin: 0;
}

.shortcodes .pricing-table-one-top p {
    margin: 0!important;
}

.call-to-action-shortcode .color-buttons {
    float:right;
    margin-right:0;
}

.call-to-action-shortcode .home-call-action-text p {
    color: #5d5d5d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom:0;
}

.call-to-action-shortcode .home-call-action-text {
    width:70%;
}

.no-sidebar .call-to-action-shortcode .home-call-action-text {
    width:80%;
}

.no-sidebar .call-to-action-shortcode .cta-button-floater{
    width:17%;
}

.call-to-action-shortcode .home-call-action-fullwidth, .no-sidebar .call-to-action-shortcode .home-call-action-fullwidth{
    width:100%;
}



nav button{
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    color: #5a5a5a;
    font-size: 0.8em;
    font-family: 'Arvo', serif;
    font-weight: 400;
    padding-top: 6px;
}


.gallery{text-align: center}

.gallery a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:  opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    border: none!important;
    height: auto!important;
    max-width: 90%;
}


.gallery a img:hover{
    opacity: 0.6;
    filter: alpha(opacity= 60);
}


.speakers-single-text.shortcodes ul li{
    list-style: none;
    width: auto;
    margin: 0 5px 0 0;
    color: #afafaf
}

.speakers-single-text.shortcodes ul {
    padding: 0;
}

.speakers-single-text.shortcodes p {width: auto; display: block}

.tk_sc_block_toggle {
    float: left;
}

.tk_sc_block_toggle .tk_icon-tk-plus,
.tk_sc_block_toggle .tk_icon-tk-minus {
    top: 14px;
    background: #E85C2C;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 1px 0;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.alert {
    padding: 19px 35px 18px 28px;
}

.tk_sc_block_accordion i {
    top: 24px;
}

/*SHORTCODES*/

.tk_sc_block_toggle h5.tab-head, 
.tk_sc_block_accordion h5.tab-head {
    display: inherit;
}

.shortcodes .tk_sc_block_accordion i {
    top: 18px;
    font-size: 16px;
}

.shortcodes .tk_sc_block_toggle i {
    top: 11px;
}

.shortcodes .tk-shortcode-tabs ul li {
    float: left;
    width: auto;
}

.shortcodes .tk-shortcode-tabs ul {
    background: none;
}

.tk-shortcode-tabs .nav-tabs a {
    float: left;
    padding: 15px;
}

.tk-shortcode-tabs .nav-tabs a h5 {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    font-size: 20px;
    line-height: 20px;
}

.shortcodes .tk-shortcode-tabs ul {
    margin: 0 0 -1px 0!important;
}

.tab-pane {display: none;}
.tab-pane.active {display: block;}

.pricing-table-one h4 {
    font-weight: 400;
    font-size: 29px;
    margin-bottom: 0;
    display: inherit;
}

.tk_sc_block_toggle h5.tab-head, 
.tk_sc_block_accordion h5.tab-head {
    font-size: 17px;
    line-height: 20px;
}

.shortcodes .pricing-table-one .color-buttons a:hover {
    color: #fff;
}
.pricing-button a.price_btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px 5px;
}

.shortcodes .pricing-table-one-center p {
    width: auto;
    padding: 10px 0;
}

body .shortcodes .progress {
    background: #E6E6E6;
    margin: 0 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body .shortcodes .progress .bar {
    background: #E85C2C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tk-infobox p {
    font-size: 15px;
}

.tk-infobox.alert {
    padding: 17px 30px 17px 24px;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
}

.tab-content {
    display: inline-block;
    width: 100%;
}

.tab-pane.active {
    background: #ffffff;
}

.tab-pane {
    margin-top: 0;
}

.tab-pane,
.tab-content,
.tk-shortcode-tabs {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.shortcodes .tk-shortcode-tabs ul li,
.tk_sc_block_toggle {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.tk-shortcode-tabs .nav-tabs a,
.shortcodes .tk-shortcode-tabs ul li {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.shortcodes .dropcap-background {
    font-size: 29px!important;
    padding: 0 9px 2px;
    margin: 4px 8px 0 0!important;
}

.shortcodes .tk-infobox p {
    margin: 0!important;
}

.shortcodes .alert-error p {color: #c44a4a!important;}
.shortcodes .alert-success p {color: #808d39!important;}
.shortcodes .alert-block p {color: #bca272!important;}
.shortcodes .alert-info p {color: #3f78a6!important;}

.shortcodes .pricing-table-one-center p {
    width: auto;
    padding: 7px 0 0 0;
    margin: 0!important;
}

.pricing-table-one-center span {
    line-height: 29px;
    padding-top: 2px;
}

.col-sm-6 .pricing-table-one-center {
    padding: 7px 20px;
}


.pricing-button h6 a.price_btn {
    float: none;
    font-weight: bold;
    font-size: 14px;
}

.tk_sc_block_toggle h5.tab-head, 
.tk_sc_block_accordion h5.tab-head {
    float: none;
}

.shortcodes .tk_sc_block_accordion .tab-body p {
    margin: 0!important;
}

.shortcodes .tk-shortcode-tabs .nav-tabs li a {
    margin: 0 -1px -3px 0!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.tk_sc_block_toggle h5.tab-head, .tk_sc_block_accordion h5.tab-head {
    padding: 15px 70px 15px 15px;
}
.pricing-table-one .price_btn:hover,
.pricing-table-one .price_btn {color: #fff!important;}

.pricing-table-one .pricing-button {
    float: none;
    height: auto;
}

blockquote {
    border-left: none;
    display: inline-block;
}


/*Buttons*/
a.btn {
    padding: 7px 20px 8px;
}

.shortcodes a.btn.btn-large {
    font-size: 20px;
    padding: 17px 20px 17px;
}

.shortcodes a.btn.btn-small {
    padding: 5px 14px 5px;
}

.shortcodes a.btn.btn-mini {
    padding: 3px 10px 3px;
}

.shortcodes a.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.tk_sc_block_toggle .tab-body p {
    margin-bottom: 0!important;
}

.pricing-button.color-button-yellow h6 a.price_btn,
a.btn.btn-warning {
    background: #efe038; /* Old browsers */
    background: -moz-linear-gradient(top,  #efe038 0%, #e2c825 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efe038), color-stop(100%,#e2c825)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efe038 0%,#e2c825 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efe038 0%,#e2c825 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efe038 0%,#e2c825 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #efe038 0%,#e2c825 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe038', endColorstr='#e2c825',GradientType=0 ); /* IE6-9 */
    color: #737020;
    border: 1px solid rgba(0, 0, 0, 0.25);
   -moz-box-shadow:    inset 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 2px #fff;
   box-shadow:         inset 0 0 2px #fff;
}

.pricing-button.pricing-button.color-button-yellow h6 a.price_btn:hover,
a.btn.btn-warning:hover {
    background: #e2c825; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2c825 0%, #efe038 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2c825), color-stop(100%,#efe038)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2c825 0%,#efe038 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2c825 0%,#efe038 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2c825 0%,#efe038 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2c825 0%,#efe038 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c825', endColorstr='#efe038',GradientType=0 ); /* IE6-9 */
}

.pricing-button.color-button-black h6 a.price_btn,
a.btn.btn-inverse {
    background: #515151; /* Old browsers */
    background: -moz-linear-gradient(top,  #515151 0%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #515151 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #515151 0%,#363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #515151 0%,#363636 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #515151 0%,#363636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#363636',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
   -moz-box-shadow:    inset 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 2px #fff;
   box-shadow:         inset 0 0 2px #fff;
}

.pricing-button.color-button-black h6 a.price_btn:hover,
a.btn.btn-inverse:hover {
    background: #363636; /* Old browsers */
    background: -moz-linear-gradient(top,  #363636 0%, #363636 0%, #515151 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(0%,#363636), color-stop(100%,#515151)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #363636 0%,#363636 0%,#515151 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #363636 0%,#363636 0%,#515151 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #363636 0%,#363636 0%,#515151 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #363636 0%,#363636 0%,#515151 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#515151',GradientType=0 ); /* IE6-9 */
}

.pricing-button.color-button-grey h6 a.price_btn,
a.btn.default {
    background: #c8c8c8; /* Old browsers */
    background: -moz-linear-gradient(top,  #c8c8c8 0%, #9d9d9d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#9d9d9d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c8c8c8 0%,#9d9d9d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c8c8c8 0%,#9d9d9d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c8c8c8 0%,#9d9d9d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c8c8c8 0%,#9d9d9d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#9d9d9d',GradientType=0 ); /* IE6-9 */
    color: #474646;
    border: 1px solid rgba(0, 0, 0, 0.25);
   -moz-box-shadow:    inset 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 2px #fff;
   box-shadow:         inset 0 0 2px #fff;
}

.pricing-button.color-button-grey h6 a.price_btn:hover,
a.btn.default:hover {
    background: #9d9d9d; /* Old browsers */
    background: -moz-linear-gradient(top,  #9d9d9d 0%, #c8c8c8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d9d9d), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9d9d9d 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9d9d9d 0%,#c8c8c8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9d9d9d 0%,#c8c8c8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9d9d9d 0%,#c8c8c8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
}

.pricing-button.color-button-green h6 a.price_btn,
a.btn.btn-success {
    background: #49d95b; /* Old browsers */
    background: -moz-linear-gradient(top,  #49d95b 0%, #30bc3d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49d95b), color-stop(100%,#30bc3d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #49d95b 0%,#30bc3d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #49d95b 0%,#30bc3d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #49d95b 0%,#30bc3d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #49d95b 0%,#30bc3d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49d95b', endColorstr='#30bc3d',GradientType=0 ); /* IE6-9 */
    color: #315A34;
    border: 1px solid rgba(0, 0, 0, 0.25);
   -moz-box-shadow:    inset 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 2px #fff;
   box-shadow:         inset 0 0 2px #fff;
}

.pricing-button.color-button-green h6 a.price_btn:hover,
a.btn.btn-success:hover {
    background: #30bc3d; /* Old browsers */
    background: -moz-linear-gradient(top,  #30bc3d 0%, #49d95b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30bc3d), color-stop(100%,#49d95b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #30bc3d 0%,#49d95b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #30bc3d 0%,#49d95b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #30bc3d 0%,#49d95b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #30bc3d 0%,#49d95b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30bc3d', endColorstr='#49d95b',GradientType=0 ); /* IE6-9 */
}

.pricing-button.color-button-red h6 a.price_btn,
a.btn.btn-danger {
    background: #f3713b; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3713b 0%, #ea4b27 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3713b), color-stop(100%,#ea4b27)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3713b 0%,#ea4b27 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3713b 0%,#ea4b27 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3713b 0%,#ea4b27 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3713b 0%,#ea4b27 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3713b', endColorstr='#ea4b27',GradientType=0 ); /* IE6-9 */
    color: #812218;
    border: 1px solid rgba(0, 0, 0, 0.25);
   -moz-box-shadow:    inset 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 2px #fff;
   box-shadow:         inset 0 0 2px #fff;
}

.pricing-button.color-button-red h6 a.price_btn:hover,
a.btn.btn-danger:hover {
    background: #ea4b27; /* Old browsers */
    background: -moz-linear-gradient(top,  #ea4b27 0%, #f3713b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea4b27), color-stop(100%,#f3713b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ea4b27 0%,#f3713b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ea4b27 0%,#f3713b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ea4b27 0%,#f3713b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ea4b27 0%,#f3713b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4b27', endColorstr='#f3713b',GradientType=0 ); /* IE6-9 */
}

a.btn.btn-info {
    color: #1a4256;
    background: #42a9d2; /* Old browsers */
    background: -moz-linear-gradient(top,  #42a9d2 0%, #2c71af 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a9d2), color-stop(100%,#2c71af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #42a9d2 0%,#2c71af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #42a9d2 0%,#2c71af 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #42a9d2 0%,#2c71af 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #42a9d2 0%,#2c71af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a9d2', endColorstr='#2c71af',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgba(0, 0, 0, 0.25);
   -moz-box-shadow:    inset 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 2px #fff;
   box-shadow:         inset 0 0 2px #fff;
}

a.btn.btn-info:hover {
    background: #2c71af; /* Old browsers */
    background: -moz-linear-gradient(top,  #2c71af 0%, #42a9d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c71af), color-stop(100%,#42a9d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2c71af 0%,#42a9d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2c71af 0%,#42a9d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2c71af 0%,#42a9d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2c71af 0%,#42a9d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c71af', endColorstr='#42a9d2',GradientType=0 ); /* IE6-9 */
}

.pricing-button.color-button-blue h6 a.price_btn,
a.btn.btn-primary {
    background: #46a5d1; /* Old browsers */
    background: -moz-linear-gradient(top,  #46a5d1 0%, #3988ac 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46a5d1), color-stop(100%,#3988ac)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #46a5d1 0%,#3988ac 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #46a5d1 0%,#3988ac 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #46a5d1 0%,#3988ac 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #46a5d1 0%,#3988ac 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a5d1', endColorstr='#3988ac',GradientType=0 ); /* IE6-9 */
    color: #15516C;
    border: 1px solid rgba(0, 0, 0, 0.25);
   -moz-box-shadow:    inset 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 2px #fff;
   box-shadow:         inset 0 0 2px #fff;
}

.pricing-button.color-button-blue h6 a.price_btn:hover,
a.btn.btn-primary:hover {
    background: #3988ac; /* Old browsers */
    background: -moz-linear-gradient(top,  #3988ac 0%, #46a5d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3988ac), color-stop(100%,#46a5d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3988ac 0%,#46a5d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3988ac 0%,#46a5d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3988ac 0%,#46a5d1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3988ac 0%,#46a5d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3988ac', endColorstr='#46a5d1',GradientType=0 ); /* IE6-9 */
}

.share-this .share-this-content.pin-share a span {
    bottom: -8px!important;
    left: 50px!important;
    background: transparent url('img/count_north_white.png') 0 0 no-repeat!important;
}