@font-face {
	font-family: 'NotoSans';
	src: url('../fonts/NotoSans/NotoSans.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/NotoSans/NotoSans.woff') format('woff'), 
		 url('../fonts/NotoSans/NotoSans.ttf')  format('truetype'), 
		 url('../fonts/NotoSans/NotoSans.svg#NotoSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSans-Italic';
	src: url('../fonts/NotoSans/NotoSans-Italic.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/NotoSans/NotoSans-Italic.woff') format('woff'), 
		 url('../fonts/NotoSans/NotoSans-Italic.ttf')  format('truetype'), 
		 url('../fonts/NotoSans/NotoSans-Italic.svg#NotoSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSans-Bold';
	src: url('../fonts/NotoSans/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/NotoSans/NotoSans-Bold.woff') format('woff'), 
		 url('../fonts/NotoSans/NotoSans-Bold.ttf')  format('truetype'), 
		 url('../fonts/NotoSans/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSans-BoldItalic';
	src: url('../fonts/NotoSans/NotoSans-BoldItalic.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/NotoSans/NotoSans-BoldItalic.woff') format('woff'), 
		 url('../fonts/NotoSans/NotoSans-BoldItalic.ttf')  format('truetype'), 
		 url('../fonts/NotoSans/NotoSans-BoldItalic.svg#NotoSans-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Light';
	src: url('../fonts/SourceSansPro/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/SourceSansPro/SourceSansPro-Light.woff') format('woff'), 
		 url('../fonts/SourceSansPro/SourceSansPro-Light.ttf')  format('truetype'), 
		 url('../fonts/SourceSansPro/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('../fonts/SourceSansPro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff'), 
		 url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf')  format('truetype'), 
		 url('../fonts/SourceSansPro/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

strong {
	font-family: 'NotoSans-Bold', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
em {
	font-family: 'NotoSans-Italic', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
em strong,
strong em {
	font-family: 'NotoSans-BoldItalic', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}


* {
	-webkit-font-smoothing : antialiased;
}

body {
	color: #646464;
	font-size: 14px;
	font-family: 'NotoSans', Arial, sans-serif;
	background: #fff;
	margin: 0;
	-webkit-font-smoothing : antialiased;
}

p {
	font-size: 14px;
	line-height: 24px;
}

a {
	color: #646464;	
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

a:hover, a:active {
	color: #909090;
	text-decoration: none;
}

ul { 
	margin-bottom: 0;
}

/* Headings */
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
	font-weight: normal;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: 'SourceSansPro-Light', Arial, sans-serif;
}

/* Common class */
.clear {
	clear: both;
}

.alpha { 
	padding-left: 0 !important; 
}

.omega { 
	padding-right: 0 !important; 
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

body {
	padding-top: 70px;
}

.button {
	color: #fff;
	font-family: 'NotoSans-Bold', Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	font-size: 16px;
	line-height: 40px;
	padding: 6px 30px;
}
.button:Hover {
	color: #fff;
	opacity: .7;
}

.button-green {
	background: #bed737;
}

.fa-chevron-right {
	font-size: 85%;
}

/* Header */
header {
	width: 100%;
	z-index: 9999;
}

/* Header Navigation */
.navbar {
	z-index: 999;
}

.navbar-default {
	background: #fff;
	border: none;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(51,51,51,.2); 
	-moz-box-shadow: 0px 1px 5px 0px rgba(51,51,51,.2); 
	box-shadow: 0px 1px 5px 0px rgba(51,51,51,.2);
}

.navbar-brand {
	padding: 15px 15px 14px;
}

.navbar-default .navbar-nav > li {
	padding: 19px 5px;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'NotoSans', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background:none;
}
.navbar-default .navbar-nav > li > a.active {
	border-bottom: 2px solid #4676a2;
}
.navbar-default .navbar-featured > li {
	padding: 15px 5px;
	text-align: center;
}
.navbar-default .navbar-featured > li > a { 
	font-family: 'NotoSans-Bold', Arial, sans-serif;
	font-size: 14px;
	line-height: 40px;
	border-radius: 2px;
	color: #fff;
	background: #bed737;
	padding: 0 14px;
	width: 147px;
}
.navbar-default .navbar-featured { 
	margin-left: 10px;
}
.navbar-default .navbar-featured > li:first-child > a {
	background: #42b3e5;
}
.navbar-default .navbar-featured > li > a:hover {
	background: #bed737;
	opacity: .7;
	color: #fff;
}
.navbar-default .navbar-featured > li:first-child > a:hover {
	background: #42b3e5;
	opacity: .7;
}

.navbar-brand {
	display: block;
	margin-left: 0 !important;
	height: auto;
}

.navbar-brand:hover {
	opacity: 0.7;
}



/* Hero */
#hero {
	text-align: center;
	color: #fff;
	background: url('../img/background/hero-bg.jpg') no-repeat center top;
	background-size: cover;
	padding: 200px 0 150px;
}
#hero h1 {
	margin: 0 0 25px;
}
#hero p.lead {
	font-size: 18px;
	line-height: 30px;
}
#hero .button {
	margin-top: 40px;
	font-size: 18px;
	line-height: 50px;
	padding: 6px 40px;
}

/* Main Content */
#main section {
	text-align: center;
}

.how-it-works {
	padding: 45px 0 65px;
}
.how-it-works h2 {
	color: #4676a2;
}
.how-it-works p.lead {
	font-size: 18px;
	margin-bottom: 60px;
}
.how-it-works h4 {
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
	color: #4676a2;
	font-size: 18px;
	margin: 20px 0 8px;
}
.how-it-works .content-item {
	position: relative;
}
.how-it-works .content-item img {
	position: relative;
	z-index: 2;
}
.how-it-works .content-item:before {
	content: '';
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 50%;
	border-top: 1px solid #eaeaea;
	top: 50px;
}
.how-it-works .content-item:after {
	content: '';
	width: 20px;
	display: inline-block;
	position: absolute;
	right: -25px;
	border-top: 1px solid #42b3e5;
	top: 50px;
}
.how-it-works .content .col-sm-3:last-child .content-item:before,
.how-it-works .content .col-sm-3:last-child .content-item:after {
	display: none;
}


.get-started {
	background: url('../img/background/2-minutes-bg.jpg') no-repeat center top;
	background-size: cover;
	color: #fff;
	padding: 40px 0;
}
.get-started h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

.why-choose {
	padding: 45px 0 65px;
	background: url('../img/background/why-us-bg.jpg') no-repeat center bottom;
}
.why-choose h2 {
	color: #4676a2;
}
.why-choose p.lead {
	font-size: 14px;
	margin-top: 10px;
}
.why-choose .content {
	margin-top: 70px;
	text-align: left;
	margin-left: 0;
	max-width: 640px;
}
.why-choose h4 {
	font-size: 18px;
	color: #42b3e5;
	margin-bottom: 12px;
}
.why-choose .content-item { 
	padding: 30px 30px 20px;
	position: relative;
}
.why-choose .content-item:nth-child(1){
	padding-left: 0;
	padding-top: 0;
}
.why-choose .content-item:nth-child(2){
	padding-right: 0;
	padding-top: 0;
}
.why-choose .content-item:nth-child(3){
	padding-left: 0;
	padding-bottom: 0;
}
.why-choose .content-item:nth-child(4){
	padding-right: 0;
	padding-bottom: 0;
}

.why-choose .content-item:before,
.why-choose .content-item:after {
	z-index: 1;
	content: '';
	position: absolute;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}
.why-choose .content-item:after{
	border-color: #42b3e5;
	z-index: 2;
}

.why-choose .content-item:nth-child(2):before,
.why-choose .content-item:nth-child(3):before {
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
}
.why-choose .content-item:nth-child(2):before {
	top: auto;
	bottom: -2px;
}
.why-choose .content-item:nth-child(1):before,
.why-choose .content-item:nth-child(4):before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
}
.why-choose .content-item:nth-child(1):before {
	left: auto;
	right: -2px;
}

.why-choose .content-item:nth-child(2):after,
.why-choose .content-item:nth-child(3):after {
	top: 0;
	right: 0;
	height: 1px;
	width: 30px;
}
.why-choose .content-item:nth-child(2):after {
	top: auto;
	right: auto;
	left: 0;
	bottom: -2px;
}
.why-choose .content-item:nth-child(1):after,
.why-choose .content-item:nth-child(4):after {
	left: 0;
	top: 0;
	width: 1px;
	height: 30px;
}
.why-choose .content-item:nth-child(1):after {
	left: auto;
	top: auto;
	bottom: 0;
	right: -2px;
}



.row-narrow {
	margin-left: -5px;
	margin-right: -5px;
}
.row-narrow > div {
	padding-left: 5px;
	padding-right: 5px;
}

#pricing {
	border-top: 0.5px solid #eaeaea;
	padding: 70px 0;
}
#pricing h2 {
	font-size: 60px;
	color: #4676a2;
}
#pricing h3 {
	font-size: 30px;
	color: #4676a2;
	margin: 20px 0 30px;
}
#pricing .partners {
	margin-top: 40px;
}


