@charset "utf-8";
/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
Template: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

.wrapper {

		width: 960px;
		width: 68.571428571rem;
margin:auto;
}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #FFF;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 0;
}
.widget-area {
/*	margin: 24px 0 0; */
/*	margin: 1.714285714rem 0 0; */
margin: 4px 0 0; 
margin: 0.3rem 0 0; 
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	text-align: center;
	background-color: #000;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #fff;
}
.main-navigation a:hover {
	color: #f23;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
/*	margin-bottom: 24px; */
/*	margin-bottom: 1.714285714rem; */
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
width: 100%;
background-color: #FFF;
max-width: 100%;color: #444;
}
footer[role="contentinfo"] a {
	color: #444; text-decoration:none;font-size: 1.2em;
}
footer[role="contentinfo"] a:hover {
	color: #000;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}


.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.314285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
font-size: 1.2em !important;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 72px;
	margin-bottom: 10px;
	padding-bottom: 24px;
	padding-bottom: 10px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;margin-top: 20px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


#st-header-right img{
max-width:250px;

}

#st-header-left img{
max-width:100%;

}

#st-header-right {
text-align:center;

}

#st-banner1 img {
max-width:100%;

}

#st-header-right img{
padding:0;

}




/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}



	.wrapper {

		width: 960px;
		width: 68.571428571rem;
margin:auto;
}
.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: right;
		width: 75%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 20%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: centre;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
font-size:1em; font-weight:bold;
	}
.menu-topmenu-container	.menu-item-has-children a::after { 
	    color: #fff;
    content: '\a0 \a0 \25BC';
    font-size: 10px;
    vertical-align: 1px;}

.menu-topmenu-container	.menu-item-has-children a.submenuopen::after { 
	    color: #fff;
    content: '\a0 \a0 \25B2';
    font-size: 10px;
    vertical-align: 1px;}

.menu-topmenu-container .menu-item-has-children	.sub-menu a::after { 
	    color: #ccc;
    content: '';
    font-size: 10px;
    vertical-align: 1px;}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #09c;
	}
	.main-navigation li {
		margin: 0 30px 0 0;
		margin: 0 2rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #000;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		white-space: normal;
text-transform:none;text-align: left;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		font-weight: bold;
	}
		#widget-footer .current-menu-item > a,
	#widget-footer  .current-menu-ancestor > a,
	#widget-footer  .current_page_item > a,
	#widget-footer  .current_page_ancestor > a {
		color: #30ABE7;
		font-weight: bold;
	}
	#widget-footer a:hover {
		color: #000;
		font-weight: bold;
	}
	
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;max-width: 500px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}

#st-header-right {
text-align:left;

}
#st-header-right img{
padding:0;

}



	body {
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;min-width: 0;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
.wrapper {
    width: 90%;
    margin: auto;
    max-width: 1220px;
}
#mytopmenuouter {background-color: #000;  /* =Printposition: fixed;
    width: 100%;z-index: 999999999999;top: 0;----------------------------------------------- */
}


#st-header {

}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}



/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}



#st-header {margin-bottom:30px; height:150px;
background-image:url('');
}
#st-header2 {margin-bottom:10px; 
background-image:url(''); margin-top:65px;
}
#st-header-left {
width:40%;
float:left;
}

#st-header-right{
width:60%;
float:left;margin-bottom:30px; text-align:right;margin-top:45px;

}
#st-header-right img{
max-width:250px; padding-right:50px;

}
#st-header-left img{
padding-top:5px;
padding-left: 0px;

}
#st-footer {
max-width: 68.5714rem;
margin: auto;
clear:both;
}
#st-footer-left {
width:50%;
float:left;
}

st-footer-right{
width:50%;
float:left; 

}
#shortcode-buttons ul li a {

}
#shortcode-buttons{}
#shortcode-buttons ul, #shortcode-buttons ul li {margin: 0; padding: 0; border: none; list-style: none; text-align:center; }
#shortcode-buttons ul a, #shortcode-buttons ul li ul a {border-top: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf; padding: 10px 15px; background: #0298e1; /* Old browsers */
background: -moz-linear-gradient(top,  #0298e1 0%, #30abe7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0298e1), color-stop(100%,#30abe7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0298e1 0%,#30abe7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298e1', endColorstr='#30abe7',GradientType=0 ); /* IE6-9 */ font-weight: bold; min-width:190px; text-decoration:none; display: block; color: #fff; border-bottom: 1px solid #cfcfcf; font-size:70%; float:left; margin:5px;}
#shortcode-buttons ul ul a {padding: 5px 5px 5px 10px; background: #fff; font-weight: normal; text-transform: capitalize;}
#shortcode-buttons ul a.shortcode-buttons {padding: 5px 7px; background: #efefef url(/skins/images/bg_cleaned.png) repeat-x top center; font-weight: bold; text-transform: uppercase;}
#shortcode-buttons ul a.shortcode-buttons:hover {background: #fff url(/skins/images/bg_cleaned_on.png) repeat-x top center;}
#shortcode-buttons ul a:hover {background: url(/skins/images/bg_cleaned_on.png); color: #fff;}


#shortcode-buttons-long{}
#shortcode-buttons-long ul, #shortcode-buttons-long ul li {margin: 0; padding: 0; border: none; list-style: none; text-align:center; }
#shortcode-buttons-long ul a, #shortcode-buttons-long ul li ul a  {border-top: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf; padding: 10px 15px; background: #0298e1; /* Old browsers */
background: -moz-linear-gradient(top,  #0298e1 0%, #30abe7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0298e1), color-stop(100%,#30abe7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0298e1 0%,#30abe7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298e1', endColorstr='#30abe7',GradientType=0 ); /* IE6-9 */ font-weight: bold; min-width:260px; text-decoration:none; display: block; color: #fff; border-bottom: 1px solid #cfcfcf; font-size:70%; float:left; margin:5px;}
#shortcode-buttons-long ul ul a {padding: 5px 5px 5px 10px; background: #fff; font-weight: normal; text-transform: capitalize;}
#shortcode-buttons-long ul a.shortcode-buttons-long {padding: 5px 7px; background: #efefef url(/skins/images/bg_cleaned.png) repeat-x top center; font-weight: bold; text-transform: uppercase;}
#shortcode-buttons-long ul a.shortcode-buttons-long:hover {background: #fff url(/skins/images/bg_cleaned_on.png) repeat-x top center;}
#shortcode-buttons-long ul a:hover {background: url(/skins/images/bg_cleaned_on.png); color: #fff;}


#shortcode-buttons-buy{}
#shortcode-buttons-buy ul, #shortcode-buttons-buy ul li {margin: 0; padding: 0; border: none; list-style: none; text-align:center;}
#shortcode-buttons-buy ul a {border-top: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf; padding: 10px 15px; background: #0298e1; /* Old browsers */
background: -moz-linear-gradient(top,  #0298e1 0%, #30abe7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0298e1), color-stop(100%,#30abe7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0298e1 0%,#30abe7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298e1', endColorstr='#30abe7',GradientType=0 ); /* IE6-9 */ font-weight: bold; min-width:180px; text-decoration:none; display: block; color: #fff; border-bottom: 1px solid #cfcfcf; font-size:85%; float:left; margin:5px;text-transform: capitalize;}
#shortcode-buttons-buy ul ul a {padding: 5px 5px 5px 10px; background: #fff; font-weight: normal; text-transform: capitalize;}
#shortcode-buttons-buy ul a.shortcode-buttons-buy {padding: 5px 7px; background: #efefef url(/skins/images/bg_cleaned.png) repeat-x top center; font-weight: bold; text-transform: uppercase;}
#shortcode-buttons-buy ul a.shortcode-buttons-buy:hover {background: #fff url(/skins/images/bg_cleaned_on.png) repeat-x top center;}
#shortcode-buttons-buy ul a:hover {background: url(/skins/images/bg_cleaned_on.png); color: #fff;}

#buy-links {
float:right;
margin-left:3%;
width:150px;
}
.menu-footer { text-align:right; }

.widget-title {background:#999; padding-left:10px; color:#fff; display:block; height:30px; font-size:100%;}

#belowrl {clear:both;height:30px;}

#st-banner1 {text-align:center; clear:both; padding-top:20px; }
#layerslider_1 { z-index:0;}
#slider-holder {
background-color:#333;background-image:url(/images/st1bg.jpg);padding: 20px 20px 90px 20px; clear:both;
}
#layerslider_1 h1 { font-size:1.4em;margin-bottom:1%;}
#facebook-social {
text-align:center;
margin-top:10px;
padding-top:4px;
}
#home-social { 
margin-top:-15px;text-align:right;
}
#widget-search {
float: right;
margin-top: 10px;
position: relative;margin-right: 80px;
}

#search-form button {
	    border: 0px solid #CCC;
    border-radius: 3px;
    font-family: inherit;
    padding: 0.428571rem;
	background:#000;
top: 0px;
right: 0px;
position: relative;float: right;
margin-top: -40px;

}
#search-form  {
padding: 5px;
border-radius: 5px;
box-shadow: 1px 1px 2px 2px #000;
background: rgb(243, 243, 243) none repeat scroll 0% 0%;
}
#search-form  .fa {

color: #fff  !important;
}
#search-form input {
		    border-radius: 5px;
font-family: inherit;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
width: 80%;
height: 25px;
border: 2px solid rgb(204, 204, 204);
box-shadow: 1px 1px 0px 0px #000;
padding: 6px;font-size: 16px;
	}



#kittycatfish_ad_content div.fb-social-plugin {
display:none;
}

#kittycatfish_ad_content #close {
color:#fff;
margin: 10px;
font-weight: bold;
border: 1px dotted #999;
padding: 0px 2px 1px 2px;
right:0px;
}

#kittycatfish {
    margin-left: 33%;
}
.wdsi-slide-wrap  {
width:100% !important;
}
.wdsi-slide-minimal .wdsi-slide-close {
    position: relative !important;
    top: none !important;
margin:	auto;
    width: 459px;
top: 40px;
left: 405px;
}
.wdsi-slide-minimal .wdsi-slide-wrap {
    background: none repeat scroll 0% 0% transparent !important;
    border-top: none  !important;
    box-shadow: none  !important;
    color: rgb(0, 0, 0);
    position: relative;
}
.wdsi-slide-minimal .wdsi-slide-content {
    border: none  !important;
}
.wdsi-slide-content .wdsi-slide-italic {
    display: none;
}
.wdsi-slide-content {
    padding: 0px !important;
}
.wdsi-slide-minimal .wdsi-slide-share {
    border:none !important; 
}
.wdsi-slide-minimal .wdsi-slide-control {
    border-width: 0px 0px !important; 
}
.wdsi-slide-close a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 0px 4px 4px 4px !important;
    height: 29px;
    background: #000;
width: 13px;
color: #fff;
border-radius: 10px;
margin-left: 15px;
overflow: hidden;
}

#wdsi-slide_in img.aligncenter {
    margin-top: 0 !important; 
}


.wdsi-slide-minimal .wdsi-slide-share {
    DISPLAY: NONE;
}

.wdsi-slide-wrap  {
width:100% !important;
}
.wdsi-slide-minimal .wdsi-slide-close {
    position: relative !important;
    top: none !important;
margin:	auto;
    width: 459px;
top: 40px;
left: 405px;
}
.wdsi-slide-minimal .wdsi-slide-wrap {
    background: none repeat scroll 0% 0% transparent !important;
    border-top: none  !important;
    box-shadow: none  !important;
    color: rgb(0, 0, 0);
    position: relative;
}
.wdsi-slide-minimal .wdsi-slide-content {
    border: none  !important;
}
.wdsi-slide-content .wdsi-slide-italic {
    display: none;
}
.wdsi-slide-content {
    padding: 0px !important;
}
.wdsi-slide-minimal .wdsi-slide-share {
    border:none !important; 
}
.wdsi-slide-minimal .wdsi-slide-control {
    border-width: 0px 0px !important; 
}
.wdsi-slide-close a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 0px 4px 4px 4px !important;
    height: 29px;
    background: #000;
