﻿@font-face {
  font-family: 'AdventPro-Thin';
  src: url('AdventPro-Thin.ttf');
}
@font-face {
  font-family: 'AdventPro-Light.ttf';
  src: url('AdventPro-Light.ttf');
}
@font-face {
  font-family: 'Jura-Light.ttf';
  src: url('Jura-Light.ttf');
}

h1, h2, h3 { font-family: 'Jura-Light', 'Tahoma Light', serif; 
}
h5 {}
#dropdown-menu-2btn-3 .nav .link, #dropdown-menu-2btn-3 .dropdown-item {
    font-size: 1.4em;
    color: #777777; 
    font-family: 'Jura-Light.ttf', sans-serif;
}

body{ font-family: 'Jura-Light.ttf', sans-serif;  font-size: 1.4em;
}

.mbr-gallery .mbr-gallery-item {
   padding-top: 20px; 
   padding-right: 10px;
}


#msg-box4-49 .mbr-article P {
    color: #333;
}
/* contactMain.asp css */
/*
	CONTACT FORM
*********************************/
#formBG {
	margin: 0;
	padding: 0;
}
#formBG fieldset {
	border: 0;
	margin: 0;
	padding: 1px 25px;

}
#formBG label {display: block; font-weight: bold;
    font-size: 1.2em;
}

#formBG input[type=text], #formBG select, #formBG textarea {
    width: 100%;
	font-family: verdana, san-serif;
	background: #eee;
	border: 0;
	margin: 2px 0px;
	padding: 5px;
	color: #666;
	border:1px #ddd solid;
	border-radius: 5px;
}

#formBG div.bgcolor {
	display: inline-block;
	background: #eee;
	border:1px #ddd solid;
	border-radius: 5px;
	padding: 12px 10px;
	margin: 0 10px 0 0;
}
#formBG div.bgcolor input {
	background: #fff;
}

#formBG .textSmall {
	font-size: 1.4em;
	line-height: 140%;
	color: #252525;
}

#formBG fieldset:last-child {text-align: center}
#formBG input.submit {margin: auto; padding: 12px; border-radius: 5px;}

#formBG .inputText {display: none}
span.failure {display:block; padding: 8px; background: #dc0; color: #000;}
span.success {display:block; padding: 8px; background: #06d; color: #eee;}

/*
	SEARCH FORM
*********************************/
#searchFormBG {
	margin-top: 10px;
	text-align: center;
}

#searchFormBG fieldset {
	border: 0;
	margin: 1px auto;
}
#searchFormBG label {
	padding-right: 2px;
}
#searchFormBG input, #searchFormBG select {
	font-family: verdana, san-serif;
	background: #444;
	padding: 2px;
	border: 1px solid #666;
	color: #ccc;
}

#searchFormBG #submit {
	background: #000 url('../imgPG/grad50WT40.png') left bottom repeat-x;
	padding: 8px 14px;
	border: 1px solid #444;
	color: #ccc;
	cursor: pointer;
}
#searchFormBG #submit:hover {
	background: #000 url('../imgPG/grad50TW.png') left top repeat-x;
}

.navbar-dropdown .dropup, .navbar-dropdown .dropdown {
    position: relative;
    color:black;
}
.mbr-arrow {
  bottom: 48px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (max-width: 991px) {
    .mbr-arrow {
      bottom: 31px; } }
  @media (max-width: 320px) {
    .mbr-arrow {
      bottom: 21px; } }
  @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mbr-arrow {
      bottom: 31px; } }
  
  .mbr-arrow a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px; }
    .mbr-arrow a:hover {
      background: #2d2d2d; }
  
  .mbr-arrow-icon {
    display: block; }
    .mbr-arrow-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      left: 4px;
      position: relative;
      top: 6px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .mbr-arrow-floating .mbr-arrow-icon {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s; }

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000; }
  @media (max-width: 991px) {
    .mbr-arrow-up {
      bottom: 31px; } }
  @media (max-width: 320px) {
    .mbr-arrow-up {
      bottom: 21px; } }
  @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mbr-arrow-up {
      bottom: 31px; } }
  .mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px;
    cursor: pointer; }
    .mbr-arrow-up a:hover {
      background: #2d2d2d; }
  .mbr-arrow-up-icon {
    display: block; }
    .mbr-arrow-up-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      position: relative;
      top: 6px;
      left: -4px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .mbr-arrow-up:hover .mbr-arrow-up-icon {
    -webkit-animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
    animation: floating-arrow-up 1.6s ease-in-out infinite 0s; }

@media (max-width: 768px) {
  .mbr-arrow-up {
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: 15px; }
   }
    
.mbr-gallery .mbr-figure__caption {
    width: 107%;
    margin-left: -10px;
    margin-right: 10px;
    box-sizing: border-box;
    border: solid 15px transparent;
    border-style: none solid;
    left: 0;
    background: none;
    margin-bottom: 20px;
}

.mbr-gallery .mbr-caption-background {
/*    background: #f5f5f5; */
    background: #ffffff;

}

.mbr-figure__caption-small {
    color: #111;
    display: block;
    font-size: 14px;
  /*  line-height: 1.3em; */
   line-height: 2px;
    font-weight: bolder;
}

.mbr-footer__copyright {
    margin: 0;
    color: black;
}

.text-xs-center {
    text-align: center!important;
}

.mbr-hero {
   	color: #777777;
    position: relative;
    padding-top: 170px;
}

.mbr-hero__text {
    font-size: 26px;
    font-weight: bold;
    left: -2px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: -18px 0 1px 0;
    padding-bottom: 41px;
    position: relative;
    top: 8px;
}

.mbr-hero__subtext {
    font-size: 18px;
    line-height: 14px;
    margin: -32px 0 3px 0;
    padding: 0 0 41px 0;
    position: relative;
    top: 6px;
}
.mbr-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}

#dropdown-menu-2btn-3 .navbar-toggler {
    color: #2d2d2d;
}

.navbar-dropdown.navbar-fixed-top {
    position: fixed;
    background: #efefef;
}

.mbr-small-footer p {
    margin-bottom: 0;
    font-size: 1.8em;
}

.mbr-section {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    
.mbr-contacts {
    color: #252525;
    font-size: 18px;
    line-height: 1.7em;
    padding: 45px 0 46px;
}

.mbr-article {
    color: #020202;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    position: relative;
    margin-top: -21px;
    top: 14px;
}

.mbr-section-title {
    margin-top: 0;
    color: white;
}
.btn-social {
    font-size: 20px;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: 2px solid #c0a375;
    color: #777777;
}
.mbr-header {
    top: 30px;
}

a, a:hover {
    text-decoration: none;
}