/*=======================================================
      HEADINGS
========================================================*/
.head1, head2, head3, head6 {
	font-weight: normal;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.head1 { font-size: 45px; }
.head2 { font-size: 38px; font-weight: bold; }
.head3 { font-size: 35px; }
.head4-light {
	font-size: 35px;
	line-height: 40px;
	color: #dbdbdb;
	margin-right: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: 'CenturyGothic', serif;
}
.head4-dark {
	font-size: 35px;
	line-height: 40px;
	color: #333;
	margin-right: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: 'CenturyGothic', serif;
}
.head5 {font-size: 34px; line-height:40px; font-family: 'CenturyGothic', serif; padding-top:20px;letter-spacing: -1px;}
.head6 {font-size: 18px; font-weight: 600;  }

.red, .alert {color:#c10001; padding-bottom:8px;}
.button {}
.button:link, .button:visited {
	color: #FFF;
	background: #d42c2a;
	padding: 5px 10px;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	text-decoration:none
}
.button:hover, .button:active {
	color:#FFF;
	background: #ccc;
	text-decoration:none;
}
.button2 {}
.button2:link, .button2:visited {
	padding: 10px 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	background-color: transparent]
}
.button2:hover, .button2:active {
	color:#FFF;
	background-color: #d42c2a;
	text-decoration:none;
}
.photoborder {margin-bottom:20px;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.5);}
.photoborder2 {border:1px solid #E8E8E8;}
.italicize { font-style:italic;}
.imageright {float:right; margin:10px 0 10px 30px;}
.imageleft {float:left; margin:10px 30px 10px 0;}
.imghover { }
.imghover:hover {
	opacity: 0.7;
}
.central, .center  { text-align:center;}
/*=====THEME Styles=====*/
.link-round i {
	background: #3c3c3c;
	color: #fff;
}
.white, ul.white, li.white {color:#F8F8F8;}