body {
	background:#fff;
	padding-right:0 !important;
	font-family: 'Open Sans', sans-serif;
}

body.modal-open {
	overflow-y:scroll;
}
.container {
}

.container.fullwidth {
	width:100%;
}

@media (min-width:1400px) {
.container {
	width:1400px;
}

}


.menubtn{
	font-weight: 100 !important;
	color: #fff  !important;
}

.menubtn:hover{
	color: #f15922  !important;
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

a:hover {
	text-decoration:none;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}

.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tablecell.bottom {
	vertical-align:bottom;
}

img {
	max-width:100%;
	display:inline-block;
}

section {
	float:left;
	width:100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:none;
	border:none;
	box-shadow:none;
}

.navbar-default {
	background:none;
	min-height:54px;
	border:none;
	border-radius:0px;
	margin-bottom:0px;
}

.navbar-brand {
	padding:6px 0px 0px 0px;
}

.navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color:#ccc;
    background-color:transparent;
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.selected {
    color: #f15922;
}



h1, h3 {
	font-size:50px;
	font-weight:300;
	font-style:normal;
	font-stretch:normal;
	line-height:1.4;
	color:#000000;
}

.modal {
	z-index:9999999;
}

.fade.in {
	background-color:rgba(0,0,0,0.8);
}

/* Main Styles */
/* #header starts */
#header {
	/*mix-blend-mode:multiply;*/
	position:absolute;
	width: 100%;
	height:72px;
	top:0;
	left:0;
	z-index:99999999999999;
	background-color:#2f3b4d;
}

#header .top {
	margin-top:20px;
}

.navbar-nav>li>a {
	color:#fff;
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	padding:0px 15px;
	line-height:28px;
	font-weight: 100;
}

#header .btn {
	background:none;
	border-radius:0px;
	color:#fff;
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	padding:0px 15px;
	line-height:28px;
	outline:none;
    margin-top: -1px;
}

#header li a.blog {
	border-right:1px solid #fff;
}

#header .demo {
	color:#fff;
	font-size:16px;
	line-height:28px;
	border:none;
	background-color:#f15922;
	margin:0px 18px;
	font-weight:bold;
	outline:none;
}

#header .get-start {
	color:#f15922;
	background-color:#f15922;
	background-color:rgba(0, 0, 0, 0.1);
	border:solid 1px #f15922;
	line-height:24px;
	outline:none;
}

/* #resources ends */

/* #banner starts */
#banner {
	padding-top:91px;
	background:url(../images/bg-banner.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:240px 0px 130px 0px;
	position:relative;
}

#banner.truequity {
	background:url(../images/bg-banner-why-truequity.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:180px 0px 100px 0px;
}

#banner.pricing {
	background:url(../images/bg-banner-pricing.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:150px 0px 300px 0px;
}

#banner.about {
	background:url(../images/bg-banner-about.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:200px 0px 120px 0px;
}

#banner.about h3, #banner.about h1 {
	font-size:40px;
}

#banner .container {
	position:relative;
	z-index:99999;
}

#banner .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.85;
	mix-blend-mode: inherit;
	background-image: linear-gradient(to left, #000000, #3f3f3f 9%, #ffffff);
}

#banner.truequity .overlay {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.64) 66%, #ffffff);
}

#banner.pricing .overlay {
	background-image: linear-gradient(to left, rgba(134, 138, 147, 0), #ffffff);
}

#banner.about .overlay {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}

#banner h3,#banner h1 {
	margin:0px;
}

#banner.pricing h3 {
	margin:0px 0px 15px 0px;
}

#banner p, h2 {
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	line-height:1.25;
	color:#000000;
	margin:50px 0px 45px 0px;
}

#banner h4 {
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	line-height:1.79;
	color:#000000;
	margin:5px 0px;
}

#banner a.started {
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	font-stretch:normal;
	text-align:center;
	color:#ffffff;
	background-color:#f15922;
	border:solid 1px #f15922;
	line-height:40px;
	width:160px;
	display:inline-block;
}

#banner.home .overlay {
	mix-blend-mode: lighten;
	background-image: linear-gradient(to left, #000000, #3f3f3f 9%, #ffffff);
}
/* #banner ends */

.bx-wrapper .bx-viewport {
	background:none;
	box-shadow:none;
	border:none;
	padding:0px;
	margin:0 auto;
}

.bx-wrapper img {
	display:inline-block;
}

.bx-wrapper {
	margin:0 auto;
}

.bxslider {
	 list-style-type: none;
}

/* #logos starts */
/* #logos starts */
#logos {
	padding:40px 0px;
}

#logos ul {
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
}

#logos ul li {
	display:inline-block;
	width:16%;
	float:none !important;
}
/* #logos ends */

/* #dash-info starts */
#dash-info {
	padding:120px 0px 0px 0px;
	background:url(../images/.png) bottom right no-repeat;
	background:linear-gradient(2deg, #e4e4e4, #ffffff);
	position:relative;
}

#dash-info p {
	font-size:20px;
	font-weight:400;
	line-height:1.5;
	color:#f15922;
	margin:0px 0px 50px 0px;
}

#dash-info .top-minus {
	bottom:0;
	position:absolute;
	right:0;
	bottom:0px;
}

/* #logos ends */

/* #everything-need starts */
#everything-need  {
	padding:120px 0px 20px 0px;
}

#everything-need h3, #everything-need h1 {
	margin-bottom:80px;
}

#everything-need h4 {
	font-size:25px;
	font-weight:bold;
	font-style:normal;
	line-height:1.4;
	color:#000000;
	min-height:78px;
}

#everything-need p {
	font-size:20px;
	font-style:normal;
	line-height:1.4;
	color:#000000;
	min-height:168px;
}

#everything-need span.read {
	font-size:20px;
	font-style:normal;
	line-height:1.5;
	color:#000000;
	display:inline-block;
	text-decoration:underline;
	margin-bottom:80px;
}

/* #everything-need ends */


