/* Space out content a bit */
body {
  padding-bottom: 20px;
}
a{display:inline-block;color:black;}
a:hover{text-decoration:none;}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
.link {
    color: #ff0000;
}
.link-2 {
    color: #ff0000;
}
.navbar-toggler{color:#777;}
.main-nav > li a{border-radius:4px;}
.main-nav > li.active a{background:#4499FF;} 
/* Custom page header */
.header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 15px;
    padding-left: 15px;
}

.header-link{
    border-radius: 0 0 4px 4px;
}
.btn-outline-primary.header-link{
    border-top: none;
    margin-top: -1px;
    padding-top: calc(0.375rem + 1px);
}
input.form-control[type=color]{height:38px;}
input.form-control.form-control-sm[type=color]{height:31px;}
input.form-control.form-control-lg[type=color]{height:48px;}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.feature-heading{
text-align:center;
padding:10px 0 20px 0;

}
.feature-heading h2{
margin:0;
padding:10px 0 10px 0;
 border-bottom: 1px solid #e3e3e3;

}
/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
  margin: 30px 0;
}
.service-link{
	display:block;
    color: inherit;
     min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
	border-radius: 4px;
	text-align:center;
}
.broadcaster-link{
	display:block;
    color: inherit;
     min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
	text-align:center;
}
.broadcaster-link img{
	border-radius:50%;
}
/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
     margin-right: 15px;
    margin-left: 15px;
}
.jumbotron.page-header{
padding-top:10px;
padding-bottom:10px
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
.slide-container {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
	margin-top:2px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4499FF;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4499FF;
    cursor: pointer;
}
.blur-text:not(:focus) {
     color: transparent;
     text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.notify{display:inline-block;position:fixed;text-align:center;border:1px solid #e5e5e5;background-color:#fff;}
.notify > div{display:inline-block;font-size:20px;vertical-align:bottom;}
.notify > .icon{padding:5px;border-right:1px solid #e5e5e5;width:51px;}

.notify > .text{padding:10px 15px;}
/* top */
.notify.top-left{left:30px;  top: 30px;}
.notify.top-center{left:40%; top:30px;}
.notify.top-right{right:30px; top: 30px;}
/*center*/
.notify.center-left{left:30px;  top: 40%;}
.notify.center{left:40%; top:40%;}
.notify.center-right{right:30px ;top: 40%;}

/*bottom*/
.notify.bottom-left{left:30px;  bottom: 30px;}
.notify.bottom-center{left:40%; bottom:30px;}
.notify.bottom-right{right:30px ;bottom: 30px;}

.notify-primary, .notify-primary > .icon{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.notify-success, .notify-success > .icon{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;}
.notify-danger, .notify-danger > .icon{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.notify-warning, .notify-warning > .icon{
color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
	
}
.notify-info, .notify-info > .icon{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;	
}
/* Custom Checkbox/Radio Buttons*/
.radio,
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio input,
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio .checkmark,
.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
}
.radio .checkmark{  border-radius: 50%;}
.radio:hover input ~ .checkmark,
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.radio input:checked ~ .checkmark,
.checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}
.radio .checkmark:after,
.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkmark:after, 
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.radio .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
.checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
	.navbar-toggle{display:block;}
	.header h3 {float:none !important;}
	.main-nav{padding-top:10px;}
	.main-nav > li{display:block;margin-bottom:5px;}
	.main-nav > li a {padding-left:10px !important;}
}

.badge.account-required {
    position: absolute;
    top: 10px;
    left: 10px;
}

.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio .checkmark,
.checkbox .checkmark.round {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* The container */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 6px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    height: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

/* Contact Form */
.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .error-message br + br {
    margin-top: 25px;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}