
/*Responsive CSS*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
}
.faq ul, li { 
list-style: none;
}

#container {
  width: 100%;
  margin: 100px auto;
  overflow: auto;
  max-width:1350px;
}

.title {
  height: 40px;
  background: #6bb170;
  color: white;
  text-align: center;
  padding-top: 13px;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.faq li { padding: 10px 20px; }

.faq li.q {
  background: #4FC2E;
  font-size: 100%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #3BB0D6;
  display: none;
  color:#fff;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:800px) {

#container { width: 90%; }
}
