body {
	font-family: sans-serif;
}

.font-title {
	font-family: 'Bellefair', serif!important;
}

.font-big-title {
	font-family: 'Varela Round', sans-serif!important;
}

.font-small-title {
	font-family: 'Bellefair', serif!important;
}

.font-default {
	font-family: 'Bellefair', serif!important;
}

.font-accent {
	/*font-family: "Dancing Script", cursive;*/
	font-family: 'Bellefair', serif!important;
	font-weight: bold;
}

ul.rd-navbar-nav li a {
	font-family: 'Bellefair', serif!important;
	font-size: 20px!important;
}
.bt_white_empty a{display:block;width:100%;height:100%;border: 2px solid white;padding: 5px;position: relative;top: -5px;}
.bt_white_empty a:hover:after,.bt_white_empty.active a:after{display:none;}
iframe.buyme-giftcard-iframe {margin-top:150px;}

.no_mobile{display:block;}
.mobile_only{display:none;}

@media screen and (max-width: 800px) {
	.no_mobile{display:none;}
	.mobile_only{display:block;}
	.bt_white_empty{
		float:left;
		position: absolute;
		left: 10px;
		top: 10px;
		width:100px;
		text-align: center;
	}
	.bt_white_empty a {
		top:0;
		padding: 5px 10px;
		color: white;
		border: 2px solid white;
		display: block;
		width:100%;
		height:100%;
	}
}