#legoviewer, #legoviewer * { cursor: move !important; }

#front_view, #top_view   { border-color: #afafaf !important; color:#afafaf !important;background-color: transparent;
  -moz-transition:    all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition:      all 0.2s ease-in-out;
  -ms-transition:     all 0.2s ease-in-out;
  transition:         all 0.2s ease-in-out;
}

#front_view:hover, #top_view:hover { border-color: #0059e9 !important; color:#fff !important;background-color: transparent;}

@media screen and (max-width: 768px) {
  .mobile-margin-bottom { margin-bottom: 30px; }
}


.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

#contact_btn { border-color: #afafaf !important; color:#afafaf !important;background-color: transparent;
  -moz-transition:    all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition:      all 0.2s ease-in-out;
  -ms-transition:     all 0.2s ease-in-out;
  transition:         all 0.2s ease-in-out;
}

#contact_btn:hover { border-color: #0059e9 !important; color:#fff !important;background-color: transparent;}

#subscribe_btn { border-color: #00ee6f !important; color:#00ee6f !important;background-color: transparent;
  -moz-transition:    all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition:      all 0.2s ease-in-out;
  -ms-transition:     all 0.2s ease-in-out;
  transition:         all 0.2s ease-in-out;
}

#subscribe_btn:hover { border-color: #01ff77 !important; color:#01ff77 !important;background-color: #27593e;}

.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

.icon_animation { height:0px !important;display:inline-block;position:relative;margin-bottom:-30px;margin:0;padding:0;display:inline-block;position:relative;}
.icon_animation svg { height:80px !important; width:80px;top:-10px;position: relative;}