width: 13px;
color: #fff;
border-radius: 10px;
margin-left: 15px;
overflow: hidden;
}

#wdsi-slide_in img.aligncenter {
    margin-top: 0 !important; 
}


.wdsi-slide-minimal .wdsi-slide-share {
    DISPLAY: NONE;
}

.wdsi-slide-active.wdsi-slide-left {
margin-left: 30%;
margin-left: calc(50% - 230px);
margin-left: -moz-calc(50% - 230px);

}
.wdsi-slide {
    width: 459px !important;
}
.wdsi-slide-left {
    top: 40%;
}

li#menu-item-5393 ul li, li#menu-item-4321 ul li {
    float: left;
    width: 170px;
    border-right: solid 3px #000;
}

li#menu-item-5393 ul, li#menu-item-4321 ul {
    width: 402px;
    background-color: #000;
}

.attachment-post-thumbnail {
display:none;
}




#mob-footer a {
display: none;
}







/* Mobile devices TO KILL SLIDE IN ON MOBILE */
@media (max-width: 459px) {

#mob-footers a {
min-height: 50px;
background-color: #000;
width: 100%;
display: block;
text-align: center;
color: rgb(255, 255, 255);
text-decoration: none;
font-size: 2.5em;
padding: 20px 0px;
text-transform: uppercase;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
bottom: 0px;
margin-top: 60px;
position: fixed;
}

#st-footer-copys {
margin-bottom: 100px;
}

#wdsi-slide_in	{
display:none;
}
}

/* Mobile devices */
@media (max-width: 359px) {

.wdsi-slide-wrap  {
width:100% !important;
}
.wdsi-slide-minimal .wdsi-slide-close {
    position: relative !important;
    top: none !important;
margin:	auto;
    width: 309px;
top: 40px;
left: 255px;
}
.wdsi-slide-minimal .wdsi-slide-wrap {
    background: none repeat scroll 0% 0% transparent !important;
    border-top: none  !important;
    box-shadow: none  !important;
    color: rgb(0, 0, 0);
    position: relative;
}
.wdsi-slide-minimal .wdsi-slide-content {
    border: none  !important;
}
.wdsi-slide-content .wdsi-slide-italic {
    display: none;
}
.wdsi-slide-content {
    padding: 0px !important;
}
.wdsi-slide-minimal .wdsi-slide-share {
    border:none !important; 
}
.wdsi-slide-minimal .wdsi-slide-control {
    border-width: 0px 0px !important; 
}
.wdsi-slide-close a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 0px 4px 4px 4px !important;
    height: 29px;
    background: #000;
width: 13px;
color: #fff;
border-radius: 10px;
margin-left: 15px;
overflow: hidden;
}

#wdsi-slide_in img.aligncenter {
    margin-top: 0 !important; 
}


.wdsi-slide-minimal .wdsi-slide-share {
    DISPLAY: NONE;
}

.wdsi-slide-wrap  {
width:100% !important;
}
.wdsi-slide-minimal .wdsi-slide-close {
    position: relative !important;
    top: none !important;
margin:	auto;
    width: 309px;
top: 40px;
left: 255px;
}
.wdsi-slide-minimal .wdsi-slide-wrap {
    background: none repeat scroll 0% 0% transparent !important;
    border-top: none  !important;
    box-shadow: none  !important;
    color: rgb(0, 0, 0);
    position: relative;
}
.wdsi-slide-minimal .wdsi-slide-content {
    border: none  !important;
}
.wdsi-slide-content .wdsi-slide-italic {
    display: none;
}
.wdsi-slide-content {
    padding: 0px !important;
}
.wdsi-slide-minimal .wdsi-slide-share {
    border:none !important; 
}
.wdsi-slide-minimal .wdsi-slide-control {
    border-width: 0px 0px !important; 
}
.wdsi-slide-close a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 0px 4px 4px 4px !important;
    height: 29px;
    background: #000;
width: 13px;
color: #fff;
border-radius: 10px;
margin-left: 15px;
overflow: hidden;
}

#wdsi-slide_in img.aligncenter {
    margin-top: 0 !important; max-width:300px;
}


.wdsi-slide-minimal .wdsi-slide-share {
    DISPLAY: NONE;
}

.wdsi-slide-active.wdsi-slide-left {
margin-left: 30%;
margin-left: calc(50% - 150px);
margin-left: -moz-calc(50% - 150px);

}
.wdsi-slide {
    width: 300px !important;
}
.wdsi-slide-left {
    top: 40%;
}	
	
	
	
}
.blog .fb-social-plugin {
display:none !important;
}

.one_half {
padding: 0 1%; width:48%;
}
.one_third {
padding: 0 1%; width:31%;
}
.three_fourth {
padding: 0px 1% 0px 0px;
width: 74%;
}
.one_fourth_last {
padding: 0px 0px 0px 1%;  width:24%;
}
.entry-content h4 {
	margin: 5px 0 !important;
	margin: 0.35714286rem 0 !important;
}
#hp-forum-block {
border: 0px #ccc solid; clear: both;
}
.hpfblink {
margin:0px 0px 10px 10px;
}
#hp-forum-block h3 {
margin:0px !important;
}
#hp-forum-block ul {
line-height:1.2em;
font-size:95%;
font-weight:bold;
list-style-type:none;margin:0px !important;
}
#hp-forum-block li {
line-height:1em;
margin: 10px 10px 0px 10px;
}
#hp-forum-block ul a {
font-size:105%; margin-bottom:5px;
}
#hp-steroid-profiles div.srp-widget-container div.srp-widget-singlepost {
border-bottom: 0px solid rgb(204, 204, 204); margin:0 !important; padding-right:10px;
}
#hp-steroid-profiles div.srp-widget-container div.srp-content-box {
    display: block !important;
}
#hp-steroid-profiles h6 {
margin:0px !important;
}
#hp-latest-news div.srp-widget-container h4.srp-post-title {
    min-height: 100px;
}
#hp-latest-news div.srp-widget-container p.srp-widget-excerpt {
    margin: 0px 0px 0px -100px !important;
}
#hp-feature-article h3 {margin: 0px 0px 20px 0px;
}
#xhp-feature-article img {
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2) !important;

}
#xhp-feature-article {
background-color:#dff2f9; padding:10px;
}
#hp-feature-article .srp-post-title {
margin:0px !important;
}
#homepage-steroid-pictures img {
max-width: 130px;
margin: 6px;
}
#hp-steroid-pics-captions a {
display:inline-block;
width:130px;
text-align:center;
margin:4px;
}
.widget-title {
background: #0298e1; /* Old browsers */
background: -moz-linear-gradient(top,  #0298e1 0%, #30abe7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0298e1), color-stop(100%,#30abe7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0298e1 0%,#30abe7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298e1', endColorstr='#30abe7',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.related-items h3 {display:none;}

.related-items h4 {display:none;}

.related-items ul:before {
    content: "Related Pages";
    display: block;
font-size:16px;
font-weight:bold;
text-align:left;
   }

.fb-like-box {
    background-color: #fff;
    margin: auto;
    width: 290px;;
}

#hp-facebook-box {
    padding: 10px;
max-height: 600px;

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


}
#hp-facebook-box iframe {
	background-color: #fff;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;width: 100%;
height:450px !important;
}
#hp-twitter-box iframe {

width: 100% !important;
height:450px !important;
}
#hp-twitter-box {
padding: 10px;
max-height: 450px;
background: #0298e1; /* Old browsers */
background: -moz-linear-gradient(top,  #0298e1 0%, #30abe7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0298e1), color-stop(100%,#30abe7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0298e1 0%,#30abe7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0298e1 0%,#30abe7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298e1', endColorstr='#30abe7',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}


#hp-latest-news div.srp-widget-container p.srp-widget-excerpt {
    position: relative;
    margin: 0px 0px 0px -115px !important;
    top: 30px;
    clear: both;
}

#hp-latest-news div.srp-widget-container div.srp-content-box {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

#hp-latest-news div.srp-widget-container div.srp-widget-singlepost {
    padding: 0px 0px 40px;
    margin: 0px 0px 10px;
    border-bottom: 0px solid rgb(204, 204, 204);
    clear: none; float:left; width:31%;
    min-height: 250px;padding: 1%;
}

#hp-latest-news div.srp-widget-container h4.srp-post-title {
    min-height: 50px;line-height: 1.2em;
}

#hp-latest-news div.srp-widget-container p.srp-widget-date {
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
}
#hp-latest-news div.srp-widget-container p.srp-widget-author {
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #678;
}
.site-content {
    float: right;
    width: 76%;margin-left:1%;
}
.home .site-content {
    float: right;
    width: 100%;margin-left:0%;
}
.home .entry-header .entry-title {
margin-top: -170px; display:none;
}
#hp-introtext {
background-color: #21A4E5;
color: #FFF;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding: 20px;margin-top: -120px;
}#hp-introtext h2, #hp-introtext h3 {
margin:0;
}#hp-introtext a {color:#fff; font-weight:bold;
}
#hp-introtext p {
    margin: 0px 0px 0rem;
}
#shortcode-buttons, #shortcode-buttons-long {
    padding-left: 0px;    font-size: 1.3em;
    position: relative; top:-20px;padding-right: 20px;left: -5px;
}


#dc_jqaccordion_widget-3-item ul a.dcjq-parent, #dc_jqaccordion_widget-3-item ul a,
#dc_jqaccordion_widget-4-item ul a.dcjq-parent, #dc_jqaccordion_widget-4-item ul a,
#dc_jqaccordion_widget-5-item ul a.dcjq-parent, #dc_jqaccordion_widget-5-item ul a  {
background: url("skins/images/bg_clean.png") repeat-x scroll center top rgb(255, 255, 255) !important;

}
#dc_jqaccordion_widget-3-item ul a.dcjq-parent:hover, #dc_jqaccordion_widget-3-item ul a:hover,
#dc_jqaccordion_widget-4-item ul a.dcjq-parent:hover, #dc_jqaccordion_widget-4-item ul a:hover,
#dc_jqaccordion_widget-5-item ul a.dcjq-parent:hover, #dc_jqaccordion_widget-5-item ul a:hover  {
    background: none !important; background-color: #ededed !important; 
}
.sterclear {
clear:both;
}
.side-forum-banner {
display:none;
}

#st-banner1b img {
}

#st-banner1b {
display:block;
position: relative;
float: left;
height: 100px;
width:60%;text-align: center; padding-top:30px;
}
#wpadminbar {
    z-index: 9999999999999;
}

.framed-content #wdsi-slide_in, .framed-content .fb-social-plugin	{
display:none;
}
.framed-content .srp-post-title { max-width: 50px; }

#widget-footer .widget {
float: left;
width: 23%;
padding: 1%;
}

#widget-footer {
max-width: 1220px;
margin: auto;
}
#widget-footer .widget-title {
background:none;
color:#000;
padding-left:0;
}
#widget-footer img {
box-shadow: none;
}

.dotted-top {
background: url('/images/footer_dots.png') repeat-x scroll center top transparent;
}
.sm-text {
position: absolute;
}
.framed-content .attachment-post-thumbnail {
display:block; max-width:100px;
}
.framed-content .fc-steroid-profiles ul li {
width:31%; padding: 1%;display: inline-block; vertical-align: text-top;
}
.framed-content .fc-steroid-pictures ul li {
width:16%; padding: 0%;display: inline-block;vertical-align: text-top;text-align: center;
}
.framed-content .fc-steroid-pictures img {
	margin:auto;
}


.framed-content .fc-steroid-profiles a, .framed-content .fc-steroid-pictures a {
font-weight:bold;
}
.fc-thumb {
min-height:100px;padding-bottom: 5px;
}
.fc-steroid-profiles .fc-thumb {
	min-height: 100px;
padding-bottom: 5px;
text-align: center;
background-color: #000;
width: 100px;
float: left;
margin-right: 10px;
}
.framed-content .fc-steroid-pictures img {
height:100px; width:100px; margin-bottom:5px;
}
.fc-fctitle {
margin-bottom:5px;
}
.entry-content iframe {
    margin-bottom: 0;
}
.socialize-in-content {
    width: 250px;
margin-top: -80px;
float:right;position: relative;
}

