/* -> Slick
================================ */
.slick-prev,
.slick-next {
	display: none!important;
}
/* ============================= */


/* -> MAIN
================================ */
.title-box-left {
    text-align: center;
}

    .title,
    .title-white {
    	font-size: 36px;
        line-height: 46px;

    }
/* ============================= */


/* -> MENU
================================ */
.navbar,
.navbar.scrolled{
    height: 60px;
    padding: 0px;
    background-color: #090909;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #edaf1b;
    position: absolute;
    right: 15px;
    top: 12px; 
}

	.navbar-toggler-icon {
	    background-image: url(../img/toggle.svg);
	}

.navbar-brand {
	height: 60px;
}

	.navbar-collapse{
		border-top: 1px solid #f5f5f5;
        background-color: #090909;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	}

	.navbar ul li{
		margin: 0;
    	padding-left: 15px;
	}

	.navbar ul li:first-child{
		margin-top: 5px;
	}

	.navbar ul li:last-child{
		margin-bottom: 5px;
	}

		.navbar ul li a{
		    line-height: 38px!important;
		}
/* ============================= */


/* -> Intro
================================ */
#logo-details{
    font-size: 20px;
}

    #logo-details span{
        font-size: 16px;
    }

#plectrum{
    bottom: 15px;
    right: 15px;
}

    #plectrum img{
        width: 40px;
    }
/* ============================= */


/* -> About
================================ */
#about{
    padding: 60px 0px 0px;
    position: relative;
}

    .about-intro{
        font-size: 18px;
        color: #edaf1b;
        margin-bottom: 20px;
    }

    #intruments{
        padding-top: 0px;
    }

        .intruments-img > div{
            height: 200px; 
        }

    #brands{
        padding: 50px 0px 0px;
        text-align: center;
    }

        #brands img{
            height: 130px;
            position: relative;
        }
/* ============================= */



/* -> Partners
================================ */
#partners{
    padding: 50px 0px 10px;
    text-align: center;
}
/* ============================= */



/* -> Contacts
================================ */
#contacts{
    padding: 60px 0px 30px 0px;
}

    form{
        margin-top: 30px;
        padding: 0px;
    }

    #map{
        height: 350px;
    }
/* ============================= */
