html {
	font-size: 16px;
}

body {
	font-family: Lato, Helvetica, sans-serif;
	color: #424242;
}

a {
	color: #1a59ba;
	text-decoration: none;
}

p, ul {
	font-size: 18px;
	font-weight: 100;
}

h1 {
	font-size: 48px;
	font-weight: 300;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

li {
	list-style: none;
}

ul.custom-bullets li:before {
	content: "•";
	color: #626262;
	padding-right: 6px;
	position: relative;
	line-height: 10px;
}

.kayak-font {
	font-family: 'Kayak Sans', Helvetica, sans-serif;
}

.big {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 60px;
}

.container {
	position: relative;
}

.text-middle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.aquamarine {
	background: #6c9eee; /* Old browsers */
	background: -moz-linear-gradient(top, #6c9eee 0%, #52c6ce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6c9eee 0%, #52c6ce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6c9eee 0%, #52c6ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c9eee', endColorstr='#52c6ce', GradientType=0); /* IE6-9 */
}
.aquamarine:hover {
	background: #557dbd; /* Old browsers */
	background: -moz-linear-gradient(top, #557dbd 0%, #429fa5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #557dbd 0%, #429fa5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #557dbd 0%, #429fa5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557dbd', endColorstr='#429fa5', GradientType=0); /* IE6-9 */
}

.btn-custom {
	font-size: 20px;
	padding: 14px 65px;
	margin-top: 15px;
	color: #fff !important;
	border-radius: 35px;
	border: none;
}
.btn-custom.bottom {
	font-size: 30px;
	padding: 16px 15px;
	max-width: 360px;
	margin: 80px auto;
}

.navbar-collapse .navbar-nav {
	margin: 0;
}
.navbar-default .navbar-brand.logo {
	background: url('../img/home/lief_logo.svg') no-repeat 0 0;
	margin: 16px 0 0 15px !important;
	padding: 14px 0 0 65px;
	font-size: 26px;
	font-weight: 100;
	color: #969494;
}
.navbar-default .navbar-brand img{
	/*margin-top: 5px;*/
    margin-left: 15px;
}
.navbar-default .navbar-brand.logo .kayak-font {
	font-size: 36px;
	color: #2a76cf;
	margin-right: 8px;
}
.navbar-default {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}
.navbar-default .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 24px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
	color: #305696;
	background: none;
	box-shadow: none;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
	color: #494949;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 15px;
}
.navbar-default .navbar-nav > li:first-child > a {
	margin-left: 0;
}
.navbar-default .navbar-nav > li > a:not(.btn):hover {
	background-color: transparent !important;
}

.thought-records.icon {
	background: url('../img/providers/thought-record.svg') no-repeat center;
}
.exercise.icon {
	background: url('../img/providers/exercise.svg') no-repeat center;
}
.assessment.icon {
	background: url('../img/providers/assessment.svg') no-repeat center;
}
.snapshot.icon {
	background: url('../img/providers/snapshot.svg') no-repeat center;
}

.section > .container > [class^="col-"] {
	padding: 0;
	float: none;
}
.section ul {
	padding-top: 20px;
}

.section-1 {
	background: #9bc5ca url('../img/providers/dollarphotoclub_480.jpg') no-repeat center 0/cover;
	height: 380px;
	margin-bottom: 70px;
}
.section-1 .container {
	position: relative;
	height: 100%;
}
.section-1 .text-middle {
	color: #fff;
	max-width: 520px;
	right: 0;
	text-align: center;
}
.section-1 h1 span {
	color: #ffc900;
}
.section-1 p {
	font-size: 20px;
	font-weight: 300;
	margin-top: 35px;
	text-align: center;
	color: #424242;
}
.section-1 .sub-image .image-1 {
	position: absolute;
	right: 15px;
	bottom: -20px;
	width: 123px;
	height: 252px;
	background-size: 100%;
}
.section-1 .sub-image .image-2 {
	position: absolute;
	right: 86px;
	bottom: -51px;
	width: 144px;
	height: 84px;
	background-size: 100%;
}

.section-2 .glance  {
	padding-left: 20px;
}
.section-2 .glance > div {
	margin-top: 25px;
	font-size: 14px;
}
.section-2 .icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	margin-right: 10px;
}

.section-3 li:before {
	font-size: 30px;
	top: 4px;
}

.section-3 .btn {
	margin-top: 35px;
}

.section-3 ul {
	padding-left: 0;
}

.section-2,
.section-3,
.section-4,
.section-5,
.section-8 {
	margin-bottom: 80px;
}

.section-6.pricing-table .block-wrapper {
	margin: 0 auto;
}
.section-6.pricing-table .price .package {
	font-size: 16px;
	padding-bottom: 20px;
}
.section-6.pricing-table .description ul {
	text-align: left;
}
.section-6 .btn-custom.aquamarine {
	margin-top: 45px;
}

.section-6 li:before,
.section-8 li:before {
	font-size: 23px;
	top: 2px;
}

.section-8 .block {
	vertical-align: top;
}
.section-8 .title {
	font-weight: bold;
	font-size: 24px;
}
.section-8 .description ul {
	padding: 20px 15px 15px 0;
	font-size: 14px;
}
.section-8 .description ul li {
	padding-bottom: 5px;
}
.section-8 .price {
	font-size: 16px;
	font-weight: 400;
}
.section-8 .price span {
	font-size: 30px;
}
.section-8 h3 {
	margin-bottom: 20px;
	font-size: 18px;
}
.section-8 h4 {
	font-size: 16px;
}

.pricing-table .price {
	text-align: center;
	color: #fff;
	padding: 15px 0 44px;
	font-size: 24px;
	font-weight: 100;
}
.pricing-table .price span {
	font-size: 50px;
	font-weight: 300;
}
.pricing-table.section .description {
	background: #eee;
	font-size: 14px;
	padding-left: 30px;
}
.pricing-table .description ul {
	padding: 25px 15px 18px 15px;
	font-size: 14px;
}
.pricing-table .description ul li {
	padding-bottom: 5px;
}
.pricing-table .description h4 {
	padding-bottom: 35px;
	line-height: 25px;
}


.cornflower-blue {
	background: #65a4e8;
}
.caribbean-green {
	background: #00c8cc;
}
.mountain-meadow {
	background: #20d897;
}
.text-cornflower-blue {
	color: #65a4e8;
}
.text-caribbean-green {
	color: #00c8cc;
}
.text-mountain-meadow {
	color: #20d897;
}

.footnote {
	margin-top: 20px;
}
.footnote p {
	font-size: 12px;
	font-weight: 300;
}

.underline {
	text-decoration: underline;
}


@media (min-width: 480px) {
	p {
		text-align: justify;
	}

	.section-1 {
		background-image: url('../img/providers/dollarphotoclub_768.jpg');
	}
}

@media (min-width: 640px) {
	.big {
		font-size: 42px;
		font-weight: 400;
	}
}

@media (min-width: 768px) {
	h2 {
		margin-top: 0;
	}

	.block {
		display: inline-block;
		vertical-align: middle;
	}

	.navbar-default .navbar-toggle {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.navbar-default .navbar-nav > li > a {
		margin-left: 10px;
		padding: 30px 15px;
	}
	.navbar-default .navbar-nav > li > a.btn-custom {
		padding: 15px 30px;
	}

	.section-1 {
		background-image: url('../img/providers/dollarphotoclub_1440.jpg');
	}

	.section-6.pricing-table .block-wrapper {
		max-width: 350px;
	}

	.section-3 .block.text,
	.section-4 .block.text,
	.section-6 .block.text,
	.section-7 .block.text {
		padding-right: 40px;
	}

	.section-6,
	.section-7 {
		margin-bottom: 80px;
	}

	.section-8 .block .description {
		min-height: 215px
	}
	.section-8 .block .description ul {
		min-height: 185px
	}
}

@media (min-width: 992px) {
	h2 {
		font-size: 36px;
	}
	.big {
		font-size: 64px;
		font-weight: 300;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1.250rem; /* 20px */
		margin-left: 70px;
	}
	.navbar-default .navbar-nav > li > a.btn-custom {
		padding: 14px 70px;
	}

	.section-1 {
		height: 580px;
		margin-bottom: 144px;
	}
	.section-1 .sub-image .image-1 {
		right: 15px;
		width: 169px;
		height: 343px;
	}
	.section-1 .sub-image .image-2 {
		right: 105px;
		bottom: -80px;
		width: 261px;
		height: 147px;
	}

	.section-2 .block.text {
		padding-left: 19px;
	}

	.section-2,
	.section-3,
	.section-4,
	.section-5,
	.section-8 {
		margin-bottom: 190px;
	}

	.section-8.pricing-table .block:nth-child(1) .description {
		min-height: 305px;
	}
	.section-8.pricing-table .block:nth-child(2) .description {
		min-height: 365px;
	}

	.section-9 .block.text {
		padding-right: 40px;
	}
}

@media (min-width: 1200px) {
	.list-group {
		padding: 0 95px;
	}

	.section-2 .block.text {
		padding-left: 39px;
	}

	.section-5 .block.text {
		padding-left: 60px;
	}
}

@media (min-width: 1650px) {
	.section-1 {
		height: 798px;
		background-image: url('../img/providers/dollarphotoclub_1920.jpg');
	}
}


@media (min-width: 992px) and (max-width: 1200px) {
	.section-2 .icon {
		margin-right: 5px;
	}

	.section-5 .block.image {
		padding-right: 40px;
	}
}


@media (min-width: 768px) and (max-width: 992px) {
	.section-2 h2,
	.section-9 h2 {
		margin-top: 50px;
	}

	.section-5 .block.text {
		padding-left: 60px;
	}
}


@media (max-width: 992px) {

}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 0;
	}
	.navbar-default .navbar-nav > li > a.btn-custom {
		margin-bottom: 15px;
	}
	.navbar-default .navbar-nav > li > a.btn-custom {
		width: 230px;
	}

	.section-1 .text-middle {
		padding: 0 15px;
	}

	.section .block.image {
		width: 100%;
		text-align: center;
	}

	.section-6 .btn-custom.aquamarine {
		margin-bottom: 25px;
	}

	.section-8 .block:not(:last-of-type) {
		margin-bottom: 50px;
	}
}
@media (max-width: 481px){
	.navbar-default .navbar-brand img{
		margin-left: 0px ;
		width: 275px !important;
	}

	.navbar-default .navbar-brand{
		padding-left: 8px;
    	padding-right: 8px;
	}
}
@media (max-width: 568px) {
	.section-1 h1 {
		font-size: 32px;
	}
	.section-1 p {
		font-size: 20px;
		font-weight: 300;
	}
	.navbar-default .navbar-brand img{
		margin-left: 0px ;
	}
}

@media (max-width: 480px) {
	h2 {
		font-size: 24px;
	}
	.navbar-default .navbar-brand img{
		margin-left: 0px ;
	}

	.navbar-default .navbar-brand{
		padding-left: 8px;
    	padding-right: 8px;
	}

	.navbar-default .navbar-brand.logo {
		margin: 21px 0 0 15px !important;
		padding: 8px 0 0 55px;
		font-size: 22px;
		font-weight: 300;
		background-size: 40px;
	}
	.navbar-default .navbar-brand.logo .kayak-font {
		font-size: 24px;
		margin-right: 0;
	}

	.section-2 .glance .col-xs-6 {
		width: 100%;
	}
}
.assessment_bg{
	background: url('../img/assessment_bg.png') no-repeat;
	background-size: 20%;
}
