@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import "icons.css";
@import "../css/animate.css";
.bg1 {
  background: #6cbdea;
}
.bg2 {
  background: #2c3e50;
}
.bg3 {
  background: #6b9c3c;
}
.bg4 {
  background: #f7f7f7;
}
.bg5 {
  background: #687396;
}
.tp {
  color: #444444;
}
.white {
  color: #ffffff;
}
.primary {
  color: #687396;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Times New Roman', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-weight: 400;
  background: #20273c;
  color: #ffffff;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 72px;
  line-height: 64px;
  letter-spacing: 1.8px;
  color: #ffffff;
}
h1 span {
  color: #a89169;
}
h1 a:hover {
  text-decoration: none;
}
h2 {
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 2.7px;
}
h2.up {
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
h3 a:hover {
  text-decoration: none;
  color: #687396;
}
h6 {
  text-transform: uppercase;
}
h6 a:hover {
  text-decoration: none;
  color: #687396;
}
.btn {
  display: block;
  background: #ffffff;
  color: #000;
  text-transform: uppercase;
  padding: 15px 5px 14px 31px;
  letter-spacing: 2.8px;
}
.btn span {
  color: #000;
  font-size: 13px;
  line-height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  text-decoration: none;
  background: #a89169;
}
.btn2 {
  display: inline-block;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #ffffff;
}
.btn2 span {
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  line-height: 22px;
}
.btn2:hover {
  text-decoration: none;
  color: #687396;
  background: none;
}
.btn2:hover span {
  color: #687396;
}
.divider {
  margin-top: 10px;
  height: 1px;
  background: #21283d;
}
.heading h2 {
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 11px;
}
.heading h2 span {
  font-size: 72px;
  line-height: 13px;
  text-transform: none;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .heading h2 span {
    font-size: 54px;
  }
}
@media (max-width: 479px) {
  .heading h2 span {
    display: block;
    line-height: 45px;
  }
}
.heading p {
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.heading .divider {
  margin-top: 37px;
}
@media (max-width: 767px) {
  .heading .btn2 {
    margin-top: 15px;
  }
}
.news-box img {
  margin: 5px 20px 0 0;
}
@media (max-width: 479px) {
  .news-box img {
    margin: 0 0 15px 0;
  }
}
.news-box h6 {
  margin-bottom: 7px;
}
.news-box .btn2 {
  margin-top: 20px;
}
.box5 h2 {
  margin-bottom: 30px;
}
.box5 img {
  margin: 5px 20px 20px 0;
}
.box5 h6 {
  margin-bottom: 27px;
}
.box5 p + p {
  margin-top: 20px;
}
.box5 > p {
  margin-top: 20px;
}
.box5__offset1 {
  margin-top: 36px;
}
.box5__offset1 h6 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wrap-top-767 {
    margin-top: 30px;
  }
}
.page {
  overflow: hidden;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: url("../images/page1-img1.jpg") no-repeat center top #0a0d16;
}
#header.inset1 {
  padding-bottom: 72px;
}
@media (max-width: 979px) {
  #header {
    background-size: auto 100%;
  }
}
#header .first-word {
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 43px;
  letter-spacing: 2.1px;
}
@media (max-width: 767px) {
  #header .first-word {
    margin-right: 0;
  }
}
#header h1 {
  margin-top: -8px;
}
#header .logo-caption {
  margin-top: 54px;
}
@media (max-width: 767px) {
  #header .logo-caption {
    text-align: center;
    margin-top: 15px;
  }
}
#header hr {
  height: 1px;
  border: none;
  width: 101px;
}
#header .button {
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}
#header .button span {
  display: block;
  padding-top: 11px;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header a.button {
  display: inline-block;
}
#header a.button:hover {
  text-decoration: none;
  color: #687396;
}
#header a.button:hover span {
  color: #687396;
}
#header .box {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
#header .box .overlay {
  display: block;
  height: 100%;
}
#header .box img {
  position: relative;
  width: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 #header .box img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
}
#header .box img.hov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 #header .box img.hov {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
#header .box h3 {
  margin: 15px 0;
  letter-spacing: 3.6px;
}
@media (max-width: 479px) {
  #header .box h3 {
    letter-spacing: 0.6px;
    font-size: 20px;
    margin: 10px 0;
  }
}
#header .box .hover {
  position: absolute;
  top: 50%;
  margin-top: -77px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .box .hover p.button,
