@font-face {
    font-family: 'impact_labelregular';
    src: url('fonts/Impact_Label-webfont.eot');
    src: url('fonts/Impact_Label-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Impact_Label-webfont.woff') format('woff'),
         url('fonts/Impact_Label-webfont.ttf') format('truetype'),
         url('fonts/Impact_Label-webfont.svg#impact_labelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html,.container:first-of-type {
   min-height:100%
}
.inline{
	display:inline;
}

.playrow{
  line-height:36px;
  vertical-align:middle;
}

/* Spinner */


.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}







/* override btn-danger active class for signup */

.btn-danger { 
  color: #ffffff; 
  background-color: #F77474; 
  border-color: #130269; 
} 
 
.btn-danger:hover, 
.btn-danger:focus, 
.btn-danger:active, 
.btn-danger.active, 
.open .dropdown-toggle.btn-danger { 
  color: #ffffff; 
  background-color: #F00909; 
  border-color: #130269; 
} 
 
.btn-danger:active, 
.btn-danger.active, 
.open .dropdown-toggle.btn-danger { 
  background-image: none; 
} 
 
.btn-danger.disabled, 
.btn-danger[disabled], 
fieldset[disabled] .btn-danger, 
.btn-danger.disabled:hover, 
.btn-danger[disabled]:hover, 
fieldset[disabled] .btn-danger:hover, 
.btn-danger.disabled:focus, 
.btn-danger[disabled]:focus, 
fieldset[disabled] .btn-danger:focus, 
.btn-danger.disabled:active, 
.btn-danger[disabled]:active, 
fieldset[disabled] .btn-danger:active, 
.btn-danger.disabled.active, 
.btn-danger[disabled].active, 
fieldset[disabled] .btn-danger.active { 
  background-color: #F77474; 
  border-color: #130269; 
} 
 
.btn-danger .badge { 
  color: #F77474; 
  background-color: #ffffff; 
}



