/* GLOBAL ------------------------------------------------------- */
body,
body * {
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, sans-serif;
}
body {
	background:#ccc;
  padding: 0;
  margin: 0;
}
#page {
  background-color: #fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1700px;
}


/* HEADER ------------------------------------------------------- */
header {
  background: #19bddb url('img/banner.jpg') center center no-repeat;
  background-size: cover;
  height: 845px;
}
header .content {
  text-align: left;
  text-indent: -9999em;
}


/* MAIN CONTENT ------------------------------------------------- */
article {
  background-color: #fff;
  padding: 85px 50px;
}
article .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
article .content h2 {
  color: #1f1d41;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0 0 2em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
article .content .col-left {
  color: #0e0d1c;
  font-size: 22px;
  line-height: 1.65em;
  padding-right: 35px;
  text-align: right;
  width: 50%;
}
article .content .col-left *:first-child {
  margin-top: 0;
}
article .content .col-left *:last-child {
  margin-bottom: 0;
}
article .content .col-right {
  padding-left: 35px;
  text-align: left;
  width: 50%;
}
article .content .col-right ul {
  margin: 0;
  padding: 0 0 0 1em;
}
article .content .col-right ul li {
  color: #0e0d1c;
  font-size: 18px;
  line-height: 1.35em;
  margin: 0 0 1.35em;
}
article .content .col-right ul li:last-child {
  margin-bottom: 0;
}


/* APPOINTMENT BLOCK -------------------------------------------- */
.appointment {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background: #5439b1 url('img/purple-bg.jpg') center center no-repeat;
  background-size: cover;
  min-height: 465px;
  padding: 50px;
  text-align: center;
}
.appointment a {
  color: #fff;
  text-decoration: none;
}
.appointment a:hover {
  text-decoration: underline;
}
.appointment .content {
  max-width: 600px;
  width: 100%;
}
.appointment .content *:first-child {
  margin-top: 0;
}
.appointment .content *:last-child {
  margin-bottom: 0;
}
.appointment h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0.75em;
  text-transform: uppercase;
}
.appointment .phone {
  font-size: 50px;
  margin: 0 0 1em;
}
.appointment .phone a {
  font-size: 1em;
  font-weight: 500;
}
.appointment .info {
  color: #fff;
  font-size: 22px;
  line-height: 1.65em;
}
.appointment .info a {

}


/* FOOTER ------------------------------------------------------- */
footer {
  background-color: #1f1d41;
  color: #fff;
  padding: 50px;
  text-align: center;
}
footer .content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

footer .logo{
  max-width: 250px;
  margin: 0 auto;
}

footer .logo img{
  width: 100%;
}

footer .footer-info {
  font-size: 18px;
  line-height: 2em;
}
footer .footer-info {
  display: block;
}
footer .url a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
footer .url {
  padding: 30px 0 35px;
}
footer .url a:hover {
  text-decoration: underline;
}
footer .social-media {

}
footer .social-media a {
  display: inline-block;
  margin: 0 4px;
}
