html, body {
  background-color: #ffffff;
}

.cover {
  background: transparent url('../images/welcome.jpg') center;
  background-size: cover;
  height: 100%;
  height: 30rem;
  color: #fff;
}
.cover-summer {
  background: transparent url('../images/welcome.jpg') center;
  background-size: cover;
  height: 100%;
  height: 30rem;
  color: #fff;
}
.cover
.cover-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.cover-summer
.cover-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.cover-item {
  flex: 0 32%;
  padding: 1.0rem;
}

.welcome-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.welcome-container-item-logo {
  height: 2.0rem;
  margin-left: 0.1rem;
  margin-right: 0.8rem;
}
.welcome-container-item-text {
  flex-grow: 1;
}

.navbar {
  height: auto;
}
.navbar-brand {
  color: #000000  !important;
}
.navbar-dropdown_custom {
  background-color: #e5e4e2;
}
.navbar-dropdown_active {
  font-weight: bold;
}
.navbar-dropdown_custom:hover {
  background-color: #e0e0e0;
}
.nav-link {
  color: #000000  !important;
}
.nav-link:focus, .nav-link:active {
   box-shadow: none;
   outline: none !important;
}
.navbar-toggler {
  background: none;
  border: none;
  color: #ffffff;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}

.navbar-light
.navbar-toggler
.icon-bar {
  background: #000;
}

.navbar-toggler
.icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler
.icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler
.icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed
.icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggler.collapsed
.icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed
.icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.ns-nofocus:focus,
.ns-nofocus:active {
   box-shadow: none;
   outline: none !important;
 }

a.card,
a.card:hover {
  color: #212529;
  text-decoration: none;
}
a.card:hover {
  color: #212529;
  text-decoration: none;
  opacity: 0.8;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

i.fb,       span.fb{     	color: #3b5998; }
i.tw,       span.tw{     	color: #00aced; }
i.google,   span.google{ 	color: #dd4b39; }
i.linkin,   span.linkin{ 	color: #007bb6; }
i.vk,       span.vk{     	color: #45668e; }
i.pinterest,span.pinterest{ color: #cb2027; }
i.surfingbird{ max-height: 12px; min-width: 25%; }
i.surfingbird::before{
    content: url(https://bootstrap-ru.com/cdn/i/surf.png);
    position: relative;
    left:0px;
    top: -7px;
    float: left;
}

.google-plus-one{
   overflow: hidden;
   position: relative;
}

.google-plus-one i{
   position: absolute;
   left: -12px;
   bottom: 2px;
}

.google-plus-one span{
   font-size: 16px;
   font-weight: 900;
   line-height: 10px;
   margin-left: 15px;
}

.btn-sm.google-plus-one span{ font-size: 14px; }
.btn-sm.google-plus-one i{ bottom: 2px; left: -8px}
.btn-lg.google-plus-one span{ font-size: 20px; margin-left: 18px; }
.btn-lg.google-plus-one i{ bottom: 2px; left: -16px}
.btn-xs.google-plus-one span{ font-size: 12px;}
.btn-xs.google-plus-one i{ bottom: -2px; left: -13px}

.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
