@font-face {
  font-family: 'Algerian';
  src: url("../fonts/Algerian.eot");
  src: url("../fonts/Algerian.eot?#iefix") format("embedded-opentype"), url("../fonts/Algerian.woff2") format("woff2"), url("../fonts/Algerian.woff") format("woff"), url("../fonts/Algerian.ttf") format("truetype"), url("../fonts/Algerian.svg#Algerian") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bodoni MT Condensed';
  src: url("../fonts/BodoniMTCondensed.eot");
  src: url("../fonts/BodoniMTCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniMTCondensed.woff2") format("woff2"), url("../fonts/BodoniMTCondensed.woff") format("woff"), url("../fonts/BodoniMTCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: 'Tahoma';
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

body {
  font-family: 'ArialAMU', 'Tahoma', 'Geneva', sans-serif;
  font-size: 100%;
  color: #2b2b2b;
}

img {
  border: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  background: transparent;
}

.clear {
  clear: both;
}

a:active,
a:focus,
a:hover {
  border: none;
  outline: none;
  text-decoration: none;
}

input:active,
input:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

hr {
  border: none;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  color: #a3bcc4;
}

::-moz-placeholder {
  color: #a3bcc4;
}

:-ms-input-placeholder {
  color: #a3bcc4;
}

:-moz-placeholder {
  color: #a3bcc4;
}

input:focus::-webkit-input-placeholder {
  transition: all .3s ease;
  opacity: 0;
}

input:focus:-moz-placeholder {
  transition: all .3s ease;
  opacity: 0;
}

input:focus::-moz-placeholder {
  transition: all .3s ease;
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  transition: all .3s ease;
  opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
  transition: all .3s ease;
  opacity: 0;
}

textarea:focus:-moz-placeholder {
  transition: all .3s ease;
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  transition: all .3s ease;
  opacity: 0;
}

textarea:focus:-ms-input-placeholder {
  transition: all .3s ease;
  opacity: 0;
}

.clearfix:after {
  content: '';
  clear: both;
  display: table;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  background: url("../images/main.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
}
.main .top {
  background-color: rgba(0, 0, 0, 0.3333);
  transition: background .3s linear,box-shadow .3s linear;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .top .flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -khtml-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
.main .top .flex span,
.main .top .flex a {
  display: inline-block;
  padding: 2px;
  border: 1px solid #fff;
  background: #a3bcc4;
  cursor: pointer;
  transition: all .3s ease;
}
.main .top .flex span i,
.main .top .flex a i {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  transition: all .3s ease;
}
.main .top .flex span:hover,
.main .top .flex a:hover {
  background: transparent;
}
.main .top .flex h1 {
  font-size: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.main .top.white {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.16);
}
.main .top.white .flex h1 {
  color: #000;
}
.main .top.white .flex span:hover {
  border-color: #1a1f24;
}
.main .top.white .flex span:hover i {
  border-color: #1a1f24;
  color: #46646d;
}

.contact_us {
  padding: 80px 0;
  text-align: center;
}
.contact_us h2 {
  text-align: center;
  margin-bottom: 60px;
}
.contact_us h2 img {
  width: 450px;
}
.contact_us h5 {
  color: #000;
  font-family: 'Yu Gothic UI Semilight';
  font-size: 20px;
  margin-bottom: 50px;
}
.contact_us h3 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-family: 'Times New Roman';
  margin-bottom: 20px;
}
.contact_us p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Bodoni MT Condensed";
  margin-bottom: 60px;
}
.contact_us .images {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  margin-bottom: 60px;
}
.contact_us .images li {
  width: 33%;
}
.contact_us .images li img {
  width: 100%;
}
.contact_us form {
  max-width: 760px;
  margin: 0 auto;
}
.contact_us form label {
  display: block;
  padding: 2px;
  border: 1px solid #a3bcc4;
  margin-bottom: 10px;
}
.contact_us form .left {
  float: left;
  width: calc(50% - 5px);
  margin-right: 10px;
}
.contact_us form .left input[type="text"] {
  width: 100%;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #a3bcc4;
  color: #a3bcc4;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.contact_us form .right {
  float: left;
  width: calc(50% - 5px);
}
.contact_us form .right textarea {
  display: block;
  width: 100%;
  height: 145px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #a3bcc4;
  color: #a3bcc4;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.contact_us form input[type="submit"] {
  display: block;
  background-color: transparent;
  border: 1px solid #a3bcc4;
  color: #a3bcc4;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
  margin: 30px auto 0;
  padding: 10px 30px 13px;
}
.contact_us form input[type="submit"]:hover {
  background-color: #a3bcc4;
  color: #fff;
}

footer .foo_top {
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  padding: 20px 0;
  text-align: center;
}
footer .foo_top h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
footer .foo_top .foo_social {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
}
footer .foo_top .foo_social li:not(:last-of-type) {
  margin-right: 30px;
}
footer .foo_top .foo_social li a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -khtml-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
footer .foo_top .foo_social li a span {
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  color: silver;
  margin-left: 5px;
  transition: all .3s ease;
}
footer .foo_top .foo_social li a:hover span {
  color: #a3bcc4;
}
footer .foo_bottom {
  padding: 30px 0 60px;
}
footer .foo_bottom .sites {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
footer .foo_bottom .sites li {
  display: inline-block;
  margin: 0 15px;
}
footer .foo_bottom .sites li a {
  color: #000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
footer .foo_bottom .sites li a:hover {
  color: #a3bcc4;
}
footer .foo_bottom .foo_info {
  text-align: center;
}
footer .foo_bottom .foo_info span {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
footer .foo_bottom .foo_info span:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .main .top .flex span i,
  .main .top .flex a i {
    font-size: 12px;
    padding: 10px 12px;
  }
  .main .top .flex h1 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .main .top .flex {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
    text-align: center;
  }
  .main .top .flex h1 {
    padding: 20px 0;
    font-size: 18px;
  }

  .contact_us {
    padding: 30px 0;
  }
  .contact_us h2 img {
    max-width: 100%;
  }
  .contact_us .images {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    -khtml-display: block;
    display: block;
  }
  .contact_us .images li {
    width: 100%;
  }
  .contact_us form .left {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .contact_us form .right {
    width: 100%;
    float: none;
  }

  footer .foo_top .foo_social li:not(:last-of-type) {
    margin-right: 15px;
  }
  footer .foo_bottom .sites li {
    margin: 0 5px;
  }
  footer .foo_bottom .sites li a {
    font-size: 12px;
  }
  footer .foo_bottom .foo_info span {
    font-size: 12px;
  }
}