#hp-steroid-profiles iframe {
	height:300px;
}
.fcspiframe {
height:160px;
}

#slider-holder-inner {
	max-width:1000px;
}



/*------------------------------------*\
	NAV
\*------------------------------------*/
#profnav{
	list-style:none;
	font-weight:bold;
	margin-bottom:0px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#profnav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#profnav a{
	display:block;
	padding:5px;
	text-decoration:none;
}
#profnav a:hover{
}

/*--- DROPDOWN ---*/
#profnav ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	top:70px;
  display:none;
}
#profnav2 {
	top:37px !important;position: absolute;
}
#profnav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#profnav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
margin-bottom: 0 !important;margin-top: 0 !important;}

#profnav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:underline;
}
#profnav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#profnav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}
#profnav li:hover ul { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	display:block;
}
#profnav li ul li ul{ 
display:block;
}

.noarrow a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 12px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 20px;
		vertical-align: text-bottom;
	}











@media screen and (min-width: 1150px) {
.side-forum-banner {
    display: block;
    position: fixed;
    right: 0px;
    top: 215px;
    z-index: 9999999;
}
}



.layout-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 3em;
	text-align:center;
}






.hp-feature-box {
    width: 48%;
    position: relative;
    min-height: 1px;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 1.9em;
	float:left;
}




.hp-feature-box a {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    background: none repeat scroll 0% 0% #FFF;
    display: block;
    text-align: center;
    color: #333;
    text-transform: lowercase;
    text-decoration: none;
	padding-bottom:15px;
}



.hp-feature-box a h3 {
    margin: 0px;
    padding-top: 0.3em;
	font-size: 3em;
	text-transform:capitalize;
}


.hp-feature-box a img {
    margin-bottom: 1.3em;
}

.hp-feature-box a .btn {
    font-size: 1.5em;
    margin-bottom: 1em;
}


.ster-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-user-select: none;
    color: #FFF;
    background-color: #0298E1;
    border: 0px none;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.04em;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;text-transform: none;background: linear-gradient(to bottom, #0298E1 0%, #30ABE7 100%) repeat scroll 0% 0% transparent;min-height: 130px;
}

a:hover .nuts-button, a:focus .nuts-button, a:active .nuts-button {
    background-color: #314901;
}
.ster-button-bottom {
background-color: #30ABE7;
color: #FFF;
padding: 0px 15px 5px;
font-size: 1.3em;
margin-top: -5px;
position: relative;
top: -4px;-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
font-weight:bold;
float:right;
text-transform:uppercase;
}

.hp-feature-box a:hover {
	transform:scale(1.01)
}

#st-banner1b img, #st-header-left img {
	max-width:100%;
}

#mytopmenu {
	min-width:0px;width: 98% !important;
}

#primary {
	max-width: 920px;
margin: auto;
float: none;
}




@media (max-width: 1340px) {
#site-navigation #widget-search {
	display:none;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    text-align: center;
}
}

@media (max-width: 1220px) {
#st-banner1b img, #st-header-left img {
	max-width:90%;
}
#facebook-social {
	margin-top:20px;
}
#hp-latest-news div.srp-widget-container div.srp-widget-singlepost {
    min-height: 330px;
}
}
@media (max-width: 1024px), (orientation: portrait) {
.entry-content #search-form button {
margin-top: 0;
}
#st-header2 {

    margin-top: 90px;
}
li#menu-item-5393 ul, li#menu-item-4321 ul {

    margin-left: -200px;
}
li#menu-item-5394 ul {

    margin-left: -100px;
}

#st-banner1b  {
    width: 100%;
    float: none;
	text-align:center;
}
#st-header-left {
    width: 100%;
    float: none;
	text-align:center;
}
.one_fourth {
    width: 100%;
    clear: both;
}
.three_fourth {
    width: 100%;
    clear: both;
}
#hp-facebook-box {
    max-width: 450px;;
}
#hp-twitter-box {
    max-width: 450px;;
}
#hp-latest-news div.srp-widget-container div.srp-widget-singlepost {
    min-height: 300px;
}
.hp-feature-box a h3 {
	font-size:1.5em
}
.ster-button {
    font-size: 1em;
}
#hp-steroid-profiles iframe {
	height:380px;
}
.fcspiframe {
height:230px;
}
}
@media (max-width: 555px) {
.entry-content #search-form button {
margin-top: -40px;
}
}
@media (max-width: 1024px), (orientation: portrait) {
	
#hp-steroid-profiles iframe {
	height:550px;
}
.fcspiframe {
height:230px;
}	#hp-latest-news div.srp-widget-container div.srp-widget-singlepost {
    min-height: 400px;
}
}

@media (max-width: 720px) {
.fcspiframe {
height:320px;
}	.framed-content .fc-steroid-pictures ul li {
	margin-top:20px;
}
}

@media (max-width: 640px) {
#st-header2 {

    margin-top: 150px;
}
#hp-latest-news div.srp-widget-container div.srp-widget-singlepost {

    width: 48%;
}
.framed-content .fc-steroid-profiles ul li {
    width: 48%;
}
.framed-content .fc-steroid-pictures ul li {
    width: 32%;
}.fcspiframe {
height:350px;
}	
#hp-facebook-box {
}
#hp-twitter-box {
    margin-top: 20px;
}
#hp-latest-news div.srp-widget-container div.srp-widget-singlepost {
    min-height: 300px;
}#hp-twitter-box {
    float: none;
}
.one_half {
    padding: 0px 1%;
    width: 98%;
}#hp-steroid-profiles iframe {
    height: 520px;
}
.hp-feature-box a h3 {
	font-size:1.2em
}
#slider-holder {
display:none;
}

#hp-introtext {
    margin-top: 0px;
}
#shortcode-buttons, #shortcode-buttons-long {

    top: 0;
	}
}

@media (max-width: 420px) {
#hp-latest-news div.srp-widget-container div.srp-widget-singlepost {

    width: 98%;
}
.hp-feature-box {
	    width: 98%;
	
}
#hp-steroid-profiles iframe {
	height:720px;
}.hp-feature-box a h3 {
	font-size:1.5em
}


}

@media (max-width: 1340px) {


}

@media (max-width: 1340px) {


}

@media (max-width: 1340px) {


}



/* From CSS3 Transitions Plugin.
		target several selectors which are most likely to have 
		hover states defined in the theme
	 */
		a, li {
			/* Unfortunately, it doesn't seem posible to do exclude background-position from all, so just don't use any sprites */
			/*  transition: all .18s cubic-bezier(0.64,0.20,0.02,0.35);
			-webkit-transition: all .18s cubic-bezier(0.64,0.20,0.02,0.35); */
		}
		img {
			/*  transition: all .3s cubic-bezier(0.64,0.20,0.02,0.35);
			-webkit-transition: all .3s cubic-bezier(0.64,0.20,0.02,0.35); */
		}
		input, textarea, button, label, option, select, .button, .hndle {
			/* transition: all .25s cubic-bezier(0.64,0.20,0.02,0.35);
			-webkit-transition: all .25s cubic-bezier(0.64,0.20,0.02,0.35); */
		}
		
		/* transitions mess all of these up in the WordPress Core */
		#wpwrap #nav-menus-frame #menu-management-liquid li, 
		.wp-picker-holder a {
			transition: none;
			-webkit-transition: none;
		}





.smooth_slider {
    padding: 0px !important;
}
.smooth_slider  img {   
 height: 361px; max-height:271px !important;
    width: 100%;height: auto;
}
.smooth_slider h2, .smooth_slider span  {
    position: absolute;
    top: 0px; display: block !important;padding: 20px;
}
.smooth_slider h2 {
left: 34%;
height: 100%;
background: none repeat scroll 0% 0% #000;
width: 66.2%;
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
filter:alpha(opacity=60);
}
.smooth_slider h2 a {
padding: 20px;font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.smooth_slider span, .smooth_slider a  {
left: 34%; display: block;
}
.smooth_slider span  {
top: 75px;font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
}
.smooth_slider p.smooth_more {
    position: absolute;
    bottom: 40px;
    right: 20px; color:#0298E1 !important;
}
#slider-holder-inner {
    max-width: 920px;
}
.smooth_slider p.smooth_more a {
font-family: "Open Sans",Helvetica,Arial,sans-serif;font-weight:bold; font-size:1.2em;
}
.smooth_slider .smooth_prev, .smooth_slider .smooth_next{
    top: 130px !important;
}
.smooth_slider .smooth_next {
width: 36px !important;
height: 36px !important;
background: url('/images/arrow-next.png') no-repeat scroll 0px 0px transparent !important;
}
.smooth_slider .smooth_prev {
width: 36px !important;
height: 36px !important;
background: url('/images/arrow-prev.png') no-repeat scroll 0px 0px transparent !important;
}
.extra-buttons {
position: relative;
max-width: 1000px;
margin: auto;
}

#slider-holder {
    padding: 20px 20px 20px;
}

#hp-introtext {
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    padding: 20px;
    margin-top: -20px;
}
#hp-introtext a {
    color: #000;
}

.home .site-content article {
    margin-top: 0px !important;
}

#slider-holder {

    margin-bottom: 0px !important;
}

.home .entry-header {
    margin-bottom: 0 !important;
}

.smooth_slider span {     
top: 95px !important;   
 }

@media (max-width: 1237px) {

#widget-search {
margin-right: 40px;
}
.main-navigation li a {
	font-size: .9em;
}
.main-navigation li {
    margin: 0px 1rem 0px 0px;
    position: relative;
}
}

@media (max-width: 1037px) {
#slider-holder-inner {
width:800px !important;
}
#smooth_slider_2 {
width:780px !important;
height:235px !important;
}
.extra-buttons {
    width: 900px !important;
}
.smooth_slider .smooth_prev, .smooth_slider .smooth_next {
    top: 110px !important;
}
#widget-search {
    float: none;
    margin-top: 10px;
    position: relative;
    margin-right: 0px;
    max-width: 195px;
    margin: auto;
	margin-top:25px;
}
.main-navigation li a {
	font-size: .8em;
}
.main-navigation li {
    margin: 0px 1rem 0px 0px;
    position: relative;
}
}

@media (max-width: 1024px), (orientation: portrait) {
#slider-holder-inner {
width:700px !important;
}
#smooth_slider_2 {
width:680px !important;
height:205px !important;
}
.extra-buttons {
    width: 800px !important;
}
.smooth_slider .smooth_prev, .smooth_slider .smooth_next {
    top: 95px !important;
}
.smooth_slider a {
font-size:24px !important;
}
.smooth_slider h2 a,  .smooth_slider span  {
    padding: 10px;
}
.smooth_more a {
font-size: 14px !important;
}
.smooth_slider p.smooth_more {
    bottom: 15px !important;
}
#widget-search {
    float: none;
    margin-top: 10px;
    position: relative;
    margin-right: 0px;
    max-width: 195px;
    margin: auto;
	margin-top:25px;
}
.main-navigation li a {
	font-size: .7em;
}
.main-navigation li {
    margin: 0px .9rem 0px 0px;
    position: relative;
}
li#menu-item-5393 ul, li#menu-item-4321 ul {
    margin-left: -150px;
}
}
@media (max-width: 1024px), (orientation: portrait) {
#slider-holder-inner {
width:600px !important;
}
#smooth_slider_2 {
width:580px !important;
height:175px !important;
}
.smooth_slider a {
font-size:22px !important;
}
.extra-buttons {
    width: 700px !important;
}
.smooth_slider .smooth_prev, .smooth_slider .smooth_next {
    top: 80px !important;
}
.smooth_more a {
font-size: 14px !important;
}
.smooth_slider span {
font-size:12px !important;
margin: 0px auto !important;
line-height: 16px !important;
}
.main-navigation li a {
	font-size: .65em;
}
.main-navigation li {
    margin: 0px .7rem 0px 0px;
    position: relative;
}
}

