@media( max-width: 900px ){
  .box-phone{
    margin: 11px 0px 0px 0px !important;
  }
}
#header {
  position: relative;
  z-index: 7;
}
#header .header-wrapper-top {
  background: #383838;
}
#header .header-top address {
    font-style: normal;
    margin-bottom: 0;
}
#header .header-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47px;
  padding: 3px 0 5px;
}
#header .header-top .box-phone,
#header .header-top .box-email,
#header .header-top .box-time,
#header .header-top .box-location {
  color: #ffffff;
}
#header .header-top .box-phone i[class^="icon-"],
#header .header-top .box-email i[class^="icon-"],
#header .header-top .box-time i[class^="icon-"],
#header .header-top .box-location i[class^="icon-"] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
#header .header-top .box-phone a,
#header .header-top .box-email a,
#header .header-top .box-time a,
#header .header-top .box-location a {
  color: #ffffff;
      text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#header .header-top .box-phone a:hover,
#header .header-top .box-email a:hover,
#header .header-top .box-time a:hover,
#header .header-top .box-location a:hover {
  color: #fdc400;
}
#header .header-top .box-phone,
#header .header-top .box-time,
#header .header-top .box-email {
  padding: 0 10px;
}
#header .header-top .box-phone:hover i {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}
@media (max-width: 1219px) {
  #header .header-wrapper-top {
    position: absolute;
    top: -100%;
    display: none;
    background: #eff1f2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  #header .header-wrapper-top .header-top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #header .header-wrapper-top .header-top address {
    margin-top: 11px;
  }
  #header .header-wrapper-top .header-top .tt-social-icon {
    margin-top: 14px;
  }
  #header .header-wrapper-top .header-top .box-phone,
  #header .header-wrapper-top .header-top .box-email,
  #header .header-wrapper-top .header-top .box-time,
  #header .header-wrapper-top .header-top .box-location {
    font-size: 14px;
    color: #383838;
  }
  #header .header-wrapper-top .header-top .box-phone a,
  #header .header-wrapper-top .header-top .box-email a,
  #header .header-wrapper-top .header-top .box-time a,
  #header .header-wrapper-top .header-top .box-location a {
    color: #383838;
    text-decoration: none;
  }
  #header .header-wrapper-top .header-top .box-phone a:hover,
  #header .header-wrapper-top .header-top .box-email a:hover,
  #header .header-wrapper-top .header-top .box-time a:hover,
  #header .header-wrapper-top .header-top .box-location a:hover {
    color: #fdc400;
  }
  #header .header-wrapper-top .header-top .box-phone,
  #header .header-wrapper-top .header-top .box-time,
  #header .header-wrapper-top .header-top .box-email {
    padding: 0 10px 0 0;
  }
}
#header .header-top-toggle {
  position: relative;
}
#header .header-top-toggle {
  display: none;
  width: 100%;
  height: 47px;
  background: #383838;
  color: #fff;

  z-index: 1;
  position: relative;

}

@media (max-width: 1219px) {
  #header .header-top-toggle {
    display: block;
  }
}

#header .header-top-toggle .btn-extra {
  position: absolute;
  top: 7px;
  right: 17px;
  z-index: 2;
  background: #fdc300;
  color: #383838;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding: 0 18px;
  font-size: 12px;
  line-height: 1.2;
  height: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  text-decoration: none;
}
@media (min-width: 1220px) {
  #header .header-top-toggle .btn-extra {
    display: none;
  }
}
@media (max-width: 600px) {
  #header .header-top-toggle .btn-extra {
    font-size: 11px;
    padding-top: 1px;
    padding: 0 10px;
  }
}
#header.open .header-wrapper-top {
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
}

