@import 'https://fonts.googleapis.com/css?family=Candal|Oswald:400,700|Sanchez|Open+Sans:600,700,700i,800';

html,
body {
	height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
body {
	line-height: 1;
	color: black;
	background: url('../../atomic/images/mainbg.jpg') repeat;
}
/*ol, ul {
	list-style: none;
}*/
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}

.center {
	text-align: center;
}

a:link,a:visited {
	color: #009;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #C00;
}

/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
.blog-featured h2 {
	font-family:"Oswald",sans-serif;
	color: #cc0000;
	/*text-shadow: #fff -5px 5px 5px;*/
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 36px;
	text-transform: uppercase;
}
p.readmore {
	text-indent:0;
	font-size: .9em;
}
.joomla-footer {
	font-size: .9em;
	margin-bottom: 30px;
}

/* Article functions */
ul.actions {
	clear:both;
	margin-top: -50px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
	width: 160px;
	display:block;
}
p#form-login-remember label {
	font-size: .9em;
	font-weight: normal;
	line-height: 25px;
}
p#form-login-remember input {
	float:left;
	margin-right: 5px;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}

/***************************** c u s t o m  COMBAT CFMA  */

.black {
	color: #000;
}

.quote {
	font-style: italic;
	margin-top: 40px;
	color: #333;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #ccc;
	padding: 20px;
	/*color: #fff;*/
	background-color: #000;
	opacity:0.8;
    filter:alpha(opacity=80);
}

p {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: 400;
}

/*h1 {
	visibility: hidden;
}*/

h1 {
	font-family: "Candal", sans-serif;
	font-size:30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	margin: 0px 0px 30px;
}

h2 {
	font-family:"Oswald",sans-serif;
	color: #cc0000;
	/*text-shadow: #fff -5px 5px 5px;*/
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
}

h3 {
	font-family:"Oswald",sans-serif;
	color: #ff9900;
	/*text-shadow: #000 -5px 5px 5px;*/
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}

h4 {
	font-family:"Oswald",sans-serif;
	color: #000;
	margin: 24px 0px 18px 0px;
	font-size: 20px;
	text-transform: uppercase;
	/*text-decoration: underline;*/
}

h5 {
	font-family:"Oswald",sans-serif;
	color: #cc0000;
	margin: 24px 0px 6px 0px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
}

h6 {
	font-family: "Candal", sans-serif;
	color: #000;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: bold;
	margin: 12px 0px 6px 0px;
}
	

#left-side {
	width: 57px;
	background:url('../../atomic/images/sides.gif') repeat-y;
	float: left;
	/*height: 2200px;*/
	height: 100%;
}

#right-side {
	width: 57px;
	background:url('../../atomic/images/sides-right.gif') repeat-y;
	float: left;
	height: 3600px;
}

#content {
	width: 846px;
	float: left;
	height: 100%;
}

#main-container {
	width: 960px;
	margin: 0 auto;
	/*background: url('../../atomic/images/interior-bg.gif') repeat-x;*/
	height: 3600px;
	background-color: #ededed;
}

#left-column {
	width: 180px;
	clear: both;
	float: left;
	background:url('../../atomic/images/left.jpg') no-repeat;
	height: 500px;
}

#blog-headlines {
	background-color: #333;
	padding: 8px;
	width: 130px;
	border: 1px solid #000;
	margin: 200px auto;
	opacity:0.9;
    filter:alpha(opacity=90);
	font-family: "Candal", sans-serif;
}

#blog-headlines a:link,#blog-headlines a:visited {
	color: #fff;
	text-decoration: underline;
}

#blog-headlines a:hover {
	color: #ccc;
	text-decoration: none;
}

#blog-headlines li {
	margin-top: 4px;
}

#written-content {
	font-family: "Oswald", sans-serif;
	/*float: right;
	width: 600px;
	padding: 0px 20px 0px 0px;*/
	padding: 0px 30px;
	color: #000;
}

#written-content h2 {
	clear: right;
}

#classes ul,
#written-content ol {
	margin-left: 170px;
}

#classes ul li,
#written-content ol li {
	margin-bottom: 16px;
	font-size: 18px;
	display: block;
	text-align: center;
	width: 100%;
}