@media (max-width: 1024px), (orientation: portrait) {
#slider-holder-inner {
width:500px !important;
}
#smooth_slider_2 {
width:480px !important;
height:145px !important;
}
.extra-buttons {
    width: 600px !important;
}
.smooth_slider .smooth_prev, .smooth_slider .smooth_next {
    top: 65px !important;
}

.smooth_slider a {
font-size: 16px !important;
line-height: 20px;
}
.smooth_slider span {
    top: 65px !important;
}
.smooth_more a {
font-size: 14px !important;
}
.smooth_slider p.smooth_more {
    bottom: 5px !important;
}
}




















/* mobile menu */
@media (max-width: 1024px), (orientation: portrait) {
.menu-toggle {
    display: block;
}
.main-navigation {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    background-color: transparent;
}
.main-navigation ul {
    text-align: center;
    background-color: #000;}
	
.main-navigation li a, .main-navigation li {
    display: block;
	text-align:left;
	text-indent:10px;
}
.main-navigation ul.nav-menu {
	display:none !important;;
}
.main-navigation ul.nav-menu.toggled-on {
	display:block !important;;
}
.main-navigation li ul {
	background-color:#000;

    position: relative;
}
li#menu-item-5393 ul li, li#menu-item-4321 ul li {
    float: none;
    width: auto;
}
li#menu-item-5393 ul, li#menu-item-4321 ul {
    margin-left: 0px; width:auto; background-color:
	;
}li#menu-item-5394 ul {
    margin-left: 0px;width:auto;
}
#mytopmenuouter {

    position: relative;
}
.main-navigation li ul li a {
    background: none repeat scroll 0% 0% #000;

}
#st-header2 {
    margin-top: 48px;
}
.menu-toggle {
	cursor: pointer;
	font-size: 0;
	height: 30px;

	text-align: center;
	width: 48px;
	background:transparent;padding: 0; border:0px;

}

.menu-toggle:before {
		-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 26px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
	color: #fff;
	content: "\f419";
	margin: auto;
}

.menu-toggle:active, .menu-toggle.toggled-on {
    color: #fff;
	background:none !important;
    background-color: #000;
    background-image: none !important;
    box-shadow: none !important;
 
}
#page {

background:url(/images/mbbg.jpg) repeat-x;
}
#st-banner1b {

    height: auto;
}
#text-2 {
	display:none;
}
#nav_menu-3 {
	clear:both;
}
#widget-footer .widget {
	width:46%;
}
}




.page-id-37 #st-banner1b, .page-id-37 .side-forum-banner {
display:none;
}



.xxxhome #st-banner1b {
display:none;
}

.socialize-in-content {
    width: 300px;
}

.socialize-in-button {
    max-width: 100px;
    max-height: 60px;
    overflow: hidden;
}


#steroid-abuse h2 {
clear:none;display: inline-block;
}
.sterticker {
background: #333;
color: #ccc;
padding: 11px 0;
}
#steroid-abuse {
padding: 13px;
text-align: center;
font-size: 1.1em;
font-weight: 600;
box-shadow: 3px 3px 4px 4px #666;
margin-top: 20px;
}
#steroid-abuse-inner {
max-width: 90%;
margin: auto;
color:#000;
}
.home .one_fourth .widget_search {
margin-top:20px;
}





#mobile-search {
display:none;
}

@media (max-width: 1024px), (orientation: portrait) {
#mobile-search {
display:block;
position:absolute;
right:0;

}
#mobile-search #search-form input {
    height: 15px;
}
#mobile-search {
    margin-top: 3px;margin-right: 3px;
}

#mobile-search #search-form button {

    margin-top: -30px;
    font-size: .7em;
}

#mobile-search .fa-2x {
    font-size: 19px;
}
}

footer #search-4 {
width:100% !important;margin-top: 20px;
}
#breadcrumbs {
height: 40px;
}


#st-bannerdtp {
    display: block;
    position: relative;
    height: 100px;
    width: 60%;
    text-align: center;
    padding-top: 5px;
  
  margin: auto;

}
.home #st-bannerdtp, #st-bannerdtp {

    float: left;

}

#st-bannerdtp img {
    max-width: 100%;
}


#st-bannermob {
    display: none;
}

@media (max-width: 1024px), (orientation: portrait) {
#st-bannerdtp {
display: block;
position: relative;
float: none;
height: auto;
width: 100%;
text-align: center;
padding-top: 0;
}
}

@media (max-width: 420px) {
#st-bannerdtp {
    display: none;
}


#st-bannermob {
display: block;
position: relative;
float: none;
height: auto;
width: 100%;
text-align: center;
padding-top: 0;
}


#st-bannermob img {
    max-width: 100%;
}
}




#primary {
 max-width: 65%;
float: left; 
}
#secondary {
  min-width: 320px;
float: right !important;margin-top: 130px;
}
#hp-facebook-box, #hp-twitter-box {
  max-width:500px;margin: auto;
}

@media (max-width: 1030px) {
 #primary {
 max-width: 100%;
float: none; 
} 

  #secondary {min-width: 100%;margin-top: 30px;
          }
  
  .site-content {
    width:100%;
  }
  
footer {
    width:90% !important;
  }
  
  #widget-footer .widget {
    width: 100%;
}
  
}

#footersingleprevious {
 width: 50%;
float: left; 
}
#footersinglenext {
width: 50%;
float: right;
text-align: right;
}
.singlenavtextprev {
  display: block;
margin-bottom: 15px;
}

.singlenavtextprev::before {
    content: '\f100';
    margin-right: 5px;font-family: 'FontAwesome';
font-weight: 400;
}


.singlenavtextnext {
  display: block;
margin-bottom: 15px;
}
.singlenavtextnext::after {
    content: '\f101';
    margin-left: 5px;font-family: 'FontAwesome';
font-weight: 400;
}
.weaal {
  float: left;
clear: none;
margin-left: 10px;max-width: 200px;
}

.weaalr {
    float: right;
clear: none;
margin-right: 10px;max-width: 200px;
}

.sngppar {
float:right;
}

.sngppal {
  float:left;
}
#secondary .recent-posts-widget-with-thumbnails li {
  margin:0;
}
#secondary .recent-posts-widget-with-thumbnails a {
text-decoration: none;
}

#secondary .recent-posts-widget-with-thumbnails .rpwwt-post-title {
  line-height: 1.2em;
font-weight: bold;
margin-top: 10px;
display: block;
}

#secondary aside {
  margin-bottom: 15px;
}
#secondary #menu-popular-steroids li a {
background: #8a8989;
display: block;
margin: 3px;
padding: 3px;
text-indent: 10px;
text-decoration: none;
clear: b;
color: #fff;
font-weight: bold;
}
#secondary #menu-popular-steroids li a:hover {
background: #0298e1;
}














.sticking .logoheader, .sticking #mytopmenu {
	display:inline-block;
	
	
}
.sticking .logoheader img {
	max-width:150px;
	
	
	
}

.sticking #mytopmenu {
	width:auto !important;
	
	
}

#mytopmenuouter {
max-width: 1220px;
margin:auto;
}

#mytopmenuouterouter {
	background:#000;
	
}
#mytopmenuouter.sticking {
	font-size: .9em;
max-width: 3220px;
}
.logged-in #mytopmenuouter.sticking {
margin-top: 30px;
}
.mytopmenuinnerin {
	text-align:center;
}
.not-sticking .widget_search  {
display: inline-block;
max-width: 450px;
width: 450px;
margin-top: 40px;
float: right;
margin-right: 30px;
	
}
.sticking .widget_search  {
	display:none;
	
}
.not-sticking .logoheader {
	float:left;
	
}.not-sticking .logoheader img {
	max-width: 500px;
	
}
.sticking .logoheader {
	float:none;vertical-align: middle;
margin-right: 20px;
	
}

#mytopmenuouter #search-form input {
    width: 380px;
}

#mytopmenuouter #search-form button {
    margin-top: 0px;
}
#mytopmenuouter #search-form div {
	display:block;
}
#mytopmenuouter #search-form button {

    display: table-cell;
    vertical-align: middle;float: right;right: 5px;
position: relative;
}

#st-header2 {

    margin-top: 0;
}
.smooth_slider {
  z-index:0;
}





@media (max-width: 1024px), (orientation: portrait) {

.not-sticking .logoheader img {
    max-width: 95%;
    margin-top: 20px;
}
#mytopmenuouter.sticking {
    min-height: 50px;
    padding-top: 10px;
}
.not-sticking .logoheader {
    float: none;
}
.not-sticking .widget_search {
    display: block;   
    float: none;
    margin: auto;
    margin-bottom: 20px;
	max-width:280px;
}#mytopmenuouter #search-form input {
    width: 200px;
}
#st-header-left {
margin-top: 20px;
}
#site-navigation {
  z-index:9;
}
}










#mytopmenuouter .main-navigation #search-form input {
width: 30px;height: 30px;
position: absolute;
right: 0;
background: url(/images/search-icona.png) no-repeat left;
background-color: #000;
background-size: contain;top: 0px;border: 0;    cursor: pointer;color: transparent;
}
#mytopmenuouter .main-navigation #search-form input:focus {
    background: url(/images/search-ico.png) no-repeat left;
	background:#fff;
    color: #6a6f75;
    width: 420px;    
    margin:3px 12px;
    outline: none;position: absolute;top: 36px;border: 10px solid #0298e1;    cursor: text;z-index: 999999999;color: #000;
}

#mytopmenuouter .main-navigation #search-form button {
	display:none;
}
#mytopmenuouter .main-navigation .menu-item-search {
	width: 30px;
height: 30px;
margin: 0;
}

#mytopmenuouter .main-navigation .menu-item-search .search {
padding: 0;
margin: 0;
width: 30px;
height: 30px;
}
#mytopmenuouter .main-navigation .menu-item-search #search-form {
    padding: 0;
	background: url(/images/search-icona.png) no-repeat left !important;
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain !important;
}


#mytopmenuouter.not-sticking .main-navigation .menu-item-search {
	display:none;
}

.menu-item-search .search {
  top:10px;
  position:relative;
}
.menu-item-search #search-form input {
  padding:0px !important;
}
.menu-item-search #search-form input:focus {
  padding:5px !important;
}
@media (max-width: 1420px) {


.main-navigation li {

    margin: 0 1.5rem 0 0 !important;
}

.main-navigation #menu-item-2686 {
	display:none;
}
}


@media (max-width: 1024px), (orientation: portrait) {
	#mytopmenuouter .main-navigation .menu-item-search {
		display: block;
height: 50px;
padding-left: 10px;
	}
	
	.main-navigation li a {
    font-size: 1em !important;
}

.main-navigation #menu-item-2686 {
	display:block;
}
  #mytopmenuouter {
	
}
  #mytopmenuouter .main-navigation #search-form input:focus {

    width: 320px;    
}
  
#mytopmenuouter {
  }
  #mobile-search {
    display:none;
  }
}


#newprofnav  {
position: absolute;
}


#newprofnav ul {
  display:none;
}
#newprofnav ul ul {
  display:block;
}
#newprofnav li:hover ul {
  display:block;
}

#newprofnav li {
  float:left;
}
#newprofnav ul ul li {
  float:left;    width: 100%;
}
#newprofnav ul ul li a {
  margin:0;
}
#newprofnav li a {
  margin:0;
}
.entry-title {
  margin-top:50px;
}
.noarrowb:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 12px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 20px;
		vertical-align: text-bottom;
	}


.entry-content #search-form button {
  margin:0;
}

.sticking .main-navigation #menu-item-2686 {
    display: none;
}

footer .widget_search .search {  max-width: 300px; }

footer #search-form input {
  width: 76%;
}
footer #search-form button {

    margin-top: 0;
}

 /* The animation code */
@keyframes example {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes example {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#mytopmenuouter .main-navigation #search-form button {
    display: none;
  position: absolute;
    top: 47px;
    z-index: 99999999999999999999;
    margin: 3px 18px;
}

#mytopmenuouter .main-navigation #search-form input:focus + button, #mytopmenuouter .main-navigation #search-form input:active + button {
    display: block;
  position: absolute;
    top: 47px;
    z-index: 99999999999999999999;
    margin: 3px 18px;
      animation-name: example;
    animation-duration: 4s;opacity: 1;
        -webkit-animation-name: example;
    -webkit-animation-duration: 1s;opacity: 1;
}

