/*
	Name:         		Satus Framework
	URI:         		http://satusframework.com/
	Description:        A mobile first responsive framework for developers based on HTML5 Boilerplate for creating brochure sites.
	Version:            1.0
	License:            The Unlicense
	License URI:        UNLICENSE.txt
	Author:             Kyle Geminden
	Author URI:         http://kylegeminden.com/
*/

/*
	*** TABLE OF CONTENTS ***
	--------------------------------------------------------------------------	
	Following the name of each section is -n- and a 3 or 4 digit code, for example
	abc, which you can use find next to skip to the next section.
	--------------------------------------------------------------------------

	Normalize = nrm
	Satus Framework = sts
	Primary (Mobile First) Styles = prm
	Mobile Media Queries = mdq	
	
	Header = hdr
	Content = cnt
	Main = main
	Sidebar = sdb
	Footer = ftr
	Home Page = hpg
	Plugins = plg
	

*/

/* ==========================================================================

   Normalize -n- nrm
   
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic);
   

/* ==|== HTML5 display definitions ========================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ==|== Base =============================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 15px; line-height: 1.4; word-wrap: break-word; }
body, button, input, select, textarea {  font-family: 'PT Serif', serif; color: #222; }

::-moz-selection { background: #741313; color: #fff; text-shadow: none; }
::selection { background: #741313; color: #fff; text-shadow: none; }

/* ==|== Links ============================================================== */