#list_fix ol li,#list_fix ul li {
	margin: 10px;
	text-align: left;
	width: auto;
}

#classes ul li a,
#written-content ol li a {
	display: block;
	width: 70%;
	background: #ccc;
	border: 1px solid #666;
	color: #000;
	padding: 6px;
}

#classes ul li a:hover,
#written-content ol li a:hover {
	background: #999;
}

#classes ul,
#written-content ul {
	list-style-type: disc;
	font-size: 18px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
}

#written-content ul.no-bullets {
	list-style-type: none;
}

#written-content blockquote {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
}

#faq ul {
	margin-left: 30px;
}

#header {
	/*background:url('../images/headerbg.jpg') no-repeat;*/
	padding-top: 20px;
	background: #000;
	width: 100%;
	/*height: 150px;*/
}

#logo {
	width: 527px;
	height: 88px;
	padding: 0px 0px 0px 10px;
	float: left;
}

/*#new-menu {
	/*width: 846px;*/
	/*width: 100%;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #999;	
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	clear: both;
}

#new-menu ul {
	margin: 0px;
	padding: 12px 0px;
}

#new-menu ul li {
	display: inline-block;
	border-right: 1px solid #666;
	min-width: 66px;	
}

#new-menu ul li:last-child {
	border-right: none;
}

#new-menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 6px;
}

#new-menu ul li a:hover {
	color: #ffd200;
}

#new-menu ul ul {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #cc0000;
	margin-top: 12px;	
}

#new-menu ul ul.show {
	display: block;
}

#new-menu ul ul li {
	display: block;
	border-right: none;
	border-bottom: 1px solid #fff;
}

#new-menu ul ul li a {
	display: block;
	background: #cc0000;
	padding: 8px;
}

#new-menu ul ul li a:hover {
	background: #000;
}*/

#menu {
	font-family:"Oswald",sans-serif;
	font-size: 22px;
	color: #fff;
	text-shadow: #000 -5px 5px 5px;
	text-transform: uppercase;
	padding: 5px 0px 5px;
	/*float: left;*/
	width: 846px;
	text-align: center;
	background-color: #000;
	line-height: 28px;
	height: 26px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #999;
	opacity:0.8;
    filter:alpha(opacity=80);
	margin-top: 20px;
}

#menu a:link,#menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #ff9900;
}

#menu ul {
	display: inline;
	opacity:1.0;
    filter:alpha(opacity=100);
}

#menu li {
	padding-top: 4px;
	/*padding-right: 15px;*/
	padding-right: 4px;
	display: inline;
	margin-left: 10px;
	border-right: 1px solid #333;
}

#slider {
	width: 660px;
	float: right;
	padding: 0px 20px 0px 0px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #333;
	padding: 10px 0px 60px;
	font-size: 14px;
	margin-top: 30px;
	text-transform: uppercase;
	color: #000;	
	font-family: "Oswald", sans-serif;
}

#footer ul,#footer li {
	list-style-type: none;
	display: inline;
}

#footer li {
	margin-left: 7px;
}

/*#footer a:link,#footer a:visited {
	color: #cc0000;
	text-decoration: none;
}*/

#footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.logo-footer {
	padding-top: 30px;
}

/**  c o n t e n t **/

#home_awaken {
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #cc0000;
	margin-top: 30px;
}

/** interior **/

#interior-content {
	width: 646px; 
	float: left;
}

#schedule, #schedule tr, #schedule td {
	border: 1px solid #000;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#schedule {
	background-color: #fff;
}

#schedule td {
	padding: 2px;
}

#schedule tr.block {
	height: 40px;
}

#schedule_split, #schedule_split tr, #schedule_split td {
	border: none;
}

#interior-table, #interior-table tr, #interior-table td {
	border: 0px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.black_white {
	background-color: #333;
	color: #fff;
}

.available {
	background-color: #fff;
	color: #000;
}

.blue {
	background-color: #99cccc;
	color: #000;
}

.orange {
	background-color: #ffcc00;
	color: #000;
}

.orange2 {
	background: #ff6600;
	color: #000;
}

