
html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale; }
  
img {
  max-width: 100%;
  height: auto; }

  *:hover {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s; }


h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400; }

h1 {
  font-size: 70px;
  line-height: 70px; }

h2 {
  font-size: 55px;
  line-height: 60px; }

h3 {
  font-size: 48px;
  line-height: 54px; }

h4 {
  font-size: 40px;
  line-height: 46px; }

h5 {
  font-size: 32px !important;
  line-height: 40px !important; }

h6 {
  font-size: 20px !important;
  line-height: 30px; }


/* font weight */
.font-weight-700 {
  font-weight: 700; }

.font-weight-800 {
  font-weight: 800; }

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.85); }

.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.85); }

.bg-black-opacity-light {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-vertical-ten-half-base {
  background: linear-gradient(to bottom, #222 0%, #222 10%, #222 10%, #f7f7f7 10%, #f7f7f7 100%); }

.bg-vertical-ten-half-primary {
  background: linear-gradient(to bottom, #fff 0%, #fff 10%, #fff 10%, #222 10%, #222 100%); }

.bg-vertical-twenty-half-base {
  background: linear-gradient(to bottom, #222 0%, #222 20%, #222 20%, #f7f7f7 20%, #f7f7f7 100%); }

.bg-vertical-twenty-half-primary {
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, #fff 20%, #222 20%, #222 100%); }

.bg-vertical-thirty-half-base {
  background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 30%, #6db5f3 30%, #f7f7f7 30%, #f7f7f7 100%); }

.bg-vertical-thirty-half-primary {
  background: linear-gradient(to bottom, #fff 0%, #fff 30%, #fff 30%, #222 30%, #222 100%); }

.bg-vertical-fourty-half-base {
  background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 40%, #6db5f3 40%, #f7f7f7 40%, #f7f7f7 100%); }

.bg-vertical-fourty-half-primary {
  background: linear-gradient(to bottom, #fff 0%, #fff 40%, #fff 40%, #222 40%, #222 100%); }

.bg-vertical-fifty-half-base {
  background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 50%, #6db5f3 50%, #f7f7f7 50%, #f7f7f7 100%); }

.bg-vertical-fifty-half-primary {
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 30%, #222 50%, #222 100%); }

.bg-vertical-sixty-half-base {
  background: linear-gradient(to bottom, #222 0%, #222 60%, #222 60%, #f7f7f7 60%, #f7f7f7 100%); }

.bg-vertical-sixty-half-primary {
  background: linear-gradient(to bottom, #fff 0%, #fff 60%, #fff 60%, #222 60%, #222 100%); }


.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto; }

section {
  padding: 100px 0;
  overflow: hidden; }
  section.big-section {
    padding: 150px 0; }
  section.extra-big-section {
    padding: 200px 0; }
  section.half-section {
    padding: 50px 0; }

/* divider */
.divider-full {
  width: 100%;
  height: 1px;
  display: inline-block; }

/* verticle align */
.vertical-align-middle {
  vertical-align: middle; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-bottom {
  vertical-align: bottom; }

.vertical-middle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }

.no-transition *, .parallax, .rev-slider * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s; }

.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;}

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.margin-auto {
  margin: 0 auto !important; }



.margin-70px-bottom {
  margin-bottom: 70px; }



.no-padding {
  padding: 0 !important; }

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.padding-30px-all {
  padding: 30px; }
 
.padding-40px-all {
  padding: 40px; }

.padding-60px-all {
  padding: 60px; }
 .padding-60px-top {
  padding-top: 60px; }

.padding-90px-bottom {
  padding-bottom: 90px; }

.padding-30px-right {
  padding-right: 30px; }

.padding-30px-left {
  padding-left: 30px; }

.padding-10px-tb {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-50px-tb {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-15px-lr {
  padding-left: 15px;
  padding-right: 15px; }

.padding-30px-lr {
  padding-left: 30px;
  padding-right: 30px; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-auto {
  overflow: auto !important; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }
  
.width-75px {
  width: 75px; }

.width-100px {
  width: 100px; }

.width-750px {
  width: 750px; }

.width-75 {
  width: 75%; }
  

  
.width-100 {
  width: 100%; }

.height-300px {
  height: 300px; }

.height-350px {
  height: 350px; }

.inner-match-height {
  position: relative;
  height: 100%; }
  
/* Responsive CSS */
@media (max-width: 1199.98px) {
  section {
    padding: 80px 0; }
    
  /* background color */
  .md-bg-vertical-ten-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 10%, #222 10%, #f7f7f7 10%, #f7f7f7 100%); }

  .md-bg-vertical-ten-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 10%, #fff 10%, #222 10%, #222 100%); }

  .md-bg-vertical-twenty-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 20%, #222 20%, #f7f7f7 20%, #f7f7f7 100%); }

  .md-bg-vertical-twenty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #fff 20%, #222 20%, #222 100%); }

  .md-bg-vertical-thirty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 30%, #6db5f3 30%, #f7f7f7 30%, #f7f7f7 100%); }

  .md-bg-vertical-thirty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 30%, #fff 30%, #222 30%, #222 100%); }

  .md-bg-vertical-fourty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 40%, #6db5f3 40%, #f7f7f7 40%, #f7f7f7 100%); }

  .md-bg-vertical-fourty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 40%, #fff 40%, #222 40%, #222 100%); }

  .md-bg-vertical-fifty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 50%, #6db5f3 50%, #f7f7f7 50%, #f7f7f7 100%); }

  .md-bg-vertical-fifty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 30%, #222 50%, #222 100%); }

  .md-bg-vertical-sixty-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 60%, #222 60%, #f7f7f7 60%, #f7f7f7 100%); }

  .md-bg-vertical-sixty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 60%, #fff 60%, #222 60%, #222 100%); }

  
 .md-margin-20px-bottom {
    margin-bottom: 20px !important; }

 .md-margin-30px-bottom {
    margin-bottom: 30px !important; }

 .md-margin-70px-bottom {
    margin-bottom: 70px !important; }
 
  .md-margin-15px-tb {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .md-padding-20px-all {
    padding: 20px !important; }

 .md-padding-60px-top {
    padding-top: 60px !important; }

  .md-line-height-26 {
    line-height: 26px; }
  
  .md-overflow-hidden {
    overflow: hidden !important; }

  .md-overflow-auto {
    overflow: auto !important; }

  .md-display-inline-block {
    display: inline-block !important; }


  .md-position-relative {
    position: relative;
    z-index: 5; }

  .md-position-absolute {
    position: absolute; }

  .md-no-border-left {
    border-left: 0 !important; } }
@media (max-width: 991.98px) {
  /* typography */
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 18px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400; }

  h1 {
    font-size: 57px;
    line-height: 58px; }

  h2 {
    font-size: 43px;
    line-height: 48px; }

  h3 {
    font-size: 36px;
    line-height: 41px; }

  h4 {
    font-size: 30px;
    line-height: 35px; }

  h5 {
    font-size: 24px;
    line-height: 30px; }

  h6 {
    font-size: 22px;
    line-height: 26px; }

  p {
    margin: 0 0 20px; }

  .title-large {
    font-size: 70px;
    line-height: 65px; }

  .title-extra-large {
    font-size: 100px;
    line-height: 95px; }

  .percent {
    line-height: 125px; }

  /* custom */
  section {
    padding: 60px 0; }
    section.big-section {
      padding: 100px 0; }
    section.extra-big-section {
      padding: 150px 0; }
    section.half-section {
      padding: 30px 0; }

  .sm-center-col {
    float: none;
    margin: 0 auto; }

  /*float*/
  .sm-float-left {
    float: left !important; }

  .sm-float-right {
    float: right !important; }

  .sm-float-none {
    float: none !important; }

  /*text-alignment*/
  .sm-text-center {
    text-align: center; }

  .sm-text-left {
    text-align: left; }

  .sm-text-right {
    text-align: right; }

  /* verticle align */
  .sm-vertical-align-middle {
    vertical-align: middle; }

  .sm-vertical-align-top {
    vertical-align: top; }

  .sm-vertical-align-bottom {
    vertical-align: bottom; }

  /* image position */
  .sm-background-image-left {
    background-position: left; }

  .sm-background-image-right {
    background-position: right; }

  .sm-background-image-center {
    background-position: center; }

  /* background color*/
  .sm-bg-vertical-ten-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 10%, #222 10%, #f7f7f7 10%, #f7f7f7 100%); }

  .sm-bg-vertical-ten-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 10%, #fff 10%, #222 10%, #222 100%); }

  .sm-bg-vertical-twenty-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 20%, #222 20%, #f7f7f7 20%, #f7f7f7 100%); }

  .sm-bg-vertical-twenty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #fff 20%, #222 20%, #222 100%); }

  .sm-bg-vertical-thirty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 30%, #6db5f3 30%, #f7f7f7 30%, #f7f7f7 100%); }

  .sm-bg-vertical-thirty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 30%, #fff 30%, #222 30%, #222 100%); }

  .sm-bg-vertical-fourty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 40%, #6db5f3 40%, #f7f7f7 40%, #f7f7f7 100%); }

  .sm-bg-vertical-fourty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 40%, #fff 40%, #222 40%, #222 100%); }

  .sm-bg-vertical-fifty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 50%, #6db5f3 50%, #f7f7f7 50%, #f7f7f7 100%); }

  .sm-bg-vertical-fifty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 30%, #222 50%, #222 100%); }

  .sm-bg-vertical-sixty-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 60%, #222 60%, #f7f7f7 60%, #f7f7f7 100%); }

  .sm-bg-vertical-sixty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 60%, #fff 60%, #222 60%, #222 100%); }


  .sm-margin-40px-bottom {
    margin-bottom: 40px !important; }


  .sm-margin-70px-bottom {
    margin-bottom: 70px !important; }



  .sm-padding-25px-all {
    padding: 25px !important; }

  .sm-padding-30px-all {
    padding: 30px !important; }

  .sm-padding-60px-top {
    padding-top: 60px !important; }

   .sm-padding-20px-tb {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }


  /* left */
  .sm-left-auto {
    left: auto; }

  .sm-left-0 {
    left: 0; }

  .sm-left-1 {
    left: 1px; }

  .sm-left-2 {
    left: 2px; }

  .sm-left-3 {
    left: 3px; }

  .sm-left-4 {
    left: 4px; }

  .sm-left-5 {
    left: 5px; }

  .sm-left-6 {
    left: 6px; }

  .sm-left-7 {
    left: 7px; }

  .sm-left-8 {
    left: 8px; }

  .sm-left-9 {
    left: 9px; }

  .sm-left-10 {
    left: 10px; }

  /* right */
  .sm-right-auto {
    right: auto; }

  .sm-right-0 {
    right: 0; }

  .sm-right-1 {
    right: 1px; }

  .sm-right-2 {
    right: 2px; }

  .sm-right-3 {
    right: 3px; }

  .sm-right-4 {
    right: 4px; }

  .sm-right-5 {
    right: 5px; }

  .sm-right-6 {
    right: 6px; }

  .sm-right-7 {
    right: 7px; }

  .sm-right-8 {
    right: 8px; }

  .sm-right-9 {
    right: 9px; }

  .sm-right-10 {
    right: 10px; }

  .sm-width-100 {
    width: 100%; }

 
  .sm-height-auto {
    height: auto !important; }
  /* display */
  .sm-display-block {
    display: block !important; }

  .sm-overflow-hidden {
    overflow: hidden !important; }

  .sm-overflow-auto {
    overflow: auto !important; }

  .sm-display-inline-block {
    display: inline-block !important; }

  .sm-display-inline {
    display: inline !important; }

  .sm-display-none {
    display: none !important; }

  .sm-display-inherit {
    display: inherit !important; }

  .sm-display-table {
    display: table !important; }

  .sm-display-table-cell {
    display: table-cell !important; }

  .sm-display-flex-inherit {
    -ms-box-orient: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
    flex-flow: inherit;
    -webkit-flex-flow: inherit;
    -moz-flex-flow: inherit;
    -ms-flex-flow: inherit;
    -o-flex-flow: inherit; }

  /* min height */
  .sm-min-height-0 {
    min-height: 0; }

  /* clear-both */
  .sm-clear-both {
    clear: both; }

  /* position */
  .sm-position-inherit {
    position: inherit !important; }

  .sm-position-initial {
    position: initial !important; }

  .sm-position-relative {
    position: relative !important;
    z-index: 5; }

  .sm-position-absolute {
    position: absolute !important; }

  .sm-position-fixed {
    position: fixed !important; }

  .sm-position-static {
    position: static !important; }

  /* line height */
  .sm-line-height-10 {
    line-height: 10px; }

  .sm-line-height-18 {
    line-height: 18px; }

  .sm-line-height-20 {
    line-height: 20px; }

  .sm-line-height-24 {
    line-height: 24px; }

  .sm-line-height-22 {
    line-height: 22px; }

  .sm-line-height-26 {
    line-height: 26px; }

  .sm-line-height-28 {
    line-height: 28px; }

  .sm-line-height-30 {
    line-height: 30px; }

  .sm-line-height-35 {
    line-height: 35px; }

  .sm-line-height-40 {
    line-height: 40px; }

  .sm-line-height-45 {
    line-height: 45px; }

  .sm-line-height-50 {
    line-height: 50px; }

  .sm-line-height-55 {
    line-height: 55px; }

  .sm-line-height-60 {
    line-height: 60px; }

  .sm-line-height-65 {
    line-height: 65px; }

  .sm-line-height-70 {
    line-height: 70px; }

  .sm-line-height-75 {
    line-height: 75px; }

  .sm-line-height-80 {
    line-height: 80px; }

  .sm-line-height-85 {
    line-height: 85px; }

  .sm-line-height-90 {
    line-height: 90px; }

  .sm-line-height-95 {
    line-height: 95px; }

  .sm-line-height-100 {
    line-height: 100px; }

  /* boder align */
  .sm-border-top {
    border-top: 1px solid; }

  .sm-border-bottom {
    border-bottom: 1px solid; }

  .sm-border-left {
    border-left: 1px solid; }

  .sm-border-right {
    border-right: 1px solid; }

  .sm-border-lr {
    border-left: 1px solid;
    border-right: 1px solid; }

  .sm-border-tb {
    border-top: 1px solid;
    border-bottom: 1px solid; }

  /* border */
  .sm-no-border-top {
    border-top: 0 !important; }

  .sm-no-border-bottom {
    border-bottom: 0 !important; }

  .sm-no-border-right {
    border-right: 0 !important; }

  .sm-no-border-left {
    border-left: 0 !important; }

  .sm-no-border {
    border: 0 !important; }

  /* opacity */
  .sm-opacity1 {
    opacity: .1; }

  .sm-opacity2 {
    opacity: .2; }

  .sm-opacity3 {
    opacity: .3; }

  .sm-opacity4 {
    opacity: .4; }

  .sm-opacity5 {
    opacity: .5; }

  .sm-opacity6 {
    opacity: .6; }

  .sm-opacity7 {
    opacity: .7; }

  .sm-opacity8 {
    opacity: .8; }

  .sm-opacity9 {
    opacity: .9; }

  .sm-opacity10 {
    opacity: 1; } }
@media (max-width: 767.98px) {
  body {
    font-size: 13px;
    line-height: 20px; }

  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 17px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400; }

  h1 {
    font-size: 36px;
    line-height: 42px; }

  h2 {
    font-size: 30px;
    line-height: 36px; }

  h3 {
    font-size: 28px;
    line-height: 34px; }

  h4 {
    font-size: 24px;
    line-height: 30px; }

  h5 {
    font-size: 20px;
    line-height: 28px; }

  h6 {
    font-size: 18px;
    line-height: 23px; }

  /* opacity */
  .xs-opacity1 {
    opacity: .1; }

  .xs-opacity2 {
    opacity: .2; }

  .xs-opacity3 {
    opacity: .3; }

  .xs-opacity4 {
    opacity: .4; }

  .xs-opacity5 {
    opacity: .5; }

  .xs-opacity6 {
    opacity: .6; }

  .xs-opacity7 {
    opacity: .7; }

  .xs-opacity8 {
    opacity: .8; }

  .xs-opacity9 {
    opacity: .9; }

  .xs-opacity10 {
    opacity: 1; }

  /*text-alignment*/
  .xs-text-center {
    text-align: center; }

  .xs-text-left {
    text-align: left; }

  .xs-text-right {
    text-align: right; }

  /*float*/
  .xs-float-left {
    float: left !important; }

  .xs-float-right {
    float: right !important; }

  .xs-float-none {
    float: none !important; }

  /* verticle align */
  .xs-vertical-align-middle {
    vertical-align: middle; }

  .xs-vertical-align-top {
    vertical-align: top; }

  .xs-vertical-align-bottom {
    vertical-align: bottom; }

  /* image position*/
  .xs-background-image-left {
    background-position: left !important; }

  .xs-background-image-right {
    background-position: right !important; }

  .xs-background-image-center {
    background-position: center !important; }

  /* background color*/
  .xs-bg-vertical-ten-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 10%, #222 10%, #f7f7f7 10%, #f7f7f7 100%); }

  .xs-bg-vertical-ten-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 10%, #fff 10%, #222 10%, #222 100%); }

  .xs-bg-vertical-twenty-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 20%, #222 20%, #f7f7f7 20%, #f7f7f7 100%); }

  .xs-bg-vertical-twenty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #fff 20%, #222 20%, #222 100%); }

  .xs-bg-vertical-thirty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 30%, #6db5f3 30%, #f7f7f7 30%, #f7f7f7 100%); }

  .xs-bg-vertical-thirty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 30%, #fff 30%, #222 30%, #222 100%); }

  .xs-bg-vertical-fourty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 40%, #6db5f3 40%, #f7f7f7 40%, #f7f7f7 100%); }

  .xs-bg-vertical-fourty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 40%, #fff 40%, #222 40%, #222 100%); }

  .xs-bg-vertical-fifty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 50%, #6db5f3 50%, #f7f7f7 50%, #f7f7f7 100%); }

  .xs-bg-vertical-fifty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 30%, #222 50%, #222 100%); }

  .xs-bg-vertical-sixty-half-base {
    background: linear-gradient(to bottom, #222 0%, #222 60%, #222 60%, #f7f7f7 60%, #f7f7f7 100%); }

  .xs-bg-vertical-sixty-half-primary {
    background: linear-gradient(to bottom, #fff 0%, #fff 60%, #fff 60%, #222 60%, #222 100%); }



.xs-margin-30px-bottom {
    margin-bottom: 30px !important; }


.xs-margin-70px-bottom {
    margin-bottom: 70px !important; }

  

  /* padding */
  .xs-no-padding {
    padding: 0 !important; }

  .xs-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .xs-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .xs-no-padding-top {
    padding-top: 0 !important; }

  .xs-no-padding-bottom {
    padding-bottom: 0 !important; }

  .xs-no-padding-left {
    padding-left: 0 !important; }

  .xs-no-padding-right {
    padding-right: 0 !important; }


  /*.xs-padding-10px-all {
    padding: 10px !important; }*/

 
  /*.xs-padding-60px-top {
    padding-top: 60px !important; }*/

 
  /*.xs-padding-60px-bottom {
    padding-bottom: 60px !important; }*/

 
  /*.xs-padding-30px-tb {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }*/

  
  /* top */
  .xs-top-auto {
    top: auto; }

  .xs-top-inherit {
    top: inherit !important; }

  .xs-top-0 {
    top: 0 !important; }

  .xs-top-1 {
    top: 1px; }

  .xs-top-2 {
    top: 2px; }

  .xs-top-3 {
    top: 3px; }

  .xs-top-4 {
    top: 4px; }

  .xs-top-5 {
    top: 5px; }

  .xs-top-6 {
    top: 6px; }

  .xs-top-7 {
    top: 7px; }

  .xs-top-8 {
    top: 8px; }

  .xs-top-9 {
    top: 9px; }

  .xs-top-10 {
    top: 10px; }

  .xs-top-12 {
    top: 12px; }

  .xs-top-15 {
    top: 15px; }

  .xs-top-17 {
    top: 17px; }

  .xs-top-20 {
    top: 20px; }

  .xs-top-25 {
    top: 25px; }

  .xs-top-30 {
    top: 30px; }

  .xs-top-35 {
    top: 35px; }

  .xs-top-40 {
    top: 40px; }

  .xs-top-45 {
    top: 45px; }

  .xs-top-50 {
    top: 50px; }

  .xs-top-minus1 {
    top: -1px; }

  .xs-top-minus2 {
    top: -2px; }

  .xs-top-minus3 {
    top: -3px; }

  .xs-top-minus4 {
    top: -4px; }

  .xs-top-minus5 {
    top: -5px; }

  .xs-top-minus6 {
    top: -6px; }

  .xs-top-minus7 {
    top: -7px; }

  .xs-top-minus8 {
    top: -8px; }

  .xs-top-minus9 {
    top: -9px; }

  .xs-top-minus10 {
    top: -10px; }

  .xs-top-minus15 {
    top: -15px; }

  .xs-top-minus20 {
    top: -20px; }

  .xs-top-minus25 {
    top: -25px; }

  .xs-top-minus30 {
    top: -30px; }

  .xs-top-minus35 {
    top: -35px; }

  .xs-top-minus40 {
    top: -40px; }

  .xs-top-minus45 {
    top: -45px; }

  .xs-top-minus50 {
    top: -50px; }

  /* bottom */
  .xs-bottom-auto {
    bottom: auto; }

  .xs-bottom-0 {
    bottom: 0; }

  .xs-bottom-1 {
    bottom: 1px; }

  .xs-bottom-2 {
    bottom: 2px; }

  .xs-bottom-3 {
    bottom: 3px; }

  .xs-bottom-4 {
    bottom: 4px; }

  .xs-bottom-5 {
    bottom: 5px; }

  .xs-bottom-6 {
    bottom: 6px; }

  .xs-bottom-7 {
    bottom: 7px; }

  .xs-bottom-8 {
    bottom: 8px; }

  .xs-bottom-9 {
    bottom: 9px; }

  .xs-bottom-10 {
    bottom: 10px; }

  .xs-bottom-20 {
    bottom: 20px; }

  .xs-bottom-25 {
    bottom: 25px; }

  .xs-bottom-30 {
    bottom: 30px; }

  .xs-bottom-35 {
    bottom: 35px; }

  .xs-bottom-40 {
    bottom: 40px; }

  .xs-bottom-45 {
    bottom: 45px; }

  .xs-bottom-50 {
    bottom: 50px; }

  .xs-bottom--minus30 {
    bottom: -30px; }

  .xs-bottom--minus50 {
    bottom: -50px; }

  .xs-bottom--minus55 {
    bottom: -55px; }

  /* left */
  .xs-left-auto {
    left: auto; }

  .xs-left-0 {
    left: 0; }

  .xs-left-1 {
    left: 1px; }

  .xs-left-2 {
    left: 2px; }

  .xs-left-3 {
    left: 3px; }

  .xs-left-4 {
    left: 4px; }

  .xs-left-5 {
    left: 5px; }

  .xs-left-6 {
    left: 6px; }

  .xs-left-7 {
    left: 7px; }

  .xs-left-8 {
    left: 8px; }

  .xs-left-9 {
    left: 9px; }

  .xs-left-10 {
    left: 10px; }

  /* right */
  .xs-right-auto {
    right: auto; }

  .xs-right-0 {
    right: 0; }

  .xs-right-1 {
    right: 1px; }

  .xs-right-2 {
    right: 2px; }

  .xs-right-3 {
    right: 3px; }

  .xs-right-4 {
    right: 4px; }

  .xs-right-5 {
    right: 5px; }

  .xs-right-6 {
    right: 6px; }

  .xs-right-7 {
    right: 7px; }

  .xs-right-8 {
    right: 8px; }

  .xs-right-9 {
    right: 9px; }

  .xs-right-10 {
    right: 10px; }

  /* width */
  .xs-width-10 {
    width: 10%; }

  .xs-width-15 {
    width: 15%; }

  .xs-width-20 {
    width: 20%; }

  .xs-width-25 {
    width: 25%; }

  .xs-width-30 {
    width: 30%; }

  .xs-width-35 {
    width: 35%; }

  .xs-width-40 {
    width: 40%; }

  .xs-width-45 {
    width: 45%; }

  .xs-width-50 {
    width: 50%; }

  .xs-width-55 {
    width: 55%; }

  .xs-width-60 {
    width: 60%; }

  .xs-width-65 {
    width: 65%; }

  .xs-width-70 {
    width: 70%; }

  .xs-width-75 {
    width: 75%; }

  .xs-width-80 {
    width: 80%; }

  .xs-width-85 {
    width: 85%; }

  .xs-width-90 {
    width: 90%; }

  .xs-width-95 {
    width: 95%; }

  .xs-width-100 {
    width: 100%; }

  .xs-width-auto {
    width: auto; }

  .xs-width-50px {
    width: 50px; }

  .xs-width-70px {
    width: 70px; }

  .xs-width-75px {
    width: 75px; }

  .xs-width-80px {
    width: 80px; }

  .xs-width-85px {
    width: 85px; }

  .xs-width-90px {
    width: 90px; }

  .xs-width-95px {
    width: 95px; }

  .xs-width-100px {
    width: 100px; }

  .xs-width-120px {
    width: 120px; }

  .xs-width-130px {
    width: 130px; }

  .xs-width-150px {
    width: 150px; }

  .xs-width-180px {
    width: 180px; }

  .xs-width-200px {
    width: 200px; }

  .xs-width-250px {
    width: 250px; }

  .xs-width-300px {
    width: 300px; }

  .xs-width-350px {
    width: 350px; }

  .xs-width-400px {
    width: 400px; }

  .xs-width-450px {
    width: 450px; }

  .xs-width-500px {
    width: 500px; }

  .xs-width-550px {
    width: 550px; }

  .xs-width-600px {
    width: 600px; }

  .xs-width-650px {
    width: 650px; }

  .xs-width-700px {
    width: 700px; }

  .xs-width-750px {
    width: 750px; }

  .xs-width-800px {
    width: 800px; }

  .xs-width-850px {
    width: 850px; }

  .xs-width-900px {
    width: 900px; }

  .xs-width-950px {
    width: 950px; }

  .xs-width-1000px {
    width: 1000px; }

  /* height */
  .xs-height-50 {
    height: 50% !important; }

  .xs-height-100 {
    height: 100% !important; }

  .xs-height-auto {
    height: auto !important; }

  .xs-height-10px {
    height: 10px !important; }

  .xs-height-20px {
    height: 20px !important; }

  .xs-height-30px {
    height: 30px !important; }

  .xs-height-40px {
    height: 40px !important; }

  .xs-height-50px {
    height: 50px !important; }

  .xs-height-60px {
    height: 60px !important; }

  .xs-height-70px {
    height: 70px !important; }

  .xs-height-80px {
    height: 80px !important; }

  .xs-height-90px {
    height: 90px !important; }

  .xs-height-100px {
    height: 100px !important; }

  .xs-height-150px {
    height: 150px !important; }

  .xs-height-200px {
    height: 200px !important; }

  .xs-height-250px {
    height: 250px !important; }

  .xs-height-270px {
    height: 270px !important; }

  .xs-height-300px {
    height: 300px !important; }

  .xs-height-350px {
    height: 350px !important; }

  .xs-height-400px {
    height: 400px !important; }

  .xs-height-450px {
    height: 450px !important; }

  .xs-height-500px {
    height: 500px !important; }

  .xs-height-550px {
    height: 550px !important; }

  .xs-height-600px {
    height: 600px !important; }

  .xs-height-650px {
    height: 650px !important; }

  .xs-height-700px {
    height: 700px !important; }

  .xs-height-800px {
    height: 800px !important; }

  .xs-height-900px {
    height: 900px !important; }

  .xs-height-1000px {
    height: 1000px !important; }

  /* line height */
  .xs-line-height-10 {
    line-height: 10px; }

  .xs-line-height-18 {
    line-height: 18px; }

  .xs-line-height-20 {
    line-height: 20px; }

  .xs-line-height-24 {
    line-height: 24px; }

  .xs-line-height-22 {
    line-height: 22px; }

  .xs-line-height-26 {
    line-height: 26px; }

  .xs-line-height-28 {
    line-height: 28px; }

  .xs-line-height-30 {
    line-height: 30px; }

  .xs-line-height-35 {
    line-height: 35px; }

  .xs-line-height-40 {
    line-height: 40px; }

  .xs-line-height-45 {
    line-height: 45px; }

  .xs-line-height-50 {
    line-height: 50px; }

  .xs-line-height-55 {
    line-height: 55px; }

  .xs-line-height-60 {
    line-height: 60px; }

  .xs-line-height-65 {
    line-height: 65px; }

  .xs-line-height-70 {
    line-height: 70px; }

  .xs-line-height-75 {
    line-height: 75px; }

  .xs-line-height-80 {
    line-height: 80px; }

  .xs-line-height-85 {
    line-height: 85px; }

  .xs-line-height-90 {
    line-height: 90px; }

  .xs-line-height-95 {
    line-height: 95px; }

  .xs-line-height-100 {
    line-height: 100px; }

  .page-title-large h1 {
    font-size: 35px;
    line-height: 35px; }

  .page-title-medium h1 {
    font-size: 25px;
    line-height: 30px; }

  .title-large {
    font-size: 38px;
    line-height: 44px; }

  .title-extra-large {
    font-size: 35px;
    line-height: 40px; }

  /* display */
  .xs-display-block {
    display: block !important; }

  .xs-overflow-hidden {
    overflow: hidden !important; }

  .xs-overflow-auto {
    overflow: auto !important; }

  .xs-display-inline-block {
    display: inline-block !important; }

  .xs-display-inline {
    display: inline !important; }

  .xs-display-none {
    display: none !important; }

  .xs-display-inherit {
    display: inherit !important; }

  .xs-display-table {
    display: table !important; }

  .xs-display-table-cell {
    display: table-cell !important; }

  /* position */
  .xs-position-inherit {
    position: inherit; }

  .xs-position-relative {
    position: relative;
    z-index: 5; }

  .xs-position-absolute {
    position: absolute; }

  .xs-position-fixed {
    position: fixed; }

  .xs-position-static {
    position: static; }

  /* position */
  .xs-letter-spacing-0 {
    letter-spacing: 0; }

  /* boder align */
  .xs-border-top {
    border-top: 1px solid; }

  .xs-border-bottom {
    border-bottom: 1px solid; }

  .xs-border-left {
    border-left: 1px solid; }

  .xs-border-right {
    border-right: 1px solid; }

  .xs-border-lr {
    border-left: 1px solid;
    border-right: 1px solid; }

  .xs-border-tb {
    border-top: 1px solid;
    border-bottom: 1px solid; }

  /* border */
  .xs-no-border-top {
    border-top: 0 !important; }

  .xs-no-border-bottom {
    border-bottom: 0 !important; }

  .xs-no-border-right {
    border-right: 0 !important; }

  .xs-no-border-left {
    border-left: 0 !important; }

  .xs-no-border {
    border: 0 !important; } }
    
    .navbox{
		background: rgba(0,0,0,0.6);
		width: 100%;
		height: 55px;
		position: fixed;
		top: 0;
		z-index: 500;
	}
	.p-nav img{display: inline-block;width:18%;}
	.p-nav a{
		background: none;
		color: white;
		position: relative;
		left: 19.2%;
		top:-4px;
	}
	
	ul,li,a{
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style: none;
	}
	.mm{float: right;margin-right: 19.2%;}
	.mm ul li{float: left;padding-right: 15px;padding-left: 15px;}
	.mm a{
		color: white;
		text-decoration: none;
		font-size: 14px !important;
		line-height: 55px;
	}
	
	.mm ul li:hover{background: #4D9EE3;}
	.mm ul li:hover a{color: white;text-decoration: none;}
	
	@media(max-width:1200px ) {
		.p-nav a{
			left: 1%;
		}
		.mm{margin-right: 2%;}
	}
	@media(max-width:850px ) {
		.mm{display: none;}
		#bc{display: block !important;}
		
	}
	
	
	#bc{
		border: solid 1px #cecece;
		border-radius: 6px;
		width: 46px;
		height: 36px;
		position: relative;
		left:85%;
		top:10px;
		cursor: pointer;
		display:none;
	}
	#bc span{
		width: 25px;
		background:#cecece;
		height: 3px;
		position: absolute;
		top:10px;
		left: 10px;
		}
	#bc span:nth-child(2){
			top:16px;
		}
	#bc span:nth-child(3){
			top:22px;
		}
	#bc:hover{
		background-color: rgba(0,0,0,0.6);
		box-shadow:0px 0px 5px 1px #4D9EE3;
	}
	
	.dm{
		width: 100%;
		position: fixed;
		top:55px;
		z-index: 999;
		background: rgba(0,0,0,0.6);
		border-top: solid #fff 1px;
		text-align: center;
		opacity: 0;
	}
	.dm ul li a{
		color: #fff;
		text-decoration: none;
	}
	.dm ul{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.dm ul li{
		line-height: 40px;
	}
	.dm ul li:hover{
		background: #4D9EE3;
	}
	
	.function-child{
		margin-bottom: 20px;
	}
	
	
	.explain{border: solid 1px #EDEDED;text-align: center;}
	
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .parallax {
    background-attachment: inherit;
    background-position: center; } }
/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .parallax {
    background-attachment: inherit;
    background-position: center; } }


/*侧栏联系人*/
.suspension{position:fixed;z-index:55;right:0;bottom:155px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a img{margin-left:6px;margin-top: 6px;transform: scale(0.8);}
.suspension .a.active,
.suspension .a:hover{background:#4D9EE3;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service-phone{top:-17px;}
.suspension .d-service-phone1{top:34px;}
.suspension .d-service-phone2{top:85px;}
.suspension .d-qrcode{top:134px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item .i-tel01{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center center;display:block;}
.suspension .d-service-item .i-tel02{width:44px;height:44px;background:url(../images/side_con_icon04.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:20px;}
.suspension .d-service-intro p{line-height:20px;font-size:12px;width:50%;white-space:nowrap;color:#888;margin-left: -10px;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:20px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

/*侧栏联系人end*/


/* main menu */


.nav-control {
  cursor: pointer;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
  .nav-control .bar {
    width: 24px;
    height: 4px;
    background: #fff;
    display: block;
    margin-top: 5px;
    transition: all 0.25s ease-in-out 0s; }
  .nav-control .top, .nav-control .middle {
    width: 40px; }
  .nav-control .bottom {
    width: 20px; }
  .nav-control:hover .top {
    width: 20px; }
  .nav-control:hover .middle, .nav-control:hover .bottom {
    width: 40px; }


  .navbar-header .nav-control {
    position: absolute;
    right: 30px;
    top: 25px;
    height: 38px;
    margin: auto;
    z-index: 999;
    cursor: pointer;
    width: 40px; }
    .navbar-header .nav-control .bar {
      position: relative;
      top: 20px;
      margin-top: -4px; }
  .navbar-header .nav-menu {
    height: 100%;
    overflow: auto;
    -webkit-transform: translateY(-35%) rotateX(50deg);
    transform: translateY(-35%) rotateX(50deg);
    -webkit-transition: -webkit-transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s; }

.nav-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 5%;
  width: 95%; }

.navbar-open {
  overflow: hidden; }
  .navbar-open .navbar-header {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .navbar-open .nav-menu {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative; }
  .navbar-open .top {
    transform: rotate(45deg);
    margin-top: 14px; }
  .navbar-open:hover .top {
    width: 40px; }
  .navbar-open .middle {
    opacity: 0; }
  .navbar-open .bottom {
    transform: rotate(-45deg);
    width: 40px; }
  .navbar-open:hover .bottom {
    width: 40px; }

.main-menu {
  padding: 0;
  margin: 0; }
  .main-menu * {
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s; }
  .main-menu li {
    margin-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #232323;
    list-style: outside none none;
    margin-bottom: 12px;
    padding-bottom: 12px; }
    .main-menu li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .main-menu li a {
      font-size: 2rem;
      color: #fff;
      line-height: normal;
      font-weight: 700;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      display: block; }
      .main-menu li a:hover {
        color: #fff; }
    .main-menu li.current > a, .main-menu li.active > a {
      color: #fff;
      text-decoration: line-through; }

.has-sub > ul {
  margin: 20px 0;
  padding-left: 20px; }
.has-sub li a {
  font-size: 1.6rem; }


.side-bar li {
  margin-bottom: 15px; }
  .side-bar li a {
    font-size: 2.8rem;
    line-height: normal;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
    .side-bar li a:hover {
      color: #fff; }


.social-links li {
  display: inline-block;
  margin-right: 40px; }
  .social-links li:last-child {
    margin-right: 0; }
  .social-links li a {
    font-size: 25px; }
    .social-links li a:hover {
      color: #fff; }


@media (max-width: 1199.98px) {
  .side-bar li a {
    font-size: 1.8rem; } }
@media (max-width: 991.98px) {
  header {
    height: 60px; }

  .nav-container {
    margin-right: 0;
    width: 100%;
    padding-right: 25px; }

  .navbar-header .nav-control {
    right: 15px;
    top: 15px; }
ton



    .navbar-open .top {
    transform: rotate(45deg);
    margin-top: 14px;
    width: 30px; }
  .navbar-open:hover .top {
    width: 30px; }
  .navbar-open .middle {
    opacity: 0; }
  .navbar-open .bottom {
    transform: rotate(-45deg);
    width: 30px; }
  .navbar-open:hover .bottom {
    width: 30px; }

  .main-menu li {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .main-menu li a {
      font-size: 1.6rem; }

  .has-sub li a {
    font-size: 1.4rem; }

  .social-links li {
    margin-right: 20px; }
    .social-links li a {
      font-size: 18px; } }


.home-banner .banner-desc {
  top: 76px; }

.banner-desc h1 {
  font-size: 42px;
  line-height: 44px; }

.home-banner .banner-btn {
  right: -200px; }
  .home-banner .banner-btn .btn-primary, .home-banner .banner-btn .btn-base {
    display: block; }
  .home-banner .banner-btn .btn-primary {
    border-top: transparent; }

.full-banner-vertical {
  overflow: hidden; }
  .full-banner-vertical img {
    width: auto;
    height: 100%;
    max-width: none; }

.full-banner-horizontal {
  overflow: hidden; }
  .full-banner-horizontal img {
    width: 100%;
    height: auto;
    max-width: none; }

/* Home Slider Banner */
.home-slider-banner.owl-carousel .owl-nav .owl-next {
  right: 0; }
.home-slider-banner.owl-carousel .owl-nav .owl-prev {
  left: 0; }
.home-slider-banner.owl-carousel .owl-nav .owl-next, .home-slider-banner.owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 90px;
  background: #fff;
  margin-top: -45px; }
.home-slider-banner.owl-carousel .owl-nav .owl-next:hover, .home-slider-banner.owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.65; }
.home-slider-banner.owl-carousel .owl-dots {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0; }

/* Type Slider Banner */
.home-type-banner h1 {
  color: #222;
  font-size: 58px;
  line-height: 58px; }

.banner-title:after {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 48%;
  width: 15px; }
.banner-title:before {
  background: #fff;
  content: "";
  height: 2px;
  left: 20px;
  position: absolute;
  top: 48%;
  width: 15px; }
  
  #pc h5{
  	font-size: 40px
  }
  #pc:hover h5{
  	font-size: 60px
  }
  #phone h5{
  	font-size:40px;font-weight: 600; color: white;
  }
  #phone:hover h5{
  	font-size: 60px;
  }
@media (max-width: 1199.98px) {
  .banner-desc h1 {
    font-size: 36px;
    line-height: 42px; } }
@media (max-width: 991.98px) {
  .home-banner > .position-absolute {
    padding: 0 15px; }
  .home-banner .banner-desc {
    text-align: center;
    margin-top: -230px;
    top: 0; }
  .home-banner .banner-btn {
    position: static !important; }
    .home-banner .banner-btn .btn-primary {
      border-top: 3px solid;
      border-color: #222; }

  .inner-banner > .position-absolute {
    position: static !important;
    float: left;
    text-align: center;
    background: none !important;
    padding-left: 15px;
    padding-right: 15px; }
  .inner-banner .vertical-middle {
    background-color: rgba(255, 255, 255, 0.85) !important;
    position: static !important;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%); }

  .home-slider-banner .owl-nav, .home-slider-banner .owl-dots {
    display: none; }
  .home-slider-banner .banner-desc h1 {
    font-size: 28px;
    line-height: 32px; }

  .sm-full-banner img {
    width: 100%;
    height: 100%; } }
@media (max-width: 767.98px) {
  .home-banner .banner-desc {
    margin-top: -50px; }

  .banner-desc h1 {
    font-size: 22px;
    line-height: 28px; }
  .banner-desc .text-medium {
    font-size: 14px;
    line-height: 24px; }

  .home-slider-banner .banner-desc h1 {
    font-size: 18px;
    line-height: 22px; }
  .home-slider-banner .square-title {
    padding: 5px; } }

.square-title {
  display: block;
  border: 3px solid transparent;
  padding: 25px 10px;
  position: relative;
  text-align: center; 
  background-color: #ffffff75;}
  .square-title:before {
    display: block;
    content: "";
    width: 14%;
    height: 30%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #4d9ee3;
    border-right: 3px solid #4d9ee3;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
  .square-title:after {
    display: block;
    content: "";
    width: 14%;
    height: 30%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #4d9ee3;
    border-left: 3px solid #4d9ee3;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }

.square-title-1 {
  display: block;
  border: 3px solid transparent;
  border-radius: 0;
  text-align: center;
  background: none;
  padding: 25px 10px;
  position: relative; }
  .square-title-1:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
  .square-title-1:after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }



@media (max-width: 991.98px) {
  .square-title-1 {
    padding: 15px 10px; }
    .square-title-1:before, .square-title-1:after {
      width: 25px;
      height: 25px; }

  .md-top-arrow:after {
    bottom: 100%;
    left: 50%;
    top: inherit;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
    z-index: 9; }
 }
@media (max-width: 767.98px) {
  .square-title {
    padding: 15px 10px; }
    .square-title:before, .square-title:after {
      width: 10%;
      height: 40%; }

  .square-title-1:before {
    border-bottom: 3px solid #222;
    border-right: 3px solid #222; }
  .square-title-1:after {
    border-top: 3px solid #222;
    border-left: 3px solid #222; }

.footer-top {
  padding: 80px 0px; }

.footer-bottom {
  padding: 30px 0px; }
  .footer-bottom a:hover {
    color: #fff; }

.footer-social a {
  display: inline-block;
  margin: 0 25px; }
  .footer-social a:first-child {
    margin-left: 0; }
  .footer-social a i {
    color: #626262;
    font-size: 22px; }
  .footer-social a:hover i {
    color: #222; }



/* Responsive CSS */
@media (max-width: 991.98px) {
  .footer-social a {
    margin: 0 15px; } }
@media (max-width: 767.98px) {
  .footer-top {
    padding: 55px 0; }

  .footer-social a {
    margin: 0 10px; } }
    

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  utton
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }




@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }


@media(max-width:200px ) {
	.xs-bg-vertical-fifty-half-base {
    background: linear-gradient(to bottom, #6db5f3 0%, #6db5f3 50%, #6db5f3 50%, #f7f7f7 50%, #f7f7f7 100%); }
}


.xin:hover a{
	opacity: 0.4;
}
.xin:hover span{display: block;}
.xin span h1{
	color: white;
  font-size: 50px;
  text-align: center;
}
.xin span{
	position: absolute;
  width: 100%;
	top:45%;
	display: none;
}

.xin1:hover a{
	opacity: 0.4;
}
.xin1:hover span{display: block;}
.xin1 span h1{
	color: white;
	font-size: 30px;
	text-align: center;
}

.xin1 span{
  position: absolute;
  width: 100%;
	top:30%;
	display: none;
}
.xt{padding: 0!important;}
.xt li{
	width: 18%;
	line-height: 30px;
	background-color: #fff;
	text-align: center !important;
	color: #4D9EE3;
	list-style: none;
	display: inline-block;
	margin-top: 4px;
}
