.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 56px;
  height: 56px;
  border: 1px solid #666;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 0;
  padding:0 20px;
  font-family: inherit;
}

.btn.btn-white {
  background: #fff;
  border-color: #fff;
}

.btn.btn-arrow{
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.mobile .btn.btn-arrow{border-color:#ccc;}
.btn.btn-arrow .arrow {
  background: 50% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  top: 50%;
  left:-10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition:left 0.3s;
  -webkit-transition:left 0.3s;
}
.no-mobile .btn.btn-arrow:hover .arrow{left:-4%;}

.btn.btn-arrow .label {
  font-size: 1rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 1rem;
  line-height: 1;
  white-space: nowrap;
  padding: 0 2rem;
}

.no-mobile .btn-arrow .label {
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  max-width: 0;
  padding: 0;
}

.no-mobile .btn.btn-arrow:hover {
  border-color:#bcbcbc;
}

.no-mobile .globe-section .btn.btn-arrow .label {
  max-width: 5rem;
  padding: 0 2rem;
  opacity: 1;
}

.no-mobile .btn.btn-arrow:hover .label {
  max-width: 5rem;
  padding: 0 2rem;
  opacity: 1;
}


.btn.btn-icon svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn.btn-icon svg path {
  stroke: #fff;
}

.no-mobile .btn.btn-icon,
.no-mobile .btn.btn-icon svg path {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.no-mobile .btn.btn-icon:hover {
  background: #fff;
  border-color: #fff;
}

.no-mobile .btn.btn-icon:hover svg path {
  stroke: #000;
}

.btn.btn-icon.btn-white {
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
}

.no-mobile .btn.btn-icon.btn-white:hover {
  background: #fff;
  border-color: #fff;
}

.no-mobile .btn.btn-icon.btn-white:hover svg path {
  stroke: #000;
}

.btn.btn-icon.btn-prev svg,
.btn.btn-icon.btn-next svg {
  display: block;
  height: auto;
  width: 0.8125rem;
}

.no-mobile .btn.btn-icon.btn-prev svg,
.no-mobile .btn.btn-icon.btn-next svg {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.no-mobile .btn.btn-icon.btn-prev:hover svg {
  margin-left: -8%;
}

.no-mobile .btn.btn-icon.btn-next:hover svg {
  margin-left: 8%;
}

@keyframes btn-prev-arrow {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -7.5%;
  }
}

@keyframes btn-next-arrow {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 7.5%;
  }
}

@media screen and (max-width: 1080px) {

  .no-mobile .btn.btn-arrow{width:138px; position:relative;}
  .no-mobile .btn.btn-arrow:hover .label {opacity: 1; max-width: 138px; padding: 0 30px 0 16px;}
  .no-mobile .btn.btn-arrow:hover {border-color: #666; }
  .no-mobile .btn.btn-arrow .arrow{right:14px;}
  .no-mobile .btn.btn-arrow:hover .arrow{left: inherit; right:14px;}
  .no-mobile .globe-section .btn.btn-arrow .label{padding: 0 30px 0 16px;}

  .mobile .btn.btn-arrow{border-color:#666;}
  .btn.btn-arrow{width:138px; position:relative;}
  .btn.btn-arrow .arrow{right:14px;}
  .btn.btn-arrow .arrow.outlink{position: absolute; right: 14px;  display: inline-block; left: inherit;}
  .btn.btn-arrow .label{font-size:12px; opacity: 1; max-width:100%; padding: 0 30px 0 16px; display: inline-block; height: 100%; line-height: 42px;}
  .btn.btn-arrow:hover {border-color: #666; }
  .btn.btn-arrow:hover .label {opacity: 1; max-width: 138px; padding: 0 30px 0 16px;}
  .btn.btn-arrow:hover .arrow{left: inherit; right:14px;}

}
@media screen and (max-width: 480px) {
  .btn {
    height: 3.230769230769231rem;
    min-width: 3.230769230769231rem;
  }
  .btn.btn-arrow .arrow {
    width: 0.85rem;
    height: .85rem;
  }
  .btn.btn-arrow .label {
    font-size: 0.846153846153846rem;
  }
}