#header .box .hover h3 {
  position: relative;
}
#header .box:hover {
  text-decoration: none;
}
#header .box:hover .hover {
  top: -200px;
}
#header .box:hover .overlay {
  background: none;
}
#header .box:hover img {
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 #header .box:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
#header .box:hover img.hov {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 #header .box:hover img.hov {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
#header .box-skin1 {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
#header .box-skin1 .overlay {
  display: block;
  height: 100%;
}
#header .box-skin1 img {
  position: relative;
  width: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 #header .box-skin1 img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
}
#header .box-skin1 img.hov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 #header .box-skin1 img.hov {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
#header .box-skin1 h3 {
  margin: 15px 0;
  letter-spacing: 3.6px;
}
@media (max-width: 479px) {
  #header .box-skin1 h3 {
    letter-spacing: 0.6px;
    font-size: 20px;
    margin: 10px 0;
  }
}
#header .box-skin1 .hover {
  position: absolute;
  top: 50%;
  margin-top: -77px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .box-skin1 .hover p.button,
#header .box-skin1 .hover h3 {
  position: relative;
}
#header .box-skin1:hover {
  text-decoration: none;
}
#header .box-skin1:hover .hover {
  top: -200px;
}
#header .box-skin1:hover .overlay {
  background: none;
}
#header .box-skin1:hover img {
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 #header .box-skin1:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
#header .box-skin1:hover img.hov {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 #header .box-skin1:hover img.hov {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
#header .box-skin1 .overlay {
  background: #2a1a69;
}
#header .box-skin1 h3 {
  color: #a697e7;
}
#header .box-skin1 hr {
  background: rgba(166, 151, 231, 0.3);
}
.ie8 #header .box-skin1 hr {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da697e7', endColorstr='#4da697e7');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da697e7', endColorstr='#4da697e7');
  zoom: 1;
}
#header .box-skin2 {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
#header .box-skin2 .overlay {
  display: block;
  height: 100%;
}
#header .box-skin2 img {
  position: relative;
  width: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 #header .box-skin2 img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
}
#header .box-skin2 img.hov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 #header .box-skin2 img.hov {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
#header .box-skin2 h3 {
  margin: 15px 0;
  letter-spacing: 3.6px;
}
@media (max-width: 479px) {
  #header .box-skin2 h3 {
    letter-spacing: 0.6px;
    font-size: 20px;
    margin: 10px 0;
  }
}
#header .box-skin2 .hover {
  position: absolute;
  top: 50%;
  margin-top: -77px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .box-skin2 .hover p.button,
#header .box-skin2 .hover h3 {
  position: relative;
}
#header .box-skin2:hover {
  text-decoration: none;
}
#header .box-skin2:hover .hover {
  top: -200px;
}
#header .box-skin2:hover .overlay {
  background: none;
}
#header .box-skin2:hover img {
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 #header .box-skin2:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
#header .box-skin2:hover img.hov {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 #header .box-skin2:hover img.hov {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
#header .box-skin2 .overlay {
  background: #913f63;
}
#header .box-skin2 h3 {
  color: #ffacd0;
}
#header .box-skin2 hr {
  background: rgba(255, 172, 208, 0.3);
}
.ie8 #header .box-skin2 hr {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffacd0', endColorstr='#4dffacd0');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffacd0', endColorstr='#4dffacd0');
  zoom: 1;
}
#header .box-skin3 {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
#header .box-skin3 .overlay {
  display: block;
  height: 100%;
}
#header .box-skin3 img {
  position: relative;
  width: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 #header .box-skin3 img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
}
#header .box-skin3 img.hov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 #header .box-skin3 img.hov {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
#header .box-skin3 h3 {
  margin: 15px 0;
  letter-spacing: 3.6px;
}
@media (max-width: 479px) {
  #header .box-skin3 h3 {
    letter-spacing: 0.6px;
    font-size: 20px;
    margin: 10px 0;
  }
}
#header .box-skin3 .hover {
  position: absolute;
  top: 50%;
  margin-top: -77px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .box-skin3 .hover p.button,
