body {
	font-family: 'Lato', sans-serif;
	padding-top: 70px;
	font-size: 16px;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.h4, h4, .h4-title {
    font-weight: 700;
	text-transform: uppercase;
}

.h4-title {
	font-size: 18px;
	margin: 10px 0;
}

.btn-primary {
	/*color: #717171;*/
	color: #454545;
	font-size: 16px;
	padding: 15px 25px;
	text-transform: uppercase;
	margin-top: 10px;
	border: 2px solid #d3e3d9;
	background-color: #d3e3d9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #717171 !important;
	background-color: #fbf1e5 !important;
	border: 2px solid #fbf1e5 !important;
}

.text-italic {
	font-style: italic;
}

p {
	color: #3e3e3e;
}

ul li {
	color: #3e3e3e;
}

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

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

.spacer1 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.spacer2 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spacer3 {
	padding-top: 70px;
}

.no-padd-top {
	padding-top: 0;
}

.no-padd-bot {
	padding-bottom: 0;
}

.no-padd {
	padding: 0;
}

.btn-lg {
	padding: 15px 20px;
}

.mtop-1 {
	margin-top: 10px;
}

.mtop-2 {
	margin-top: 20px;
}

.mtop-3 {
	margin-top: 30px;
}

.mtop-4 {
	margin-top: 40px;
}

.mtop-5 {
	margin-top: 50px;
}

.mbot-1 {
	margin-bottom: 10px;
}

.mbot-2 {
	margin-bottom: 20px;
}

.mbot-3 {
	margin-bottom: 30px;
}

.mbot-4 {
	margin-bottom: 40px;
}

.mbot-5 {
	margin-bottom: 50px;
}

.img-responsive {
	width: 100%;
}

.bg-light-gray {
	background-color: #f7f7f7;
}

.bg-light-green {
	background-color: #f4f9f5;
}

.bg-light-flesh {
	background-color: #fbf1e5;
}

.navbar-default {
	height: 80px;
    background-color: #fff;
    border-color: #e7e7e7;
	box-shadow: 0px 2px 8px 1px rgba(119, 119, 119, 0.10);
}

.navbar-default .navbar-collapse {
	margin-top: 13px;
	text-transform: uppercase;
}

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

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

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

.navbar-brand>img {
	width: 170px;
}

.main-banner {
	padding-top: 150px;
	padding-bottom: 180px;
	background-color: #d3e3d9;
	background-image: url(../images/banners/main-banner.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}

.main-banner h1 {
	font-size: 50px;
}

.main-banner h2 {
	font-style: italic;
	font-weight: 400;
}

#aboutgosia {
	background-color: #d3e3d9;
	background-image: url(../images/banners/about-gosia.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}

.what-methods {
	background-color: #fbf1e5;
	background-image: url(../images/banners/what-methods.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}

.what-happens {
	background-color: #fbf1e5;
	background-image: url(../images/banners/what-happens.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}

/* Accordion */

.panel-heading {
	padding: 0px;
}

.panel-default .panel-heading {
	color: #333;
	background-color: #d3e3d9;
	border-color: #ddd;
}

.panel-default .panel-heading:hover {
	background-color: #fbf1e5;
}

.panel-group .panel-title a {
	text-decoration: none;
}

.panel-group .panel-title a {
	display: block;
	padding: 16px 25px;
	text-transform: uppercase;
}

.panel-heading .accordion-toggle:after {
	font-family: 'fontawesome';
	content: "\f068";
	float: right;
	color: gray;
}

.panel-heading .no-symbol.accordion-toggle:after {
    content: none;
}

.panel-heading .accordion-toggle.collapsed:after {
	content: "\f067";
}

.panel-heading .no-symbol.accordion-toggle.collapsed:after {
	content: none;
}

/* Testimonials Section */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #434345;
    font-size: 2.8em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -25px;
    margin-right: -20px;
}

#quote-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border-color: #bdd3c5;
    opacity: 1;
    overflow: hidden;
}

#quote-carousel .carousel-indicators li:hover {
	border-color: #f0abd8;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #434345;
}

.carousel-inner {
    min-height: 300px;
}

blockquote {
    font-size: 16px;
	height: 250px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    /*content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;*/
}

#bookappointment {
	background-color: #d3e3d9;
}

