body {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
}
.col-custom-20 {
	float: left;
	width: 20%;
	display: block;
	position: relative;
}

#header-colored {
	background-color: #f8f8f8;
}

.form-group {
  position: relative;
}

.text-danger {
  font-size: 0.7rem;
}

.btn, .btn-primary {
  padding: 16px 0px;
	background: #6181c0;
	border-color: #6181c0;
}
.btn:hover, .btn:active, .btn:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
	background: #405e98;
	border-color: #405e98;
}

.form-group a {
  font-size : 20px;
  letter-spacing: 2px;
  font-weight: 900;
}

#submit {
  font-size: 0,1rem;
}

.text-big {
  font-size: 18px;
}

.text-small {
  font-size: 0.6rem;
}

.custom-margin {
  margin-left: -16px;
}


.bg-green {
  background-color: #21c183;
}

.bg-green2 {
  background-color: #f8f8f8;
}

.green {
  color:#21c183;
}

.white {
  color : #fff;
}

.border-custom {
  border-style: solid;
  border-color: rgb(27, 147, 100);
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.txt-green-bold {
  font-weight: bold;
  color: rgb(27, 147, 100);
}

#second, #third, #last, #fourth, #fifth, #sixth, #thankyou {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sticky-bottom {
	position: relative;
	bottom: 0px;
	/*margin-top: 50px;*/
}


.logo {
	margin-top: 20px;
	margin-bottom: 20px;
	max-height: 80px;
}
	
.background-left, .background-bottom {
	display: block;
}
	
.background-left-mobile, .background-bottom-mobile {
	display: none;
}
.background-left-mobile {
	/*padding-top: 1.5rem;*/
}


.background-img {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

#bottom {
	margin-top: 15px;
	padding-bottom: 15px;
}

#top {
	padding-top: 15px;
}

#bottom2,#top2 {
	padding-left: 0; padding-right: 0;
}

#col-logo {
	padding-left: 0; padding-right: 0;
}

#col-win {
	
}

#col-left {
	padding-left: 0; padding-right: 25px;
	
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background:#bfbfbf;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

.no-list {
	list-style:none;
	margin-left:0;
	padding-left:0;
	margin-top: 20px;
}

.no-list li div {
	margin-right:15px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}


@media(max-width:639px) {
 	#header-colored {
		background-color: #f8f8f8;
	}
  .container {
    max-width: 540px;
  }
	
	.background-left {
		display: none;
	}
	.background-left-mobile {
		display: block;
	}
	.background-bottom {
		display: none;
	}
	.background-bottom-mobile {
		display: block;
	}
	.logo {
		width: 50%;
	}
	.background-img {
		background: none;
	}
	#col-left {
		padding-left: 0; padding-right: 1px;
	}
	#col-win {
		display: none;
	}
	.col-custom-20 {
		float: left;
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 7px;
	}
}

@media(max-width:640px) {
 	#header-colored {
		background-color: #f8f8f8;
	}
  .container {
    max-width: 540px;
  }
	.logo {
		width: 50%;
	}	
	.background-left {
		display: none;
	}
	.background-left-mobile {
		display: block;
	}
	.background-bottom {
		display: none;
	}
	.background-bottom-mobile {
		display: block;
	}
	.background-img {
		background: none;
	}
	#col-left {
		padding-left: 0; padding-right: 1px;
	}
	#col-win {
		display: none;
	}
	.col-custom-20 {
		float: left;
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 7px;
	}
}
@media(max-width:767px) {
 	#header-colored {
		background-color: #f8f8f8;
	}
  .container {
    max-width: 540px;
  }
	.logo {
		width: 60%;
	}
	.background-left {
		display: none;
	}
	.background-left-mobile {
		display: block;
	}
	.background-bottom {
		display: none;
	}
	.background-bottom-mobile {
		display: block;
	}
	.background-img {
		background: none;
	}
	#col-left {
		padding-left: 0; padding-right: 1px;
	}
	#col-win {
		display: none;
	}
	.col-custom-20 {
		float: left;
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 7px;
	}
}
@media(min-width:768px) and (max-width:991px) { /* iPad Portrait */
	.container {
    max-width: 720px;
  }
	.logo {
		width: 70%;
	}
	.background-left {
		display: none;
	}
	.background-left-mobile {
		display: block;
	}
	.background-bottom {
		display: none;
	}
	.background-bottom-mobile {
		display: block;
	}
	.background-img {
		background: none;
	}
	#col-win {
		display: none;
	}
}

@media(min-width:992px) and (max-width: 1023px) {
  .container {
    max-width: 1100px;
  }
	.background-left {
		display: block;
	}
	.background-left-mobile {
		display: none;
	}
	.background-bottom {
		display: block;
	}
	.background-bottom-mobile {
		display: none;
	}
	.background-img {
		background-image: url(images/background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: center;
	}
}

@media(min-width:1024px) and (max-width: 1199px) { /* iPad Landscape, iPad Pro Portrait */
  .container {
    max-width: 1100px;
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1254px;
  }
}

@media(min-width:1366px) and (max-width: 1366px) { /* iPad  Pro Landscape */
	
}

