
.faq {
    background: #f7f7f7;
    padding: 30px 0 60px 0;
}

.filterDiv {
    float: left;
    background-color: transparent;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 0;
    display: none;
}

.show {
  display: block;
}

.container {
  margin-top: 0px;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent;
    width: 100%;
    display: inline-block;
    text-align: right;
    white-space: unset;
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: unset;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: none;
}


.btn.active {
    background-color: transparent;
    color: #252525;
    width: 100%;
    display: block;
    box-shadow: none;
    text-align: right;
}




.accordion-container{
     position: relative;
    max-width: 100%;
    height: auto;
    /* margin: 10px auto; */
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
}
.set > a {
	display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    border-bottom: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: transparent;
    margin-left: 35px;
    outline: 0;
    cursor: pointer;
    font-size: 21px;
}


/*
    background-image: url(../img/icon-more-less.png);
    background-repeat: no-repeat;

*/

.set > a i {
       float: left;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    border: 1px solid rgba(86,86,86,.33);
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}
.set > a.active {
    background-color: transparent;
    color: #252525;
}

.set > a.active i {
	background: #EA9A00;
	border: 0;
}
.panel {
    background-color: transparent;
    border-bottom: none;
    display: none;
    border: 0;
    padding-left: 50px;
    box-shadow: none;
}
.panel p{
     padding: 10px 0px;
    margin: 0;
    color: #333;
    margin-left: 0;
}


.faq-header-wrap {
    width: 100%;
    float: left;
}

.main header h1 {
    margin: 40px 0 30px;
    font-weight: 400;
}

.sb-icon-search {
    background: url(../img/icon-search.png) center center no-repeat;
    z-index: 90;
}


.main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.428571429;
    margin-bottom: 0px;
    color: #333;
}
.faq h3 {
    margin-top: 5px;
}
.main ul {
    padding-left: 25px;
    margin: 20px 0 20px 30px;
    list-style-image: url(../img/bullet_default.png);
}
.post ol li, .post ul li {
    margin-bottom: 5px;
    line-height: 24px;
}
.main ul li {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0px;
}


#sidebar a {
	    font-size: 20px;
    line-height: 25px;
    text-align: right;
    margin-bottom: 10px;
    color: #999;
}
#sidebar a.active {
	color: #252525;
}

.xvpn_lp a:hover {
    color: #000;
}

#sidebar h3 {
    text-align: right;
    margin-bottom: 30px;
    text-transform: lowercase;
    margin-top: 0;
    font-size: 24px;
    font-weight: 400;
}

.bt_30 {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.panel h3 {
	font-size: 21px;
	font-weight: 400;
}

.panel h4 {
	font-size: 21px;
	font-weight: 400;
}

.ui-accordion-content ol li {
    font-size: 14px;
    line-height: 20px;
}

.panel img {
    margin: 0;
    height: auto;
    display: block;
    max-width: 100%;
}

div#sidebar {
    margin-top: 90px;
}

.panel p {
    margin-bottom: 0;
}