@import url(https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:400,700);
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Passion+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goldman&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}




body {
  /* Margin bottom by footer height */

  overflow-x: hidden;
  background-color:#e4ecf0;
}
.first-nav{
background-color:#00acd8;
height:15px;
}
.main-nav{
background-color:#FFF;
height:70px;

}


.jumbotron{
  background: url(../img/main-back.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius:0px 0px 0px 0px;
min-height:500px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 35px;
}

.oz {

  font-family: 'Passion One', cursive;
}

.goldman{
  font-family: 'Goldman', cursive;
}

.mont {
    font-family: 'Montserrat', sans-serif;
}
.mont-heavy {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.openSans{

  font-family: 'Open Sans', sans-serif;
}
.oswald{
font-family: 'Oswald', sans-serif;
}



.footerHeight{
  height:50px;
}
.reviewSize{
font-size:25px;
}
.borderRight{
border-right:0px solid #4f4f4f;
}
@media (max-width: 600px) {
.headerFontSize{
font-size:55px;
line-height: 1.1;
}
.formText{
font-size:14px;
}
}

@media (min-width: 601px) {
.headerFontSize{
font-size:55px;
}
.formText{
font-size:14px;
}
}

@media (min-width: 991px) {
.headerFontSize{
font-size:70px;
line-height: 1.1;

}
.formText{
font-size:13px;
}
}
@media (min-width: 1200px) {
.headerFontSize{
font-size:45px;
line-height: 1.1;
}
.formText{
font-size:8.5px;
}
}
@media (min-width: 1450px) {
.headerFontSize{
font-size:50px;
line-height: 1.1;
}
.formText{
font-size:11px;
}
}
@media (min-width: 1600px) {
.headerFontSize{
font-size:50px;
line-height: 1.1;
}
.formText{
font-size:11px;
}
}
@media (min-width: 1650px) {
.headerFontSize{
font-size:50px;
line-height: 1.1;
}
.formText{
font-size:11px;
}
}
@media (min-width: 1700px) {
.headerFontSize{
font-size:50px;
line-height: 1.1;
}
.formText{
font-size:14px;
}
}
@media (min-width: 1900px) {
.headerFontSize{
font-size:60px;
line-height: 1.1;
}
.formText{
font-size:14px;
}
}
@media (min-width: 600px) {
.footerHeight{
  height:180px;
}
}
@media (min-width: 900px) {

  .reviewSize{
  font-size:30px;
  }

.borderRight{
border-right:1px solid #4f4f4f;
}
}


    canvas{
        display:block;
        position: fixed;
        z-index: -1;
    }



    .js-count-particles{
      font-size: 1.1em;
    }

    #stats,
    .count-particles{
      -webkit-user-select: none;
      margin-top: 5px;
      margin-left: 5px;
    }

    #stats{
      border-radius: 3px 3px 0 0;
      overflow: hidden;
    }

    .count-particles{
      border-radius: 0 0 3px 3px;
    }


    /* ---- particles.js container ---- */

    #particles-js{
      width: 100%;
      height: 100%;
      background-image: url('');
      background-size: cover;
      background-repeat: no-repeat;
    opacity: 0.6;
    }

    input[type='checkbox'] {

        width:15px;
        height:15px;

    }

    ul {
      list-style-type: none;
    }

    li {
      display: inline-block;
    }

    input[type="checkbox"][id^="cb"] {
      display: none;
    }

    label {

      display: block;
      position: relative;
      margin: 10px;
      cursor: pointer;
    }

    label:before {
      background-color: white;
      color: white;
      content: " ";
      display: block;
      border-radius: 50%;
      position: absolute;
      top: -5px;
    left:-5px;
      width: 23px;
      height: 20px;
      text-align: center;
      line-height: 28px;
      transition-duration: 0.4s;
      transform: scale(0);
    }

    label img {
      height: 100px;
      width: 100px;
      transition-duration: 0.2s;
      transform-origin: 50% 50%;
    }

    :checked + label {
      border-color: #ddd;
    }

    :checked + label:before {
      content: url(https://images.iddm.ca/topbidder/check.png);
    transform: scale(1);

    }

    :checked + label img {
      transform: scale(0.9);
      box-shadow: 0 0 5px #333;
      z-index: -1;
    }

    .dot1 {
      height: 45px;
      width: 45px;
      background-color: #f60e0e;
      display: inline-block;
    border-radius:40%;
    }
    .dot2 {
      height: 45px;
      width: 45px;
      background-color: #0e55f6;
      display: inline-block;
    border-radius:40%;
    }
    .dot3 {
      height: 45px;
      width: 45px;
      background-color: #1f711f;
      display: inline-block;
    border-radius:40%;
    }
    .dot4 {
      height: 45px;
      width: 45px;
      background-color: #131313;
      display: inline-block;
    border-radius:40%;
    }
    .dot5 {
      height: 45px;
      width: 45px;
      background-color: #fff;
      display: inline-block;
      border: 3px #515151 solid;
      border-radius:40%;
    }
    .dot6 {
      height: 45px;
      width: 45px;
      background-color: #6e6e6e;
      display: inline-block;
      border-radius:40%;
    }
    .dot7 {
      height: 45px;
      width: 45px;
      background-color: #e9c225;
      display: inline-block;
      border-radius:40%;
    }
    .dot8 {
      height:45px;
      width: 45px;
      background-color: #ff6000;
      display: inline-block;
      border-radius:40%;
    }
    .dot9 {
      height: 45px;
      width: 45px;
      background-color: #741245;
      display: inline-block;
      border-radius:40%;

    }
    .dot10 {
      height: 45px;
      width: 45px;
      background-color: #12e612;
      display: inline-block;
      border-radius:40%;
    }
    .dot11 {
      height: 45px;
      width: 45px;
      background-color: #ad844a;
      display: inline-block;
      border-radius:40%;
    }
    .dot12 {
      height: 45px;
      width: 45px;
      background-color: #4aada3;
      display: inline-block;
      border-radius:40%;
    }
    .dot13 {
      height:45px;
      width: 45px;
      background-color: #ca43ac;
      display: inline-block;
      border-radius:40%;
    }
    .dot14 {
      height: 45px;
      width: 45px;
      background-color: #bbbbbb;
      display: inline-block;
      border: 3px #515151 solid;
      border-radius:20%;
    }
    .dot15 {
      height: 45px;
      width: 45px;
      background-color: #bfb894;
      display: inline-block;
      border: 3px #515151 solid;
      border-radius:40%;
    }

.mobileSpace{
  margin-left:-1%;
}
@media (min-width: 900px) {
  .mobileSpace{
    margin-left:3%;
  }

}

.mobileSpaceTwo{
  margin-left:15%;
}
@media (min-width: 900px) {
  .mobileSpaceTwo{
    margin-left:0%;
  }
}

.mobileSpaceThree{
  margin-left:8%;
  margin-top:10px;
}
@media (min-width: 900px) {
  .mobileSpaceThree{
    margin-left:0%;
  }
}

.mobileSpaceFour{
  margin-left:-5%;

}
@media (min-width: 900px) {
  .mobileSpaceFour{
    margin-left:5%;
  }
}

@media (min-width: 900px) {
    .dot1 {
      height: 60px;
      width: 60px;
      background-color: #f60e0e;
      display: inline-block;
    border-radius:30%;
    }
    .dot2 {
      height: 60px;
      width: 60px;
      background-color: #0e55f6;
      display: inline-block;
    border-radius:30%;
    }
    .dot3 {
      height: 60px;
      width: 60px;
      background-color: #1f711f;
      display: inline-block;
    border-radius:30%;
    }
    .dot4 {
      height: 60px;
      width: 60px;
      background-color: #131313;
      display: inline-block;
    border-radius:30%;
    }
    .dot5 {
      height: 60px;
      width: 60px;
      background-color: #fff;
      display: inline-block;
      border: 3px #515151 solid;
      border-radius:30%;
    }
    .dot6 {
      height: 60px;
      width: 60px;
      background-color: #6e6e6e;
      display: inline-block;
      border-radius:30%;
    }
    .dot7 {
      height: 60px;
      width: 60px;
      background-color: #e9c225;
      display: inline-block;
      border-radius:30%;
    }
    .dot8 {
      height: 60px;
      width: 60px;
      background-color: #ff6000;
      display: inline-block;
      border-radius:30%;
    }
    .dot9 {
      height: 60px;
      width: 60px;
      background-color: #741245;
      display: inline-block;
      border-radius:30%;

    }
    .dot10 {
      height: 60px;
      width: 60px;
      background-color: #12e612;
      display: inline-block;
      border-radius:30%;
    }
    .dot11 {
      height: 60px;
      width: 60px;
      background-color: #ad844a;
      display: inline-block;
      border-radius:30%;
    }
    .dot12 {
      height: 60px;
      width: 60px;
      background-color: #4aada3;
      display: inline-block;
      border-radius:30%;
    }
    .dot13 {
      height: 75px;
      width: 75px;
      background-color: #ca43ac;
      display: inline-block;
      border-radius:30%;
    }
    .dot14 {
      height: 75px;
      width: 75px;
      background-color: #bbbbbb;
      display: inline-block;
      border: 3px #515151 solid;
      border-radius:30%;
    }
    .dot15 {
      height: 75px;
      width: 75px;
      background-color: #bfb894;
      display: inline-block;
      border: 3px #515151 solid;
      border-radius:30%;
    }
}

#head-bar {
    background-color: rgba(255, 255, 255, 0.99);
    border-bottom:#8ef100 solid 8px;
    box-shadow:1px 1px 15px #000;
}

