#TopVideo {
	width: 100vw;
	object-fit: cover;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-bottom: 20px;
	 display: block;
	z-index: 0;
 }
.header_img {
	margin-bottom: 20px;
}
.header_img img {
	display: block;
}

.lead {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	max-width: 1500px;
	margin: 0 auto 40px;
}
.lead section {
	width: calc(100% / 3);
    padding-right: 40px;
}
.lead section h2 {
	margin-bottom: 20px;
    font-family: Montserrat;
	font-size: 41px;
	font-weight: 600;
    line-height: 45px;
    color: #fbd600;
}
.lead section p {
	margin: 10px 0;
	font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 20px;
	color: #888;
}
.lead section a {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 18px;
	background: #ffffff;
	color: black;
	border: solid 2px black;
	border-radius: 0px;
}
.lead section a:hover {
	background: #fbd600;
    color: black;
}
.lead .movie {
	/*position: relative;*/
	width: calc((100% / 3) * 2);
	height: calc((100% / 3) * 2);
	/*padding-top: calc(((100% / 3) * 2) * .6);*/
    aspect-ratio: 16/ 9;
}
.lead .movie iframe {
    /*position: absolute;
    top: 0;*/
	width: 100%;
    height: 100%;
}

.about_4pds {
	/*height: 934px;*/
	height: 60vw;
    min-height: 400px;
	background: #181d22;
}
.about_4pds .inner_4pds {
	position: relative;
	/*width: calc(100% - 30px);
	max-width: 750px;*/
	height: 100%;
	/*margin: auto;
	padding-right: 50%;*/
	background: url(../img/acbv2-header-amp.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about_4pds .inner_4pds .text {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    width: calc(50% - 20px);
    max-width: 375px;
}
.about_4pds .inner_4pds .text p {
	text-align: right;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #fbd600;
}

.wrap_icons {
	padding-bottom: 100px;
	background: #181d22;
}
.wrap_icons ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc((100% / 3) * 2);
	margin: 0 auto;
	padding: 0 20px;
}
.wrap_icons ul li {
	width: calc((100% - 40px) / 5);
	margin-bottom: 20px;
}
.wrap_icons ul li img {
	display: block;
	width: 50px;
	margin: 0 auto 10px;
}
.wrap_icons ul li p {
	text-align: center;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 15px;
    color: #fbd600;
}

.about_control_range {
	background: #181d22;
}
.about_control_range h2 {
	margin-bottom: 10px;
	padding: 0 20px;
    text-align: center;
    font-family: Montserrat;
    font-size: 41px;
    font-weight: 200;
    font-style: normal;
    line-height: 45px;
    color: #fcd400;
}
.about_control_range p {
    margin: 0 auto;
	padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 20px;
    color: white;
}
.about_control_range .wrap_img {
	width: 50%;
	margin: 40px auto 0;
	padding-bottom: 30px;
}
.about_control_range .wrap_img img {
	display: block;
}

.about_voltage_doubler {
	position: relative;
	z-index: 0;
	padding: 50px 20px;
	background: black;
}
.about_voltage_doubler::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/bkg-amp-adsf-scaled.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about_voltage_doubler h2 {
	margin-bottom: 10px;
	padding: 0 20px;
    text-align: center;
    font-family: Montserrat;
    font-size: 41px;
    font-weight: 200 ;
    line-height: 35px;
    color: #fcd400;
}
.about_voltage_doubler h2 + p {
    margin: 0 auto 20px;
	padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 200;
    color: white;
}
.about_voltage_doubler .flexbox {
	display: flex;
	flex-wrap: wrap;
}
.about_voltage_doubler .flexbox .image {
	width: 50%;
}
.about_voltage_doubler .flexbox .image .caption {
    padding-right: 20px;
    text-align: right;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    color: white;
}
.about_voltage_doubler .flexbox .text {
	/*width: 50%;*/
	width: calc(100% / 3);
	padding-top: 7.5%;
}
.about_voltage_doubler .flexbox .text h3 {
	max-width: 635px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #646a7b;
}
.about_voltage_doubler .flexbox .text h3 span {
	display: block;
	margin-top: 10px;
    text-transform: uppercase;
	font-family: Montserrat, sans-serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    color: #fcd400;
}
.about_voltage_doubler .flexbox .text p {
	max-width: 400px;
    margin-top: 20px;
    text-shadow: 2px 2px 2px black;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight: 300;
    color: white;
}
.about_voltage_doubler .flexbox .text a {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
    margin-top: 50px;
	padding: 10px 25px;
	text-align: center;
	font-size: 18px;
	background: black;
	color: #fcd400;
	border: 2px solid #fcd400;
	border-radius: 0px;
}

.specs {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
	width: calc(100% - 40px);
	max-width: 1500px;
	margin: 50px auto;
}
.specs section {
	width: 25%;
	padding-right: 20px;
}
.specs section h2 {
    margin-bottom: 10px;
    text-align: left;
	font-size: 41px;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    line-height: 35px;
    color: #fcd400;
}
.specs section ul {
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
}
.specs section ul li {
    margin-bottom: 10px;
	font-family: Montserrat,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.specs section a {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 18px;
	background: white;
	color: black;
	border: 2px solid black;
	border-radius: 0px;
}
.specs section a:hover {
	background: #fbd600;
    color: black;
}
.specs .slider {
	width: 75%;
}
.slick-prev,
.slick-next {
    width: 100px;
    height: 100%;
    z-index: 1;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev::before,
.slick-next::before {
    color: black;
    font-size: 50px;
}

.manual {
	position: relative;
    height: 100vh;
    max-height: 814px;
	/*padding-top: 45%;*/
	background: url(../img/acbv2-footer-pedalboard-lrg-x2-1-scaled.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.manual .download_btn {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 180%);
	-moz-transform: translate(-50%, 180%);
	transform: translate(-50%, 180%);
}
.manual .download_btn .fa-download {
	position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    font-size: 3em;
}
.manual .download_btn .fa-download::before {
    content: "\f019";
}
.manual .download_btn a {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 18px;
	background: rgba(29,29,29,0.01);
	color: #fcd400;
	border: 2px solid #fcd400;
	border-radius: 0px;
}
.manual .shop_btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
.manual .shop_btn a {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 18px;
	background: #1d1d1d;
	color: #fcd400;
	border: 2px solid #fcd400;
	border-radius: 0px;
}
section.movies {
    background-color: #111416;
    padding: 5%;
}
ul.slide_movs {
    padding: 10%;
    margin: 0 auto;
    list-style: none;
}
ul.slide_movs li {
	position: relative;
}
.movies .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1 !important;
}
.movies . slick-dots li button:before {
    color: #666 !important;
    opacity: 1 !important;
}


/*@media only screen and (min-width: 768px) and (max-width: 1024px) {*/
@media screen and (max-width: 1024px) {
	.lead section h2 {
	    font-size: 30px;
		font-weight: 800;
	}
	.lead section p {
		padding: 0;
	}
	
	.about_4pds {
		/*height: 745px;*/
	}
	.about_4pds .inner_4pds {
	    /*background-size: 230%;*/
	}
	.about_4pds .inner_4pds .text p {
		font-size: 40px;
		color: white;
		text-shadow: 2px 2px 2px black;
		line-height: 10x;
	}
	
	.wrap_icons {
		padding-bottom: 0;
	}
	
	.about_control_range h2 {
		font-size: 30px;
	}
	
	.about_voltage_doubler h2 {
		font-size: 30px;
	}	
	.about_voltage_doubler .flexbox .text h3 {
		font-size: 30px;
		line-height: 30px;
	}
	
	.specs section {
		width: 100%;
		margin-bottom: 30px;
	}
	.specs section h2 {
		font-size: 30px;
		font-weight: 800;
	}
	.specs .slider {
		width: 100%;
	    max-width: 768px;
	    margin: 0 auto 30px;
	}
}



@media screen and (max-width: 768px){
	.lead section {
	    width: 100%;
	    margin-bottom: 50px;
	    padding-right: 0;
	}
	.lead .movie {
	    width: 100%;
	    height: 100%;
	}
	.lead .movie iframe {
		margin-top: 0;
	}
	
	.wrap_icons ul li {
		width: calc((100% - 40px) / 2)
	}
	
	.about_voltage_doubler .flexbox .image {
		width: 100%;
	}
	.about_voltage_doubler .flexbox .text {
		width: 100%;
	}
	.about_voltage_doubler .flexbox .text h3 {
		font-size: 45px;
		line-height: 45px;
	}
	.about_voltage_doubler .flexbox .text h3 span {
		font-size: 60px;
	    line-height: 50px;
	}
	.about_4pds .inner_4pds .text p {
		font-size: 33px;
		color: white;
		text-shadow: 3px 3px 4px black;
		line-height: 38px;
	}
	
}


@media screen and (max-width: 600px){
	.about_4pds .inner_4pds .text {
	    max-width: unset;
	    width: 100%;
	    position: static;
	    transform: unset;
	    padding: 10% 5% 20%;
		font-size: 30px;
		color: white;
		text-shadow: 2px 2px 2px black;
		line-height: 8x;
		
	}
}