@charset "utf-8";
/* CSS Document */

.navbar-nav > li > a {text-transform: none !important;}
.topbar {position: fixed; bottom: 0; z-index: 9;}


.navbar-default.stone .navbar-nav > li > a:focus, .navbar-default.stone .navbar-nav > li > a:hover {
	color: #e81f76 !important;
}
/* bottom padding
 ------------------------------ */
 
.padding-bottom-1 {
	padding-bottom: 10px;
}
.padding-bottom-2 {
	padding-bottom: 20px;
}
.padding-bottom-3 {
	padding-bottom: 30px;
}
.padding-bottom-4 {
	padding-bottom: 40px;
}
.padding-bottom-5 {
	padding-bottom: 50px;
}
.padding-bottom-6 {
	padding-bottom: 60px;
}
.padding-bottom-7 {
	padding-bottom: 70px;
}
.padding-bottom-8 {
	padding-bottom: 80px;
}


/* section background grey
 ------------------------------ */
.section-grey {
	background-color: #eee;
}

/* buttons
 ------------------------------ */
a.kutrona-btn-1{
	padding:20px 20px;
    font-weight: 700;
	margin:0px;
	color:#fff !important;
	border-radius:8px;
	background-color:#e81f76;
	}
a.kutrona-btn-1:hover{
	color:#fff !important;
	background-color:#4ac1e0;
	}

a.read-more.kutrona {
	color: #e81f76;
}

.title-line-4.kutrona {
	background-color: #e81f76;
}

.text-kutrona {
  color: #e81f76;
}

.scrollup.kutrona {
  background: #e81f76 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
}