body {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #85919d;
	height: 100%;
	position: relative;
}
body.fmr-overflow {
	overflow-x: auto;
}
a {
	color: #8dc63f;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #8dc63f;
	outline: none;
	text-decoration: none;
}
p, figure {
	margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #484c50;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}
::-webkit-selection {
	color: #818892;
	background: #f9f6f0;
}
::-moz-selection {
	color: #818892;
	background: #f9f6f0;
}
::selection {
	color: #818892;
	background: #f9f6f0;
}
.navbar-brand {
	font-size: 35px;
	color: #efefef !important;
	font-weight: bold;
}
.navbar-brand span {
	color: #99cc53 !important;
	font-weight: 400;
}
.btn.btn-md {
	padding: 10px 20px !important;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
}
.btn-primary {
	background: #8dc63f;
	color: #fff;
	border: 2px solid #8dc63f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #99cc53 !important;
	border-color: #99cc53 !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #8dc63f;
	border: 2px solid #8dc63f;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #8dc63f;
	color: #fff;
}
.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}
.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}
.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}
.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}
.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
	background: transparent;
	color: #d9534f;
	border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #d9534f;
	color: #fff;
}
.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #8dc63f;
}
.input-group .form-control {
	z-index: 0;
}
body {
	background: #efefef url(../img/white_wave.png) repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	body {
		background: #efefef url(../img/white_wave_@2X.png) repeat;
	}
}
.boxed #fmr-page {
	max-width: 1340px;
	max-width: 1140px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
	.boxed #fmr-page {
		max-width: 1060px;
		max-width: 960px;
	}
}
.boxed #fmr-page .container {
	max-width: 1140px;
	max-width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	.boxed #fmr-page .container {
		max-width: 960px;
		max-width: 780px;
	}
}
#fmr-header {
	position: absolute;
	width: 100%;
	left: 0;
	padding-top: 20px;
	z-index: 12;
}
@media screen and (max-width: 768px) {
	#fmr-header {
		padding-top: 30px;
	}
}
#fmr-header #fmr-logo {
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: -12px;
	z-index: 1;
}
#fmr-header #fmr-logo a {
	font-size: 30px;
	font-weight: 500;
	color: white;
}
#fmr-header #fmr-logo a span {
	color: #8dc63f;
}
#fmr-header nav {
	position: relative;
	border: none;
	background: none;
}
#fmr-header nav ul {
	padding: 0;
	margin: 0;
	z-index: 2;
	position: relative;
}
@media screen and (max-width: 768px) {
	#fmr-header nav ul {
		display: none;
	}
}
#fmr-header nav ul li {
	display: inline;
}
#fmr-header nav ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
}
#fmr-header nav ul li a:hover {
	color: white;
}
#fmr-header nav ul li.fmr-cta-btn a {
	position: relative;
	border-bottom: none;
	padding: 7px 20px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
