@font-face {
  font-family: Myriadpro;
  font-weight: normal;
  src: url("/assets/fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}
@font-face {
  font-family: Myriadpro;
  font-weight: bold;
  src: url("/assets/fonts/MYRIADPRO-BOLD.OTF") format("opentype");
}
@font-face {
  font-family: Myriadpro;
  font-weight: bold;
  font-style: italic;
  src: url("/assets/fonts/MYRIADPRO-BOLDITALIC.OTF") format("opentype");
}
@font-face {
  font-family: Myriadpro;
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/MYRIADPRO-ITALIC.OTF") format("opentype");
}
@font-face {
  font-family: Myriadpro;
  font-weight: 200;
  src: url("/assets/fonts/MyriadPro-Light.otf") format("opentype");
}
body {
  color: #000;
  font-family: 'Myriadpro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  line-height: 1.71;
}
h1,
h2,
h3 {
  font-family: 'Myriadpro', sans-serif;
  margin: 5px 0px;
  font-size: 40px;
  font-weight: bold;
}
h1 {
  margin: 30px 0px;
}
a,
a:visited {
  color: #6f0f11;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #c25355;
}
.container-fluid.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.mt20 {
  margin-top: 20px;
}
.contentsdata.with-margin {
  margin: 30px 3%;
}
.form-control {
  background-color: #6f0f11;
  border-radius: 0px !important;
  color: #fff;
  font-size: 18px;
  height: 40px;
  margin-bottom: 20px;
}
.form-control::-webkit-input-placeholder {
  color: #c25355;
}
.form-control:-moz-placeholder {
  color: #c25355;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #c25355;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c25355;
}
select.form-control {
  background: url('/assets/img/arrow_sel.png') no-repeat right;
  background-color: #6f0f11;
  -moz-appearance: none;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
}
select.form-control option {
  color: #000;
  background-color: #fff;
}
.has-feedback-left .form-control {
  padding-left: 40px;
}
.has-feedback-left i {
  left: 0;
  top: 15px;
}
.modal {
  z-index: 20001;
}
.modal-content {
  border-radius: 0px;
}
.infront {
  z-index: 3;
}
.btn {
  min-width: 250px;
}
.btn.btn-primary {
  font-family: 'Myriadpro', sans-serif;
  font-size: 30px;
  text-shadow: none;
  border: 1px solid #000;
  height: 60px;
  color: #fff;
  border-radius: 0px;
  vertical-align: middle;
  line-height: 60px;
  padding: 0px;
  background-color: #6f0f11;
}
.btn.btn-secondary {
  font-family: 'Myriadpro', sans-serif;
  font-size: 30px;
  text-shadow: none;
  border: 1px solid #000;
  height: 60px;
  color: #6f0f11;
  border-radius: 0px;
  vertical-align: middle;
  line-height: 60px;
  padding: 0px;
  background-color: #fff;
}
.btn.bigger {
  min-width: 300px;
}
.tooltip .tooltip-inner {
  background: #fff;
  color: #000;
}
.tooltip .tooltip-arrow {
  border-top-color: #fff;
}
.progress {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.error {
  color: red;
}
button:focus {
  outline: 0;
}
/* header */
header {
  background-color: #fff;
  height: 156px;
  position: fixed;
  width: 100%;
  z-index: 20000;
  top: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.scrolled {
  background-color: #fff;
  border-bottom: 1px solid #6f0f11;
  height: 85px;
}
header .container {
  position: relative;
  z-index: 2000;
}
header .logo-holder {
  text-align: center;
}
header .logo {
  position: relative;
  padding: 30px 0px;
  margin: 30px auto;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .logo a {
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .logo img {
  max-width: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.scrolled .logo {
  margin: 10px auto;
  padding: 10px 0px;
}
header.scrolled .logo img {
  max-width: 150px;
}
header .menu {
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 100px;
}
header.scrolled .menu {
  margin-top: 30px;
}
header .menubar {
  position: absolute;
  top: 40px;
  right: 10px;
}
header .menubar .fa-bars {
  vertical-align: middle;
  font-size: 26px;
  background-image: linear-gradient(to right, #2fa8ff, #1f3765);
  color: transparent;
  background-clip: text;
}
header .menubar .fa-bars:hover,
header .menubar .fa-bars:visited {
  border-bottom: none !important;
}
header.scrolled .menubar {
  top: 20px;
}
header .menucont {
  padding: 0px;
}
header .menu ul,
header .menubar {
  vertical-align: middle;
  display: inline-block;
}
header .menu ul {
  display: flex;
  margin: 0px;
}
header .menu ul > li {
  flex: 1;
  text-align: center;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .menu ul > li:last-child div {
  display: inline-block;
}
header .menu ul > li:last-child div:first-child {
  margin: 0px;
  border-right: 1px solid #6f0f11;
}
header .menu ul > li:hover {
  border-bottom: 5px solid #6f0f11;
}
header .menu ul > li.langitem:hover {
  border: none;
}
header .menu ul > li.langitem a:hover {
  border-bottom: 5px solid #6f0f11;
}
header .menu a,
header .menubar a {
  margin: 0px 10px;
  color: #6f0f11;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  font-stretch: condensed;
}
header .menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  border: none;
  border-radius: 0px;
  padding: 0px;
  background: none;
  box-shadow: none;
}
header.scrolled .menu .dropdown-menu {
  top: 32px;
}
header .menu .dropdown-menu li {
  display: inline-block;
  height: 50px;
  background: none !important;
}
header .menu .dropdown-menu li:hover {
  border-bottom: none;
}
header .menu .dropdown-menu li a:hover {
  border-bottom: 5px solid #fff;
}
header .menu .dropdown-menu li a {
  padding: 15px 30px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  font-stretch: condensed;
  text-align: left;
  text-transform: none;
}
header .menu .dropdown-menu li a:hover {
  background: none !important;
}
header .menu li {
  padding: 0px 10px;
}
header .menu li:hover .dropdown-menu {
  display: block;
}
header .menu .submenuback {
  background-color: rgba(31, 55, 101, 0.8);
  height: 50px;
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
}
header.scrolled .menu .submenuback {
  top: 32px;
}
header .menu li:hover .submenuback {
  display: block;
}
header .logo-holder .langrow {
  text-align: right;
  line-height: 40px;
  position: absolute;
  top: 35px;
  left: 10px;
}
header .logo-holder .langrow a {
  margin: 10px 10px 0px 10px;
}
header.scrolled .logo-holder .langrow {
  top: 15px;
}
header .logo-holder .langrow select {
  font-family: 'Myriadpro', sans-serif;
  width: 70px;
  height: 40px;
  vertical-align: middle;
  font-size: 16px;
  background: url('/assets/img/arrow_sel_white.png') no-repeat right;
  background-color: #6f0f11;
  border: 1px solid #6f0f11;
  -moz-appearance: none;
  border-radius: 0px;
  -webkit-appearance: none;
  padding-left: 5px;
  text-indent: 1px;
  text-overflow: '';
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
header .logo-holder .langrow select option {
  color: #fff;
  background-color: #6f0f11;
}
@media (max-width: 992px) {
  header {
    background-color: #fff;
    height: 100px;
  }
  header.scrolled {
    height: 70px;
  }
  header .logo,
  header.scrolled .logo {
    margin: 0px;
  }
  /*header .menu, header .menubar { line-height: 70px; }*/
  header .menu .dropdown-menu {
    top: 42px;
  }
}
.menu-icon {
  padding: 30px 20px 0px 0px;
  float: right;
}
header.scrolled .menu-icon {
  padding: 20px 20px;
  z-index: 100;
  position: relative;
}
/* footer */
footer {
  color: #fff;
  position: relative;
  background-color: #6f0f11;
  padding: 30px;
}
footer .footer-south {
  text-align: center;
  font-size: 12px;
}
.rightcanvas {
  position: fixed;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  background: rgba(111, 15, 17, 0.8);
  background-height: 100%;
  z-index: 20490;
}
.rightcanvas {
  top: -1250px;
}
.rightcanvas.active {
  top: 0px;
}
.rightcanvas ul li {
  padding: 10px 0 0 0;
}
.rightcanvas li.upper {
  text-transform: uppercase;
}
.rightcanvas > ul > li > ul {
  margin-left: 30px;
}
.rightcanvas ul li .fa-bars {
  font-size: 30px;
}
.rightcanvas ul li a {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  display: block;
  width: 100%;
}
.rightcanvas p {
  font-size: 17px;
  color: #fff;
}
.rightcanvas .langrow select {
  background-color: #fff;
}
.rightcanvas .langrow select option {
  color: #fff;
}
.rightcanvas .logo a {
  width: 100%;
  text-align: center;
}
.rightcanvas .logo img {
  max-width: 250px;
  margin: 30px auto;
}
.rightcanvas .closemenu {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2000;
}
.rightcanvas .menudivider {
  height: 3px;
  background-color: #c25355;
  width: 100%;
}
.col-md-3,
.col-sm-3,
.col-md-6,
.col-sm-6,
.col-md-4,
.col-sm-4 {
  z-index: 2;
}
.loadmask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #CCC;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.loadmask-msg {
  z-index: 200001;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
}
.loadmask-msg div {
  padding: 5px 10px 5px 25px;
  background: url('/images/admin/loading.gif') no-repeat 5px 5px;
  line-height: 16px;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  cursor: wait;
}
.masked {
  overflow: hidden !important;
}
.masked-relative {
  position: relative !important;
}
.masked-hidden {
  visibility: hidden !important;
}
.contact .btn-primary {
  min-width: 150px;
}
.contact .form-group i {
  color: #6f0f11;
  margin-top: 0px;
}
.contact .form-group input[type="text"].form-control,
.contact .form-group input[type="email"].form-control {
  height: 40px;
}
.contact .container.form {
  margin: 20px auto;
}
.homepage {
  margin-top: 150px;
}
.upper-content {
  min-height: 600px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.upper-content a {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin-top: 400px;
  text-shadow: 2px 2px 2px #000;
}
.upper-content img {
  width: 100%;
}
@media (max-width: 992px) {
  .upper-content {
    min-height: 100px;
  }
  .upper-content a {
    margin-top: 100px;
    font-size: 40px;
    line-height: 50px;
  }
  .upper-content a.carousel-control {
    display: none;
  }
}
.upper-content-sec .col-md-6 {
  min-height: 600px;
}
.upper-content-sec .text-cont {
  padding: 50px;
  text-align: center;
}
.upper-content-sec .text-cont h1 {
  font-size: 40px;
  font-weight: 300;
  color: #6f0f11;
}
.upper-content-sec .text-cont p {
  font-size: 20px;
}
.upper-content-sec .img-responsive {
  max-width: 800px;
}
.upper-content-sec .imgcont {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .upper-content-sec .text-cont {
    padding: 10px;
  }
  .upper-content h2 {
    font-size: 60px;
  }
}
.upper-content-trd {
  min-height: 600px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.upper-content-trd .text-cont {
  padding: 5%;
  text-align: right;
}
.upper-content-trd .text-cont p {
  font-size: 40px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.upper-content-trd .text-cont .italic {
  font-style: italic;
}
.upper-content-trd .text-cont .btn {
  margin-right: 33%;
  margin-top: 10%;
}
@media (max-width: 992px) {
  .upper-content-trd .text-cont {
    padding: 10px;
  }
  .upper-content-trd .text-cont .btn {
    margin-right: 3%;
  }
}
.upper-content-frt {
  min-height: 600px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.upper-content-frt .text-cont {
  padding: 5%;
  text-align: center;
}
.upper-content-frt .text-cont p {
  font-size: 40px;
  color: #6f0f11;
}
.upper-content-frt .text-cont .italic {
  font-style: italic;
}
.upper-content-frt .text-cont .quote {
  text-align: right;
}
.upper-content-frt .text-cont .btn {
  margin-top: 10%;
}
.gallery .thumbs {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}
.gallery .thumbscont {
  overflow: hidden;
}
.gallery .thumbs a {
  max-width: 160px;
  display: inline-block;
  margin: 15px 15px 15px 0px;
}
.gallery .svgshadow {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  margin-top: 30px;
  cursor: pointer;
}
.gallery .svgshadow.right {
  float: right;
  transform: rotate(180deg);
}
.divider {
  width: 60%;
  border-bottom: 3px dotted #6f0f11;
  margin: 60px 20% 30px 20%;
}
.centercontent {
  text-align: center;
  margin: 0px 25%;
}
.centercontent .btn {
  box-shadow: none;
}
.centercontent h1 {
  color: #6f0f11;
  font-size: 40px;
  font-weight: 300;
}
.centercontent p {
  font-size: 20px;
}
.centercontent .sc-icons a {
  display: inline-block;
  width: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .centercontent {
    margin: 0px;
  }
  .centercontent .btn {
    width: 100%;
  }
}

.react-tel-input .form-control {
color: #000;
}
