.img-rounded {
	border-radius: 5px;
}

a,a:hover {
	color: #d43076;
}

.intro .page-scroll a:hover {
	color: #d43076;
}

.icon:hover .fa{
	color: #d43076;
}

ul.nav li a:hover {
	color: #d43076;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #d43076;
}

.bg-skin {
	background: #d43076;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #d43076;
}

footer {
    background-color: #252525;
}

.btn-skin {
  color: #fff;
  background-color: #d43076;
  border-color: #d43076;
}

footer .copyright {
	position: relative;
	top: 1px;
	padding-right: 1px;
	font-size: 85%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}