section {
    padding: 30px 0px;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

/* fonts and texts styles */

h1, h2, h3, h4, h5 {
    margin-top: 0px !important;
}

.futura-book {
    font-family: 'FuturaStd-Book';
}

.futura-heavy {
    font-family: 'FuturaStd-Heavy';
}

.futura-medium {
    font-family: 'FuturaStd-Medium';
}

.futura-oblique {
    font-family: 'FuturaStd-LightOblique';
}

.font-small {
    font-size: 0.8em;
}

.font-regular {
    font-size: 1.2em;
}

.font-medium {
    font-size: 1.5em;
}

.paragraph {
    padding: 0px 20px;
}

.bari {
    font-family: 'Bari';
}

.bari::before {
    background: url(../img/icons/bari_logo_mini.svg) no-repeat;
    content: "";
    margin-right: 3px;
    padding-left: 32px;
    position: relative;
    top: 3px;
}

.text-justify {
    text-align: justify;
    padding-left: 50px;
    padding-right: 50px;
}

/* colors */

.color-white,
a.color-white,
a.color-white:active,
a.color-white:hover {
    color: #fff !important;
}

.color-black,
a.color-black,
a.color-black:active,
a.color-black:hover {
    color: #000 !important;
}

.color-black a {
    text-decoration: underline;
    color: #000;
} 

.color-blue,
a.color-blue,
a.color-blue:active,
a.color-blue:hover {
    color: #00AFAB !important;
}

.color-blue,
a.color-blue,
a.color-blue:active,
a.color-blue:hover {
    color: #00AFAB !important;
}

.color-blue-dark,
a.color-blue-dark,
a.color-blue-dark:active,
a.color-blue-dark:hover {
    color: #5e53c7 !important;
}

.color-dark-gray,
a.color-dark-gray,
a.color-dark-gray:active,
a.color-dark-gray:hover {
    color: #B1B1B1 !important;
}

.color-yellow,
a.color-yellow,
a.color-yellow:active,
a.color-yellow:hover {
    color: #CEDF00 !important;
}

.color-gray,
a.color-gray,
a.color-gray:active,
a.color-gray:hover {
    color: #F2F2F2 !important;
}

.color-gray-dark,
a.color-gray-dark,
a.color-gray-dark:active,
a.color-gray-dark:hover {
    color: #B1B1B1 !important;
}

.color-purple,
a.color-purple,
a.color-purple:active,
a.color-purple:hover {
    color: #95288f !important;
}

.color-pink,
a.color-pink,
a.color-pink:active,
a.color-pink:hover {
    color: #d3005f !important;
}

.color-dark-yellow,
a.color-dark-yellow,
a.color-dark-yellow:active,
a.color-dark-yellow:hover {
    color: #ffce00 !important;
}

/** backgrounds colors **/

.bg-black {
    background-color: #000;
}

.bg-gray {
    background-color: #F8F8F8;
}

.bg-yellow {
    background-color: #CEDF00;
}

.bg-blue {
    background-color: #00AFAB;
}

.bg-blue-dark {
    background-color: #5e53c7 !important;
}

.bg-purple {
    background-color: #95288f !important;   
}

.bg-pink {
    background-color: #d3005f !important;   
}

.bg-dark-yellow {
    background-color: #ffce00 !important;   
}

.bg-dark-gray {
    background-color: #B1B1B1 !important;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/** header **/

header {
    background-color: #000;
    padding: 30px 0px;
}

.logo a img {
    width: 180px;
}

.logo .slogan {
    padding-top: 12px;
    color: white;
    line-height: 18px;
}

.logo .slogan .title {
    font-style: italic;
    position: relative;
    left: 20px;
}

.logo .slogan .author {
    position: relative;
    left: 120px;
}

.header-buttons {
    padding-top: 5px;
    text-align: right;
}

#social-networks {
    display: none;
}

.dropdown.hover,
.header-buttons .dropdown {
    display: inline;
    margin: 0px 5px;
}

#social-networks a.social,
.header-buttons a.social {
    margin: 0px 8px;
}

footer .social a:hover,
.header-buttons a.social:hover {
    color: #CEDF00;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bounceIn { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

.header-buttons a.social > i {
    position: relative;
    top: 6px;
}

/* buttons */

.btn {
    font-size: 16px;
    min-width: 160px;
    height: 35px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-transparent {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 700;
    padding: 5px 10px;
}

.btn-default:hover,
.btn-default:active,
.btn-default.nav-pill.active {
    background-color: #00AFAB;
    border: 1px solid #00AFAB;
    color: #fff;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active
{
    transition: none;
    background: #717171;
    border: none;
}

.btn-default.nav-pill.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 175, 171, 0);
    border-top-color: #00AFAB;
    border-width: 8px;
    margin-left: -8px;
}

a.color-white,
.btn-transparent:active,
.btn-transparent:hover {
    color: #000;
}

/* nav menu */

.bari-nav a {
    margin: 0px 15px;
}

.bari-nav .dropdown {
    display: inline;
}

.dropdown.hover ul.dropdown-menu,
.plans-instudio ul.dropdown-menu,
.header-buttons ul.dropdown-menu {
    border-radius: 5px;
    min-width: 160px;
    position: absolute;
    text-align: center;
    left: 0px;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown.hover ul.dropdown-menu {
    width: 100%;
}

.header-buttons ul.dropdown-menu > li > a,
.header-buttons ul.dropdown-menu > li > a:active
{
    color: #000 !important;
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown.hover ul.dropdown-menu > li > a,
.dropdown.hover ul.dropdown-menu > li > a:active,
.plans-instudio ul.dropdown-menu > li > a,
.plans-instudio ul.dropdown-menu > li > a:active {
    color: #FFF !important;
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown.hover ul.dropdown-menu > li > a:hover,
.header-buttons ul.dropdown-menu > li > a:hover {
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.plans-instudio ul.dropdown-menu > li > a:hover {
    font-size: 16px;
    color: #CEDF00 !important;
}

.btn.bg-yellow,
.btn.bg-yellow:hover {
    background-color: #CEDF00 !important;
    border: none !important;
}

.btn.bg-black,
.btn.bg-black:hover {
    background-color: #000 !important;
    border: none !important;
}

.btn.bg-blue,
.btn.bg-blue:hover {
    background-color: #00AFAB !important;
    border: none !important;
}

.btn.bg-blue-dark,
.btn.bg-blue-dark:hover {
    background-color: #5E53C7 !important;
    border: none !important;
}

.btn.bg-purple,
.btn.bg-purple:hover {
    background-color: #95288f !important;
    border: none !important;
}

.bari-nav ul.dropdown-menu {
    background-color: #000;
    border-radius: 8px;
    width: auto;
    padding: 10px 0px;
    margin: 0px;
    position: absolute;
    text-align: left;
}

.bari-nav ul.dropdown-menu > li > a,
.bari-nav ul.dropdown-menu > li > a:active
{
    color: #00AFAB !important;
    background-color: #000;
}

.bari-nav ul.dropdown-menu > li > a:hover {
    color: #CEDF00 !important;
    background-color: #000;
}

/** widths **/

.auto-width {
    min-width: 0px;
    width: auto !important;
}

.full-width {
    min-width: 0px;
    width: 100% !important;
}

.offerings .column {
    min-height: 120px;
    border-right: 2px solid #717171;
}

.offerings .column:last-child {
    border-right: none;
}

.offerings img {
    height: 64px;
    max-width: 100%;
    clear: both;
}

@media (max-width: 768px) {

}

.private-trainning {
    position: relative;
    background-color: rgba(0, 0, 0, 0.50);
    background-image: url(../img/banners/private_training_banner.jpg);
    background-position: center bottom;
    background-size: cover;
    padding: 20px 0px;
}

.featured-in img {
    max-width: 100%;
}

.location {
    padding: 10px;
    height: 250px;
}

.failproof-option .location-detail,
.location .simple-location-detail,
.location .location-detail {
    position: relative;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.failproof-option .location-detail:active,
.failproof-option .location-detail:hover,
.location .location-detail.active,
.location .location-detail:hover {
    background-color: rgba(206, 233, 0, 0.80);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.location-buttons {
    padding: 0px 10px;
    position: relative;
    top: -50px;
}

.facts h1 {
    font-size: 38px;
    top: 5px;
}

.fact {
    padding: 8px;
    margin: 10px 0px;
}

.fact.bg-yellow {
    background-color: rgba(206, 233, 0, 0.80);
}

.fact.bg-blue {
    background-color: rgba(0, 175, 171, 0.80);
}

.fact .percentage {
    font-size: 60px;
}

@media (max-width: 768px) {
    .fact .percentage {
        text-align: center;
    }
}

.fact .content {
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
}

.yellow-line {
    border-top: 1px solid rgba(206, 233, 0, 0.80);
    position: relative;
    top: 15px;
    padding: 0px !important;
}

.yellow-line.left {
    left: 15px;
}

.yellow-line.right {
    right: 15px;
}

@media (max-width: 992px) {
    .yellow-line {
        display: none;
    }
}

.home-contact,
.request-location-banner {
    position: relative;
    background: url(../img/backgrounds/trampolines.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 15px;
    min-height: 400px;
}

.prive-form form input[type='text'],
.request-location-banner form input[type='text'],
.bari-hub form input[type='text'],
.corporate-form form input[type='text'],
.case-study-form form input[type='text'],
.home-contact form input[type='text'] {
    background-color: rgba(255, 255, 255, 0.70);
    border: none;
    color: #000;
    margin: 5px;
    width: 400px;
    padding: 15px 10px;
}

.prive-form form select,
.request-location-banner form select,
.bari-hub form select,
.corporate-form form select,
.case-study-form form select,
.home-contact form select {
    background-color: rgba(255, 255, 255, 0.70);
    border: none;
    color: #000;
    margin: 5px;
    width: 400px;
    padding: 15px 10px;
}

.prive-form form textarea,
.request-location-banner form textarea,
.bari-hub form textarea,
.corporate-form form textarea,
.case-study-form form textarea,
.home-contact form textarea {
    background-color: rgba(255, 255, 255, 0.70);
    border: none;
    color: #000;
    margin: 5px;
    width: 400px;
    padding: 15px 10px;
}

.prive-form ::-webkit-input-placeholder,
.request-location-banner ::-webkit-input-placeholder,
.corporate-form ::-webkit-input-placeholder,
.case-study-form ::-webkit-input-placeholder,
.home-contact ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}

.prive-form :-moz-placeholder,
.request-location-banner :-moz-placeholder,
.corporate-form :-moz-placeholder,
.case-study-form :-moz-placeholder,
.home-contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}

.prive-form ::-moz-placeholder,
.request-location-banner ::-moz-placeholder,
.corporate-form ::-moz-placeholder,
.case-study-form ::-moz-placeholder,
.home-contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}

.prive-form :-ms-input-placeholder,
.request-location-banner :-ms-input-placeholder,
.corporate-form :-ms-input-placeholder,
.case-study-form :-ms-input-placeholder,
.home-contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #000;
}

/** footer **/

footer {
    background-color: #000;
    color: #B1B1B1;
    min-height: 200px;
    padding: 20px;
}

footer input[type='text'] {
    background-color: #000;
    color: #00afab;
    border: 1px solid #00afab;
    padding: 8px 5px;
    font-size: 0.8em !important;
    width: 215px;
}

footer ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #00afab;
    font-style: italic;
}

footer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #00afab;
    opacity:  1;
    font-style: italic;
}

footer ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #00afab;
    opacity:  1;
    font-style: italic;
}

footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #00afab;
    font-style: italic;
}

footer .social {
    text-align: right;
}

footer .social a {
    margin: 0px 8px;
}

footer .suscribe {
    text-align: left;
}

footer .footer-info {
    text-align: right;
}

@media (max-width: 768px) {
    footer .social, footer .footer-info {
        text-align: center;
    }

    footer .suscribe {
        text-align: center;
    }
}

/** page bari hub **/

.barihub-banner { 
    position: relative;
    height: 735px; 
    background-size: cover; 
    background: url(../img/backgrounds/barione-banner.jpg) no-repeat center;
    padding-top: 150px;
}

.bg-white-tranparent{
    color: #000;
    width: 100%;
    height: 199px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    text-align: center;
    padding: 10px;   
}

.intern-div2 {
    width: 100%;
    height: 430px; 
    border: solid 2px #fff;
    padding-left: 30px; 
    padding-right: 30px;
}



/** page barione **/

.barione-banner { 
    position: relative;
    height: 735px; 
    background-size: cover; 
    background: url(../img/backgrounds/barione-banner.jpg) no-repeat center;
    padding-top: 260px;
}

.barione-banner .info-container {
    width: 850px;
    height: 210px;
    background-color: transparent;
    border: solid 3px #fff;
    margin: 0 auto;
    padding-top: 17px;
}

.info-container .text-container{
    width: 810px;
    height: 170px;
    background-color: rgba(35, 43, 35, 0.8);
    margin: 0 auto;
    text-align: center;
}

.text-container h1{
    margin: 0 auto ;
    width: 770px;    
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
    color: #fff;    
}

.tird-div-text{
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.fourth-div{
    min-height: 270px;
}

.fourth-div .row{
  padding-top: 15px;

}

.book-btn {
    display: inline;
    position: relative;
    top: -18px;
    background-color: #fff; 
}

.plans-instudio .intern-div {
    width: 100%;
    height: 430px; 
    border: solid 2px #f8f8f8;
    padding-left: 30px; 
    padding-right: 30px;
}

.plans-instudio .intern-div.most-popular {
    border: solid 5px #f8f8f8;
}

.options-online h3 {
    margin-top: 10px;
}

/** page prive **/

.prive-banner { 
    position: relative;
    height: 735px; 
    background-size: cover; 
    background: url(../img/backgrounds/failproof-ppal.jpg) no-repeat center;
    padding-top: 180px;
}

.banner-backdrop {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.banner-container {
    position: relative;
    width: 800px;
    min-height: 50px;
    background-color: transparent;
    border: solid 3px #fff;
    margin: 0 auto;
    padding: 20px;
    z-index: 9999;
}

.banner-container.dark {
    border: solid 1px #fff;
}

.banner-container-text {
    position: relative;
    color: #000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    z-index: 9999;
}

.banner-container.dark .banner-container-text {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-content {
    position: relative;
    padding: 20px 0px;
    z-index: 999;
}

.prive-pricing-banner { 
    position: relative;
    height: auto;
    background: url(../img/backgrounds/bari_prive_sec.jpg) no-repeat center;
    background-size: cover;
}

.prive-pricing-banner a {
    display: inline;
    margin: 0px 15px;
}

.prive-signup .column {
    border-right: 2px solid #F8F8F8;
}

.prive-signup .column:last-child {
    border-right: none;
}

.prive-box {
  border: solid 2px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prive-box .row .prive-box-detail {
    border-right: solid 2px #fff;
}

.prive-box .row .prive-box-detail:last-child {
    border-right: none;
}

.prive-box-detail {
    padding: 0px 15px;
    min-height: 200px;
}

/** page offerings **/

.offering-link a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 0px;
    color: #000;
}

.bari-group {
    position: relative;
    z-index: 0;
    background-color: #00afab;
}

.offering-feature {
    position: relative;
    border-bottom: dashed 1px #000;
    padding: 20px 0px;
}

.tab-content .offering-feature:last-child {
    border-bottom: none;
}

.offering-feature div .icons-container {
    margin: 15px 0px;
}

.offering-feature div .icons-container img {
    max-width: 100%;
}

.triangle {
    background: url(../img/icons-offerings/icon-triangle-down.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 80px;
    top: 150px;
    width: 24px;
    height: 20px;
    z-index: 1;
}

/** Page Home **/

.transparent-yellow {
    background-color: rgba(206, 233, 0, 0.80);
    height: 100%; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-top: 136px;
}

.transparent-blue {
    background-color: rgba(0, 175, 171, 0.80);
    height: 100%; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-top: 136px;
}

/** Page Rates **/

.price-container {
    padding: 6px;
    font-size: 1.0em;
}

.price-container h4 {
    margin: 0px important!;
}

.price-container .left-side {
    width: 400px;
    float: left;    
}

.price-container .right-side {
    width: 150px;
    float: right;
}

.arrow_box {
    position: relative;
    background: #000000;
    color: #fff;
}
.arrow_box:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 16px;
    margin-top: -16px;
}

.rate-rules {
    padding-top: 20px;
    border-top: 1px dashed #000;
}

/** Page Jobs **/

.barijobs-banner { 
    height: 735px;
    position: relative; 
    background-size: cover; 
    background: url(../img/backgrounds/BARI_579.jpg) no-repeat center;
    padding-top: 330px;
}

/** page corporate programs **/

.corporate-banner {
    position: relative;
    height: 735px; 
    background-size: cover; 
    background: url(../img/backgrounds/corporate-banner.jpg) no-repeat center;
    padding-top: 260px;
}

.corporate-banner-2 { 
    position: relative;
    height: 735px; 
    background: url(../img/backgrounds/bounce-1.jpg) no-repeat center;
    background-size: cover;
}

/** bari hub page **/

.bari-hub-form-banner {
    position: relative;
    height: 992px; 
    background-size: cover; 
    background: url(../img/backgrounds/bari-hub-form-ppal.jpg) no-repeat top center;
    padding-top: 240px;
}

.banner-content-bottom {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0px;
    bottom: 0px;
    min-height: 150px;
    padding: 20px 0px;
    width: 100%;
    z-index: 999;
}

.bari-hub p.white-border {
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 1.2em;
    display: inline;
}

.bari-hub p.gray-border {
    border: 1px solid #f8f8f8;
    padding: 10px 15px;
    font-size: 1.2em;
    display: inline;
}

.bari-hub .on-you-icons {
    display: inline;
}

.bari-hub .on-you-icons img {
    margin: 0px 5px;
    height: 36px;
}

/** failproof 2016 page **/

.failproof-banner {
    position: relative;
    min-height: 1024px;
    background: url(../img/backgrounds/failproof-ppal.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 180px;
}

.failproof-banner h4 {
    margin-bottom: 5px;
}

.failproof-option {
    padding: 10px;
    height: 200px;
}

.failproof-share a img {
    display: inline;
    margin: 0px 10px;
}

div.number-circle {
    width: 65px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    font-size: 2.0em;
    text-shadow: 1px 1px #00AFAB;
    clear: both;
    margin: 0 auto;
}

div.number-circle.color-blue {
    color: #00AFAB;
    border: 3px solid #00AFAB;
}

.failproof hr {
    border-top: 3px solid #F8F8F8;
}

.failproof .module {
    padding: 20px;
}

.failproof .module .img-container {
    padding: 20px;
    margin: 10px 0px 20px 0px;
    margin: 0 auto;
}

.failproof .module .img-container img {
    width: 100%;
}

.arrow-box {
    height: 201px;
    position: relative;
    background: #FFF;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.arrow-box:after, .arrow-box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #FFF;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;
    border-width: 11px;
    margin-top: -11px;
}

.arrow-box > div {
    border: none; 
    height: 199px; 
    /*padding: 20px;*/
    position: relative;
    background: #FFF;
}

.arrow-box > div:after, .arrow-box > div:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box > div:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box > div:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 11px;
    margin-top: -11px;
}

div.tier-circle {
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 250px;
    height: 250px;
    clear: both;
}

div.tier h1 {
    font-size: 40px;
    margin: 0px;
    line-height: 40px;
}

div.week-circle {
    border-radius: 50%;
    font-size: 30px;
    height: 130px;
    margin: 0 auto;
    padding: 25px 0px;
    text-align: center;
    width: 130px;
}

div.week h2 {
    margin: 0px;
    line-height: 30px;
}

/***** Ninja Forms Custom CSS *****/

.field-wrap {
    margin-bottom: 0px !important;
    text-align: left;
}

.clear-wrap {
    clear: right;
}

.form-section .column {
    height: 60px;
    padding-top: 10px !important;
}

.form-section {
    clear: both;
    margin: 20px 0px;
    min-height: 45px;
}

.self-title,
.self-title-wrap {
    padding-left: 8px;
    padding-top: 8px;
}

.form-bar {
    margin: 15px 0px;
}

.ninja-forms-form .label-above label, .ninja-forms-form .label-below label,
.text-wrap.label-above label, .textarea-wrap.label-above label,
list-dropdown-wrap.label-above label, .ninja-forms-field.nf-desc {
    text-align: left !important;
}

.ninja-forms-form .field-wrap {
    padding: 20px 10px;
}

.ninja-forms-form-wrap input[type='text'], .ninja-forms-form-wrap input[type='number'], .ninja-forms-form-wrap select, 
.ninja-forms-form-wrap textarea {
    width: 100%;
    border: 1px solid #D1D1D1;
    padding: 8px;
}

.list-checkbox-wrap.label-left ul li {
    margin: 20px 0px !important;
}

.width-auto,
.width-auto-wrap {
    width: auto !important;
}

.submit-div-wrap {
    text-align: center !important;
    clear: both;
}

div[id^=nf_submit_] {
    width: 200px;
    margin: 0px auto;
}

.submit-div {
    text-align: center !important;
    width: 200px !important;
    clear: both;
}

.stop-description {
    height: 400px;
    overflow-y: auto;
    padding-top: 30px;
}

.AlpinePhotoTiles-row{
    padding-left: 15px !important;
}

.go-button {
    position: relative;
    top: -13px;
}

.barihub-testimonial {
    min-height: 90px;
}