.green {
	background-color: #99cc66;
	color: #000;
}

.green2 {
	background-color: #CFC;
	color: #000;
}

.pink {
	background-color: #e5b8b7;
	color: #000;
}

.gray {
	background-color: #333;
}

.purple {
	background-color: #cc99ff;
}

.c {
	font-size: 16px;
	font-weight: bold;
	color: #060;
}

.y {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
}

.olive_yellow {
	background: #4f6228;
	color: #ffff00;
}

.jade {
	background: #9eb375;
	color: #000;
}

.toxic {
	background: #6bcb05;
	color: #000;
}

.avocado {
	background: #76923c;
}

.light_gray_bold {
	background-color: #f0f0f0;
	font-weight: bold;
}

.gray2 {
	background-color: #bfbfbf;
}

.gray3 {
	background: #666;
}

.blue_white {
	background: #17365d;
	color: #fff;
}

.light_gray {
	background: #e8e8e8;
}

#arts_page_show {
	width: 600px;
	margin: 0 auto;
}

#arts_page {
	width: 600px;
	margin: 0 auto;
	display: none;
}

#arts_page a:link,#arts_page a:visited,#arts_page_show a:link,#arts_page_show a:visited {
	color: #424242;
	text-decoration: none;
}

#arts_page a:hover,#arts_page_show a:hover {
	text-decoration: underline;
	color: #000;
}

.arts_title {
	text-align: center;
	font-family:"Oswald",sans-serif;
	font-size: 22px;
	color: #424242;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 10px;
}

.arts_footer {
	font-family:"Oswald",sans-serif;
	color: #000;
	margin: 32px 0px 6px 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

/*.arts_img:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}*/

#list-alt ul,#list-alt li {
	list-style-type: disc;
	margin: 5px;
}

#list-alt li {
	margin-top: 6px;
	margin-bottom: 6px;
}
	
.readmore {
line-height: 10px;
}

#content_list  {
	margin: 20px;
	list-style-type: disc;
}

#content_list li {
	padding-bottom: 5px;
}

a.whitelink:link,a.whitelink:visited {
	color: #ccc;
	text-decoration: underline;
}

a.whitelink:hover {
	color: #9FC;
	text-decoration: none;
}


ol.regular-list,ul.regular-list {
	margin: 10px;
	text-align: left;
}

/*#arts_page a:hover,#arts_page_show a:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */


#table_default {
	margin: 20px auto;
}

#table_default tr,#table_default td {
	padding: 4px;
}

#table_default tr {
	border-bottom: 1px solid #ccc;
}
	
/*arts 2014*/

#logo_table {
	margin-top: 50px;
	margin-bottom: 25px;
}

#martial_arts {
	margin: 0 auto 50px;
	width: 626px;
}

#logo_table h1 {
	font-family: "Candal", sans-serif;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	font-size: 24px;
	color: #ff0000;
	text-transform: capitalize;
	padding-left: 4px;
	margin: 0px;
}

.view_art {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.view_art:hover {
	cursor: pointer;
	opacity: .7;
	filter: alpha(opacity=70);	
}

.view_art h4 {
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 24px;
}

.view_art a:link,.view_art a:visited {
	color: #001767;
	font-family: "Candal", sans-serif;	
	font-size: 14px;
}

.view_art a:hover {
	color: #900;
}

/* Fall 2014 Layout Changes */

#header_contact {
	width: 300px;
	float: right;
	text-align: left;
	color: #fff;
	font-family: 'Sanchez', serif;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	padding: 16px 0px 0px;	
	letter-spacing: -1px;
}

#header_contact a.header_address,a.header_address:visited {
	background: #001767;
	display: block;
	color: #fff;
	padding: 2px;
	text-decoration: none;
	margin-bottom: 12px;
}

#header_contact a.header_contact,#header_contact a.header_contact:visited,.footer_contact,.footer_contact:visited {
	background: #c3000b; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3000b 0%, #ff000e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3000b), color-stop(100%,#ff000e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3000b 0%,#ff000e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3000b 0%,#ff000e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3000b 0%,#ff000e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3000b 0%,#ff000e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3000b', endColorstr='#ff000e',GradientType=0 ); /* IE6-9 */
	padding: 0px 12px;
	color: #fff;
	text-decoration: none;
	margin: 8px 0px;
	font-size: 18px;
}