/* #testimonials starts */
#testimonials {
	background-color:#d8d8d8;
	padding:150px 0px;
}

#testimonials h3 {
	margin-bottom:60px;
}

#testimonials p {
	font-size:20px;
	font-style:normal;
	font-stretch:normal;
	line-height:1.5;
	color:#000000;
	margin-bottom:15px;
}

#testimonials img {
	margin-bottom:15px;
}

#testimonials .logo {
	margin-top:70px;
	margin-bottom:0px;
}

#testimonials .bx-wrapper .bx-controls-direction a {
	width:27px;
	height:88px;
	top:10%;
	margin-top:0px;
	z-index:99;
}

.bx-wrapper .bx-prev {
	background:url(../images/arrow-left.png) no-repeat;
	left:-30px;
}

.bx-wrapper .bx-next {
	background:url(../images/arrow-right.png) no-repeat;
	right:-30px;
}


/* #testimonials ends */


/* #form starts */
#form {
	background: #fff url(../images/account.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 150px 0px 130px 0px;
    position: relative;
    z-index: 9999;
}

#form .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#9b9b9b;
	opacity:0.6;
	background-color:rgba(255,255,255,0.9);
}

#form .container {
	position:relative;
	z-index:999;
}

#form h3 {
	margin-bottom:50px;
}

#form p {
	font-size:14px;
	line-height:1.4;
	color:#000000;
	margin-bottom:15px;
}

#form p input[type="checkbox"] {
	display:inline-block;
	vertical-align:middle;
	margin:0px 5px 0px 0px;
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i],textarea  {
	float:left;
	width:100%;
	height:50px;
	border:solid 1px #000000;
	background:none;
	box-shadow:none;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	color:#4a4a4a;
	font-family:'Open Sans', sans-serif;
	padding-left:15px;
	margin-bottom:30px;
	outline:none;
}

input.bottom {
	margin-bottom:20px;
}

::-webkit-input-placeholder {
	color:#777;
}

input[type="submit"]:not(.update) {
	display:inline-block;
	width:200px;
	border:none;
	box-shadow:none;
	line-height:49px;
	background-color:#f15922;
	padding:0px;
	text-align:center;
	font-size:18px;
	font-weight:600;
	font-family:'Open Sans', sans-serif;
	font-stretch:normal;
	text-align:center;
	color:#ffffff;
	outline:none;
	text-transform:uppercase;
}

input.update[type="submit"] {
	width:150px;
	height:30px;
	background-color:#b45962;
	margin-left:5px;
	color:white;
}

input:disabled {
	background-color:#aaa;
}

#form.about {
	background:url(../images/bg-map.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:100px 0px;
  -webkit-filter: grayscale(1); /* Old WebKit */
  filter: grayscale(1);
}

#form.about input[type="submit"] {
    background: #f15922;
    padding: 0px;
    width: 120px;
    display: inline-block;
    background-color: #f15922;
    background: #f15922;
}

#form.about textarea {
	height:130px;
	background:#fff;
	padding-top:10px;
	padding-left:25px;
	resize:none;
}

#form.about h3 {
	margin-bottom:90px;
}

#form.about p {
	color:#000;
	font-size: 18px;
	line-height:1.2;
	margin:0px 0px 20px 0px;
}

#form.about p a {
	color:#000;
}

#form.about .overlay {
	background-color:transparent;
	background-color:rgba(255,255,255,0.8);
}

#form.about input {
	background:#fff;
	padding-left:25px;
}

/* #form ends */

/* #truequity-info starts */
#truequity-info {
	padding:0px 0px 120px 0px;
}

#truequity-info .row.in:first-child {
	margin:120px 0px 0px 0px;
}

#truequity-info .row.in {
	margin:20px 0px 0px 0px;
	padding-top:20px;
	height:450px;
}

.carousel-inner>.item {
	padding:0px 15px 15px 15px;
}

#truequity-info .carousel-indicators {
	bottom:-40px;
}

#truequity-info img {
	box-shadow:-4px 4px 0px 0px rgba(74,74,74,0.2);
	border:1px solid #979797;
}

#truequity-info .bx-wrapper .bx-pager.bx-default-pager a, .carousel-indicators li {
	background-color: #4a4a4a;
	border:none;
}

#truequity-info .bx-wrapper .bx-pager.bx-default-pager a:hover,#truequity-info .bx-wrapper .bx-pager.bx-default-pager a.active, .carousel-indicators .active {
	background-color: #f15922;
}

#truequity-info .bx-wrapper .bx-pager,#truequity-info  .bx-wrapper .bx-controls-auto {
	bottom:-40px;
}

#truequity-info h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	margin-bottom:30px;
}

#truequity-info h5 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.25;
	color: #000000;
	margin-bottom:25px;
	margin-top:0px;
}

#truequity-info p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.38;
	color: #000000;
	margin-bottom:10px;
}

#truequity-info ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#truequity-info .links  {
	padding-top:120px;
}

#truequity-info .links li {
	margin:12px 0px;
}

#truequity-info .links li a {
	color:#000;
	font-size:18px;
	line-height: 0.44;
	font-weight: 300;
	text-decoration:none;
}

#truequity-info .links li a:hover, #truequity-info .links li a.active {
	color:#f15922;
	font-weight:600;
}

/* #truequity-info ends */

/* #solution starts */
#solution {
	padding:150px 0px;
}

#solution h3 {
	margin-bottom:80px;
}

#solution .padding {
	padding: 5px 8px;
    margin: 0;
}

#solution .position {
	float:left;
	width:100%;
	position:relative;
}

#solution .position .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*
#solution .position .green {
	background:rgba(32,143,80,0.8);
}

#solution .position .blue {
	background:rgba(59,51,138,0.8);
}

