/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   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
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

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


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

a { color: #00e; }
a:visited { color: #000; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


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

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

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; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
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%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
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; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


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

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


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

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


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Ashley Allen, All Craftsmen
   ========================================================================== */

html, body {
	height: 100%;
	
}

a{ 
	text-decoration: none;
}

body{
	font-family: 'Open Sans', arial, serif;
	font-size: 13px;
}

h1{
	font-size: 13px;
	text-align: center;
	font-weight: normal;
}

header{
	background: #fff;
}

.header_cont{
	width: 960px;
	margin: auto auto;
	height: 140px;
}

.logo {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.large_link_icon {
	width: 24px;
	height: 24px;
	float: left;
	padding: 5px;
	opacity: 0.5;
	
}

.top_text{
	border: 1px solid red;
	width: 250px;
	margin-left: 300px;
}

.large_link {
	border: 1px solid #10151A;
	border-top: 0px;
	background: #eee;
	font-weight: normal;
	width: 140px;
	float: right;
	margin-left: 10px;
	color: #000;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
	cursor: hand;
	cursor: pointer;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}

.large_link:hover{
	background: #bd0200;
	color: #fff;
	font-weight: bold;
	border-top: 0px;
}


.large_header_links{
	float: right;
	//background-image: url('../img/veka_member.png');
	background-position: 99% bottom;
	background-repeat: no-repeat;
	height: 140px;
	width: 700px;
	margin-top: -140px;
	text-align: right;
}

.extra_link_text{
	display: none;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	padding: 3px;
	padding-bottom: 3px;
	font-style: italic;
	
}
input,textarea{
	box-sizing: border-box;
}

.main{
	background: #FFF;
	width: 960px;
	margin: auto auto;
	text-align: justify;
}

.nav_bar {
	background: #10151A;
	border-top: 1px solid #CCC;
	width: 100%;
	margin: auto auto;
	padding: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.nav_cont {
	width: 960px;
	margin: auto auto;
}

.nav_link {
	margin-right: 2px;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
}

.nav_link:visited {
	color: #ffffff;
}

.nav_link:hover{
	color: #fff;
	background: #bd0200;
	
}

.pn{
	width: 200px;
	float: right;
	font-weight: bold;
	text-align: right;
	color: #FFF;
}

footer{
	width: 960px;
	margin: auto auto;
	
}

.true_footer {
	border: 1px solid #CCC;
	height: 600px;
	background: #8f0200;
	color: #fff;
}

.footer_cont {
	width: 100%;
	margin: auto auto;
	box-sizing: border-box;
	padding: 15px;
}

a{
	color: #fff;
	
}

.li_tick{
	background-image: url('/img/tick.jpg');
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 30px;
	height: 30px;
	padding-top: 10px;
	margin-left: 0px;
	font-weight: bold;
	margin-bottom: 10px;

}

h2{
	border-bottom: 2px solid #8f0200;
}

a:visited{
	color: #fff;
	
}

.footer_sect {
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
	float: left;
}

.foot_links {
	width: 160px;
}

.front_cover{
	height: 370px;
	width: 750px;
	background-image: url('../img/cover_pic.jpg');
	display: table-cell;
	vertical-align: bottom;
	border-radius: 5px 5px 5px 5px;
	float: right;
}

.blockquo {
	padding-left: 20px;
}

.cover_nav {
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px 5px 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.cover_nav:hover {
	background: rgba(0,0,0,0.8);
}
.cover_but {
	width: 182px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cover_but:hover {
	background: rgba(255,255,255,0.5);
	color: #000;
}

.copyright {
	font-size: 10px;
	text-align: right;
}

.inpage_nav {
	
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0000 0%, #fcfcfc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff0000 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff0000 0%,#fcfcfc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff0000 0%,#fcfcfc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff0000 0%,#fcfcfc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */


	margin: 10px 0px;
	margin-left: 0px;
	padding: 5px;

}

.left_side{
	width: 200px;
	float: left;
	border: 0px solid #F00;
}

.actual_main {
	width: 750px;
	float: right;
	border: 0px solid #00f;
}

.inpage_head {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}


.inpage_but{
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

.inpage_but:hover {
	
	background: #bd0200;
	color: #fff;
}

.credits {
	background: #FFF;
	border: 1px solid #000;
}

.right_main_but{
	display: table-cell;
	vertical-align: bottom;
	width: 200px;
	height: 139px;
	border: 1px solid #000;
}

.right_quote_but{
	background-image: url('../img/office_pic.jpg');
}
.right_survey_but{
	background-image: url('../img/survey_pic.jpg');
}
.right_gift_but{
	background-image: url('../img/gd_pic.jpg');
}
.right_brochure_but{
	background-image: url('../img/brochure_pic.jpg');
}

.right_discounts_but{
	background-image: url('../img/discount_pic.jpg');
}

.right_card_but{
	background-image: url('../img/w_card_pic.jpg');
}

.right_main_but:hover{
	border: 1px solid #000;
}

.right_but_icon {
	height: 24px;
	width: 24px;
	float: left;
	padding: 3px;
	opacity: 0.5;
}

.right_but{
	background: #F00;
	height: 30px;
	line-height: 30px;
	text-align: center;
}


.height_10{
	height: 10px;
}

.feed_cont{
	width: 320px;
	float: left;
}
.feeds{
	
	width: 960px;
	margin: auto auto;
	
}

.full_feeds{
	
	background: #eee;
	width: 100%;
}


.feed{

	margin: 5px;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
	color: #000;
}

.feed_info {
	text-align: center;
}

.feed_item{
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	margin: 5px;
	line-height: 13px;
	cursor: hand;
	cursor: pointer;
}

.feed_item:hover{
	background: #8cbbff;
	color: #025895;
}

.feed_photo_img{

	height: 50px;
	width: 50px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.feed_headline{

	font-weight: normal;
	font-size: 13px;
	text-align: left;
	line-height: 13px;
	padding: 5px;
	padding-top: 0px;
}

.feed_date{

	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	
}

.review_feed_item{
	font-size: 10px;
	height: 60px;
}

	

.royal_pic{
	float: right;
	margin-left: 10px;
}

#pe_div {
	width: 330px;
	float: right;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #EEE;
	color: #000;
}

login-form-label{
	color: #000;
}

.gift_right_side{
	float: right;
	width: 330px;
	margin-left: 20px;
}

.gift_help_but{
	border: 1px solid #000;
	height: 139px;
	background-image: url('../img/card_help.jpg');
	display: table-cell;
	vertical-align: bottom;
	width: 330px;
	border-radius: 5px 5px 5px 5px;
}

.gift_right_but{
background: #EEE;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 0px 0px 5px 5px;
}

.bottom_text{
	border-top: 1px solid #CCC;
	
}


.review_ratings{
	float: right;
	width: 80px;
	height: 13px;
	border: 0px solid #f00;
	text-align: right;
}

.rating_star{
	height: 13px;
	width: 13px;
}

.green_deal_but{
	margin-top: 10px;
	background: #7BBB00;
	border-radius: 0px 35px 0px 35px;
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}

.green_deal_but:hover{
	background: #08a000;
	border-radius: 35px 0px 35px 0px;
}

.green_deal_more{
	margin-top: 5px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}



.gd_arrow{
	background-image: url('../img/arrow_mask.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	height: 70px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	border-radius: 15px 15px 0px 0px;
}

.gda_1{
	background-color: #d8918e;
}
.gda_2{
	background-color: #dfb592;
}
.gda_3{
	background-color: #e5d5a9;
}
.gda_4{
	background-color: #97ddad;
}
.gda_5{
	background-color: #9ec4a6;
}

.gd_head_arrow{
padding: 10px;
font-size: 16px;
border-radius: 15px 0px 0px 15px;
background-image: url('../img/arrow_end_mask.png');
	background-repeat: no-repeat;
	background-position: right center;
	//background-size: 100%;
	width: 380px;
	padding-right: 10px;
	text-align: center;
	padding-left: 0px;

}

.gdc_header{
	background: #08A000;
	border-radius: 15px 15px 15px 15px;
	text-align: center;
	color: white;
	font-size: 16px;
	padding: 10px;
}

.gd_form{
background-color: #EEE;
border:	1px solid #7BBB00;
border-radius: 5px 5px 5px 5px;
text-align: center;
color: black;
}

.gd_question{
	background-color: #EEE;
border:	1px solid #7BBB00;
border-radius: 5px 5px 5px 5px;
text-align: center;
color: black;	
}

.gd_buts{
	width: 620px;
	margin: auto auto;
}

.gd_yes_but{
	width: 280px;
	margin: 14px;
	float: left;
	background: #08A000;
	border-radius: 10px 10px 10px 10px;
	color: white;
	cursor: hand;
	cursor: pointer;
}

.gd_no_but{
	width: 280px;
	margin: 14px;
	float: left;
	background: #b8000d;
	border-radius: 10px 10px 10px 10px;
	color: white;
	
	cursor: hand;
	cursor: pointer;
}

#gd_result{
	height: 30px;
	width: 1%;
	background-image: url('../img/gd_scale.jpg');
	border-radius: 7px 7px 7px 7px;
}

.gd_outline{
	margin-top: 20px;
	border: 2px solid #000;
	border-radius: 10px 10px 10px 10px;
}


.sim_form{
	
	width: 50%;
	float: right;
	margin-left: 20px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	height: 250px;
}

.up_extras{
	display: none;
}

#sim_upload_but{
	background: #ccc;
	width: 50%;
	text-align: center;
	margin: auto auto;
	padding: 10px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 10px 10px 10px 10px;
	font-weight: bold;
	margin-top: 50px;
}

#sim_upload_but:hover{
	border: 1px solid #000;
	background: #999;
}

#sim_arrange_but {
	background: #ccc;
	width: 50%;
	text-align: center;
	margin: auto auto;
	padding: 10px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 10px 10px 10px 10px;
	font-weight: bold;
	margin-top: 50px;
}

#sim_arrange_but:hover{
	border: 1px solid #000;
	background: #999;
}


#sim_former{
	display: none;
}




.sim_demo{
	background: #eee;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
}

.sim_demo_steps{
}
.sim_demo_head{
	text-align: center;
}
.sim_demo_step1{
	font-size: 16px;
	padding: 10px;
}

.sim_demo_step2{
	font-size: 16px;
	padding: 10px;
}

.sim_demo_step3{
	font-size: 16px;
	padding: 10px;
}
.sim_demo_selected{
	background: #ccc;
	border-radius: 5px 5px 5px 5px;
}

.sim_demo_pics{
	float: right;
	height: 373px;
	width: 500px;
	padding: 10px;
	background: #ccc;
	border-radius: 5px 5px 5px 5px;
}

.sim_demo_pic3{
	
	float: right;
	height: 373px;
	width: 500px;
	background-image: url('../simulator_pics/sim1_3.jpg');
}
.sim_demo_pic2{
	display: none;
	height: 373px;
	width: 500px;
	background-image: url('../simulator_pics/sim1_2.jpg');
}
.sim_demo_pic1{
display: none;
	height: 373px;
	width: 500px;
	background-image: url('../simulator_pics/sim1_1.jpg');
}

#up_form{
	text-align: center;
	display: none;
	padding: 10px;
	
}

#up_perc{
	height: 20px;
	background: #08A000;
	width: 0%;
}