#bookappointment i.fa {
	color: #7a9e88;
	font-size: 50px;
}

#bookappointment h1 {
	text-transform: uppercase;
}

#bookappointment p {
	font-size: 22px;
}

#bookappointment a {
	color: #000;
}

#testimonials h4 {
	padding: 15px 15px;
	font-weight: 700;
}

.gmaps {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 400px;
}

/* Footer */
footer {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
	background-color: #d3e3d9;
}

footer p {
	color: #000;
	margin-bottom: 0;
}

footer a {
	color: #000;
	text-decoration: underline;
}

footer a:hover {
	color: #777;
	text-decoration: none;
}

.header-banner {
	padding-top: 40px;
    padding-bottom: 40px;
    background-color: #d3e3d9;
}

.gmaps .i4ewOd-pzNkMb-haAclf {
	background-color: rgb(122, 158, 136) !important;
}

.qualifications {
	display: none;
}

@media screen and (max-width: 1366px) {
	.what-happens {
		background-position: 70%;
	}

	.what-methods {
		background-position: 20%;
	}
}

@media screen and (max-width: 1024px) {
	.what-methods {
		background-position: 20%;
	}

	.what-happens {
		background-position: 80%;
	}
}

@media screen and (max-width: 992px) {
	.navbar-brand>img {
		width: 150px;
	}
	
	.navbar-default > .container {
		width: auto;
	}

	.main-banner {
		background-position: 25%;
	}

	#aboutgosia {
		background-position: 35%;
	}

	.what-methods {
		background-position: 25%;
	}

	.what-happens {
		background-position: 80%;
	}

	.carousel-inner {
		min-height: 300px;
	}

	.spacer3 {
		padding-top: 30px;
	}

	.gosia-img {
		margin-top: 10px;
	}
}

@media screen and (max-width: 899px) and (min-width: 768px) {
	.nav>li>a {
		font-size: 14px;
		padding: 10px 10px;
	}
	
	.navbar-default .navbar-collapse {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.navbar-toggle {
		margin-top: 20px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: #fff;
	}

	.left.carousel-control {
		display: none;
	}

	.right.carousel-control {
		display: none;
	}

	.text-md-left {
		text-align: center;
		margin-bottom: 10px;
	}

	.text-md-right {
		text-align: center;
	}

	.gosia-img {
		display: inline-block;
		width: 320px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.what-happens {
		background-image: none;
	}

	.what-methods {
		background-image: none;
	}

	.main-banner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 580px) {
	.carousel-inner {
		min-height: 410px;
	}

	.main-banner h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 450px) {
	.carousel-inner {
		min-height: 440px;
	}
}

@media screen and (max-width: 426px) {
	h1 {
		font-size: 30px;
	}

	.navbar-brand>img {
		width: 170px;
	}

	.spacer1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.spacer2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.spacer3 {
		padding-top: 20px;
	}

	.main-banner {
		background-position: 45%;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.main-banner h1 {
		font-size: 30px;
	}

	.what-methods {
		background-position: 50%;
		background: #fbf1e5;
	}

	.spacer1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.carousel-inner {
		min-height: 460px;
	}
}

@media screen and (max-width: 426px) {
	.carousel-inner {
		min-height: 520px;
	}
}

@media screen and (max-width: 352px) {
	#quote-carousel .carousel-indicators {
		display: none;
	}
}

@media screen and (max-width: 320px) {
	.carousel-inner {
		min-height: 570px;
	}
}

ol {
	list-style-type: lower-alpha;
}