﻿
body {
	background: white;
}

.navbar-inverse {
	background-color: white; /*#32aebe;*/
	border-bottom: none;
}

.navbar {
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 35px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 35px;
	box-shadow: rgba(0,0,0,0.1) 0 0 35px;
	/* the rest of your styling */
}

.navbar-brand {
	background: url(../images/logo.png) no-repeat;
	width: 210px;
	height: 70px;
}

.navbar-inverse .navbar-toggle {
	border-color: #F9B233;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #ddd;
}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #F9B233;
	}

	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: #f4a820;
	}

		.navbar-inverse .navbar-toggle:hover > .icon-bar, .navbar-inverse .navbar-toggle:focus > .icon-bar {
			background-color: white;
		}

.navbar-header {
	/*background: white;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (min-width: 768px) {
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}

	.navbar-right {
		margin-right: 0;
	}
}

#loginNavbar {
	font-size: 16px;
	margin-top: 10px;
}

	#loginNavbar.nav > li {
		padding-top: 6px;
	}

@media (max-width: 991px) {

	#loginNavbar {
		margin-top: 0px;
		margin-bottom: 5px;
	}

	#loginNavbar.auth {
		margin-top: 10px;
	}

		#loginNavbar.nav > li {
			padding-top: 0px;
		}

		#loginNavbar.nav.auth > li {
			padding-top: 6px;
		}
}

@media (max-width: 767px) {
	#loginNavbar {
		margin-bottom: 10px;
		text-align: center;
	}

		#loginNavbar .btn.btn-border, #loginNavbar .btn.btn-accent {
			max-width: 200px;
			margin-left: auto;
			margin-right: auto;
		}

	.navbar-toggle {
		margin-top: 15px;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
}

.float-user {
	float: right;
	padding: 10px 5px;
	margin-top: 15px;
	margin-right: 10px;
	font-weight: 700;
}

.nav-user.float-user {
	max-width: 200px;
	display: none;
}

a:hover.float-user, a:focus.float-user {
	text-decoration: none;
}


.btn-border {
	color: #AC6F01;
	background-color: #FFFFFF;
	border-color: #F9B233;
}

	.btn-border:hover,
	.btn-border:focus,
	.btn-border:active,
	.btn-border.active,
	.open .dropdown-toggle.btn-border {
		color: #AC6F01;
		background-color: #FFFFFF;
		border-color: #F9B233;
	}

	.btn-border:active,
	.btn-border.active,
	.open .dropdown-toggle.btn-border {
		background-image: none;
	}

	.btn-border.disabled,
	.btn-border[disabled],
	fieldset[disabled] .btn-border,
	.btn-border.disabled:hover,
	.btn-border[disabled]:hover,
	fieldset[disabled] .btn-border:hover,
	.btn-border.disabled:focus,
	.btn-border[disabled]:focus,
	fieldset[disabled] .btn-border:focus,
	.btn-border.disabled:active,
	.btn-border[disabled]:active,
	fieldset[disabled] .btn-border:active,
	.btn-border.disabled.active,
	.btn-border[disabled].active,
	fieldset[disabled] .btn-border.active {
		background-color: #FFFFFF;
		border-color: #F9B233;
	}

	.btn-border .badge {
		color: #FFFFFF;
		background-color: #AC6F01;
	}




.navbar-inverse .navbar-nav > li > a {
    color: #ac6f01;
}

@media(max-width: 1199px) {
    .navbar-inverse .navbar-nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
}



.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #dd8e01;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a.btn {
	margin: 4px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #dd8e01;
	/*background-color: transparent;*/
}

.navbar-inverse .navbar-nav > li > a.btn-border:hover,
.navbar-inverse .navbar-nav > li > a.btn-border:focus {
	color: #dd8e01;
	/*background-color: transparent;*/
}

.navbar-inverse .navbar-nav > li > a.btn-accent:hover,
.navbar-inverse .navbar-nav > li > a.btn-accent:focus {
	color: white;
	background-color: #48bfae;
}