#delivery-area {
	color: #fff;
	background: url('../img/background/delivery-bg.jpg') no-repeat center bottom;
	background-size: cover;
	padding: 40px 0 70px;
}
#delivery-area h2 {
	font-size: 36px;
}
#delivery-area p {
	margin: 20px 0 40px;
}
#delivery-area .area {
	background: rgba(255,255,255,.7);
	font-size: 18px;
	padding: 20px 0;
	color: #424852;
	border-radius: 2px;
}
#delivery-area .title { 
	font-family: 'NotoSans-Bold', Arial, sans-serif;
	color: #4676a2;
	text-transform: uppercase;
	font-size: 30px;
}
#delivery-area .form-wrapper {
	margin-top: 70px;
}
#delivery-area .form-wrapper .help-block {
	background: rgb(204, 12, 12);
	color: #fff;
	font-size: 14px;
	padding: 10px;
	margin-top: 15px;
}
.available,
.not-available {
	padding: 20px;
	color: #fff;
	margin-top: -10px;
}
.available {
	background: #4676a2;
}
.not-available {
	background: #d9803f;
}
.available span,
.not-available span {
	font-size: 24px;
	line-height: 30px;
}
.not-available {
	cursor: pointer;
}

h2.fancy {
	position: relative;
	border: 1px solid #eaeaea;
	color: #4676a2;
	font-size: 34px;
	line-height: 47px;
	border-radius: 5px;
	display: inline-block;
	padding-left: 70px;
	padding-right: 20px;
	margin-bottom: 20px;
}
h2.fancy:before {
	content: '';
	background: url('../img/fancy-header.png') no-repeat center top #42B3E5;
	height: 100%;
	width: 48px;
	display: inline-block;
	position: absolute;
	left: 0;
	border-radius: 3px 0 0 3px;
}