#fmr-header nav ul li.fmr-cta-btn a:hover {
	border: 2px solid white;
}
#fmr-header nav ul li.active a {
	color: white;
}
#fmr-header nav ul.left-menu li {
	margin-right: 30px;
}
#fmr-header nav ul.right-menu li {
	margin-left: 30px;
}
#fmr-hero {
	background-color: transparent;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-image: url('../img/boombox_innards.jpg');
	position: relative;
	width: 100%;
}
#fmr-page.not-found #fmr-hero {
	background-image: url('../img/broken_tape.jpg');
}
@media screen and (max-width: 480px) {
	#fmr-hero {
		min-height: 450px;
	}
}
#fmr-hero .fmr-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2a2d36;
	opacity: .54;
	z-index: 9;
}
#fmr-hero .fmr-intro {
	display: block;
	width: 100%;
	z-index: 10;
	position: relative;
}
@media screen and (max-width: 480px) {
	#fmr-hero .fmr-intro {
		min-height: 450px;
	}
}
#fmr-hero .fmr-intro>div {
	vertical-align: middle;
	/*display: table-cell;*/
}
#fmr-hero .fmr-intro>div .fmr-left-position {
	width: 65%;
	float: left;
}
@media screen and (max-width: 992px) {
	#fmr-hero .fmr-intro>div .fmr-left-position {
		width: 100%;
	}
}
#fmr-hero .fmr-intro>div .fmr-center-position {
	width: 65%;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 992px) {
	#fmr-hero .fmr-intro>div .fmr-center-position {
		width: 100%;
		text-align: center;
	}
}
#fmr-hero .fmr-intro>div .fmr-right-position {
	width: 65%;
	float: right;
	text-align: right;
}
@media screen and (max-width: 992px) {
	#fmr-hero .fmr-intro>div .fmr-right-position {
		width: 100%;
		text-align: left;
	}
}
#fmr-hero .fmr-intro>div h2 {
	font-size: 70px;
	line-height: 87px;
	font-weight: 100;
	color: white;
}
@media screen and (max-width: 992px) {
	#fmr-hero .fmr-intro>div h2 {
		font-size: 40px;
		line-height: 57px;
		text-align: center;
	}
}
#fmr-hero .fmr-intro>div h3 {
	font-weight: 100;
	font-size: 30px;
	line-height: 45px;
	color: white;
}
@media screen and (max-width: 992px) {
	#fmr-hero .fmr-intro>div h3 {
		font-size: 24px;
		line-height: 37px;
		text-align: center;
	}
}
#fmr-hero .fmr-intro>div .btn-outline, #fmr-hero .fmr-intro>div .btn-primary {
	padding: 20px 30px !important;
	min-width: 200px;
	font-size: 18px;
}
@media screen and (max-width: 480px) {
	#fmr-hero .fmr-intro>div .btn-outline, #fmr-hero .fmr-intro>div .btn-primary {
		padding: 10px 30px !important;
		width: 100%;
	}
}
#fmr-hero .fmr-intro>div .btn-outline {
	border-color: rgba(255, 255, 255, 0.2);
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
}
#fmr-hero .fmr-intro>div .btn-outline:hover {
	border-color: rgba(255, 255, 255, 0.4);
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
}
#fmr-hero .fmr-learn-more {
	position: absolute;
	bottom: -25px;
	left: 50%;
	z-index: 12;
	text-align: center;
}
#fmr-hero .fmr-learn-more a {
	display: block;
}
#fmr-hero .fmr-learn-more a .text {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
}
#fmr-hero .fmr-learn-more a .arrow {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #8dc63f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#fmr-hero .fmr-learn-more a .arrow i {
	top: 10px;
	position: relative;
	color: #fff;
	vertical-align: middle;
}
.no-js-fullheight {
	height: 620px;
}
@media screen and (max-width: 768px) {
	.no-js-fullheight {
		height: inherit;
		padding: 3em 0;
	}
}
.fmr-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.fmr-lead {
		font-size: 35px;
	}
}
.fmr-sub-lead {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}
#fmr-features, #fmr-features-2, #fmr-features-3, #fmr-features-4, #fmr-projects, #fmr-testimonials, #fmr-about, #fmr-subscribe, #fmr-info, #fmr-pricing, #fmr-faqs, #fmr-footer {
	background-color: #fff;
	padding: 7em 0;
}
@media screen and (max-width: 768px) {
	#fmr-features, #fmr-features-2, #fmr-features-3, #fmr-features-4, #fmr-projects, #fmr-testimonials, #fmr-about, #fmr-subscribe, #fmr-info, #fmr-pricing, #fmr-faqs, #fmr-footer {
		padding: 3em 0;
	}
}
#fmr-projects {
	background: #f9f9f9;
}
#fmr-projects .fmr-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	#fmr-projects .fmr-lead {
		font-size: 35px;
	}
}
#fmr-projects .fmr-sub-lead {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}
#fmr-projects .fmr-project-item {
	display: block;
	width: 100%;
	position: relative;
	background: #fff;
	height: 417px;
	overflow: hidden;
	z-index: 9;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#fmr-projects .fmr-project-item img {
	z-index: 8;
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 240px;
	width: 100%;
}
#fmr-projects .fmr-project-item .fmr-text {
	padding: 30px 10px 10px 20px;
	text-align: center;
}
#fmr-projects .fmr-project-item .fmr-text h2, #fmr-projects .fmr-project-item .fmr-text span {
	text-decoration: none !important;
}
#fmr-projects .fmr-project-item .fmr-text h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #484c50;
}
#fmr-projects .fmr-project-item .fmr-text span {
	color: #b3b3b3;
	font-size: 16px;
	font-weight: 400;
}
#fmr-projects .fmr-project-item .fmr-text p {
	color: #85919d;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fmr-projects .fmr-project-item:hover, #fmr-projects .fmr-project-item:focus {
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
#fmr-projects .fmr-project-item:hover img, #fmr-projects .fmr-project-item:focus img {
	opacity: .7;
}
#fmr-projects .fmr-project-item:hover h2, #fmr-projects .fmr-project-item:hover span, #fmr-projects .fmr-project-item:focus h2, #fmr-projects .fmr-project-item:focus span {
	text-decoration: none !important;
}
#fmr-projects .fmr-project-item:hover p, #fmr-projects .fmr-project-item:focus p {
	color: #484c50;
}
#fmr-features .fmr-devices {
	margin-bottom: 40px;
}
#fmr-features .fmr-devices img {
	margin: 0 auto;
}
#fmr-features .fmr-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	#fmr-features .fmr-lead {
		font-size: 35px;
	}
}
#fmr-features .fmr-sub-lead {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}
#fmr-features .fmr-feature {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#fmr-features .fmr-feature {
		padding-left: 0px;
		padding-right: 0px;
	}
}
#fmr-features .fmr-feature .fmr-icon {
	width: 112px;
	height: 112px;
	display: table;
	margin: 0 auto 30px auto;
	background: #e6f2d4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#fmr-features .fmr-feature .fmr-icon i {
	position: relative;
	top: -1px;
	display: table-cell;
	vertical-align: middle;
	font-size: 50px;
	color: #8dc63f;
}
#fmr-features .fmr-feature h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#fmr-features-2, #fmr-features-3, #fmr-features-4 {
	background: #f9f9f9;
	overflow: hidden;
}
#fmr-features-2 .fmr-label, #fmr-features-3 .fmr-label, #fmr-features-4 .fmr-label {
	display: block;
}
#fmr-features-2 .fmr-lead, #fmr-features-3 .fmr-lead, #fmr-features-4 .fmr-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	#fmr-features-2 .fmr-lead, #fmr-features-3 .fmr-lead, #fmr-features-4 .fmr-lead {
		font-size: 35px;
	}
}
#fmr-features-2 .fmr-feature, #fmr-features-3 .fmr-feature, #fmr-features-4 .fmr-feature {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#fmr-features-2 .fmr-feature .fmr-icon, #fmr-features-3 .fmr-feature .fmr-icon, #fmr-features-4 .fmr-feature .fmr-icon {
	float: left;
	width: 10%;
}
#fmr-features-2 .fmr-feature .fmr-icon i, #fmr-features-3 .fmr-feature .fmr-icon i, #fmr-features-4 .fmr-feature .fmr-icon i {
	/* font-size: 40px; */
	color: #8dc63f;
}
@media screen and (max-width: 768px) {
	#fmr-features-2 .fmr-feature .fmr-icon i, #fmr-features-3 .fmr-feature .fmr-icon i, #fmr-features-4 .fmr-feature .fmr-icon i {
		font-size: 30px;
	}
}
#fmr-features-2 .fmr-feature .fmr-text, #fmr-features-3 .fmr-feature .fmr-text, #fmr-features-4 .fmr-feature .fmr-text {
	float: right;
	width: 85%;
}
#fmr-features-2 .fmr-feature h3, #fmr-features-3 .fmr-feature h3, #fmr-features-4 .fmr-feature h3 {
	font-size: 24px;
	color: #484c50;
	margin-bottom: 10px;
	font-weight: 300;
}
#fmr-features-2 .fmr-btn-action, #fmr-features-3 .fmr-btn-action, #fmr-features-4 .fmr-btn-action {
	width: 100%;
	float: left;
}
#fmr-features-2 .fmr-btn-action>a, #fmr-features-3 .fmr-btn-action>a, #fmr-features-4 .fmr-btn-action>a {
	margin-left: 15%;
}
@media screen and (max-width: 480px) {
	#fmr-features-2 .fmr-btn-action>a, #fmr-features-3 .fmr-btn-action>a, #fmr-features-4 .fmr-btn-action>a {
		margin-left: 0;
	}
}
@media screen and (max-width: 992px) {
	#fmr-features-2 .fmr-feature-image img, #fmr-features-3 .fmr-feature-image img, #fmr-features-4 .fmr-feature-image img {
		max-width: 100%;
	}
}
#fmr-features-3 {
	background: #fff;
}
#fmr-testimonials.boredr-top {
	border-top: 1px solid #f0f2f3;
}
#fmr-testimonials .fmr-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	#fmr-testimonials .fmr-lead {
		font-size: 35px;
	}
}
#fmr-testimonials .flexslider {
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
#fmr-testimonials .slides {
	z-index: 99;
}
#fmr-testimonials .slides li blockquote {
	border-left: none;
	padding-left: 0;
	font-size: 26px;
	line-height: 46px;
	margin-bottom: 0;
}
#fmr-testimonials .slides li p cite {
	font-size: 16px;
}
#fmr-testimonials .flexslider-controls {
	margin-left: -15px;
	z-index: 100;
	position: relative;
}
#fmr-testimonials .flexslider-controls .flex-control-nav {
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#fmr-testimonials .flexslider-controls .flex-control-nav {
		padding-bottom: 30px;
	}
}
#fmr-testimonials .flexslider-controls .flex-control-nav li {
	cursor: pointer;
}
#fmr-testimonials .flexslider-controls .flex-control-nav li img {
	cursor: pointer;
	width: 50px;
	opacity: .3;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#fmr-testimonials .flexslider-controls .flex-control-nav li.flex-active img {
	opacity: 1;
}
#fmr-testimonials .flexslider-controls .flex-control-nav li:hover img {
	opacity: 1;
}
#fmr-about .fmr-social a {
	font-size: 35px !important;
	color: #b3b3b3 !important;
}
#fmr-about .fmr-social a:hover {
	color: #333333 !important;
}
#fmr-about .fmr-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#fmr-about .fmr-lead {
		font-size: 35px;
	}
}
#fmr-about .fmr-sub-lead {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}
#fmr-about .flexslider {
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
#fmr-subscribe {
	background: #f9f9f9;
	padding: 3em 0;
}
#fmr-subscribe h3 {
	float: left;
	width: 40%;
	top: 10px;
	font-size: 26px;
	margin-bottom: 0;
	position: relative;
}
#fmr-subscribe h3 label {
	font-weight: 300;
}
@media screen and (max-width: 992px) {
	#fmr-subscribe h3 {
		width: 100%;
		margin-bottom: 30px;
	}
}
#fmr-subscribe form {
	width: 60%;
	float: right;
	position: relative;
}
@media screen and (max-width: 992px) {
	#fmr-subscribe form {
		width: 100%;
	}
}
#fmr-subscribe form .fmr-icon {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 15px;
	font-size: 20px;
}
@media screen and (max-width: 480px) {
	#fmr-subscribe form .fmr-icon {
		position: absolute;
		top: 26px;
	}
}
#fmr-subscribe form input[type="email"] {
	width: 100%;
	background: #ededed;
	border: none;
	padding-left: 50px;
	padding-right: 170px;
}
@media screen and (max-width: 480px) {
	#fmr-subscribe form input[type="email"] {
		margin-bottom: 10px;
		padding-right: 50px;
	}
}
#fmr-subscribe form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -4px;
	height: 54px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 20px;
	font-weight: 300;
	width: 160px;
}
@media screen and (max-width: 480px) {
	#fmr-subscribe form input[type="submit"] {
		position: relative;
		width: 100%;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}