#loginNavbar.nav > li#languageSelector {
	margin-left: 10px;
}

	#loginNavbar.nav > li#languageSelector > a {
		padding: 2px;
		font-size: 12px;
		text-transform: uppercase;
	}

#logoutForm {
	margin-left: 10px;
	height: 56px;
}

.nav-user {
	max-width: 320px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

#main-title {
    margin-top: 120px;
    line-height: 1.5em;
}

#main-subtitle {
    line-height: 1.7em;
}

#feature-image {
    margin-top: 100px;
}

@media (max-width: 991px) {
    #main-title {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    #feature-image {
        margin-top: 60px;
    }
}

.clear-content {
	background: white;
	padding-top: 40px;
	padding-bottom: 40px;
}

.spaced-container {
	padding-top: 60px;
	padding-bottom: 60px;
}

hr.signia-primary:after {
	background-color: #fff;
	color: #f9b233;
}

hr.signia-light:after {
	background-color: #ecf0f1;
	color: #f9b233;
}

hr.signia-light:after, hr.signia-primary:after {
	/*content: "\f005";*/
	/*font-family: FontAwesome;*/
	content: url('/images/signia.png');
	display: inline-block;
	position: relative;
	top: -25px;
	/*font-size: 2em;*/
	padding: 0 .25em;
}



hr.signia-light, hr.signia-primary {
	padding: 0;
	border: none;
	border-top: solid 4px;
	text-align: center;
	max-width: 250px;
	margin: 25px 0px;
}

hr.signia-primary, hr.signia-light {
	border-color: #f9b233;
}

.feature-container {
	font-size: 16px;
}

	.feature-container p {
		margin-top: 20px;
	}

.pad-image-div {
	padding-top: 20px;
	padding-bottom: 20px;
}

    .pad-image-div img {
        border: 2px solid #f5a51a;
        border-radius: 50%;
    }

.dark-content {
    background: #f5a51a url(/images/home/dark-bg.png) no-repeat center top;
    background-size: cover;
    color: white;
}

.content-light {
	background: #ecf0f1;
}

.content-light hr.simple {
	border-top: 1px solid rgb(216, 216, 216);
}

.tooltip-inner {
	background-color: #f8a207;
	width: 80px;
}

	.tooltip-inner.stepTooltip {
		padding: 15px;
		width: 350px;
		font-size: 16px;
	}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #f8a207;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #f8a207;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #f8a207;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #f8a207;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #f8a207;
}

.content-grey {
	background: #f7f7f6;
}

.content-doc {
	background: #078b79;
	color: white;
}

.content-doc a {
	color: white;
}

.content-feature {
	background: #fff8dc;
}

ul.factor-options {
	padding-left: 60px;
}

	ul.factor-options li span {
		font-size: 20px;
	}

	ul.factor-options li {
		margin: 20px 0;
		font-size: 25px;
	}

ol.doc-list li,
ul.doc-list li {
	margin: 20px 0;
}

.doc-block {
	margin-top: 40px;
}

.doc-block h4 {
	position: relative;
}
.doc-block h4 span {
	position: absolute;
	top: -100px;
}

.doc-block hr {
	margin-top: 0px;
}

#featureCarouselContainer {
	min-height: 504px;
}

#featureCarousel .item > img {
	margin-left: auto;
	margin-right: auto;
}

.right.carousel-control,
.left.carousel-control {
	background: transparent;
}

	.right.carousel-control span,
	.left.carousel-control span {
		color: #ac6f01;
	}


.numberCircle {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 8px;
	background: #f4a820;
	border: 2px solid #f4a820;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	position: absolute;
	top: 50%;
	cursor: pointer;
}

#firstCircleContainer,
#secondCircleContainer,
#thirdCircleContainer {
	height: 185px;
}


h2.normalTitle,
h3.normalTitle,
h4.normalTitle {
	font-weight: normal;
}

