
/* Menu */
#menu_bria {
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin: 0 auto 0px auto;
	padding: 2px 2px 2px 2px;
	background-color: #032b43; /*  #c12727; #d00000; #ffba08; */
    content: "";
    clear: both;
	text-align: center;
	display: block;
}
#menu_bria ul {
	text-align: center;
	vertical-align: middle;
	display: inline-table;
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	height: auto;
	width: auto;
}
#menu_bria li {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 0px;
	height: 100%;
	width: auto;
	background-color: #032b43; /* #c12727; */
	letter-spacing: 0px;
}
#menu_bria a {
	display: inline-block;
	padding: 16px 20px 14px 20px;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 1px 1px 2px #4D5A1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	height: 48px;
}
#menu_bria li.current_page_item 
{
	color: #FFFFFF;
	background-color: orange;
}
#menu_bria .current_page_item a {
	color: #FFFFFF;
	background-color: orange;
}
#menu_bria a:hover {
	color: #FFFFFF;
	background-color: orange;
}

/* Menu */

#pricemenu_bria {
	width: 100%;
	height: 22px;
	margin: 0 auto 20px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
	/* background: url(/images/css-red/img03.png) repeat-x left top; */
}

#pricemenu_bria ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	height: 22px;
	float: right;
}

#pricemenu_bria li {
	float: left;
	height: 22px;
	letter-spacing: 0px;
	margin-right: 4px;
	/* background: url(/images/css-red/img05.png) no-repeat right top; */
	background: #B4B4B4; /* #FFCA08;  #B0B17F; */
}

#pricemenu_bria a {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 5px 12px 7px 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
    height: 10px;
}

#pricemenu_bria .pricemenu_label 
{
	display: block;
	float: left;
	margin-right: 0px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background: #E9EAED;
	border: none;
    height: 10px;
}

#pricemenu_bria .current_page_item 
{
    height: 10px;
}

#pricemenu_bria .current_page_item a {
	color: #646845;
	background: #FFFFFF; /* url(/images/css-red/img06.png) repeat-x left top; */
	height: 10px;
}

#pricemenu_bria a:hover {
	text-decoration: none;
	color: #646845;
	background: #FFFFFF; /* url(/images/css-red/img06.png) repeat-x left top; */
	height: 10px;
}

.budgetbutton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:100%;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:5px;
	margin-bottom:0px;
	max-width: 220px;
}
.budgetbutton hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.budgetbutton:active {
	color:#666666;
	position:relative;
	top:1px;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom-centered {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translate(-50%, -50%);
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container h1 {
	text-transform: uppercase;
	font-size: 120%;
    padding: 5px 7px 4px 7px;
	background-color: #ffffff;
}

.inquiryform-bria {
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:100%;
	font-weight:bold;
	padding:13px 39px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:5px;
	margin-bottom:0px;
}
.inquiryform-bria:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
}
.inquiryform-bria:active {
	position:relative;
	top:1px;
}
.entry-tcp-bria {
	width: 60%;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 120%;
	color: #FFFFFF;
	background: #fe1a00;
	font-weight: bold;
	margin-bottom: 5px;
}

.entry-tcp-bria a {
		color: #FFFFFF;
}

.entry-tcp-bria a:link {
		color: #FFFFFF;
		text-decoration: none;
}

.entry-tcp-bria a:visited {
		color: #FFFFFF;
		text-decoration: none;
}
 
.entry-tcp-bria a:hover {
		color: #FFFFFF;
		text-decoration: none;
}

@media only screen and (max-width: 900px) {
	#menu_bria {
		width: 100%;
		height: auto;
		vertical-align: middle;
		margin: 0 auto 0px auto;
		padding: 0 0 14px 0;
		background-color: white; /* #89c403; */
		content: "";
		clear: both;
		text-align: center;
		display: block;
		margin-bottom: 24px;
	}
	#menu_bria ul {
		text-align: center;
		vertical-align: middle;
		display: block;
		margin: 0 10px 0 10px;
		padding: 0px;
		list-style: none;
		line-height: normal;
		height: auto;
		width: auto;
	}
	#menu_bria li {
		text-align: center;
		vertical-align: middle;
		display: inline-block;
		padding: 0px;
		height: 100%;
		width: auto;
		letter-spacing: 0px;
		/* background-color: #c12727; */
		margin: 4px 2px 4px 2px;
	}
	#menu_bria a {
		display: inline-block;
		padding: 8px 10px 7px 10px;
		text-decoration: none;
		text-transform: lowercase;
		text-shadow: 1px 1px 2px #4D5A1C;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #FFFFFF;
		border: none;
		height: 100%;
		vertical-align: middle;
		height: auto;
	}
	#menu_bria a:hover {
		color: orange;
		background-color: transparent;
	}
	
	.entry-tcp-bria {
		margin: auto;
		width: auto;
		text-align: center;
		padding: 5px 10px 5px 10px;
		border: 1px solid #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 120%;
		color: #FFFFFF;
		background: #fe1a00;
		font-weight: bold;
		margin-bottom: 5px;
		max-width: 350px;
	}
}

@media only screen and (max-width: 600px) {
	#menu_bria {
		margin-bottom: 10px;
		border-bottom: 1px solid #DFE0E4;
	}
	#menu_bria a {
		padding: 4px 6px 3px 6px;
	}
	.bottom-centered {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
