.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.column_container {
    width: 100%
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.btn, a.btn, button.btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 9px 12px;
    font-size: 100%;
    line-height: 20px;
    border-radius: 4px
}

.btn, .btn:focus, .btn:hover, a.btn, a.btn:focus, a.btn:hover, button.btn, button.btn:focus, button.btn:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-white, a.btn-white, button.btn-white {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-white:hover, a.btn-white:hover, button.btn-white:hover {
    background-color: #f0f0f0;
    color: #5e5e5e!important
}

.btn-white.btn_3d, a.btn-white.btn_3d, button.btn-white.btn_3d {
    -webkit-box-shadow: 0 5px 0 #e3e3e3;
    box-shadow: 0 5px 0 #e3e3e3;
    margin-bottom: 5px
}

.btn-white.btn_3d.btn_xs, a.btn-white.btn_3d.btn_xs, button.btn-white.btn_3d.btn_xs {
    -webkit-box-shadow: 0 3px 0 #e3e3e3;
    box-shadow: 0 3px 0 #e3e3e3;
    margin-bottom: 3px
}

.btn-white.btn_3d.btn_sm, a.btn-white.btn_3d.btn_sm, button.btn-white.btn_3d.btn_sm {
    -webkit-box-shadow: 0 4px 0 #e3e3e3;
    box-shadow: 0 4px 0 #e3e3e3;
    margin-bottom: 4px
}

.btn-default, a.btn-default, button.btn-default {
    color: #7d7d7d;
    background-color: #fff;
    border-color: transparent
}

i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

.column-inner::after, .column-inner::before {
    content: " ";
    display: table
}

.column-inner::after {
    clear: both
}

.column_container {
    padding-left: 0;
    padding-right: 0
}

.column_container>.column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.column, .column_inner {
    padding-left: 0;
    padding-right: 0
}

.toggle {
    display: block;
    margin: 0 0 21.73913043px 0;
    padding: 0;
    font-size: 1em
}

.toggle:last-of-type {
    margin-bottom: 35px
}

.wpb_column, .wpb_row {
    position: relative
}