#header_contact a.header_contact:hover,#header_contact a.header_address:hover,.footer_contact:hover {
	background: #f8a211;
	color: #000;
}

.footer_contact {
	font-family: 'Sanchez', serif;
	text-decoration: none!important;
	color: #fff!important;
}


.jeetkunedo,
.wingchun,
.inosanto_kali,
.jiujitsu,
.silat,
.taichi {
	display: block;
	text-indent: -9999px;
}

.jeetkunedo {
	background: url('../images/2015_banner/jeet.png');
	width:87px;
	height: 103px;
}
	
	.jeetkunedo:hover {
		background: url('../images/2015_banner/jeet-on.png');
	}

.wingchun {
	background: url('../images/2015_banner/wing.png');
	width: 74px;
	height: 103px;
}

	.wingchun:hover {
		background: url('../images/2015_banner/wing-on.png');
	}

.jiujitsu {
	background: url('../images/2015_banner/jiu.png');
	width: 73px;
	height: 103px;
}

	.jiujitsu:hover {
		background: url('../images/2015_banner/jiu-on.png');
	}
	
.inosanto_kali {
	background: url('../images/2015_banner/inosanto.png');
	width: 84px;
	height: 103px;
}

	.inosanto_kali:hover {
		background: url('../images/2015_banner/inosanto-on.png');
	}

.silat {
	background: url('../images/2015_banner/kuntao.png');
	width: 88px;
	height: 103px;
}

	.silat:hover {
		background: url('../images/2015_banner/kuntao-on.png');
	}
	
.taichi {
	background: url('../images/2015_banner/tai.png');
	width: 66px;
	height: 103px;
}

	.taichi:hover {
		background: url('../images/2015_banner/tai-on.png');
	}
	
.wing {
	background: url('../images/2015_banner/wing.png');
	width: 74px;
	height: 103px;
}

	.wing:hover {
		background: url('../images/2015_banner/wing-on.png');
	}


#preload {
	display: none;
}


	


/* 2014
.silat {
	background: url('../images/2014_banner/silat.png');
	display: block;
	width:88px;
	height: 132px;
	text-indent: -9999px;
}

.wingchun {
	background: url('../images/2014_banner/wingchun.png');
	display: block;
	width:75px;
	height: 132px;
	text-indent: -9999px;
}

.jiujitsu {
	background: url('../images/2014_banner/jiujitsu.png');
	display: block;
	width:74px;
	height: 132px;
	text-indent: -9999px;
}

.jeetkunedo {
	background: url('../images/2014_banner/jeetkunedo.png');
	display: block;
	width:81px;
	height: 132px;
	text-indent: -9999px;
}

.filipinokali {
	background: url('../images/2014_banner/filipinokali.png');
	display: block;
	width:87px;
	height: 132px;
	text-indent: -9999px;
}

.taichi {
	background: url('../images/2014_banner/taichi.png');
	display: block;
	width:61px;
	height: 132px;
	text-indent: -9999px;
}


.silat:hover,
.wingchun:hover,
.jiujitsu:hover,
.jeetkunedo:hover,
.filipinokali:hover,
.taichi:hover
{
		background-position: 0 -133px;
}*/

#footer h2 {
	font-family: 'Sanchez', serif;
	margin-bottom: 0px;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}

.black-belt {
	margin: 0px 20px 20px 0px;
}

/** videos **/
	#video-container {
		text-align: center;
	}
	
	#video-container ul {
		margin: 5px 10px;
		padding: 10px 0px;
		display: inline-block;
		width: 220px;
		height: 180px;
		text-align: center;
		vertical-align: top;
	}
	
	#video-container ul:hover {
		background: #cc0000;
	}
	
	#video-container ul li {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		line-height: 14px;
		font-weight: normal;
	}
	
	#video-container ul li.video-title {
		padding: 0px 20px;
	}
	
	#video-container ul li a,
	#video-container ul li a:visited {
		color: #000;
		text-decoration: none;
	}
	.pp_description {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
	}

