.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block !important;
}

.border-hover a:hover {
  border-color: #cc5500 !important;
}

hr {
  border-top: 6px solid #cc5500;
  width: 300px;
  margin: 20px auto;
}

p {
  margin-bottom: 20px !important;
}

.icon-left {
  margin: 0 0 -54px -40px !important;
}

div.round {
  border: solid 6px #fff;
  border-radius: 100%;
  margin: auto;
  width: 200px;
  height: 200px;
}
div.text-middle {
  display: table-cell;
  vertical-align: middle;
  height:200px;
  width: 200px;
}

.interntext h2 {
  font-size: 24px;
  text-align: left;
}