body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
}

.comfortaa-12-400 {
	font-family: 'Comfortaa', cursive;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.comfortaa_14-400 {
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
}
.comfortaa_14-400-gray {
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	color: #999;
	font-weight: 400;
}
.comfortaa_14-700 {
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
}
.comfortaa16-400 {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
}

.comfortaa-16-500 {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
}

.comfortaa-16-700 {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
}
.comfortaa-16-700-white {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
}

.comfortaa-18-500 {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
}
.comfortaa-18-400 {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
}
.comfortaa-18-700 {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}




h1 {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	color: #FBB200;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}

a:link {
	color: #FBB200;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #FFF;
}


img
{  border-style: none;
outline: none;
}

/* */
video {
   max-width: 100%;
   height: auto;
}



          .container2 {
            width: 95%;
            margin:0px;
			float: center;
          }

          .vendor {
            padding: 2%;
            margin-bottom: 1em;
          }

          .unsupported {
          }
		  
table.list { border-collapse: collapse; }
    .list td, .list th {
	border: 1px solid #999999;
	border-radius: 8px;
	vertical-align: bottom;
}
table.empty {
	border: 0px none #FFF;
}
    .empty td, .empty th {
	border: 0px none #FFF;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}