@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon_pczcqr.eot");
	src: url("../fonts/icomoon_pczcqr.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff2"), url("../fonts/icomoon_pczcqr.ttf") format("truetype"), url("../fonts/icomoon_pczcqr.woff") format("woff"), url("https://www.ragnbonemanmusic.com/wp-content/plugins/crm-cookies/assets/fonts/icomoon.svg?pczcqr#icomoon") format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}


/*Default Colors
$white: #ffffff;
$off-white: f7f7f7;
$light-grey-transparent: rgba(51, 51, 51, 0.08);
$light-grey: #efefef;
$grey: #777777;
$red: #c91f27;
$off-black: #1e1e1e;
$black: #333333;
*/

body.modal {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: always;
	text-rendering: optimizeLegibility;
	font-family: "Roboto", sans-serif;
	margin: 0 0 80px;
}

#newsletterWindow * {
    font-size: 16px;
}

@media (min-width: 768px) {
	body.modal {
		margin-bottom:40px;
	}
}

#newsletterWindow main {
	position: relative;
	z-index: 5;
}

#newsletterWindow a {
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	text-decoration: none;
}

#newsletterWindow a:hover {
	text-decoration: underline;
}

#newsletterWindow label {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

#newsletterWindow hr {
	border: 0;
	height: 1px;
	background: #ccc;
	margin: 2rem 0;
}