#solution .position .grey {
 /* background-image: linear-gradient(296deg, rgba(171,170,170,0.9) 1%, #ffffff 98%);*
	background:rgba(255,255,255,0.6);
}

#solution .position .black {
	/*background-image: linear-gradient(to left, rgba(255, 255, 255, 0.16), #272727);*
	background:rgba(13,13,13,0.8);
}
*/
#solution .position .grey h4,#solution .position .grey p {
	color:#000;
}
/*
#solution .position .lightblue {
	background:rgba(0,53,103,0.7);
}
*/

#solution .position .text {
	position:absolute;
	bottom:0;
	left:0;
	padding:50px 35px 50px 50px;
	z-index:99999;
}

#solution .position .plus {
	position:absolute;
	top:0;
	left:0;
	padding:50px 35px 50px 50px;
}

#solution h4 {
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	font-weight:300;
	margin:0px 0px 15px 0px;
}

#solution p {
	font-size: 20px;
	font-weight:300;
	line-height: 1.5;
	color: #ffffff;
	margin:0px;
	margin:0px;
}

#solution .panel {
	width:100%;
	padding:0px;
	margin:0px;
	border:none;
	background:#eeeeee;
}

img.fullwidth {
	width:100%;
}
#solution.edit .space {
	padding-top:50px;
	padding-left:80px;
}

#solution.edit h5 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.5;
	color: #000000;
	margin-bottom:30px;
}

#solution .bg-black {
	float:left;
	padding: 50px 25px;
	background:#4e4e4e;
}

#solution.edit h6 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36;
	color: #fff;
	margin-bottom:10px;
	width:80%;
}

#solution.edit .bg-black p {
	font-size: 16px;
	line-height: 1.69;
	color:#fff; 
	margin:0px;
	width:98%;
}

#solution.edit a.read {
	font-size: 16px;
	line-height: 1.69;
	color:#fff; 
	font-weight: 300;
	text-decoration:underline;
	display:inline-block;
	margin:10px 0px 50px 0px;
}

#solution ul {
	width:80%;
	padding:0px;
	margin:0px;
	padding-left:20px;
	
}

#solution ul li {
	font-size:22px;
	margin-bottom:15px;
}

#solution ul li p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	color: #000000;
}

#solution .close-black {
	margin-top:35px;
}

.pad120 {
	padding-top:120px;
}
/* #solution ends */

/* #pricing Starts */
#pricing {
	margin-top:-220px;
	padding-bottom:130px;
}

#pricing .plan.not-available .buy-button {
	display:none;
}

#pricing .plan.not-available.current .buy-button {
	display:inline;
}
#pricing .plan.current .buy-button {
	border:0;
	cursor:default;
}

#pricing .plan.current .buy-button.green {
	color:#50c18b;
}

#pricing .plan.current .buy-button.blue {
	color:#4ba7d8;
}

#pricing .plan.current .buy-button.orange {
	color:#f15922;
}

#pricing .plan.current .buy-button.grey {
	color:#9b9b9b;
}

#licenses {
	height:130px;
}

#currentLicensesList {
    list-style: none;
    border: 1px solid #9b9b9b;
    background: white;
    font-size: 18px;
    padding: 0;
    display: inline-block;
    position: absolute;
}
#currentLicensesList .vee {
	cursor:pointer;
    font-size: 31px;
    position: absolute;
    right: 16px;
    color:#666;
}
#currentLicensesList li {
    background: white;
    cursor:pointer;
    padding: 0 55px 0 15px;
    height: 50px;
    line-height: 50px;
    color:#666;
}
#currentLicensesList li:hover {
	background: #eee;
}
#currentLicensesList li.selected {
	color:#000;
}
.radio-licenses {
	display:none;
}
#pricing .border {
	width:100%;
	border:1px solid #979797;
	background:#fff;
	height: 390px;
    line-height: 1.67;
}

#pricing .border h3 {
	margin:40px 0px 25px 0px;
}

#pricing .border h3 {
	font-size:20px;
}

#pricing .border h3 span {
	font-size:35px;
}

#pricing .title-info {
	width:100%;
	background:#50c18b;
	line-height:70px;
	color:#fff;
	font-size: 20px;
}

#pricing .title-info.blue {
	background:#4ba7d8;
}

#pricing .text {
	clear:both;
	font-size: 18px;
	line-height:2;
    min-height: 120px;
}

#pricing .included span {
	font-weight:bold;
}

#pricing .title-info.orange {
	background:#f15922;
}

#pricing .title-info.grey {
	background:#9b9b9b;
}

#pricing a.buy-button {
	display:inline-block;
	width: 208px;
	line-height: 42px;
	border: solid 1px #000000;
	font-size: 16px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
}

#pricing .border:hover a.buy-button {
	border-color:#f15922;
	color:#f15922;
}

#pricing a.buy-button-grey {
	display:inline-block;
	width: 208px;
	line-height: 42px;
	border: solid 1px #000000;
	font-size: 16px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
}

#pricing .border:hover a.buy-button-grey {
	border-color:#f15922;
	color:#f15922;
}

#pricing .table a.select {
	border-color:#f15922;
	color:#f15922;
	text-align:center;
	cursor:pointer;
}

#pricing .top {
	margin-top:150px;
}

#pricing th {
	font-size: 28px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.18;
	color: #404041;
	font-family: 'Open Sans', sans-serif;
	border:none;
	vertical-align:middle;
	padding:0px;
	height: 60px;
}

/*
#pricing th.bg-green {
	background:#6dbf0a;
}

#pricing td.ligh-green {
	background:#e4efd7;
}
*/

#pricing thead {
	border:none;
}

#pricing tr {
	border:none;
}

#pricing th.green {
	font-size: 20px;
	color: #44a878;
	width:18%;
}

#pricing th.blue {
	font-size: 20px;
	color: #4ba7d8;
	width:18%;
}

#pricing th.orange {
	font-size: 20px;
	color: #f15922;
	width:18%;
}

#pricing th.grey {
	font-size: 20px;
	color: #4a4a4a;
	width:18%;
}

