/* Add here all your CSS customizations */

.hide { display: none; }

.key-features { padding-bottom: 20px }
#Billboard_Subhead { line-height: 1.2em }
.black-background {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#000000), to(transparent));
	background-image: linear-gradient(to left, transparent, #000000, transparent);
	border: 0;
	height: 1px;
	margin: 22px 0;
}

/*  Features Page */

.feature-list li {
    line-height: 1.4em;
    margin-bottom: 8px
}

.feature_headline {
    font-size: 3em;
    text-transform: uppercase;
    color: #ff6600;
    letter-spacing: -1px
}

#InsidePageHead {
	padding-top: 70px !important;
	padding-bottom: 30px !important;
	overflow: hidden;
}
@media (max-width: 1199px) {
	#InsidePageHead {
		min-height: 520px;
	}
}
@media (max-width: 991px) {
	#InsidePageHead {
		padding-top: 120px !important;
		min-height: 480px;
	}
}

/* Custom Thumb Info */
.thumb-info-custom {
	position: relative;
	overflow: visible;
	z-index: 2;
}
.thumb-info-custom:before {
	border: 1px solid #aaa;
	bottom: -5px;
	content: "";
	height: 5px;
	left: 2px;
	position: absolute;
	right: 2px;
	width: auto;
	z-index: 0;
}
.thumb-info-custom:after {
	border: 1px solid #aaa;
	bottom: -9px;
	content: "";
	height: 5px;
	left: 5px;
	position: absolute;
	right: 5px;
	width: auto;
	z-index: 0;
}
.thumb-info-custom .btn {
	margin: 0 0 -45px;
	position: relative;
	z-index: 10;
}

/* Thumb Info Custom Icon */
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom {
	top: 0;
	margin-top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	display: block;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom a {
	display: block;
	width: 100%;
	height: 100%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:before {
	border-top: 1px solid #aaa;
	content: "";
	height: 1px;
	left: 20%;
	position: absolute;
	right: 2px;
	top: 50%;
	width: 60%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:after {
	border-left: 1px solid #aaa;
	content: "";
	height: 60%;
	left: 50%;
	position: absolute;
	right: 2px;
	top: 20%;
	width: 1px;
}

.thumb-info { border: 1px solid #aaa }
.thumb-info-caption-text h2 { line-height: 24px; }
.thumb-info-caption-text p { color: #444444; padding-bottom: 0; margin-bottom: 0px; line-height: 1.2em }
.thumb-info-caption-text { min-height: 14em; padding-bottom: 0px !important }

.thumb-info .thumb-info-caption {
	padding: 0;
    min-height: 19em;
}


.registration-box-height {
    min-height: 14em !important;
}

.small-margin { margin-bottom: .2rem }

#userregister { padding: 30px 0px; margin-top: 0px}

/* Custom Icon */
.thumb-info .thumb-info-custom-icon {
	width: auto;
	margin: -30px auto 0;
	-webkit-transform: none !important;
	transform: none !important;
}

/* Trial Form */

.form-control-custom .form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #FFF;
	padding-left: 0;
}
.form-control-custom .form-control::-webkit-input-placeholder {
	color: #FFF;
}
.form-control-custom .form-control::-moz-placeholder {
	color: #FFF;
}
.form-control-custom .form-control:-ms-input-placeholder {
	color: #FFF;
}
.form-control-custom .form-control option {
	background: #FFF;
	color: #777;
}

/* Pricing Page */
.pricing-table.princig-table-flat .plan h3 span { font-size: 1.3em }
.pricing-table h3 { font-size: 1.45em; }
.pricing-table.princig-table-flat .plan h3 { padding: 15px; }

.pricing-table .plan-ribbon { 
   background-color:  #2389B4;
   background-image: -webkit-gradient(linear, left bottom, left top, from(#48B0DB), to(#2389B4));
   background-image: linear-gradient(to top, #48B0DB, #2389B4);
   color: #FFF;
   font-weight: 600;
}

/* Comments User Control */

.img-fluid {
       padding: 10px;
}
.fivestars i { color: #FFF82A }

#CustomerComments { margin: 0px 0px 40px }

#SuccessHeadline { font-size: 4em; }