#mytopmenuouter .main-navigation #search-form button {
background: #FFF;padding: 5px;
}
#mytopmenuouter .main-navigation #search-form .fa {
    color: #000 !important;
}








































.home article,.home aside,.home details,.home figcaption,.home figure,.home footer,.home header,.home hgroup,.home main,.home nav,.home section,.home summary {
	display:block
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
.wrapped-content a {
	background:transparent
}
.wrapped-content a:focus {
	outline:thin dotted
}
.wrapped-content a:active,.wrapped-content a:hover {
	outline:0
}
.wrapped-content h1 {
	font-size:2em;
	margin:0.67em 0
}
.wrapped-content b,.wrapped-content strong {
	font-weight:bold
}
.wrapped-content hr {
	box-sizing:content-box;
	height:0
}
.wrapped-content mark {
	background:#ff0;
	color:#000
}
.wrapped-content q {
	quotes:"\201C" "\201D" "\2018" "\2019"
}
.wrapped-content small {
	font-size:80%
}
.wrapped-content sub {
	bottom:-0.25em
}
.wrapped-content img {
	border:0
}
.wrapped-content svg:not(:root) {
	overflow:hidden
}
.wrapped-content figure {
	margin:0
}
.wrapped-content fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em
}
.wrapped-content legend {
	border:0;
	padding:0
}
.wrapped-content button,.wrapped-content input,.wrapped-content select,.wrapped-content textarea {
	font-family:inherit;
	font-size:100%;
	margin:0
}
.wrapped-content button,.wrapped-content input {
	line-height:normal
}
.wrapped-content button,.wrapped-content select {
	text-transform:none
}
.wrapped-content button,.wrapped-content html input[type="button"],.wrapped-content input[type="reset"],.wrapped-content input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer
}
.wrapped-content button[disabled],.wrapped-content html input[disabled] {
	cursor:default
}
.wrapped-content table {
	border-collapse:collapse;
	border-spacing:0
}
#stories-header {
	width:90%;
	max-width:1600px;
	margin:0 auto
}
#stories-header h2 {
	margin:0;
	margin-top:20px
}
#stories-header p {
	margin:0
}
@font-face {
	font-family:"Segoe UI Title";
	src:local("Segoe UI Title"),url("../fonts/segoe.svg") format("svg"),url("../fonts/segoe.woff") format("woff");
	font-weight:normal;
	font-style:normal
}
@-webkit-keyframes footerSlide {
	0% {
		-webkit-transform:translate3d(0,300px,0)
	}
	100% {
		-webkit-transform:translate3d(0,0,0)
	}
}
@keyframes footerSlide {
	0% {
		-webkit-transform:translateY(300px);
		transform:translateY(300px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
.highContrastFix {
	-ms-high-contrast-adjust:none
}
figure {
	-ms-high-contrast-adjust:none
}
body {
	font-size:1em;
	line-height:1.428571429;
	font-family:"Segoe UI Title","Helvetica Neue",sans-serif;
	background:#ebebeb
}
.wrapped-content {
}
.wrapped-content button,.wrapped-content input,.wrapped-content select,.wrapped-content textarea {
	color:#222
}
.wrapped-content img {
	vertical-align:middle
}
.wrapped-content a {
	text-decoration:none
}
.wrapped-content a:visited,.wrapped-content a:active {
	text-decoration:none
}
.wrapped-content a:focus {
	outline:0;
	border:none
}
.wrapped-content h2 {
	margin:0;
	padding:0;
	font-size:2em;
	font-weight:normal
}
.wrapped-content a.btn {
	color:#979797;
	font-family:"Segoe UI Title","Helvetica Neue",sans-serif;
	font-size:0.8em;
	padding:8px 16px;
	display:inline-block;
	border:1px solid #e1e1e1;
	transition:all 150ms ease-out;
	-webkit-transition:all 150ms ease-out
}
.wrapped-content a.btn:hover {
	color:#8D8D8D;
	border:1px solid #C5C5C5;
	background:#FDFDFD
}
.wrapped-content a.btn:active {
	border:1px solid #fafafa
}
.wrapped-content a.btn:active,.wrapped-content a.social:active {
	box-shadow:inset 0 0 10px #C5C5C5
}
div.social-holder a {
	border-radius:42px;
	width:42px;
	height:42px;
	display:block;
	transition:all 150ms ease-out;
	-webkit-transition:all 150ms ease-out;
	background:url("../img/social.png") top left no-repeat;
	-ms-high-contrast-adjust:none;
	background-image:-webkit-image-set(url("../img/social.png") 1x,url("../img/social_2x.png") 2x)
}
div.social-holder a:active {
	box-shadow:none
}
div.social-holder.tw a {
	background-position:left bottom
}
div.external .social-holder {
	display:inline-block;
	margin-right:4px;
	width:42px;
	height:42px
}
div.external .social-holder div {
	background:#FAFAFA;
	position:absolute;
	width:90px;
	height:20px;
	padding:12px;
	margin-left:0;
	top:36px;
	right:-10px;
	display:none;
	overflow:hidden
}
div.external .social-holder div iframe {
	display:block;
	margin:0 auto;
	width:100px
}
div.external .social-holder.hover div {
	display:block
}
div.external a {
	display:inline-block;
	vertical-align:top
}
div.external a.social {
	display:inline-block
}
#ms-logo {
	width:191px;
	height:73px;
	position:relative;
	display:block;
	transition:all 150ms ease-out;
	-webkit-transition:all 150ms ease-out;
	background:url("../img/ms_logo.png") top left no-repeat;
	-ms-high-contrast-adjust:none;
	background-image:-webkit-image-set(url("../img/ms_logo.png") 1x,url("../img/ms_logo_2x.png") 2x)
}
#ms-logo:active {
	-webkit-transform:scale(0.95);
	transform:scale(0.95)
}
#page-title {
	padding-left:20px;
	height:52px;
	border-left:1px solid #ddd;
	position:absolute;
	left:187px;
	top:0;
	line-height:1.7em;
	color:#919191;
	overflow:hidden;
	margin-top:11px;
	-webkit-transition:left 200ms ease-out;
	transition:left 200ms ease-out
}
#page-title span {
	color:#838383;
	font-size:0.84em
}
#header {
	-webkit-transform:translateZ(0);
	position:relative;
	background:#fafafa;
	width:100%;
	height:74px;
	border-bottom:1px solid #ddd;
	z-index:9
}
#header div.external {
	position:absolute;
	right:20px;
	top:15px;
	text-align:right
}
#header div.external a {
	display:inline-block;
	vertical-align:top
}
#header div.external a.btn {
	margin-top:4px;
	margin-right:10px
}
#header div.external a.social {
	display:inline-block;
	margin-right:4px
}
#hero {
	position:relative;
	width:100%;
	height:840px;
	overflow:hidden;
	-webkit-transition:height 200ms ease-out;
	transition:height 200ms ease-out;
	max-width:1600px;
	margin:0 auto;
	margin-top:0px
}
#hero a.inner {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	cursor:pointer;
	display:block;
	background-color:#CFCFCF
}
#hero a.inner footer {
	-webkit-transform:translateZ(0);
	position:absolute;
	width:100%;
	background:#111;
	background:rgba(15,15,15,0.78);
	bottom:-2px;
	color:#fff
}
#hero a.inner footer figcaption {
	padding:20px 20px 24px 20px
}
#hero a.inner footer figcaption p {
	line-height:1.3em;
	font-size:16px;
	color:#FFF;
	padding-top:6px
}
#hero a.inner footer figcaption h2 {
	font-weight:normal;
	font-size:1.4em
}
#hero a.inner footer figcaption h2,#hero a.inner footer figcaption p {
	line-height:1.4em;
	margin:0
}
#hero a.inner figure {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position:50% 15%;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
	-webkit-transform:translateZ(0)
}
#hero a.inner:hover figure {
	-webkit-transition:-webkit-transform 600ms ease-out,box-shadow 150ms ease-out;
	-webkit-transition:box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
	transition:box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
	transition:transform 600ms ease-out,box-shadow 150ms ease-out;
	transition:transform 600ms ease-out,box-shadow 150ms ease-out,-webkit-transform 600ms ease-out;
	-webkit-transform:scale(1.04);
	transform:scale(1.04)
}
#hero a.inner:hover span.arrow {
	-webkit-transform:translateX(10px);
	transform:translateX(10px)
}
#hero a.inner:active figure {
	box-shadow:inset 0 0 40px #000
}
#hero div.col {
	position:absolute;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden
}
#hero div.col.one {
	width:50%
}
#hero div.col.two {
	width:25%;
	left:50%
}
#hero div.col.three {
	width:25%;
	left:75%
}
#hero-one {
	position:absolute;
	top:10px;
	bottom:10px;
	left:0;
	right:5px
}
#hero-one a.inner footer {
	bottom:150px;
	background:transparent
}
#hero-one aside {
	padding:41px 40px;
	position:relative;
	display:inline-block;
	color:#fff
}
#hero-one aside h2 {
	font-size:2em;
	margin:0;
	padding:0;
	line-height:1em
}
#hero-one aside h3 {
	max-width:170px;
	font-size:1.2em;
	margin:0;
	margin-top:9px;
	margin-bottom:19px;
	font-weight:normal
}
#hero-one aside.inside {
	max-width:175px;padding: 20px;
