﻿@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600|Roboto|Open+Sans+Condensed);

.v-aligner{
	display: table;
	border: 0;
	width: 100%;
	height: 100%;
}
.v-aligner.v-aligner-absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.v-aligner .v-aligner-content{
	display: table-cell;
	vertical-align: middle;
}

.jumbotron-1 {
	display: table; width: 100%; height: 100vh;  min-height: 400px;
}
.jumbotron-valigner{
	display: table-cell; height: 100%; vertical-align: middle;
}

.content-middle{
	display: table;
	border: 0;
	width: 100%;
	height: 100vh;
}
.content-middle .content{
	display: table-cell;
	vertical-align: middle;
	padding: 80px 0;
}

.lg-col-spacing-40{
	margin-right: -20px;
    margin-left: -20px;
}
.lg-col-spacing-40 > div{
	padding-left: 20px;
	padding-right: 20px;
}

.lg-col-spacing-60{
	margin-right: -30px;
    margin-left: -30px;
}
.lg-col-spacing-60 > div{
	padding-left: 30px;
	padding-right: 30px;
}

.lg-col-spacing-70{
	margin-right: -35px;
    margin-left: -35px;
}
.lg-col-spacing-70 > div{
	padding-left: 35px;
	padding-right: 35px;
}

.lg-col-spacing-80{
	margin-right: -40px;
	margin-left: -40px;
}
.lg-col-spacing-80 > div{
	padding-left: 40px;
	padding-right: 40px;
}

.lg-col-spacing-100{
	margin-right: -50px;
    margin-left: -50px;
}
.lg-col-spacing-100 > div{
	padding-left: 50px;
	padding-right: 50px;
}

@media screen and (max-width: 800px) {
	.lg-col-spacing-40{
		margin-right: -15px;
		margin-left: -15px;
	}
	.lg-col-spacing-40 > div{
		padding-left: 15px;
		padding-right: 15px;
	}

	.lg-col-spacing-60{
		margin-right: -15px;
		margin-left: -15px;
	}
	.lg-col-spacing-60 > div{
		padding-left: 15px;
		padding-right: 15px;
	}

	.lg-col-spacing-70{
		margin-right: -15px;
		margin-left: -15px;
	}
	.lg-col-spacing-70 > div{
		padding-left: 15px;
		padding-right: 15px;
	}

	.lg-col-spacing-80{
		margin-right: -15px;
		margin-left: -15px;
	}
	.lg-col-spacing-80 > div{
		padding-left: 15px;
		padding-right: 15px;
	}

	.lg-col-spacing-100{
		margin-right: -15px;
		margin-left: -15px;
	}
	.lg-col-spacing-100 > div{
		padding-left: 15px;
		padding-right: 15px;
	}
}

.col-spacing-0{
	margin-right: 0;
    margin-left: 0;
}
.col-spacing-0 > div{
	padding-left: 0;
	padding-right: 0;
}

.col-spacing-1{
	margin-right: -0.5px;
    margin-left: -0.5px;
}
.col-spacing-1 > div{
	padding-left: 0.5px;
	padding-right: 0.5px;
}


.col-spacing-2{
	margin-right: -1px;
    margin-left: -1px;
}
.col-spacing-2 > div{
	padding-left: 1px;
	padding-right: 1px;
}


.col-spacing-3{
	margin-right: -1.5px;
    margin-left: -1.5px;
}
.col-spacing-3 > div{
	padding-left: 1.5px;
	padding-right: 1.5px;
}


.col-spacing-4{
	margin-right: -2px;
    margin-left: -2px;
}
.col-spacing-4 > div{
	padding-left: 2px;
	padding-right: 2px;
}


.col-spacing-5{
	margin-right: -2.5px;
    margin-left: -2.5px;
}
.col-spacing-5 > div{
	padding-left: 2.5px;
	padding-right: 2.5px;
}


.col-spacing-6{
	margin-right: -3px;
    margin-left: -3px;
}
.col-spacing-6 > div{
	padding-left: 3px;
	padding-right: 3px;
}


