body {
  font-family: Arial, sans-serif;
  background: #d8e2e3;
}
::-webkit-input-placeholder {
  color: #d8e2e3;
  text-transform: uppercase;
}
:-moz-placeholder {
  color: #d8e2e3;
  text-transform: uppercase;
  opacity: 1;
}
::-moz-placeholder {
  color: #d8e2e3;
  text-transform: uppercase;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #d8e2e3;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  color: #0072bc;
  font-weight: bold;
}
p.more {
  margin-bottom: 0;
}
p.more a {
  font-weight: bold;
  color: #0072bc;
}
.container {
  max-width: 1150px;
  background-color: #ffffff;
  background-image: url("../img/container.jpg");
  background-repeat: repeat;
}
.padding-box {
  padding: 0 15px;
}
form.search .input-group-addon {
  width: 40px !important;
  background-color: #ffffff !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icons/search.png");
  border-color: #d8e2e3;
}
form.search input[type="text"] {
  border-left: none;
  border-color: #d8e2e3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box {
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #ffffff;
  margin-bottom: 20px;
}
.box.no-padding {
  padding: 0;
}
.alignleft {
  float: left;
  margin-right: 25px;
}
.alignright {
  float: right;
  margin-left: 25px;
}
.bold {
  font-weight: bold;
  color: #0072bc;
}
header #top-header {
  padding: 0 15px;
  background: #0072bc;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
header #top-header .navbar {
  background: none;
  border: none;
  margin: 10px 0 0;
  min-height: 35px;
}
header #top-header .navbar .container-fluid {
  padding-right: 0;
}
header #top-header .navbar a {
  color: #ffffff;
  background: none;
  padding: 3px 0 0 25px;
  margin-left: 20px;
}
header #top-header .navbar a span {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background-position: left center;
  background-repeat: no-repeat;
}
header #top-header .navbar a span.appointment {
  background-image: url("../img/icons/appointment.png");
}
header #top-header .navbar a span.phone {
  background-image: url("../img/icons/phone.png");
}
header #top-header .navbar a span.review {
  background-image: url("../img/icons/review.png");
}
header #second-header {
  padding: 0 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}