#up_result{
	height: 200px;
	background-position: center center;
	background-repeat: none;
	background-size: 100% 100%;
	border: 1px solid #000;
	margin-top: 10px;
	display: none;
}

#sim_up_next {
	display: none;
	text-align: right;
	padding: 10px;
}

#sim_up_done {
	background: #ccc;
	text-align: center;
	float: right;
	padding: 10px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 10px 10px 10px 10px;
	font-weight: bold;
	width: 150px;
}

#sim_up_done:hover{
	border: 1px solid #000;
	background: #999;
}

.veka_nav{
	display: none;
	background: #0064B1;
	color: white;
	
}

#veka_link{
	background: #0064B1;
	padding: 5px;
}
#veka_link:hover{
	background: white;
	color: #0064B1;
}

.veka_link{
	color: white;
	padding-right: 15px;
}
.veka_link:hover{
	color: #eee;
}

.veka_link:visited{
	color: #eee;
}

.veka_nav_cont{
	width: 430px;
	margin: auto auto;
	padding: 5px;
	padding-left: 400px;
}

.about_veka{
	background-image: url('/img/veka_bg.jpg');
	background-repeat: no-repeat;
	padding-left: 450px;
	font-size: 14px;
	
}

.about_steve{
	font-size: 14px;
}
.charter > li{
	padding-bottom: 20px;
}