margin-top: 15px;
}
#hero-one aside.outside {
	max-width:440px;
	position:absolute;
	padding:0;
	padding-left:40px;
	height:100%;
	right:0;
	left:0px;
	top:0
}
#hero-one aside.outside.single {
	left:0;
	bottom:0;
	top:auto;
	height:auto
}
#hero-one aside.outside h2 {
	width:100%;
	font-size:2.2em;
	margin-bottom:10px;
	line-height:1.1em
}
#hero-one aside.outside div.table {
	position:relative;
	display:table;
	height:100%
}
#hero-one aside.outside div.table-cell {
	height:100px;
	display:table-cell;
	vertical-align:middle;
	padding-right:30px
}
#hero-one aside.outside div.read-more {
	padding-right:36px;
	color:#fff;
	font-size:1.3em;
	position:relative;
	display:inline-block
}
#hero-one aside.outside div.read-more span.arrow {
	display:block;
	width:23px;
	height:23px;
	background:url("/images/arrow.png") top left no-repeat;
	position:absolute;
	right:0;
	top:5px;
	-ms-high-contrast-adjust:none;
	background-image:-webkit-image-set(url("/images/arrow.png") 1x,url("/images/arrow.png") 2x);
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;background-size: cover;
}
#hero-two {
	position:absolute;
	top:10px;
	left:5px;
	right:5px;
	bottom:45%
}
#hero-two a.inner {
	bottom:5px
}
#hero-three {
	position:absolute;
	bottom:10px;
	left:5px;
	right:5px;
	top:55%
}
#hero-three a.inner {
	top:5px
}
#hero-four {
	position:absolute;
	top:10px;
	left:5px;
	right:0;
	bottom:60%
}
#hero-four a.inner {
	bottom:5px
}
#hero-five {
	position:absolute;
	bottom:10px;
	left:5px;
	right:0;
	top:40%
}
#hero-five a.inner {
	top:5px
}
#hero-two a.inner footer {
	-webkit-animation:footerSlide 400ms 0 ease-out normal;
	animation:footerSlide 400ms 0 ease-out normal
}
#hero-three a.inner footer {
	-webkit-animation:footerSlide 400ms 0.1s ease-out backwards;
	animation:footerSlide 400ms 0.1s ease-out backwards
}
#hero-four a.inner footer {
	-webkit-animation:footerSlide 400ms 0.2s ease-out backwards;
	animation:footerSlide 400ms 0.2s ease-out backwards
}
#hero-five a.inner footer {
	-webkit-animation:footerSlide 400ms 0.3s ease-out backwards;
	animation:footerSlide 400ms 0.3s ease-out backwards
}
.home #main {
	max-width:1400px;
	margin:0 auto
}
.home #main ul {
	list-style:none;
	margin:0;
	margin-left:0;
	padding:0;
	margin-top:12px;
	padding-bottom:50px;
	font-size:0
}
.home #main li {
	box-sizing:border-box;
	position:relative;
	width:33.033%;
	height:400px;
	margin:0;
	padding:0;
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
	cursor:pointer;
	display:inline-block;
	background:transparent;
	-webkit-transform:translateZ(0);
	overflow:hidden
}
.home #main li.br {
	border-right:1px solid #d0d0d0;
	z-index:8
}
.home #main li.bt {
	border-top:1px solid #d0d0d0
}
.home #main li:active {
	box-shadow:inset 0 0 20px #C5C5C5
}
.home #main li:hover {
	background:#f7f7f7
}
.home #main li a {
	display:block;
	color:#333;
	position:absolute;
	padding:40px;
	height:100%;
	left:0;
	right:0;
	text-decoration: none;
}
.home #main li header {
	position:relative;
	height:196px;
	background:#ccc;
	background-repeat:no-repeat;
	background-position:50% 30%;
	background-size:cover;
	-ms-high-contrast-adjust:none
}
.home #main li header.vid:hover:after {
	border:6px solid #333
}
.home #main li header.vid:after {
	content:'';
	width:70px;
	height:70px;
	background:#0e0e0e url("../img/playbtn.png");
	border:6px solid #151515;
	top:50%;
	position:absolute;
	left:50%;
	margin-top:-35px;
	margin-left:-35px;
	border-radius:60px;
	transition:all 150ms ease-out;
	-webkit-transition:all 150ms ease-out;
	-ms-high-contrast-adjust:none;
	background-image:-webkit-image-set(url("../img/playbtn.png") 1x,url("../img/playbtn_2x.png") 2x)
}
.home #main li header h4 {
	font-size:14px;
	position:absolute;
	padding:10px 20px;
	color:#fff;
	bottom:0;
	left:-18px;
	background:#000;
	background:rgba(0,0,0,0.9);
	font-weight:normal
}
.home #main li footer {
	position:relative;
	text-align:left
}
.home #main li footer h2 {
	font-size:22px;
	position:relative;
	margin-top:8px;
	margin-bottom:4px
}
.home #main li footer p {
	color:#888;
	margin:0;
	padding:0;
	position:relative;
	font-size:14px;
	font-family:sans-serif
}
#footer {
	min-height:100px;
	height:100%;
	border-top:1px solid #ddd;
	position:relative;
	background:#fafafa;
	z-index:1
}
#footer ul {
	font-size:0.8em;
	list-style:none;
	color:#A5A5A5;
	text-align:right;
	margin-top:43px;
	margin-right:40px;
	font-family:"Segoe UI",Arial,Verdana,Tahoma,sans-serif
}
#footer li {
	display:inline-block;
	margin:0 5px
}
#footer li a:hover {
	border-bottom:1px solid #999
}
#footer li a,#footer li a:visited,#footer li a:active {
	color:#A5A5A5
}
#footer div.external {
	position:absolute;
	left:33px;
	top:33px;
	text-align:left
}
#footer div.external a.btn {
	margin-top:4px;
	margin-left:10px
}
#up-arrow {
	display:block;
	z-index:8;
	cursor:pointer;
	width:53px;
	height:52px;
	background:url("../img/abkd.png") 50% 0 no-repeat;
	border-radius:30px;
	position:absolute;
	right:80px;
	top:-25px;
	margin-left:-26px;
	overflow:hidden;
	-ms-high-contrast-adjust:none;
	background-image:-webkit-image-set(url("../img/abkd.png") 1x,url("../img/abkd_2x.png") 2x)
}
#up-arrow:hover div.arrow {
	background-position:1px -53px
}
#up-arrow div.arrow {
	background-color:#fafafa;
	display:block;
	width:100%;
	height:100%;
	background:url("../img/barrow.png") 1px -1px;
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
	-ms-high-contrast-adjust:none;
	background-image:-webkit-image-set(url("../img/barrow.png") 1x,url("../img/barrow_2x.png") 2x)
}
#hp-twitter-box #hp-feature-article {
	font-size: .95em;
}
@media only screen and (max-height:768px) and (min-width:560px) and (min-device-width:1280px) {
	#hero {
		height:630px
	}
}
@media only screen and (max-width:360px) {
	#hero a.inner footer figcaption {
		padding-top:5px
	}
	#hero a.inner footer figcaption p {
		padding-top:0
	}
	#hero a.inner footer figcaption h2 {
		line-height:1.2em
	}
}
@media only screen and (max-width:1245px) {
	#hero-one aside {
		font-size:0.82em;
		padding:31px 30px
	}
	#hero-one aside.outside {
		left:220px
	}
	#hero-one aside.outside div.read-more span.arrow {
		top:0
	}
}
@media only screen and (max-width:1160px) {
	#hero-one aside.outside {
		padding-left:25px;
		right:-160px
	}
	#hero-one aside.outside,#hero-one aside.inside {
		-webkit-transform:translateX(-200px);
		transform:translateX(-200px)
	}
	#hero-one aside.outside.single {
		right:auto;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
	#main li header {
		height:166px
	}
}
@media only screen and (max-width:1440px) {
	#hero {
		height:500px
	}#hero-one aside.outside h2 {
    font-size: 1.8em;
}
#hp-twitter-box #hp-feature-article {
	font-size: .85em;
}
#hp-feature-article .widget-title {

    font-size: 1em;
}
#hp-feature-article h3 {
    margin: 0;
}
}

@media only screen and (max-width:1280px) {

#hp-feature-article .srp-thumbnail-box {
	display:none;
}
}

@media (max-width: 1024px), (orientation: portrait) {
	#ms-logo {
		left:-5px;
		width:60px
	}
	#page-title {
		left:78px
	}
	#hero {
		height:520px
	}
	#hero a.inner footer {
		top:0;
		font-size:1.2em;
		background:rgba(0,0,0,0.8)
	}
	#hero-one aside.outside h2 {
		font-size:2em
	}
	#hero-one aside.outside div.read-more span.arrow {
		top:4px
	}
	#hero-one a.inner footer {
		top:auto;
		background:transparent
	}
	#hero-two a.inner footer {
		background:rgba(13,77,124,0.68)
	}
	#hero-three a.inner footer {
		background:rgba(31,42,87,0.7)
	}
	#hero-four a.inner footer {
		background:rgba(79,109,89,0.77)
	}
	#hero-five a.inner footer {
		background:rgba(98,47,105,0.8)
	}
	.home #main li {
		width:49%;
		border-top:1px solid #d0d0d0;
		height:370px
	}
	.home #main li a {
		padding:30px
	}
	.home #main li:nth-child(odd) {
		border-right:1px solid #d0d0d0
	}
	.home #main li:nth-child(even) {
		border-right:none
	}
	.home #main li:nth-child(1) {
		border-top:none
	}
	.home #main li:nth-child(2) {
		border-top:none
	}
	#footer div.external {
		padding-bottom:10px;
		position:relative;
		text-align:center;
		left:auto
	}
	#footer ul {
		text-align:center;
		padding-bottom:10px
	}
	#up-arrow {
		right:50%;
		margin-right:-26px
	}
		#hero a.inner footer figcaption h2 {
    font-size: 1.1em;
}
#hero-one aside.outside h2 {
    font-size: 1.6em;
}
.one_third {
    padding: 0 1%;
    width: 98%;
}
.home #hp-twitter-box {
	margin-top:15px;
}

#hero-two a.inner footer, #hero-three a.inner footer, #hero-four a.inner footer, #hero-five a.inner footer {
	display: table ;
vertical-align: middle;
height: 100%;
	
}
#hero a.inner footer figcaption {
vertical-align: middle;
display: table-cell;
}
#hero a.inner footer figcaption {
    padding: 0px 20px;
}

}

@media (max-width: 1024px), (orientation: portrait) {
#hp-feature-article .srp-thumbnail-box {
	display: table-cell;
}	
#hp-twitter-box #hp-feature-article {
    font-size: 1.1em;
}	
	
}
	@media (max-width: 1024px), (orientation: portrait) {
	#hero {
		height:903px
	}
	#hero div.col {
		position:relative;
		width:100%!important;
		left:0!important;
		right:0!important;
		height:auto
	}
	#hero div.col.one {
		height:370px;
		width:100%
	}
	#hero-one {
		bottom:0;
		right:0;
		left:0
	}
	#hero-one a.inner footer {
		bottom:0;
		width:100%
	}
	#hero-one aside.inside {
		display:none
	}
	#hero-one aside.outside {
		padding-left:20px;
		position:relative;
		top:auto;
		margin-bottom:20px;
		width:auto;
		left:0;
		right:0
	}
	#hero-one aside.outside h2 {
		font-size:1.7em
	}
	#hero-one aside.inside,#hero-one aside.outside {
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
	#hero-two,#hero-three,#hero-four,#hero-five {
		position:relative;
		top:0;
		left:0;
		right:0;
		height:130px
	}
	#hero-two a.inner,#hero-three a.inner,#hero-four a.inner,#hero-five a.inner {
		bottom:0;
		top:5px
	}
	#page-title {
		left:187px
	}
	#page-title h2 {
		margin-top:9px
	}
	#ms-logo {
		width:191px
	}
	.home #main ul {
		width:100%;
		margin-left:0;
		overflow:hidden
	}
	.home #main li {
		width:100%;
		border-top:1px solid #d0d0d0;
		height:370px;
		border-right:none!important
	}
	.home #main li:nth-child(2) {
		border-top:1px solid #d0d0d0
	}
	.home #main li a {
		padding:15px
	}
	.home #main li header {
		height:215px
	}
	#header div.external,#page-title span {
		display:none
	}
	#footer ul {
		height:50px;
		text-align:center;
		padding:0;



		margin-top:40px;
		margin-right:0;
		clear:both
	}
	#hp-twitter-box #hp-feature-article {
	font-size: 1em;
}
#hp-feature-article .widget-title {

    font-size: 1em;
}


}
.lt-ie9 #hero a.inner footer {
	background:#333
}
.lt-ie9 #hero #hero-one a.inner footer {
	bottom:50px;
	background:transparent
}
.lt-ie9 #main li header h4 {
	background:#222
}
.lt-ie9 #hero-one aside.outside {
	padding-left:25px;
	left:20px
}
.lt-ie9 #hero-one aside.inside {
	width:20px;
	padding:0;
	height:214px
}
.lt-ie9 #hero-one aside.inside h3 {
	display:none
}
.lt-ie9 #hero-one aside.inside h2 {
	display:none
}
.lt-ie9 #main li header {
	height:166px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
	#up-arrow {
		top:-24px
	}
}
@media only screen and (min-width:1800px) {
	.home #main li header {
		height:246px
	}
	#hero {
		height:640px
	}
}
@media only screen and (max-width:320px) {
	.home #main li header {
		height:166px
	}
	.home #main li header h4 {
		bottom:-9px;
		left:-10px
	}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:landscape) {
	#header {
		height:54px
	}
	#page-title {
		font-size:0.8em;
		margin-top:7px;
		height:42px;
		left:147px
	}
	#ms-logo {
		-webkit-transform:scale(0.7);
		transform:scale(0.7);
		top:-8px;
		left:-20px;
		width:191px
	}
	#header div.external {
		display:block!important;
		top:4px
	}
}
.hidden {
	display:none!important;
	visibility:hidden
}
.clearfix {
	*zoom:1
}
.clearfix:after {
	clear:both
}
.clearfix:before,.clearfix:after {
	content:" ";
	display:table
}
.grad:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)
}
































































.home #primary {
 max-width: 100%;
float: none; 
}

#hero footer {
    width: 100% !important;
}

#secondary #hp-twitter-box {
	margin-top:20px;
}
#hp-feature-article {
	min-height: 450px;background: #fff;max-height: 450px;overflow: hidden;
	
}

#hp-feature-article .widget-title {
	
	background: #fff;