header #second-header form {
  float: right;
}
header #second-header ul {
  margin: 7px 0 0;
  padding: 0;
}
header #second-header ul li {
  display: inline-block;
  margin-left: 3px;
  padding: 0;
  height: 20px;
  width: 20px;
}
header #second-header ul li a {
  display: block;
  height: 100%;
}
header #second-header ul li a.social-links {
  background-position: left top;
  background-repeat: no-repeat;
}
header #second-header ul li a.social-links#facebook {
  background-image: url("../img/icons/facebook.png");
}
header #second-header ul li a.social-links#twitter {
  background-image: url("../img/icons/twitter.png");
}
header #second-header ul li a.social-links#pinterest {
  background-image: url("../img/icons/pinterest.png");
}
header #second-header ul li a.social-links#linkedin {
  background-image: url("../img/icons/linkedin.png");
}
header #second-header ul li a.social-links#youtube {
  background-image: url("../img/icons/youtube.png");
}
header #menus {
  background-color: #d8e2e3;
  border: none;
  min-height: 35px;
}
header #menus .navbar-header .navbar-toggle {
  float: none;
  width: 100%;
  background: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  border: none;
}
header #menus .nav li {
  margin-bottom: 0;
}
header #menus .nav li a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #646464;
}
header #menus .nav li a:hover {
  color: #0072bc;
}
header #menus .nav li.dropdown .dropdown-menu {
  position: absolute;
  background-color: #d8e2e3;
  opacity: 0.8;
  display: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 999;
}
header #menus .nav li.dropdown .dropdown-menu li a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #646464;
  font-weight: 400;
}
header #menus .nav li.dropdown .dropdown-menu li a:hover {
  background: #d8e2e3;
  font-weight: 700;
}
header #menus form.search {
  width: 220px;
}
.sub-menu {
  display: none;
}
#slide .tp-caption {
  font-size: 48px;
  color: #bbbbbb;
  line-height: 48px;
}
aside .box h4 {
  background: #0072bc;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 15px 25px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
aside .box h4.no-round {
  border-radius: 0;
}
aside .box h4 a {
  color: #ffffff;
}
aside .box h4 a:hover {
  text-decoration: none;
}
aside .box ul {
  margin: 0 25px 15px;
  padding: 0;
}
aside .box ul li {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
aside .box ul li a {
  text-transform: uppercase;
  font-size: 14px;
}
aside .box ul li a:hover {
  color: #0072bc;
  font-weight: bold;
  text-decoration: none;
}
aside .box ul li a.more {
  color: #646464;
  font-weight: bold;
}
aside .box ul li a.more:hover {
  color: #0072bc;
}
aside .box ul.bordered li {
  border-bottom: 1px solid #cacaca;
}
#content #page h2,
#content #single h2,
#content .blog h2 {
  margin: 0 0 20px;
}
#content #page h4,
#content #single h4,
#content .blog h4 {
  margin: 20px 0;
}
#content #page p,
#content #single p,
#content .blog p {
  line-height: 20px;
}
#content #page .img-thumbnail,
#content #single .img-thumbnail,
#content .blog .img-thumbnail {
  background: #ffffff;
}
#content #page a,
#content #single a,
#content .blog a {
  color: #0072bc;
}
#content p.meta {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#content #featured-image img {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
#content #single,
#content .blog {
  padding: 25px;
}
#content #single .btn,
#content .blog .btn {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 20px;
}
#content .pagination li span.current {
  background: #0072bc;
  color: #ffffff;
  border: none;
}
#content .pagination li span.dots {
  border: none;
  background: none;
}
#content .pagination li a {
  background: none;
  border: none;
}
#content .pagination li.active a,
#content .pagination li:hover a {
  background: #0072bc;
  color: #ffffff;
}
#content .pagination li .glyphicon {
  font-size: 13px;
}
footer {
  margin-top: 30px;
}
footer #footer {
  background-color: #f7f8f8;
  background-image: url("../img/footer.jpg");
  background-repeat: repeat;
}
footer #footer #footer-copy {
  padding: 0 15px;
  padding-top: 30px;
  padding-bottom: 20px;
}
footer #footer #footer-copy a {
  color: #0072bc;
}
footer #footer #footer-links {
  background-image: url("../img/footer-bottom.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 20px 0 10px;
  color: #ffffff;
}
footer #footer #footer-links ul li {
  display: inline;
}
footer #footer #footer-links ul li::after {
  content: "|";
}
footer #footer #footer-links ul li:last-child::after {
  content: "";
}
footer #footer #footer-links ul li a {
  padding: 0 5px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container header .navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .container header .navbar-collapse ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  .container header #top-header .nav li a {
    margin-bottom: 15px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .container header #second-header p,
  .container header #second-header ul {
    text-align: center;
  }
  .container header #second-header p {
    font-size: 16px;
  }
  .container header #second-header #logo {
    display: block;
    margin: 0 auto 25px;
  }
  .container header #second-header form {
    float: none;
  }
  .container header #second-header form .input-group {
    margin: 20px auto 0;
  }
  .container header #menus .collapse {
    display: block;
  }
  .container header #menus .nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .container header #menus .nav li {
    border-top: 1px solid #ffffff;
  }
  .container header #menus .nav li.open > a {
    background: #d8e2e3;
  }
  .container header #menus .nav li .dropdown-menu {
    position: relative;
    padding: 0;
    width: 100%;
    border-top: none;
    display: none;
    opacity: 1;
    background: #eef2f2;
  }
  .container header #menus .nav li .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container #homepage .alignleft {
    display: block;
    margin: 0 auto 10px;
    float: none;
  }
  .container footer #footer-links {
    background: #0072bc;
  }
  .container footer #footer-links ul {
    padding: 0 25px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container header #menus .nav {
    display: table;
    width: 100%;
    float: none;
  }
  .container header #menus .nav > li {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header #menus .navbar-collapse{
	padding-right:0;
	padding-left:0;
  }
  header #menus .nav li a {
    font-size: 15px;
    padding-right: 3px;
    padding-left:8px;
  }
}