#header .box-skin3 .hover h3 {
  position: relative;
}
#header .box-skin3:hover {
  text-decoration: none;
}
#header .box-skin3:hover .hover {
  top: -200px;
}
#header .box-skin3:hover .overlay {
  background: none;
}
#header .box-skin3:hover img {
  transform: scale(1.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 #header .box-skin3:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
#header .box-skin3:hover img.hov {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 #header .box-skin3:hover img.hov {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
#header .box-skin3 .overlay {
  background: #deb775;
}
#header .box-skin3 h3 {
  color: #ffffff;
}
#header .box-skin3 hr {
  background: rgba(255, 255, 255, 0.3);
}
.ie8 #header .box-skin3 hr {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#4dffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#4dffffff');
  zoom: 1;
}
#header .box4 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 113px;
}
@media (max-width: 479px) {
  #header .box4 {
    margin-bottom: 50px;
  }
}
#header .box4 .overlay {
  padding: 95px 30px 35px;
  background: rgba(20, 26, 45, 0.8);
  height: 803px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 #header .box4 .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc141a2d', endColorstr='#cc141a2d');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc141a2d', endColorstr='#cc141a2d');
  zoom: 1;
}
@media (max-width: 979px) {
  #header .box4 .overlay {
    height: auto;
  }
}
@media (max-width: 479px) {
  #header .box4 .overlay {
    padding: 40px 20px 30px;
  }
}
#header .box4 .overlay__inset1 {
  padding-bottom: 94px;
}
@media (max-width: 479px) {
  #header .box4 .overlay__inset1 {
    padding-bottom: 30px;
  }
}
#header .box4 h3 {
  margin: 15px 0;
  letter-spacing: 3.6px;
}
#header .box4 h6 {
  text-align: left;
  color: #a89169;
  margin: 30px 0 7px;
}
#header .box4 h6.offset1 {
  margin: 42px 0 7px;
}
#header .box4 p {
  text-align: left;
  margin-top: 32px;
}
#header .box4 p + p {
  margin-top: 37px;
}
#header .box4 p.offset1 {
  margin-top: 0;
}
#header .box4 hr {
  background: rgba(255, 255, 255, 0.3);
}
.ie8 #header .box4 hr {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#4dffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#4dffffff');
  zoom: 1;
}
#header .box4 .button {
  margin-top: 40px;
}
#header .box5 h2 {
  margin-bottom: 30px;
}
#header .box5 img {
  margin: 5px 20px 20px 0;
}
#header .box5 h6 {
  margin-bottom: 27px;
}
#header .box5 p + p {
  margin-top: 20px;
}
#header .box5 > p {
  margin-top: 20px;
}
#header .box5__offset1 {
  margin-top: 50px;
}
#header .bg1 {
  background: url("../images/page2-img1.jpg") no-repeat;
}
#header .bg2 {
  background: url("../images/page3-img1.jpg") no-repeat;
}
#header .bg3 {
  background: url("../images/page4-img1.jpg") no-repeat;
}
#header .bg4 {
  background: url("../images/page5-img1.jpg") no-repeat;
}
#header .bg5 {
  background: url("../images/page6-img1.jpg") no-repeat;
}
@media (max-width: 979px) {
  #header .bg1,
  #header .bg2,
  #header .bg3,
  #header .bg5 {
    background-size: auto 100%;
  }
}
#header .addr1 {
  position: absolute;
  bottom: 124px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}