color: #333;
text-align: center;
}

#hp-feature-article  div.srp-widget-container {

    margin: 0 15px;
}


#facebook-social {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.home #main li header h4.supnewshead {

    background: #288c3a;
}



@media (max-width: 640px) {
#hp-twitter-box {
    max-height: 4250px;
}#hp-feature-article {

    max-height: 4350px;
}
}



.hp-social-cover, .hp-social-covertw  {
	display:none;
}





@media (max-width: 1024px), (orientation: portrait) {
.hp-social-cover {
    position: absolute;
    width: 100%;
    height: 330px;
    background: transparent;
    left: 0;
    z-index: 999999999999999;
    margin-top: 125px;
	display:block;
}

.hp-social-covertw {
position: absolute;
width: 100%;
height: 390px;
background: transparent;
left: 0;
z-index: 999999999999999;
margin-top: 65px;
display: block;
}
}



@media (max-width: 550px) {

.hidemobi {
display:none;
}
  
  .home #hp-twitter-box {
    margin-top: -50px;
}
  
  #hp-feature-article .widget-title {
    font-size: 1.54em;
    hyphens: none;
    line-height: 1.2em;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}
  
  #hp-twitter-box {
    max-width: 90%;
  }
}

#ster-social-icons i {
font-size:2em;
margin-right:5px;
}

.fa-facebook-official {
color:#3b5998;

}.fa-twitter-square {
color:#55acee;

}.fa-google-plus-square {
color:#dd4b39;

}

#scrollUp {
    visibility: visible !important;
}










@media (max-width: 1024px), (orientation: portrait) {
  
#mytopmenuouter .main-navigation #search-form input:focus {

    width: 200px;
    top: -20px;
    left: 30px;
}
#mytopmenuouter .main-navigation #search-form input:focus + button {
display:none;
}
}











@media (max-width: 1024px), (orientation: portrait) {

#st-header2 { display: table; vertical-align: middle; } 

#st-header-left {display: block; vertical-align: middle; float: none; } 

#st-bannerdtp {
  float: none !important;
display: block;
vertical-align: middle;
}
}



@media only screen and (max-width:1250px) and (min-width:1160px) {
#hero-one aside.outside {
  margin-left:-220px;
}
}


#hero-one aside.outside {
    top: 20px;
}

@media only screen and (min-width:1440px)  {
#hero-one aside.outside {
    max-width: 540px;
}
}

@media (max-width: 1024px), (orientation: portrait)  {
#hero-one aside.outside div.table {

    margin-left: -20px;
}
}




























.tab-content ul li { list-style: none; } 
.tab-content .Odd, .tab-content .Even {
width: 48% !important;
float: left;
margin: 0;
border: 1px #ccc solid;
}
.tab-content .Even {
float: right;
}
 .tab-content .ProductImage { 
 float: left;
width: 50%;
 }

.tab-content .ProductActionAdd a {
background: #ff063b;
font-weight: normal;
text-shadow: none;
color: #fff !important;
padding: 5px 10px;
text-decoration: none;
text-transform: uppercase;
font-size: .9em;
  border-radius: 5px;
}

.tab-content .ProductDetails,  .tab-content .ProductPriceRating {
  height:auto !important;
}
.tab-content .ProductActionAdd {
  margin-top: 30px;
}

.tab-content #frmCompare {
   margin-top: 30px; 
}
.tab-content img {
box-shadow: none;
}

.ProductDetailsTicks ul li {
background-image: url("/images/sttick.png");
background-repeat: no-repeat;
background-position: 0px 50%;
padding-left: 18px;
display: block;
text-align: left;
letter-spacing: 0px;
margin: 0px;
line-height: 22px;
}

.tab-content br {
display:none;
}
.tab-content .tabs-content {
background:transparent !important;
}









































.wpsm_nav li {
    border: 2px solid #fff !important;
}

.tab-content .ProductDetails {
  min-height:60px;

}
.tab-content .ProductDetailsOuter {
    float: left;
width: 50%;
}
.ppr-outer {
  display:block;
}
.tab-content .ProductPriceRating {
    margin-top: 15px;font-size: .9em;
line-height: 1.4em;
}
.ProductDetailsClick {
      margin-top: 15px;
}
.ppr-outera .sstcost {
text-decoration: line-through;
}
.ppr-outerb .sstcost {
color: #ff0a0a;
}
.ppr-outerc .sstcost {
color: #12b012;
}
.stclearaas {
  clear:both;
}














@media only screen and (max-width:1300px)  {
.tab-content .Odd, .tab-content .Even {
  width: 100% !important;
float: none;
margin: 0;
  
  border: 0px #ccc solid;
margin-right: 0%;
  border-bottom: 1px #ccc solid;
padding-bottom: 30px;
  margin-top: 20px;
}
  

  
  .ProductDetailsTicks ul li {


}
  
 .tab-content .ProductDetails {

}
  
.tab-content .ProductImage, .ProductPriceRating, .ProductActionAdd, .ProductDetailsClick {

}
  
 .tab-content .ProductList {
  margin:0;
  
 }
}
  @media (max-width: 1024px), (orientation: portrait)  {

.r-tabs-accordion-title {
      display:none !important;
    }
}


  
  
  @media only screen and (max-width:450px)  {
  
  .tab-content .ProductPriceRating {
    margin-top: 35px;
    position: absolute;
    left: 30px;
  }
 .tab-content .tabs-container   {
      min-width: 300px;
    }

}
  
  
  
  
.mobhomelink {
  display:none;
}
  
    @media only screen and (max-width:450px)  {



 
    .mytopmenuinnerin .widget_search {
max-width: 230px;
    height: 50px;

      

    }
      
#mytopmenuouter #search-form button {
    margin-top: -38px;
    margin-right: -5px;
}


   
      
      
    }

.footerhd {
  display:none;
  width:100%;	height:1000px; position:absolute; background:#000;
}

    @media (max-width: 1024px), (orientation: portrait)  {
		
		     .mobhomelink {
display: block;
    font-size: 1.3em;
    color: #fff;
}
		
.main-navigation {
    width: 100%;
    }
    
    .main-navigation li {
    margin: auto !important;
    border-bottom: 1px #fff solid;
    width: 90%;
    }
      #menu-item-5397 {
        border-bottom: 0px #fff solid;
        
      }
      
     .menuopen {
        display:none;visibility:hidden;
      }
      .menuopenopp {
        display:block !important;visibility:visible;
      }

      
.menu-toggle {
    position: relative;
    z-index: 999999;margin-left: 5px;
}
      
      #menu-topmenu.toggled-on {
    
        
      }
      .main-navigation {
    position: relative;
      }
      
      h3.toggled-on::before {

    content: "\f406";
}
      
    .toggled-on  #search-5 {
		
    }
      .mobhomelink {
      }
      
      
      #search-5 .search {
        display:none;padding-top: 20px;
margin: auto;
      }
      
            #search-5 {
      margin: auto;
    }
      
      .mytopmenuinnerin .widget_search {
    height: auto;margin: 0;
}
#logoheader {
position: relative;
z-index: 999;
width: auto;
max-width: 300px;
margin: auto;
}
      .mytopmenuinnerin {
        min-height: 75px;
      }
      
      .not-sticking .logoheader img {
    margin-top: 0;
}
      
    .main-navigation .sub-menu li {
    float: none;
    width: 45%;border-right: 0;display:inline-block;padding-left: 10px;
font-size: .9em;
      
    }
      
      .main-navigation li {
      clear: both;
    }
            .main-navigation .sub-menu li {
      clear: none; text-indent:0;
    }
      li#menu-item-5393 ul li, li#menu-item-4321 ul li {
    float: none;
    width: 45%;border-right: 0;display:inline-block;padding-left: 10px;
}
     li#menu-item-5393 ul, li#menu-item-4321 ul {

    width: auto;background:none repeat scroll 0% 0% #000;
}
      .main-navigation ul ul {

  background:none repeat scroll 0% 0% #000; text-align:left;
}    
      .main-navigation li ul li a {

    padding: .571428571rem .0;
    }

      .main-navigation ul ul li a {

    text-indent: 0;
      }
      
      .main-navigation .sub-menu li {
  
    border-bottom: 1px #5f5c5c solid;

}
.mbheadertop {
	position:fixed;z-index: 999999;background: #000;width: 100%;
}
#mbheadertop.toggled-on {
	position:relative;
}
.mbheadertop span {
	display:inline-block;text-align: center;vertical-align: top;
	
}

.mbheadertop .azha {
	width:15%;margin-top: 18px;
	
}

.mbheadertop .azhb {
	width:70%;
	
}
.mbheadertop .logoheader {
	display:block;max-width:100%;
	
}
.mbheadertop img {
	max-width: 90%;margin-top: 3px;
	
}
.mbheadertop .azhc {
	width:15%;margin-top: 10px;
	
}

.desktoplogo {
	display:none;
}

#mytopmenuouterouter {
    background: transparent;
}

#mytopmenuouter {
    background-color: transparent;
}
#mytopmenuouter.toggled-on {
    background: #000;position: relative;
width: 100%;
z-index: 999999;
}
.menuopenb {
	display:none !important;
    }
      
      body.toggled-on {
        background-color: #000;
      }
      
      
    }



@media screen and (min-width: 1025px) and (orientation: landscape)  {
.main-navigation li ul li a {

    width: 200px;
    font-size: 1em;
}.mbheadertop  {
	display:none;
	
}
}


@media (max-width: 420px) {  
  .pavertbanmb {
    display:block;
  }
    .pavertbandt {
    display:none;
  }
}
@media (min-width: 421px) {  
    .pavertbanmb {
    display:none;
  }
    .pavertbandt {
    display:block;
  }
}
.child_page-container .post_content h4 {
  text-align:center;
}

.uab-template-1 .uab-tab-content  {
    border: solid #ccc 1px;
    padding: 15px !important;
}
.top-author-info .uab-template-1 .uab-tab-content  {
    border: 0px;
}


.avatar {
max-height: 120px !important;
max-width: 120px !important;
}

.top-author-info .uab-short-info, .top-author-info .uab-short-contact {
  display:none;
}

.top-author-info .uab-author-profile-pic {
max-width: 75px;min-width: 75px;
}
.uab-tab-content {
    padding: 0 0 33px 0 !important; !important; !important;
}
.apydate {
  margin-left: 95px;position: absolute;
}
.top-author-info .uab-display-name {
  margin-top: 20px;
}

.top-author-info .uab-author-profile-pic {
    width: 20% !important;
    float: left !important;
}

.top-author-info .uab-front-content {
    width: 70% !important;
    float: left !important;
    padding-left: 20px !important;
}

#shortcode-buttons, #shortcode-buttons-long {
  z-index: 3;
}

.uab-company-info {
  display:none !important;
}
.top-author-info .uab-company-info {
  display:block !important;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    line-height: 1.5;
    font-size: 1.2em;
    letter-spacing: .5px;
}
body { text-rendering: auto;     
}
.site-content article {
  hyphens: none !important;
}
div.srp-widget-container p.srp-widget-excerpt {
    margin: 0px;
    font-size: 12px;
}

#hp-facebook-box p {
    margin: 0;
}

#newprofnav2 {max-width: 260px;}



.socialize-in-content {
    float: none;
    margin: 0;
}

.top-author-info .uab-template-1 .uab-front-content .uab-display-name, .top-author-info .uab-template-1 .uab-front-content .uab-company-info {
    margin-bottom: 0;
}
.aaprdt {
  display:block;
}
  .aaprmb {
  display:none;
}

.top-author-info #tab-1 {
  padding: 0 !important;;
}
.top-author-info .uab-template-1 .uab-display-name a {
    margin-right: 5px;
}
.socialize-in-content {
  display:block;margin-top: 20px;
}

.uab-short-info p {
  font-size: 1em;
}
.uab-template-1 .uap-profile-image {
  margin:0
}
.intromessagemb {
  display:none;
}
.intromessage {
  text-align:center;font-size: .9em;
margin-top: 10px;font-weight: bold;
}