.col-spacing-7{
	margin-right: -3.5px;
    margin-left: -3.5px;
}
.col-spacing-7 > div{
	padding-left: 3.5px;
	padding-right: 3.5px;
}


.col-spacing-8{
	margin-right: -4px;
    margin-left: -4px;
}
.col-spacing-8 > div{
	padding-left: 4px;
	padding-right: 4px;
}


.col-spacing-9{
	margin-right: -4.5px;
    margin-left: -4.5px;
}
.col-spacing-9 > div{
	padding-left: 4.5px;
	padding-right: 4.5px;
}


.col-spacing-10{
	margin-right: -5px;
    margin-left: -5px;
}
.col-spacing-10 > div{
	padding-left: 5px;
	padding-right: 5px;
}


.col-spacing-11{
	margin-right: -5.5px;
    margin-left: -5.5px;
}
.col-spacing-11 > div{
	padding-left: 5.5px;
	padding-right: 5.5px;
}


.col-spacing-12{
	margin-right: -6px;
    margin-left: -6px;
}
.col-spacing-12 > div{
	padding-left: 6px;
	padding-right: 6px;
}


.col-spacing-13{
	margin-right: -6.5px;
    margin-left: -6.5px;
}
.col-spacing-13 > div{
	padding-left: 6.5px;
	padding-right: 6.5px;
}


.col-spacing-14{
	margin-right: -7px;
    margin-left: -7px;
}
.col-spacing-14 > div{
	padding-left: 7px;
	padding-right: 7px;
}


.col-spacing-15{
	margin-right: -7.5px;
    margin-left: -7.5px;
}
.col-spacing-15 > div{
	padding-left: 7.5px;
	padding-right: 7.5px;
}


.col-spacing-16{
	margin-right: -8px;
    margin-left: -8px;
}
.col-spacing-16 > div{
	padding-left: 8px;
	padding-right: 8px;
}


.col-spacing-17{
	margin-right: -8.5px;
    margin-left: -8.5px;
}
.col-spacing-17 > div{
	padding-left: 8.5px;
	padding-right: 8.5px;
}


.col-spacing-18{
	margin-right: -9px;
    margin-left: -9px;
}
.col-spacing-18 > div{
	padding-left: 9px;
	padding-right: 9px;
}


.col-spacing-19{
	margin-right: -9.5px;
    margin-left: -9.5px;
}
.col-spacing-19 > div{
	padding-left: 9.5px;
	padding-right: 9.5px;
}


.col-spacing-20{
	margin-right: -10px;
    margin-left: -10px;
}
.col-spacing-20 > div{
	padding-left: 10px;
	padding-right: 10px;
}


.col-spacing-21{
	margin-right: -10.5px;
    margin-left: -10.5px;
}
.col-spacing-21 > div{
	padding-left: 10.5px;
	padding-right: 10.5px;
}


.col-spacing-22{
	margin-right: -11px;
    margin-left: -11px;
}
.col-spacing-22 > div{
	padding-left: 11px;
	padding-right: 11px;
}


.col-spacing-23{
	margin-right: -11.5px;
    margin-left: -11.5px;
}
.col-spacing-23 > div{
	padding-left: 11.5px;
	padding-right: 11.5px;
}


.col-spacing-24{
	margin-right: -12px;
    margin-left: -12px;
}
.col-spacing-24 > div{
	padding-left: 12px;
	padding-right: 12px;
}


.col-spacing-25{
	margin-right: -12.5px;
    margin-left: -12.5px;
}
.col-spacing-25 > div{
	padding-left: 12.5px;
	padding-right: 12.5px;
}


.col-spacing-26{
	margin-right: -13px;
    margin-left: -13px;
}
.col-spacing-26 > div{
	padding-left: 13px;
	padding-right: 13px;
}


.col-spacing-27{
	margin-right: -13.5px;
    margin-left: -13.5px;
}
.col-spacing-27 > div{
	padding-left: 13.5px;
	padding-right: 13.5px;
}