#header .addr1 a {
  text-decoration: underline;
}
#header .addr1 a:hover {
  color: #ffffff;
}
#header .addr1 .phone {
  margin-top: 13px;
  font-size: 30px;
  letter-spacing: 2.2px;
  line-height: 34px;
}
#header .wrap {
  position: relative;
  height: 100%;
  padding-bottom: 64px;
}
#header .various:hover .video-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 #header .various:hover .video-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
#header .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .various {
  position: relative;
  display: block;
}
#header .box2 h3 {
  margin-bottom: 37px;
}
#header .box2 .various {
  margin-top: 38px;
}
#header .box2 .btn2 {
  margin-top: 18px;
}
#header .number-box {
  margin-top: 59px;
}
#header .number-box h3 {
  position: relative;
  padding-left: 42px;
  margin-bottom: 35px;
}
#header .number-box h3 span {
  position: absolute;
  left: 0;
  top: 0;
  color: #6b5d46;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .number-box h3 {
    font-size: 20px;
  }
}
#header .box3 {
  padding: 75px 66px 112px 0;
  margin-right: -66px;
  background: url("../images/page1-img6.png") no-repeat right bottom;
  line-height: 36px;
  font-size: 36px;
}
#header .box3 span {
  display: inline-block;
  letter-spacing: 1.8px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .box3 .first {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 10px;
  letter-spacing: normal;
}
#header .box3 .event {
  position: relative;
  padding-left: 95px;
  color: #a89169;
}
#header .box3 .event .year {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}
@media (max-width: 479px) {
  #header .box3 .event {
    padding-left: 0;
  }
  #header .box3 .event .year {
    position: relative;
    margin-right: 10px;
  }
}
#header .box3 a:hover {
  text-decoration: none;
}
#header .box3 a:hover span,
#header .box3 a:hover .event,
#header .box3 a:hover .event .year {
  color: #687396;
}
@media (max-width: 1199px) {
  #header .box3 {
    margin-right: -22px;
    padding-right: 22px;
  }
}
@media (max-width: 479px) {
  #header .box3 {
    background: none;
    margin-right: 0;
    padding-right: 0;
  }
}
#header .big-btn {
  position: relative;
  margin: 31px 0 38px;
  display: inline-block;
  width: 100%;
  padding: 33px 0 42px;
  font-size: 36px;
  line-height: 40px;
  background: #913f63;
  z-index: 1;
}
#header .big-btn:hover {
  text-decoration: none;
}
#header .big-btn:hover:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header .big-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #a89169;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#header .table {
  background: rgba(37, 38, 40, 0.3);
  line-height: 18px;
}
.ie8 #header .table {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d252628', endColorstr='#4d252628');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d252628', endColorstr='#4d252628');
  zoom: 1;
}
#header .table .first {
  text-transform: uppercase;
}
#header .table .first td {
  padding: 17px 0 16px;
}
#header .table td {
  width: 25%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #464749;
  padding: 12px 0 11px;
}
@media (max-width: 767px) {
  #header .table {
    border: 1px solid #464749;
  }
}
#header .news-box {
  margin-top: 45px;
}
#header .news-box__offset1 {
  margin-top: 30px;
}
#header dl,
#header .mail {
  text-align: left;
}
#header dd,
#header dt {
  display: inline-block;
}
#header dt {
  padding-right: 5px;
}
#header .map {
  height: 420px;
  position: relative;
  margin: 35px 0 1px;
}
@media (max-width: 767px) {
  #header .map {
    height: 350px;
  }
}
#header .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#header #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header #map-canvas img {
  max-width: none !important;
}
#header .policy-box {
  margin-top: 31px;
}
#header .policy-box h6 {
  margin-bottom: 16px;
}
#header .policy-box + .policy-box {
  margin-top: 32px;
}
#header .policy-link {
  display: inline-block;
  margin: 22px 0 122px;
}
#header .policy-link a {
  text-decoration: underline;
}
#header .policy-link a:hover {
  color: #687396;
}
/* Main menu styles
========================================================*/
.header-menu {
  margin-top: 52px;
  float: right;
  overflow: hidden;
  animation: 2s fadeR ease forwards ;
}
@media (max-width: 767px) {
  .header-menu {
    float: none;
    margin-top: 20px;
  }
}
@keyframes fadeR {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sf-menu {
  margin-right: 50px;
}
.sf-menu > li {
  position: relative;
  display: block;
  color: #ffffff;
}
.sf-menu > li > a {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1.2px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #a89169;
  padding-left: 30px;
  margin-right: -30px;
}
.sf-menu > li > a:hover:before {
  left: 0;
}
.sf-menu > li > a:before {
  content: '\e001';
  position: absolute;
  left: -40px;
  top: 2px;
  font-family: icons;
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li + li {
  margin-top: 10px;
}
.sf-menu > li.current > a {
  color: #a89169;
  padding-left: 30px;
  margin-right: -30px;
}
.sf-menu > li.current > a:before {
  left: 0;
}
.sf-menu > li.sfHover > a {
  color: #a89169;
  padding-left: 30px;
  margin-right: -30px;
}
.sf-menu > li.sfHover > a:before {
  left: 0;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: static;
  z-index: 4;
  padding: 5px 0 5px 30px;
  margin-right: -30px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.sf-menu ul li + li {
  margin-top: 5px;
}
.sf-menu ul li a {
  display: block;
  position: relative;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #a89169;
}
.sf-menu ul li a:hover:before {
  left: -22px;
}
.sf-menu ul li a:before {
  content: '\e001';
  position: absolute;
  left: -70px;
  top: 0;
  font-family: icons;
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li.sfHover > a {
  color: #a89169;
}
.sf-menu ul li.sfHover > a:before {
  left: -22px;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: static;
  padding: 5px 0 5px 18px;
  margin-right: -48px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*============ Background ==============*/
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 5px 0;
  background: #0a0d16;
  box-shadow: 0px 0px 2px #ffffff;
  z-index: 999;
}
#header .isStuck {
  left: 0;
  right: 0;
  text-align: center;
}
#header .isStuck .header-menu {
  margin-top: 0;
  float: none;
  overflow: inherit;
}
#header .isStuck .sf-menu > li {
  display: inline-block;
  margin: 0 10px;
}
#header .isStuck .sf-menu > li.current a {
  padding: 0;
  margin: 0;
}
#header .isStuck .sf-menu > li > a:hover {
  margin: 0;
  padding: 0;
}
#header .isStuck .sf-menu > li.sfHover > a {
  margin: 0;
  padding: 0;
}
#header .isStuck .sf-menu > li + li {
  margin-top: 0;
}
#header .isStuck .sf-menu a:before {
  display: none;
}
#header .isStuck .sf-menu ul {
  position: absolute;
  display: block;
  background: #000;
  top: 35px;
  width: 150px;
  left: -10px;
  margin-right: 0;
  padding: 5px;
}
#header .isStuck .sf-menu ul ul {
  position: absolute;
  left: 146px;
  top: -10px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #141a2d;
}
#content .video {
  width: 100%;
  height: 342px;
  margin: 40px 0 10px;
}
@media (max-width: 767px) {
  #content .video {
    height: 300px;
  }
}
#content .wrapper1 {
  padding: 60px 0 37px;
}
#content .wrapper1__inset1 {
  padding-bottom: 64px;
}
#content .owl {
  width: auto;
  margin: 32px -15px 0;
  overflow: hidden;
}
#content .owl .owl-item {
  display: inline-block;
}
#content .owl .item {
  padding: 0 15px;
}
#content .owl .item a {
  display: block;
}
#content .owl .item a h2 {
  letter-spacing: normal;
  margin-bottom: 10px;
  text-transform: none;
}
#content .owl .item a p {
  color: #687396;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content .owl .item a:hover {
  text-decoration: none;
}
#content .owl .item a:hover p {
  color: #ffffff;
}
#content .owl-nav {
  position: relative;
  display: inline-block;
  margin: 12px 0 0 5px;
  color: #687396;
}
#content .owl-nav:hover {
  text-decoration: none;
  color: #ffffff;
}
#content .news-box {
  margin-top: 36px;
}
#content .number-box2 {
  margin-top: 33px;
}
#content .number-box2 p {
  color: #687396;
}
#content .number-box2 p span {
  color: #ffffff;
  font-size: 20px;
  line-height: 16px;
}
#content address {
  margin: 45px 0 16px;
}
#content dt,
#content dd {
  display: inline-block;
}
#content dt {
  padding-right: 5px;
}
#content .mail a {
  text-decoration: underline;
}
#content .mail a:hover {
  color: #ffffff;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 65px 0 59px;
}
#footer h1 {
  float: right;
  display: inline-block;
  color: #383f57;
}
#footer h1 .copyright {
  text-transform: uppercase;
  margin: 21px 0 0 10px;
  letter-spacing: 1.4px;
}
#footer h1 span {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #505770;
}
@media (max-width: 479px) {
  #footer h1 {
    float: none;
  }
}
#footer h3 {
  padding-top: 52px;
}
#footer .copyright {
  font-size: 14px;
}
#footer .copyright a:hover {
  text-decoration: underline;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 24px;
  z-index: 20;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  background: #ffffff;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #687396;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
