/* Add here all your css styles (customizations) */
 .bannercontainer {
	width:100%;
	position:relative;
	padding:0;
}
 
.banner{
	width:100%;
	position:relative;
}

.about-section {
	padding-top: 0px;
}

.clients-section {
	padding: 0;
}

.clients-section:after {
	background-color: #fff;
}

.clients-section .title-v1 p,
.clients-section .title-v1 h2 {
	color: inherit;
}

.contacts-section {
	background-image: url(../img/bg/kegs.jpg);
}

.content-boxes-v6:hover i {
	background: #2cd5b6;
}

.content-boxes-v6:hover i:after {
	border-color: #2cd5b6;
}

.sticker-left {
	background: #2cd5b6;
}

::-moz-selection {
	background: #2cd5b6;
}

::selection {
	background: #2cd5b6;
}

a.accordion-toggle:hover {
	color: #2cd5b6;
}

.theme-color {
	color: #2cd5b6;
}