[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none;
}

.ng-submitted .ng-invalid,
.ng-touched.ng-invalid {
	border: 1px solid #008ad0;
	color: #008ad0;
	background-color: rgb(254, 255, 253);
}

[ng-click], [data-ng-click] {
	/* Styles for anchors without href but WITH ng-click */
	cursor: pointer;
}

.visible-xs {
	display: none !important;
}
.hidden-xs {
	display: block !important;
}

@media (max-width: 767px) and (max-device-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive-stretchy {
	width: 100%;
	height: auto;
	display: block;
}

.img-responsive-centered {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.block-element {
	display: block;
}

#wrapper {
	margin: 0 auto;
	max-width: 968px;
	width: 100%;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	max-width: 968px !important; /* override bootstrap style */
	width: 100% !important;
	/*background: #fff;*/
	padding: 0;
}

#wrapper .container{
	width: 1px !important;
	min-width: 100% !important;
	*width: 100% !important;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

header, main, footer, section {
	display: block;
}

header, footer {
	width: 100%;
}

.slick-slide {
	outline: none;
}

body {
	font-family: 'VAG Rounded Std', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	line-height: 138%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
	font-family: 'Blippo BT', Arial, sans-serif;
	color: #008ad0;
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 138%;
	font-weight: 900;
}

a {
	color: #008ad0;
}
a:hover {
	color: #008ad0;
}
p {
	margin-bottom: 20px;
}
.text-underline {
	text-decoration: underline;
}

main {
}

hr {
	padding: 0;
	border: none;
	margin: 0 0 -74px;
	background: url('../img/hr.png') 0 0 repeat-x;
	height: 162px;
}

section {
}

.section-padding {
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 480px) {
	.section-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header {
	margin-bottom: 25px;
}

.markup {
	color: #008ad0;
}

.about {
	margin-bottom: 20px;
}

.articles {
	padding: 0 45px 20px;
}

.articles-scroller {
	margin: 0;
	display: none;
}
@media (max-width: 767px) and (max-device-width: 767px) {
	.articles-scroller {
		margin: 0;
	}
}
@media (max-width: 380px) {
	.articles-scroller {
		margin-left: 0;
		margin-right: 0;
	}
}
.articles-scroller.slick-initialized {
	display: block;
}
.articles-scroller.slick-initialized .slick-slide {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.articles-scroller .article {
}
.articles-scroller .article > a {
	display: block;
	outline: none;
	width: 205px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.articles-scroller .article > a:hover {
	text-decoration: none;
}
.articles-scroller .article > a .image > img {
	max-width: 100%;
	height: auto;
}

.competition {
	padding: 25px 30px;
}

.competition-desc {
	/*padding: 0 18px;*/
	display: inline-block;
	width: 280px;
	vertical-align: top;
	padding-right: 30px;
}
@media (max-width: 767px) and (max-device-width: 767px) {
	.competition-desc {
		width: 100%;
		padding-right: inherit;
	}
}
@media (max-width: 480px) {
	.competition-desc {
		padding-right: 0;
	}
}

.competition-desc h2 {
	padding-bottom: 24px;
}

.competition-form {
	display: inline-block;
	vertical-align: top;
	width: 345px;
	padding-right: 30px;
}
@media (max-width: 767px) and (max-device-width: 767px) {
	.competition-form {
		width: 100%;
		padding-right: inherit;
	}
}
@media (max-width: 640px) {
	.competition-form {
	}
}

.competition-form .help-text {
	font-size: 10px;
	margin-top: -7px;
	text-align: right;
}

.competition-form input[type="text"],
.competition-form input[type="email"],
.competition-form select {
	width: 225px;
	height: 25px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #bfbfbf;
}
@media (max-width: 767px) and (max-device-width: 767px) {
	.competition-form input[type="text"],
	.competition-form input[type="email"],
	.competition-form textarea,
	.competition-form select {
		/*width: 300px;*/
		width: 100%;
	}
}
@media (max-width: 640px) {
	.competition-form input[type="text"],
	.competition-form input[type="email"],
	.competition-form textarea,
	.competition-form select {
		width: 100%;
	}
}

.competition-form .form-label {
	padding-bottom: 24px;
	padding-top: 5px;
}

.competition-form .form-group {
	text-align: right;
	margin-bottom: 7px;
}

@media (max-width: 767px) and (max-device-width: 767px) {
	.competition-form .form-group {
		text-align: left;
	}
}
@media (max-width: 640px) {
	.competition-form .form-group {
		text-align: left;
	}
}
.competition-form .form-submit {
	margin-top: -5px;
}

.competition-form label {
	margin-right: 10px;
	min-width: 70px;
	text-align: left;
}
.competition-form .terms,
.competition-form .form-submit {
	width: 225px;
	margin-left: auto;
	text-align: left;
}
@media (max-width: 767px) and (max-device-width: 767px) {
	.competition-form .terms,
	.competition-form .form-submit {
		/*width: 300px;*/
		width: auto;
	}
}
@media (max-width: 640px) {
	.competition-form .terms,
	.competition-form .form-submit {
		width: auto;
	}
}

.competition-form .terms label {
	margin-right: 0;
	font-size: 14px;
}
.competition-form .terms input[type="checkbox"] {
	vertical-align: top;
	margin-top: 6px;
}
.competition-form .terms a {
	text-decoration: underline;
}

.competition-form .form-submit button {
	width: 170px;
	background-image: -moz-linear-gradient(top, #29a0d7, #0A4F71);
	background-image: -ms-linear-gradient(top, #29a0d7, #0A4F71);
	background-image: -o-linear-gradient(top, #29a0d7, #0A4F71);
	background-image: linear-gradient(to bottom, #29a0d7, #0a4f71);
	border: none;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 35px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 5px;
}

@media (max-width: 767px) and (max-device-width: 767px) {
	.competition-form .form-submit button {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.competition-form .form-submit button {
		width: 100%;
	}
}

.competition-form .form-submit button:active:hover {
	background-image: -moz-linear-gradient(top, #0A4F71, #29a0d7);
	background-image: -ms-linear-gradient(top, #0A4F71, #29a0d7);
	background-image: -o-linear-gradient(top, #0A4F71, #29a0d7);
	background-image: linear-gradient(to bottom, #0A4F71, #29a0d7);
	outline: none;
	color: #fff;
}

.form-group-rows label {
	display: block;
	margin-right: 0;
}

.form-message.error-message {
	margin-top: -15px;
	margin-bottom: 15px;
}

.form-message.error-message,
.ng-submitted .ng-invalid,
.ng-touched.ng-invalid {
	color: #008ad0;
}

.form-message.success-message {
	color: #000;
}

.thanks-message {
	padding: 32px 0;
	text-align: center;
	font-size: 18px;
	margin: 50px 0 50px 50px;
	line-height: 1.4em;
	display: block !important;
}
.thanks-message a {
	color: #008ad0;
}
.thanks-message a:hover {
	color: #008ad0;
}

@media (max-width: 767px) and (max-device-width: 767px) {
	.thanks-message {
		margin: 0;
		height: 500px;
		padding-top: 100px;
	}
}
@media (max-width: 640px) {
	.thanks-message {
		margin: 0;
		height: 500px;
		padding-top: 100px;
	}
}

.form-message.error-message,
.ng-submitted .ng-invalid,
.ng-touched.ng-invalid {
	border: 1px solid #008ad0 !important;
}

.form-message {
	font-size: 15px;
	padding: 8px 10px;
}

.form-message.success-message {
	border: 1px solid #008ad0 !important;
	background-color: #fefffd
}

.map {
	display: inline-block;
	vertical-align: top;
	width: 230px;
}
@media (max-width: 767px) and (max-device-width: 767px) {
	.map {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.map {
	}
}


.scroller-prev, .scroller-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 63px;
	height: 63px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}
.scroller-prev {
	background: center center no-repeat;
	left: -15px;
}
.cat-default .scroller-prev {
	background-image: url('../img/arrow-left.png');
}
.scroller-next {
	background: center center no-repeat;
	right: -15px;
}
.cat-default .scroller-next {
	background-image: url('../img/arrow-right.png');
}

@media (max-width: 767px) and (max-device-width: 767px) {
	.scroller-prev {
		/* left: -10px; */
	}
	.scroller-next {
		/* right: -10px; */
	}
}
@media (max-width: 479px) {
	.scroller-prev {
		left: -30px;
	}
	.scroller-next {
		right: -30px;
	}
}

.downloads {
	display: flex;
	justify-content: space-between;
	padding: 25px 30px;
}
@media (max-width: 479px) {
	.downloads {
		display: block;
	}
	.downloads .btn {
		margin: 25px 0;
	}
}
.downloads .btn {
	width: 217px;
	background-image: -moz-linear-gradient(top, #29a0d7, #0A4F71);
	background-image: -ms-linear-gradient(top, #29a0d7, #0A4F71);
	background-image: -o-linear-gradient(top, #29a0d7, #0A4F71);
	background-image: linear-gradient(to bottom, #29a0d7, #0a4f71);
	border: none;
	color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 74px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 62px;
	text-align: center;
}

.footer {
	background: url('../img/footer.png') 0 0 repeat-x;
	height: 169px;
	margin-bottom: 2px;
}
