

.tabs-side .etabs {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0 -1px 0 0
}

.tabs-side .tab {
    display: block;
    position: relative;
    z-index: 0
}

.tabs-side .tab a {
    display: block;
    background: #f5f7fa;
    color: #506a85;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #e6e9ed;
    border-right-color: #ced7e0;
    border-bottom: 0;
    overflow: hidden
}

.tabs-side .tab:first-child a {
    border-top-left-radius: 3px
}

.tabs-side .tab:last-child a {
    border-bottom: 1px solid #e6e9ed;
    border-bottom-left-radius: 3px
}

.tabs-side .tab a:hover {
    background: #1abb9c;
    color: #FFF;
    border-color: #1abb9c
}

.tabs-side .tab:hover,
.tabs-side .tab.active {
    z-index: 2
}

.tabs-side .tab.active a {
    background: #FFF !important;
    color: #1abb9c;
    border-color: #ced7e0 !important;
    border-right-color: #FFF !important
}

.tabs-side .tab.active+.tab a {
    border-top-color: #ced7e0
}

.tabs-side .tab.active+.tab a:hover {
    border-top-color: #1abb9c
}

.tabs-side .tab a div {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 200;
    margin: -10px 0 5px
}

.tabs-side.tab-container .panel-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 70px;
    border-left: 1px solid #ced7e0
}

.tabs-side.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px
}


.tabs-top .etabs {
    padding: 0;
    margin: 0
}

.tabs-top .etabs:after {
    content: '';
    display: block;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ced7e0;
    margin-top: -1px
}

.tabs-top .tab {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 40%;
    margin: 0 3px
}

.tabs-top .tab a {
    display: inline-block;
    vertical-align: bottom;
    background: #f5f7fa;
    color: #506a85;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #e6e9ed;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden
}

.tabs-top .tab a div {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 200;
    margin: -10px 0 5px
}

.tabs-top .tab a:hover {
    background: #1abb9c;
    color: #FFF;
    border-color: #1abb9c
}

.tabs-top .tab.active {
    z-index: 2
}

.tabs-top .tab.active a {
    background: #FFF !important;
    color: #1abb9c;
    border-color: #ced7e0 !important
}

.tabs-top.tab-container .panel-container {
    margin-top: 70px
}

.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px
}



.tabs-circle-top .etabs {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2
}

.tabs-circle-top .etabs:before {
    content: '';
    display: block;
    border-bottom: 1px solid #ced7e0;
    margin: 65px 0 -65px
}

.tabs-circle-top .tab {
    display: inline-block;
    height: 160px;
    position: relative;
    top: 0;
    margin: 0 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.tabs-circle-top .tab a {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
    height: 130px;
    max-width: 130px;
    background: #FFF;
    color: #506a85;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
    border: 1px solid #ced7e0;
    border-radius: 50%;
    overflow: hidden
}

.tabs-circle-top .tab a div {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 200;
    margin: -10px 0 5px
}

.tabs-circle-top .tab a:hover {
    border: 4px solid #1abb9c
}

.tabs-circle-top .tab.active {
    top: -15px
}

.tabs-circle-top .tab.active a {
    height: 160px;
    width: 160px;
    max-width: 160px;
    background: #1abb9c;
    font-size: 15px;
    line-height: 140%;
    color: #FFF;
    border: 1px solid #1abb9c
}

.tabs-circle-top .tab.active a div {
    font-size: 50px;
    margin: -13px 0 8px
}

.tabs-circle-top.tab-container .panel-container {
    position: relative;
    margin-top: 30px;
    z-index: 1
}

.tabs-circle-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px
}

.tabs-2-big-top .etabs {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2
}

.tabs-2-big-top .tab {
    position: relative;
    display: inline-block;
    width: 40%;
    border-bottom: 2px solid transparent;
    border-radius: 3px;
    margin: 0 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.tabs-2-big-top .tab:before,
.tabs-2-big-top .tab:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.tabs-2-big-top .tab:before {
    border-width: 23px;
    margin-left: -23px
}

.tabs-2-big-top .tab:after {
    border-width: 20px;
    margin-left: -20px
}

.tabs-2-big-top .tab a {
    display: block;
    padding: 35px;
    color: #506a85;
    opacity: .5
}

.tabs-2-big-top .tab:hover {
    background: #f7f9fa;
    border-color: #e6ebf0
}

.tabs-2-big-top .tab:hover:before {
    border-top-color: #e6ebf0
}

.tabs-2-big-top .tab:hover:after {
    border-top-color: #f7f9fa
}

.tabs-2-big-top .tab.active {
    background: #FFF;
    border-color: #e1e7ed
}

.tabs-2-big-top .tab.active:before {
    border-top-color: #e1e7ed
}

.tabs-2-big-top .tab.active:after {
    border-top-color: #FFF
}

.tabs-2-big-top .tab:hover a,
.tabs-2-big-top .tab.active a {
    opacity: 1
}

.tabs-2-big-top .tab a p {
    margin-bottom: 0
}

.tabs-2-big-top.tab-container .panel-container {
    position: relative;
    margin-top: 80px;
    z-index: 1
}

.tabs-2-big-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px
}

