*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
.over-all-container{
  padding-left: 0;
  padding-right: 0;
}
.top_navbar{
  height: 52px;
  background: #FBFAF8;
}
.top_navbar .navbar .navbar-brand{
  padding: 15px 19px;
}
.top_navbar .navbar .navbar-brand .window_logo{
  width: 115px;
}
.top_navbar .navbar .navbar-brand .mobail_logo{
  width: 30px;
  height: 25px;
  display: none;
}

/* ski container */

.container-ski {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .container-ski {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-ski {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-ski {
    width: 1170px;
  }
}

.container-ski:before,
.container-ski:after {
  display: table;
  content: " ";
}
/* footer style */

.top_footer .sosial-section {
  background-color: #f8f8f8;
  padding: 20px 0;
  padding-top: 30px;
}
.top_footer .sosial-section .title {
  font-size: 28px;
  text-align: center;
  color: #58595b;
  font-family: Oswald,sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.top_footer .sosial-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top_footer .sosial-section ul li {
  margin: 0 5px;
  list-style: none;
}
.top_footer .sosial-section ul li a {
  -webkit-transition: opacity .5s;
  -o-transition: .5s opacity;
  transition: opacity .5s;
  color: #fff;
  border-radius: 100%;
  background: #00b9bd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
.top_footer .sosial-section ul li a i {
  font-size: 20px;
}
.footer {
  padding: 21px 0;
}
.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copyright {
  margin: 0 20px;
  color: #454545;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 2px;
}
.footer .footer-nav {
  display: flex;
  margin-top: 10px;
}
.footer .footer-nav li {
  margin: 0 20px;
  list-style: none;
}
.footer .footer-nav li a {
  color: #454545;
  font-size: 14px;
  line-height: 1.1;
}
/* icon style */

.acsb-trigger.acsb-trigger-size-medium {
  width: 45px;
  height: 45px;
}
.acsb-trigger {
  position: fixed;
  visibility: visible;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
  line-height: 1;
  outline: none 0 !important;
  overflow: visible !important;
  background-color: #146ff8;
  z-index: 999999999999;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.acsb-trigger .acsb-trigger-icon svg {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 1;
  top: 50%;
  left: 50%;
  fill: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* end style */

/* media query */
@media (min-width: 767px), screen and (max-width:1360px) {
  .top_navbar .navbar .container{
    width: 100%;
  }
}
@media  (min-width:1361px){
  .top_navbar .navbar .container{
    width: 1354px;
  }
}

@media (max-width: 767px) {

  .top_navbar .navbar .navbar-brand .window_logo{
    display: none;
  }
  .top_navbar .navbar .navbar-brand .mobail_logo{
    display: block;
  }
  .footer .footer-nav li.hide_li {
      display: none;
  }
  .footer-content {
      flex-direction: column;
  }
}