#trade-title {
     font-family: 'Montserrat', sans-serif;
     font-weight:900;
     text-shadow: 2px 2px 2px #FFFFFF;
     text-align: center;
     margin-bottom: 0px;
     margin-top:10px;
}

#trade-sub-title {
    color:#a91b17;
    margin-top:0px;
    text-align: center;
    font-size: 18px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #trade-title {
        font-size:48px;
        margin-bottom: 10px;
        margin-top:10px;
    }
    #trade-sub-title {
        margin-top:20px;
        font-size: 23px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #trade-title {
        font-size:60px;
        margin-bottom: 10px;
        margin-top:10px;
    }
     #trade-sub-title {
        text-align:center;
        margin-top:25px;
        font-size: 27px;
    }
}

#form-box {
    display: block;
    position: relative;
    width:100%;
    min-height: 200px;
    margin-bottom:20px;
    padding-left:10px;
    padding-right:10px;
background-color: rgba(100,100,100,0.25);

}

#form-box-two {
    display: block;
    position: relative;
    width:100%;
    min-height: 200px;
margin-top:-30px;
background-color: rgba(255,255,255,100);

}

#disclaimer-box{
     display: block;
    position: relative;
    width:100%;
    min-height: 200px;
    margin-bottom:20px;
    padding:10px 20px;
    border: solid 2px #00acd8;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+36,0.4+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 36%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 36%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 36%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #form-box {
        margin-top:20px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   #form-box {

    }
}