.hoverDiv {background: #fff;}
.hoverDiv:hover {background: #f5f5f5;}


/* custom search box */
.search-form .form-group {
 /* float: right !important;*/
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;

    width: 180px;
  /*border-radius: 4px 25px 25px 4px;*/
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:inline-block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {


}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  /*left: initial;*/
  font-size: 14px;
}

.results{

	border: 1px solid #c0c0c0;
}




.pagination>li>a, .pagination>li>span {
    /*height: 18px;*/
    line-height: 12px;
    margin: 3px 0;
    padding:4px;
    color: #6c58bF;
}


/*a,a:active,a:link,a:visited {
	color:#333;
}
*/
a:hover{
	color:#111;
}
.codebox-wrapper{
	background:#f4f5f6;
	padding:3px;
	margin-top: 15px;
}
.codebox{
	background:#fff;
	border:1px solid #cacaca;
	font-size:12px;
}
.codebox-title{
	height:40px;
	padding-left:10px;
	margin-top:12px;
	border/*-bottom*/:1px solid #cacaca;
	background:url("images/codebox-bg.png") repeat-x scroll 0 0 #ececec;
}
.codebox-title h4{
	/*line-height:40px;*/
	float:left;
	display:inline;
/*	font-weight:bold;*/
	/*font-family:CuprumFFU,"Trebuchet MS",Arial,sans-serif;*/

}





/*class to force pointer on non links*/
.cur{
	cursor:pointer;
}

.dl {
	font-size:16px;
/*    min-height: 20px;
    line-height: 20px;
    width: 1em;
    display: inline;
    margin: -0.5em auto 0px;*/
}

/*.form-control{
	margin: 6px;
}*/

.strong{
	font-weight:600;
}

.pad6{
	padding:6px;
}
.mar6{
  margin: 6px;
}

.padr3{
  padding-right:3px;
}
.padl3{
  padding-left:3px;
}


/*@media (min-width: @screen-sm-min) {

    .form-inline > .checkbox {margin-left:5px;margin-right:5px;}
    .form-inline  .form-control {width:auto;}
    .form-inline label {margin-right:5px;}

}*/


kbd.dark {
  color: #eeeeee;
  text-shadow: 0 -1px 0 #000000;
  border-color: #000;
  background-color: #4d4c4c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  box-shadow: 0px 2px 0 #000000, 0 3px 1px #999999, inset 0 1px 1px #aaaaaa, inset 0 -1px 3px #272727;
}
kbd.ios {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #000;
  border-color: rgba(0, 0, 0, 0.6);
  border-top-color: rgba(0, 0, 0, 0.4);
  background-color: #b7b7bc;
  background-image: -moz-linear-gradient(top, #efeff0, #b7b7bc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efeff0), to(#b7b7bc));
  background-image: -webkit-linear-gradient(top, #efeff0, #b7b7bc);
  background-image: -o-linear-gradient(top, #efeff0, #b7b7bc);
  background-image: linear-gradient(top, #efeff0, #b7b7bc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefeff0', endColorstr='#ffb7b7bc', GradientType=0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 2px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 #ffffff;
}
kbd.android {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-shadow: none;
  padding: .3em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5e5e5e;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #444444, inset 0 1px 0 #868686;
}
kbd.android.dark {
  background: #222222;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7), 0 1px 0 #444444, inset 0 1px 0 #505050;
}
kbd.android.color {
  background: #083c5b;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7), 0 1px 0 #444444, inset 0 1px 0 #36647b;
}


.abox {
display:block;
height:100%;
width:100%;
border:0;
padding:0;
}


.w25{
	width:25%;
}
.w50{
	width:50%;
}
.w75{
	width:75%;
}

.inlineb{
	display:inline-block!important;
}
.round6{
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.pad12{
	padding:12px;
}

.h5{
	font-weight: 600;
}

#sortable{
	cursor:pointer;
}
.hidden-xs {
    display: inline-block!important;
}


/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */

/*.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}*/
/* Just looks nicer */
.credit-card-box .panel-heading img {
  margin:2px;
    /*min-width: 180px;*/
}




.impact-font,.impact-font:a{
border:0;
padding:0;
margin: 0;
}


.btn-r-15{border-radius:15px !important;}


















@media (max-width: 767px) {
.hidden-xs {
  display: none!important;
 }
}

.input-sm, .form-horizontal .form-group-sm .form-control{
height: auto;
}

.justify {
  text-align: justify;
}

.bold{
	font-weight: bold;
}
.spacert{
	margin-top:12px;
}
.spacerb{
	margin-bottom: 12px;
}

.red a, .red{
  color:red;
}

.blue a, .blue{
	color:#006FAF;
}
.ctrmin{
	min-height: 300px;
}

.brdr{
	border-right: 1px solid #e3e3e3;
}
.brdl{
	border-left: 1px solid #e3e3e3;
}

.impact-font, .impact-font a, .impact-font a:active, .impact-font a:link,.impact-font a:visited{
	padding:3px;
	font-family: 'impact_labelregular';
	color:#111;

}
.input-lrg{
	font-size:20px;
}
.impact-font a:hover{
	text-decoration: none;
}

.inputdk a:hover{
color:#111;
}


.row{
	margin-top:8px;
}

.slim{
	margin:0;
	line-height:1;
	font-weight: 600;
	cursor: pointer;
}

.slim:hover{
	color:#444;
}


label{
	margin-right:18px;
	cursor: pointer;
}

.footer{
	background-color: #e0e0e0;
}

.uname_color{
	color: red;
}


/*signup-form*/
.signupBoxes {
	padding: 55px;
	border-radius: 30px;
	box-shadow: 0px 0px 17px 3px #e5ebe7;
	background: #fff;
}
.signupBoxes .box .codebox-title {
	background: transparent;
	border: unset;
	padding: 0;
	color: #000;
	height: auto;
	width: 100%;
	position: unset;
	margin: 0px 0px 30px;
}
.signupBoxes .box .codebox-title h4 {
	margin: 0;
	float: unset;
	font-size: 22px;
}
.signupBoxes .box .promocodeform,
.panel.panel-default.credit-card-box .promocodeform {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.signupBoxes .box input,.signupBoxes .box select,
.panel.panel-default.credit-card-box .promocodeform  input{
	background: #e9ebf0;
	color: #000;
	padding: 13px 20px;
	height: auto;
	outline: none;
	box-shadow: none !important;
	border: unset;
}
.signupBoxes .box input#promocode,
.panel.panel-default.credit-card-box .promocodeform input{
	width: 95%;
}
.signupBoxes .box button#pcodeapply,
.panel.panel-default.credit-card-box .promocodeform button{
	border: unset;
	box-shadow: unset;
	outline: none;
	background: #000;
	color: #fff;
	height: unset;
	padding: 10px 20px;
	font-size: 18px;
	width: auto;
}
.signupBoxes .box.first_box > .row .col-md-6 {
	padding: 0;
}
.signupBoxes .box.first_box > .row .col-md-6 .panel {
	border: unset;
	border-top: 5px solid #000;
	border-radius: 0px;
}
.signupBoxes .box.first_box > .row .col-md-6 .panel .panel-heading {
	background: transparent;
	border: unset;
	color: #000;
	padding: 0;
}
.signupBoxes .box.first_box > .row .col-md-6 .panel .panel-heading h3 {
	font-weight: 500;
	font-size: 18px;
	font-family: 'arial';
}
.signupBoxes .box.first_box > .row .col-md-6 .panel .panel-body {
	font-size: 50px;
	padding: 0px;
	color: #000;
}
.signupBoxes .box.first_box > .row .col-md-6 .panel ul li {
	padding: 8px 0px;
	border: unset;
}
.signupBoxes .box.first_box > .row .col-md-6 .panel ul li .glyphicon.glyphicon-heart {
	color: #E90000;
}
.signupBoxes .box.first_box > .row .col-md-6 .panel .panel-footer {
	background: transparent;
}
.signupBoxes .box.first_box > .row .col-md-6 .panel .panel-footer button {
	background: #000;
	outline: none;
}
.signupBoxes .box.second_box .col-md-12,
.signupBoxes .box.third_box .col-md-12{
	margin-bottom: 15px;
}
.signupBoxes .box.second_box .col-md-12 .input-label,
.signupBoxes .box.third_box .col-md-12 .input-label{
	margin-bottom: 5px;
}
.signupBoxes .box.second_box button[type="button"],
.signupBoxes .box.third_box #submitregform{
	width: 100%;
	border: unset;
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 50px;
	cursor: pointer;
}
.signupBoxes .box.third_box #submitregform {
	margin-top: 20px;
}

.signupBoxes .box {
	display: none;
}
.signupBoxes .box.active {
	display: block;
}
.signupBoxes .box.second_box button[disabled] {
	opacity: 0.5;
	pointer-events: none;
}
.changeplan-checkout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.changeplan-checkout a {
	width: 48%;
	text-align: center;
	background: #000;
	color: #fff;
	margin-bottom: 10px;
	padding: 20px 10px;
	border-radius: 5px;
	font-size: 16px;
}

.signupBoxes .box.first_box.active .box {
	display: block;
}
.signupBoxes .box.first_box .second_box button {
	display: none;
}

html[data-theme="dark"] .signupBoxes .box {
	color: #000;
}


@media only screen and (max-width:767px){
    .signupBoxes {
    	padding: 30px;
    	border-radius: 10px;
    }
}