.vc_ggt_addon_mtabs{
    background: #ffffff;
}

.tabs_controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tabs_controls li a .img_icon {
    max-width: 100%!important;
    height: auto!important;
}

.ggt-tabs-vertical .tabs_controls {
    width: 290px;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
}

.ggt-tabs-vertical .ggt-tabs-content-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 290px);
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px){
    .ggt-tabs-vertical .tabs_controls {
        width: 100%;
    }

    .ggt-tabs-vertical .ggt-tabs-content-wrap {
        width: 100%;
    }
}

.ggt-tabs-content-wrap {
    position: relative;
    overflow: hidden;
}

.tabs_controls li a {
    padding: 35px 35px;
    display: table;
    width: 100%;
    position: relative;
    background: white;
}

.ggt-tab-inside{
    display: table-cell;
    vertical-align: middle;
}

.tabs_controls li a i,
.tabs_controls li a .ggt-tab-subtitle,
.tabs_controls li a span{
    position: relative;
    z-index: 1;
}

.tabs_controls li a i{
    color: #999;
}

.ggt-tab-inside {
    font-size: 20px;
    text-transform: uppercase;
}

.tabsection{
    background: white;
    position: relative;
}

.tab-content-inside-wrap{
    position: relative;
    z-index: 1;
}

.ggt-tab-subtitle {
    text-transform: none;
    font-size: 10px;
    font-style: italic;
    color: #999;
}

.ggt-tabs-horizontal .tabs_controls li {
    border-bottom: none;
    display: inline-block;
    vertical-align: bottom;
}

.ggt-tabs-horizontal.ggt-tabs-stretch .tabs_controls li,
.ggt-tabs-vertical.ggt-tabs-stretch .tabs_controls li {
    margin: 0;
}

.ggt-tabs-vertical .tabs_controls li {
    border-right: none;
    display: block;
}

.ggt-tabs-vertical .ggt-tab-inside {
    display: table-cell;
    vertical-align: middle;
}

.ggt-tabs-vertical .tabs_controls li a {
    display: table;
}

.tabs_controls li{
    position: relative;
}

.tabs_controls li:after {
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
}

.ggt-tabs-vertical .tabs_controls li:after {
    height: 1px;
    width: 100%;
    bottom: 0;
    top: auto;
}

.tabs_controls li:first-child:before {
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.ggt-tabs-vertical .tabs_controls li:first-child:before {
    height: 1px;
    width: 100%;
}

.tabs_controls li.tab-has-bg:after,
.tabs_controls li.tab-has-bg:first-child:before{
    display: none;
}

.icon-pos-left {
    margin-right: 0.8em;
}

.icon-pos-right {
    margin-left: 0.8em;
}

.img_icon {
    height: 48px;
    width: auto;
}

.tab-only-icon{
    font-size: 48px;
    line-height: 48px;
}

.tabsection{
    overflow: hidden;
}

.tab-bg-img,
.tab-content-bg-image {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.tab-bg-img{
    width: 101%;
}

.tab-bg-img:after{
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    background: black;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

li a:hover .tab-bg-img:after,
li a.active .tab-bg-img:after {
    height: 100%;
}

.ggt-tabs-loader {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: 0;
}

.show-loader .ggt-tabs-loader{
    opacity: 1;
}

.ggt-tabs-loader-bar {
    width: 200px;
    height: 2px;
    background: #ddd;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.ggt-tabs-loader-bar-inside {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #555;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ggt-tabs-changing .ggt-tabs-loader-bar-inside{
    -webkit-animation-name: toWidth;
    animation-name: toWidth;
}

@-webkit-keyframes toWidth{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}

@keyframes toWidth{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}

.ggt-text-icon-wrap i{
    font-size: 48px;
}

.ggt-text-icon-wrap.icon-pos-left,
.ggt-text-icon-wrap.icon-pos-right {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.ggt-text-icon-wrap.icon-pos-top {
  display: block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.ggt-text-icon-wrap.icon-pos-left {
    margin-right: 20px;
}

.ggt-text-icon-wrap.icon-pos-right {
    margin-left: 20px;
}

.type-text-w-icon .ggt-tab-text-wrap{
    display: inline-block;
    vertical-align: middle;
}

.ggt-tabs-vertical .type-text-w-icon .ggt-tab-text-wrap {
    max-width: 70%;
}

.ggt-tab-title h5{
    line-height: 1em;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    color: #000;
}

.ggt-tab-title h5:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #999;
    bottom: -12px;
    left: 0;
    opacity: .4;
}

.text-center .ggt-tab-title > h5:after {
    left: 40%;
}

.tab-hover-line {
    content: "";
    width: 100%;
    height: 0;
    background: #000;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.ggt-tabs-vertical .tab-hover-line {
    width: 0;
    height: 100%;
    top: 0;
}

.ggt-tabs-vertical.tabs-pos-left .tab-hover-line {
    left: 0;
    right: auto;
}

.ggt-tabs-vertical.tabs-pos-right .tab-hover-line {
    right: 0;
    left: auto;
}

.ggt-tabs-horizontal.tabs-pos-bottom .tab-hover-line {
    left: 0;
    bottom: 0;
    top: auto;
}

.ggt-tabs-horizontal.tabs-pos-top .tab-hover-line {
    left: 0;
    top: 0;
    bottom: auto;
}

.ggt-tabs-horizontal li a:hover .tab-hover-line,
.ggt-tabs-horizontal li a.active .tab-hover-line {
    height: 3px;
}

.ggt-tabs-vertical li a:hover .tab-hover-line,
.ggt-tabs-vertical li a.active .tab-hover-line {
    width: 3px;
}

.tabs_controls li a .ggt-text-icon-wrap.icon-pos-left i,
.tabs_controls li a .ggt-text-icon-wrap.icon-pos-right i {
    display: table;
    vertical-align: middle;
    height: 100%;
}

.tabs_controls li a .ggt-text-icon-wrap.icon-pos-left i:before,
.tabs_controls li a .ggt-text-icon-wrap.icon-pos-right i:before{
    display: table-cell;
    vertical-align: middle;
}

.tabs-stacked .tabs_controls li .ggt-tab-inside{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.tabs-stacked .tabs_controls li:hover .ggt-tab-inside{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}