#fmr-info {
	background: #8dc63f;
}
#fmr-info .fmr-label {
	color: rgba(255, 255, 255, 0.5);
}
#fmr-info .fmr-lead {
	color: white;
}
#fmr-info p {
	color: white;
}
#fmr-pricing {
	background: #f9f9f9;
}
#fmr-pricing .price-box {
	background: #fff;
	border: 2px solid #ECEEF0;
	text-align: center;
	padding: 30px;
	margin-bottom: 40px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#fmr-pricing .price-box.popular {
	border: 2px solid #8dc63f;
}
#fmr-pricing .price-box.popular .popular-text {
	top: 0;
	left: 50%;
	margin-left: -54px;
	margin-top: -2em;
	position: absolute;
	padding: 4px 20px;
	background: #8dc63f;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#fmr-pricing .price-box.popular .popular-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid black;
	border-top-color: #8dc63f;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#fmr-pricing .pricing-plan {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}
#fmr-pricing .price {
	font-size: 50px;
	color: #000;
}
#fmr-pricing .price .currency {
	font-size: 20px;
	top: -1.2em;
}
#fmr-pricing .price small {
	font-size: 16px;
}
#fmr-pricing .pricing-info {
	padding: 0;
	margin: 0 0 30px 0;
}
#fmr-pricing .pricing-info li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#fmr-faqs .fmr-faq-list {
	margin: 0;
	padding: 0;
}
#fmr-faqs .fmr-faq-list li {
	margin: 0 0 40px 0;
	padding: 0;
	line-height: 24px;
	list-style: none;
}
@media screen and (max-width: 768px) {
	#fmr-faqs .fmr-faq-list li {
		margin: 0 0 20px 0;
	}
}
#fmr-faqs .fmr-faq-list li h2 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	#fmr-faqs .fmr-faq-list li h2 {
		font-size: 26px;
	}
}
#fmr-footer {
	padding-bottom: 0;
}
#fmr-footer a {
	color: #6a7885;
}
#fmr-footer a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 992px) {
	#fmr-footer .fmr-footer-widget {
		margin-bottom: 30px;
		float: left;
		width: 100%;
	}
}
#fmr-footer .fmr-footer-widget h3 {
	font-size: 18px;
	font-weight: 400;
}
#fmr-footer .fmr-footer-widget .fmr-links {
	padding: 0;
	margin: 0;
}
#fmr-footer .fmr-footer-widget .fmr-links li {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
	line-height: 24px;
}
#fmr-footer .fmr-footer-widget .fmr-links li a {
	color: #6a7885;
}
#fmr-footer .fmr-footer-widget .fmr-links li a:hover {
	text-decoration: underline;
}
#fmr-footer .fmr-copyright {
	border-top: 1px solid #f0f2f3;
	padding: 40px 0;
}
#fmr-footer .fmr-copyright a {
	font-weight: 700;
}
#fmr-footer .fmr-copyright p {
	margin-bottom: 0;
}
#fmr-footer .fmr-copyright p small {
	font-size: 15px;
}
#fmr-footer .fmr-copyright .fmr-left {
	float: left;
}
#fmr-footer .fmr-copyright .fmr-right {
	float: right;
}
@media screen and (max-width: 768px) {
	#fmr-footer .fmr-copyright .fmr-right {
		float: left;
	}
}
.fmr-social {
	padding: 0;
	margin: 0;
}
.fmr-social li {
	padding: 0;
	display: inline;
}
.fmr-social li a {
	padding: 4px 7px;
	font-size: 22px;
}
.fmr-social li a:hover {
	text-decoration: none !important;
	color: #8dc63f !important;
}
.fmr-person {
	text-align: center;
}
@media screen and (max-width: 992px) {
	.fmr-person {
		margin-bottom: 30px;
		float: left;
		width: 100%;
	}
}
.fmr-person figure {
	margin: 0 auto 30px auto;
}
.fmr-person figure img {
	margin: 0 auto;
	display: block;
}
.fmr-person .fmr-name {
	margin-bottom: 0;
	color: #484c50;
}
.fmr-person .fmr-designation {
	color: #85919d;
}
.fmr-person .fmr-bio {
	text-align: left;
}
#fmr-offcanvas, .fmr-nav-toggle, #fmr-page {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fmr-offcanvas, .fmr-nav-toggle, #fmr-page {
	position: relative;
}
#fmr-page {
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.offcanvas-visible #fmr-page {
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	-o-transform: translateX(-275px);
	transform: translateX(-275px);
}
#fmr-offcanvas {
	display: none;
	height: 100%;
	right: 0;
	overflow-y: auto;
	position: fixed;
	z-index: 1;
	top: 0;
	width: 275px;
	background: black;
	padding: 30px;
}
@media screen and (max-width: 768px) {
	#fmr-offcanvas {
		display: block;
	}
}
#fmr-offcanvas ul {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
#fmr-offcanvas ul li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	line-height: 28px;
}
#fmr-offcanvas ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
}
#fmr-offcanvas ul li.active a {
	color: #8dc63f;
}
#fmr-offcanvas ul li.account {
	border-top: 2px solid #efefef;
	margin-top: 15px;
	padding-top: 15px;
}
.fmr-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}
.fmr-nav-toggle.active i::before, .fmr-nav-toggle.active i::after {
	background: #fff;
}
.fmr-nav-toggle.dark.active i::before, .fmr-nav-toggle.dark.active i::after {
	background: #fff;
}
.fmr-nav-toggle:hover, .fmr-nav-toggle:focus, .fmr-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.fmr-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 30px;
	height: 2px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}
