body{
  color:#303030;
  font-family: 'Lato';
  font-size: 16px;
}
.body-bg {
    background-image: url("../images/gallery/CNY20-BObackground5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.btn-primary {
  background: radial-gradient(50% 50% at 50% 100%, #D93380 0%, #BE202F 100%);
  border-radius: 8px;
  outline: none !important;
  border: none !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: white;
}

.btn-primary.active, .btn-primary:active {
  background-color: #ff5722;
}

a{color:#BE202F;}
a:hover{color:#BE202F;}

.main-container{background:#ffffff;margin-top:57px;padding-bottom: 3em;}

.material-scrolltop {
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 23px;
  right: 23px;
  padding: 0;
  overflow: hidden;
  outline: none !important;
  border: none;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  background:rgb(217, 51, 128);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1); }
  .material-scrolltop:hover {
    background-color: rgb(190, 32, 47);
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5); }
  .material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 0;
    border-radius: 100%; }
  .material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .material-scrolltop.reveal {
    width: 56px;
    height: 56px; }
  .material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff; }

.material-scrolltop, .material-scrolltop::before {
  background-image: url(../vendors/icons/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat; }

@media screen and (max-width:767px) {
    .main-container {
        background: #ffffff;
        xmargin-top: 170px;
        margin-top: 115px;
    }
    .main-container.summary{margin-top:115px;}
}