#pricing td {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	vertical-align:middle;
	padding:25px 0px 20px 0px;
}
/*
#pricing td.gray-ligh {
	background:#f1f1f1;
}
*/
#pricing tr.last td {
	border-bottom:1px solid #fff;
	text-align:center;
}

#pricing td.large {
	font-size: 28px;
	line-height: 1.18;
	padding-top:55px;
	border:none;
	border-bottom:1px solid #fff;
}

#pricing a.select {
	display:inline-block;
	width: 150px;
	line-height: 42px;
	border: solid 1px #000000;
	font-size: 16px;
	font-weight:bold;
	color:#000;
}
/* #pricing Ends */

/* #resources starts */
#resources {
	padding:110px 0px 200px 0px;
}

#resources h3 { 
	margin-bottom:60px;
}

#resources h3.top{ 
	margin-top:120px;
}

#resources h4 { 
	font-size: 20px;
	line-height: 1.0;
	color: #000000;
	margin:0px 0px 15px 0px;
}

#resources .padding-left {
	padding-left:20px;
}

#resources .bottom {
	margin-bottom:25px;
}

#resources p { 
	font-size: 16px;
	line-height: 1.56;
	font-weight:300;
	color: #000000;
	margin:0px 0px 15px 0px;
}

#resources a.read { 
	font-size: 16px;
	line-height: 1.25;
	color: #000000;
	margin:0px;
	text-decoration:underline	
}

#resources input[type="text"],input[type="email"],input[type="search"] {
	width: 244px;
	height: 36px;
	border: solid 1px #000000;
	color:#000;
	font-size:16px;
	float:none;
	display:inline-block;
	padding-left:35px;
	background:#fff url(../images/icon-search.png) 6px 50% no-repeat;
}

#resources ::-webkit-input-placeholder {
	color:#000;
}

#resources.about {
	padding-bottom:100px;
	padding-top:80px;
}

#resources.about .large {
	margin-bottom:120px;
}

#resources.about .large p {
	font-weight:400;
	font-size:18px;
	line-height:1.5;
}

#resources.about p {
	font-size:20px;
	line-height:1.5;
}

#resources.about p.last  {
	margin-bottom:150px;
}

#resources.about p.last-second  {
	margin-bottom:45px;
}

#resources.about h4 {
	font-size: 30px;
	font-weight: 300;
	line-height:2.33;
	margin:15px 0px 5px 0px;
}

#resources.about h4 a {
	margin-top: -2px;
    margin-left: 20px;
    position: absolute;
}

/* #resources ends */

/* #footer starts */
#footer {
	background:#434343;
	padding:40px 0px;
}

#footer ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

#footer ul li {
	display:inline-block;
	margin-left:10px;
}

#footer ul li.login {
	margin-left:20px;
}

#footer ul li a {
  font-size:16px;
  color:#ffffff;
}

#footer ul li a img {
	width:30px;
}

#footer button {
	background:none;
	border-radius:0px;
	padding:0px;
	border:none;
	font-size:16px;
	color:#ffffff;
}

#footer .started {
	background-color:rgba(0, 0, 0, 0.1);
	width:100px;
	line-height:26px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#f15922;
}

#footer .demo {
  background-color:#f15922;
	width:105px;
	line-height:28px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

#copyright {
	background-color:#6f6f6f;
	padding:20px 0px;
}

#copyright p {
	font-size:13px;
	line-height:0.62;
	color:#ffffff;
	margin:3px 0px;
}

#copyright p a {
	color:#fff;
	text-decoration:underline;
}

#copyright ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

#copyright ul li {
	display:inline-block;
	margin-left:15px;
}

#copyright ul li a {
  font-size:13px;
  color:#ffffff;
  font-weight:200;
}

/* #footer ends */
/* Modal Style Starts */
.modal-header .close {
	margin-top:-15px;
}

.modal-body {
	padding:0px;
}

.modal-dialog {
	width:810px;
	margin:15% auto 0px auto;
	border-radius:0px;
}

#contact-us-modal .modal-dialog {
	width:90%;
	margin:7% auto 0px auto;
	border-radius:0px;
}

.modal.popup .modal-dialog {
	width:715px;
	margin:100px 0 0 0;
}

.modal.popup .modal-dialog.modal-singup {
	margin:150px auto 0 auto;
}

.modal.popup .modal-dialog.modal-forgot-password {
    margin:150px auto 0 auto;
}

.modal.popup .modal-dialog.modal-reset-password {
    margin:150px auto 0 auto;
}

.modal.popup .modal-dialog.modal-password-reset-confirmation {
    margin:150px auto 0 auto;
}

.modal.popup .modal-dialog.modal-password-thank-you {
    margin:150px auto 0 auto;
}

.modal-header {
	background-color: #f2f2f2;
	width:100%;
	padding:30px 15px;
	border:none;
}

.modal.hello .modal-header {
	padding-bottom:15px;
}

.modal-title {
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  margin-bottom:10px;
  border:none;
}

.modal.popup p {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	color: #000000;
}

.modal.login p {
	margin-bottom:15px;
}

.modal.hello h5 {
	color:#000;
	font-weight:300;
	font-size:16px;
}

.modal.hello h5 a {
	color:#000;
	text-decoration:underline;
	display:inline-block;
	margin-left:5px;
}

.modal.popup .modal-body {
	padding:30px 20px 70px 20px;
	width:100%;
	background:#fff;
  border:none;
}

.modal.popup .modal-body p {
	font-size:14px;
	margin:15px 0px 50px 0px;
}

.modal.popup p a {
	color: #000000;
	text-decoration:underline;
	display:inline-block;
	margin-left:5px;
}


#solution button {
	background:none;
	border:none;
	padding:0px;
	border-radius:0px;
	outline:none;
	margin:0px;
}

/* Solution */

.modal.solution .modal-dialog {
	width:1250px;
	margin:100px auto 0px auto;
	border-radius:0px;
}

.solution.modal .modal-header {
	background:none;
	padding:0px;
	min-height:inherit;
}

