@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, abbr {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
  *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

body {
  font: 14px 'PT Sans', Tahoma, Arial;
  color: #505050;
  width: 100%; }
  @media screen and (max-width: 780px) {
    body {
      font-size: "12px"; } }

body, html {
  overflow-x: hidden; }

h1 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0.6em 0; }

h2 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5em 0;
  padding-bottom: .5em; }

a {
  color: #3f7ba9; }
  a:hover {
    text-decoration: none; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0; }
  @media screen and (max-width: 780px) {
    .header {
      padding-left: 15px;
      padding-right: 15px; } }
  .header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    font-size: 30px;
    position: relative;
    padding: 12px;
    font-weight: bold;
    border: 3px solid #ccc;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: rgba(120, 120, 120, 0.3); }
    .header .logo a {
      text-decoration: none;
      color: rgba(120, 120, 120, 0.3); }
    .header .logo:after, .header .logo:before {
      display: block;
      content: '';
      height: 24px;
      width: 3px;
      background: #FFF;
      position: absolute;
      right: -3px;
      top: 50%;
      margin-top: -12px; }
    .header .logo:before {
      left: -3px; }
    .header .logo img {
      max-width: 150px;
      height: auto;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      display: block; }
      @media screen and (max-width: 560px) {
        .header .logo img {
          width: 120px; } }
    .header .logo span {
      text-align: left;
      border-left: 1px solid #CCCCCC;
      margin-left: 10px;
      padding-left: 10px; }
  .header .phone {
    font-size: 1.2rem; }
    .header .phone span {
      display: block;
      text-align: right; }

.underline {
  border-bottom: 2px solid rgba(125, 125, 125, 0.5);
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 780px) {
    .underline {
      padding-left: 15px;
      padding-right: 15px; } }
  .underline.short {
    width: 100px; }

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 780px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.body {
  color: #4b4b4b;
  background: url(../images/bg/main.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 30px 0 60px;
  position: relative;
  border-top: 3px solid #C4CDD4; }
  @media screen and (max-width: 780px) {
    .body .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .body .scroll, .body .form-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px; }
  .body .scroll {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px); }
    @media screen and (max-width: 780px) {
      .body .scroll {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
  .body .form-wrapper {
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px); }
    @media screen and (max-width: 780px) {
      .body .form-wrapper {
        margin-top: 30px; } }
    @media screen and (max-width: 780px) {
      .body .form-wrapper {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }

.success, .not-found {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center !important; }
  .success .container, .not-found .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .success h1, .not-found h1 {
    margin: 30px auto; }
  .success h2, .not-found h2 {
    margin: 10px auto 20px auto;
    text-transform: uppercase; }

.not-found h1 {
  text-transform: uppercase;
  font-size: 3rem; }

.scroll {
  text-align: left;
  padding-top: 30px; }
  @media screen and (max-width: 780px) {
    .scroll {
      text-align: center; } }
  .scroll li {
    display: block;
    line-height: 1.6rem;
    font-size: 1rem;
    padding-left: 90px;
    padding-bottom: 1rem;
    position: relative; }
    @media screen and (max-width: 780px) {
      .scroll li {
        padding-left: 0; } }
    @media screen and (max-width: 780px) {
      .scroll li {
        max-width: 300px; } }
    @media screen and (max-width: 780px) {
      .scroll li {
        margin: 0 auto; } }
    .scroll li span {
      display: block;
      color: #3f7ba9;
      line-height: 1.6rem;
      font-size: 1.2rem;
      color: #3f7ba9;
      font-weight: bold;
      margin-bottom: 7px; }
    .scroll li:before {
      display: block;
      content: '';
      position: absolute;
      left: 5px;
      width: 81px;
      height: 79px;
      background: url(../images/icons/1.png) no-repeat;
      -webkit-background-size: 70px 70px;
              background-size: 70px 70px; }
      @media screen and (max-width: 780px) {
        .scroll li:before {
          position: relative; } }
      @media screen and (max-width: 780px) {
        .scroll li:before {
          margin: 10px auto; } }
    .scroll li:first-child {
      margin-top: 0; }
      .scroll li:first-child:before {
        background: url(../images/icons/2.png) no-repeat;
        -webkit-background-size: 70px 70px;
                background-size: 70px 70px; }
    .scroll li:last-child:before {
      background: url(../images/icons/3.png) no-repeat;
      -webkit-background-size: 70px 70px;
              background-size: 70px 70px; }

.info {
  padding: 25px 0;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0, #ededed 50%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #ededed), to(#ededed));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #ededed), to(#ededed));
  background: -o-linear-gradient(top, #fff 0, #ededed 50%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0, #ededed 50%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  border-bottom: 3px solid #C4CDD4; }
  .info-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    text-align: center; }
    @media screen and (max-width: 560px) {
      .info-item {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
    .info-item span {
      font-size: 1.3rem;
      margin-bottom: 10px;
      display: block; }
    .info-item b {
      font-size: 2rem;
      font-weight: bold;
      display: block;
      color: #3f7ba9;
      margin-bottom: 15px; }

.icons {
  padding-bottom: 25px; }
  .icons .title {
    color: #4b4b4b; }
  .icons .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .icons .icon {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px);
    text-align: center; }
    @media screen and (max-width: 780px) {
      .icons .icon {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); } }
    @media screen and (max-width: 560px) {
      .icons .icon {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
    .icons .icon img {
      display: inline-block;
      margin: 10px auto; }
    .icons .icon p {
      width: 250px;
      font-size: 1.2rem;
      margin: 10px auto; }

.article {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .article-body, .article-sidebar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px; }
  .article-body {
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px); }
    @media screen and (max-width: 780px) {
      .article-body {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
  .article-sidebar {
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px); }
    @media screen and (max-width: 780px) {
      .article-sidebar {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }

.article-body {
  text-align: justify;
  line-height: 1.5rem; }
  .article-body h1, .article-body h2, .article-body h3, .article-body h4 {
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    line-height: 2rem; }
  .article-body h2 {
    font-size: 1.6em; }
  .article-body h3 {
    font-size: 1.4em; }
  .article-body h4 {
    font-size: 1.2em; }
  .article-body img {
    display: block;
    margin: 7px; }
  .article-body ol li, .article-body p, .article-body ul li {
    margin: 5px 0; }
  .article-body ol {
    list-style-position: inside;
    padding: 7px; }
  .article-body ul {
    list-style-position: inside;
    padding: 7px;
    margin-left: 40px; }
    .article-body ul li {
      list-style-type: square; }
  .article-body p {
    margin: 10px 0; }

.article-sidebar .header {
  background: #3f7ba9;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
  text-align: center;
  position: relative; }
  .article-sidebar .header:after {
    width: 100%;
    height: 3px;
    background: #FFF;
    display: block;
    border-top: 2px solid #3f7ba9;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0; }

.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.review {
  background: #3f7ba9;
  padding: 15px;
  color: #FFF;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (max-width: 780px) {
    .review {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media screen and (max-width: 560px) {
    .review {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  .review p {
    font-size: 1.2em;
    text-align: justify; }
  .review i {
    font-size: 1.2em;
    display: block;
    text-align: left;
    color: #fffe8f;
    padding: 10px 0;
    bottom: 0;
    font-style: italic; }

.info-bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(120, 120, 120, 0.4);
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 780px) {
    .info-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: "column";
          -ms-flex-direction: "column";
              flex-direction: "column"; } }

.bottom-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px); }
  @media screen and (max-width: 560px) {
    .bottom-item {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  .bottom-item p {
    font-size: 1.2rem;
    color: #3f7ba9;
    padding-top: 15px; }
  @media screen and (max-width: 780px) {
    .bottom-item:nth-child(1) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 780px) {
    .bottom-item:nth-child(1) {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media screen and (max-width: 560px) {
    .bottom-item:nth-child(1) {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media screen and (max-width: 780px) {
    .bottom-item:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media screen and (max-width: 780px) {
    .bottom-item:nth-child(2) {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media screen and (max-width: 780px) {
    .bottom-item:nth-child(3) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }
  @media screen and (max-width: 780px) {
    .bottom-item:nth-child(3) {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media screen and (max-width: 560px) {
    .bottom-item:nth-child(3) {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }

.form-wrapper {
  position: relative;
  max-width: 300px;
  margin: 0 auto; }

@media screen and (max-width: 780px) {
  .footer div:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 780px) {
  .footer div:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 780px) {
  .footer > p {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 780px) {
  .footer > p {
    width: 100%; } }

@media screen and (max-width: 780px) {
  .footer > p {
    text-align: center; } }

.form {
  color: #fff;
  background: url(../images/form.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  padding: 25px 35px;
  position: relative;
  z-index: 45;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #3f7ba9; }
  .form-header {
    display: block;
    font-size: 1.4rem;
    display: block;
    text-align: center; }
  .form input {
    display: block;
    text-align: center;
    outline: none; }
  .form label {
    display: block;
    text-align: center;
    margin: 10px auto;
    font-size: 1.2em; }
  .form input[type=text] {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: none;
    height: 37px;
    width: 100%;
    color: #333;
    text-align: left;
    padding: 7px; }

.menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  background: #3f7ba9;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  position: relative; }
  .menu-area:after, .menu-area:before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: #3f7ba9;
    position: absolute;
    left: 0; }
  .menu-area:before {
    top: -6px; }
  .menu-area:after {
    bottom: -6px; }
  .menu-area a {
    text-transform: uppercase;
    color: #FFF;
    display: block;
    padding: 10px;
    text-decoration: none; }

.button {
  color: #fff;
  height: 40px;
  background: #fdb144;
  background: -webkit-linear-gradient(top, #fdb144 0, #fd7d22 50%, #fd5e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fdb144), color-stop(50%, #fd7d22), to(#fd5e1e));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdb144), color-stop(50%, #fd7d22), to(#fd5e1e));
  background: -o-linear-gradient(top, #fdb144 0, #fd7d22 50%, #fd5e1e 100%);
  background: linear-gradient(to bottom, #fdb144 0, #fd7d22 50%, #fd5e1e 100%);
  border: none;
  border-bottom: 4px solid #DA4517;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  font-size: 1.3em;
  margin: 25px auto 0 auto;
  width: 80%;
  text-align: center;
  text-decoration: none;
  max-width: 320px;
  padding: 7px 15px; }
  .button:hover {
    opacity: .9;
    color: #FFF; }

.arrow {
  left: -15px;
  bottom: 15px;
  position: absolute;
  display: block;
  -webkit-animation: move .6s linear alternate infinite;
  animation: move .6s linear alternate infinite;
  z-index: 50; }
  .arrow:after {
    display: block;
    content: '';
    width: 98px;
    height: 63px;
    position: absolute;
    left: -12px;
    bottom: 15px;
    background: url(../images/arrow/bottom.png) no-repeat;
    z-index: 30; }
  .arrow:before {
    display: block;
    content: '';
    width: 98px;
    height: 63px;
    position: absolute;
    left: -12px;
    bottom: 15px;
    background: url(../images/arrow/top.png) no-repeat;
    z-index: 50; }

@-webkit-keyframes move {
  100% {
    -webkit-transform: translateX(-15px); } }

@keyframes move {
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); } }

.title {
  color: #4b4b4b;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 2.4em;
  margin: 10px auto;
  padding: 30px;
  max-width: 600px; }
  .title > span {
    display: inline-block;
    color: #4b4b4b;
    position: relative;
    padding: 0 15px;
    font-style: normal; }
    .title > span:after, .title > span:before {
      content: "";
      width: 100%;
      border-top: 2px solid;
      position: absolute;
      right: 100%;
      top: 60%;
      margin-top: -2px; }
    .title > span:after {
      left: 100%; }

img.right {
  float: right; }

img.center {
  margin: 7px auto; }

.error {
  -webkit-box-shadow: inset 0px 0px 3px 3px rgba(255, 0, 0, 0.9);
          box-shadow: inset 0px 0px 3px 3px rgba(255, 0, 0, 0.9); }

@media screen and (max-width: 320px) {
  /**/ }

@media screen and (max-width: 460px) {
  /**/ }

@media screen and (max-width: 768px) {
  /**/ }