.icon-calendar,
.icon-facebook,
.icon-radio-unchecked,
.icon-radio-checked,
.icon-checkbox-unchecked,
.icon-checkbox-checked,
.icon-chain,
.icon-chevron-right,
.icon-chevron-left {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.icon-calendar:before { content: "\e907"; }
.icon-facebook:before { content: "\e908"; }
.icon-radio-unchecked:before { content: "\e900"; }
.icon-radio-checked:before { content: "\e901"; }
.icon-checkbox-unchecked:before { content: "\e902"; }
.icon-checkbox-checked:before { content: "\e903"; }
.icon-chain:before { content: "\e904"; }
.icon-chevron-right:before { content: "\e905"; }
.icon-chevron-left:before { content: "\e906"; }

#newsletterWindow .h1, #newsletterWindow .h2, #newsletterWindow .h3, #newsletterWindow .h4, #newsletterWindow .h5 { margin-top: 0; }
 #newsletterWindow .txt-center { text-align: center; }
#newsletterWindow .bock-center { display: block; margin-right: auto; margin-left: auto; }
#newsletterWindow .abs-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

#newsletterWindow .hide-text {  text-indent: 101%; overflow: hidden; white-space: nowrap; }

.pad { padding: 20px; }
.pad-lr { padding-right: 20px; padding-left: 20px; }
.pad-tb { padding-top: 20px; padding-bottom: 20px; }
.mar { margin: 20px; }
.mar-lr { padding-right: 20px; padding-left: 20px; }
.mar-tb { padding-top: 20px; padding-bottom: 20px; }
@media (min-width: 768px) {
	.pad { padding: 30px; }
	.pad-lr { padding-right: 30px; padding-left: 30px; }
	.pad-tb { padding-top: 30px; padding-bottom: 30px; }
	.mar { margin: 30px; }
	.mar-lr { padding-right: 30px; padding-left: 30px; }
	.mar-tb { padding-top: 30px; padding-bottom: 30px; }
}
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill__image {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
#newsletterWindow .closer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding: 10px 0;
	font-size: 13px;
	background: #333;
	margin-top: 30px;
	height: 40px;
	color: white;
}

.newsletter-error {
    display: none;
    color: red;
    font-weight: 500;
    margin: 30px 0;
}

@media (max-width: 768px) {
	.closer {
		height: 80px;
	}
}
@media (min-width: 768px) {
	.closer {
		position: fixed;
	}
}
.closer .copyright {
	font-weight: 700;
}

.closer .copyright > span {
	font-weight: 400;
}

@media (max-width: 768px) {
	.closer .copyright {
		margin-top: 5px;
		text-align: center;
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	.closer .container {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		box-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}
.closer nav {
	margin-left: auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	.closer nav {
		display: block;
		margin-top: 10px;
		text-align: center;
	}
}

.closer a { color: #ffffff; text-decoration: none; }
.closer a:hover,
.closer a:active,
.closer a:focus {
	text-decoration: underline;
}

.txt-spacer {
	margin: 0 0.5em;
}


.layout--background-cover .page-body {
	margin-bottom:20px;
}
.hero-content .description p:last-of-type {
	margin-bottom:0;
}

.wrapper {
	max-width: 480px;
	padding: 20px;
	margin: 0 auto;
}

.form-container {
	max-width: 480px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.wrapper {
		padding: 30px;
	}

	.form-container {
		padding: 0 30px;
	}
}
.controls {
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size:13px;
}

.controls a {
	text-decoration:underline;
}
.controls .note {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

.controls .note span {
	color: red;
}

.hero {
	position: relative;
	max-height: 300px;
	min-height: 200px;
	overflow: hidden;
}

.hero__foreground-image {
	max-height: 80%;
	width: auto;
	max-width: 80%;
}

.page-body {
	text-align: center;
}

.page-body .description > p:last-of-type {
	margin-bottom: 0;
}

.page-footer {
	padding: 30px 0 60px;
	max-width: 800px;
	margin: 0 auto;
}
@media (max-width:767px) {
	.page-footer {
		padding-left:20px;
		padding-right:20px;
	}
}

.page-footer p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.newsletter .form-content {
		text-align: center;
		padding: 0 30px;
	}
}

.newsletter .form-content h4 {
	margin-top: 0;
}

.more-info {
	margin: 20px 0;
	font-size: 16px;
}

@-webkit-keyframes icon-beat {
	0% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes icon-beat {
	0% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.form-control {
	border-radius: 0;
}

.form-control:focus {
	border-width:2px;
}

.form-group.inline {
	margin-bottom: 20px;
	min-height: 32px;
}

.alert + .form-group ,.socialSignInBox + .form-group {
	margin-top:20px;
}

.form-group.inline > label:not(.radio-inline) {
	margin: 0 0 5px;
}

.form-group.inline > label > span {
	color: red;
}

@media (min-width: 768px) {
	.form-group.inline {
		margin-bottom: 10px;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.form-group.inline > label:not(.radio-inline) {
		min-width: 140px;
		max-width: 140px;
		margin: 0;
		padding-top: 6px;
		padding-right: 20px;
	}
}
.select {
	position: relative;
	width: 100%;
}

.select .form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding-right: 34px;
}

.select:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 5px;
	height: 16px;
	width: 16px;
	background-size: cover;
}

.radio-inline {
	margin-right: 10px;
	font-weight: 400;
}

.inline-touch {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 34px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inline-touch label {
	display: block;
	position: relative;
	min-height: 40px;
	margin-bottom: 0;
	margin-right: 20px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.inline-touch label:not(.check) {
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.inline-touch .check {
	-webkit-box-align: start;
	box-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
}

.inline-touch .check .icon {
	top: 3px;
}

.inline-touch label:last-of-type {
	margin-right: 10px;
}

.inline-touch .icon {
	display: inline-block;
	height: 25px;
	position: relative;
	margin-right: 8px;
	color: #777777;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	position: relative;
}

.terms .inline-touch .icon {
	margin-right: 15px;
}

.terms .inline-touch .icon + span {
	width:100%;
}

.inline-touch input[type="radio"],
.inline-touch input[type="checkbox"] {
	position: absolute;
	top: 50%;
	left: 30%;
	opacity: 0;
}

.inline-touch input[type="radio"]:focus + .icon + span,
.inline-touch input[type="checkbox"]:focus + .icon + span {
	text-decoration: underline;
}

.inline-touch input[type="radio"] + .icon:before,
.inline-touch input[type="checkbox"] + .icon:before {
	height: 25px;
	width: 25px;
	display: inline-block;
	content: "";
	background-size: cover;
}

.inline-touch input[type="radio"]:checked + .icon,
.inline-touch input[type="checkbox"]:checked + .icon {
	position: relative;
	-webkit-animation: icon-beat 0.1s ease;
	animation: icon-beat 0.1s ease;
}

.inline-touch input[type="radio"]:checked + .icon + span,
.inline-touch input[type="checkbox"]:checked + .icon + span {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.inline-touch input[type="radio"] + .icon:before {
	content: "\e900";
}

.inline-touch input[type="radio"]:checked + .icon:before {
	content: "\e901";
}

.inline-touch input[type="radio"]:checked + .icon:before {
	color: #1797c0;
}

.inline-touch input[type="checkbox"] + .icon:before {
	content: "\e902";
}

.inline-touch input[type="checkbox"]:checked + .icon:before {
	content: "\e903";
	color: #1797c0;
}

.inline-touch input[type="radio"]:checked + .icon + span,
.inline-touch input[type="checkbox"]:checked + .icon + span {
	text-decoration: none;
}

.inline-touch input[type="checkbox"]:focus + .icon + span,
.inline-touch input[type="radio"]:focus + .icon + span {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.terms {
	background: #f6f6f6;
	width: 100%;
	display: block;
	max-width: 480px;
	padding: 0;
	margin: 20px auto 0;
}

.terms .inline-touch .terms-holder {
	width: 100%;
	border: 1px solid transparent;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
}

.terms .inline-touch .terms-holder > span {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.terms .inline-touch input[type="checkbox"] + .terms-holder > .icon:before {
	content: "\e902";
}

.terms .inline-touch input[type="checkbox"]:checked + .terms-holder > .icon:before {
	content: "\e903";
}

.terms .inline-touch input[type="radio"]:checked + .terms-holder > .icon,
.terms .inline-touch input[type="checkbox"]:checked + .terms-holder > .icon {
	position: relative;
	-webkit-animation: icon-beat 0.1s ease;
	animation: icon-beat 0.1s ease;
}

.terms .inline-touch input[type="checkbox"]:focus + .terms-holder {
	border: 1px dotted #aaa;
}

/*.terms .inline-touch input[type="checkbox"]:checked + .terms-holder,
.terms .inline-touch input[type="radio"]:checked + .terms-holder {
	border: 1px dotted #2d96dd;
}*/

@media (min-width: 768px) {
	.terms .inline-touch .terms-holder {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.terms label {
	font-weight: 400;
	margin-bottom: 0;
}

.terms label input {
	margin-right: 5px;
}

.terms .inline-touch input[type="checkbox"]:not(:checked) + .icon + span:hover {
	color: #444;
}

.terms .inline-touch input[type="checkbox"]:focus + .icon + span {
	box-shadow: 1px 1px 3px #aaa;
	border: 0;
}

.terms .inline-touch label:last-of-type {
	margin-right: 0;
	width: 100%;
}

.terms .check {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.terms .check input {
	margin-right: 10px;
	width: 20px;
	margin-top: 5px;
}

.split.form-left .form-heading {
	padding-top: 40px;
	padding-bottom: 0;
}

.split.form-left .form-heading + .description {
	padding-top: 20px;
}

.split + footer {
	margin-top: 0;
}

.hero-vertical {
	position: relative;
	display: none;
	margin-right: 30px;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.hero-vertical {
		display: block;
		height: 100vh;
		width: 50%;
		position: fixed;
	}

	.hero-vertical__foreground-image {
		max-height: 40%;
		width: auto;
		max-width: 70%;
	}

	.split.form-left .hero-vertical {
		margin-right: 0;
		right: 0;
		top: 0;
		width: 50%;
	}
	.form-left .content {
		margin-right: 50%;
		margin-left: 0;
	}
	.form-right .content {
		margin-right: 0;
		margin-left: 50%;
	}
}
@media (max-width: 767px) {
	.hero-vertical {
		display: block;
		max-height: 300px;
		width: 100%;
		min-height: 200px;
	}

	.split.form-left .hero-vertical {
		position: absolute;
		top: 0;
	}

	.split.form-left {
		padding-top: 200px;
	}
}
.content {
	overflow: hidden;
}
.hero-vertical img {
	max-width: 100%;
}

.social-links {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.social-links {
		-webkit-box-pack: center;
		box-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.social-links > .cta {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.social-links > a {
	font-size: 30px;
	margin: 0 10px;
}

.social-links .facebook { color: #3B5998; }
.social-links .twitter { color: #55acee; }
.social-links .instagram { color: #3F729B; }
.social-links .google-plus { color: #DC4E41; }
.social-links img {
	height: 30px;
	width: 30px;
}

.social-links > a:hover {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.social-links > a:active {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.btnSubmit {
	width: 100%;
	font-size: 16px;
	background: #1797c0;
	border-color: #1485a9;
	cursor: pointer;
	padding: 10px 0 12px;
}
.btnSubmit_icon,
.btnSubmit_text {
	vertical-align: middle;
	color: #fff;
}
.btnSubmit_text { display: inline-block; }
.btnSubmit_icon { display: none; }
.btnSubmit:disabled .btnSubmit_icon, 
.btnSubmit--loading .btnSubmit_icon {
	display: inline-block;
}
.btnSubmit:disabled .btnSubmit_text, 
.btnSubmit--loading .btnSubmit_text {
	display: none;
}

.btnSubmit

.page-body {
	max-width: 500px;
	margin: 0 auto;
}

.page-body > p:first-of-type {
	margin-top: 0;
}

.newsletter .description {
	font-size: 16px;
}

/**
 * WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/**
 * Datepicker
 -------------------------------------------------------------- */
 /*!
	* Datetimepicker for Bootstrap 3
	* version : 4.17.37
	* https://github.com/Eonasdan/bootstrap-datetimepicker/
	*/

.bootstrap-datetimepicker-widget {
	list-style: none;
	position: absolute;
	background: #fff;
	z-index: 99999;
	border: 1px black solid;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	margin: 2px 0;
	padding: 10px;
	width: 19em;
}

@media (min-width: 768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
@media (min-width: 992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
@media (min-width: 1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
	content: '';
	display: inline-block;
	position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	top: -7px;
	left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	top: -6px;
	left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	bottom: -7px;
	left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	bottom: -6px;
	left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 2.5;
	height: 2.5em;
	width: 100%;
}

.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
	text-align: center;
	border-radius: 0;
}

.bootstrap-datetimepicker-widget table th {
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
	background: none;
	color: #777777;
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
	font-size: .8em;
	height: 20px;
	line-height: 20px;
	color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
	background: #eeeeee;
	cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
	color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
	position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
	content: '';
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #2d96dd;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #2d96dd;
	color: #555;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
	background: none;
	color: #777777;
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 0;
}

.bootstrap-datetimepicker-widget table td span:hover {
	background: #eeeeee;
	color:#555;
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: #2d96dd;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
	color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: none;
	color: #777777;
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
	width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
	cursor: pointer;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.datetimepicker .input-group-addon {
	border-radius: 0;
}

.datetimepicker input.form-control {
	background-color: #fff;
	cursor: text;
}

.datepicker {
	padding: 5px;
}

.datetimepicker {
	color: #333;
}

.datetimepicker .input-group-addon {
	background: white;
}

.datepicker .picker-switch,
.datepicker .dow,
.datepicker th {
	text-align: center;
}

.datepicker td {
	text-align: center;
	width: 50px;
}

.datepicker td.day {
	cursor: pointer;
}

.datepicker td.day:hover,
.datepicker td.day.active {
	background-color: #2d96dd;
	border-radius: 0;
	color: #fff;
}

.datepicker td.day:hover {
	color:#555;
}

.datepicker td.day.active:hover {
	color:#fff;
}

.datepicker .disabled {
	cursor: no-drop;
	opacity: 0.1;
}

.datepicker th.prev,
.datepicker th.next {
	cursor: pointer;
	text-align: center;
}

.datepicker th.prev:hover,
.datepicker th.next:hover {
	background-color: #2d96dd;
	border-radius: 0;
	color: #555;
}

.datetimepicker-md .datepicker-months thead,
.datetimepicker-md .dow,
.datetimepicker-md .bootstrap-datetimepicker-widget table td.today:before {
	display: none;
}

@media (min-width: 768px) {
	.datetimepicker {
		width: 280px;
	}
}
/* Bootstrap overrides */
.alert {
	border-radius: 0;
	margin-bottom:0;
	margin-top:1px;
}

.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.input-group-addon, .input-group-btn {
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;}
.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}

/**
 * Social Buttons
 */
.btn-facebook {color: #fff}
@media (max-width: 480px) {
	.btn-facebook {
		font-size: 14px;
	}
}
.socialSignInBox {margin:0}

a.fb_dialog_close_icon {
	-webkit-transition: none;
	transition: none;
}

/**
 * Select 2
 */
.select2.select2-container--default .select2-selection--multiple,
.select2.select2-container--default .select2-selection--single {
	min-height: 34px;
	padding: 0 3px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	width: 100%;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	color:#444;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border:2px solid #2d96dd;
	outline:none;
}
.select2-container--focus .select2-selection.select2-selection--single {
	box-shadow: inset 0 0 0px 2px #2d96dd;
	border: 0;
	outline:none;
}

.select2.select2-container.select2-container--default.select2-container--below:focus {
	outline:none;
	border:2px solid #2d96dd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:#2d96dd;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}

.select2-results__option {
	color: #333;
}

.select2 {
	width: 100% !important;
}

.no-results .lead {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
}

.select2-selection__arrow {
	display: none;
}

.popover {
	border:2px solid rgba(255,0,0,.8)
}

.popover.top>.arrow {
	bottom:-10px;
	margin-left:-10px;
	border-top-color:red;
	border-top-width:9px;
}

.popover.top>.arrow:after {
	bottom:2px;
}

.popover.bottom>.arrow {
	top:-10px;
	margin-left:-10px;
	border-bottom-color:red;
	border-bottom-width:9px;
}
.popover.bottom>.arrow:after {
	top:2px;
}


.popover>.arrow {
	border-width:10px;
}

.popover-content {
	padding:5px 10px;
	color:red;
	font-weight:500;
}

.bg-image {
    background-image: url('https://www.ragnbonemanmusic.com/wp-content/plugins/crm-cookies/assets/css/form.css?ver=302eabb7d5be63e33be2110ecb286f5d');
    background-size: cover;
    background-position: 50% 0;
}
@media (min-width: 768px) {
    .bg-image {background-image: url('https://www.ragnbonemanmusic.com/wp-content/plugins/crm-cookies/assets/css/form.css?ver=302eabb7d5be63e33be2110ecb286f5d')}
}
.body {color: #444444;background-color: rgba(255,255,255,1)}
.wrapper {background-color: rgba(255,255,255,0.5)}
.terms {
    background: rgba(68, 68, 68, 0.08);
}
a {color:#000000}
a:hover,a:focus,a:active,a:active:focus {color:#2e2e2e}
.btn-primary {background:#000000;border-color:#000000}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:active:focus {
    background:#2e2e2e;
    border-color:#2e2e2e;
}
.form-heading {color: #444444}
.form-control, .datetimepicker input.form-control {
    background: rgba(255, 255, 255, 1);
    color: #444444;
}
.form-control:focus { border-color: #000000;}
label {color: #444444}
.inline-touch label .icon {
    color:rgba(68, 68, 68, 0.7);
}
.form-heading,.description {background:rgba(255,255,255,0)}
.inline-touch input[type="checkbox"]:focus + .icon + span,
.inline-touch input[type="radio"]:focus + .icon + span {border-bottom:1px dotted #000000}
.inline-touch input[type="radio"]:checked + .icon:before,
.inline-touch input[type="checkbox"]:checked + .icon:before,
.terms .inline-touch input[type="checkbox"]:checked + .terms-holder > .icon:before {color: #000000}
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2.select2-container.select2-container--default.select2-container--below:focus {border-color:#000000}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.bootstrap-datetimepicker-widget .active,
.datepicker .day:hover,
.datepicker .day.active,
.datepicker .day.active:hover,
.datepicker .prev:hover,
.datepicker .next:hover {background-color:#000000}
.select2-container--focus .select2-selection.select2-selection--single {box-shadow: inset 0 0 0px 2px #000000}
.terms .inline-touch input[type="checkbox"]:focus + .terms-holder {border:1px dotted #000000}
.closer {background: #444444;color: #ffffff}
.closer-link,
.closer-link:hover {color: #ffffff}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select,textarea,input {
		font-size: 16px;
	}
	select:focus,textarea:focus,input:focus {
		font-size: 16px;
	}
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}



.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}