.fmr-nav-toggle i::before, .fmr-nav-toggle i::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fmr-nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}
.fmr-nav-toggle.dark i::before, .fmr-nav-toggle.dark i::after {
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.fmr-nav-toggle i::before {
	top: -7px;
}
.fmr-nav-toggle i::after {
	bottom: -7px;
}
.fmr-nav-toggle:hover i::before {
	top: -10px;
}
.fmr-nav-toggle:hover i::after {
	bottom: -10px;
}
.fmr-nav-toggle.active i {
	background: transparent;
}
.fmr-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.fmr-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.fmr-nav-toggle {
	position: fixed;
	top: 40px;
	right: 20px;
	z-index: 9999;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.fmr-nav-toggle {
		display: block;
		top: 20px;
	}
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.dl-horizontal dd {
	margin-bottom: 15px;
}

/** custom added **/

address, ul, ol, a {
	font-weight: inherit;
	font-size: inherit;
}
.fmr-login #fmr-hero .fmr-intro {
	display: block;
}
.fmr-login #fmr-hero .fmr-intro>div {
	display: block;
}

/** account page */
.fmr-account-info .fmr-intro {
	min-height: 571px;
	position: relative;
	margin-top: -100px;
	z-index: 1000;
}
.fmr-account-info .profile-user-img {
	position: relative;
    z-index: 1001;
    margin-top: -30px;
    background: #fff;
    padding: 8px;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	max-width: 100%;
}
.fmr-account-info .member-info span {
	display: block;
	margin: 5px 0px;
	font-size: 14px;
	color: #888;
	text-align: center;
}
.fmr-account-info h2 {
	margin-top: 16px;
	margin-bottom: 10px;
}
.fmr-account-info h2 i {
	font-size: 15px;
	font-weight: normal;
	color: #888;
}
.fmr-account-info .edit-info {
	display: none;
}
.fmr-account-info h5 {
	margin: 30px 0 0 0;
}
.fmr-account-info h4.lead {
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #efefef;
	padding-bottom: 6px;
}
.fmr-account-info .render-alerts {
	margin-top: 10px;
}