#header .tt-social-icon {
  margin: 4px 0 0 0;
}
#header .tt-social-icon li {
  display: inline-block;
  margin: 0 13px;
}
#header .tt-social-icon li:first-child {
  margin-left: 0;
}
#header .tt-social-icon li:last-child {
  margin-right: 0;
}
#header .tt-social-icon a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#header .tt-social-icon a:hover {
  color: #fdc400;
}
@media (max-width: 1219px) {
  #header .tt-social-icon a {
    color: #383838;
  }
  #header .tt-social-icon a:hover {
    color: #fdc400;
  }
}
.tt-social-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0;
}
.tt-social-icon a {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 12px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-social-icon a:first-child {
  margin-left: 0;
}
.tt-social-icon a:last-child {
  margin-right: 0;
}

@media (max-width: 700px) {
  #header .header-wrapper-bottom {
    min-height: 77px !important;
  }
}
#header .header-bottom {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1219px) {
  #header .header-bottom {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1220px) {
  #header .header-bottom {
    min-height: 149px;
  }
  .tt-menu-stuck-row.stuck-is .header-bottom {
    min-height: auto !important;
  }
}
@media (max-width: 700px) {
  #header .header-bottom {
    padding-bottom: 12px;
  }
}
@media (max-width: 420px) {
  #header .header-bottom {
    padding-top: 13px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1219px) {
  #header .header-bottom {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #header .header-bottom div[class^="col-"] {
    width: 100%;
  }
}
#header .tt-logo {
  position: relative;
  height: 99px;
  display: inline-block;
  overflow: hidden;
  top: 3px;
  width: 335px;
}
#header .tt-logo .logo-icon {
  position: absolute;
  z-index: 0;
}
#header .tt-logo .logo-letter {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#header .tt-logo .logo-text {
  color: #393939;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  display: block;
  left: 96px;
  font-size: 58px;
  line-height: 1.1;
  position: absolute;
  letter-spacing: 0.05em;
}
#header .tt-logo .slogan-text {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 55px;
  left: 86px;
  letter-spacing: 0.06em;
}
#header .tt-logo .slogan-text:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 29px;
  text-align: center;
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #383838;
}
#header .tt-logo .slogan-text span {
  position: relative;
  padding: 0px 28px;
  z-index: 3;
  top: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