.solution.modal .close {
	opacity:1;
	position:absolute;
    top: 8px;
    right: 31px;
    z-index: 9999;
	outline:none;
}

.solution.modal .panel {
	width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    background: #eeeeee;
	padding-top: 50px;
    padding-left: 80px;
	width:100%;
    border-radius: 0px;
}

.solution.modal .space {
    padding-top: 50px;
    padding-left: 80px;
}

.solution.modal h5 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 30px;
}

.solution.modal ul {
    width: 80%;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

.solution.modal ul li {
	font-size: 22px;
    margin-bottom: 15px;
}

.solution.modal h6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #fff;
    margin-bottom: 10px;
    width: 80%;
}

#solution .solution.modal .bg-black p {
    font-size: 16px;
    line-height: 1.69;
    color: #fff;
    margin: 0px;
    width: 98%;
}

.solution.modal a.read {
    font-size: 16px;
    line-height: 1.69;
    color: #fff;
    font-weight: 300;
    text-decoration: underline;
    display: inline-block;
    margin: 10px 0px 50px 0px;
}

#solution .solution.modal .bg-blue {
    background: #31297e;
}

#solution .solution.modal ul.darkblue {
	background:none;
}

#solution .solution.modal ul.blue li {
	color:#31297e;
}

#solution .solution.modal .bg-black.bg-darkblue {
	background: #185699;
}

#solution .solution.modal ul.darkblue li {
    color: #185699;
}

#solution .solution.modal .bg-black.bg-green {
	background: #57a882;
}

#solution .solution.modal ul.darkblue li {
    color: #185699;
}

#solution .solution.modal ul.green li {
    color: #57a882;
}

#solution .solution.modal .bg-black.bg-grey {
	background:#989898;
}

#solution .solution.modal ul.grey li {
    color: #989898;
}

#solution .solution.modal .bg-black.bg-grey h6,#solution .solution.modal .bg-black.bg-darkblue h6 {
	margin-top:5px;
}

#solution .solution.modal .bg-black.bg-lightblue {
    background: #3988b7;
}

#solution .solution.modal ul.lightblue li {
	color:#3988b7;
}

#truequity-info .modal-dialog {
	width:600px;
}

/* Modal Style Ends */

#the-sticky-div.sticky {
	top: 100px;
}


/**** New Style Css ****/
.element {
	display:none;
}

#stock-management {
	display:block;
}

#sticky-titles {
	display: none;
    position: fixed;
    top: 90px;
    width: 100%;
    background: white;
}

@media (min-width:1400px) {
	#sticky-titles {
		width:1370px;
	}
}


@media only screen and (min-width:768px) and (max-width:991px) {
#sticky-titles {
	width:720px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
#sticky-titles {
	width:938px;
}
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
#sticky-titles {
	width:1140px;
}
}
.navbar-default .navbar-toggle m.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:none;
	border:none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 22px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border:none;
  margin-top:32px;
  margin-right:15px;
  z-index:99999;
    z-index: 9999999999;
  position:relative;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border:none;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#smaller {
	padding:10px 0px;
	display:none;
}

#smaller a.started {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f15922;
    border: solid 1px #f15922;
    line-height: 40px;
    width: 100%;
    display: inline-block;
}

#smaller h5 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    color: #000000;
    margin: 5px 0px;
}

.splFeatures ul {
	padding:0px;
	padding-bottom:20px;
}

.splFeatures ul li {
	list-style:none;
	font-size:16px;
	line-height:25px;
	color:rgb(0,0,0);
}

.fixme.scroll-to-fixed-fixed.change {
	display:none !important;
}

#banner.terms-conditions {
	background:url(../images/group-2.jpg) 50% 100% no-repeat;
	background-size:cover;
	padding:350px 0px 20px 0px;
}

#resources.terms-conditions {
    padding: 50px 0px 150px 0px;
}

#resources.terms-conditions h5 {
	font-size:28px;
	line-height:25px;
	color:#000;
	margin-bottom:15px;
	margin-top:30px;
}

#resources.terms-conditions p {
	line-height:25px;
}

#resources.terms-conditions p a {
	color:#000;
}

input[type=checkbox] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	height:12px;
	width:12px;
	border:1px solid #000;
	position:relative;
}

input[type=checkbox]:focus {
	outline:none;
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 
input[type=checkbox]:checked::after  {
	content:'\2714';
	font-size:12px;
	height:12px;
	position:absolute;
	top:1px;
	left:1px;
	margin-top:-5px;
} 

/* New 23-1 Css */
#everything-need .panel-body {
	padding:0px 30px;
}


/* Media Css */
/* Custom, iPhone Retina */ 
@media only screen and (min-width :320px) {	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width :480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width :768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width :992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width :1200px) {
}



@media only screen and (max-width:767px) {

.table {
	display:none;
}

.row-eq-height {
	display:inline-block;
}

.navbar-default .navbar-toggle .icon-bar {
	background:#fff;
}

.small-text-center {
	text-align:center;
}

.small-text-left {
	text-align:left;
}

.small-text-right {
	text-align:right;
}

.navbar-toggle {
	margin-top:28px;
}

.nav>li {
	padding:5px 0px;
	text-align:center;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a.active {
    color: #f15922;
}
.nav>li:last-child {
	padding:0px 16px;
}

h3, h1 {
	font-size:29px;
}

#logos ul li {
	width:auto;
	float:left;
	margin:15px 0px;
}

#logos ul li  img {
	height:22px;
}

#dash-info p {
    font-size:16px;
	font-weight:600;
}

#everything-need h4 {
    font-size:18px;
	font-size:25px;
	min-height:40px;
}

#everything-need p {
    font-size:16px;
    min-height:128px;
}

#testimonials p {
	font-size:15px;
	padding:0px 25px;
}

#footer ul li {
	margin-left:3px;
	margin-top:20px;
	width:100%;
}

#footer ul li.login {
	margin-left:3px;
}

#footer ul li.social {
	display:inline-block;
	width:auto;	
	margin:20px 3px 0px 3px;
}