.featureTitle {
	color: #af7409;
}

/*PRICING*/

.pricing-panel {
	padding: 40px;
}

.pricing-header {
	padding: 20px;
	color: white;
	background: #e8990b;
	text-align: center;
}

.pricing-header h2 {
	font-size: 26px;
}

.subfade {
	color: #d4d4d4;
}

.pricing-body {
	background: white;
	padding: 20px;
}

.pricing-footer {
	min-height: 106px;
}

.btn.btn-price {
	border-radius: 0px;
}

.btn-price {
	color: #ffffff;
	background-color: #f8a207;
	border-color: #f8a207;
	font-size: 18px;
	/*font-weight: bold;*/
}

	.btn-price:hover,
	.btn-price:focus,
	.btn-price:active,
	.btn-price.active,
	.open .dropdown-toggle.btn-price {
		color: #ffffff;
		background-color: #f8a207;
		border-color: #f8a207;
	}

	.btn-price:active,
	.btn-price.active,
	.open .dropdown-toggle.btn-price {
		background-image: none;
	}

	.btn-price.disabled,
	.btn-price[disabled],
	fieldset[disabled] .btn-price,
	.btn-price.disabled:hover,
	.btn-price[disabled]:hover,
	fieldset[disabled] .btn-price:hover,
	.btn-price.disabled:focus,
	.btn-price[disabled]:focus,
	fieldset[disabled] .btn-price:focus,
	.btn-price.disabled:active,
	.btn-price[disabled]:active,
	fieldset[disabled] .btn-price:active,
	.btn-price.disabled.active,
	.btn-price[disabled].active,
	fieldset[disabled] .btn-price.active {
		background-color: #f8a207;
		border-color: #f8a207;
	}

	.btn-price .badge {
		color: #f8a207;
		background-color: #ffffff;
	}


#taxesTable th {
	background-color: #209c8b;
	color: white;
	text-align: center
}

#taxesTable td {
	font-size: 16px;
	padding: 15px;
}

.faqQuestion {
	padding: 20px;
}

#contactMessage {
	min-height: 150px;
}


@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
	}
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 380px;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #f9b233;
		background-color: transparent;
	}

	.nav > li > a.nav-user {
		display: none;
	}

	.nav-user.float-user {
		display: inline-block;
	}

	#logoutForm, #loginNavbar.nav > li#languageSelector {
		margin-left: 0px;
	}
}

@media (max-width: 520px) {
	.nav > li > a.nav-user {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}

	.nav-user.float-user {
		display: none;
	}
}

.body-content {
	padding-top: 70px;
}

.btn {
	border-radius: 4px;
}

.panel-container {
	margin-top: 130px;
}

.page-consent {
	margin-top: 100px;
}

	.page-consent .panel-default > .panel-heading {
		color: #555;
	}

.lead-container,
.consent-container {
    background: white;
    padding: 35px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.panel.panel-default.consent-buttons {
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: none;
}


#header-img {
	width: 100%;
	height: 530px;
	margin-top: 80px;
	background: url(/images/home/home-banner.jpg) no-repeat #fff9f1;
	background-position: center top;
}

#infra-img {
	background: url(/images/home/servers.jpeg) no-repeat;
	/*background-position: 0px -80px;*/
	background-position: center top;
	height: 460px;
	/*width: 100%;*/
	background-size: cover;
}

.feature-box {
	background-size: cover;
	padding: 20px;

}

.box-simple {
	margin-bottom: 40px;
	color: #555;
	padding-left: 20px;
	padding-right: 20px;
}

	.box-simple h3 {
		font-weight: bold;
		line-height: 1.5;
	}

.top-clear {
	padding-top: 80px;
	padding-bottom: 60px;
}

.icon {
	display: inline-block;
	/*width: 80px;
    height: 80px;*/
	color: #fff;
	line-height: 80px;
	border-radius: 40px;
	border: solid 1px #fff;
	font-size: 20px;
}

