body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #2e2e2e;
  line-height: 28px;
}

footer p.address span {
    font-weight: bold;
}

footer p.address em {
 opacity: 0.3;
 font-style: normal;
}

.grey {
  background-color: #f2f6fa;
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.topbar {
  background-color: #a1c0bd;
  padding: 5px 15px;
}
.topbar p {
  color: #ffffff;
  text-align: right;
  margin: 0;
  font-weight: 300;
}
.topbar p em {
  color: rgba(0,0,0,0.4);
  margin: 0px 10px;
}
.topbar p i {
  background-color: #ffffff;
  color: #a17ea8;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 4px;
  margin-right: 5px;
}
.topbar p span {
  color: #faf8fa;
  font-size: 13px;
}
.topbar p a {
  color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.topbar p a:hover, .topbar p a:focus {
  color: #faf8fa;
}

header {
  background-color: #ffffff;
  padding: 20px 15px;
}
header .brand h1 {
  font-weight: 300;
  color: #ffffff;
  background-color: #a17ea8;
  display: inline-block;
  padding: 10px 20px;
  font-size: 33px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}
header nav:after {
  clear: both;
  content: "";
  display: block;
}
header nav ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  float: right;
}
header nav ul:after {
  clear: both;
  content: "";
  display: block;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  color: #2e2e2e;
  font-size: 18px;
  padding: 14px 13px;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
header nav ul li a:after {
  width: 0px;
  content: "";
  display: block;
  height: 3px;
  background: #a17ea8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
header nav ul li a:hover, header nav ul li a:focus {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #a17ea8;
}
header nav ul li a:hover:after, header nav ul li a:focus:after {
  width: 100%;
  content: "";
  display: block;
  height: 3px;
  background: #a17ea8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.banner {
    background-image: url(../images/banner-min.jpg);
    background-position: top center;
    background-attachment: fixed;
    color: #EEE;
    text-align: center;
    font-size: 17px;
    padding: 120px 15px;
}
.banner h2 {
  font-size: 60px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.banner p {
  margin: 0;
}
.banner p:last-child {
  display: block;
  margin: 40px 0 0;
}
.banner h3 {
    font-size: 25px;
    color: #cdbbd1;
    font-weight: 300;
    margin: 0px 0px 35px;
}
.button {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
  padding: 11px 24px 9px;
  margin: 0px 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.button.button-blue {
  background-color: #a17ea8;
}
.button.button-blue:hover, .button.button-blue:focus {
  background-color: #7b5882;
    color: #FFF; text-decoration: none;
}
.button.button-green {
  background-color: #73a19d;
}
.button.button-green:hover, .button.button-green:focus {
  background-color: #5a8783;
  color: #FFF; text-decoration: none;
}

.intro {
  padding: 50px 15px 40px;
}
.intro img {
  display: block;
  margin-top: 8px;
}
.intro h2 {
  font-size: 33px;
  font-weight: 300;
  line-height: 40px;
  color: #503954;
  margin: 0px 0px 25px;
}

.example {
  text-align: center;
  padding: 50px 15px;
}
.example h2 {
  margin: 0 0 5px;
}
.example p {
  color: #a17ea8;
  margin: 0 0 20px;
}
.example table {
  width: 300px;
  margin: 0 auto;
}
.example table th {
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
  background-color: #a1c0bd;
}
.example table tbody tr:last-child {
  background-color: #f2f6fa;
}
.example table tbody td {
  padding: 5px 0;
}

.faq {
  text-align: center;
  padding: 45px 15px;
}
.faq h2 {
  color: #7e5a85;
  margin: 0;
}
.faq h3 {
  color: #2e2e2e;
  font-size: 18px;
  margin: 4px 0 50px;
}
.faq .slide {
  border-bottom: 1px dotted #CCC;
  padding: 17px 0;
}
.faq .slide .slidecontent {
  padding-top: 15px;
  display: none;
}
.faq .slide p {
  margin: 0;
  display: block;
}
.faq .slide h4 {
  margin: 0;
  color: #7b5882;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.faq .slide h4:hover, .faq .slide h4:focus {
  color: #79a5a1;
}

.appt {
  padding: 45px 15px;
}
.appt h2 {
  color: #7e5a85;
  margin: 0;
  text-align: center;
}
.appt p {
  color: #2e2e2e;
  font-size: 18px;
  margin: 4px 0 0;
  text-align: center;
}
.appt form {
  width: 640px;
  margin: 40px auto 0;
}
.appt form:after {
  clear: both;
  content: "";
  display: block;
}
.appt form input[type="submit"] {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  float: right;
  background-color: #a17ea8;
  font-size: 13px;
  padding: 9px 34px 7px;
  text-decoration: none;
  outline: 0;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.appt form input[type="submit"]:hover, .appt form input[type="submit"]:focus {
  background-color: #7b5882;
  outline: 0;
}
.appt form .fields .field {
  position: relative;
  display: block;
  margin-bottom: 6px;
}
.appt form .fields .field input, .appt form .fields .field textarea {
  width: 100%;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #888;
  outline: 0;
}
.appt form .fields .field input:hover, .appt form .fields .field input:focus, .appt form .fields .field textarea:hover, .appt form .fields .field textarea:focus {
  border: 1px solid #a17ea8;
}

#form-errors, #form-success {
  width: 640px;
  margin: 20px auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  display: none;
  color: #FFF;
  text-align: center;
}

#form-errors {
  background-color: #c0392b;
}

#form-success {
  background-color: #27ae60;
}

footer {
  color: #ffffff;
  padding: 20px 15px;
  background-color: #3b2a3f;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
footer p {
  margin: 0;
}
footer p a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
footer p a:hover, footer p a:focus {
  color: #d4c4d7;
  text-decoration: none;
}

.example-point h5 {
	margin-top: 45px;
	margin-bottom: 0;
}

.example-point p {
    font-weight: 600;
    color: #111;
    font-size: 11px;
}

.footer-logo {
    float: left;
    margin-right: 10px;
}

footer p.address {
  float: left;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  padding-top: 9px;
}

footer p.address strong {
    margin-bottom: -6px;
    display: block;
    margin-top: 5px;
}

.footer .text-right {
    padding-top: 10px;
}

@media (max-width: 1199px) {

	header {
		padding: 20px 15px 9px;
	}

	header nav ul li a {
        font-size: 15px;
	}

	header .brand h1 {
	    font-size: 29px;
	}

	.banner h2 {
	    font-size: 41px;
	}

	.banner h3 {
    	font-size: 29px;
	}

	.intro h2 {
    	font-size: 29px;
        line-height: 37px;
	}

	.faq .slide h4 {
		font-size: 18px;
	}

}

@media (min-width: 992px) {
	.banner {
		display: block;
	}

	.mban {
		display: none;
	}
}

@media (max-width: 991px) {
	body{overflow-x:hidden;}
	.banner {
		display: none;
	}

	.mban {
		display: block;
	}

	.mban img {
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	.mban-content {
		padding-top: 25px;
		padding-bottom: 25px;
		text-align: center;
	}

	.mban-content h2 {
		font-weight: 900;
		color: #444;
		margin-top: 0;
		margin-bottom: 0;
	}

	.mban-content h3 {
		color: #666;
		margin-top: 0;
		font-size: 20px;
		margin-bottom: 15px;
	}

	body {
		font-size: 15px;
		line-height: 26px;
	}


header nav ul li a {
    font-size: 12px;
    padding: 19px 6px 14px;
}
	header .brand h1 {
		font-size: 27px;
	}

	header nav ul {
		margin: -5px 0 5px;
	}

	.banner h2 {
		font-size: 33px;
	}

	.banner h3 {
		font-size: 26px;
	}

	.banner {
		text-align: center;
		font-size: 16px;
		padding: 90px 15px;
		background-size: cover;
	}

	.intro h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.example p {
		font-size: 13px;
	}

	.example h2 {
		font-size: 25px;
	}

	.example table {
 	   width: 100%;
    }

	.appt p {
        font-size: 15px;
    	line-height: 21px;
	}

	footer {
	    font-size: 12px;
	    line-height: 21px;
	}

}

@media (max-width: 767px) {

	.footer,
	.footer .text-right,
	footer p.address {
		float: none;
		text-align: center !important;
	}

	.footer-logo {
		float: none;
		margin: 0;
	}

	.brand img {
		width: 273px;
	}

	.mban img {
		margin-top: 83px;
	}

	header {
		padding: 15px;
		border-top: 4px solid #73a19d;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	.mnav {
		text-align: right;
	}

	.mnav a,
	.mnav a:hover,
	.mnav a:focus {
		display: inline-block;
		background-color: #73a19d;
		color: #FFF;
		width: 43px;
		height: 43px;
		font-size: 23px;
		text-align: center;
		margin-top: 5px;
		padding-top: 9px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}

	.banner {
		padding-top: 133px;
		background-attachment: scroll;
		padding-bottom: 50px;
	}

	.intro img {
		display: block;
		margin-top: 0;
		margin-bottom: 20px;
	}

	#form-errors, #form-success, .appt form {
		width: 95%;
	}

}

@media (max-width: 640px) {

	.brand img {
		width: 223px;
		margin-top: 6px;
	}

	.mban-content h2 {
		font-size: 24px;
	}

	.mban-content h3 {
		margin-top: 3px;
		font-size: 18px;
	}

	.mban img {
		margin-top: 83px;
	}


}

@media (max-width: 480px) {

.faq .slide h4 {
    font-size: 15px;
}

.faq .slide {
    padding: 13px 0;
}

h2, .h2 {
    font-size: 22px;
}

.banner h3 {
    font-size: 23px;
    margin-bottom: 22px;
}

.banner {
    font-size: 15px;
}

.example {
    text-align: center;
    padding: 35px 15px 0px;
}

.appt p br { display: none !important; }

.example h2 {
    font-size: 20px;
}

.example table {
    margin: 0 auto 48px;
}

header .brand h1 {
    font-size: 20px;
    position: relative;
}

.banner h2 {
    font-size: 27px;
}

.banner h3 {
    font-size: 20px;
    margin-bottom: 24px;
}

.banner .button {
    display: block;
}

.banner .button.button-blue {
    margin-bottom: 10px;
}

.mnav a, .mnav a:hover, .mnav a:focus {
    display: inline-block;
    background-color: #73a19d;
    color: #FFF;
    width: 41px;
    height: 41px;
    font-size: 22px;
    text-align: center;
    margin-top: 4px;
    padding-top: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.brand img {
    width: 263px;
    margin-top: 0;
    display: block;
    max-width: 234px;
    position: relative;
    top: 4px;
    left: 0px;
}

.button {
    display: block;
    margin-bottom: 5px;
}

.header {
    padding: 15px 0;
}


}

/* pt */
.page-title {
    text-align: center;
    background-color: #3b2a3f;
    padding: 30px 0;
}

.page-title h1 {
    font-weight: 300;
    color: #fff;
}

.page-content {
    padding: 50px 0;
}

@media (max-width: 767px) {
  .page-title {
      text-align: center;
      background-color: #3b2a3f;
      padding: 30px 0;
  }

  .page-title h1 {
      font-weight: 300;
      color: #fff;
  }

  .page-content {
      padding: 50px 0;
  }

  .page-title {
      margin-top: 79px;
      padding: 10px 0 20px;
  }

  .header {
      top: 0;
  }

  .page-title h1 {
      font-size: 23px;
  }
}
