/** Extensions CSS **/

/** Main Banner **/
#extensions-home {
	margin-top: 150px;
	padding-bottom: 30px;
	color: #fff;
	background: #000 url("../images/extensions-bg.jpg") no-repeat center center;
	min-height: 700px;
	background-size: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/** End Main Banner **/

/** Animations **/

#extensions-home .welcome {
	margin-top: 240px;
	background-color: rgba(255, 255, 255, .8);
	padding: 30px 30px 40px;
	position: fixed;
	top: 100px;
	z-index: 1;
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(0, 0, 0, 0.1);
}

#extensions-home h1 {
	font-size:  54px;
	color:  #000000;
	margin-bottom: 20px;
	font-family: 'Dancing Script', cursive !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#extensions-home p {
	font-size: 20px;
	margin-bottom: 0px;
}

#extensions-home .sub-head {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

#extensions-content {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	background-color: #ffffff;
	z-index: 200;
	border-top: 3px solid #000000;
	position: relative;
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px -10px 10px rgba(0, 0, 0, 0.1);
}
/* 
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9), -5px -5px -5px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9), -5px -5px -5px rgba(0, 0, 0, 0.9);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9), -5px -5px -5px rgba(0, 0, 0, 0.9); */

#extensions-content h2 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #000;
}

#extensions-content .what{
	margin-bottom: 50px;
}

#extensions-content .last {
	margin-bottom: 50px;
}

#extensions-content .started {

}

#investment {
	padding-top: 60px;
	padding-bottom: 30px;
	z-index: 200;
	position: relative;
	background-color: #000;
	text-align: center;
}

#investment .size-chart  {
	max-width: 900px;
	margin: 0 auto;
}

#investment h2 {
	font-size: 48px;
	margin-bottom: 30px;
	color: #fff;
}

#investment .chart {
	padding: 30px;
	background-color: #fff;
	color: #000000;
	text-align: center;
	min-height: 265px;
}

#investment .hair-row {
	font-size: 24px;
	font-weight: 400;
}

#investment .price {
	font-size: 48px;
	margin-bottom: 20px;
	font-family: 'Dancing Script', cursive;
}

#investment .about-extensions {
	max-width: 280px;
	margin: 0 auto 0px;
	font-style: italic;
}

#cost {
	padding-top: 30px;
	padding-bottom: 60px;
	z-index: 200;
	position: relative;
	background-color: #000;
	text-align: center;
}

#cost .size-chart  {
	max-width: 900px;
	margin: 0 auto;
}

#cost h2 {
	font-size: 48px;
	margin-bottom: 30px;
	color: #fff;
}

#cost .chart {
	padding: 30px;
	background-color: #fff;
	color: #000000;
	text-align: center;
}

#cost .hair-row {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

#cost .price {
	font-size: 48px;
	margin-bottom: 0px;
	font-family: 'Dancing Script', cursive;
}

#cost h4 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #fff;
}

#faq {
  background-color: #fff;
  padding: 60px 0 60px;
  position: relative;
  z-index: 200;
}

#faq h2 {
	font-size: 48px;
	margin-bottom: 40px;
	text-align: center;
  }

#faq h4 {
    font-size: 18px;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: space-between;
  }

#faq .icon-arrow-down-12 {
    position: relative;
    top: -2px;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
  }

#faq .collapsed .icon-arrow-down-12 {
	top: 2px;
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease; 
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
}

#faq .panel {
    border: none;
    box-shadow: none;
    padding: 10px 0;
  }

#faq .panel-heading {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0px 20px;
}

 #faq .panel-heading a:hover {
      text-decoration: none;
    }

#faq .panel-heading a:active {
      text-decoration: none;
    }

#faq .panel-heading a:focus {
      text-decoration: none;
    }

#faq .panel-body {
    border-top: none;
    padding: 0px;
    padding-bottom: 20px;
    font-size: 15px;
    color: #636363;
}







@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 850px) {
	#extensions-home {
		background-position: -500px;
	}
}

@media (max-width: 780px) {
	#investment .chart {
		min-height: 263px;
	}
}

@media (max-width: 767px) {
	#extensions-home {
		margin-top: 0px;
		min-height: 800px;
		background-attachment: initial;
		background-position: -430px;
	}

	#extensions-home .welcome {
	    margin-top: 480px;
	    padding: 20px;
	    max-width: 100%;
	    z-index: 1;
	    text-align: center;
	    width: 100%;
	    margin-right: 120px;
	    position: relative;
	}

	#extensions-home .welcome h1 {
		font-size: 60px;
	}
}

@media (max-width: 700px) {
	#extensions-home .welcome h1 {
		font-size: 48px;
	}
}

@media (max-width: 631px) {
	#investment .chart {
		min-height: 285px;
	}
}


@media (max-width: 600px) {
	#investment .col-xs-4 {
		width: 100%;
	}

	#investment .chart {
	    margin-bottom: 20px;
	    max-width: 360px;
	    margin: 0 auto 20px;
	    min-height: 10px;
	}

	#cost .col-xs-4 {
		width: 100%;
	}

	#cost .chart {
	    margin-bottom: 20px;
	    max-width: 360px;
	    margin: 0 auto 20px;
	    min-height: 10px;
	}
}

@media (max-width: 540px) {
	#extensions-home {
		background-position: -520px;
	}

	#extensions-home .welcome {
	    margin-top: 440px;
	}
}

@media (max-width: 450px) {
	#extensions-home {
		background-position: -620px;
	}

  #investment h2 {
    font-size: 36px;
  }

  #cost h2 {
    font-size: 36px;
  }

  #faq h2 {
    font-size: 36px;
  }
}

@media (max-width: 440px) {
	#faq h4 {
	    font-size: 16px;
	    line-height: 20px;
	}
}

@media (max-width: 361px) {
	#extensions-home .welcome {
		margin-top: 410px;
	}
}

@media (max-width: 347px) {
	#extensions-home .welcome h1 {
	    font-size: 40px;
	}
}

@media (max-width: 341px) {
	#extensions-home .welcome {
	    margin-top: 400px;
	}
}