.fmr-about .img-circle.team {
	width: 200px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.study-box {
	height: 360px;
	overflow: hidden;
	position: relative;
}
.study-box-action {
	position: absolute;
	bottom: 0;
	padding: 15px;
	width: 100%;
}
.study-box-action .share {
	padding-top: 10px;
}
.study-box-action .share a {
	padding-left: 10px;
	font-size: 14px;
}
.study-box-action .fa-2x {
	font-size: 1.5em;
}
.study-box h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	color: #484c50;
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 14px;
}
.study-box h2 a {
	color: #555;
}
.study-box .blurb {
	height: 115px;
	max-height: 155px;
	overflow: hidden;
	margin-bottom: 10px;
}
.navbar-toggle.collapsed {
	display: none !important;
}
.publications li {
	margin-bottom: 15px;
}
.documentation-toc {
	margin-bottom: 25px;
}
.documentation-toc h4 {
	padding-top: 6px;
}
.documentation-toc ul>li {
	float: none;
	display: block;
}
.documentation-toc ul>li a {
	color: #337ab7;
	display: block;
	padding: 8px;
	padding-right: 0px;
	padding-left: 5px;
	border-radius: 0;
	border: none;
}
.documentation-toc ul>li.active a, .documentation-toc ul>li.active a:focus, .documentation-toc ul>li.active a:active, .documentation-toc ul>li.active a:hover {
	color: #555;
	border-left: 2px solid #337ab7;
	background: #efefef;
}
.documentation-content .tab-pane a {
	color: #337ab7;
}
#fmr-header.fmr-small-header {
	height: 70px;
	background: #333;
	padding-top: 10px;
	position: relative;
}
#fmr-header.fmr-small-header nav ul li a {
	color: rgba(255, 255, 255, 0.9);
}
.fmr-intro.js-fullheight .fmr-intro-text {
	padding-top: 90px;
}
.fmr-intro.js-fullheight {
	max-height: 620px;
	min-height: 595px;
}
.fmr-run .js-fmr-nav-toggle, .fmr-run #fmr-offcanvas {
	display: none;
}
.run-container .form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}
.run-container .run_content_header {
	margin-bottom: 10px;
	display: block;
}
.run-container .run_content_header img {
	max-width: 100%;
	height: auto;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:focus {
	-webkit-box-shadow: none;
}

/** end custom added **/

@media screen and (max-width: 480px) {
	.col-xxs-12 {
		float: none;
		width: 100%;
	}
}
.btn-cta {
	padding: 20px 30px !important;
	width: 200px;
	font-size: 18px;
}
@media screen and (max-width: 480px) {
	.btn-cta {
		padding: 10px 30px !important;
		width: 100%;
	}
}
.row-bottom-padded-lg {
	padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-lg {
		padding-bottom: 2em;
	}
}
.row-top-padded-lg {
	padding-top: 7em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-lg {
		padding-top: 2em;
	}
}
.row-bottom-padded-md {
	padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-md {
		padding-bottom: 2em;
	}
}
.row-top-padded-md {
	padding-top: 4em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-md {
		padding-top: 2em;
	}
}
.row-bottom-padded-sm {
	padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-sm {
		padding-bottom: 2em;
	}
}
.row-top-padded-sm {
	padding-top: 2em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-sm {
		padding-top: 2em;
	}
}
@media screen and (max-width: 768px) {
	.login-form.large {
		padding: 15px !important;
	}
	.fmr-account-info .elongate {
		display: none;
	}
	.fmr-account-info .profile-user-img {
		display: none;
	}
}
.no-margin {
	margin: 0px !important;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
	border: 10px solid red;
}
.js .js_hidden, .no_js .js_shown {
	display: none!important;
}

/*# Run CSS */

.run-container {
	position: relative;
	min-height: 300px;
	background: #fff;
	height: 100%;
	border-left: 4px solid #f9f9f9;
	border-right: 4px solid #f9f9f9;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.run-container .run_content {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.run-container .form-group .control-label,
.run-container .form-group label {
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	padding-top: 0px !important;
	margin-top: 0px;
	color: #000;
}
.run-container .progress-container {
	position: fixed;
	top: 0;
	z-index: 99;
	height: 20px;
	width: 100%;
}
.rmarkdown_iframe {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.rmarkdown_iframe iframe {
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
	border: none;
}
.item-note_iframe .rmarkdown_iframe {
	position: static;
	height: 100vh;
}
.monkey_bar {
	display: inline-block;
	position: fixed;
	z-index: 99;
	bottom: 0;
	height: 60px;
	margin-left: -303px;
}
.monkey_bar form {
	background: white;
}
.monkey_bar .btn i.fa {
	width: 0.8em;
}
.monkey-bar-modal .btn {
	margin-top: 0px;
}
.position_monkey {
	width: 65px !important;
	border: 1px solid black;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	padding: .5em;
	padding-right: 1.5em
}
.drop_shadow {
	text-shadow: 2px 2px 2px rgba(200, 200, 200, 1);
}
.run_header_name {
	padding-top: 50px;
	margin-top: 0;
}
.drop_shadow small {
	color: black;
}
.transparent_well {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.6);
}
.transparent_well .panel-heading, .well .panel-default {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.2);
}
.transparent_well small {
	color: black;
}
.table>tbody>tr.immediately_continued>td {
	border-top-style: dashed;
}
iframe.rChart {
	border: 0;
}
.run-container kbd {
	background: none repeat scroll 0 0 #FAFAFA;
	border-color: #CCCCCC #CCCCCC #FFFFFF;
	border-radius: 4px;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #FFFFFF inset;
	color: #444444;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 6px;
	white-space: nowrap;
}
.run-container .btn {
	background-color: white;
	background-image: none;
	border: #000 solid 1px;
	color: #000;
	text-shadow: none;
}
.run-container .btn:hover, .run-container .btn:active, .run-container .btn:focus {
	background-color: #F0F0F0 !important;
	color: #000;
}
.run-container .btn-info {
	background: #fff;
	color: #5bc0de;
	border: 1px solid #5bc0de;
}
.run-container .btn-info:hover, .run-container .btn-info:focus, .run-container .btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
	color: #fff !important;
}
.run-container button.btn.btn-checked, .run-container label.btn.btn-checked, .run-container a.btn.btn-checked {
	background-color: #c3c3c3 !important;
	z-index: 2;
	border: 1px black solid;
	outline: 1px;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.form-group.warning .controls button.btn, .form-group.warning .controls label {
	color: #c09853;
	border-color: #c09853;
}
.form-group.controls-checkbox input[type=checkbox] {
	margin-top: -3px;
	margin-left: -30px;
	margin-right: 17px;
}
.form-group.controls-checkbox label, label.inline {
	display: inline-block;
	width: 330px;
}
.form-group.has-error .help-block {
	display: block !important;
	position: relative;
}
form.form-horizontal div.form-group div.controls label {
	display: inline-block;
}
form.form-horizontal div.form-group div.controls input[type=radio], form.form-horizontal div.form-group div.controls input[type=checkbox] {
	vertical-align: top;
}
form.form-horizontal div.form-group.form-row.item-block div.control-label, form.form-horizontal div.form-group.form-row.item-note div.control-label, form.form-horizontal div.form-group.form-row.item-note_iframe div.control-label, form.form-horizontal div.form-group.form-message div.control-label {
	margin-left: 0;
	text-align: left !important;
	width: 100%;
	max-width: 100%;
}
form.form-horizontal .fmr-error-messages li {
	margin-bottom: 8px;
	margin-left: 8px;
}
form.form-horizontal div.form-group.form-row.item-block div.controls, form.form-horizontal div.form-group.form-row.item-note div.controls {
	display: none;
}
.form-horizontal .controls .controls-inner label {
	text-align: left;
}
div.controls-inner {
	display: block;
}
form.form-horizontal div.form-row div.controls div.mc-table label {
	display: inline-block;
	/*padding-left:18px;*/
	padding-right: 5px;
	padding-top: 5px;
	/*text-indent:-18px;*/
}
.form-horizontal.unspaced_rows .form-group {
	margin-bottom: 0;
}
form.form-horizontal div.form-row div.controls label.keep-label {
	margin-right: 5px;
}
form.form-horizontal div.form-row div.controls div.btn-group+label.keep-label {
	margin-right: 0;
	margin-left: 5px;
}
.run-container .form-horizontal .control-label {
	float: left;
	width: 300px;
	padding-top: 5px;
	text-align: right;
	white-space: normal;
}
.form-horizontal .controls {
	margin-left: 320px;
}
.input-group input.has-input-buttons:focus, .input-group input.has-input-buttons:focus, .input-group select.has-input-buttons:focus, .input-group select.has-input-buttons:focus, .input-group .has-input-buttons.uneditable-input:focus, .input-group .has-input-buttons.uneditable-input:focus {
	z-index: auto;
}
.fa-1-5x {
	font-size: 1.7em;
}
.fa-huge {
	font-size: 4.5em;
}
output.output {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px;
	margin: 0 0 0 10px;
}
.form-row {
	position: relative;
}
.form-row .form-control {
	max-width: 300px;
}
.item-email .form-control, .item-date .form-control, .item-cc .form-control, .item-month .form-control, .item-datetime .form-control, .item-datetime-local .form-control, .item-week .form-control, .item-yearmonth .form-control, .item-tel .form-control, .item-url .form-control, .item-color .form-control, .item-geopoint .form-control {
	max-width: 257px;
}
input[type="range"] {
	display: inline-block;
	width: 60%;
}
.form-group.form-row.range-list .controls-inner label, .form-group.form-row.range .controls-inner label {
	width: 20%;
}
.range_ticks_output .controls-inner {
	min-height: 50px;
}
.item-geopoint .input-group-addon, .input-group-btn {
	width: auto;
	/*fixes chrome display bug*/
}
.run_content {
	margin-top: 20px;
	margin-bottom: 20px;
}
.col-md-no-left-pad {
	padding-left: 0;
}
.fa-ul-more-padding li {
	margin-top: 5px;
}
.form-horizontal.form-horizontal-small-left .control-label {
	width: 150px;
}
.form-horizontal.form-horizontal-small-left .controls {
	margin-left: 170px;
}
div.tiny-panel div.panel-group div.panel.panel-default {
	margin-top: 0;
	border: 0;
}
div.tiny-panel div.panel-group div.panel.panel-default div.panel-heading {
	padding: 5px 7px;
	border-bottom: 1px #EFEFEF solid;
	background-color: #F7F7F7;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
dl.dl-wider dt {
	width: 200px;
	margin-bottom: 7px;
}
dl.dl-wider dd {
	margin-left: 220px;
	margin-bottom: 7px;
}
.pad-right {
	padding-right: 7px;
}
.pad-left {
	padding-left: 7px;
}
code, pre {
	color: #2D2D2D;
	background-color: #F8F8F8;
}
pre {
	background-color: #FFFFFF;
	margin: 14px 0;
	padding: 0;
	border: 0;
}
pre code.hljs {
	background-color: #F8F8F8;
}
.alert pre {
	background-color: inherit;
}
tt, code, pre {
	font-family: 'DejaVu Sans Mono', 'Droid Sans Mono', 'Lucida Console', Consolas, Monaco, monospace;
}
div.btn-check button.btn {
	border-radius: 2px;
	height: 52px;
	width: 52px;
}
.form-group .mc-table label, .mc-table label {
	margin-left: -1px;
}
form.form-horizontal img, div.modal-content img, img {
	max-width: 100%;
	height: auto;
}
.item-text.form-group.form-row .form-control, .item-color.form-group.form-row .form-control {
	width: 300px;
	max-width: 100%;
}
.item-email.form-group.form-row .form-control {
	width: 100%;
}
.btn {
	white-space: normal;
}
.btn .btn_value {
	display: none;
}
.form-control.round_right {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

/*responsive layouts for mobile */

@media (max-width: 768px) {
	.progress-container {
		color: red;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	form.form-horizontal div.form-row.form-group .controls {
		clear: both;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	form.form-horizontal div.form-row.form-group .control-label {
		text-align: left;
		width: 100%;
	}
	/* always make mcs vertical on small screens */
	form.form-horizontal div.form-row.form-group.item-mc:not(.mc_horizontal) div.controls, form.form-horizontal div.form-row.form-group.item-mc_multiple:not(.mc_horizontal) div.controls, form.form-horizontal div.form-row.form-group.item-mc_button:not(.mc_horizontal) div.controls, form.form-horizontal div.form-row.form-group.item-mc_multiple_button:not(.mc_horizontal) div.controls {
		display: block;
	}
	form.form-horizontal div.form-row.form-group.item-mc:not(.mc_horizontal) div.controls label, form.form-horizontal div.form-row.form-group.item-mc_multiple:not(.mc_horizontal) div.controls label, form.form-horizontal div.form-row.form-group.item-mc_button:not(.mc_horizontal) div.controls label, form.form-horizontal div.form-row.form-group.item-mc_multiple_button:not(.mc_horizontal) div.controls label {
		display: block;
		/*padding-left:18px;*/
		padding-right: 5px;
		padding-top: 5px;
		/*text-indent:-18px;*/
	}
	/* make buttons go vertical on small screens  */
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn, div.form-row.form-group .btn-group>.btn-group {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group:before, div.form-row.form-group .btn-group>.btn-group:after {
		display: table;
		content: " ";
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group:after {
		clear: both;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group:before, div.form-row.form-group .btn-group>.btn-group:after {
		display: table;
		content: " ";
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group:after {
		clear: both;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group>.btn {
		float: none;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn+.btn, div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn+.btn-group, div.form-row.form-group .btn-group>.btn-group+.btn, div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group+.btn-group {
		margin-top: -1px;
		margin-left: 0;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn:not(:first-child):not(:last-child) {
		border-radius: 0;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn:first-child:not(:last-child) {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn:last-child:not(:first-child) {
		border-top-right-radius: 0;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 0;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
		border-radius: 0;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group:first-child>.btn:last-child, div.form-row.form-group .btn-group>.btn-group:first-child>.dropdown-toggle {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	div.form-row.form-group:not(.mc_horizontal) .btn-group>.btn-group:last-child>.btn:first-child {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	/* special logic for rating_button  */
	.form-horizontal .form-group.item-rating_button.mc_horizontal .controls .controls-inner {
		display: flex;
		justify-content: flex-start;
		flex-flow: row wrap;
		align-items: center;
	}
	.form-horizontal .form-group.item-rating_button.mc_horizontal .controls .controls-inner label {
		flex: 1 0 2em;
	}
	.form-horizontal .form-group.item-rating_button.mc_horizontal .controls .controls-inner .btn-group {
		flex: 0 0 auto;
	}
	form.form-horizontal div.form-group.item-rating_button:not(.mc_horizontal) div.controls .controls-inner label.keep-label, form.form-horizontal div.form-group.item-rating_button:not(.mc_horizontal) div.controls .controls-inner {
		text-align: center;
		margin: 0 auto;
	}
	form.form-horizontal div.form-group.item-rating_button:not(.mc_horizontal) div.controls label.keep-label {
		display: block;
	}
	form.form-horizontal div.form-group.vertical_range .control-label {
		padding-top: 0;
	}
}
.no-padding {
	padding: 0;
}
.clear-top {
	margin-top: 0;
}
.white {
	color: #fff !important;
}
.red {
	color: red;
}
.green {
	color: green;
}
.js .white_cover {
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	background-color: white;
	z-index: 9999;
}
.no_js .white_cover {
	display: none;
}
.submit_fuse_box {
	width: 90%;
	height: 10px;
}
.submit_fuse {
	width: 100%;
	background-color: #5BC0DE;
	height: 10px;
}
.js .js_hidden {
	display: none !important;
}
.no_js .js_shown {
	display: none !important;
}
.carousel_indicators li {
	background-color: gray;
}
.carousel_control {
	width: 25px;
}
.carousel-inner .item img {
	margin-left: auto;
	margin-right: auto;
}

/** select2 custom CSS */

.select2-dropdown-open .select2-choice, .select2-container .select2-choice {
	border-radius: 0;
	background-image: none;
	background-color: #fff;
	height: 30px;
}
.select2-container.full_width {
	width: 80%;
}
.select2-container, .select2-drop-active {
	max-width: 100%;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none;
	background: none;
	width: 18px;
}
.select2-results {
	padding: 0px 4px 0px 4px;
}
.select2-results .select2-highlighted {
	background-color: #ddd;
	color: #000;
	font-weight: 400;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-drop-active {
	border: 1px solid #ddd;
}
.select2-container-multi .select2-choices .select2-search-choice {
	border-radius: 0;
	margin: 5px 0 0px 5px;
}
body .select2-offscreen, body .select2-offscreen:focus {
	position: absolute;
}
body .select2-container {
	min-width: 100px;
}
.bigdrop.select2-container .select2-results {
	max-height: 500px;
}
.bigdrop .select2-results {
	max-height: 500px;
}
.form-control.select2-container {
	border: none;
	box-shadow: none;
	padding: 0;
	height: auto;
}
.form-control.select2-container .select2-choice {
	padding-top: 4px;
	height: 34px;
}
.form-control.select2-container .select2-choice .select2-arro {
	padding-top: 4px;
}
.form-control.select2-container .select2-choice abbr {
	top: 12px;
}
.form-horizontal .control-label {
	padding-top: 0px;
}
.form-horizontal .control-label h1, .form-horizontal .control-label h2, .form-horizontal .control-label h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.form-horizontal .item-submit {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.btn-info {
	background: #fff;
	color: #5bc0de;
	border: 1px solid #5bc0de;
}
.btn-info.active, .btn-info:active, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active, .btn-info:focus, .btn-info:hover {
	background-color: #DCF7FB;
	color: #5BC0DE;
}
radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	top: 10%;
}
.form-group .checkbox label, .form-group .radio label, .form-group label {
	font-size: inherit !important;
}
.item-mc.hide_label .radio-inline+.radio-inline, .item-mc.hide_label .checkbox-inline+.checkbox-inline {
	margin-left: 0px;
}
.empty-study-blurb {
	height: 100%;
	display: block;
	background: url('../img/boombox_small.jpg') left center no-repeat;
	opacity: 0.1;
}
.render-alerts {
	position: relative;
	z-index: 100;
}

.alert .panel-group.opencpu_accordion a {
	color: #008000;
}
.checkbox .checkbox-material, label.checkbox-inline .checkbox-material {
	margin: 0px 10px;
}
div[class*="-counter"] {
	display: none;
}
div.form-group.is-counter {
	display: block;
}
button.ws-popover-opener {
	background: none;
}
.form-group .ws-range {
	width: 60%;
}

/* bootstrap-material-design fixes */

.bs-material div.btn-check button.btn, .bs-material .square80 .btn-group>.btn {
	width: auto;
	min-width: 80px;
}
.bs-material .radio label, .bs-material label.radio-inline, .bs-material .checkbox label, .bs-material checkbox.radio-inline {
	padding-left: 30px;
	margin-left: 0px;
}
.bs-material .form-group .checkbox label, .bs-material .form-group .radio label, .bs-material .form-group label {
	color: #000;
}
.bs-material .btn, .bs-material .input-group-btn .btn {
	padding: 6px 12px;
	text-transform: none;
}
.bs-material .radio span.mc-span, .bs-material label.radio-inline span.mc-span, .bs-material .checkbox span.mc-span, .bs-material label.checkbox-inline span.mc-span {
	position: relative;
	margin: -2px 10px 0px 0px;
}
.bs-material .monkey_bar .form-group {
	margin: 0px;
}
.bs-material .monkey_bar .input-group {
	border: 1px solid #f5f5f5;
}

/* IDOR */
.stick {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.new-grid .mc-table label {
    flex: 1;
}

.btns-grid-wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0.05;
        background: rgba(160,32,240,0.3);
    }

    100% {
        opacity: 1;
        background: rgba(255,255,255,1);
    }
}

@media (min-width: 769px) {
    .new-grid .mc-table {
        display: flex;
        justify-items: center;
        align-items: center;
    }

    .new-grid .mc-table label.radio-inline {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }

    .new-grid .mc-table label.radio-inline .circle,
    .new-grid .mc-table label.radio-inline .check {
        display: inline;
        left: unset;
    }
}

@media (max-width: 768px) {
    /*.btns-grid-wrapper {*/
    /*    display: flex;*/
    /*}*/

    .new-grid .mc-table {
        padding: 16px 0;
    }

    .new-grid.item-mc {
        display: none;
    }

    .new-grid.item-mc.active {
        display: inline-block;
    }

    .new-grid.item-submit {
        visibility: hidden;
    }

    .new-grid.item-mc .control-label {
        animation: fadeInAnimation ease 3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        border-radius: 20px;
    }
}
