/*******************************/
/* IMPORT */
/*******************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Bangers);
@import url("grid.css");

/*******************************/
/* RESET */
/*******************************/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, 
a, img, small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, company, 
nav, section, time {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, 
figure, footer, company, nav, section {
	display: block;
}
body {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 10px;
	background: #000;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block; 
}
.backgroundVideo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.backgroundVideo_Media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.20;
}
/*******************************/
/* HEADER */
/*******************************/
.content {
	margin: 6% auto 0;
	color: #f2f2f2;
}
h1 {
	padding: 0 0 20px 0;
	font-family: 'Bangers', cursive;
	font-size: 50px;
	font-weight: 800;
}
h2 {
	padding: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 800;
}
p {
	padding: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-indent: 20px;
}
.registerButton {
	margin: 50px 0 0 0;
	width: 88%;
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	font-weight: 400;
	padding:10px 20px;
	text-decoration:none;
	text-transform: uppercase;
	text-shadow:0px 1px 0px #5b8a3c;
}
.registerButton:hover {
	background-color:#68a34b;
}
.map {
	width: 100%;
	height: 400px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
}
ul {
	list-style: none;
}
li {
	margin: 50px 0;
	width: 45%;
	display: inline-block;
	text-align: center;
}
li img {
	max-width: 200px;
}
li p {
	text-indent: 0px;
}
input[type="text"], select {
	width: 82%;
	padding:15px;
	background:#B5ABB5;
	border:none;
	color:#4F4B4F;
	font-weight:bold;
}
select {
	width: 88%;
}
textarea {
	width: 80%;
	min-height: 150px;
	padding:15px;
	background:#B5ABB5;
	border:none;
	color:#4F4B4F;
	font-weight:bold;
	resize: vertical;
}
.contactButton {
	margin: 35px 0 0 0;
	width: 87%;
	background-color:#2b2b2b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#f2f2f2;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: 400;
	padding:10px 20px;
	text-decoration:none;
	text-transform: uppercase;
	text-shadow:0px 1px 0px #000;
}
.contactButton:hover {
	background-color:#f2f2f2;
	color: #2b2b2b;
}
.regTxt {
	padding: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-indent: 0;	
}
.col12 table {
	width: 100%;
	background: rgba(0,0,0,0.75);
	font-family: 'Open Sans', sans-serif;
}
.col12 table tr {
	padding: 10px 0;
}
.col12 table td {
	padding: 10px 0;
	width: 85%;
	font-size: 14px;
}
.col12 table td img {
	margin: 10px 10px 0 0;
	width: 100px;
	float: left;
	border: 2px solid #f2f2f2;
}
.col12 table td:first-child {
	width: 15%;
	text-indent: 20px;
	font-size: 16px;
}
.col12 table td.bigTxt {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.col12 table td.date {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	text-indent: 10px;
	border-bottom: 1px solid #2A2A2A;
}
@media only screen and (max-width: 1024px){
	li img {
		max-width: 150px;
	}
}
@media (min-aspect-ratio: 16/9) {
  .backgroundVideo_Media {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
    .backgroundVideo_Media {
      width: 300%;
      left: -100%;
    }
}

@media (max-width: 768px) {
	.row {
		padding: 0 20px;
		overflow: hidden;
	}
	.backgroundVideo {
	  	background: #000;
	}
	.backgroundVideo_Media {
	  	display: none;
	}
	.col12 table td {
		display: block;
		width: 100%;
		text-align: center;
	}
	.col12 table td:first-child {
		display: block;
		width: 100%;
		text-align: center;
	}
	h1 {
		text-align: center;
	}
	h2 {
		text-align: center;
	}
	input[type="text"], select {
		width: 100%;
		display: block;
		padding: 15px 0;
	}
	li {
		margin: 50px 0;
		width: 100%;
		display: block;
		text-align: center;
	}
	textarea {
		width: 100%;
		padding: 15px 0;
	}
	.contactButton {
		width: 100%;
	}
	.registerButton {
		width: 100%;
	}
}