#faq {
	background: #181818;
   padding-top: 107px;
   padding-bottom: 77px;   
   border-top: 1px solid #F0F0F0;
   border-bottom: 1px solid #F0F0F0;
   text-align: center;
}
#faq .price-block {
   background: #fff;
   border: 1px solid #E6E6E6;
   text-align: center;
   margin-bottom: 36px;
}
.plan-title {
  	font: 15px/30px 'montserrat-regular', sans-serif;
  	padding: 30px 20px 6px 20px;
   margin-bottom: 0px;
  	text-align: center;
   text-transform: uppercase;
   letter-spacing: 2px;
}
.plan-title .fa {
  	display: block;
  	margin-bottom: 6px;
   font-size: 26px;
}
.plan-price {
	font-family: 'montserrat-bold', sans-serif;
   font-size: 30px;
   color: #333;
	padding: 6px 30px 6px 30px;
   margin-bottom: 0;
	text-align: center;
   letter-spacing: .5px;
}
.plan-price span {
	font-family: 'opensans-light', sans-serif;
	font-size: 15px;
	color: #999;	
	display: block;
	margin-top: 0;
}

ul.features {
   margin: 12px 0 0 0;
   list-style: none;
}
ul.features li {
   line-height: 39px;
   margin-bottom: 0;
}
ul.features li:nth-child(odd) { }
ul.features li:nth-child(even) { }

.plan-sign-up {
  	padding: 24px 15px;
   margin: 0;
   text-align: center;
}
.plan-sign-up .button {
   font: 13px/24px 'montserrat-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 2px;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), format('woff');
}




.faq-header{
  font-size: 2em;
  border-bottom: 1px dotted #3d3d3d;
  padding: 1em 0;
}

.faq-c {
  border-bottom: 1px dotted #3d3d3d;
  padding: 1em 0;
  /*text-align: left;*/
}

.faq-t {
  line-height: 1em;
  color: #aaa; 
  font-family: sans-serif; 
  float:left; 
  font-weight: 700; 
  padding-right: 0.3em; 
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-o {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-q {
  color: #c92d0e;
  cursor: pointer;
  font-size: 1em;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
  font-size: 1.4em;
}

.faq-a {
  clear: both;
  color: #666;
  display: none;
  padding-left: 1em;
  font-size: 1em;
  margin-left: 86px;
  margin-right: 86px;
}

.faq-ahid {
  clear: both;
  color: #666;
  /*display: none;*/
  padding-left: 1em;
  font-size: 0.95em;
  margin-left: 86px;
  margin-right: 86px;
}



@media screen and (max-width:769px) { /* aka if screen is smaller than 769px width*/
   .faq-ahid {  max-width: 90%; margin-left: 20px; margin-right:20px; }
}


@media screen and (max-width:901px) { /* aka if screen is smaller than width*/
   .faq-ahid {  margin-left: 36px; margin-right:36px; }
}