.col-spacing-28{
	margin-right: -14px;
    margin-left: -14px;
}
.col-spacing-28 > div{
	padding-left: 14px;
	padding-right: 14px;
}


.col-spacing-29{
	margin-right: -14.5px;
    margin-left: -14.5px;
}
.col-spacing-29 > div{
	padding-left: 14.5px;
	padding-right: 14.5px;
}

.col-spacing-30{
	margin-right: -15px;
    margin-left: -15px;
}
.col-spacing-30 > div{
	padding-left: 15px;
	padding-right: 15px;
}

.col-spacing-40{
	margin-right: -20px;
    margin-left: -20px;
}
.col-spacing-40 > div{
	padding-left: 20px;
	padding-right: 20px;
}

.col-spacing-80{
	margin-right: -40px;
    margin-left: -40px;
}
.col-spacing-80 > div{
	padding-left: 40px;
	padding-right: 40px;
}

.p-override {
    margin-bottom: 1px !important;
    margin-top: 5px !important;
}

.small {
    font-size: x-small !important;
}

.narrow {
    max-width: 250px;
}

.flexbooker-logo {
    max-width: 116px;
}

.signup-button {
    margin-top: 20px;
}

.business-type {
    color: white !important;
}

.pricing-check {
    color: #4bd374;
}


.pricing-aq{

}
.pricing-aq-title{
	line-height: 25px; font-family: InterFace, 'Open Sans Condensed', Rubik; font-size: 21px; font-weight: bold; text-align: center; color: #566374;margin-top:30px;
}
.pricing-aq-btn{
	margin:0;margin-top:30px;width: 243px; line-height: 50px;margin-bottom:150px;
}

@media screen and (max-width: 800px) {
	.pricing-aq-title{
		margin: 0;
	}
	.pricing-aq-btn{
		margin-bottom: 60px;
	}
}

.account-qs-title{
	margin:0; text-align:center; font-family: InterFace, 'Open Sans Condensed', Rubik; font-size: 34px; font-weight: bold; text-align: center; color: #3c4a5c;margin-bottom:100px;
}

@media screen and (max-width: 800px) {
	.account-qs-title{
		margin-bottom: 30px;
	}
}

.pricing-simple-title{
	line-height: 40px; font-family: InterFace, 'Open Sans Condensed', Rubik; font-size: 34px; font-weight: bold; text-align: center; color: #3c4a5c; margin-bottom: 60px; margin-top: 100px;
}
@media screen and (max-width: 800px) {
	.pricing-simple-title{
		margin: 0;
	}
}

.pricing-just-title{
	line-height: 40px; font-family: InterFace, 'Open Sans Condensed', Rubik; font-size: 34px; font-weight: bold; text-align: center; color: #3c4a5c;padding-bottom:30px;
}

@media screen and (max-width: 800px) {
	.pricing-simple-title{
		margin-top: 30px;
	}
}

.pricing-just-icon{
	text-align:center;
	padding-top:40px;
	padding-bottom:30px;
}
@media screen and (max-width: 800px) {
	.pricing-just-icon{
		padding-top: 30px;
	}
}

.pricing-just-content{
	text-align:center;padding-top:0;padding-bottom:30px;
}
@media screen and (max-width: 800px) {
	.pricing-just-content{
		padding-bottom: 0;
	}
}

.form-field {
    padding: 5px;
    width: 100%;
}

.center-text {
    text-align: center;
}

.page-headline.large{
	font-family: InterFace, 'Open Sans Condensed', Roboto;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.32;
    text-align: center;
    color: #ffffff;
    max-width: 550px;
    margin: auto;
}
.page-headline-p.large{
	margin:0; font-family: InterFace, 'Open Sans Condensed', Rubik; font-size: 24px; text-align: center; color: #ffffff;
}
@media screen and (max-width: 800px) {
	.page-headline.large{
		font-size: 24px;
	}
	.page-headline-p.large{
		font-size: 20px;
	}
}


