@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, ol, ul, li, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
ul {
  list-style: none outside;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}
ul.accordion {
  background-color: #fff;
  margin-bottom: 2em;
}
ul.accordion.big {
  border-bottom: 2px solid #D5D5D5;
  overflow:hidden;
}
ul.accordion.big>li>h6 {
  padding: 45px 100px 45px 40px;
  border-top: 2px solid #D5D5D5;
}
ul.accordion>li .content {
  display: none;
  padding: 16px 25px 40px;
  margin-bottom: 0;
  clear:both;
  overflow:hidden;
}
.vcl {
  margin-bottom: 2em;
  word-wrap: break-word;
}
.vcl a {
}
a {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  line-height: inherit;
}
.vcl>ol {
  margin-bottom: 2em;
}
ol {
  list-style: decimal;
  margin-left: 30px;
}
.vcl ol li {
  padding-bottom: 0.273em;
}
ul.accordion>li>h6:after {
  content: '';
}
ul.accordion > li > h6{
    background-color: #f6f6f6;
    cursor: pointer;
    font-family: "futura-pt","Trebuchet MS",arial,sans-serif;
    font-size: 13px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

ul.accordion.big > li > h6 {
    border-top: 2px solid #d5d5d5;
    padding: 45px 100px 45px 40px;
}
ul.accordion.big>li>h6:after {
  background-image: url('images/sprites-s69a6e8a39a.png');
  background-position: -50px 0;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  right: 25px;
}
ul.accordion.big > li.opened > h6::after {
    background-image: url("images/sprites-s69a6e8a39a.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 40px;
}
.install{
	margin-left:20px;
	}