@font-face {
  font-family: Panton;
  src: url(../fonts/Panton-LightCaps.otf);
}
html {
  position: relative !important;
  min-height: 100%;
  height: auto !important;
}
body {
  margin-bottom: 160px;
  position: initial !important;
  min-height: initial !important;
  top: auto !important;
}

body a{
  color: #01b1af;
}

body a:focus,
body a:hover{
  color: #006968;
}

.top-pad {
  padding-top: 70px;
}
.bot-pad {
  padding-bottom: 85px;
}
.bot-pad-20{
  padding-bottom: 20px;
}


.no-padding {
  padding:0px 0px !important;
}

.subpage-header {
  font-size: 32px;
  margin: 100px 0px;
  display: block;
  text-align: center;
  letter-spacing: 0.32em;
  font-weight: 500;
}


.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  overflow: hidden;
}

a[href^="tel:"] { cursor: default; }

.navbar-default {
  background-color: rgba(0, 0, 0, .8);
  background-image: none;
  z-index: 1000;
  border: none;
}

.navbar-toggle {
  border: none;
  margin-top: 24px;
  margin-bottom: 24px;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  background-color:  #fff !important;
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-nav > li > a {
  font-size: 12px;
  z-index: 1000;
}


.navbar-brand {
  float: none;
  padding: 12px 15px;
  position: absolute;
  top: 0;
  left: 10px;
  margin: auto 0;
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.navbar-brand > a {
  background: url(../img/logo_renewal.png) no-repeat ;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  background-position: left;
}

.navbar .navbar-nav > li > a.btn {
  /* border: 1px solid #fff !important; */
  margin: 20px 2px !important;
}

@media only screen and (max-width:768px){
  .navbar-fixed-top {
    min-height: 80px;
  }
  .navbar-brand {
    height: 80px;
    width:  50%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .navbar-fixed-top {
    min-height: 80px;
  }
  .navbar-brand {
    height: 80px;
    width:  50%;
  }

}

hr.hr-default{
  border-top: 1px solid #b0b0b0;
  width: 95%;
}

#product-detail hr.hr-default{
  width: 100%;
}

/* iPhone 6 landscape */
@media only screen and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2)
{ }

/* iPhone 6 portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2){


}

/* iPhone 6 Plus landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 3)
{ }

/* iPhone 6 Plus portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 3)
{ }

/* iPhone 6 and 6 Plus */
@media only screen
and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px){

  body {
    margin-bottom: 320px;
  }
  .footer {
    height: 320px;
  }

  .container {
    width: 90%  !important;
    padding: 15px !important;
  }

  .subpage-header {
    font-size: 24px;
    margin: 50px 0px;
    letter-spacing: 0.16em;
  }

}

#menu {
  height: 100vh;
  border: none;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}

/*BUTTONS*/
.btn {
  border-radius:0;
}

.btn.btn-xs, .btn-group-xs .btn, .navbar .navbar-nav > li > a.btn.btn-xs, .btn-group-xs .navbar .navbar-nav > li > a.btn {
  padding: 4px 15px;
  font-size: 12px;
  color: #fff;
}
.btn.btn-sm, .btn-group-sm .btn, .navbar .navbar-nav > li > a.btn.btn-sm, .btn-group-sm .navbar .navbar-nav > li > a.btn {
  padding: 5px 20px;
  font-size: 11px;
}
.btn, .navbar .navbar-nav > li > a.btn {
  border: none;
  /*border-radius: 3px;*/
  position: relative;
  padding: 12px 30px;
  margin: 10px 2px;
  font-size: 12px;
  font-weight: 400;
  /* text-transform: uppercase; */
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn.btn-round, .navbar .navbar-nav > li > a.btn.btn-round {
  border-radius: 30px;
  background-image: url(../img/btn_menu_renewal3265.png);
  background-repeat: no-repeat;
  background-position: center;
}


.btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-fab, .navbar .navbar-nav > li > a.btn.btn-fab.btn-fab-mini, .btn-group-sm .navbar .navbar-nav > li > a.btn.btn-fab {
  height: 40px;
  min-width: 40px;
  width: 40px;
}
.btn.btn-fab, .navbar .navbar-nav > li > a.btn.btn-fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: normal;
}
.btn{
  color: #fff;
}
.btn.btn-primary {
  background-color: #292929;
}
.btn.btn-red {
  background-color: #d70300;
}
.btn.btn-gray {
  background-color: #777;
}
.btn.btn-blue {
  background-color: #00b1af;
}
.btn.btn-light-red {
  background-color: #f0655e;
}
.btn.btn-light-purple {
  background-color: #ad90c5;
}
.btn.btn-light-orange {
  background-color: #dfa563;
}
.btn.btn-light-pink {
  background-color: #ff8295;
}
.btn.btn-light-green {
  background-color: #60a257;
}
.btn.btn-light-blue {
  background-color: #94b7e3;
}
.btn.btn-light-sky {
  background-color: #15bde7;
}
.btn.btn-light-yellowgreen {
  background-color: #abda5a;
}
.btn.btn-red-orange {
  background-color: #f37852;
}
.btn.btn-light-red:focus,
.btn.btn-light-purple:focus,
.btn.btn-light-orange:focus,
.btn.btn-light-pink:focus,
.btn.btn-light-green:focus,
.btn.btn-light-blue:focus,
.btn.btn-light-sky:focus,
.btn.btn-light-yellowgreen:focus,
.btn.btn-red-orange:focus {
  outline: none;
}

.btn.btn-default,.label-default  {
  color: #fff;
}
.btn.btn-info,.label-info  {
  background-color: #0fb6b4;
}
.btn.btn-teal {
  background-color: #00b1af;
}

