﻿
/* SLIDER ALATT CSÍK */
#content {
	border-top-color: #c4c4c4!important;
	
}

/* PRELOADER HÁTTÉR */
.css3-spinner {
	background-color: #ffffff!important;
}


/* MENÜ HOVER */
#primary-menu ul li:hover a {
	color: #a60e13!important;
	font-weight: 600!important;
}

/* ÉTLAP HÁTTÉR */
.pricetablepadding {
	background-color: #1d1d1d!important;
}

/* ÉTLAP ÉTEL */
.price-name a {
	color: #a60e13!important;
	font-weight:700;
}

/* ÉTLAP ..... */
.separator-dots {
	border-bottom: 1px dashed #ffffff!important;
}

/* ÉTLAP ÁR */
.price-price {
	color: #ffffff!important;
}

/* ÉTLAP LEÍRÁS */
.price-desc {
	color: #888888!important;
}

/* Üzenet küld gomb */
.button.button-color {
    background-color: #af0e14 !important;
    color: #ffffff !important;
}

/* Üzenet küld gomb hover */
.button.button-color.reverse,
.button.button-color:hover {
    background-color: #ff6d00 !important;
    color: #ffffff !important;
}


/* Üzenet mezők aláhúzása */
.border-form-control {
	border-color: #af0e14 !important;
}

/* Oldal tetejére gomb hover */
#gotoTop:hover {
    background-color: #af0e14 !important;
}