.charter_nav{
	float: right;
	width: 200px;
	margin-left: 10px;
	background: #EEE;
}

.veka_charter_link{
	text-align: center;
	border-bottom: 1px solid #0064B1;
	padding: 5px;
	font-size: 12px;
	color: black;
}

.veka_charter_link:hover{
	background: #ccc;

}

.charter_nav_head{
	background: #0064B1;
	text-align: center;
	color: white;
	padding: 5px;
}

.special_offer_left{
	background: #8F0200;
	text-align: center;
	padding: 10px;
	color: white;
	font-size: 16px;
	border: 1px solid #000;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.extra_logos{
	background: #fff;
}

.extra_logo{
	max-width: 100px;
	
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-device-width: 480px), 
       only screen and (-webkit-min-device-pixel-ratio: 2) {
    /* iPhone CSS rules here */
    
    .full_feeds{
	width: 960px;
}

.true_footer{

	width: 960px;
}

.nav_bar {
	width: 960px;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */

.full_feeds{
	width: 960px;
}

.true_footer{

	width: 960px;
}

.nav_bar {
	width: 960px;
}


}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* 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; *line-height: 0; }
.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, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}


.sidemenu_item {
	    background: #F0F0F3;
    color: #004C97 !important;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 100;
	    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
	
	}
	
	.bigpic{
		max-width: 100%;
	}
.reading_text h1{
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	color: #0064B1;
}
.span9{
	width: 75%;
	box-sizing: border-box;
	float: left;
}
.span3{
	width: 25%;
	padding-left: 10px;
	box-sizing: border-box;
	float: left;
}