#footer .demo {
	width:138px;
	line-height:33px;
}

#footer .started {
	width:90px;
	width:138px;
	line-height:30px;
}

#copyright p {
	font-size:11px;
	margin-top:15px;
    line-height: 1.62;	
}

#copyright ul li {
	margin:0px 5px;	
}

#copyright ul li a {
	font-size:12px;
}
/* */
.modal.popup .modal-dialog {
	width:95%;
	margin:23% auto 30px auto;
}

.modal-dialog {
	width:95%;
	margin:40% auto 0px auto;
}

#truequity-info h5 {
	margin-top:50px;
	font-size:20px;
}


#solution .padding {
	padding:0px 15px;
	margin-bottom:15px;
}

#solution p {
	font-size:15px;
}

#solution h4 {
	font-size:18px;
}

#solution ul li  {
	font-size:14px;
}

#solution ul li p {
	font-size:14px;
}

#solution h3, h1 {
	font-size:26px;
	margin-bottom:40px;
}

#solution .close-black {
	margin-bottom:15px;
	margin-top:15px;
}

#pricing .border {
	margin-bottom:30px;
}

#pricing .border p {
	font-size:16px;
}

#pricing td ,#pricing th{
	padding-left:15px;
}

#resources h4 { 
	margin:20px 0px 0px 0px;
}

#resources .padding-left {
	padding-left:15px;
}

#banner.about h3, h1 {
	font-size:22px;
}

#resources.about p,#resources.about .large p {
	font-size:16px;
	line-height:25px;
}

#form.about input[type="submit"] {
	margin-bottom:30px;
}

/* Solution starts */
.modal.solution .modal-dialog {
	width:98%;
	margin-top:25%;
}

.solution.modal .space {
	padding-left:20px;
}

.solution.modal h6 {
	font-size:16px;
}

#solution .solution.modal .bg-black p,.solution.modal a.read {
	font-size:12px;
}
/* Solution ends */


#truequity-info .modal-dialog {
	width:95%;
}	

#the-sticky-div.sticky {
	position:relative !important;
	left:0px !important;
}

#dash-info {
	padding:10px 0px;
}

#solution .position .text {
	padding:5px 5px;
}

#solution .position .plus {
	padding:5px 5px;
}

#solution p {
	display:none;
}

#resources{
	padding:110px 0px 100px 0px;
}

#resources h4 {
	font-size:20px;
	line-height:25px;
}

#resources p {
	display:none;
}

#header .demo {
	margin-bottom:5px;
	text-align:center;
}

/**/
#dash-info .top-minus {
	position:inherit;
	padding:0px 0px 0px 15px;
	margin-bottom:-10px;
}

#dash-info p br {
	display:none;
}

#testimonials .bx-wrapper .bx-controls-direction a {
	display:none;
}

#banner.home {
	background-size:auto 100%;
	background-position:75% 95%;
	padding:150px 0px 15px 0px;
    background-size: 100% 80%;
    background-position: 100% 91%;
    padding: 100px 0px 15px 0px;
}

#banner.home .overlay {
    mix-blend-mode: lighten;
    background-image: linear-gradient(to left, #fff, rgba(255,255,255,0.8) 70%, #ffffff);
	background-image: linear-gradient(to left, rgba(255,255,255,0.05), rgba(255,255,255,1) 80%, #ffffff);
}

#banner.home h1 {
	line-height:34px;
}

#banner.home p {
	margin:20px 0px 20px 0px;
	font-size:15px;
	font-weight:400;
	line-height:22px;
}

#banner.home p br {
}

#everything-need span.read {
	margin-bottom:60px;
	font-size:16px;
	line-height:30px;
}

#the-sticky-div, #truequity-info .StickyNavi {
	display:none;
}

#solution .position .plus img{
	width:20px;
}

#solution {
	padding-top:90px;
	padding-bottom:50px;
}

#solution .modal p {
	display:block;
	font-size:16px;
	line-height:25px;
}

#solution .padding {
	padding:0px 1px;
	margin-bottom:2px;
}

#solution button {
	float:left;
}

#resources.about p {
	display:block;
}

#resources.about h3, #resources.about h1 {
	margin-bottom:5px;
}

#resources.about .large {
	margin-bottom:0px;
}

#resources.about p.last,#resources.about p.last-second {
	margin-bottom:0px;
}

#resources.about img.space-bottom {
	margin-bottom:40px;
	margin-top:10px;
}

#pricing .border.active {
	transform:scale(1);
}

#header {
	background-color:#2d2d2e;
	opacity:1;
}

.navbar-header {
	background:#2d2d2e;
}

.navbar-default .navbar-collapse {
    width: 80%;
    background:#4a4a4a;
    float: right;
	text-align:left;
    margin-top: -79px;
	padding-top:70px;
	padding-bottom:20px;
    z-index: 99999999;
	opacity:1;
}

.navbar-nav>li>a {
	text-align:left;
	padding:0px;
}

#header li a.blog {
	border:none;
}

.navbar-nav>li ,.nav>li:last-child{
	float:left;
	width:100%;
	padding:5px 40px;
}

#header .btn, #footer .btn {
	text-align:left;
	float:left;
	padding:0px 0px;
	font-size:20px;
	margin-top:10px;
	margin-bottom:5px;
	margin-top: -1px;
    font-weight: 200;
}

#header .demo ,#header .get-start{
	float:left;
	margin:0px;
	padding:5px 15px;
	width:100%;
	font-size:16px;	
}


#smaller {
	display:block;
}

#banner.home a.started,#banner.home h5 {
	display:none;
}

#truequity-info .links,#truequity-info .row.in {
	padding-top:0px;
}

#truequity-info div:last-child {
}

#everything-need p {
	min-height:inherit;
}

#pricing {
	margin-top:0px;
	padding-top:25px;
	padding-bottom:40px;
}