/** classes **/

#classes {
	text-align: center;
}

#classes ul {
	margin-bottom: 30px;
	font-weight: 300;
}

#programs {
	list-style-type: none;
	margin-bottom: 30px;
	margin-left: 0px!important;
}

#programs li {
	margin-bottom: 18px;
}

.sifu {
	font-style: italic;
}

ul.box-content {
	width: 460px;
	background: #f9f9f9;
	padding: 20px 40px;
	box-sizing: border-box;
	margin: 20px auto;
	border: 2px solid #ccc;
}

/** layout changes 2016 **/
.new_wrapper {
	display: table;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	/*background: url('../../atomic/images/content-bg.gif') repeat-x #ededed;*/
	background: #f0f0f0;
}
.new_col {
	width: 55px;
	display: table-cell;
	height: 100%;
	background:url('../../atomic/images/new-sides.png') repeat-y;		
}

.new_content {
	display: table-cell;
}
#new-menu {
	/*width: 846px;*/
	width: 100%;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #999;	
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	clear: both;
}

#new-menu ul {
	margin: 0px;
	padding: 12px 0px;
}

#new-menu ul li {
	display: inline-block;
	border-right: 1px solid #666;
	min-width: 66px;	
}

#new-menu ul li:last-child {
	border-right: none;
}

#new-menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 6px;
}

#new-menu ul li a:hover {
	color: #ffd200;
}

#new-menu ul ul {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #cc0000;
	margin-top: 12px;	
}

#new-menu ul ul.show {
	display: block;
}

#new-menu ul ul li {
	display: block;
	border-right: none;
	border-bottom: 1px solid #fff;
}

#new-menu ul ul li a {
	display: block;
	background: #cc0000;
	padding: 8px;
}

#new-menu ul ul li a:hover {
	background: #000;
}

#new_social {
	margin: 40px auto 0px;
	width: 115px;
}

.fb-like {
	float: right;
	padding: 16px 0px 0px;
}

.item-page {
	clear: right;
}

.items-more h3 {
	display: none;
}

#opt-in {
	border-top: 2px dotted #ccc;
	margin-top: 16px;
	padding: 8px;
	box-sizing: border-box;
}

#opt-in label {
	margin-bottom: 4px;
	display: block;
}

#opt-in input {
	margin-bottom: 4px;
}

#opt-in p {
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	margin: 0px 8px;
	line-height: 18px;
}
.member {
	position: relative;
	width: 260px;
	height: 369px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	background: #ccc;
}
.member .image {
	height: 319px;
}

.member img {
	width: 260px;
	height: 319px;
}

.member .desc {
	height: 50px;
}

.member .desc div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 18px;
}

#instructors h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
}

#instructors h4 {
	margin-top: 12px;
	margin-bottom: 6px;
	color: #333;
	font-size: 16px;
}

#instructors p {
	margin-top: 0px;
}

#instructors div {
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
}

#instructors div:last-of-type {
	border-bottom: none;
}

/*fox contact
.controls {
	padding: 8px 0;
}

.controls input,
.controls textarea {
	min-width: 320px;
	padding: 4px;
	font-family: "Open Sans", sans-serif;
}

.alert {
	padding: 8px 0;
	margin-bottom: 24px;
}

.alert-error {
	color: #fff;
	background-color: #782123;
}

a.close {
	display: none;
}

ul.fox-messages {
	list-style-type: none!important;
	padding: 8px;
}

.controls button {
	font-family: "Open Sans", sans-serif;
	background-color: #931618;
	color: #fff;
	border: 2px solid #000;
	padding: 8px;
	font-size: 16px;
}

.controls button:hover {
	background-color: #333;
	cursor: pointer;
}*/
.control-label {
	width: 120px!important;
}

a.button {
	font-family: 'Sanchez',serif;
	font-weight: bold;
	display: block;
	max-width: 180px;
	width: auto;
	padding: 6px 12px;
	background-color: #9f0911;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 4px solid #333;
	
}

a.button:hover {
	background: #f49409;
	color: #191919;
}