@media (min-width: 720px) {
    .fb-pull-right {
        float: right;
    }
}
/* Quick Buttons
==== */
.quick-button {
  border: 1px solid #dbdee0;
  background: #e9ebec;
  margin-bottom: -1px;
  padding: 30px 0px 10px 0px;
  font-size: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #b2b8bd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.quick-button:hover {
  color: #34383c;
  text-decoration: none;
  background: #dbdee0;
}
.quick-button .notification {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: -1px;
  right: -1px;
  font-size: 10px;
}
.quick-button i {
  font-size: 32px;
}
.quick-button.small {
  padding: 15px 0px 0px 0px;
  font-size: 10px;
}
.quick-button.small i {
  font-size: 20px;
}
.quick-button.small .notification {
  top: -1px;
  right: -1px;
  font-size: 7px;
  padding: 4px 5px;
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 !important;
    margin-left: 25px;
}

#exTab3 .tab-content {
    /*color: white !important;*/
    background-color: #f0f5f7 !important;
    padding: 5px 15px !important;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}

#home.page-blend-nav {
    margin-top: 0;
    padding: 175px 0 136px 0;
	position: relative;
}

#home.page-blend-nav:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.85;
	background: #002c63 url(/Content/salessite/img/home-banner.jpg);
	background-size:cover;
	z-index: 1;
}


#home.page-blend-nav:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: url(/content/salessite/img/curve-bg-white-bottom.png) no-repeat bottom center;
	background-size: 100%;
	z-index: 1;
	bottom: -0.5px;
}


#home.page-blend-nav .inner-page{
	position: relative;
	z-index: 2;
}


@media screen and (max-width: 1024px) {
	#home.page-blend-nav:before{
		background-position-x: -270px;
	}
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 420px) {
	#home.page-blend-nav:before{
		background-position-x: -350px;
	}
}

@media screen and (max-width: 380px) {
	#home.page-blend-nav:before{
		background-position-x: -250px;
	}
}

#pricing.page-blend-nav {
    margin-top: 0;
    padding: 275px 0 136px 0;
	position: relative;
}

#pricing.page-blend-nav:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.85;
	background: #002c63 url(/Content/salessite/img/pricing-banner.jpg);background-size:cover;
	z-index: 1;
}

#pricing.page-blend-nav .inner-page{
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	#pricing.page-blend-nav:before{
		background-position-x: -210px;
	}
}

@media screen and (max-width: 800px) {
	#pricing.page-blend-nav:before{
		background-position-x: -230px;
	}
}

@media screen and (max-width: 640px) {
	#pricing.page-blend-nav:before{
		background-position-x: -400px;
	}
}

@media screen and (max-width: 420px) {
	#pricing.page-blend-nav:before{
		background-position-x: -510px;
	}
}

@media screen and (max-width: 380px) {
	#pricing.page-blend-nav:before{
		background-position-x: -560px;
	}
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	background: transparent !important;
	color: #fff !important;
}
.navbar-default .navbar-nav>li>a:hover{

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: transparent !important;
	color: #fff !important;
}

.navbar-default .navbar-nav>.active>a{
	text-decoration: underline;
}

.navbar-default{
	background: transparent;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0;
	margin: 0;
}

.navbar-default .navbar-header a{
	float: none;
	display: inline-block;
	line-height: 1;
}
.navbar-default .navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 25px;
    float: none;
    letter-spacing: 1px;
    font-weight: 600;
	display: inline-block;
	line-height: 1;
}

.navbar-default .navbar-container{
	max-width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

.container-fluid-p60{
	padding-left: 60px;
	padding-right: 60px;
}

.navbar-default .navbar-header{
	display: inline-block;
	position: relative;
	line-height: 40px;
}

.navbar-default .navbar-container:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.85;
	background: #00457e;
	/* z-index: 1; */
}

.navbar-default .navbar-container *{
	/* z-index: 2; */
}

.navbar-defaul .navbar-right a{
	font-family: Roboto;
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
}