#pricing .features {
	color: #000;
    font-size: 16px;
    line-height: 1.67;
    margin: 20px 0px 10px 0px;
	text-decoration:underline;
	display:inline-block;
	font-weight:600;
}

#pricing .border {
	padding-bottom:20px;
}

#pricing .text {
	min-height:50px;
	text-align:left;
}

#pricing a.select {
	width:180px;
}

#pricing .top {
	display:none;
}

#testimonials {
	padding:40px 0px;
}

#testimonials .logo {
	margin-top:20px;
}

#testimonials h3, #testimonials h1 {
	margin-bottom:20px;
	font-size:34px;
	line-height:40px;
}

.modal-title {
	font-size:34px;
	line-height:40px;
}

#truequity-info {
	padding-bottom:70px;
}

#truequity-info .row.in {
	margin:0px 0px 30px 0px;
}

#truequity-info .none-for-small {
	padding:0px;
}

#form {
	padding:25px 0px 45px 0px;
}

#form .col-lg-offset-2 {
	padding:0px;
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i], textarea {
	margin-bottom:18px;
	width:100%;
}

.modal-dialog input[type="text"], .modal-dialog input[type="email"], .modal-dialog input[type="search"] {
	color:rgb(0,0,0);
}

.modal.hello input[type="email"] {
	line-height:50px;
	background:none;
	padding-left:15px;
	height:50px;
    font-size: 18px;
}

#form input[type="submit"] {
	margin-top:20px;
}

#solution .space-for-small {
	padding:0px 15px;
}

#about-info h3,#about-info h1 {
	font-size: 23px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
	line-height:40px;
    color: #000000;
	margin:25px 0px 0px 0px;
}

#banner.about h3,#banner.about h1 {
	display:none;
}

.modal.solution .modal-dialog {
	margin-top:200px;
}

.solution.modal .space {
	padding-top:10px;
	padding-left:15px;
}

#solution .solution.modal .bg-black p {
	display:none;
}

.solution.modal h6 {
	width:80%;
	margin:0 auto;
	margin-top:20px;
}

#solution .solution.modal .bg-black p, .solution.modal a.read {
	font-size:17px;
}

#banner.pricing {
	padding:120px 0px 60px 0px;
}

#resources .spacing {
	padding:0px 15px;
}


.splFeatures {
	display:none;
}

.splFeatures li {
	margin:5px 0px;
}

.modal.popup p {
	font-size:18px;
	line-height:25px;
}

#banner.about {
    background-size: auto 75%;
    background-position: 75% 99%;
}

#banner.about .overlay {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	opacity:1;
}

#resources.about h4 {
	font-size:20px;
	line-height:27px;
}

#resources input[type="text"], input[type="email"], input[type="search"] {
	width:100%;
}

#resources h3, #resources h1 {
	font-size:34px;
	line-height:40px;
}

#resources h3.top, #resources h1.top {
	margin-top:70px;
}

#resources.terms-conditions p {
	display:inline-block;
}

#resources.terms-conditions h5 {
	font-size:22px;
}

/* New CSs 1-23 */
#dash-info p {
	font-size:14px;
	font-weight:400;
}

}

@media only screen and (min-width:768px) and (max-width:1169px) {
.navbar-nav>li>a,#header .btn {
	font-size:12px;
	padding:0px 6px;
}

.navbar-header {
	width:100%;
}

.navbar-brand {
	padding: 55px 15px;
	padding-left:15px;
}

#header .demo {
	margin:0px 5px 0px 0px;
	font-size:12px;
	padding:0px 6px;
}

#header .get-start {
	font-size:12px;
	padding:0px 6px;
}

h3, h1 {
	font-size:35px;
}

#everything-need h4 {
	font-size:18px;
	min-height:50px;
}

#everything-need p {
	font-size:15px;
	min-height:100px;
}

#copyright p {
	line-height:1.3;
}


.modal-dialog {
	width:700px;
	margin:15% auto 0px auto;
}

#truequity-info .links li a {
	font-size:16px;
}

#truequity-info h5 {
	font-size:20px;
}

#solution p {
	font-size:15px;
}

#solution h4 {
	font-size:18px;
}

#solution .position .text,#solution .position .plus {
	padding-left:15px;
	padding-right:15px;
}


#solution.edit .space {
	padding-left:20px;
}

#solution ul li  {
	font-size:14px;
}

#solution ul li p {
	font-size:14px;
}

#solution .bg-black {
	padding-top:80px;
}

#pricing .border {
	margin-bottom:30px;
}

#pricing .table a.select {
	width:120px;
}

#banner.about h3, #banner.about h1 {
	font-size:25px;
}

#resources.about p,#resources.about .large p {
	font-size:17px;
}


/* Solution starts */
.modal.solution .modal-dialog {
	width:98%;
	margin-top:25%;
}

.solution.modal .space {
	padding-left:20px;
}

.solution.modal h6 {
	font-size:13px;
	margin-top:0px;
}

#solution .solution.modal .bg-black p,.solution.modal a.read {
	font-size:12px;
}

.solution.modal .close {
	top:-7px;
	right:17px;
}
/* Solution ends */

#the-sticky-div.sticky {
}

/**/
#dash-info .top-minus {
}

#dash-info p br {
	display:none;
}

/* New Css */
.bx-wrapper .bx-prev {
	background:url(../images/arrow-left.png) no-repeat;
	left:0px;
}

.bx-wrapper .bx-next {
	background:url(../images/arrow-right.png) no-repeat;
	right:0px;
}

#testimonials p {
	font-size:17px;
}

#dash-info p {
	font-size:15px;
}

}

@media only screen and (min-width:320px) and (max-width:479px) {
#banner.home {
    background-size: auto 78%;
    background-position: 70% 89%;
    padding: 100px 0px 15px 0px;
}
}


@media only screen and (min-width:768px) and (max-width:991px) {
#truequity-info .links {
	display:none;
}

}

.modal.popup .modal-dialog.modal-login {
	position:absolute;
    width: 615px;
    height:600px;
	margin:150px auto 0 auto;
}