#feedback {
	padding: 65px 0;
}
#feedback p.lead {
	font-size: 14px;
}

#feedback .feedback-item .profile-photo {
	margin-top: 45px;
	margin-bottom: 45px;
}
#feedback .feedback-item .profile-photo img {
	border-radius: 3px;
}
#feedback .feedback-item .feedback-name {
	color: #4676a2;
	margin-bottom: 60px;
	margin-top: 30px;
}
#feedback .carousel-indicators {
	bottom: 0px;
	width: 80%;
	margin-left: -40%;
}
#feedback .carousel-indicators li {
	width: 60px;
	height: 8px;
	background: #e1e1e1;
	border: none;
	border-radius: 2px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0;
	margin-bottom: 0;
}
#feedback .carousel-indicators li.active {
	background: #bed737;
	margin-top: 0;
	margin-bottom: 0;
}


/* HEALTHCARE PROFRESSIONALS */
#hero.header-banner {
	padding: 65px 0 60px !important;
	background-position: center top !important;
}
#hero.header-banner h1, 
#hero.header-banner p.lead {
	margin-bottom: 0;
}
#hero.header-banner.healthcare {
	background-image: url('../img/background/healthcare-bg.jpg') !important;
}

h2.blue-bar {
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	background: #42b3e5;
	padding: 30px;
	text-transform: uppercase;
	text-align: center;
}
#raising-level h4 {
	font-size: 18px;
	color: #4676a2;
	margin-top: 28px;
	margin-bottom: 15px;
}
#raising-level .content {
	padding-top: 75px;
}
#raising-level .content p {
	margin-bottom: 50px;
}