.btn.btn-just-icon, .navbar .navbar-nav > li > a.btn.btn-just-icon {
  font-size: 20px;
  padding: 8px 8px;
  height: 40px;
  width: 40px;
  line-height: 1em;
  background-image:  none;
}


.btn-dark {
  background: #292929;
  color: #fff;
  border: none;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

.btn-dark-clr {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

.btn-dark-clrk:focus,
.btn-dark-clr:hover,
.btn-dark:focus,
.btn-dark:hover {
  background: #272727;
  color: #fff
}
.btn-dark:active {
  background: #272727;
  color: #fcf4f4
}
.mdl_btn {
  display: inline-flex;
  vertical-align: middle
}

.btn-square-lg {
  border: 1px solid rgba(255, 255, 255, .7);
  width: 110px !important;
  height: 110px !important;
  line-height: 110px;
  text-decoration: none;
  color: #fff;
}
.btn .icon-left{
  position: absolute;
  left:15px;
}
.btn .icon-right{
  position: absolute;
  right:15px;
}



.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active,
.btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover,
.btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle,
.open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover,
.navbar .navbar-nav > li > a.btn.btn-primary:hover,
.navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active,
.navbar .navbar-nav > li > a.btn.btn-primary.active, .navbar .navbar-nav > li > a.btn.btn-primary:active:focus,
.navbar .navbar-nav > li > a.btn.btn-primary:active:hover, .navbar .navbar-nav > li > a.btn.btn-primary.active:focus,
.navbar .navbar-nav > li > a.btn.btn-primary.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle,
.open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:hover {
  background-color: #292929;
  color: #fff;
}


/* Ripple magic */
.btn{
  position: relative;
  overflow: hidden;
}

.btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.btn:hover:not(:active)::after {
  animation: ripple 1s ease-out;
}


.label {
  border-radius: 12pt;
  padding: 0.2em 1.6em .3em;
}

/*PAGINATION*/
@media only screen and (max-width : 768px), screen and (max-width : 1243px) and (-webkit-min-device-pixel-ratio:2){
  .pagination > li > a,
  .pagination > li > span {
    min-width: 80px !important;
    height: 80px !important;
    font-size: 24px !important;
    line-height: 80px !important;
    /*line-height: 38px;*/
  }
  .pagination > li > a .icon{
    font-size: 30px;
  }


}
/* iPhone 6 and 6 Plus */
@media only screen
and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px){
  .pagination > li > a,
  .pagination > li > span {
    min-width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
    line-height: 38px !important;
    /*line-height: 38px;*/
  }
  .pagination > li > a .icon{
    font-size: 16px;
  }

  .back {
    height: 80px;
    width: 100% !important;
    line-height: 100px;
  }

  .back-to-top i {
    font-size: 40px;
  }
}

.pagination > li > a,
.pagination > li > span {
  border: 1px solid #a8a8a8;
  border-radius: 50% !important;
  transition: all .3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  color: #292929  !important;
  background-color: #fff  !important;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #999999;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #292929 !important;
  color: #292929;
  /*box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);*/
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #fff !important;
  cursor: not-allowed;
  background-color: #292929 !important;
}


/*PANEL*/
.panel.panel-default .panel-heading  {
  background-color: #b0b0b0;
  color: #fff;
}

.panel.panel-default .label.label-default {
  background-color: #b0b0b0;
  color: #fff;
}


.text-muted {
  color:#a8a8a8;
}

/*FOOTER*/
.footer-dark {
  padding: 57px 0;
  color: #f0f9ff;
  background-color: #292929;
  letter-spacing: normal;
}
.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}
.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}
.footer-dark ul a:hover {
  opacity: .8;
}
.footer-dark .item.text {
  margin-bottom: 36px;
}
.footer-dark .item.text p {
  opacity: .6;
  margin-bottom: 0;
}

.footer-dark  .item.social {
  text-align: center;
  font-size: 24px;
}

.footer-dark .item.social>a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  opacity: .75
}
.footer-dark .item.social>a:hover {
  opacity: .9
}
.footer-dark .copyright,
.link {
  text-align: right;
  padding-top: 24px;
  opacity: .3;
  margin-bottom: 0;
  color: #989898;
  font-size: 12px;
}

.footer-dark .gukenka-logo {
  height: 46px;
  background: url(../img/gukenka-logo.png) no-repeat;
  background-size: contain;
}
.footer-dark .link_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 12px;
}
.footer-dark .link_list-item {
  display: inline-block;
  color: #828282;
  letter-spacing: .15em;
  /* text-transform: uppercase; */
  font-weight: 500;
  margin: 10px 0;
  padding: 0 8px;
  position: relative;
}

.footer-dark .link {
  display: inline-block;
  padding: 4px 12px;
  margin: -4px -12px
}
.footer-dark .link_list-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  border-right: solid 1px rgba(85, 90, 114, .65)
}

.back {
  text-align: center;
  background-color: #fff;
}
.back-to-top {
  text-decoration: none;
  color: #18b8b7;
}

@media only screen and (min-width:768px){
  .back {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 15%;
    z-index: 10000;
  }
  .back-to-top {
    position: absolute;
    margin: 0;
    right:0;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #18b8b7;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 60px;
    padding: 2px;

  }

}


.center-block {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.input-group .icon-addon .form-control {
  border-radius: 0;
}
.form-control.input-round {
  border-radius: 30px;
}

.icon-addon {
  position: relative;
  overflow: hidden;
  color: #979797;
  display: block;
}

.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}

.icon-addon:after {
  clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px
}

.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 18px;
  padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px;
  margin-left: 0;
  left: 11px;
  top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
  color: #2580db;
}

.container {
  max-width: 1050px;
  padding:0 !important;
}


.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}