
.BHHead { font-family: <? echo $font ?>; font-size:1.4em; color:#ED0D10; font-weight: normal;}
.BHHead1 { font-family: <? echo $font ?>; font-size: 1.4em; color:#ED0D10;}
.BHText { font-family:<? echo $font ?>; font-size:<? echo $fontsize ?>; color:#<? echo $fontcolor ?>; font-weight: 300; font-style: normal;}

.Headline { font-family: <? echo $font ?>; font-size:1.6em; color:#ED0D10; font-weight: normal;}
.Headline1 { font-family: <? echo $font ?>; font-size: 1.2em; color:#ED0D10;}
.Headline2 { font-family: <? echo $font ?>; font-size: 1.2em; color:#<? echo $fontcolor ?>; font-weight: bold; font-style: normal;}

.ZVDHHead  { font-family: <? echo $font ?>; font-size:1.6em; color:#ED0D10; font-weight: normal;}
.ZVDHHead1 { font-family: <? echo $font ?>; font-size: 1.2em; color:#ED0D10;}
.ZVDHHead2 { font-family: <? echo $font ?>; font-size: 1.2em; color:#ED0D10; font-weight: normal; font-style: normal;}
.ZVDHHead3 { font-family: <? echo $font ?>; font-size: 1.2em; color:#<? echo $fontcolor ?>; font-weight: normal; font-style: normal;}
.ZVDHText  { font-family:<? echo $font ?>; font-size: 1.0em; color:#<? echo $fontcolor ?>; font-weight: normal; font-style: normal;}
.ZVDHTextb { font-family:<? echo $font ?>; font-size: 1.0em; color:#<? echo $fontcolor ?>; font-weight: normal; font-style: normal;}
.ZVDHinput {FONT-SIZE:1.0em; COLOR:#<? echo $fontcolor ?>; BACKGROUND-COLOR:#fafafa; font-family: <? echo $font ?>, sans-serif; border-style:solid; border-width:thin; border-color:#A2A2A2;}

.box .slide-up {
  top: 9.2em !important;
}

#box-wrap {
  width: 85% !important;
  margin: 0 auto;
  text-align: center;
  float: none !important;
  clear: both;
}

#mbMedia {
  padding: 10px;
}

#mbBottom {
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-top: 20px !important;
}

#mbCenter {
  padding: 0 !important;
}


.allover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
  background-color: transparent;
}

.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px dotted #fff;
  background-color: #193369;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .6);
}

.cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .6);
}

.content {
  min-height: 600px;
  /*background-color: #F3F6FC;*/
}

.content a {
  text-decoration: none;
  color: inherit;
}

.content a:hover, .footer a:hover {
  text-decoration: underline;
}

.content-inner {
    padding: 2% 4%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    left: 2.1%;
    position: relative;
        line-height: 1.5em;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.slide1 {
  background-image: url('../images/slider1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider2 {
  background-image: url('../images/slider2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider3 {
  background-image: -webkit-linear-gradient(270deg, rgba(38, 65, 122, .2), rgba(38, 65, 122, .2)), url('../images/slider3.jpg');
  background-image: linear-gradient(180deg, rgba(38, 65, 122, .2), rgba(38, 65, 122, .2)), url('../images/slider3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.log {
  position: absolute;
  left: 12%;
  top: 48px;
  z-index: 8;
  padding: 20px;
  border: 1px solid #c7c7c7;
  background-color: hsla(0, 0%, 100%, .9);
}

.navig {
  position: relative;
  z-index: 9;
  height: 50px;
  border-bottom: 0px none #fff;
  background-color: #c00000;
  box-shadow: 0 3px 14px 0 dimgrey;
}

.ddm {
  position: relative;
  left: 0%;
  top: 0px;
  bottom: 0px;
  z-index: 37;
  display: block;
  margin-top: 50px;
  margin-left: 0%;
  padding-top: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Fontawesome webfont', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.title {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(179deg, hsla(0, 0%, 100%, .9), transparent);
  background-image: linear-gradient(271deg, hsla(0, 0%, 100%, .9), transparent);
}

.title.t2 {
  background-image: -webkit-linear-gradient(179deg, #26417a, transparent 81%);
  background-image: linear-gradient(271deg, #26417a, transparent 81%);
}

.titletxt {
  padding-top: 13px;
  padding-right: 50px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  color: #26417a;
  font-size: 90px;
  line-height: 90px;
  text-align: right;
  text-transform: uppercase;
}

.titletxt.tx2 {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}

.slider4 {
  background-image: url('../images/slider4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.motto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f3f6fc;
}

.h1motto {
  margin-bottom: 20px;
  padding-left: 50px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8b;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.right {
  width: 100%;
}

.mo2 {
  color: #26417a;
  font-size: 130px;
  line-height: 130px;
}

.faw a {
  text-decoration: none;
}


.faw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.fawover {
  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;
}

.fatxt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #e20000;
  font-size: 90px;
  text-align: center;
}

.fawtxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #929292;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 3px;
}

.photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h1phot {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 35;
  margin-top: 70px;
  margin-left: -10%;
  font-family: Montserrat, sans-serif;
  color: #26417a;
  font-size: 70px;
  line-height: 80px;
  font-weight: 400;
  text-transform: uppercase;
}

.leistart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.we {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  background-color: transparent;
}

.we.welei {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background-color: #26417a;
}

.leist {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 4px;
  text-indent: 0px;
}

.list {
  font-size: 20px;
  text-indent: 0px;
}

.logoin {
  width: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.addressin {
  font-family: Montserrat, sans-serif;
  color: #26417a;
  font-size: 19px;
  line-height: 29px;
}

.addressin.ri {
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}

.navbar {
  background-color: #c00000;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .6);
}

.navlink {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #242b99;
}

.dropdown.w--open {
  background-color: transparent;
}

.subnav {
  border-bottom: 1px dotted hsla(0, 0%, 100%, .5);
  background-color: rgba(0, 0, 0, .7);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: none;
}

.subnav:hover {
  background-color: rgba(36, 43, 153, .85);
}

.butdown {
  position: absolute;
  left: 0px;
  top: 70vh;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  border-radius: 120px;
  background-color: rgba(192, 0, 0, .9);
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 120px;
}

.butdown:hover {
  background-color: #26417a;
}

.fa {
  padding-top: 50px;
  text-align: center;
}

.fa-phone {
  color: #8B99B4;
}

.fa-angle-down {
  color: #fff;
  margin-top: -100px;
}

.fa-paint-brush, .fa-picture-o, .fa-pinterest-p {
  color: #c00000;
}
html.w-mod-js *[data-ix="comedown"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="comeright"] {
  opacity: 0;
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

html.w-mod-js *[data-ix="comeleft"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="comeright-2"] {
  opacity: 0;
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

html.w-mod-js *[data-ix="scrollup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scrollup-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scrollup-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="comeright-3"] {
  opacity: 0;
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

html.w-mod-js *[data-ix="hoverbut"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .slider {
    height: 60vh;
  }
  .log {
    left: 6%;
  }
  .ddm {
    left: 0%;
    margin-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 40px;
    line-height: 40px;
  }
  .titletxt {
    padding-right: 20px;
    font-size: 30px;
    line-height: 36px;
  }
  .titletxt.tx2 {
    font-size: 30px;
    line-height: 36px;
  }
  .h1motto {
    font-size: 50px;
    line-height: 60px;
  }
  .fawtxt {
    font-size: 28px;
    line-height: 32px;
  }
  .photim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h1phot {
    margin-left: -80%;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
  }
  .we.welei {
    padding: 20px;
  }
  .leist {
    font-size: 18px;
    line-height: 22px;
  }
  .list {
    font-size: 16px;
  }
  .logoin {
    width: 70%;
  }
  .navicon {
    color: #fff;
    font-size: 50px;
  }
  .menubutton {
    padding: 5px;
  }
  .menubutton.w--open {
    background-color: #26417a;
  }
  .navmenu {
    background-color: rgba(38, 65, 122, .9);
  }
}

@media (max-width: 767px) {
  .slider {
    height: 35vh;
  }
  .log {
    left: 10%;
  }
  .motto {
    border-bottom: 2px dotted #26417a;
  }
  .h1motto {
    padding-left: 20px;
    font-size: 30px;
    line-height: 40px;
  }
  .mo2 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 80px;
    line-height: 80px;
  }
  .fawover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h1phot {
    margin-left: -30%;
  }
  .leistart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .we {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 2px dotted #26417a;
  }
  .we.welei {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .address {
    padding-right: 20px;
    padding-left: 20px;
  }
  .addressin {
    font-size: 17px;
    line-height: 24px;
  }
  .addressin.ri {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 479px) {
  .log {
    left: 5%;
  }
  .mo2 {
    font-size: 60px;
    line-height: 60px;
  }
  .faw {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .we.welei {
    padding: 20px 10px;
  }
  .leist {
    font-size: 17px;
    line-height: 19px;
  }
  .list {
    font-size: 13px;
    line-height: 13px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .address {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .addressin.ri {
    text-align: left;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}