body{
   font-family: "source-sans-pro", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
sup {
    position: relative;
    top: -1rem;
    font-size:10px;
}
ul{
   -webkit-padding-start: 0px;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}
/*     Navigation    */
nav{
   background: #77ACBB;
   height: 70px;
   width: 100%;
   padding: 18px 0 0;
   margin: 0 auto;
   text-align: center;
   position: fixed;
   z-index: 1;
}
nav a{
   color: #fff;
   font-size: 18px;
    transition: all 0.3s ease-in-out 0s;
}
nav a:hover{
   color: #fff;
   text-decoration: underline;
}
.logo {
	max-width: 200px;
	display: inline-block;
   margin-top: -6px;
}
ul li{
   list-style: none;
}

nav ul li{
   display: inline-block;
   margin: 0 15px;
}
header,
section,
footer,
main,
section{
   outline: none!important;
}
/* Main Section */
main{
   color: #535353;
   font-size: 18px;
   padding-bottom: 35px;
   border-bottom: 1px solid #dddddd;
}
.ThermoCloneLogo{
   max-width: 300px;
   display: block;
   margin: 125px auto 0;
}
.MosaicProduct {
    width: 525px;
    display: block;
    margin: 50px auto;
}
a{
   color:#77ACBB;
}
a:hover{
   color:#63909C;
}
main p{
   margin: 0 0 50px;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
main h2{
   text-align: center;
   margin-top: 50px;
   font-size: 60px;
   color:#535353;
   margin-bottom: 0;
}
main h3{
   text-align: center;
   color:#77ACBB;
   font-size: 28px;
   margin-bottom: 60px;
}
main h4{
   text-align: center;
   margin-top: 50px;
   font-size: 24px;
}
.arrow{
   width: 40px;
   display: block;
   margin: 0 auto;
}
.bounce {
    transition: all 0.3s ease-in-out .4s;
  -moz-animation: bounce 1.6s infinite;
  -webkit-animation: bounce 1.6s infinite;
  animation: bounce 1.6s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
  }
}

/*    Special Section    */
.specialsLogo{
   width: 500px;
   display: block;
   margin: 75px auto;
}
.specialSide{
   width: 90%;
   margin: 50px auto;
}
section h3{
   text-align: center;
   color: #009DBD;
}
section button{
   width: 170px;
   height: 50px;
   color: #fff;
   background-color: #77ACBB;
   display: block;
   margin: 25px auto;
   border-radius: 3px;
   font-size: 16px;

}
section button:hover{
   background-color: #63909C;
}
button a{
   color: #fff;
   font-weight: 300;
}
button a:hover{
   color: #fff;
   text-decoration: none;
}
.details{
   font-size: 10px;
   color: #808285;
   text-align: center;
}
.bottomDetail{
   width: 320px;
   margin: 0 auto 50px;
}
/* Footer CSS */

.footer-bg{
    display:none;
    width: 100%;
}
.footer-content{
    padding: 25px 0;
    background-color:#63666B;
    margin-top: -1px;
}
.UltraLogo{
   width: 330px;
   display: block;
   margin: 25px auto;
}
footer p{
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
}

/* Media Queries */

@media screen and (min-width:783px){
   nav ul li{
      display: inline-block;
      margin: 0 75px;
   }
}
@media screen and (min-width:992px){
    .footer-bg{
        display:block;
    }
    .UltraLogo{
       margin: -75px auto 100px;
    }
    .thermoProduct{
       width: 434px;
    }
}
@media screen and (min-width:1200px){
    .UltraLogo{
       margin: -100px auto 100px;
    }
}