@media(min-width:1025px) and (max-width:1199px) {
    .tabs-circle-top .etabs:before {
        margin: 55px 0 -55px
    }
    .tabs-circle-top .tab {
        height: 140px;
        margin: 0 10px
    }
    .tabs-circle-top .tab a {
        width: 110px;
        height: 110px;
        max-width: 110px;
        font-size: 12px
    }
    .tabs-circle-top .tab a div {
        font-size: 36px
    }
    .tabs-circle-top .tab.active a {
        height: 140px;
        width: 140px;
        max-width: 140px;
        font-size: 14px
    }
    .tabs-circle-top .tab.active a div {
        font-size: 46px
    }
  
@media(max-width:1024px) {
    .tabs-side.tab-container .panel-container {
        padding-left: 50px
    }
    .tabs-circle-top .etabs:before {
        margin: 50px 0 -50px
    }
    .tabs-circle-top .tab {
        height: 130px;
        margin: 0 5px
    }
    .tabs-circle-top .tab a {
        width: 100px;
        height: 100px;
        max-width: 100px;
        font-size: 11px
    }
    .tabs-circle-top .tab a div {
        font-size: 33px
    }
    .tabs-circle-top .tab.active a {
        height: 130px;
        width: 130px;
        max-width: 130px;
        font-size: 13px
    }
    .tabs-circle-top .tab.active a div {
        font-size: 44px
    }
}

@media(min-width:768px) and (max-width:979px) {
    .tabs-side .etabs {
        width: 240px
    }
    .tabs-side.tab-container .panel-container {
        width: 480px
    }
    .tabs-top.left .tab {
        margin-right: 2px
    }
    .tabs-top.left .tab a {
        padding: 5px 10px
    }
}

@media(max-width:767px) {
    .tabs-side .etabs {
        float: none;
        width: 100%
    }
    .tabs-side .tab a {
        border-right-color: #e6e9ed
    }
    .tabs-side .tab:first-child a {
        border-top-right-radius: 3px
    }
    .tabs-side .tab:last-child a {
        border-bottom-right-radius: 3px
    }
    .tabs-side .tab.active a {
        border-right-color: #ced7e0 !important
    }
    .tabs-side.tab-container .panel-container {
        padding-left: 0;
        border-left: 0;
        margin-top: 30px
    }
    .tabs-top .etabs:after {
        display: none
    }
    .tabs-top .tab {
        display: block;
        max-width: 100%;
        margin: 0
    }
    .tabs-top .tab a {
        display: block;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .tabs-top .tab:first-child a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    .tabs-top .tab:last-child a {
        border-bottom: 1px solid #e6e9ed;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
    .tabs-top .tab.active+.tab a {
        border-top-color: #ced7e0
    }
    .tabs-top .tab.active+.tab a:hover {
        border-top-color: #1abb9c
    }
    .tabs-2-big-top .tab {
        width: 100%;
        margin: 0 0 50px 0
    }
    .tabs-2-big-top .tab a {
        padding: 25px
    }
    .tabs-2-big-top.tab-container .panel-container {
        margin-top: 0
    }
    .tabs-circle-top .etabs:before {
        border-bottom: 0;
        margin: 0
    }
    .tabs-circle-top .tab {
        display: table;
        width: 100%;
        height: auto;
        margin: 0
    }
    .tabs-circle-top .tab.active {
        top: 0
    }
    .tabs-circle-top .tab a,
    .tabs-circle-top .tab.active a {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-size: 18px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 0;
        border-radius: 0
    }
    .tabs-circle-top .tab a:hover {
        border-width: 1px;
        border-color: #ced7e0 !important;
        border-top: 0
    }
    .tabs-circle-top .tab.active a:hover {
        border-color: transparent !important
    }
    .tabs-circle-top .tab:first-child a {
        border-top: 1px solid #ced7e0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    .tabs-circle-top .tab:last-child a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
    .tabs-circle-top .tab a div,
    .tabs-circle-top .tab.active a div {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        line-height: 120%;
        padding-bottom: 5px;
        margin: 0 10px 0 0
    }
}



.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden
}

.tabcontrol a {
    outline: 0
}

.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.tabcontrol ul>li {
    display: block;
    padding: 0
}

.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em
}

.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

.tabs-circle-top .tab.active a,
.tabs-circle-top .tab a:hover,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover {
    border-color: #b52025
}