#boost-adherence {
	color: #fff;
	background: #365a7b;
	padding: 60px 0;
}
#boost-adherence h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}
#boost-adherence .content {
	margin-top: 50px;
}
#boost-adherence .progress {
	border-radius: 0;
	border: none;
	height: 50px;
	margin-bottom: 30px;
	background-color: #294661;
	position: relative;
}
#boost-adherence .progress-bar {
	background-color: #42b3e5;
}
#boost-adherence .progress .text {
	font-family: 'SourceSansPro', Arial, sans-serif;
	font-size: 18px;
	float: left;
	padding: 15px;
}
#boost-adherence .progress .number {
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
	font-size: 18px;
	position: absolute;
	right: 0;
	padding: 15px;
}
#boost-adherence p.info {
	color: #7a9cbb;
}

#e-script-ready {
	padding-top: 60px;
	margin-bottom: -100px;
}
#e-script-ready h2 {
	color: #4676a2;
}
#e-script-ready p {
	margin: 10px 0 40px;
}

#refer-patient {
	background: #f5f5f5;
	padding-top: 140px;
	padding-bottom: 60px;
}
#refer-patient h3 {
	font-size: 36px;
	color: #4676a2;
	margin-bottom: 30px;
}


/* GET STARTED */
#hero.header-banner.get-started {
	background-image: url('../img/background/get-started-bg.jpg') !important;
}
#hero.header-banner.get-started p.lead {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
#get-started {
	padding-bottom: 60px;
}
#get-started h2 {
	margin-bottom: 60px;
}
#get-started h3 {
	margin-bottom: 15px;
}
#get-started h3,
#get-started .container > .row > .col-sm-6:last-child h2 {
	color: #4676a2;
}
#get-started .container > .row > .col-sm-6:last-child h2 {
	font-size: 30px;
	margin-bottom: 0;
}
#get-started .or {
	font-size: 24px;
	font-family: 'NotoSans-Bold', Arial, sans-serif;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 41px;
	background: #4676a2;
}
#get-started .container > .row > .col-sm-6:last-child {
	border-left: 1px solid #eaeaea;
}
.wide-row {
	margin-left: -30px;
	margin-right: -30px;
}
.wide-row > div[class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}

.checkbox-tab {
	padding-top: 10px;
}
.prettyradio {
	margin-left: 10px;
	margin-right: 10px;
}
.prettyradio a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.thank-you {
	display: none;
}
.thank-you .img-wrapper {
	margin: 30px 0 50px;
}
.thank-you .img-wrapper img {
	margin-left: auto;
	margin-right: auto;
}
.thank-you .title {
	text-transform: uppercase;
	color: #4676a2;
	font-family: 'NotoSans-Bold', Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 52px;
	line-height: 1;
}
.thank-you p.lead {
	font-size: 18px;
}




