* {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
}
img {
	border:none;
}
img.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	border:1px solid #333;
}
img.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	border:1px solid #333;
}
img.full2 {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border:1px solid #333 !important;
}
.clear {
	clear: both;
}
.error {
	display: none;
	background-color: #ffd7d5;
	padding: 25px;
	text-align: center;
	font-size: 24px;
	color: #ff2f25;
	border:1px solid #ff2f25;
	margin-bottom: 25px;
}
.success {
	display: none;
	background-color: #d5ffde;
	padding: 25px;
	text-align: center;
	font-size: 24px;
	color: #005412;
	border:1px solid #005412;
	margin-bottom: 25px;
}
input[type=text],input[type=password],textarea,input[type=email],input[type=currency],input[type=tel],input[type=url],input[type=search],input[type=submit],input[type=number],input[type=checkbox],input[type=radio],select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	border:none;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}
input[type=submit] {
	background-color: #ff7800;
	color: #fff;
	padding: 15px 25px;
	font-size: 18px;
	cursor: pointer;
}
input[type=number] {
	width: 65px;
	text-align: center;
	border:1px solid #000;
	padding: 5px 0;
	font-size: 15px;
}
input[type=checkbox],input[type=radio] {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	margin-right: 10px;
	cursor: pointer;
}
input[type=checkbox]:active, input[type=checkbox]:checked:active,input[type=radio]:active, input[type=radio]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked,input[type=radio]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
input[type=checkbox]:checked:after,input[type=radio]:checked:after {
	content: '\2714';
	font-size: 22px;
	position: absolute;
	top: 0px;
	left: 4px;
	color: #c00;
}
input[type=text],textarea {
	display: block;
	width: 100%;
	padding: 15px 5px;
	font-size: 18px;
}
select {
	display: block;
	padding: 15px;
	font-size: 18px;
	width: 100%;
	cursor: pointer;
	border:1px solid #333;
}
textarea {
	height: 300px;
}
::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}
html {
	height: 100%;
}
body {
	background-color: #0a0a0a;
	background-image: url(/images/shawn.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.9);
	width: 100%;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
header .header {
	position: relative;
	width: 1500px;
	height: 100px;
	margin: 0 auto;
}
header .logo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 500px;
}
header .logo img {
	width: 100%;
	height: auto;
	display: block;
}
header .top {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	text-align: center;
}
header .cart,header .donate {
	display: inline-block;
}
header .cart a,header .donate a {
	display: block;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
header .cart a {
	background-color: #ff2f25;
}
header .donate a {
	background-color: #0054a5;
}
header .social {
	display: inline-block;
	text-align: center;
	padding: 10px 25px;
}
header .social img {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: auto;
	margin: 0 2px;
}
header nav {
	position: absolute;
	bottom: 0;
	right: 0;
}
header nav .nav_item {
	display: inline-block;
}
header nav .nav_item {
	display: inline-block;
	position: relative;
}
header nav .nav_item a {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
header nav .nav_item span {
	display: none;
}
header nav .nav_item a.selected, nav .nav_item a.selected2 {
	color: #ff2f25;
}
header nav .nav_item .subnav {
	display: none;
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	z-index: 997;
	background-color:rgba(0,84,165,.85);
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
}
header nav .nav_item:last-of-type .subnav {
	margin-left: 0;
	left: auto;
	right: 0;
}
header nav .nav_item .subnav a {
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	font-weight: bold;
}
header nav .nav_item .subnav a:hover {
	color: #e2e2e2;
}
.hamburger {
	display: none;
	width: 40px;
	height: 55px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 11px;
	width: 100%;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 2px;
	background-color: #ff2f25;
}

.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
	top: 16px;
	background-color: #fff;
}

.hamburger span:nth-child(4) {
	top: 30px;
	background-color: #0054a5;
}

.hamburger.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.hamburger.open span {
	background-color: #e2e2e2;
}
.hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.m_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	z-index: 996;
	background-color: transparent;
	background-image: url(/images/m_nav.png);
	background-repeat: repeat;
	background-position: top left;
	opacity: 0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.m_nav .nav_item a.m_hide {
	display: none;
}
.m_nav nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.m_nav nav .nav_item {
	display: block;
	position: relative;
}
.m_nav .nav_item a, .m_nav .nav_item span {
	color: #fff;
	text-decoration: none;
	padding: 0 25px;
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background-color: transparent;
	white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.m_nav .nav_item span {
	
}
.m_nav .nav_item a.selected,.m_nav .nav_item span.selected {
	background-color: transparent;
	color: #dbcfb0;
}
.m_nav .nav_item a.selected2, .m_nav .nav_item span.selected2 {
	background-color: transparent;
	color: #dbcfb0;
}
.m_nav .subnav {
	position: static;
	width: 100%;
	z-index: 997;
	display: none;
}
.m_nav .subnav a {
	padding: 10px 25px;
	text-align: left;
	display: block;
	font-size: 18px;
	color: #ff2f25;
	background-color: transparent;
	white-space: normal;
		overflow: visible;
		text-overflow:normal;
		text-transform:none;
}
.frame {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #0a0a0a;
	opacity: 0;
}
.loader {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #000;
	background-image: url(/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.container {
	width: 1500px;
	margin: 0 auto;
}
.m_logo {
	display: none;
	width: 100%;
}
.m_logo img {
	width: 100%;
	height: auto;
	display: block;
}
.slideshow {
	display: block;
	background-image: url(/images/bg.png);
	background-repeat: repeat;
	background-position: top center;
	position: relative;
}
.slideshow2 {
	background-image: url(/images/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}
.slideshow3 {
	width: 1500px;
	margin: 0 auto;
	background-color: #000;

}
.slideshow img {
	width: 100%;
	height: auto;
	display: block;
}
.caption {
	background-color: rgba(0,0,0,.55);
	background-image: url(/images/flag.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 600px;
	height: 343px;
	position: absolute;
	z-index: 998;
    top:100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	text-align: center;
	display: table;
}
.caption2 {
	display: table-cell;
	vertical-align: middle;
	padding: 25px;
}
.caption2 h1,.caption2 h2,.caption2 h3,.caption2 p {
	color: #fff;
}
.caption2 h1, .caption2 h2, .caption2 h3 {
	padding-bottom: 10px;
}
.caption2 p a {
	display: inline-block;
	background-color: #ff2f25;
	padding: 10px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;

}
.caption2 h1 {
	font-size: 24px;
}
.caption2 h2 {
	font-size: 20px;
}
.caption p {
	font-size: 16px;
}
.pager { 
	display: none;
    text-align: center;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 998;
}
.pager span { 
    font-size: 0px;
    width: 20px;
    height: 20px; 
    display: inline-block;
    vertical-align: top;
    color: #fff;
    cursor: pointer;
    background: rgba(255,255,255,.2);
    margin: 0 5px;
    border-radius: 50%;
    border:2px solid #fff;
   
}
.pager span.cycle-pager-active {
	background: #ff2f25;
}
.pager > * {
	cursor: pointer;
}
.arrow {
	display: none;
	position: absolute;
	z-index: 998;
    top:0;
    bottom: 0;
    margin: auto 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.arrow#left {
	left: 0;
}
.arrow#right {
	right: 0;
}
.boxes {
	display: block;
	text-align: left;
}
.box,.box_text {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: 500px;
}
.box2 {
	display: block;
	position: relative;
	background-color: #fff;
	z-index: 996;
}
.box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.box a:hover {
	background-color: rgba(255,47,37,.25);
}
.box img,.box_text img {
	width: 100%;
	height: auto;
	display: block;
}
.box_top {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 25px;
	background-color: #fff;
	z-index: 998;
}
.box_title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 997;
	width: 450px;
	display: block;
	padding:25px;
	font-size: 24px;
	background-color: rgba(255,47,37,.25);
	color: #fff;
	text-transform: uppercase;
}
.box_title h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
}
.box_title span {
	text-transform: none;
	display: none;
	font-size: 16px;
}
.box_content {
	position: absolute;
	top:0;
	z-index: 999;
	width: 450px;
	display: block;
	padding:0 25px 25px 25px;
	overflow: hidden;
}
.box_content h1 {
	font-size: 22px;
	font-weight: normal;
	color: #999;
}
.box_content h2, .box_content h3, .box_content p {
	color: #666;
}
.box_content h2 {
	border-bottom: 3px solid #666;
	padding-bottom: 10px;
	font-size: 22px;
}
.box_content p {
	line-height: 26px;
	font-weight: bold;
	font-size: 16px;
}
.box_content a {
	color: #c00;
	text-transform: uppercase;
	font-weight: bold;
}
.news {
	background-color: #0e0e0e;
	display: block;
	position: relative;
}
.news_pager {
	display: none;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 998;
    padding: 15px 25px;
}
.news_pager span { 
    font-size: 0px;
    width: 20px;
    height: 20px; 
    display: inline-block;
    vertical-align: top;
    color: #fff;
    cursor: pointer;
    background: rgba(255,255,255,.2);
    margin: 0 5px;
    border-radius: 50%;
    border:2px solid #fff;
   
}
.news_pager span.cycle-pager-active {
	background: #fff;
}
.news_pager > * {
	cursor: pointer;
}
.news2 {
	display: inline-block;
	vertical-align: top;
}
.news2.left {
	padding:25px;
	width: 450px;
	color: #fff;
}
.news2.right {
	width: 1000px;
	background-color: #fff;
	position: relative;
}
.news2.left h1 {
	color: #dadcdf;
	text-transform: uppercase;
	font-size: 34px;
}
.news2.left h2 {
	color: #999;
	font-size: 26px;
}
.news2.left h3, .news2.left p, .news2.left li {
	color: #fff;
	font-size: 16px;
}
.news2.left ul,ol {
	padding: 0 0 0 20px;
}
.news_arrow {
	display: none;
	position: absolute;
	z-index: 998;
    top:0;
    bottom: 0;
    margin: auto 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.news_arrow#left {
	left: 0;
}
.news_arrow#right {
	right: 0;
}
.news3 img {
	display: block;
	width: 100%;
	height: auto;
}
.icons {
	display: block;
	background-color: #fff;
}
.icon {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	position: relative;
}
.icon img {
	display: block;
	width: 100%;
	height: auto;
}
.icon a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.icon_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	z-index: 997;
	font-size: 24px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2f25+0,c40000+100 */
background: rgb(255,47,37); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,47,37,1) 0%, rgba(196,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,47,37,1) 0%,rgba(196,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,47,37,1) 0%,rgba(196,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2f25', endColorstr='#c40000',GradientType=1 ); /* IE6-9 */


}
.scholarship {
	display: block;
}
.scholarship_left,.scholarship_right {
	display: inline-block;
	vertical-align: top;
	width: 750px;
	height: 750px;
}
.scholarship_left2 {
	display: block;
	position: relative;
}
.scholarship_left2 a,.scholarship_right2 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.scholarship_left2 .scholarship_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 600px;
	z-index: 997;
	display: table;
}
.scholarship_left2 .scholarship_content2 {
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(255,47,37,.20);
	text-align: center;
	color: #fff;
	text-shadow:4px 2px 4px rgba(0,0,0,.5);
}
.scholarship_left2 .scholarship_content2 h1 {
	font-size: 32px;
}
.scholarship_right2 .scholarship_content h1, .scholarship_right3 .scholarship_content h1 {
	font-size: 28px;
}
.scholarship_left2 .scholarship_content2 span {
	display: none;
	font-size: 24px;
}
.scholarship_left2 img {
	width: 100%;
	height: auto;
	display: block;
}
.scholarship .social {
	display: block;
}
.scholarship .social img {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: auto;
}
.scholarship_right2,.scholarship_right3 {
	display: inline-block;
	vertical-align: top;
	width: 375px;
	position: relative;
}
.scholarship_right2 img,.scholarship_right3 img {
	display: block;
	width: 100%;
	height: auto;
}
.scholarship_right2 .scholarship_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 750px;
	z-index: 997;
	display: table;
}
.scholarship_right2 .scholarship_content2 {
	display: table-cell;
	vertical-align: bottom;
	background-color: rgba(255,47,37,.20);
	text-align: left;
	color: #fff;
	text-shadow:4px 2px 4px rgba(0,0,0,.5);
	padding:25px;
}
.scholarship_right2 .scholarship_content2 span {
	display: none;
	font-size: 20px;
}
.scholarship_right4 {
	display: block;
	position: relative;
}
.scholarship_right4 .scholarship_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 375px;
	z-index: 997;
	display: table;
}
.scholarship_right4 .scholarship_content2 {
	display: table-cell;
	vertical-align: bottom;
	background-color: rgba(255,47,37,.20);
	text-align: left;
	color: #fff;
	text-shadow:4px 2px 4px rgba(0,0,0,.5);
	padding:25px;
}
.scholarship_right4 .scholarship_content2 span {
	display: none;
	font-size: 20px;
}
.scholarship_right4 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.borders {
    display: none;
    width: 1px;
    height: 1px;
    background: #fff;
    position: absolute;
}
#TL {
    top: 25px;
    left: 25px;
}
#BL {
    bottom: 25px;
    left: 25px;
}
#TR {
    top: 25px;
    right: 25px;
}
#BR {
    bottom: 25px;
    right: 25px;
}
footer {
	display: block;
}
.footer {
	width: 1450px;
	margin: 0 auto;
	padding: 25px;
	background-color: #0e0e0e;
}
.footer .f_box {
	display: inline-block;
	vertical-align: top;
	width: 362px;
	color: #999;
}
.footer .f_box h1 {
	color: #dadcdf;
	text-transform: uppercase;
	font-size: 18px;

}
.footer .f_box a {
	color: #dadcdf;
}
.footer .f_box a:hover {
	color: #c00;
}
.footer .f_box ul, .footer .f_box ol {
	padding: 0 0 0 20px;
	font-size: 16px;
}
.footer .f_box p {
	font-size: 16px;
}
.copyright {
	display: block;
}
.copyright2 {
	width: 1500px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	background-color: #ff2f25;
}
.copyright3 {
	font-size: 14px;
	font-weight: bold;
}
.webpros {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.webpros a {
	color: #333;
	font-weight: normal;
	font-weight: bold;
}
.secondary {
	width: 1500px;
	background-color: #fff;
	margin: 0 auto;
}
.secondary_left, .secondary_right {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.secondary_left {
	width: 950px;
	padding:25px;
}
.secondary_left .content2 {
	display: block;
}
.secondary_right {
	width: 450px;
	background-color: #e2e2e2;
	padding:25px;
}
.secondary_right .blog {
	display: block;
}
.secondary_right .blog img {
	float: right;
	width: 200px;
	height: auto;
	display: block;
	margin-left: 25px;
	margin-bottom: 25px;
}
.secondary_right .blog {
	margin-bottom: 25px;
}

h1,h2,h3,b,strong {
	font-weight: bold;
}
.secondary_left input[type=text], .secondary_left textarea, .secondary_left select {
	border:1px solid #000;
	margin-bottom: 15px;
	padding-left: 15px;
}
.secondary_left input.placeholder,.secondary_left select.placeholder,.secondary_left textarea.placeholder {
	border:1px solid #ff2f25;
}
.secondary_left h1 {
	color: #ff2f25;
	font-weight: bold;
	font-size: 36px;
}
.secondary_left h2 {
	color: #000;
	font-weight: bold;
	font-size: 28px;
}
.secondary_left h3 {
	background-color: #0054a5;
	padding: 15px 25px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.secondary_left ul, .secondary_left ol {
	padding-left: 25px;
}
.secondary_left ul li ul, .secondary_left ol li ol {
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.secondary_left ol li ol li {
	list-style-type: lower-alpha;
}
.secondary_left p, .secondary_left li {
	color: #333;
	font-size: 16px;
}
.secondary_right h1 {
	font-size: 30px;
}
.secondary_right h2 {
	font-size: 26px;
}
.secondary_right h3 {
	font-size: 20px;
}
.secondary_right p {
	font-size: 14px;
}
.secondary_left p b, .secondary_left p strong {
	font-weight: bold;
}
.secondary_left a,.secondary_right a {
	color: #00a504;
}
a.button, .button {
	background-color: #ff7800;
	color: #fff;
	padding: 15px 25px;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
}
a.button:hover, .button:hover, input[type=submit]:hover {
	background-color: #333;
}
.archive {
	display: block;
}
.archive ul {
	display: none;
	padding-left:25px;
	padding-top: 15px;
}
.archive_date {
	cursor: pointer;
	font-size: 24px;
	color: #0054a5;
}
.gallery {
	display: inline-block;
	vertical-align: bottom;
	width: 300px;
	margin-top: 25px;
	margin-right: 25px;
	position: relative;
}
.gallery_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,84,165,.75);
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 5px 0;
}
.gallery a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.gallery:nth-of-type(3n) {
	margin-right: 0;
}
.gallery img {
	width: 100%;
	height: auto;
	display: block;
}
#cboxTitle.c_pad {
	padding:2% 5%;
}
#cboxTitle.hide {
	padding:2% 5%;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	cursor: pointer;
}
.family {
	display: block;
	margin-top: 15px;
}
.family_photo {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-right: 25px;
}
.family_photo2 {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-right: 25px;
	margin-top: 25px;
	position: relative;
}
.family_photo2:nth-of-type(3n) {
	margin-right: 0;
}
.family_photo img,.family_photo2 img {
	width: 100%;
	height: auto;
	display: block;
}
.family_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(255,255,255,.75);
	text-align: center;
	font-weight: bold;
	color: #000;
}
.family_bio {
	display: inline-block;
	vertical-align: top;
	width: 625px;
}
.product {
	display: inline-block;
	vertical-align: bottom;
	width: 300px;
	margin-top: 25px;
	margin-right: 25px;
	position: relative;
}
.product_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,84,165,.75);
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 5px 0;
}
.product a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.product:nth-of-type(3n) {
	margin-right: 0;
}
.product img {
	width: 100%;
	height: auto;
	display: block;
}
.view_product {
	display: block;
}
.view_product_photo {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	text-align: center;
	margin-right: 25px;
}
.view_product_photos {
	display: block;
	width: 400px;
	height: 400px;
	position: relative;
}
.view_product_photo img {
	width: 100%;
	height: auto;
	display: block;
}
.view_product_photo .error, .view_product_photo .success {
	font-size: 18px;
	padding: 10px 25px;
	margin-bottom: 20px;
}
.colors span {
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
}
.view_product_description {
	display: inline-block;
	vertical-align: top;
	width: 525px;
}
.addcart {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
.mycart table {
	width: 100%;
	border:1px solid #0054a5;
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
.mycart tr:first-of-type td {
	background-color: #0054a5;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mycart td:first-of-type {
	width: 100px;
}
.mycart td {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.mycart tr td:nth-of-type(1n) {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mycart td:nth-of-type(4),.mycart td:nth-of-type(6) {
	width: 100px;
}
.mycart td img {
	width: 100%;
	height: auto;
	display: block;
}
.mycart ul {
	padding-left: 20px;
	padding-top: 10px;
}
.mycart ul li {
	font-size: 12px;
}
.mycart input[type=submit] {
	float: right;
}
.proceed table {
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	font-size: 20px;
	background-color: #fff;
	width: 100%;
}
.proceed table td:first-of-type {
	width: 65px;
}
.proceed table td {
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.proceed table tr.grand {
	background-color: #000;
}
.proceed table tr.grand td {
	text-align: center;
	color: #fff;
}
.proceed input[type=image] {
	margin: 0 auto;
	display: block;
}
.proceed .product {
	width: 140px;
	margin-right: 15px;
}
.proceed .product:nth-of-type(3n) {
	margin-right: 0;
}
.proceed .product .product_title {
	font-size: 12px;
}
a.learn {
	background-color: #00a504;
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
}
a.learn:hover {
	background-color: #333;
}
a.back {
	float: right;
	font-size: 14px;
	background-color: #00a504;
	padding: 10px 15px;
	margin-left: 25px;
	margin-bottom: 25px;
	color: #fff;
}
.map {
	background-color: #f8f8f8;
	padding: 25px;
	height: auto;
}
.map.m_height {
	height: 600px;
}
.mapcontrols {
	display: block;
	text-align: right;

}
.mapcontrols span {
	display: inline-block;
	vertical-align: middle;
	background-color: #0054a5;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: bold;
}
.event {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #000;
}
.event:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.gm-style-iw a.button {
	padding: 3px 8px;
	font-size: 12px;
	display: block;
	text-align: center;
}
.gm-style-iw h1 {
	font-size: 18px;
}
.gm-style-iw h2 {
	font-size: 14px;
}
.gm-style-iw h3 {
	font-size: 12px;
	padding:5px;
}
.gm-style-iw p {
	font-size: 12px;
}
.gm-style-iw a {
	font-weight: bold;
}
.gm-style-iw{
	min-height: 150px;
	max-width: 300px;
	padding:5px;
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
.product_pager { 
	display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 998;
}
.product_pager span { 
    font-size: 0px;
    width: 20px;
    height: 20px; 
    display: inline-block;
    vertical-align: top;
    color: #fff;
    cursor: pointer;
    background: rgba(255,255,255,.2);
    margin: 0 5px;
    border-radius: 50%;
    border:2px solid #fff;
   
}
.product_pager span.cycle-pager-active {
	background: #ff2f25;
}
.product_pager > * {
	cursor: pointer;
}
.waiver {
	display: block;
	padding: 15px;
	background-color: #fff;
	height: 200px;
	overflow: scroll;
	font-size: 10px;
}
.waiver p {
	font-size: 10px;
}
.tickets {
	display: none;
}