#copyright-footer {
	background: #313131;
	color: #ccc;
	padding: 35px 0;
	font-size: 14px;
	line-height: 28px;
}

.bottom_ul {
	list-style-type: none;
	float: right;
	margin-bottom: 0px;
}

	.bottom_ul li {
		float: left;
		line-height: 40px;
	}

		.bottom_ul li:after {
			content: "|";
			color: #FFF;
			margin-right: 15px;
			margin-left: 15px;
		}

		.bottom_ul li:last-child:after {
			content: none;
			margin-right: 0px;
		}

		.bottom_ul li a {
			color: #ccc;
			/*font-size: 12px;*/
		}


.black-box {
	background-color: rgba(0,0,0,0.72);
	/*opacity: 0.72;*/
	padding: 25px;
	color: white;
	/*margin-top: 30px;*/
	margin-left: 20px;
	/*padding-bottom: 75px;*/
	line-height: 1.5;
}

	.black-box p {
		line-height: 1.5;
		font-weight: normal;
	}

.btn.btn-lead {
	border-radius: 0px;
}

.btn-lead {
	color: #FFFFFF;
	background-color: #209c8b;
	border-color: #209c8b;
}

	.btn-lead:hover,
	.btn-lead:focus,
	.btn-lead:active,
	.btn-lead.active,
	.open .dropdown-toggle.btn-lead {
		color: #FFFFFF;
		background-color: #48bfae;
		border-color: #48bfae;
	}

	.btn-lead:active,
	.btn-lead.active,
	.open .dropdown-toggle.btn-lead {
		background-image: none;
	}

	.btn-lead.disabled,
	.btn-lead[disabled],
	fieldset[disabled] .btn-lead,
	.btn-lead.disabled:hover,
	.btn-lead[disabled]:hover,
	fieldset[disabled] .btn-lead:hover,
	.btn-lead.disabled:focus,
	.btn-lead[disabled]:focus,
	fieldset[disabled] .btn-lead:focus,
	.btn-lead.disabled:active,
	.btn-lead[disabled]:active,
	fieldset[disabled] .btn-lead:active,
	.btn-lead.disabled.active,
	.btn-lead[disabled].active,
	fieldset[disabled] .btn-lead.active {
		background-color: #48bfae;
		border-color: #48bfae;
	}

	.btn-lead .badge {
		color: #48bfae;
		background-color: #FFFFFF;
	}

.lead-features {
	list-style: none;
	padding-left: 5px;
	margin-top: 35px;
}

	.lead-features li {
		font-size: 18px;
		margin-bottom: 20px;
	}

		.lead-features li i {
			color: #32aebe;
			margin-right: 10px;
		}

.left-lead-container {
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	border-left: 3px solid white;
}

	.left-lead-container h4 {
		margin-bottom: 20px;
	}

		.left-lead-container h4:first-child {
			margin-top: 5px;
		}

		.left-lead-container h4:last-child {
			margin-bottom: 5px;
		}

.stickers-div {
	position: absolute;
	right: 30px;
	bottom: 5px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 992px) {
	.feature-box {
		margin-bottom: 40px;
	}

	.numberCircle {
		position: initial;
		margin-left: auto;
		margin-right: auto;
	}

	#firstCircleContainer, #secondCircleContainer, #thirdCircleContainer {
		height: 130px;
	}

	#login-img {
		margin-top: 20px;
	}

	#copyright-footer {
		text-align: center;
	}

	.bottom_ul {
		float: none;
		padding-left: 0px;
	}

		.bottom_ul li {
			float: none;
			line-height: 40px;
		}

			.bottom_ul li:after {
				content: none;
				margin-right: 0px;
				margin-left: 0px;
			}

			.bottom_ul li:last-child:after {
				content: none;
				margin-right: 0px;
			}

	

	#logoutButton {
		margin-bottom: 10px;
	}
}