/* Form  */
label {
	font-weight: normal;
}
form {
	margin-top: 15px;
}
form h5 {
	color: #4676a2;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.form-group {
	margin-bottom: 20px;
}
.form-control { 
	box-shadow: none; 
	border-color: #eee; 
	height: 49px; 
	border-radius: 0; 
}
.form-control:focus { 
	box-shadow:none; 
}
.form-control-feedback { 
	line-height:50px;
}
.has-success .form-control:focus {
	border-color: #66afe9;
	box-shadow: none;
}
.has-success .form-control, 
.form-group.has-success {
	border-color: #eee;
	box-shadow: none;
}
.has-error .form-control:focus,
.has-error .form-control {
	border-color: #ea7777;
	box-shadow: none;
}
.has-error .help-block[data-bv-result="INVALID"] {
	display: inline-block !important;
	text-align: left;
	float: left;
	position: relative;
	background: #dee8f1;
	color: #646464;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 10px;
	margin-top: -8px;
}
.has-error .help-block[data-bv-result="INVALID"]:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #dee8f1 transparent;
	top: -8px;
	left: 15px;
}
textarea.form-control {
	resize: none;
}
form .btn {
	color:#fff;
	font-size: 17px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-family: 'NotoSans-Bold', Arial, sans-serif;
	padding: 15px 35px;
}
form .btn:hover {
	color: #fff;
}
form .input-group-btn .btn {
	font-size: 14px;
	padding: 15px 20px 14px;
}
form .btn.btn-default { 
	background: #bed737;
}
form .btn.btn-primary { 
	background: #bed737;
}
form .clearfix .btn.btn-primary {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Footer */
footer {
	background: #2a2e32;
	color: #7c838f;
}
footer a {
	color: #7c838f;
}
footer h5 {
	font-size: 24px;
	margin-bottom: 15px;
}
footer h6 {
	font-size: 18px;
	color: #fff;
}

#about {
	color: #6b7179;
	background: #282b2f;
}
#about .row > div:first-child img,
#about .row > div:last-child {
	padding-top: 20px;
	padding-bottom: 20px;
}
#about .row > div:last-child {
	padding-top: 25px;
}

#footer-navigation {
	padding-top: 50px;
	padding-bottom: 30px;
}
#footer-navigation .container > .row > .col-sm-4 .fa {
	color: #42b3e5;
	font-size: 16px;
	position: relative;
	top: 6px;
}
#footer-navigation .container > .row > .col-sm-4 > .row {
	padding-bottom: 10px;
}
#footer-navigation h6 {
	border-bottom: 1px solid #575e67;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#footer-navigation h6:before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #42b3e5;
	width: 60px;
	left: 0;
	bottom: -1px;
}
#footer-navigation .footer-nav li {
	margin-bottom: 12px;
}
#footer-navigation .footer-nav .list-inline > li > a {
	background: #52575e;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
}
#footer-navigation .footer-nav .list-inline > li > a:hover {
	background: #373C42;
}
#footer-navigation .footer-nav .list-inline > li {
	padding-right: 0;
}

footer .copyright .container {
	border-top: 1px solid #34393f;
	position: relative;
	font-size: 12px;
	line-height: 22px;
	padding: 15px;
}
footer .copyright .back-top {
	position: absolute;
	right: 0;
	top: 0;
	height: 52px;
	width: 50px;
	background: #34393f;
	color: #2a2e32;
	line-height: 51px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
footer .copyright .back-top:hover {
	background: #42B3E5;
}

/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* FAQ */
.faq-page #hero {
	background-image: url('../img/background/faq-bg.jpg') !important;
	background-position: center top !important;
	padding-top: 50px;
	padding-bottom: 25px;
}
.faq-page #hero h1 {
	font-size: 48px;
	margin-bottom: 40px;
}
.faq-page #hero p {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.intro-phone, .intro-email {
	display: inline-block;
	padding: 0px 70px;
}
.faq-page .content {
	text-align: left;
}
.faq-page h2 {
	font-family: 'SourceSansPro-Light', Arial, sans-serif;
	font-size: 48px;
	font-weight: 300;
	color: #4676a2;
	margin-top: 0px;
	margin-bottom: 70px;
	text-align: center;
}
.faq-page h3 {
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #4676a2;
}
.faq-page .item hr {
	border-color: #EAEAEA;
	margin-top: 15px;
}
.more-question {
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px !important;
}
.light-green {
	color: #bed737;
	font-weight: 700;
}

/* Privacy */
.inner-page #main .container {
	padding: 65px 15px;
	word-wrap: break-word;
}

