@charset "UTF-8";

*{ margin:0; padding:0; }
div{ position:absolute; }

#toyotaBanner{
    width:158px;
    height:598px;
    border:1px solid #999999;
    background: #ffffff;
    overflow:hidden;
    cursor: pointer;
}


.fadeIn {
    opacity:1 !important;
    -webkit-transition: all .5s cubic-bezier(0.175, 0.400, 0.400, 0.890);
    -moz-transition: all .5s cubic-bezier(0.175, 0.400, 0.400, 0.890);
    transition: all .5s cubic-bezier(0.175, 0.400, 0.400, 0.890);
}
.fadeInSlower {
    opacity:1 !important;
    -webkit-transition: all .6s cubic-bezier(0.175, 0.400, 0.400, 0.890);
    -moz-transition: all .6s cubic-bezier(0.175, 0.400, 0.400, 0.890);
    transition: all .6s cubic-bezier(0.175, 0.400, 0.400, 0.890);
}
.fadeOut {
    opacity:0 !important;
}

.slideDown {
    top: 17px !important;
    -webkit-transition: all .5s cubic-bezier(0.175, 0.400, 0.400, 0.890);
    -moz-transition: all .5s cubic-bezier(0.175, 0.400, 0.400, 0.890);
    transition: all .5s cubic-bezier(0.175, 0.400, 0.400, 0.890);
}
#size_descrip {
   z-index: 10;
    width: 160px;
    height: 33px;
    position: fixed;
    top: 600px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    background-color: #5f9ea09c;
    overflow: hidden;
    padding: 8px 0px 0px;
    font-size: 11px;

}


#footer{
    background: #fff;
    display: block;
    width: 168px;
    height: 88px;
    bottom: 0;
    -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px -2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px -2px 8px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity:1;
}

#logotoyota {
    width: 68.5px; 
    height: 68.5px;
    top: 15px;
    left: 46px;
    background: url('../images/toyota_logo.png') 0 0 / contain no-repeat;
    opacity: 1;
}


#cta{
    bottom: 32px;
    left: 22px;
    width: 103px;
    height: 27px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.1px;
    padding: 0.8px 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    border-radius: 80px 80px 80px 80px;
    -moz-border-radius: 80px 80px 80px 80px;
    -webkit-border-radius: 80px 80px 80px 80px;
    cursor: pointer;
    color: #ffffff;
    background-color: #d51921;
    border: 2px solid #d51921;
    
}

/*For testing only*/
#cta:hover{
    color: #d51921;
    background-color: #ffffff;
    border: 2px solid #d51921;
}



#disclaimerbut{
    display: block;
    opacity: 1;
    width: auto;
    height: 13px;
    bottom: 18px;
    left: 19px;
    font-size: 6px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #a3a3a3;
    line-height: 15px;
    text-align: right;
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*cursor: pointer;*/
}
.ready #preloader {
    opacity:0;
    visibility: hidden;
}
#preloader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    font-size: 0;
    -webkit-transition: visibility 0.05s step-end 0.8s, opacity 0.8s ease 0s;
    transition: visibility 0.05s step-end 0.8s, opacity 0.8s ease 0s;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-dual-ring{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #b6222d;
  border-color: #b6222d transparent #b6222d transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}