@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

/*
* ==========================================================
*Reset
* ==========================================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, 
samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, 
aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { 
margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
/* $clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; } 
.clearfix:after { clear: both; } 
.clearfix { zoom: 1; }
	
/*
* ==========================================================
* Common styles
* ==========================================================
*/

body {
	color: #fff;
	font-size: 14px;
	font-family: "PT Sans";
}
a {
	color: #3737f5; 
	text-decoration: underline;
}
li,
p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 18px;
}
	.wrapper {
		background: #070f09;
		background: -moz-linear-gradient(top,  #070f09 0%, #0d1c0f 70%, #243a1d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#070f09), color-stop(70%,#0d1c0f), color-stop(100%,#243a1d));
		background: -webkit-linear-gradient(top,  #070f09 0%,#0d1c0f 70%,#243a1d 100%);
		background: -o-linear-gradient(top,  #070f09 0%,#0d1c0f 70%,#243a1d 100%);
		background: -ms-linear-gradient(top,  #070f09 0%,#0d1c0f 70%,#243a1d 100%);
		background: linear-gradient(to bottom,  #070f09 0%,#0d1c0f 70%,#243a1d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070f09', endColorstr='#243a1d',GradientType=0 );
	}
		.wrapper-opacity {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url(../images/graphics/body-bg.png);
			background-repeat: repeat;
			z-index: 2;
		}
	.content {
		position: relative;
		z-index: 3;
	}
		.header {
			
		}
			.header-top {
				
			}
				.header-top .top-menu-link {
					float: left;
					padding: 15px 10px 5px;
					margin: 0 30px 0 0;
				}
					.header-top .top-menu-link a {
						color: #00FF00;
						text-decoration: none;
						font-weight: bold;
						font-size: 14px;
						text-transform: uppercase;
					}
						.header-top .top-menu-link a:hover {
							box-shadow: inset 0 -2px #00FF00;
							color: #00FF00;
						}
				.toggle-button {
					display: block;
					padding: 3px;
					width: 30px;
					margin: 18px 10px 9px;
					float: right;
					position: relative;
					z-index: 100;
				}
					.toggle-button span {
						display: block;
						height: 1px;
						background: #00FF00;
						margin: 0 0 5px;
					}
			.header-middle {
				border-left: 1px solid #fbd800;
				border-right: 1px solid #fbd800;
				border-top: 1px solid #fbd800;
				padding: 15px 0 0;
				background-color: rgba(7,15,9,0.9);
				background-image: url(images/graphics/header-top-bg.jpg);
				background-repeat: no-repeat;
				background-size: 100% auto;
				background-position: center 13px;
				border-radius: 10px 10px 0 0;
			}
			.tabs.tabs-style-line nav .mobile-link {
				display: none;
			}
					.header-middle .logo { 
						display: block;
						padding: 0 10px;
						margin-top: 15px;
					}
						.header-middle .logo img {
							display: block;
							vertical-align: top;
							max-width: 100%;
						}
					.click-here {
						display: block;
						font-size: 18px;
						font-weight: 700;
						text-align: center;
						color: #F00;
						margin: 5px 0 0 0px;
						-webkit-animation-name: blinker;
						-webkit-animation-duration: 1s;
						-webkit-animation-timing-function: linear;
						-webkit-animation-iteration-count: infinite;
						
						-moz-animation-name: blinker;
						-moz-animation-duration: 1s;
						-moz-animation-timing-function: linear;
						-moz-animation-iteration-count: infinite;
						
						animation-name: blinker;
						animation-duration: 1s;
						animation-timing-function: linear;
						animation-iteration-count: infinite;
				}

				@-moz-keyframes blinker {  
						0% { opacity: 1.0; }
						50% { opacity: 0.0; }
						100% { opacity: 1.0; }
				}

				@-webkit-keyframes blinker {  
						0% { opacity: 1.0; }
						50% { opacity: 0.0; }
						100% { opacity: 1.0; }
				}

				@keyframes blinker {  
						0% { opacity: 1.0; }
						50% { opacity: 0.0; }
						100% { opacity: 1.0; }
				}
						.click-here:hover {
							text-decoration: none;
							color: #F00;
						}
				.header-middle .example-left {
					background-color: transparent;
				}
					.banners {
						
					}
						.banners li  {
							margin-left: 15px;
							margin-bottom: 20px;
							width: 150px;
							display: inline-block;
						}
							.banners li a {
								display: inline-block;
							}
								.banners li  img {
									width: 100%;
									display: block;
									vertical-align: top;
								}
					.banners-top {
						font-size: 12px;
						color: #00FF00;
						margin: 0px 0 5px 0;
					}
					.banners-bottom {
						font-size: 12px;
						color: #00FF00;
						margin: 5px 0 5px 0;
					}
				.header-bottom {
					border-left: 1px solid #fbd800;
					border-right: 1px solid #fbd800;
					padding: 10px 0 0;
					background: rgba(7,15,9,0.9);
				}



	.main-content {
		border: 1px solid #fbd800;
		background-color: #333;
		border-radius: 4px;
		padding: 0;
		color: #000;
	}
		.main {
			background: rgba(7,15,9,0.6);
			position: relative;
			z-index: 3;
			border: 1px solid #fbd800;
			padding: 30px 0 230px;
			border-radius: 2px;
		}
	.page-header {
		margin: 5px 10px 0px;
		padding: 5px 0px 0;
		border: 0;
	}
		.page-header .nav {}
			.page-header .nav li {}
				.page-header .nav li a {
					font-size: 14px;
					line-height: 14px;
					text-decoration: none;
					height: 50px;
					overflow: hidden;
				}
			.page-header h1 {
				padding: 15px 0 15px;
				-webkit-text-stroke: 1px #000000;
				-webkit-text-fill-color: #FBD800;
				color: #FBD800;
				font-size: 36px;
				font-weight: 900;
				text-shadow: 4px 4px 6px rgba(0,0,0,0.5);
				
				letter-spacing: -1px;
			}
	.page-content {
		margin: 0 10px 10px;
		padding: 10px 0px 0px;
		background-color: #fff;
	}
		.page-content-wrap {
			background-color: #fff;
			border-radius: 4px;
			margin: 10px 10px;
			padding: 25px 25px;
		}
		.content-header {
			padding: 0 0 15px;
		}
			.content-header h1 {
				padding: 0px 0 15px;
				-webkit-text-stroke: 1px #000000;
				-webkit-text-fill-color: #FBD800;
				color: #FBD800;
				font-size: 36px;
				font-weight: 900;
				
				letter-spacing: -1px;
			}
			.article-footer {
				position: absolute;
				width: 100%;
				bottom: 0;
				left: 0;
				height: 230px;
			}
				.article-footer .btn {
					margin: 15px 0;
				}
			.fluidMedia {
				z-index: 1;
				position: relative;
				padding-bottom: 55.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
				padding-top: 0;
				height: 0;
				overflow: hidden;
				border: 10px solid #070f09;
				box-shadow: 0 0 1px rgba(97,173,101,0.6);
				border-radius: 8px;
			}
				.fluidMedia iframe {
					position: absolute;
					top: 0; 
					left: 0;
					width: 100%;
					height: 100%;
					border-radius: 8px;
				}
		.banners-block {}
			.banners-item {
				margin: 0 0 15px;
				padding: 0 5px;
			}
				.banners-item a {
					display: block;
				}
					.banners-item img {
						max-width: 100%;
					}
			.pip {
				max-width: 100%;
				position: absolute;
				top: -60px;
				left: 0;
				width: 100%;
				z-index: 2;
				display: none;
			}
		.sidebar {}
			.sidebar-nav {
				list-style: none;
				margin: 0px 0 10px 0;
			}
				.sidebar-nav li {
					
				}
					.sidebar-nav li a {
						font-size: 16px;
						text-transform: uppercase;
						color: #00FF00;
						text-decoration: none;
						display: block;
					}
						.sidebar-nav li a:hover {
							color: #00FF00;
							font-weight: 700;
						}
							.sidebar-nav li a .red {
								color: #f00;
							}
		.sidebar img {
			max-width: 100%;
		}
	.footer {
		z-index: 3;
		padding: 20px 0;
	}
		.footer .copyright {}
			.article-footer .copyright {
				padding: 15px 0 0;
			}
			.article-footer .copyright sup,
			.footer .copyright sup {
				font-size: 7px;
				vertical-align: middle;
			}
				.footer .copyright p {
					line-height: 20px;
					font-size: 13px;
				}
				.article-footer .copyright p {
				}
				.article-footer .copyright p {
					font-size: 12px;
					margin: 0 0 5px;
				}
/* ==========================================================
*/






/*
* ==========================================================
* Begin of membership-page
* ==========================================================
*/
.membership-page {
	
}
	.membership-page h3 {
		-webkit-text-stroke: 1.5px #000000;
		-webkit-text-fill-color: #FBD800;
		color: #FBD800;
		font-size: 28px;
		font-weight: 900;
		text-shadow: 4px 4px 4px rgba(0,0,0,0.4);
		margin: 15px 0 15px;
		letter-spacing: -1px;
	}

		.zanger-about {
			
		}
			.zanger-about-image {
				max-width: 90%;
				width: 90%;
				display: inline-block;
				border: 5px solid #FBD800;
				box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
			}
			.zanger-about-name {
				margin: 5px 0 0 0;
				-webkit-text-stroke: 2.0px #000000;
				-webkit-text-fill-color: #FBD800;
				color: #FBD800;
				font-size: 38px;
				font-weight: 900;
				text-shadow: 0 0 2px #000;
				
				letter-spacing: -2px;
			}
			.zanger-about-link {
				
			}
				.zanger-about-link a {
					text-transform: uppercase;
					color: #49FF49;
					-webkit-text-stroke: 0.5px #000000;
					-webkit-text-fill-color: #49FF49;
					font-size: 17px;
					text-decoration: none;
					text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
					font-weight: 700;
					margin: 5px 0 0 0;
					display: inline-block;
					
				}
		.zanger-report {
			
		}
			.zanger-report-title {
				//-webkit-text-stroke: 1px #000000;
				-webkit-text-fill-color: #FBD800;
				color: #FBD800;
				font-size: 36px;
				font-weight: 900;
				text-shadow: 4px 4px 6px rgba(0,0,0,0.5);
				
				font-family: 'Raleway', sans-serif;
				margin: 0 0 15px;
				letter-spacing: -1px;
				filter: glow(color=black,strength=1);  
			} 

				.zanger-report-title sup {
					color: #FBD800;
					font-size: 12px;
					line-height: 20px;
					vertical-align: top;
					text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000 !important;
				}
			.zanger-report-text {
				font-size: 18px;
				line-height: 22px;
			}
			.zanger-click-here-block {
				margin: 0;
				text-align: right;
			}
				.zanger-click-here-link {
					display: inline-block;
				}
					.zanger-click-here-text {
						-webkit-text-stroke: 1.5px #000000;
						-webkit-text-fill-color: #FBD800;
						color: #FBD800;
						font-size: 24px;
						font-weight: 900;
						text-shadow: 4px 4px 6px rgba(0,0,0,0.5);
						font-family: 'Raleway', sans-serif;
						margin: 75px 0 15px;
						letter-spacing: -1px;
						display: inline-block;
					}
						.zanger-click-here-text sup {
							text-shadow: none;
							-webkit-text-stroke: 0px #000000;
							-webkit-text-fill-color: #000;
							color: #000;
							font-size: 12px;
							line-height: 20px;
							vertical-align: top;
						}
							.zanger-click-here-text span {
								color: #0CFF00;
								-webkit-text-fill-color: #0CFF00;
							}
					.zanger-click-here-image {
						display: inline-block;
					}
		.monthly-membership {
			margin: 15px 0;
			padding: 20px 0;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwY2ZmMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMC4zNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-radial-gradient(center, ellipse cover,  rgba(12,255,12,1) 0%, rgba(238,238,238,0.36) 64%, rgba(255,255,255,0) 100%);
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(12,255,12,1)), color-stop(64%,rgba(238,238,238,0.36)), color-stop(100%,rgba(255,255,255,0)));
			background: -webkit-radial-gradient(center, ellipse cover,  rgba(12,255,12,1) 0%,rgba(238,238,238,0.36) 64%,rgba(255,255,255,0) 100%);
			background: -o-radial-gradient(center, ellipse cover,  rgba(12,255,12,1) 0%,rgba(238,238,238,0.36) 64%,rgba(255,255,255,0) 100%);
			background: -ms-radial-gradient(center, ellipse cover,  rgba(12,255,12,1) 0%,rgba(238,238,238,0.36) 64%,rgba(255,255,255,0) 100%);
			background: radial-gradient(ellipse at center,  rgba(12,255,12,1) 0%,rgba(238,238,238,0.36) 64%,rgba(255,255,255,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cff0c', endColorstr='#00ffffff',GradientType=1 );
		}
		.top-side {
			padding: 20px 0 0;
			background: rgb(238,238,238);
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 40%, rgba(255,255,255,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(40%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1)));
			background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 40%,rgba(255,255,255,1) 100%);
			background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 40%,rgba(255,255,255,1) 100%);
			background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 40%,rgba(255,255,255,1) 100%);
			background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 40%,rgba(255,255,255,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );

		}

a.multi-line-button {
    width: 14em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -khtml-background-clip: padding-box;
    background-clip: padding-box;
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    color: white;
    display: block;
    margin: 0.2em auto 0.6em;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    background-color: #008EFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #1D95F3), color-stop(50%, #0074D0), color-stop(100%, #00589E));
    background-image: -moz-linear-gradient(top, #89bbe2 0%, #60a3d8 50%, #378bce 100%);
    background-image: linear-gradient(top, #89bbe2 0%, #60a3d8 50%, #378bce 100%);
    border-color: #2970a9;
    border-left-color: #60a3d8;
    border-top-color: #60a3d8;
    -moz-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
    -webkit-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
    -o-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
    box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0 0 inset;
    color: white;
    text-shadow: #2e7ebd 0 1px 2px;
}
a.multi-line-button .title {
  font-size: 24px;
  font-weight: bold;
  display: block;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
a.multi-line-button .subtitle {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
a.multi-line-button:hover .title {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
a.multi-line-button:hover .subtitle {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
a.multi-line-button:active {
  padding: 13px 15px 11px;
}
a.multi-line-button:hover, a.multi-line-button:focus {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #9dc7e7), color-stop(50%, #74afdd), color-stop(100%, #378bce));
	background-image: -moz-linear-gradient(top, #9dc7e7 0%, #74afdd 50%, #378bce 100%);
	background-image: linear-gradient(top, #9dc7e7 0%, #74afdd 50%, #378bce 100%);
	color: #fff;
}
a.multi-line-button:active, a.multi-line-button.depressed {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #5796c8), color-stop(100%, #6aa2ce));
  background-image: -moz-linear-gradient(top, #5796c8 0%, #6aa2ce 100%);
  background-image: linear-gradient(top, #5796c8 0%, #6aa2ce 100%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #2970a9;
}
a.multi-line-button.green {
    background-color: #38FF00;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #38FF00), color-stop(50%, #2FD400), color-stop(100%, #23A000));
    background-image: -moz-linear-gradient(top, #83c96f 0%, #63bb4a 50%, #4e9939 100%);
    background-image: linear-gradient(top, #83c96f 0%, #63bb4a 50%, #4e9939 100%);
    border-color: #3b742b;
    border-left-color: #63bb4a;
    border-top-color: #63bb4a;
    -moz-box-shadow: rgba(233, 233, 233, 0.5) 1px 1px 0 0 inset;
    -webkit-box-shadow: rgba(233, 233, 233, 0.5) 1px 1px 0 0 inset;
    -o-box-shadow: rgba(233, 233, 233, 0.5) 1px 1px 0 0 inset;
    box-shadow: rgba(233, 233, 233, 0.5) 1px 1px 0 0 inset;
    color: white;
    text-shadow: #458632 0 1px 2px;
}
a.multi-line-button.green:hover, a.multi-line-button.green:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #93d082), color-stop(50%, #73c25d), color-stop(100%, #4e9939));
  background-image: -moz-linear-gradient(top, #93d082 0%, #73c25d 50%, #4e9939 100%);
  background-image: linear-gradient(top, #93d082 0%, #73c25d 50%, #4e9939 100%);
}
a.multi-line-button.green:active, a.multi-line-button.green.depressed {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #5f9f4c), color-stop(100%, #6aaf56));
  background-image: -moz-linear-gradient(top, #5f9f4c 0%, #6aaf56 100%);
  background-image: linear-gradient(top, #5f9f4c 0%, #6aaf56 100%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #3b742b;
}
a.multi-line-button.red {
  background-color: #bf4040;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #cc6666), color-stop(50%, #bf4040), color-stop(100%, #993333));
  background-image: -moz-linear-gradient(top, #cc6666 0%, #bf4040 50%, #993333 100%);
  background-image: linear-gradient(top, #cc6666 0%, #bf4040 50%, #993333 100%);
  border-color: #732626;
  border-left-color: #bf4040;
  border-top-color: #bf4040;
  -moz-box-shadow: rgba(230, 230, 230, 0.5) 1px 1px 0 0 inset;
  -webkit-box-shadow: rgba(230, 230, 230, 0.5) 1px 1px 0 0 inset;
  -o-box-shadow: rgba(230, 230, 230, 0.5) 1px 1px 0 0 inset;
  box-shadow: rgba(230, 230, 230, 0.5) 1px 1px 0 0 inset;
  color: white;
  text-shadow: #862d2d 0 1px 2px;
}
a.multi-line-button.red:hover, a.multi-line-button.red:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d27979), color-stop(50%, #c55353), color-stop(100%, #993333));
  background-image: -moz-linear-gradient(top, #d27979 0%, #c55353 50%, #993333 100%);
  background-image: linear-gradient(top, #d27979 0%, #c55353 50%, #993333 100%);
}
a.multi-line-button.red:active, a.multi-line-button.red.depressed {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #a04545), color-stop(100%, #b24d4d));
  background-image: -moz-linear-gradient(top, #a04545 0%, #b24d4d 100%);
  background-image: linear-gradient(top, #a04545 0%, #b24d4d 100%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #732626;
}
a.multi-line-button.orange {
	background-color: #FF8000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FF5E00), color-stop(50%, #C54901), color-stop(100%, #8E1501));
	background-image: -moz-linear-gradient(top, #e19951 0%, #d98026 50%, #ae661e 100%);
	background-image: linear-gradient(top, #e19951 0%, #d98026 50%, #ae661e 100%);
	border-color: #824d17;
	border-left-color: #d98026;
	border-top-color: #d98026;
	-moz-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
	-webkit-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
	-o-box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
	box-shadow: rgba(235, 230, 224, 0.5) 1px 1px 0 0 inset;
	color: white;
	text-shadow: #985a1b 0 1px 2px;
}
a.multi-line-button.orange:hover, a.multi-line-button.orange:focus {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #e4a667), color-stop(50%, #dd8d3c), color-stop(100%, #ae661e));
  background-image: -moz-linear-gradient(top, #e4a667 0%, #dd8d3c 50%, #ae661e 100%);
  background-image: linear-gradient(top, #e4a667 0%, #dd8d3c 50%, #ae661e 100%);
}
a.multi-line-button.orange:active, a.multi-line-button.orange.depressed {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #b8732e), color-stop(100%, #cc8033));
  background-image: -moz-linear-gradient(top, #b8732e 0%, #cc8033 100%);
  background-image: linear-gradient(top, #b8732e 0%, #cc8033 100%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #824d17;
}

	.subscr-info {
		margin: 50px 0;
	}

	.subscr-info-banner {}
		.subscr-info-banner .banners-item {
			margin: auto;
			max-width: 300px;
		}
			.subscr-info-banner .banners-item img {
				max-width: 100%;
			}
		.faq-block {
			margin: 50px 0 0px;
		}
			.faq-item {
				margin: 0 0 30px;
			}
				.faq-question {
					margin: 0 0 10px 0;
					font-weight: bold;
				}
				.faq-answer {
					margin: 0 0 10px 30px;
				}
					.faq-image {
					
					}
					.danger-faq {
						color: rgb(0, 128, 0);
					}
		
/* ==========================================================
*/




/*
* ==========================================================
* Begin of membership-login-page
* ==========================================================
*/
	.form-horizontal {
		padding: 30px 0;
	}
		.membership-login-page .form-horizontal:first-child {
			border-bottom: 1px solid #999;
		}
/* ==========================================================
*/





/*
* ==========================================================
* Begin of member-testimonials-page
* ==========================================================
*/
	.testimonials-content {
		padding: 10px 0 50px;
	}
		.testimonials-item {
			border-top: 1px solid #ccc;
			padding: 20px 15px;
		}
			.testimonials-item:first-child {
				border-top: 0;
			}
				.testimonials-item p {
					margin: 0 0 10px;
					line-height: 18px;
				}
					.testimonials-item p.testimonials-item-name {
						margin: 15px 0 5px;
						font-weight: bold;
					}

/* ==========================================================
*/




/*
* ==========================================================
* Begin of contact-us-page
* ==========================================================
*/
	.contact-content {
		padding: 10px 0 50px;
	}
		.contact-content p {
			margin: 0 0 10px;
			line-height: 18px;
		}
			.contact-content a {
				text-transform: uppercase;
				color: #49FF49;
				-webkit-text-stroke: 0.5px #000000;
				-webkit-text-fill-color: #49FF49;
				font-size: 17px;
				text-decoration: none;
				text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
				font-weight: 700;
				margin: 5px 0 0 0;
				display: inline-block;				
			}

/* ==========================================================
*/




/*
* ==========================================================
* Begin of golder-rules-page
* ==========================================================
*/
	.golden-rules-page h2 {
		-webkit-text-stroke: 0;
		-webkit-text-fill-color: #222;
		text-shadow: none;
		color: #222;
		font-size: 36px;
		font-weight: 900;
		margin: 25px 0 25px;
		letter-spacing: 0;
		
	}
	.golden-content {
		padding: 10px 0 50px;
	}
		.golden-content p {
			margin: 0 0 10px;
			line-height: 18px;
		}
		.golden-content ol {
			margin: 0 30px;
		} 
			.golden-content ol li {
				margin: 0 0 10px;
			}
		.rules-block {
			margin: 15px 30px;
		}
		.tips-block {
			border-top: 1px solid #ccc;
			margin: 15px 30px;
		}

/* ==========================================================
*/





/*
* ==========================================================
* Begin of recommend-page
* ==========================================================
*/
.recommend-page {

}
	.recommend-page .quotes-text {
		font-weight: normal;
		font-size: 20px;
		line-height: 24px;
		padding: 20px 0;
	}
		.recommend-page .quotes-text i {
			font-weight: bold;
		}
	.recommend-page .recommend-image-link {
		display: inline-block;
	}
		.recommend-page .recommend-image {
			max-width: 100%;
			display: block;
			vertical-align: top;
		}
			.book-wrap {
				margin: 30px 0;
				padding: 15px 15px;
				border: 1px solid #ccc;
				border-radius: 2px;
			}


/* ==========================================================
*/


/*
* ==========================================================
* Begin of stock-page
* ==========================================================
*/
.stock-page {

}
	.stock-page ul li {
		margin: 0 0 5px;
	}
		.stock-page ul li a {
			text-decoration: underline;
		}
			.stock-page ul li a:hover {
				text-decoration: none;
			}
	


/* ==========================================================
*/




/*
* ==========================================================
* Begin of chart-page
* ==========================================================
*/
.chart-page {

}
	.pattern-right-column h4  {
		margin: 0 0 15px;
	}
	.pattern-right-column ol  {
		margin: 0 0 0 20px;
	}
		.pattern-right-column ol li {
			margin: 0 0 5px;
		}
			.pattern-right-column ol li a {
				padding: 5px 7px;
				display: inline-block;
			}
				.pattern-right-column ol li.active a {
					background-color: #fbd800;
					text-decoration: none;
				}
	.charting-offer {
		padding: 0 0 15px;
	}
	.trading-software {
		margin: 30px 0;
		padding: 30px 0;
		border-top: 1px solid #ccc;
	}
		.trading-software img {
			margin: 15px 0;
		}
	
/* ==========================================================
*/


/*
* ==========================================================
* Begin of chart-page
* ==========================================================
*/
.cup-page {

}

/* ==========================================================
*/


/*
* ==========================================================
* Begin of chart-page
* ==========================================================
*/
.flat-page {

}
	.dan-media-item-left .text-center img {
		display: inline-block;
		margin: 15px 0;
		max-width: 100%;
	}
	.text-center img {
	}

/* ==========================================================
*/



/*
* ==========================================================
* Begin of chart-page
* ==========================================================
*/
.ascending-triangle-page {

}

/* ==========================================================
*/


/*
* ==========================================================
* Begin of parabolic-curve-page
* ==========================================================
*/
.parabolic-curve {}

/* ==========================================================
*/



/*
* ==========================================================
* Begin of wedge-formation-page
* ==========================================================
*/
.wedge-formation-page {}
	.here-is {
		padding: 20px 0 0;
		font-weight: bold;
	}
	.patterns-ol {
		margin: 0 0 0 20px;
	}
/* ==========================================================
*/



/*
* ==========================================================
* Begin of channel-formation-page
* ==========================================================
*/
.channel-formation-page {}
/* ==========================================================
*/



/*
* ==========================================================
* Begin of channel-formation-page
* ==========================================================
*/
.descending-triangle-page {}
/* ==========================================================
*/



/*
* ==========================================================
* Begin of flags-pennants-page
* ==========================================================
*/
.flags-pennants-page {}

/* ==========================================================
*/





/*
* ==========================================================
* Begin of head-shoulders-page
* ==========================================================
*/
.head-shoulders-page {}

/* ==========================================================
*/





/*
* ==========================================================
* Begin of head-shoulders-page
* ==========================================================
*/
.dan-media-page {}
	.dan-media-item {
		padding: 15px 0;
		margin: 15px 0;
		border-top: 1px solid #ccc;
	}
		.dan-media-item:first-child {
			border-top: 0;
		}

/* ==========================================================
*/

/*
* ==========================================================
* Begin of head-shoulders-page
* ==========================================================
*/
.privacy-policy-page {
	
}
	.policy-ul {
		font-weight: bold;
	}
		.policy-item {
		
		}
			.policy-question {
			}
			.policy-answer {
				font-weight: normal;
			}

/* ==========================================================
*/


/*
* ==========================================================
* Begin of head-shoulders-page
* ==========================================================
*/
.recent-big-winners-page {
	
}
	.recent-big-winners-page ul.text-center li {
		display: inline-block;
	}
	.graphic-list {
		
	}
		.graphic-list li {
			
		}
			.graphic-list li img {
				display: block;
				margin: auto;
				max-width: 100%;
			}
			.graphic-list li span {
				display: block;
				text-align: center;
			}
	.winner-table-block {
		margin: 0 0 20px;
	}
	.table > thead > tr > th,
	.table > thead > tr > td {
		background-color: rgb(255, 215, 0);
	}
	.table > tbody > tr > td:first-child {
		background-color: rgb(0, 255, 0);
	}

/* ==========================================================
*/


/*
* ==========================================================
* Begin of secure-shopping-area
* ==========================================================
*/
.secure-shopping-area {
	
}
	.secure img {
		max-width: 100%;
	}
	
	.secure-shopping-area input[type="checkbox"] {
		margin: 4px 6px 10px 0;
	}
		.secure .article-footer {
			height: 80px;
		}
		.secure .main {
			padding-bottom: 100px;
		}
		.secure-submit {
			
		}
		.secure .page-header .nav li a {
			height: 60px;
		}
			.secure-read {
				margin: 30px 0;
			}
			.secure-privacy {
				margin: 30px 0 0;
			}
			.secure-smarticon {
				margin: 30px 0;
			}
		.secure-shopping-area .label {
			background-color: transparent;
			color: #333;
			font-size: 16px;
			line-height: 20px;
		}
	.credit-card {
		margin: 50px 0;
	}
		.credit-card-header {
			
		}
		.credit-card-form {
			margin: 30px 0;
		}
		

/* ==========================================================
*/



/*
* ==========================================================
* Begin of head-shoulders-page
* ==========================================================
*/
.current-newsletter {}
.current-newsletter a {}
.current-newsletter a:hover {
	text-decoration: none;
}
	.current-newsletter .dont-miss {
		
	}
		.print-version a {
			color: rgb(0, 0, 255);
		}
		.current-newsletter .dont-miss li {
			display: inline-block;
			font-weight: bold;
		}
			.current-newsletter .dont-miss li a {
				color: rgb(85, 26, 139);
			}
	.date-header {
		font-weight: bold;
	}
		.current-newsletter-content {
			background-color: #D6E3BC;
			padding: 15px 20px;
		}
			.current-header {
				
			}
				.current-header-left {
					font-size: 16px;
					display: inline-block;
					background-color: #000;
					color: #fff;
					padding: 5px 10px;
				}
				.current-header-right {
					font-size: 16px;
					display: inline-block;
					background: #fff;
					padding: 5px 10px;
					color: #3FAF37;
				}
		.current-images {}
			.current-images img {
				max-width: 100%;
				margin: 0 0 30px;
			}
/* ==========================================================
*/


/*
* ==========================================================
* Begin of welcome
* ==========================================================
*/
.secure .header-middle .logo {
    margin: 15px 0 22px;
}
.secure .wrapper {
    padding-top: 15px;
}
.secure .header-middle {
    background-image: url(images/graphics/header-top-bg-secure.jpg);
}
.welcome {
	
}
	.welcome .left-column {
		
	}
	.welcome .right-column {
		background-color: #00FF00;
		padding: 15px 10px;
	}
		.welcome .right-column h5 {
			margin: 0 0 15px 0;
		}
		.welcome .right-column img {
			max-width: 100%;
			display: block;
			margin: auto;
			vertical-align: top;
		}
		.welcome .right-column select {
			margin: 0;
		}
			.welcome .right-column .btn {
				padding: 10px 5px;
				margin: 0;
				font-size: 14px;
			}
			.welcome .right-column .form-control {
				height: 40px;
				padding: 5px 5px;
			}
		.right-column-find {
			padding: 0 0 15px;
			margin: 0 0 15px;
			border-bottom: 1px solid #333;
		}
		
	.morning-updates-block input,
	.morning-updates-block label {
		cursor: pointer;
	}
		.welcome-item {
			padding: 15px 0;
			margin: 15px 0;
			border-top: 1px solid #ccc;
		}
			.welcome-item:first-child {
				border-top: 0;
			}
				.welcome-item-left {
					
				}
				.welcome-item-right {
					
				}
/* ==========================================================
*/





/*
* ==========================================================
* Begin of morning-update
* ==========================================================
*/
.morning-update {
	
}
	.morning-update .table > tbody > tr > td:first-child {
		background-color: transparent;
	}
	.morning-some-block {
		background-color: #000;
		padding: 15px 20px;
		margin: 15px 0;
	}
		.morning-some-block-left {
			color: yellow;
			font-size: 30px;
			line-height: 30px;
		}
		.morning-some-block-right {
			color: #fff;
			font-size: 30px;
			line-height: 30px;
		}
/* ==========================================================
*/



/*
* ==========================================================
* Begin of chart-room
* ==========================================================
*/
.chart-room {}
	.chart-room .alert-success a {
		color: #3D80BB;
	}
	.difficulties {
		margin-left: 20px;
	}
	.chart-room .login-password {
		margin: 30px 0;
		padding: 30px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.colored-block {
		background-color: #f9f9f9;
		padding: 30px 0;
		margin: 30px 0;
	}
/* ==========================================================
*/


/*
* ==========================================================
* Begin of charting-secure
* ==========================================================
*/
.charting-secure {
	
}
	.secure.charting-secure img.media-object{
		max-width: inherit
	}
/* ==========================================================
*/




/*
* ==========================================================
* Begin of chartpattern-community
* ==========================================================
*/
.chartpattern-community {
	
}
	.chartpattern-community-item {
		background-color: #eee;
		padding: 10px 10px;
	}
		.chartpattern-community-item .media-body {
			background-color: #fff;
			border: 1px solid #ccc;
			border-radius: 6px;
			padding: 10px;
			position: relative;
			overflow: visible;
		}
			.community-pointer {
				content: '';
				position: absolute;
				border-style: solid;
				border-width: 10px 9px 10px 0;
				border-color: transparent #FFFFFF;
				display: block;
				width: 0;
				z-index: 1;
				left: -9px;
				top: 15px;
			}
				.community-pointerBorder {
					content: '';
					position: absolute;
					border-style: solid;
					border-width: 10px 9px 10px 0;
					border-color: transparent #ccc;
					display: block;
					width: 0;
					z-index: 0;
					left: -10px;
					top: 15px;
				}
				
		.community-item-header {
			
		}
			.community-item-name {
				
			}
			.community-item-text {
				
			}
			.community-item-date {
				
			}
			.community-item-time {
				
			}
				.chartpattern-community.secure img {
					max-width: inherit;
				}
/* ==========================================================
*/




/*
* ==========================================================
* Begin of faq-secure
* ==========================================================
*/
.page-header-faq .nav li a {
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    height: 50px;
    overflow: hidden;
}
.faq-wrap {
	padding: 10px 10px;
	margin: 10px 10px;
}
.faq-content {
	padding: 10px 10px 0;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
	.faq-content .table {
		margin-bottom: 10px;
	}
		.faq-content .table > tbody > tr > td:first-child {
			background-color: transparent;
		}
	.faq-content .table > tbody > tr > td.panel-left-text-question {
		background-color: #339966;
		width: 100px;
	}
	.faq-content .table > tbody > tr > td.panel-left-text-answer {
		background-color: #FFD700;
		width: 100px;
	}
	.faq-content .table-bordered > thead > tr > td, 
	.faq-content .table-bordered > tbody > tr > td, 
	.faq-content .table-bordered > tfoot > tr > td {
		border: 1px solid #fff;
	}
	.panel-right-text {
		background-color: #ddd;
	}
/* ==========================================================
*/



/*
* ==========================================================
* Get footer to the bottom
* ==========================================================
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
html,body {
	height: 100%;
}
* html body {
	height: 100%;
}
body {
	min-height: 100%;
	position: relative;
}
.wrapper {
	min-height: 100%;
	position: relative;
	padding-bottom: 150px;
}
.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 150px;
}
/* ==========================================================
*/




/* Start of Max changes */
.pc-plus-mobile-menu-link .free {
	display: none;
}
.homepage .pc-plus-mobile-menu-link .free {
	display: inline-block;
}
.menu {
	margin: 50px 0;
}
.menu__item {
	margin: 0 0 5px;
}
.menu__link {
	color: #3737f5;
	font-weight: 400;
	border-radius: 4px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	background-color: #00ff00;
	padding: 8px 10px 10px 10px;
}
.menu_code {
	margin: 15px 0 15px 20px;
}
.menu_disc {
	list-style-type: disc;
}
.menu_center {
	text-align: center;
}
.menu_nomargin {
	margin: 0;
}
.menu_center .menu__item {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
.menu_sep .menu__item:before {
	content: '';
	position: absolute;
	left: -2px;
	top: 2px;
	width: 1px;
	height: 16px;
	background-color: #3737f5;
}
.menu_sep .menu__item:first-child:before {
	display: none;
}
.menu_margin .menu__item {
	margin: 0 0 25px;
}
.menu_simple {
	margin: 0 0 15px;
}
.menu_simple .menu__link {
	padding: 0 10px;
	display: inline-block;
	background-color: transparent;
}
.menu_community {
	margin: 0 0 25px;
}
.nav .btn_add {
	cursor: pointer;
	height: auto !important;
	margin: 0 10px;
	border-radius: 6px;
	background-color: #34BA07;
	color: #fff;
	font-weight: 700;
	padding: 10px 15px 10px 35px;
	position: relative;
}
.nav .btn_add:before {
	content: '+';
	position: absolute;
	top: 9px;
	left: 10px;
	width: 15px;
	height: 15px;
	font-size: 30px;
}
.nav .btn_add:hover {
	opacity: .8;
	background-color: #34BA07;
	border-color: #34BA07;
}
.menu__left {
	width: 50%;
	float: left;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	padding: 5px 10px;
	text-align: right;
}
.menu__right {
	width: 50%;
	float: left;
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
.media {

}
.media_center {
	margin: auto;
	width: 450px;
}
.media__link {
	float: left;
	width: 100px;
	margin: 0 25px 0 0;
}
.media__text {
	float: left;
	width: 300px;
	text-align: left;
	margin: 20px 0 0 0;
}
.figure {
	margin: 25px 0;
	text-align: center;
}
.figure__img {

}
.figure__figcaption {

}
.title__h1 {
	margin: 0 0 50px;
}
.title__h2 {
	margin: 0 0 25px;
}
.title__h3 {
	margin: 0 0 15px;
}
.hr {
	margin: 25px 0;
}
.table {}
.table_comments .td {
	text-align: center;
	padding: 10px 10px;
	font-weight: 700;
	color: #fff;
	border-right: 1px solid #fff;
	background-color: #000 !important;
}
.table_comments .link {
	color: #fff;
	display: block;
}
.table_comments .link:hover {
	text-decoration: none;
}
.table_comments .td:first-child {
	background-color: #000 !important;
}
.lesson {
	margin: 0 0 15px;
}
.lesson_h3 {
	margin: 0 0 50px;
}
.lesson__title {
	margin: 0 0 5px;
}
.list {
	margin: 0 0 0 20px;
}
.list_lesson {
	margin: 0 0 10px;
}
.list_lesson .list__item {
	margin: 0 0 3px;
}
.list_lesson .list__left {
	font-weight: 700;
}
.lesson__img {
	float: left;
	display: block;
	margin: 0 15px 15px 0;
}
.lesson__link {
	font-size: 16px;
}
.page-content .btn_add {
	cursor: pointer;
	height: auto !important;
	margin: 0 10px;
	border-radius: 6px;
	background: rgb(26,206,3);
	background: -moz-linear-gradient(top,  rgba(26,206,3,1) 0%, rgba(18,92,8,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(26,206,3,1) 0%,rgba(18,92,8,1) 100%);
	background: linear-gradient(to bottom,  rgba(26,206,3,1) 0%,rgba(18,92,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ace03', endColorstr='#125c08',GradientType=0 );

	color: #fff;
	font-weight: 700;
	padding: 10px 15px 10px 35px;
	position: relative;
  line-height: 20px;
}
.page-content .btn_add:before {
	content: '+';
	position: absolute;
	top: 9px;
	left: 10px;
	width: 15px;
	height: 15px;
	font-size: 30px;
}
.page-content .btn_add:hover {
	opacity: .8;
	background-color: #34BA07;
	border-color: #34BA07;
}
.add-post__title {
	text-shadow: none;
	font-size: 20px;
	color: #000;
	letter-spacing: 0;
	font-weight: 700;
  font-family: "PT Sans";
	-webkit-text-stroke: 0;
	-webkit-text-fill-color: #000;
}
.title__h1,
.title__h2,
h5.community-item-header {
	text-shadow: none;
	-webkit-text-stroke: 0;
  font-family: "PT Sans";
	-webkit-text-fill-color: #000;
	color: #000;
	letter-spacing: 0;
}
.table.table-members > tbody > tr > td:first-child {
	background-color: transparent;
}
.textarea {
	width: 100%;
	height: 200px;
	resize: none;
}
.profile {}
	.profile__left {
		float: left;
		min-width: 100px;
		max-width: 150px;
		margin: 0 25px 25px 0;
	}
	.profile__right {
		float: right;
		width: 80%;
	}
	.profile__name {
		font-size: 20px;
		font-weight: 700;
	}
	.profile__textarea {
		width: 100%;
		height: 200px;
		resize: none;
	}
	.toggleDiv {
		display: none;
	}
.photo {}
	.file_upload {
    margin: 10px 0;
    cursor: pointer;
		position: relative;
		overflow: hidden;
		font-size: 1em;        /* example */
		height: 2em;           /* example */
		line-height: 2em       /* the same as height */
	}
	.file_upload > button {
		width: 8em;            /* example */
		height: 100%;
    width: 100%;
    cursor: pointer;
    line-height: 20px;
	}
	.file_upload > div {
		padding-left: 1em      /* example */
	}
	.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 10em;     /* IE 9 fix */
    opacity: 0;
    cursor: pointer;
	}
.btn-gray {
	color: #333;
	font-size: 15px;
	padding: 5px 25px;
	border-radius: 0;
	border: 1px solid #949494;
	background: rgb(244,244,244);
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(222,222,222,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(222,222,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(222,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dedede',GradientType=0 );
}
.btn-gray:hover {
	color: #333;
	background: rgb(224,224,224);
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(206,206,206,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(206,206,206,1) 100%);
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(206,206,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cecece',GradientType=0 );
}
.btn-gray:focus {
	color: #333;
}
.dan__image {
	height: auto;
	max-width: 200px;
}
.table.table-terms > thead > tr > th, 
.table.table-terms > tbody > tr > td:first-child {
	background-color: transparent;
}
.table.table-terms > tbody > tr > td.yellow {
	background-color: yellow !important;
}
.alert-warning {
	color: #333;
	border-color: #faebcc;
	background-color: #faebcc;
}
	.alert-warning label {
    font-size: 18px;
		font-weight: 700;
	}
	.alert-warning input {
    margin: 0 0 0 5px;
	}
.page-header .nav {
	width: 100%;
	border: 0;
}
	.page-header .nav li {
		margin-bottom: 0;
	}
		.secure .page-header .nav li a,
		.page-header .nav li a {
			border: 0;
			color: #333;
			padding: 15px 15px;
			font-weight: 700;
			border-radius: 0;
	    display: block;
	    height: 60px;
			vertical-align: middle;
			background-color: #00FF00;
		}
			.page-header .nav li a:hover {
				border: 0;
				background-color: #ccc;
			}
	.page-header .nav li.active a {
		border: 0;
		color: #000;
		background-color: #FBD800;
	}
			.page-header .nav li.active a:hover {
				border: 0;
			}
	.billing-page {

	}
		.billing-page .title__h1 {
			font-size: 22px;
		}
	.banner {
		text-align: center;
	}
		.banner__link {
			display: block;
		}
		.banner__img {
			max-width: 100%;
			vertical-align: top;
			display: inline-block;
		}
	.alert-new {
		background-color: #dff0d8;
		border-color: #d6e9c6;
		color: #3c763d;
	}
	.form {
		margin: 0 0 25px;
	}
		.form__row {
			margin: 0 0 15px;
		}
		.form__half {
			float: left;
			width: 50%;
			padding: 0 10px;
		}
			.form__half .form__label {
				text-align: center;
				margin: 0 0 15px;
			}
			.form__half .form__input {
				float: none;
				width: 100%;
			}
		.form__left {
			float: left;
			min-width: 200px;
		}
		.form__right {
			width: 70%;
			float: right;
		}
		.form__label {
			display: block;
			font-size: 16px;
			font-weight: 700;
		}
		.form__input {
			
		}
		.form__select {
			cursor: pointer;
			margin: 0 0 5px;
		}
/* End of Max changes */




/*
* ==========================================================
* Media queries
* ==========================================================
*/


@media (min-width: 1170px) {
	.fluidMedia {
		padding-bottom: 68.25%;
	}
	.sidebar-nav li a .pc-plus-mobile-menu-link {
		display: block;
	}
	.sidebar-nav li a .tablet-menu-link {
		display: none;
	}
}
	@media (max-width: 1170px) {
		.sidebar-nav li a .pc-plus-mobile-menu-link {
			display: none;
		}
		.sidebar-nav li a .tablet-menu-link {
			display: block;
		}
	}
@media only screen 
and (min-device-width : 1024px)  {
	.toggle-button {
		display:  none;
	}
	.tabs {
		display: block;
	}
	.fluidMedia {
		padding-bottom: 68.25%;
	}
}
@media (max-width: 1024px)  {
	.fluidMedia {
		padding-bottom: 68.25%;
	} 
}
	@media (min-width: 992px) and (max-width: 1024px) {
	
	} 
@media (min-width: 992px) {

}
	@media (max-width: 992px) {

	}
		@media (min-width: 768px) and (max-width: 992px) {
		
		} 
		
@media (min-width: 768px) {

}
	@media (max-width: 768px) {

	}
		@media (min-width: 480px) and (max-width: 768px) {
		
		} 
			@media (max-width: 480px) {

			} 


@media only screen 
and (max-width : 1024px) {
	.monthly-membership {
		margin: 0;
		padding: 0;
	}
	.media-body {
		width: 100%;
	}
	.text-center img {
		max-width: 100%;
	}
}
/*iPad in portrait & landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.media-body {
		width: 100%;
	}
	.page-header .nav li a {
		height: auto;
		overflow: visible;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		color: #555555;
		background-color: #ccc;
	}
	.nav-tabs.nav-justified {
		width: 100%;
		border-bottom: 0;
	}
	.nav-tabs.nav-justified > li {
		float: none;
		width: 100%;
		display: block;
	}
	.sidebar-nav li a .pc-plus-mobile-menu-link {
		display: none;
	}
	.sidebar-nav li a .tablet-menu-link {
		display: block;
	}
	.toggle-button {
		display: block;
	}
	.tabs {
		display: none;
	}
	.header-middle {
		border-top: 1px solid #E5F508;
	}
	.aeticle-footer,
	.footer {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}
	.wrapper {
		padding-bottom: 0;
	}
	.header-top .tabs {
		position: fixed;
		z-index: 4;
		background: rgba(7,15,9,0.9);
		width: 100%;
		left: 0;
		top: 50px;
		border-top: 1px solid #E5F508;
		height: 100%;
	}
		.header-top .tabs-style-line nav a {
			margin: 0;
			padding: 20px 10px
		}
}

/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.faq-image {
		max-width: 100%;
	}
	.header-top .top-menu-link {
		display: block;
		float: none;
	}
}
/*iPad in portrait*/
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.header-top .top-menu-link {
		display: block;
		float: none;
	}
	.faq-image {
		max-width: 100%;
	}
	.zanger-click-here-image {
		max-width: 100px;
	}
	.zanger-click-here-text {
		font-size: 20px;
	}
	.zanger-click-here-image {
		max-width: 120px;
	}
	.zanger-report-title {
		font-size: 28px;
	}
	.zanger-about-name {
		font-size: 22px;
	}
	.zanger-about-link a {
		font-size: 12px;
	}
	.fluidMedia {
		padding-bottom: 67.25%;
	}
	.banners {
		height: 60px;
	}
	.click-here {
		font-size: 14px;
	}
}
/*Retina iPad in portrait & landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
	.fluidMedia {
		padding-bottom: 67.25%;
	}
}
/*Retina iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {


}
/*Retina iPad in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.fluidMedia {
		padding-bottom: 67.25%;
	}
}
/*iPad 1 & 2 in portrait & landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){


}
/*iPad 1 & 2 in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
	
}
/*iPad 1 & 2 in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {


}

@media (max-width: 736px) {
	.golden-rules-page h2 {
		font-size: 18px;
	}
	.rules-block ol {
		padding: 0 0 0 20px
	}
	.main {
		padding-top: 0;
	}
		.colored-block,
		.alert {
			overflow: hidden;
		}
	.media_center {
		width: auto;
	}
	.media__text {
		float: none;
		width: auto;
	}
	.media__link {
		float: none;
		display: block;
		text-align: center;
		width: auto;
	}
	.media__link img {
		display: inline-block;
	}
	.secure .page-header .nav li a,
	.page-header .nav li a {
		height: auto;
	}
		.secure .page-header .nav li a:hover,
		.page-header .nav li a:hover {
			color: #333;
		}
	.faq-block {
		margin: 15px 0;
	}
	.subscr-info {
		margin: 15px 0;
	}
	.membership-page h3 {
		-webkit-text-stroke: 1.0px #000000;
		font-size: 24px;
	}
	.monthly-membership {
		margin: 0px 0;
		padding: 0px 0;
	}
	.zanger-report-text {
		font-size: 16px;
		line-height: 18px;
		text-align: justify;
	}
	.top-side {
		padding: 0;
	}
	.page-content-wrap {
		margin: 10px 5px;
		padding: 5px 5px;
	}
	.page-header {
		margin: 5px 5px 0px;
	}
	.page-content {
		margin: 0 5px 5px;
	}
	.text-center img {
		max-width: 100%;
	}
	.page-header .nav li a {
		height: auto;
		overflow: visible;
	}
	.trading-software img {
		max-width: 100%;
	}
	.chart-page .media .btn {
		width: 100%
	}
	.media-object {
		max-width: 100%;
		width: 100%;
	}
	.media-body {
		padding: 10px 0;
	}
	.media-left,
	.media-right,
	.media-body {
		display: block;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		color: #555555;
		background-color: #ccc;
	}
	.nav-tabs.nav-justified {
		width: 100%;
		border-bottom: 0;
	}
	.nav-tabs.nav-justified > li {
		float: none;
		width: 100%;
		display: block;
	}
	a.multi-line-button {
		width: 100%;
	}
		.golden-content ol {
			margin: 0 10px;
		}
		.tips-block,
		.rules-block {
			margin: 15px 0px;
		}

	.faq-answer {
		margin: 0 0 10px 0;
	}
	.zanger-click-here-text {
		font-size: 22px;
		margin: 15px 0 25px;
	}
	.zanger-report-title {
		-webkit-text-stroke: 1.5px #000000;
		font-size: 22px;
	}
	.zanger-report {
		margin: 0px 0;
	}
	.tabs li a .pc-plus-mobile-menu-link,
	.sidebar-nav li a .pc-plus-mobile-menu-link {
		display: block;
	}
	.tabs li a .tablet-menu-link,
	.sidebar-nav li a .tablet-menu-link {
		display: none;
	}
	.banners-top,
	.banners-bottom {
		margin: 5px 0 5px 20px;
	}
	.sidebar img,
	.banners-item img {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.toggle-button {
		display: block;
	}
	.sidebar-nav,
	.tabs {
		display: none;
	}
	.header-middle {
		border-top: 1px solid #E5F508;
	}
	.aeticle-footer,
	.footer {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}
	.wrapper {
		padding-bottom: 0;
	}
	.header {
	}
		.header-middle {
			background-image: url(images/graphics/header-mobile-bg.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
		}
	.banners-item {
		margin: 5px 0 5px;
		padding: 0 0px;
	}
	.header-top .tabs {
		position: fixed;
		z-index: 4;
		background: rgba(9,9,9,0.95);
		width: 100%;
		left: 0;
		top: 0px;
		border-top: 1px solid #E5F508;
		border-bottom: 1px solid #E5F508;
		padding: 13px 0;
		margin: 0;
		height: 100%;
	}
		.header-top .tabs.tabs-style-line nav li {
			float: none;
			margin: 0;
			padding: 5px 10px;
		}
			.header-top .tabs.tabs-style-line nav a {
				margin: 0;
				padding: 5px 15px;
				display: block;
				text-decoration: none;
				font-weight: bold;
				text-transform: uppercase;
				color: #61ad65;
				font-size: 14px;
			}
		.tabs-style-line nav li.tab-current a {
			box-shadow: none;
			background-color: #00FF00;
			color: #000 !important;
		}
		.tabs.tabs-style-line nav .mobile-link {
			display: block;
		}
		.sidebar-nav {
			margin: 20px 0 30px 0;
		}
	.banners {
		height: 60px;
		padding: 5px 5px 0 5px;
	}
		.banners li {
			margin: 0 5px;
		}

		.header-middle {
			background-size: 100% auto;
			background-repeat: repeat; 
		}

}











/*iPhone 4 in portrait & landscape*/
@media only screen 
and (min-width: 320px) 
and (max-width: 480px) {

}
/*iPhone 4 in portrait*/
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px) 
and (orientation: portrait) {
	.fluidMedia {
		padding-bottom: 68.25%;
		margin-bottom: 10px;
	}
	.sceen1_img_01 {
		display: none;
	}
}
/*iPhone 4 in landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
and (orientation : landscape) {
	.fluidMedia {
		padding-bottom: 63.25%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.header-bottom {
		padding-bottom: 10px;
	}
}



/*iPhone 5 & 5S in portrait & landscape*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
	.fluidMedia {
		padding-bottom: 66.25%;
		margin-bottom: 10px;
	}
	.page-header h1 {
		font-size: 26px;
	}
} 
/*iPhone 5 & 5S in portrait*/
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (orientation: portrait) {
	.fluidMedia {
		padding-bottom: 68.25%;
		margin-bottom: 10px;
	}
} 
/*iPhone 5 & 5S in landscape*/
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (orientation: landscape) {
	.fluidMedia {
		padding-bottom: 66.25%;
		margin-bottom: 10px;
	}
} 

/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
}

/*iPhone 6 in portrait & landscape*/
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) {

}
/* iPhone 6 Plus in portrait */
@media only screen  
and (max-device-width: 667px)  
and (orientation: portrait) { 
	.fluidMedia {
		padding-bottom: 66.25%;
		margin-bottom: 10px;
	}
}
/* iPhone 6 Plus in portrait & landscape */
@media only screen 
and (max-device-width: 667px)
and (orientation: landscape) { 
	.fluidMedia {
		padding-bottom: 67.25%;
		margin-bottom: 10px;
	}
}


/*iPhone 6 Plus in portrait & landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
	.fluidMedia {
		padding-bottom: 65.25%;
		margin-bottom: 10px;
	}
}


