* {
  margin: 0;
  outline: 0;
}
ul,
ol {
  padding: 0;
}
a,
img {
  border: 0;
}
div.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  background: #f8f8f8;
  overflow-y: scroll;
}
body.active {
  background: #ccc;
}
#content {
  position: absolute;
  left: 44px;
  top: 41px;
  width: 644px;
}
h1,
h2,
p,
li {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
h2,
p {
  margin: 0 0 11px 0;
}
h2 + p {
  margin-top: 22px;
}
ul {
  margin: 0 0 33px 0;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  border-bottom: 1px solid;
}
li.active {
  background: #fff;
  padding: 11px 22px 22px 22px;
  margin-left: -22px;
  margin-bottom: 22px;
  width: 600px;
}
ul {
  list-style: none;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  text-align: center;
  display: none;
}
#inner {
  width: 600px;
  margin: 90px auto 0 auto;
  text-align: left;
}
#inner div.video {
  margin: 0 0 22px 0;
}
#inner div.video iframe {
  display: block;
}
#close a {
  margin-left: -20px;
}
#close a span.arr {
  display: inline-block;
  width: 20px;
}
#close a:hover {
  border: 0;
}
#close a:hover span.t {
  border-bottom: 1px solid;
}
/*
@media print { 

}


@media screen and (max-device-width: 480px) {
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
*/
