/* Add here all your CSS customizations */
/* primary bg color change */
html .bg-color-primary,
html .bg-primary {
	background-color: #868686 !important;
}
html .bg-primary-darker {
	background-color: #000000 !important;
}
html .bg-primary-white {
	background-color: #FFFFFF !important;
}
html .text-large
{font-size: 125%}

.dialog.dialog-xlg {
	max-width: 1200px;
}
.text-color-white {
	color: #FFF
}
/* default link colors */
a:link {color:#363636;} /* sets normal link color */
a:visited {color:#ffffff;} /* sets visited link color */
a:active {color:#000000;} /* sets active link color */

/* nav hover link colors */
#header .header-nav.header-nav-links nav > ul li:hover > a {
		color: #686963;
	}

/* link colors for enlarged photos (this applies to the photo-phone class only) */
a.photo-phone:link {color:#ffffff;} /* sets normal link color */
a.photo-phone:visited {color:#ffffff;} /* sets visited link color */
a.photo-phone:active {color:#ffffff;} /* sets active link color */

/* Popup */
.popup-inline-content,
.mfp-content .ajax-container {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 10px solid #C60737;
	border-radius : 25px;
	margin: 40px auto;
	max-width: 970px;
	padding: 20px 30px;
	position: relative;
	text-align: center;
	display: none;
}