a { color: #741313; }
a:visited { color: #741313; }
a:hover { color: #9B4040; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* ==|== Typography ========================================================= */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; position: relative; }
blockquote:before { 
	content: "\201C";
	font-size: 2.5em;
	color: #A8A49F;
	position: absolute;
	left: -.5em;
	top: -.25em;
}
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ==|== Lists ============================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* ==|== Embeded content ==================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* ==|== Figures ============================================================ */

figure { margin: 0; }

/* ==|== Forms ============================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }
input::-webkit-input-placeholder { color: #bbb; }
input:-moz-placeholder { color: #bbb; }

/* ==|== Tables============================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================

   Satus Framework -n- sts
   
   ========================================================================== */

/* ==|== for messages, alerts, etc. ========================================= */

.error, .alert, .notice, .success, .info { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error p, .alert p, .notice p, .success p, .info p { margin: 0; }
.error, .alert { background:#fbe3e4; color:#8a1f11; border-color: #fbc2c4; }
.notice { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info { background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.info a { color: #205791; }

/* ==|== forms ========================================= */

input[type=text], input[type=password], input[type=search], input[type=email],
input[type=url], input[type=tel], input[type=number], textarea {
	background: url(../img/bg-form-inputs.png);
	background: rgba(255,255,255,.15);
	border: 1px solid #D6CFC3;
	outline-style: none;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: -1px 1px 5px rgba(0,0,0,.15) inset;
	-moz-box-shadow: -1px 1px 5px rgba(0,0,0,.15) inset;
	box-shadow: -1px 1px 5px rgba(0,0,0,.15) inset;
}
input[type=text]:focus, input[type=password]:focus, input[type=search]:focus,
input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus,
input[type=number]:focus, textarea:focus, select:focus {
	border-color: #A8A49F;
}
input[type=text], input[type=password], input[type=search], input[type=email],
input[type=url], input[type=tel], input[type=number], textarea, select {
	margin: 0;
}
input[type=text], input[type=password], input[type=search], input[type=email],
input[type=url], input[type=tel], input[type=number], textarea {
	padding: 2px;
}
select {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #bbb;
	outline-style: none;
}

.button, .form-submit input[type=submit] {
	display: inline-block;
	width: auto;
	padding: 8px 16px !important; /* important is for gravity forms */
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	overflow: visible;
	background: #5A0404;
	background: -webkit-linear-gradient(top, #850202, #5A0404);
	background: -moz-linear-gradient(top, #850202, #5A0404);
	background: -o-linear-gradient(top, #850202, #5A0404);
	background: linear-gradient(top, #850202, #5A0404);
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	-webkit-appearance: none;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.15);
}
.button:hover, .form-submit input[type=submit]:hover { background: #850202; color: #fff; }
a.button:visited { color: #fff; }

/* ==|== images, figures, and other embeded content ========================= */

/* fluid images, etc. */
img, figure, video { max-width : 100%; height: auto; }
figure img { width: 100%; height: auto; }

/*
   fluid videos
   
   credit to http://www.tjkdesign.com/articles/how-to-resize-videos-on-the-fly.asp and
   http://webdesignerwall.com/tutorials/css-elastic-videos
   
   === This is not meant for the htlm5 video tag ===
   
*/    
.satus-video{	position: relative;	padding-top: 30px; height: 0; overflow: hidden; }
.satus-video iframe, .satus-video object, .satus-video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* place following ar... class to video for different aspect ratios */
.satus-video.ar169 { padding-bottom: 56.25%; }
.satus-video.ar43 { padding-bottom: 75%; }
.satus-video.ar11 { padding-bottom: 100%; }

/* =============================================================================

   Primary (Mobile First) Styles -n- prm || Author:
   
   ========================================================================== */

h1,h2,h3,h4,h5,h6 { font-weight: 400; }
#main h1 { font-size: 1.75em; margin: .78em 0; }
#main h1, #home-main h1, #sidebar h3 {
	padding: 0 10px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
	border-width: 1px;
	border-style: solid;
	border-color: #3C8FAF #071A21 #071A21 #3C8FAF;
	background: #135068;
	background: -webkit-linear-gradient(top, #135068, #0D3544);
	background: -moz-linear-gradient(top, #135068, #0D3544);
	background: -o-linear-gradient(top, #135068, #0D3544);
	background: -ms-linear-gradient(top, #135068, #0D3544);
	background: linear-gradient(top, #135068, #0D3544);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

table { margin-bottom: 1em; }
.satus-video { margin-bottom: 1em; }

html { background: #F2EADD url(../img/bg-noise.jpg) fixed; }
body { height: 100%; border-top: 5px solid #D2C9B9; }
#container { padding: 20px 20px; }
#header, #content, #footer {}
#header > .inner, #content, #footer > .inner {}

/* ==|== Header hdr -n- ====================================================== */

#header  {}

a#logo { 
	display: block;
	max-width: 200px;
	margin: 0 auto 25px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#primary-nav {
	padding: 5px 0;
	border-top: 4px double #A8A49F;
	border-bottom: 4px double #A8A49F;
	-webkit-transition: margin-top .5s ease;
	-moz-transition: margin-top .5s ease;
	-ms-transition: margin-top .5s ease;
	-o-transition: margin-top .5s ease;
	transition: margin-top .5s ease;
}
.ie7 #primary-nav { word-wrap: normal; }
#primary-nav > ul { text-align: center; }
#primary-nav > ul > li { display: inline; margin: 0 4px; }
#primary-nav > ul > li > a { font-size: 12px; text-transform: uppercase; color: #222; }
#primary-nav > ul > li:first-child > a {}
#primary-nav a { text-decoration: none; outline: 0; }
#primary-nav ul li a:hover,
#primary-nav ul li.current-menu-item a, 
#primary-nav ul li.current-menu-parent a,
#primary-nav ul li.current-menu-ancestor a{
	color: #3D85A1;
}
#primary-nav li.nav-welcome { margin-left: 0; }
#primary-nav li.nav-sermons { margin-right: 0; }

/* ==|== Content cnt -n- ===================================================== */

#content { clear: both; }

/* ==|== Main main -n- ======================================================= */

#main {}
.page-template-page-full-php #main { width: 100% }
.audio { margin-bottom: 1em; }
.audio a { text-decoration: none; }
.audio p { font-size: 1em; margin-bottom: .25em; }

#main ul { list-style: none; }
.ie7 #main ul { list-style: disc; }
#main li { position: relative; margin-bottom: .7em; }
#main li:before {
	content: "\2022";
	font-size: 1.25em;
	color: #A8A49F;
	position: absolute;
	left: -.7em;
	top: -.2em;
}


/* == images == */
.gallery-caption, .wp-caption-text, figcaption  { font-size: .85em; text-align: center; }
.gallery { width: 100%; overflow: hidden; }
.gallery-item { float: left; width: 23%; margin: 1%; }
.ie7 .gallery-item { width: 22.5%; }

/* figure and image float alignment */
/* The following rules are for the width prior to enabling floats */
img.alignright, img.alignleft, figure.alignleft, figure.alignright {
	display: block;
	margin: 1em auto 1em;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.25);
	box-shadow: 1px 1px 5px rgba(0,0,0,.25);
}
img.aligncenter, figure.aligncenter { display: block; margin: 1em auto 1em; }
img.alignnone, figure.alignnone { display: block; margin: 1em 0 1em; }
/* the rules to float images have been placed in the media query at the bottom of this style sheet. */

/* == satus ui elements == */
/* == Tabs == */
.satus-tabs {}
.satus-tabs-nav { margin: 0; padding: 0; list-style-type: none; overflow: hidden; }
.satus-tabs-nav li { cursor: pointer; float: left; margin-left: 5px; padding: 5px; background: #EFEFEF; }
.satus-tabs-nav li:first-child { margin-left: 0; }
.satus-tabs-nav li.active { background: #888888; }
.satus-tabs-content { clear: both; }
.satus-tabs-content p { clear: both; }
#tabs-test1 > ul:first-child, #tabs-test2 > ul:first-child { display: none; }

/* == Accordions == */
.satus-accordion { padding-bottom: 1.5em; }
.satus-accordion .satus-accordion-header { cursor: pointer; margin: 0; }
.satus-accordion .satus-accordion-content {}

/* == Collapsible Panels == */
.satus-collapsible { padding-bottom: 1.5em; }
.satus-collapsible-header{ cursor: pointer; margin: 0;}
.satus-collapsible-content {}
   
/* == blog / categories and archive / search results == */
.sticky {}
article.post header { margin-bottom: 1em; }
article.post  h2 a, article.post  h3 a , .search-result h2 a { text-decoration: none; }
.post header time, .post header p { margin: 0; }
.search-result h2 + p { font-weight: bold; color: #00995A; }
.post-thumbnail {}
.post-thumbnail img { float: left; margin: .5em 1em 0 0; }
.post-excerpt { margin: 0; }
#posts-nav { margin-top: 1em; }
.ie7#posts-nav { margin-top: 1.5em; }
#posts-nav a, #comments-nav a { text-decoration: none; }
#posts-nav .previous { float: left; }
#posts-nav .next { float: right; }
#posts-nav .previous a:before, #posts-nav .next a:after,
#comments-nav .prev:before, #comments-nav .next:after {
	font-size: 1.2em;
}
#posts-nav .previous a:before, #comments-nav .prev:before{
	content: "\00AB"; 
	font-size: 1.2em;
	padding-right: .2em;
}
#posts-nav .next a:after, #comments-nav .next:after  { 
	content: "\00BB"; 
	font-size: 1.2em; 
	padding-left: .2em;
}

/* == comments == */
.bypostauthor {}
#commentform {}
#commentform  .label { display: block; }
#commentform  .label span { color: #a72c2c; }
#commentform p { overflow: hidden; }
#commentform p.form-submit { overflow: visible; }
#commentform input[type=text], #commentform input[type=email],
#commentform input[type=url]  { max-width: 380px;}
#commentform textarea#comment  { max-width: 400px; }
#commentform .form-allowed-tags code { display: block; }	

/* == author page == */
.author #main #bio .avatar { float: left; margin: .5em 1em 0 0; }
.author #main .social { list-style: none; padding-left: 0; overflow: hidden; }
.author #main .social li { float: left; margin-left: 10px; }
.author #main .social li:first-child { margin-left: 0; }
.author #main  h3 { margin-top: 0; }

/* == gravity forms styles == */
.gform_body ul { padding: 0; }
.gform_wrapper textarea { padding: 3px; font-size: 1em; }
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"],
.gform_wrapper input[type="email"], .gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	padding: 2px;
	font-size: 1em;
}
.gform_wrapper select, .gform_wrapper.gf_browser_chrome .ginput_complex select,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
	padding: 1px;
	margin-bottom: 0;
	font-size: 1em;
}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
	margin: 2px 0;
	font-size: .75em;
	letter-spacing: normal;
}
#gforms_confirmation_message {
	width: auto;
	margin: 0 0 1em;
	padding: 0.8em;
	font-size: 1em;
	color: #514721;
	border: 2px solid #ffd324;
	background: #fff6bf;
}
/* gform error styles */
.gform_wrapper .validation_error { 
	padding: 0.8em; 
	font-weight: normal;
	color: #8a1f11;
	background: #fbe3e4;
	border: 2px solid #fbc2c4;
}
.gform_wrapper .top_label .gfield_error { width: 100%; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0px;
	margin-bottom: 0px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 0px !important;
	padding: 0px !important;
	border: none;
}
.gform_wrapper li.gfield.gfield_error .gfield_description { display: none; }
.gform_wrapper .gfield_error  input[type="text"], .gform_wrapper .gfield_error  input[type="url"],
.gform_wrapper .gfield_error  input[type="email"], .gform_wrapper .gfield_error  input[type="tel"],
.gform_wrapper .gfield_error  input[type="number"], .gform_wrapper .gfield_error  input[type="password"],
.gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error select {
	background: #fbe3e4;
}

/* ==|== Sidebar sdb -n- ===================================================== */

#sidebar { border-top: 1px solid #D8D0BF; }
#sidebar .widget { margin-bottom: 2em; }

#text-3 h4 , #text-4 h4 { margin-bottom: .5em; border-bottom: 1px dashed #A8A49F;}
#text-3 ol , #text-4 ol { list-style: none; margin-top: 0; padding: 0 0 0 15px; font-style: italic; }
#text-3 ol li , #text-4 ol li { overflow: hidden; margin-bottom: .3em; border-bottom: 1px dotted #A8A49F; }
#text-3 ol li span , #text-4 ol li span { float: left; }
#text-3 ol li span + span, #text-4 ol li span + span { float: right; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium { width: 99.2%; }
.gform_wrapper .top_label .gfield_label { font-weight: normal; }


/* ==|== footer ftr -n- ====================================================== */

#footer { margin-top: 1em; padding-top: 1em; border-top: 1px solid #D8D0BF; }

#footer-nav {}
.ie7 #footer-nav { word-wrap: normal; }
#footer-nav ul { margin-bottom: 1em; text-align: center; }
#footer-nav ul li { display: inline; margin: 0 5px; }
#footer-nav ul li:first-child { margin-left: 0; }
#footer-nav ul li a { font-size: 12px; text-transform: uppercase; text-decoration: none; color: #222; }
#footer-nav ul li a:hover,
#footer-nav ul li.current-menu-item a, 
#footer-nav ul li.current-menu-parent a,
#footer-nav ul li.current-menu-ancestor a {
	color: #3D85A1;
}

.org-info {}
.org-info  h4{ margin: 0; }
.org-info  h4 + p { margin-top: 0; }
.org-info span[itemprop="telephone"] a { color: #222; text-decoration: none; cursor: default; }

#footer p#copyright {}
#footer p#design-by { font-size: .85em; margin-bottom: 0; }
#footer p#design-by a { color: #222; }

/* ==|== Home Page hpg -n- =================================================== */

.home  #slider { max-width: 540px; margin: 25px auto 0; position: relative; left: -4px; }
.home .flex-container {}
.home #text span { font-size: 1.25em; font-style: italic; }


/* ==========================================================================
   
   Mobile Media Queries -n- mdq
   
   ========================================================================== */


@media screen and (min-width: 480px) {
	#footer-nav ul { text-align: left; }
}
   
@media screen and (min-width: 550px) {
	/* figure and image float alignment */
	/* these styles are for mordern devices and browsers. the styles for ie8 and below are in desktop.css */
	img.alignleft, figure.alignleft { float: left; margin: .5em 1em 0 0; }
	img.alignright, figure.alignright { float: right; margin: .5em 0 0 1em; }
	#primary-nav > ul > li > a, #footer-nav ul li a { font-size: 14px; }
}

@media screen and (min-width: 600px) {
	body { font-size: 16px; }
}

@media screen and (min-width:768px) {
	body { background: url(../img/bg-swoosh.png) no-repeat 50% 100px fixed; }
	#primary-nav > ul > li { margin: 0 13px; }
	#primary-nav > ul > li > a, #footer-nav li a  { font-size: 16px; }
	#main {  float: left; width: 66.0377358490566%; /* 700/1060 */  }
	.home #home-main { float: none; width: 100%; }
	.home #sidebar { float: none; width: 100%; }
	.home #sidebar .widget { float: left; width: 30.75471698113208%; margin-right: 3.77358490566038%; }
	.home #sidebar .widget.widget-last { margin-right: 0; }
	/*#main > div > p:first-child:first-letter, .home #main #text p:first-child:first-letter { font-size: 3.3em; float: left; margin: -.02em .1em  0 0; }	*/
	#sidebar { float: right; width: 30.18867924528302%; /* 320/1060 */ }
	#footer { clear: both; }
	#footer-nav ul li { margin: 0 10px; }
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* clear floats */
.clear   { clear: both; }
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .inner:before, .clearfix:after, .inner:after { content: ""; display: table; }
.clearfix:after, .inner:after { clear: both; }
.clearfix, .inner { zoom: 1; }

/* ==|== print styles ======================================================= */ 

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/* ==========================================================================
   
   Plugins -n- plg
   
   ========================================================================== */
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -35px 0 0; display: block; background: url(../img/slider/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -24px;}
.flex-direction-nav li .prev {left: -16px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; margin: 5px 0 0; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../img/slider/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}