* {
 font-family: 'Nova Escola', sans-serif;
 font-size: 17px;   
 -webkit-font-smoothing: antialiased;
}

body {
   background-color:#ffffff;
   overflow-y: scroll;
}

a {
  color: inherit;
}
body:after {
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   position: fixed;
   z-index: 999;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #ffffff url('../../svg/loading.svg') no-repeat center center;
   background-size: 100px 100px;
}

body.computer:after,
body.tablet:after,
body.smartphone:after {
  content: none;
}

body > .loader {
  position: fixed;
  z-index: 99;
}

body.smartphone {
  min-width: auto;
  width: 400px;
}

body > .container {
   max-width: none;
}

body.smartphone .carousel {
    overflow: initial;
}

body.smartphone .arrow {
   position: relative;
   left: 0;
   width: 100%;
}

body.smartphone .arrow .arrow-left,
body.smartphone .arrow .arrow-right {
   display: none;
}

body.smartphone .arrow .load-more {
   display: block;
   margin-bottom: 35px;
}

body.smartphone .arrow .load-more.disable {
   display: none;
}