#form-headline {
   color: #074d8b;
   text-shadow: 1px 1px 2px #FFFFFF;
   font-size: 18px;
   margin-top:12px;
   margin-bottom:15px;

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #form-headline {
        font-size: 23px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #form-headline {
        font-size: 26px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #form-headline {
        font-size: 30px;
    }
}

#sub-btn {
    border-radius:0px;
    font-size: 22px;
	color:#FFFFFF;
}

#mobile-badge {
    width:130px;
    height:auto;
    float:right;
    margin-top:-15px;
}

#arrow {
    width:100%;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #arrow {
        max-width:325px;
    }
}

.mobileSpaceFive{
  margin-left:100px;

}
@media (min-width: 900px) {
  .mobileSpaceFive{
margin-left:30px;
  }
}

#thanks-box {
    display: block;
    position: relative;
    width:100%;
margin-top:60px;
    margin-bottom:60px;
    padding:10px 20px;
    border: solid 2px #a91b17;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+36,0.4+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 36%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 36%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 36%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */
}


.invalid {
    background: url(../img/invalid.jpg) no-repeat center top scroll;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-color: #fff;
}
.error {
	color: #E30206;
	font-weight: 900;

	padding: 5px;
	letter-spacing: 1px;

}
#push_button{
	position:relative;
	width:200px;
	color:#FFF;
	display:block;
	text-decoration:none;
	margin:0 auto;
	border-radius:5px;
	border:solid 1px #1a721a;
	background:#16e016;
	text-align:center;
	padding:20px 30px;

	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;

	-webkit-box-shadow: 0px 9px 0px #84261a;
        -moz-box-shadow: 0px 9px 0px #84261a;
        box-shadow: 0px 9px 0px #84261a;
}
.body-back {
    background-color:#fff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-color: #000;
}


  
