.vjs-no-js{}
.desc{}
.list-unstyled{}
.listtext{
	font-size: 16px;
	text-align: left;
	color: #6a6a6a;
	margin-left: 30px;
	
}
.no-padding-list,
.no-padding-list ul {
	color: #6a6a6a;
	font-size: 16px;
	padding-left: 40px;
	padding-top: 0;
	margin-top: 0;
}


.white-link {
	position: relative;
	background-color: #fff;
	color: #3F97E9;
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	line-height: 104px;

	margin-right: 10px;
}
.white-link:hover {
	background-color: #3F97E9;
	color: #fff;
	text-decoration: none;
	
}
.white-link:after {
  content: "";
	border-left: 10px solid #fff;
  position: absolute;
  border-bottom: 60px solid transparent;
  border-top: 60px solid transparent;
  height: 0px;
  width: 0px;
	margin-top: -8px;
  margin-right: -10px;
  right: 0; 
}
.white-link-image { 
	border: 0px solid #fff;
}
.white-link:hover:after {
 	content: "";
	border-left: 10px solid #3F97E9;
}


.table-with-list { }

@media(max-width: 1200px) {
	.table-with-list ul {
		padding: 0 0 0 20px;
	}
}
@media(max-width: 1024px) {
	.table-with-list {
		font-size: 14px;
	}
	.table-with-list ul {
		font-size: 14px;
		padding: 0 0 0 20px;
	}
}

@media(max-width: 768px) {
	.white-link {
		display: block;
		margin: -30px auto 0 auto;
		line-height: 22px;
	}
	.white-link:after {
	  display: none;
	}
	.white-link-image {
		display: none;
	}
	.table-with-list {
		font-size: 12px;
	}
	.table-with-list ul {
		font-size: 12px;
		padding: 0 0 0 20px;
	}
}


.image-align-center{
	
}
.logo{}
.button{}
.whg-cookie-data{}
.whg-cookie-name{}
.whg-cookie-lifetime{}
.whg-cookie-description{}
.breka-line{}
.textpadding{}