#header .tt-logo .slogan-text span:before,
#header .tt-logo .slogan-text span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 18px;
  height: 3px;
  background: #ffffff;
}
#header .tt-logo .slogan-text span:before {
  left: -1px;
}
#header .tt-logo .slogan-text span:after {
  right: -1px;
}
#header .tt-logo:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(15deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
#header .tt-logo:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
#header a {text-decoration: none;}
@media (max-width: 1219px) {
  #header .tt-logo {
    height: 74px;
    top: 0;
    width: 235px;
  }
  #header .tt-logo .logo-icon,
  #header .tt-logo .logo-letter {
    max-height: 71px;
    margin-top: 5px;
  }
  #header .tt-logo .logo-text {
    font-size: 46px;
    left: 67px;
    top: -4px;
  }
  #header .tt-logo .slogan-text {
    top: 44px;
    left: 62px;
    letter-spacing: 0.07em;
  }
  #header .tt-logo .slogan-text:before {
    height: 21px;
  }
  #header .tt-logo .slogan-text span {
    font-size: 13px;
    top: -5px;
    padding: 0px 21px;
    letter-spacing: 0.04em;
  }
  #header .tt-logo .slogan-text span:after,
  #header .tt-logo .slogan-text span:before {
    height: 2px;
    margin-top: -1px;
    width: 13px;
  }
}
@media (max-width: 420px) {
  #header .tt-logo {
    height: 53px;
    width: 165px;
  }
  #header .tt-logo .logo-icon,
  #header .tt-logo .logo-letter {
    max-height: 49px;
  }
  #header .tt-logo .logo-icon {
    margin-top: 4px;
  }
  #header .tt-logo .logo-text {
    font-size: 31px;
    left: 49px;
    top: 1px;
  }
  #header .tt-logo .slogan-text {
    top: 31px;
    left: 43px;
    letter-spacing: 0.07em;
  }
  #header .tt-logo .slogan-text:before {
    height: 15px;
  }
  #header .tt-logo .slogan-text span {
    font-size: 9px;
    top: -9px;
    padding: 0px 15px;
    letter-spacing: 0.04em;
  }
  #header .tt-logo .slogan-text span:after,
  #header .tt-logo .slogan-text span:before {
    height: 2px;
    margin-top: -1px;
    width: 9px;
  }
}
@media (min-width: 701px) {
  #header .tt-menu {
    margin-top: 20px;
  }
  #header .tt-menu > ul {
    font-weight: 500;
    text-transform: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 8px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02em;
  }
  #header .tt-menu > ul > li {
    margin-top: 0;
    display: inline-block;
    float: left;
  }
  #header .tt-menu > ul > li.current-menu-item a {
    color: #fdc400;
    text-decoration: none;
  }
  #header .tt-menu > ul > li > a {
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    padding: 4px 9px;
    font-weight: bold;
    color: #393939;
    text-decoration: none;
  }
  #header .tt-menu > ul > li > a span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  #header .tt-menu > ul > li > a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    transform: translate3d(0, 0, 0);
  }
  #header .tt-menu > ul > li.is-hover > a,
  #header .tt-menu > ul > li.active > a {
    color: #fdc400;
    text-decoration: none;
  }
  #header .tt-menu > ul > li.is-hover:not(.current_page_item) > a span,
  #header .tt-menu > ul > li.active:not(.current_page_item) > a span {
    transform: translateY(-100%);
  }
  #header .tt-menu > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: -3px;
    text-align: left;
    position: absolute;
    width: 310px;
    background: #fff;
    top: 67px;
    -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  #header .tt-menu > ul > li > ul li {
    list-style: none;
    margin-top: 0;
  }
  #header .tt-menu > ul > li.megamenu {
    position: inherit;
  }
  #header .tt-menu > ul > li.megamenu > ul {
    left: 0;
    width: 100%;
  }
  #header .tt-menu > ul > li.is-subMenu .tt-icon-subMenu {
    position: relative;
    top: -15px;
    font-size: 11px;
    color: #393939;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px #393939;
  }
  #header .tt-menu > ul > li:last-child > a {
    padding-right: 0;
  }
  #header .tt-menu > ul > li:first-child > a {
    padding-left: 0;
  }
  #header .tt-menu > ul > li.is-subMenu > a {
    padding-right: 4px;
  }
  #header .tt-menu > ul > li.is-hover > a {
    color: #fdc400;
  }
  #header .tt-menu > ul > li.is-hover > ul {
    opacity: 1;
    visibility: visible;
    top: 45px;
    padding: 0;
    margin: 0;
  }
  #header .tt-menu > ul > li.is-hover > ul a {
    color: #393939;
    display: block;
    text-decoration: none;
  }
  #header .tt-menu > ul > li.is-hover > ul a a:hover {
    color: #fdc400;
  }
  #header .tt-menu > ul .sub-menu {
    padding: 0;
  }
  #header .tt-menu > ul .sub-menu li a {
    padding: 12px 10px 10px 31px;
    font-size: 16px;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  
  #header .tt-menu > ul .sub-menu li a:hover {
    background: #fdc400;
    color: #ffffff;
  }
  #header .tt-menu > ul .sub-menu li a:hover:before {
    opacity: 1;
    left: 6px;
  }
  #header .tt-menu > ul .sub-menu li.active a {
    background: #fdc400;
    color: #ffffff;
    text-decoration: none;
  }
  #header .tt-menu > ul .sub-menu li.active a:before {
    opacity: 1;
    left: 6px;
  }
  #header .tt-menu > ul .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #edeff1;
  }

  #header .tt-menu > ul .sub-menu .menu-item-depth-1:hover ul {
    opacity: 1;
    top:  0;
  }
  #header .tt-menu > ul .sub-menu .menu-depth-2 {
      position: absolute;
      left: 100%;
      top: 5px;
      background: #fff;
      box-shadow: 1px 2px 11px #c7c7c7;
      width: 240px;
      opacity: 0;
      -webkit-transition: 0.1s 0.2s linear;
      -moz-transition: 0.1s 0.2s linear;
      -ms-transition: 0.1s 0.2s linear;
      -o-transition: 0.1s 0.2s linear;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #header .tt-menu > ul {
    padding-left: 4px;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #header .tt-menu > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #header .tt-menu > ul > li > a {
    padding: 4px 16px;
  }
}
@media (min-width: 701px) and (max-width: 1024px) {
  #header .tt-menu > ul > li > a {
    padding: 4px 10px;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #header .tt-menu > ul > li.is-hover > ul {
    top: 48px;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #header .tt-menu {
    margin-top: 3px;
  }
}
@media (max-width: 700px) {
  #header .tt-menu {
    overflow: hidden;
    height: 0;
    margin: 0px -15px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    /* text-transform: uppercase; */
  }
  #header .tt-menu:before {
    content: '';
    height: 7px;
    position: absolute;
    top: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0), white 20%);
  }
  #header .tt-menu.open-menu {
    display: block;
    height: 100vh;
  }
  
  #header .tt-menu ul {
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none;
  }
  #header .tt-menu ul li {
    border-bottom: 1px solid #edeff1;
  }
  #header .tt-menu ul li a {
    display: block;
    padding: 11px 11px 9px 16px;
    font-size: 16px;
  }
#header .tt-menu ul li.is-subMenu .tt-icon-subMenu {
    display: inline-block;
    speak: none;
    position: absolute;
    top: 0;
    font-size: 11px;
    color: #393939;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px #393939;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}
  #header .tt-menu ul li.is-hover > a,
  #header .tt-menu ul li.active > a {
    color: #fdc400;
  }
  #header .tt-menu ul ul {
    display: none;
  }
  #header .tt-menu ul ul a {
    background: #eff1f2;
  }
}
#header .tt-toggle-menu {
  display: block;
  position: absolute;
  right: 18px;
  top: 37px;
  width: 36px;
  height: 35px;
  font-size: 23px;
  line-height: 32px;
  color: #383838;
  text-align: center;
  cursor: pointer;
  z-index: 7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#header .tt-toggle-menu.active {
  color: #fdc400;
}
@media (min-width: 701px) {
  #header .tt-toggle-menu {
    display: none;
  }
}
@media (max-width: 700px) {
  #header .tt-toggle-menu {
    display: block;
  }
}
@media (max-width: 420px) {
  #header .tt-toggle-menu {
    top: 29px;
  }
}

