

.ggt-accordion .ggt-panel-title {
  display: block;
  cursor: pointer; }
.ggt-accordion .ggt-panel-content {
  display: none;
  overflow: hidden; }

.ggt-accordion.ggt-style1 .ggt-panel .ggt-panel-title, .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-title {
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-accordion.ggt-style1 .ggt-panel .ggt-panel-title::after, .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-title::after {
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    content: "\e910";
    font-family: "ggtctrl" !important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 30px;
    text-transform: none;
    top: 26px;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-accordion.ggt-style1 .ggt-panel.ggt-active .ggt-panel-title:after, .ggt-accordion.ggt-style3 .ggt-panel.ggt-active .ggt-panel-title:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-title {
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-title::after {
    -moz-osx-font-smoothing: grayscale;
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #999 !important;
    content: "";
    font-family: "ggtctrl" !important;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: none;
    top: 20px;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    width: 30px;
}
.ggt-accordion.ggt-style2 .ggt-panel.ggt-active .ggt-panel-title:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* ----- Style 1 ------ */
.ggt-accordion.ggt-style1 .ggt-panel {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
    margin: 20px 0 0;
    overflow: hidden;
}
.ggt-accordion.ggt-style1 .ggt-panel .ggt-panel-title {
    display: block;
    padding: 20px 50px 20px 30px;
    position: relative;
}
.ggt-accordion.ggt-style1 .ggt-panel .ggt-panel-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 20px 30px;
}
.ggt-accordion.ggt-style1 .ggt-panel:hover .ggt-panel-title {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.ggt-accordion.ggt-style1 .ggt-panel.ggt-active .ggt-panel-title {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
  .ggt-accordion.ggt-style1 .ggt-panel.ggt-active .ggt-panel-title:after {
    color: #333; }

/* ----- Style 2 ------ */
.ggt-accordion.ggt-style2 .ggt-panel {
    margin: 20px 0 0;
    position: relative;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-accordion.ggt-style2 .ggt-panel:hover {
    -webkit-box-shadow: 0 4px 14px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 14px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 14px -1px rgba(0, 0, 0, 0.2);
}
.ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-title {
    background: #ffffff;
    display: block;
    overflow: hidden;
    padding: 20px 50px 20px 30px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    z-index: 1;
}
.ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-title::before {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);    width: 0;
    z-index: -1;
}
  .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-content {
    padding: 20px 30px;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 0 0 0;
  }
  .ggt-accordion.ggt-style2 .ggt-panel:hover .ggt-panel-title, .ggt-accordion.ggt-style2 .ggt-panel:hover .ggt-panel-title:after {
    color: #fff;
    border-color: #333; }
.ggt-accordion.ggt-style2 .ggt-panel:hover .ggt-panel-title::before {
    height: 400px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    width: 400px;
}
  .ggt-accordion.ggt-style2 .ggt-panel.ggt-active .ggt-panel-title {
    color: #fff;
    border-color: #333;
  }
  .ggt-accordion.ggt-style2 .ggt-panel.ggt-active .ggt-panel-title:after {
    color: #fff; }

.ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-title {
  color: #888;
  border-color: #404040; }
  .ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-title:before {
    background: #e5e5e5; }
.ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel:hover .ggt-panel-title {
  color: #333; }
.ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel:hover .ggt-panel-title:after {
  color: #666; }
.ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel.ggt-active .ggt-panel-title {
  background: #e5e5e5;
  color: #333;
  border-color: #e5e5e5; }
.ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel.ggt-active .ggt-panel-title:after {
  color: #666; }
.ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-content {
  border-color: #404040;
  color: #909090; }
  .ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-content h1, .ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-content h2, .ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-content h3, .ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-content h4, .ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-content h5, .ggt-dark-bg .ggt-accordion.ggt-style2 .ggt-panel .ggt-panel-content h6 {
    color: #e5e5e5; }

/* ----- Style 3 ------ */
.ggt-accordion.ggt-style3 .ggt-panel {
    margin: 0;
}
.ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-title {
    display: block;
    margin: 0;
    padding: 13px 50px 12px 5px;
    position: relative;
    text-transform: uppercase;
}
.ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-title::after {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    right: 10px;
    text-align: center;
    top: 15px;
    width: 25px;
}
  .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-content {
    padding: 10px 50px 30px 5px; }
  .ggt-accordion.ggt-style3 .ggt-panel:hover .ggt-panel-title {
    color: #333; }
  .ggt-accordion.ggt-style3 .ggt-panel.ggt-active .ggt-panel-title {
    color: #333; }


.ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel {
  border-color: #404040; }
  .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-title {
    color: #b0b0b0; }
    .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-title:after {
      color: #888; }
  .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel:hover .ggt-panel-title {
    color: #eaeaea; }
  .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel:hover .ggt-panel-title:after {
    color: #aaa; }
  .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel.ggt-active .ggt-panel-title {
    color: #eaeaea; }
  .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel.ggt-active .ggt-panel-title:after {
    color: #aaa; }
  .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-content {
    color: #909090; }
    .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-content h1, .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-content h2, .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-content h3, .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-content h4, .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-content h5, .ggt-dark-bg .ggt-accordion.ggt-style3 .ggt-panel .ggt-panel-content h6 {
      color: #e5e5e5; }

/*# sourceMappingURL=style.css.map */
