/* line 6, ../sass/style.scss */
* {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../sass/style.scss */
ul,
li {
  margin: 0;
  padding: 0;
}

/* line 17, ../sass/style.scss */
body,
html {
  font-family: arial, sans-serif;
  color: white;
  font-size: 100%;
}
@media all and (max-width: 800px) {
  /* line 17, ../sass/style.scss */
  body,
  html {
    font-size: 80%;
  }
}

/* line 27, ../sass/style.scss */
p {
  font-size: 14px;
  font-size: 1em;
}
@media all and (max-width: 800px) {
  /* line 27, ../sass/style.scss */
  p {
    font-size: 1.4em;
  }
}

/* line 35, ../sass/style.scss */
.btn {
  border-radius: 0;
}

/* line 38, ../sass/style.scss */
.section {
  position: relative;
  width: 100%;
  height: 100vh;
}

/* line 44, ../sass/style.scss */
.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* line 49, ../sass/style.scss */
.logo img {
  position: absolute;
  width: 40%;
  top: 50px;
  left: 50px;
}
/* line 55, ../sass/style.scss */
.logo .box {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 500px 500px 0 0;
  border-color: white transparent transparent transparent;
}

/* line 64, ../sass/style.scss */
.register {
  color: gold;
  border-bottom: 1px solid gold;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  text-align: right;
  z-index: 5;
}
/* line 74, ../sass/style.scss */
.register a {
  color: gold;
  font-weight: bold;
}
/* line 77, ../sass/style.scss */
.register a p {
  margin: 0;
}

/* line 83, ../sass/style.scss */
.textbox {
  width: 780px;
}

/* line 86, ../sass/style.scss */
#home {
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
/* line 93, ../sass/style.scss */
#home .hometext {
  right: 5%;
  position: absolute;
  top: 15%;
}
/* line 97, ../sass/style.scss */
#home .hometext h1 {
  border-left: 1px solid white;
  padding-left: 40px;
  font-size: 100px;
  font-size: 6.250em;
}

/* line 106, ../sass/style.scss */
#second {
  background-image: url("../img/bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* line 114, ../sass/style.scss */
#second .secondtext {
  right: 5%;
  position: absolute;
  top: 15%;
  z-index: 10;
}
/* line 119, ../sass/style.scss */
#second .secondtext h2 {
  border-left: 1px solid #022FAD;
  padding-left: 40px;
  font-size: 40px;
  font-size: 2.500em;
  color: #022FAD;
}
/* line 127, ../sass/style.scss */
#second .overlay {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  width: 110%;
  height: 100%;
  position: absolute;
  right: -200%;
  top: 0;
  bottom: 0;
  z-index: 5;
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 140, ../sass/style.scss */
#second .overlay.active {
  right: -86.5%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 148, ../sass/style.scss */
#form {
  background-color: white;
  color: #b2b3b5;
  padding-bottom: 40px;
  padding-top: 40px;
}
/* line 153, ../sass/style.scss */
#form a {
  color: #b2b3b5;
  text-decoration: underline;
}
/* line 157, ../sass/style.scss */
#form h3, #form h5 {
  color: #c69b66;
}
/* line 160, ../sass/style.scss */
#form .form-control {
  background-color: transparent;
  border: 1px solid #b2b3b5;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: none;
  height: 35px;
}
/* line 167, ../sass/style.scss */
#form .form-control input, #form .form-control select, #form .form-control textarea {
  width: 100%;
  border: none;
  background-color: transparent;
}
/* line 172, ../sass/style.scss */
#form .form-control select {
  color: #c69b66;
}
/* line 175, ../sass/style.scss */
#form .form-control span {
  color: #c69b66;
}
/* line 179, ../sass/style.scss */
#form .contactno {
  border: none;
}
/* line 181, ../sass/style.scss */
#form .contactno input {
  border: 1px solid #b2b3b5;
  padding: 5px;
}
/* line 186, ../sass/style.scss */
#form .specialcriteria {
  height: 110px;
}
/* line 188, ../sass/style.scss */
#form .specialcriteria textarea {
  resize: none;
}
/* line 193, ../sass/style.scss */
#form .retailerContent .form-control {
  margin-bottom: 10px;
}
/* line 198, ../sass/style.scss */
#form .addrow .btn {
  border: 1px solid #b2b3b5;
  color: #b2b3b5;
  text-align: center;
  width: 100%;
  white-space: normal;
}
/* line 204, ../sass/style.scss */
#form .addrow .btn span {
  font-size: 30px;
  line-height: 1;
}
/* line 208, ../sass/style.scss */
#form .addrow .btn p {
  margin-bottom: 0;
}
/* line 213, ../sass/style.scss */
#form .agreesection {
  margin-bottom: 50px;
}
/* line 216, ../sass/style.scss */
#form .btn-submit {
  background-color: #c89f69;
  color: white;
  font-size: 21px;
  width: 280px;
}
/* line 222, ../sass/style.scss */
#form .btnsubmit {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
/* line 227, ../sass/style.scss */
#form .btnsubmit:before {
  border-top: 2px solid #a2a3a6;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
/* line 239, ../sass/style.scss */
#form .btnsubmit span {
  background: white;
}

/* line 245, ../sass/style.scss */
footer {
  background-color: #58595b;
  padding: 20px 0 50px;
}
/* line 248, ../sass/style.scss */
footer .info {
  margin-top: 40px;
}
/* line 251, ../sass/style.scss */
footer .info2 {
  border-left: 1px solid #a8a79d;
  padding-left: 50px;
  margin-top: 40px;
}
/* line 255, ../sass/style.scss */
footer .info2 li {
  list-style-type: none;
}
/* line 257, ../sass/style.scss */
footer .info2 li:hover {
  color: #c69b66;
}
/* line 260, ../sass/style.scss */
footer .info2 li i {
  display: inline-block;
  margin-right: 10px;
}
/* line 264, ../sass/style.scss */
footer .info2 li p {
  margin: 0;
  display: inline-block;
}
/* line 268, ../sass/style.scss */
footer .info2 li a {
  color: #c69b66;
}
