@charset "utf-8";
/* 
	layout_1260.css
	
	Project: Star of the North
	
*/

/* NAV */
.ddsmoothmenu ul li a { font-size: 18px; }
#down_nav { bottom: -110px; }

/* CONTENT TABS */
.tabs .ui-tabs-anchor { font-size: 16px; }

/* REGISTER */
.checkout_forms .left_label { display: inline-block; margin: 0; }

form[name="register_form"] .left_label { display: inline-block; margin: 0; }

/* FOOTER */
#main_footer > .bg_darkgrey { text-align: left; }  
#footer_logo { float: left; }
#footer_contact { float: right; padding-top: 6px; }
#footer_contact .item { display: inline-block; }
#footer_contact .item:before { content: "/"; display: inline-block; padding: 0 10px; color: #888; }
#footer_contact .item:first-child:before { content: none; }

	/* BREAKPOINT 1460 */
	@media all and (min-width: 1460px) {
		/* NAV */
		.ddsmoothmenu .move_down { display: block; }
		#down_nav { display: none !important; }

		/* FOOTER */
		#footer_text .half { width: auto; }
		#footer_text .half.f_left { float: left; clear: left; padding: 0; text-align: left; }
		#footer_text .half.f_right { float: right; clear: right; padding: 0; text-align: right; }
		#footer_text .half + #footer_social { padding-top: 5px; }
		#footer_social .social-icons { text-align: left; }
	}

	@media all and (min-width: 1660px) {
		.event_strip { max-width: 22%; }
		#upcoming_events .event_strip { max-width: 48.7%; }
	}

	@media all and (min-width: 1920px) {
		#banner, .slide {
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
	}
	