.login-error-wrapper, 
.forgot-password-error-wrapper, .reset-password-error-wrapper 
.forgot-password-page-error-wrapper, .reset-password-page-error-wrapper,
.reset-password-page-info-wrapper,
.forgot-password-success-wrapper, .reset-password-success-wrapper, 
.forgot-password-page-success-wrapper, .reset-password-page-success-wrapper,
.resend-password-success-wrapper, .resend-password-error-wrapper {
    clear: both;
}

.reset-password-page-info-wrapper{
	margin-top:15px;
}

#login-error, 
#forgot-password-error, #reset-password-error, 
#resend-password-error
{
	display:none;
	color:#f15922;
	font-size:13px;
}

#forgot-password-success, #reset-password-success,
#resend-password-success {
    display:none;
    color:green;
    font-size:13px;
}

#contact-us-form div#contact-error {
    display:none;
    color:#f15922 !important;
    font-size:13px;
}
#contact-us-form #contact-success {
    display:none;
    color:green !important;
    font-size:13px;
}

.modal-login label{
	font-weight:normal;
}

#signup-popup-form .inwrap {
	clear:both;
	height:80px;
}
.signup-error {
    display:none;
    color:#f15922;
}
#signup-popup-form .inwrap label{
	font-weight:normal;
	margin-left:10px;
	color: #333;
	font-style:normal;
}
a.fakelink{
	color: #333;
	text-decoration: underline;
}
#signup-popup-form .inwrap.wrap-Agreement {
	height:50px;
}
#signup-popup-form input {
	margin-bottom:0;
}

#signup-popup-form .erroros input {
	border-color:#f15922;
}

#signup-popup-form .error-message {
	display:none;
}

#signup-popup-form .erroros .error-message {
	display:block;
	color:#f15922;
}

#bottom-form label {
	font-weight:normal;
	margin-left:10px;
}

#bottom-form .bf-wrap {
	height:80px;
}

#bottom-form input {
	margin-bottom:0;
}

#bottom-form .erroros input {
	border-color:#f15922;
}

#bottom-form .error-message {
	display:none;
}

#bottom-form .erroros .error-message {
	display:block;
	color:#f15922;
}
select#permission {
	width:200px;
	height:30px;
	line-height:30px;
	margin-right:15px;
}

#forgot-password-page .container, #reset-password-page .container{
	display: flex;
    flex-direction: column;
    align-items: center;
}

#forgot-password-page, #reset-password-page {
  padding:150px 0;
  font-size:16px;
}
#forgot-password-page button, #reset-password-page button{
	width: 160px;
    height: 48px;
    border-radius: 2px;
    background-color: #127cba;
    border: 0;
    clear: both;
	
	font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
	margin: 10px 0px 0px 170px;
}

#reset-password-page #reset-password-success-button{
	margin: 40px 0px 0px 0px;
}

#forgot-password-page form, #reset-password-page form{
	width: 500px;
}


#forgot-password-page button:disabled, #reset-password-page button:disabled {
    background: #dddddd;
}
#forgot-password-page .allform, #reset-password-page .allform {
  width:530px;
}
#forgot-password-page-error, #reset-password-page-error {
  display:none;
  color: #f15922;
  
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  margin-left: 85px;
}

#forgot-password-page-success, #reset-password-page-success{
	display:none;
    color: #05704b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	margin-left: 85px;
}

#reset-password-page-info{
    color: #486d8c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-left: 75px;
}

#reset-password-page-info ul{
	padding: 0px 0px 0px 15px;
}

#reset-password-page-info ul li{
	float:left;
	margin: 10px 40px 0px 0px;
	width: 135px;
}

#forgot-password-page h3, #reset-password-page h3{
  height: 32px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
}

#forgot-password-page .help-text, #reset-password-page .help-text{
  height: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #000000;
}

#forgot-password-page input, #reset-password-page input{
  width: 355px;
  height: 40px;
  border: 2px solid #b3b3b3;
  margin: 0px 75px 10px 75px;
  border-radius: 3px;
	
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #000000;
}

#forgot-password-page .email-label {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin: 20px 75px 5px 75px;
}

#reset-password-page input{
	margin: 30px 75px 10px 75px;
}

@media (min-width: 450px) and (max-width:990px){
	#access .right{
		clear: both;
		float: none !important;
		width: 434px;
	}
	
	#access .allform {
	    width: 450px !important;
	}
}

#footer{
	float: none;
	clear: both;
	width:100%;
	position:relative;
	
}

@media (min-width: 300px) and (max-width:450px){
	#access .left{
	   width: 100% !important;
	}
    #access .right{
        clear: both;
        float: none !important;
        width: 100% !important;
    }
    
    #access .allform {
        width: 100% !important;
    }
    
    #access{
	   font-size:14px !important;
    }
    
    #access button{
	   width: 100% !important;
    }
}


#header .header-logo{
	position: absolute;
	top: 16px;
	left: 50%;
	height: 72px;
	margin-left:-55px;
}

#header .raf-navbar--text.dropdown {
	cursor: pointer;
    position: relative;
}

.raf-navbar--text {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.8px;
    color: #ffffff;
    display: inline-block;
    line-height: 45px;
    transition: all .25s ease;
    text-transform: uppercase;
}

#header .menu-help-block {
    float: right;
    width: 100px;
	height: 54px;
	padding-top:5px;
}

.raf-navbar--text.dropdown:after {
    content: '';
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAAXNSR0IArs4c6QAAAF9JREFUCB1ljNEJgDAMRBtwpP47glNIp+gg4kruVO+VJEgNXHO9e6QUzRhjlwz/HTK6mclU6ZG6lDDeM7oacNMn4QVqQBuPmV0qsSePz6F900WQW3Bc5vq8lOVqHP5BLww8XU1YviZVAAAAAElFTkSuQmCC);
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    margin-left: 5px;
    position: relative;
    top: -2px;
	color: #ffffff;
}