@media (max-width: 1020px) {  


  .intromessagedt {
  display:none;
}
  .intromessagemb {
  display:block;
}
  .intromessage {

    margin-top: 0;
    margin-bottom: 10px;
}
}
@media (max-width: 720px) {  



}
.entry-header .entry-title  {
    font-size: 2em !important;
}
.entry-content h2  {
    font-size: 1.6em !important;
  line-height:1.3em !important;
}
.entry-content h3  {
    font-size: 1.4em !important;
}
.adnotice {
display:block;text-align: center;
}
.adnotice::before {
    color: #333;
    content: '\a0 \a0 \25BC';
    font-size: 10px;
    vertical-align: 1px;
}


#article-approved-lo {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29aae1+0,1b1464+100 */
background: #29aae1; /* Old browsers */
background: -moz-linear-gradient(top, #29aae1 0%, #1b1464 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #29aae1 0%,#1b1464 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #29aae1 0%,#1b1464 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29aae1', endColorstr='#1b1464',GradientType=0 ); /* IE6-9 */
  color: #fff;
padding: 10px;
width: 290px;}
#article-approved-lo-left {
display: inline-block;
width: 270px;
}
.article-approved-lo-right {
    position: absolute;
    box-shadow: none;
    max-width: 150px;
    margin-left: 165px;
    margin-top: 25px;
}

.aalo1 {
display: block;
font-size: 18px;
font-weight: bold;
}

.aalo2 {
font-size: 12px;
}



.sharethis-inline-share-buttons {
  margin-top: 20px;
}

#mytopmenuouterouter {
  z-index: 9;
position: relative;
}

.site-content .author-info .wp-user-avatar {
  width:150px;max-width:150px; max-height:150px;
}
.author-info {
  
background: #f3f3f3;
padding: 20px;
}

.archive .top-author-info {
  display:none; 
}
.archive .attachment-thumbnail {
  margin-top: -10px;
}

.author-description {
    float: left;
    width: 80%;
}

.archive .author-avatar, .post-9163 .author-avatar, .page-id-74 .author-avatar, .page-id-10000 .author-avatar, .page-id-9998 .author-avatar, .page-id-10174 .author-avatar , .page-id-10177 .author-avatar, .page-id-10193 .author-avatar {
margin-right: 2%;
}
.archive .author-description, .post-9163 .author-description, .page-id-74 .author-description, .page-id-10000 .author-description, .page-id-9998 .author-description, .page-id-10174  .author-description , .page-id-10177  .author-description, .page-id-10193  .author-description  {
    float: left;
    width: 78%;
}
@media (max-width: 720px) {  
 .archive .author-description, .post-9163 .author-description, .page-id-74 .author-description, .page-id-10000 .author-description, .page-id-9998 .author-description, .page-id-10174  .author-description , .page-id-10177  .author-description, .page-id-10193  .author-description {

    width: auto;
} 

}
@media (max-width: 450px) {  

#st-1, #st-header-left {
margin-top: 0 !important;
}
#st-1 {
margin-bottom: 10px !important;
}
#widget-search {
	display:none;
}
}
@media (max-width: 350px) {  

.mytopmenuinnerin {

    min-height: 60px;

}
}

#art-appr a span {
  display:block;
}
#art-appr a  {
  text-decoration:none;
}
.blacknounder a  {
  text-decoration:none !important;
  color:black !important;
  
}
.bluenounder .author a, .bluenounder a {
    text-decoration:none !important;
  color:#21759b !important;
}
footer.entry-meta {
border-top: 1px solid #e7e6e6;
border-bottom: 1px solid #e7e6e6;
padding: 10px;
}

.top-author-info {
  margin-bottom: 20px;
}

footer .author-info {
display:none;
}





#factcheckedoverlay {


  background: #fff;
padding: 20px 20px 20px 30px;
  
  align-items: flex-start;
justify-content: center;
max-height: 100%;
pointer-events: none;
position: relative;
width: 80%;
max-width: 640px;
  margin:auto;
}
#factcheckedoverlayout {
color: rgb(35, 31, 32);
align-items: center;
bottom: 0px;
display: flex;
justify-content: center;
left: 0px;
overflow: auto;
pointer-events: none;
position: fixed;
right: 0px;
top: 0px;
max-width: 100vw;
z-index: 999999999999;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 0;
  display:none;
  padding:30px;
}

.css-1dspxiv {
    cursor: pointer;
    text-decoration: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border: medium none;
    color: rgb(128, 129, 132);
    height: 32px;
    width: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    z-index: 1;
}


.css-1dspxiv::before {
    align-items: center;
    bottom: 0px;
    display: flex;
    font-size: 16px;
    justify-content: center;
    left: 0px;
    line-height: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.icon-hl-close::before {
    content: 'X';
}
[class*="icon-hl"]::before {

    text-transform: none !important;
    speak: none;
    line-height: 1;
}
#factcheckedbackground {
    position:fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0;
    display:none;
  top:0;
  z-index: 9999999999;
}



.css-2lpnf9 {
    cursor: pointer;
    text-decoration: none;
    border-color: #05a2d3;
    color: #05a2d3;
    color: inherit;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
    border-radius: 1px;
    border-width: 0;
    color: #231f20;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    min-width: 150px;
    position: relative;
    overflow: hidden;
    padding-top: 6px;
    padding-left: 12px;
    padding-bottom: 6px;
    padding-right: 12px;
    text-shadow: 0 0 0 rgba(255,255,255,0.5);
    transition: padding 500ms cubic-bezier(0.165,0.84,0.44,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-width: 1px;
        border-bottom-color: transparent;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-width: 1px;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    background: #05a2d3;
    color: #ec1c82;
    background: #ffffff;
    border-color: #ec1c82;
    height: 30px;
    min-width: 140px;
    padding: 0;
    border-width: 1px;
    border-radius: 15px / 50%;
    font-size: 13px;
    margin-bottom: 10px;
    outline-color: #ffffff;
  margin-top: 10px;
}

.css-2lpnf9:hover {
color: #FFF;
border-color: #ec1c82;
background: #ec1c82;
}
.css-tfky81 {
    margin-right: 6px;
    margin-left: -6px;
}

.css-tfky81::before {
    display: inline-block;
    font-size: 13px;
    height: 13px;
    width: 13px;
}
.icon-hl-check::before {
    content: '\2713';
}
[class*="icon-hl"]::before {
    font-family: "healthline" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
}

.css-bjn8wh {
    position: relative;
}

.reviewedby img { 
  width:50px; height: 50px;
  float: left; margin-right: 20px; border-radius: 100%; }
.reviewedby {
font-weight: normal;
  display: flex;align-items: center;
}
#art-appr p {
height:auto;
}
#art-appr {
float:none;
  max-width: 1000px;
transform: none;
margin-left: 0;
  margin-top: auto;
}
#factcheckedoverlay p {
  margin-bottom:10px;
}
#EvidenceBasedoverlay p {
  margin-bottom:10px;
}




#EvidenceBasedoverlay {


  background: #fff;
padding: 20px 20px 20px 30px;
  
  align-items: flex-start;
justify-content: center;
max-height: 100%;
pointer-events: none;
position: relative;
width: 80%;
max-width: 640px;
  margin:auto;
}
#EvidenceBasedoverlayout {
color: rgb(35, 31, 32);
align-items: center;
bottom: 0px;
display: flex;
justify-content: center;
left: 0px;
overflow: auto;
pointer-events: none;
position: fixed;
right: 0px;
top: 0px;
max-width: 100vw;
z-index: 999999999999;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 0;
  display:none;
  padding:30px;
}
#EvidenceBasedbackground {
    position:fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0;
    display:none;
  top:0;
  z-index: 9999999999;
}
.ebblue {
  color: #0c4ca3;
background: #ffffff;
border-color: #0c4ca3;    margin-top: 0;

}
.ebblue:hover {
    color: #fff;
	border-color: #0c4ca3;
	background: #0c4ca3;
}
#st-bannerdtp a {      max-width: 540px;     display: block;     margin: auto;  }


.home #art-appr {
display:none;
}





.not-sticking .logoheader img {

   max-width: 500px;

}

@media (max-width: 420px) {
#st-bannerdtp {
    display: none;
}
}

.archive #art-appr {   display: none; }



#menu-about-page, #menu-experts {
	padding:0; 
	
}


#menu-about-page li {
	display: inline-block;
width: 19.3%;
text-align: center;
	
}

#menu-experts li {
	display: inline-block;
width: 32.3%;
text-align: center;
	
}

#menu-about-page li a, #menu-experts li a {
    color: #023696;
font-weight:bold;
}
#menu-about-page li a:hover, #menu-experts li a:hover {
    color: #000;
}
/* remove transtion for for objects with the class 'parallax' */
.parallax {
    transition: none !important;
}


.aboutmenu {
    background-color: #c0c0c0;width: 100%;z-index: 999999999;padding:10px !important;


}
.aboutwrap .elementor-column-wrap  {
margin: -20px auto -20px auto !important;


}
@media screen and (max-width: 1024px), (orientation: portrait) {

#menu-about-page li, #menu-experts li {
    display: block;
    width: 100%;
    text-align: center;
}
#menu-about-page, #menu-experts {
	margin:auto;width: 100%; 
}
.aboutmenu {
position:relative !important;
}



.abouttop {
margin-top:	20px;
}
.aboutcontactimg .elementor-image-box-img {
width: 100% !important;
}
.elementor-element-1d335240 {
width:auto !important;
}


}

.elementor-template-full-width .wrapper {     width: 100%;     margin: auto;     max-width: 2220px; }


.aboutmenu {

        z-index: 1;
}

.search button {
color: #fff;
}

.search-results #art-appr { display:none;}




#hp-twitter-box {
display:none;
}
.home footer.entry-meta {
display:none;
}

/* new for hp why choose icons */

#why-choose {
margin: auto;	
}

.whc1 {
display: flex;
width: auto;
margin: 0 auto 24px auto;
padding-top: 24px;
}
.whc1inner {
width: 33%;
float: left;
padding: 20px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}

.whccontent {
margin-bottom: 20px;
position: relative;
box-sizing: border-box;
display: block;
color: #111;
overflow: hidden;
}


.whccontent::before {
content: "";
position: absolute;
width: 60px;
height: 60px;
top: 0;
left: calc( 50% - 30px );
}

.whccontent h3 {
font-size: 20px;
line-height: 26px;
}

.whccontent h3 p {
font-size: 18px;
line-height: 24px;
}

.whccontent svg {
font-size: 1.9em;
background: #111;
color: #fff;
border-radius: 220px;
padding: 15px;
width: 1.5em !important;
height: 1.5em !important;
}
.whccontent i {
font-size: 1.9em;
background: #111;
color: #fff;
border-radius: 220px;
padding: 15px;
width: 1.5em !important;
height: 1.5em !important;
}
.whccontent .fa {
font-size: 1.9em;
background: #111;
color: #fff;
border-radius: 220px;
padding: 15px;
width: 1.5em !important;
height: 1.5em !important;
}

#why-choose-head > h2::before {
content: "";
position: absolute;
width: 96px;
height: 1px;
bottom: -20px;
left: calc( 50% - 48px );
border-bottom: 2px solid #111;
}

#why-choose-head h2 {
text-align: center;
font-weight: normal;
font-size: 28px;
line-height: 36px;
text-transform: none;
position: relative;
font-weight: bold;
}


@media (max-width: 650px) {
	
.whc1inner {
width: 100%;
}

.whc1 {
display: block;
}

#hp-twitter-box {
display:block;
}
}


.edpcmission {
padding: 10px;
background: #e9ebeb;

}

.edpcmission h2 {
color: #0298e1;
margin: 5px;
font-size: 2.3em !important;

}

.edpcmission p {
margin: 5px;

}

#sareadmore {
overflow:hidden;
}

.refmed {
background: transparent;
border: 0px;
font-weight:bold;

font-size: 1em;
text-align:left;
}
.refmed:hover , .refmed:focus, .refmed:active  {

background: transparent !important;box-shadow: none;
}


#frtmore {
display:none;
}

footer.entry-meta {

    border: 0;
}