.navbar {
	z-index: 9999;
	position: fixed;
	width: 100%;
	opacity: 0.9;
}
.centeredBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	display: flex;
}
.centeredAll {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 96%;
	display: flex;
}
.custom-header ul.nav.navbar-nav.links li a {
	font-size: 1.2em;
	font-weight: bold;
}
.custom-header ul.nav.navbar-nav.links li a:hover {
	border: 1px solid #292c2f;
}
.navbar-shadow, .shadow-line {
	box-shadow: 0 0 16px rgba(0,0,0,0.6);
}
button.btn.btn-default.login {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
	width:90%;
	border-radius:2px;
	height:2em;
	background:#127ba3;
	color: #FFF;
	border: 1px solid #333;
}
.bg-login-image, .bg-password-image, .bg-register-image {
	background-position: 50%;
	background-size: cover;
}
.custom-header li.dropdown .dropdown-toggle {
	color: #FFF;
	background:#127ba3;
}
.custom-header a.navbar-brand, .footer-navigation h3 {
	color: #fff;
	font-size: 2.6em;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 1;
	margin-right: 40px;
	background: #292c2f;
	font-weight: bold;
}
.footer-navigation h3 {
	margin-right: 0px;
}
.custom-header a.navbar-brand span, .footer-navigation h3 span {
	color: #127ba3;
}
.navbar .form-group {
	margin-bottom:15px;
	width:300px;
}
.input-login {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	width:90%;
}

#all-the-frame {
	padding-top: 64px;
}

section, .pricing-table {
	padding-top: 80px;
}
section#home {
	background:url(../img/home-bg.jpg) no-repeat left;
	background-size:cover;
}
section#home h1, section#home h2, section#home h3, section#home h4 {
	color: #03abff; /* #004b71 #0093DD */
	text-shadow:1px 1px 1px rgba(0,0,0,1);
}

section#pricing {
	background:url(../img/pricing-bg.jpg) no-repeat center;
	background-size:cover;
}
section#assistance-fixe .features-boxed {
	background-color: rgba(226,79,67,0.9);
	color: #3a1310;
}
section#assistance-mobile .features-boxed {
	background-color: rgba(39,174,96,0.9);
	color: #0f4526;
}
section#assistance-fixe .features-boxed p {
	color: #3a1310;
}
section#assistance-mobile .features-boxed p {
	color: #0f4526;
}
/*
section#assistance-fixe, section#assistance-fixe .features-boxed {
	background-color: #e24f43;
	color: #3a1310;
}
section#assistance-mobile, section#assistance-mobile .features-boxed {
	background-color: #27ae60;
	color: #0f4526;
}
section#assistance-fixe, section#assistance-fixe .features-boxed {
	background-color:#ffd481;
	color:rgb(135,110,92);
}
section#assistance-mobile .features-boxed {
	background-color:#c5e3a7;
	color:rgb(111,150,97);
}
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
button {
	cursor: pointer;
}
.form-control {
	height: auto;
}
.home-logo {
	max-width:992px;
}
.loading {
	padding: 6rem;
}

#dot-nav li.active, #dot-nav li:hover {
	background-color: #127ba3;
}
@media (max-width:768px) {
	#dot-nav {
		display:none;
	}
	.home-logo {
		width: 90%;
	}
	section#help img.pull-left {
		width: 90%;
	}
}

.pricing-table a.pricing-tax, .pricing-table a.pricing-tax:hover, .pricing-table a.pricing-tax:active {
	text-decoration: underline;
	color: #333;
}
section#contact a:hover, #modal_contact a:hover, section#contact a:active, #modal_contact a:active {
	color: #333;
}

.features-boxed h1 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
.features-boxed a:hover {
    color: #0093DD;
}
.hidden-text {
	display: none;
}

section#help a, section#help a:hover, section#help a:active {
	color: #333;
}
section#help a.help-link {
	text-decoration: underline;
}

section#help img.pull-left {
	margin-right: 6px;
}
section#help .blog-item {
	padding-top: 6px;
}

.site-footer {
	padding:20px 0;
	text-align:center;
}
@media (min-width:768px) {
	.site-footer h5 {
		text-align:left;
	}
}
.site-footer h5 {
	color:inherit;
	font-size:20px;
}
*:disabled  {
	cursor: not-allowed;
}
.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}
.btn-circle {
	border-radius: 100%;
	height: 2.5rem;
	width: 2.5rem;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
	height: 1.2rem;
	width: 1.2rem;
	font-size: .75rem;
}
.table-cont-scroll {
	overflow-x: auto;
}
.tablesorter-bootstrap {
    font: 1em Arial,Sans-serif;
    text-align: left;
    border-spacing: 0;
}
.tablesorter-old input[type=search] {
	font-size: 16px;
	padding: 6px;
	margin: 2px;
	-moz-box-shadow:inset 2px 2px 5px #333;
	box-shadow:inset 2px 2px 5px #333;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b8b8b8;
}
.tablesorter-grey input[type=search] {
	color: #FFF;
}
.tablesorter-pager .btn-group-sm .btn {
	font-size: 1.2em;
}
a.go-up-fixed {
	display: none;
	position: fixed;
	bottom: 6px;
	right: 6px;
	width:32px;
	border:none;
	font-size:20px;
	border-radius:50%;
	margin:4px;
	color:#fff;
	text-align:center;
	background-color:#127ba3;
	height:32px;
	opacity:0.8;
	line-height:32px;
}
.was-validated input:invalid, .was-validated select:invalid, .was-validated textarea:invalid {
	border: 1px solid red;
	box-shadow: 0 0 2px 1px red;
}
.site-footer .social-icons a:hover, a.go-up-fixed {
	opacity:1;
}
.site-footer .social-icons a {
	display:inline-block;
	width:32px;
	border:none;
	font-size:20px;
	border-radius:50%;
	margin:4px;
	color:#fff;
	text-align:center;
	background-color:#798FA5;
	height:32px;
	opacity:0.8;
	line-height:32px;
}

@media (min-width:768px) {
	.site-footer .social-icons {
		text-align:right;
	}
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #222;
	background-color: #fff;
	border-color: #222;
}
.nav-tabs .nav-link {
	color: #222;
	background-color: #ccc;
	border-color: #222;
}
.tab-content {
	border: #222 solid 1px;
}
.rounded {
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.rounded16 {
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.shadow {
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
}
.cursor {
	cursor: pointer;
}
.text-xl {
	font-size: 2em;
}
/* Responsive iFrame */
/*
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
*/