.navbar-default .navbar-right .btn-success{
	margin-left: 30px;
	border-radius: 2px;
	background-color: #007ee5 !important;
	font-family: Roboto;
	font-size: 16px;
	text-align: center;
	color: #ffffff !important;
}
.navbar-default .navbar-right .btn-success:hover{
	background-color: #007ee5 !important;
	color: #ffffff !important;
}

.navbar-default .btn.fb-pull-right{
	padding: 0;
	width: 110px;
	line-height: 38px;
	border-radius: 2px;
	background: #007ee5 !important;
	font-family: Roboto;
	font-size: 16px;
	text-align: center;
	color: #ffffff !important;
}
.navbar-default .navbar-collapse{

}

body.not-scrolled  .navbar-default.not-scrolled-transparent{
	border: 0;
}
body.not-scrolled  .navbar-default.not-scrolled-transparent .navbar-container:before{
	background: transparent;
}

body.not-scrolled.mobile-menu-open  .navbar-default.not-scrolled-transparent{
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.not-scrolled.mobile-menu-open  .navbar-default.not-scrolled-transparent .navbar-container:before{
	background: #00457e;
}

.navbar-transparent{
	border: 0;
}
.navbar-transparent .navbar-container:before{
	background: transparent;
}

@media screen and (max-width: 800px) {
	.navbar-default{
		padding: 10px 0;
	}

	.navbar-default .navbar-container{
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-default .navbar-header{
		display: block;
	}

	.navbar-default .navbar-toggle{
	    height: auto;
		line-height: 40px;
		padding: 0;
		margin: 0;
		font-size: 24px;
		outline: none;
	}

	.navbar-default .navbar-collapse{
		border: 0;
		padding: 0;
		box-shadow: none;
	}
	.navbar-default .navbar-nav>li>a{
		padding-left: 0;
		padding-right: 0;
		font-size: 16px;
		font-family: arial;
	}
	.navbar-default .navbar-nav>li:last-child>a{
		border-bottom: 0;
	}
}


.quote{
	width: 35px;
    height: 35px;
    line-height: 1;
    font-family: Georgia;
    font-size: 71px;
    color: #cdd8de;
    display: inline-block;
	text-align: center;
}

.quote:before{
	content: '“';
}

.feedback{
	position: relative;
	border-radius: 5px;
	margin-bottom: 40px;
	min-height: 364px;
}

.feedback:before{
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;

	border-radius: 5px;
	background-image: linear-gradient(45deg, #007e73, #002c63);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06);
	top: 0;
	left: 0;
	z-index: 1;
}
.feedback:after{
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;

	border-radius: 5px;
	background-color: #d5dcdf;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06);

	top: 20px;
	left: 10px;
	z-index: 0;
}

.feedback .comment{
	padding: 64px 40px 35px 40px;
	margin: 0;

    display: block;
	position: relative;
	z-index: 3;

	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-weight: 200;
	font-size: 17px;
	line-height: 1.56;
	text-align: left;
	color: #ffffff;
}

.feedback .comment:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: #ffffff url(/Content/salessite/img/feedback-quote.png) center center;
	background-size: cover;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
	width: 61px;
	height: 61px;
	line-height: 61px;
	margin-top: -30.5px;
	margin-left: -30.5px;
	border-radius: 50%;
}

.feedback .comment-by{
	display: block;
	font-style: normal;
	text-decoration: none;

	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 13px;
	line-height: 1.71;
	text-align: left;
	color: rgba(255, 255, 255, 0.6);

	padding-top: 15px;
}


.feedback-style-2 .comment{
	font-weight: normal;
	font-size: 22px;
	line-height: 1.68;
	text-align: center;
	color: #ffffff;
	padding-top: 80px;

}
.feedback-style-2 .comment-by{
	padding-top: 30px;
	text-align: center;
	font-size: 17px;
	line-height: 1.41;
	color: rgba(255, 255, 255, 0.6);
}

.learn-more{
	text-align: center;
}
.learn-more .ico{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	background-color: #f1f6f9;
	border-radius: 0;
	margin: auto;
	margin-bottom: 30px;
}
.learn-more h3.heading{
	margin: 0;
	margin-bottom: 20px;

	line-height: 26px;
	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #3c4a5c;
}

.learn-more p.desc{
	margin-bottom: 90px;
	font-weight: 300;
	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 18px;
	line-height: 1.44;
	text-align: center;
	color: #566374;
}

.l-m-ico{
	background: url(/Content/salessite/img/learn-more-icons.png) no-repeat;
	background-size: 100%;
	height: 60px;
	width: 60px;
	display: inline-block;
}

.l-m-ico.l-m-ico-devices{
	background-position: 0 0%;
}

.l-m-ico.l-m-ico-clock{
	background-position: 0 10%;
}

.l-m-ico.l-m-ico-cc{
	background-position: 0 20%;
}

.l-m-ico.l-m-ico-calendar{
	background-position: 0 30%;
}

.l-m-ico.l-m-ico-waitlist{
	background-position: 0 40%;
}

.l-m-ico.l-m-ico-tool{
	background-position: 0 50%;
}

.ico60x60{
	background: url(/Content/salessite/img/ico60x60.png) no-repeat;
	background-size: 100%;
	height: 60px;
	width: 60px;
	display: inline-block;
}

.ico60x60.ico60x60-heart-o{
	background-position: 0 0%;
}
.ico60x60.ico60x60-check{
	background-position: 0 50%;
}

.modal-backdrop{
	background: #000;
	opacity: 0;
}
.modal-backdrop.fade.in{
	opacity: 0.5;
}

.modal-style-1{

}

.modal-style-1 .modal-header{
	padding-top: 60px;
	padding-bottom: 25px;
	border: 0;

}

.modal-style-1 .modal-header .close{
	position: absolute;
	top: 0;
	right: -36px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	opacity: 1;
	color: #fff;
}

.modal-style-1 .modal-title{
	margin: 0;
	margin-bottom: 15px;

	line-height: 1.2;
	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: rgba(0, 23, 51, 0.89);
}
.modal-style-1 .modal-subtitle{
	line-height: 19px;
	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 16px;
	text-align: center;
	color: rgba(0, 23, 51, 0.89);
}

.modal-style-1 .modal-dialog{
	padding-top: 40px;
}
.modal-style-1 .modal-content{
	position: relative;
	max-width: 555px;
	min-width: 90%;
	padding: 0 60px 60px 60px;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: none;
}

@media screen and (max-width: 800px) {
	.modal-style-1 .modal-dialog{
		padding: 0;
	}
	.modal-style-1 .modal-content{
		min-width: 0;
		padding: 0 0 60px 0;
		border-radius: 0;
		margin: auto;
	}
	.modal-style-1 .modal-header .close{
		top: 20px;
		right: 20px;
		color: #d5dcdf;
	}
	.modal-style-1 .modal-header:before{
		content: '';
		width: 100%;
		height: 1px;
		background: #f5f5f5;
		position: absolute;
		margin-left: -15px;
		margin-right: -15px;
		top: 54px;
	}
	.modal-style-1 .modal-title{
		margin-top: 30px;
	}
}

.form-style-1 .form-control{
	line-height: 52px;
	border-radius: 2px;
	border: solid 1px #dadada;
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	font-family: Roboto;
	font-size: 16px;
	color: #1f1f1f;
}

.form-style-1 .icheckbox_square-blue .iCheck-helper{
	border-radius: 3px;
}
.form-style-1 .icheckbox_square-blue{
	border-radius: 3px;
}
.form-style-1 .form-group{

}

.form-style-1 .btn{
	width: 100%;
}

.form-style-1 label{
	line-height: 22px;
	margin-bottom: 10px;
	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	color: rgba(0, 23, 51, 0.89);
}

.form-style-1 a{
	line-height: 21px;
	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 16px;
	color: #044ba4;
}

@media screen and (max-width: 800px) {
	.form-style-1 a{

	}
}


.btn-style-2{
	padding: 0 10px;
	line-height: 52px;
	border-radius: 2px;
	background-color: #007ee5;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.btn-style-2.btn-success{
	background-color: #29bb9c;
}
.btn-style-2.btn-primary{
	background-color: #007ee5;
}


.btn-style-1{
	padding: 0 10px;

	line-height: 51.1px;
	border-radius: 100px;


	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

	background: #044ba4;
	color: #ffffff;
}

.btn-style-1.btn-success{
	background-color: #26a69a;
}
.btn-style-1.btn-primary{
	background-color: #044ba4;
}

.form-submitting-visible{
	display: none;
}
.form-submitting .form-submitting-visible{
	display: block;
}

.form-submitting-hidden{
	display: block;
}
.form-submitting .form-submitting-hidden{
	display: none;
}

/* start info message { */
.info-msg-container{
	min-height: 234px;
	text-align:center;
	display: table;
	width: 100%;

}
.info-msg{
	opacity: 0.4;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	text-align: center;
	color: #47525d;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.info-msg-icon{
	width:45px;
	line-height:45px;
	height:45px;
	display:inline-block;
	margin-bottom:10px;
	font-size:45px;

}



.footer-style-1{
	border-top: 1px solid #e0e6e8; background: #f1f6f8;
	padding: 30px 0 !important;
}



.footer-style-1 .container-left img{
	float: none;
	margin: 0;
	margin-right: 15px;
	display: inline-block;
}
.footer-style-1 .container-left i{
	float: none;
}
.footer-style-1 .container-left a{
	margin-right: 15px;
	float: left;
	display: inline-block;
    line-height: 0;
}

@media screen and (max-width: 800px) {
	.footer-style-1{
		 padding: 0 !important;
	}
	.footer-style-1 .row{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.f-s-ico{
	background: url(/Content/salessite/img/footer-social-icons.png) no-repeat;
	background-size: 100%;
	height: 28px;
	width: 28px;
	display: inline-block;
}

.f-s-ico.f-s-ico-fb{
	background-position: 0 0%;
}
.f-s-ico.f-s-ico-twitter{
	background-position: 0 10%;
}

.account-questions h3{
	line-height: 28px;
	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #3c4a5c;
	margin: 0;
	margin-bottom: 30px;
}

.account-questions p{
	margin-bottom: 60px;
	font-family: InterFace, 'Open Sans Condensed', Roboto;
	font-size: 21px;
	line-height: 1.48;
	text-align: left;
	color: #566374;
}

.features-list{
	background-color: #ffffff;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06);
	padding: 70px;
}
.features-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.features-list ul li{
	padding: 0;
	padding-left: 53px;
	margin: 0;
	font-family: InterFace, 'Open Sans Condensed', Rubik;
	font-size: 24px;
	line-height: 2.25;
	text-align: left;
	color: #3c4a5c;
	position: relative;
}
.features-list ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	background: url(/Content/salessite/img/icon-check.png);
	background-size: 100%;
	width: 28px;
	height: 28px;
}

@media screen and (max-width: 800px) {
	.features-list{
		padding: 15px;
		margin-bottom: 30px;
	}
}

.checked-list{

}
.checked-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.checked-list ul li{
	padding: 0;
	padding-left: 43px;
	margin: 0;
	font-family: InterFace, 'Open Sans Condensed', Rubik;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color: #3c4a5c;
	position: relative;
	line-height: 1.48;
	margin-bottom: 30px;
}
.checked-list ul li:last-child{
	margin-bottom: 0;
}
.checked-list ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background: url(/Content/salessite/img/icon-check.png);
	background-size: 100%;
	width: 28px;
	height: 28px;
}

@media screen and (max-width: 800px) {
	.checked-list{

	}
}

.with-arrow-right{
	position: relative;
}
.with-arrow-right:after{
	content: '';
    position: absolute;
    background: url(/Content/salessite/img/features/arrow2x.png) no-repeat;
    width: 107%;
    top: 105%;
    left: -3px;
    height: 50px;
    background-size: 100%;
}

.who-use-links a{
	background: rgba(255,255,255,0.5) url(/Content/salessite/img/arrow-right2x.png) no-repeat 150% center;
	background-size: 20px;
}
.who-use-links a:hover{
	background-position-x: 90%;
}

.login-box {
	border-radius: 5px;
	background-color: #ffffff;
	max-width: 555px;
	margin: auto;
	padding: 65px 78px;
}

.login-box .sub-header {
	line-height: 19px;
	font-family: InterFace, Roboto;
	font-size: 16px;
	text-align: center;
	color: rgba(0, 23, 51, 0.89);
	margin-bottom: 25px;
}
.login-box .header {
	line-height: 33px;
	font-family: InterFace, Roboto;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: rgba(0, 23, 51, 0.89);
	margin-bottom: 25px;
}

@media screen and (max-width: 800px) {
	.content-middle .content{
		padding: 60px 0;
	}
}
@media screen and (max-width: 800px) {
	.login-box{
		padding: 30px;
	}
	.login-box .header{
		margin-bottom: 0;
	}
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 100%;
	width: auto;
}


@media screen and (max-width: 800px) {
	 .mobile-padding-0{
		 padding: 0 !important;
	 }
	 .mobile-padding-bottom-0{
		 padding-bottom: 0 !important;
	 }
	 .mobile-margin-bottom-0{
		margin-bottom: 0 !important;
	 }
	 .mobile-margin-bottom-15{
		margin-bottom: 15px !important;
	 }
}

table.table-style-1 tbody{
	border-top: 1px solid rgb(116, 189, 221);
}
table.table-style-1 tr{
	border-bottom: 1px solid rgb(116, 189, 221);
}
table.table-style-1 td{
	padding: 8px 0 !important;
	border: 0 !important;
}

.who-use-links a{
	border: solid 1px #f1f6fb;
	padding: 30px 10px;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;

	font-family: InterFace;
	font-size: 21px;
	color: #3c4a5c !important;
}
.who-use-links a:hover{
	border-color: #044ba4;
}
@media screen and (max-width: 800px) {
	.who-use-links-container{
		padding: 15px !important;
	}
}

.footer-new {
	background-image: linear-gradient(72deg, #007e73, #002c63);
}

.footer-new ul {
	margin:0px; margin-left:20px; padding:0px;  list-style: circle;
}
.footer-new ul li {
	 color:#fff; margin-top:5px;
}

.footer-new ul li a {
	font-size:14px;
	color:rgba(255, 255, 255, 0.6);
}

.footer-new .social-button {
	font-size: 18px;
	line-height: 35px;
	color:#007872;
	width:38px;
	display:inline-block;
	text-align:center;
	border-radius: 50%;
	border: 1px solid #fff;
	background:#fff;
	margin-right:5px;
}
.view-page-pricing .box-style-1, .section-billing-settings .box-style-1{
	text-align: center;
	background: #fff;
	padding-top: 36px;
	padding-bottom: 0px;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06);
	margin-bottom: 35px;
	min-height: 300px;
}
.view-page-pricing .box-style-1 h3, .section-billing-settings .box-style-1 h3{
	font-size: 21px;
	font-weight: normal;
	color: #3c4b5c;
	margin-bottom: 30px;
}
.view-page-pricing .box-style-1 .price-num, .section-billing-settings .box-style-1 .price-num{
	font-family: InterFace, 'Open Sans Condensed', Rubik;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #3c4b5c;
}
.view-page-pricing .box-style-1 .price-mo, .section-billing-settings .box-style-1 .price-mo{
	font-size: 14px;
	font-family: InterFace, 'Open Sans Condensed', Rubik;
}
.view-page-pricing .box-style-1 .dollar-sign, .section-billing-settings .box-style-1 .dollar-sign{
	font-family: InterFace, 'Open Sans Condensed', Rubik;
	font-size: 18px;
	color: #4d5d70;
	position: relative;
    top: -12px;
    margin-right: 2px;
}
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
    }

        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fa {
            font-size: 2.5em; /* Change the size of the stars */
            color: #ccc; /* Color on idle state */
        }

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fa {
            color: #FFCC36;
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fa {
            color: #FF912C;
        }

.fc-past{ background-color: #666; }
