/* }}} */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  position: relative; }

.wrapper {
  *zoom: 1;
  margin: 0 auto;
  width: 1180px; }
  .wrapper:before, .wrapper:after {
    display: table;
    content: ""; }
  .wrapper:after {
    clear: both; }

.center {
  text-align: center; }

.section__title {
  display: inline-block;
  margin: 50px 0 40px;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Droid Serif", serif;
  text-transform: uppercase;
  color: #19625f;
  border-bottom: 1px solid #d9d9d9; }

header {
  background: url("../cont/header_bg.jpg") center no-repeat;
  background-size: cover;
  font-family: "Lato", sans-serif; }
  header > .wrapper {
    padding: 117px 0; }
  header .top__bar {
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #5a8785;
    background-color: #f7f7f7;
    text-align: left;
    z-index: 1; }
    header .top__bar img {
      margin: 5px 0; }
  header .fixed {
    position: fixed;
    top: 0; }
  header .top__nav {
    float: right;
    display: inline-block;
    font-family: "Droid Serif", serif;
    font-size: 12px;
    text-transform: lowercase; }
    header .top__nav ul {
      margin: 0;
      padding: 21px 0px; }
      header .top__nav ul :first-child {
        margin-left: 0px; }
      header .top__nav ul li {
        display: inline;
        margin-left: 15px; }
    header .top__nav a {
      padding: 23px 7px;
      color: #000;
      font-weight: bold; }
      header .top__nav a:hover, header .top__nav a:active {
        color: #fff;
        background-color: #19625f;
        text-decoration: none;
        transition: .3s; }
  header h1 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 70px; }
    header h1 span {
      opacity: .7;
      font-family: "Droid Serif", serif;
      font-size: 26px;
      font-style: italic;
      text-transform: none; }
  header .button {
    display: inline-block;
    padding: 22px 72px;
    margin: 40px 0 30px 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #19625f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none; }
    header .button:hover {
      color: #124442;
      background-color: rgba(255, 255, 255, 0.6);
      transition: .3s; }
  header p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 25px; }

.specialization .item {
  padding: 15px;
  border-bottom: 1px solid #d9d9d9; }
  .specialization .item h3 {
    display: inline-block;
    font-size: 17px;
    font-family: "Droid Serif", serif;
    font-weight: bold; }
  .specialization .item .fa {
    margin: 0 20px;
    color: #19625f;
    font-size: 27px; }
.specialization .bb-none {
  border: none; }
.specialization p {
  padding: 50px 0;
  text-align: center;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #828282;
  line-height: 30px; }

.open {
  background: url("../cont/open_bg.jpg") center no-repeat;
  background-size: cover; }
  .open .row {
    padding: 80px 0; }
  .open h2 {
    padding: 0px 135px 25px 0px;
    color: #000;
    text-align: left; }
  .open p {
    margin: 0 130px 15px 0;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    color: #828282;
    line-height: 30px; }

.about {
  background: url("../cont/image2.png") center no-repeat;
  background-size: cover;
  background-color: #173f3d; }
  .about .wrapper {
    text-align: center; }
    .about .wrapper img {
      margin-top: 60px; }
    .about .wrapper p {
      padding: 30px 210px 60px;
      font-weight: 300;
      font-size: 16px;
      font-family: "Lato", sans-serif;
      color: #fff;
      line-height: 30px; }

.contact .mg-left {
  margin-left: 50px; }
.contact h3 {
  display: inline-block;
  margin: 0 0 5px 40px;
  color: #828282;
  font-size: 16px;
  font-family: "Lato", sans-serif; }
.contact form {
  margin-left: 40px; }
.contact input, .contact textarea {
  margin: 10px 0;
  padding: 5px 10px;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #646464; }
.contact input {
  width: 80%; }
.contact textarea {
  width: 75%;
  min-height: 100px;
  resize: none; }
.contact .wrapper {
  padding-bottom: 40px; }
.contact .bb-right {
  border-right: 1px solid rgba(130, 130, 130, 0.1); }
.contact .info {
  padding-bottom: 15px; }
.contact .pd-bt {
  padding-bottom: 50px; }
.contact .submit {
  width: 75%; }
  .contact .submit:hover {
    background-color: #c0c0c0;
    transition: 0.3s; }
.contact .icon, .contact .description {
  display: inline-block; }
.contact .icon {
  position: absolute;
  width: 30px;
  text-align: center; }
.contact .description {
  padding-left: 45px; }
.contact ul {
  padding-bottom: 30px; }
.contact i {
  position: relative;
  top: 0;
  font-size: 20px;
  color: #19625f; }
.contact p {
  display: inline-block; }
.contact .row {
  color: #828282;
  font-size: 16px;
  font-family: "Lato", sans-serif; }
.contact .margin {
  margin-left: 25px; }
.contact .req {
  font-size: 12px; }

.messageok, .messagenot {
  padding-bottom: 35px;
  font-weight: bold;
  font-style: italic; }

.messageok {
  color: #19625f; }

.messagenot {
  color: #FF0000; }

footer {
  padding: 25px 0 15px;
  border-bottom: 1px solid #828282;
  background-color: #f7f7f7;
  color: #828282;
  text-align: center; }