#header .tt-menu-stuck-row {
  width: 100%;
  position: fixed;
  backface-visibility: hidden;
  top: -100px;
  z-index: 8;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  min-height: 59px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.admin-bar .tt-menu-stuck-row.stuck-is{
     margin-top: 32px;
  }
#header .tt-menu-stuck-row.stuck-is {
  top: 0px;
  opacity: 1;
}
#header .tt-menu-stuck-row .tt-menu {
  text-align: left;
  margin-top: -8px;
}

@media (max-width: 700px) {
  #header .tt-menu-stuck-row .tt-menu {
    margin-top: 10px !important;
  }
  .admin-bar .tt-menu-stuck-row.stuck-is{
     margin-top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .tt-menu-stuck-row.stuck-is{
     margin-top: 0px;
  }
}
#header .tt-menu-stuck-row .tt-toggle-menu {
  top: 17px;
}
#header .tt-menu-stuck-row .tt-logo {
  height: 51px;
  width: 165px;
}
#header .tt-menu-stuck-row .tt-logo .logo-icon,
#header .tt-menu-stuck-row .tt-logo .logo-letter {
  max-height: 49px;
}
#header .tt-menu-stuck-row .tt-logo .logo-text {
  font-size: 24px;
  left: 45px;
  top: 1px;
}
#header .tt-menu-stuck-row .tt-logo .slogan-text {
  top: 27px;
  left: 40px;
  letter-spacing: 0.07em;
}
#header .tt-menu-stuck-row .tt-logo .slogan-text:before {
  height: 15px;
}
#header .tt-menu-stuck-row .tt-logo .slogan-text span {
  font-size: 9px;
  top: -9px;
  padding: 0px 15px;
  letter-spacing: 0.04em;
}
#header .tt-menu-stuck-row .tt-logo .slogan-text span:after,
#header .tt-menu-stuck-row .tt-logo .slogan-text span:before {
  height: 2px;
  margin-top: -1px;
  width: 9px;
}
#header .tt-menu-stuck-row .header-bottom {
  padding-top: 9px;
  padding-bottom: 0px;
}
#header .tt-menu-stuck-row .tt-btn-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
#header .tt-menu-stuck-row .tt-btn-box .btn {
  padding-left: 36px;
  padding-right: 36px;
  height: 44px;
}
@media (min-width: 701px) {
  #header .tt-menu-stuck-row .header-bottom {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .tt-menu-stuck-row .col-logo {
    /*display: none;*/
  }
  #header .tt-menu-stuck-row .col-menu {
    width: 100%;
  }
  #header .tt-menu-stuck-row .tt-menu {
    margin-top: 17px;
  }
  #header .tt-menu-stuck-row .tt-menu > ul {
    padding-left: 1px;
  }
}
@media (max-width: 700px) {
  #header .tt-menu-stuck-row .tt-logo .logo-icon {
    margin-top: 3px;
  }
  #header .tt-menu-stuck-row .tt-logo .logo-letter {
    margin-top: 4px;
  }
  #header .tt-menu-stuck-row .tt-logo .logo-text {
    font-size: 31px;
    left: 49px;
  }
  #header .tt-menu-stuck-row .tt-logo .slogan-text {
    top: 31px;
    left: 42px;
  }
}
@media (max-width: 1024px) {
  #header .tt-menu-stuck-row .tt-btn-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #header .tt-menu-stuck-row .tt-btn-box .btn {
    padding-left: 20px;
    padding-right: 20px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  #header .tt-menu-stuck-row .tt-menu {
    margin-top: 12px;
  }
  #header .tt-menu-stuck-row .col-logo {
    width: 100%;
  }
  #header .tt-menu-stuck-row .col-xs-2 {
    display: none;
  }
}

.stuck-is .col-menu{
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*#header .btn-agendacfc{
  padding: 15px 12px;
  margin-top: -7px;
}*/

#header .btn-links{
  padding: 15px 16px;
  margin-top: -7px;
  margin-left: 2px;
}

.breakText{ 
  text-overflow: ellipsis;
  white-space: nowrap; 
  overflow: hidden;
  display: block;
}