/* import the fonts needed */
@import url("https://fonts.googleapis.com/css?family=Cookie");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/* reset */

.default-header {
    background-color: rgba(0,0,0,1)!important;
	z-index:1000;
}

.faqs{
	background-color: #ffffff;
}

	
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* header settings */
.header > input { display: none; }

.header > label {
  display: none;
  width: 3em;
  height: 3em;
  margin-left: 1em;
  margin-top: .5em;
  background-size: contain;
  background-image: url("https://drive.google.com/uc?export=view&id=0B6od18BhWGl5eWhtZzJUaFA0SjA");
  background-repeat: no-repeat;
}


/* end header settings */

.ind-texture {
    background-image: url(../images/black_dots_texture2.png)!important;
}





.question:hover {
  color: #48b7e3;
}



.content {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  padding: 0 0px 0 0;
}

.leftplease {
  margin: 0 auto;
  width: 100vw;
  font-size: 150%;
  text-align: left;
  margin-top: 3em;
  padding: 5px;
}

.question {
  position: relative;
  background: rgba(0,0,0,0);
  margin: 0;
  padding: 15px 10px 15px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  color: black;
  text-align: left;
  border-top: 1px solid #000000;
  font-weight: 700;
  z-index: 100;
}
.question.q_bottom {
	border-bottom: 1px solid #000000;
}

.ans_bottom{
	border-bottom: 1px solid #000000;
}

.answers {
  background: rgba(255,255,255,0);
  padding: 0px 0px;
  margin: 0px 0;
  height: 0;
  overflow: hidden;
  z-index: 15;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  font-weight: 400;
  text-align: left;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 20px 15px 20px 50px;
  text-align: left;
  font-weight: 400;
}

.plus {
  margin-top: 11px;
  position: absolute;
  color: #000000;
  margin-left: 0px;
  z-index: 15;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color:#48b7e3;
}

.questions {
  display: none;
}





/* 601-759px settings */
@media all and (min-width:601px) and (max-width:749px) {
  .header > label { 
    display: inline-block; 
  }
  
  .header > .navbar { 
    display: none; 
  }
 
  .header > input:checked + .navbar { 
    display: block;
    width: 200px;
    height: 130vh;
    position: absolute;
    top: 4em;
    z-index: 100;
    background-color: #0C1323; 
  }

  .header > input:checked + .navbar > li { 
    width: 250px;
    padding: 15px 0px 15px 15px;
  }
 
}

@media (max-width: 991px){
.faq_title h1 {
    font-size: 45px;
    line-height: 52px;
	}
	.pt-100{
		padding-top:60px;		
	}
	.faq_title .pb-60 {
		padding-bottom:40px;		
	}
	.question {
		font-size: 15px;
		padding: 15px 0px 15px 30px!important;
	}
	.answers{
		font-size: 15px;
		padding-left: 30px;
		text-align: left;
	}
	
	.questions:checked~.answers { 
		padding: 20px 15px 20px 30px!important;
		text-align: left;
	}
	.faqs_box h1{
		font-size: 30px;
	}
}

@media (min-width: 992px){

.faq_title{
	width: 100%;
    height: auto;
    background: #fff;
    border-right: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #ec1d24 0%, #fccd02 25%, #47b7e4 50%,#6e62ac 75%, #ed4899 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #ec1d24 0%, #fccd02 25%, #47b7e4 50%,#6e62ac 75%, #ed4899 100%);
    border-image: linear-gradient(to bottom, #ec1d24 0%, #fccd02 25%, #47b7e4 50%,#6e62ac 75%, #ed4899 100%);
    border-image-slice: 1;
}
.home .faqs_box{
	padding:5%;
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.1);
}
}

@media (max-width: 460px){
.scale_elem {
    transform: scale(0.83);
	}
}