@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Tektur:wght@400..900&display=swap');


a {
	font-weight: bold;
	text-decoration: none !important;
	color: #BB3E0F
}

a:focus {
	font-weight: bold;
	color: #BB3E0F
}

a:hover {
	font-weight: bold;
	color: #BB3E0F;

}

body {
	background: url("images/bg_all.jpg") repeat-x top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-size:16px;
}

.fontRegular {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: normal;
}

.fontBlack {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
}

.fontSemiBold {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
}

.sizeSmaller {
	font-size: 12px;
}

.sizeNormal {
	font-size: 16px;
}

#mainExtra {
	background-color: #ffffff !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000000;
}

.container {
	margin-top: 0px;
	max-width: 960px;
}

.container2 {
	max-width: 400px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}


/*.paddingLeft {
padding-right: 30px !important;
}
.paddingRight {
padding-left: 30px !important;
}*/

.spacerS {
	margin-top: 20px;
}

.spacerM {
	margin-top: 60px;
}

.spacerL {
	margin-top: 90px;
}

.spacerXL {
	margin-top: 200px;
}

.btn {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #000 !important;
	/*font-weight: bold;*/
}

.btn-primary.focus {
	background-color: #007e28 !important;
	border-color: #007e28 !important;
	color: #fff !important;
}

.btn:hover {
	background-color: #ec7826 !important;
	border-color: #ec7826 !important;
	color: #fff !important;
}

.btn:active {
	background-color: #ec7826 !important;
	border-color: #ec7826 !important;
	color: #fff !important;
}

.btn2 {
	background-color: transparent; !important;
	border-color: #000 !important;
	color: #000 !important;
	border-radius: 0;
}

.btn2:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.btn3 {
	background-color: transparent !important;
	border-color: #BB3E0F !important;
	color: #BB3E0F !important;
	border-radius: 0;
}

.btn3:hover {
	background-color: #BB3E0F !important;
	border-color: #BB3E0F !important;
	color: #fff !important;
}

.btnSubmit {
	background-color: #BB3E0F !important;
	border-color: #BB3E0F !important;
	color: #fff !important;
	width: 150px;
	font-size: 18px;
}

.btnSubmit:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.radioPush {
	margin-right: 20px !important;
}

.pusher {
	margin-top: -20px;
}


/*input[type="checkbox"] {
width: 30px !important;
height: 30px !important;
}
*/

label {
	color: #000;
	font-weight: normal;
}

.orange {
	background-color: #000 !important;
	color: #fff !important;
}

.orange:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
	opacity: 0.5;
}

.black {
	color: #000;
}

.terms a {
	color: #448438;
}

.terms a:focus {
	color: #448438;
}

.terms a:visited {
	color: #448438;
}

.terms a:active {
	color: #448438;
}

.terms a:hover {
	color: #448438;
}

.imgInline {
	display: inline !important;
}

.offMobile {
	display: normal;
}

.onMobile {
	display: none;
}

.small {
	font-size: 12px;
	padding-right: 100px;
}

.medium {
	font-size: 16px;
}

.modal {
	color: #333;
}

.modal a {
	color: #000000;
}

.modal a:visited {
	color: #000000;
}

.modal a:hover {
	color: #000000;
}

.logoPush {
	margin-right: 80px;
}

.formBG {
	background: url("images/bg_form.png") no-repeat center center;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 533px;
}

.alert-warning {
	color: #fff;
	background-color: #c20e1a;
	border-color: #c20e1a;
}

ul {
	list-style-type: none;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 14px !important;
	border-left: 0 !important;
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
	body {
		background: none;
		background-color: #fff;
	}
	.onMobile {
		display: block;
	}

}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {

  }

@media (max-width: 480px) {
	body {
		background: none;
		background-color: #fff;
	}

	.spacerM {
		margin-top: 30px !important;
	}
	.offMobile {
		display: none;
	}
	.onMobile {
		display: block;
	}
	.logoPush {
		margin-right: 0px;
	}
	.small {
		font-size: 12px;
		padding-right: 0px;
	}
	.formBG {
		background-image: none;
		background-color: #a2c037;
		padding-top: 1px;
	}
}

/*responsive video*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