.inner-page #main .container p {
	margin-bottom: 20px;
}

.inner-page #main .container a {
	color: #4676a2;
	font-weight: 700;
}

.inner-page #main .container ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.inner-page #main .container ul li {
	padding-left: 20px;
	line-height: 28px;
}

.inner-page h2 {
	font-family: 'SourceSansPro-Light', Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #4676a2;
	margin-bottom: 15px;
}

.inner-page h3 {
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #4676a2;
	margin-top: 25px;
	margin-bottom: 30px;
}

.fa-phone {
	font-size: 19px;
	position: relative;
	top: 3px;
}

/* Mobile device */
@media (max-width: 991px) {
	.navbar-default .navbar-featured {
		margin-left: -20px !important;
	}
}

@media (max-width: 767px) {
	.navbar-toggle {
		font-size: 22px;
		padding: 5px 10px;
		margin-top: 13px;
		margin-bottom: 13px; 
	}
	.navbar-default .navbar-nav > li {
		text-align: center;
		display: block;
		padding: 0 15px;
		margin-bottom: 5px;
	}
	.navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-default .navbar-featured {
    	margin-left: 0;
    }

	#how-it-works .content.row > div {
		margin-bottom: 30px;
	}
	.how-it-works .content-item:before,
	.how-it-works .content-item:after {
		display: none;
	}
	.why-choose .content-item:before,
	.why-choose .content-item:after {
		display: none !important;
	}
	.why-choose .col-sm-6.content-item {
		padding: 10px 15px !important;
	}
	
	#pricing .partners .col-sm-3,
	#delivery-area .area {
		margin-bottom: 15px;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	#delivery-area .form-wrapper {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.wide-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.wide-row > div[class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}

	#about .col-sm-3 {
		text-align: center;
	}
	#about .col-sm-3 img {
		margin-left: auto;
		margin-right: auto;
	}
	footer .alpha {
		padding-left: 15px !important;
	}
	#footer-navigation > .container > .row > .col-sm-8 {
		padding-top: 30px;
	}
	#footer-navigation .col-sm-8 .row > div {
		margin-bottom: 30px;
	}
	#footer-navigation .col-xs-2 {
		text-align: center;
		max-width: 50px;
	}

	.intro-phone, .intro-email {
		padding: 0px 20px;
	}	

	.inner-page h2 {
		font-size: 35px;
	}

	.inner-page h3 {
		font-size: 25px;
	}	
}

/* Custom mobile */
@media (max-width: 480px) {
	#hero h1 {
		font-size: 40px;
	}
	
	#delivery-form .input-group {
		display: block;
		width: 100%;
	}
	#delivery-form .form-control,
	#delivery-form .input-group-btn {
		width: 100%;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
	}
	#delivery-form .input-group-btn {
		margin-top: 15px;
	}
	#delivery-form .input-group-btn:last-child>.btn, 
	#delivery-form .input-group-btn:last-child>.btn-group {
		width: 100%;
		margin-left: 0;
	}
	#delivery-area .form-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Tablet device */
@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/* Navigation mobile appear earlier */
	.navbar-default .navbar-collapse {
		margin-left: -5%;
		margin-right: -5%;
		background: #fff;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
		font-size: 22px;
		padding: 5px 10px;
		margin-top: 13px;
		margin-bottom: 13px; 
		display: block;
	}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
        /*padding-right: 15px;*/
    }
    .navbar-nav>li {
        float: none;
        margin-bottom: 5px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-default .navbar-nav > li {
		padding: 0 5px;
	}
	.navbar-default .navbar-featured {
		margin-left: 0;
	}
	/* End Navigation */

	#footer-navigation > .container > .row > .col-sm-8 {
		width: 100%;
		padding-top: 30px;
	}
}

/* Desktop small screen */
@media (min-width: 992px) {
	.container {
		width: 945px;
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li {
		padding-left: 3px;
		padding-right: 3px;
	}
}

/* Desktop large screen */
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}