/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #fff; }

body {
  font-style: normal;
  line-height: 1.5; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem; }

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap; }



a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

.mbr-section-title {
  font-style: normal;
  line-height: 1.2; }

.mbr-section-subtitle {
  line-height: 1.3; }

.mbr-text {
  font-style: normal;
  line-height: 1.6; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type='hidden'] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }
  #menu{
    /*padding-top: 15px;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  body{
    padding-top: 80px;
  }
  .date input{
    background: transparent;
    color: #36b342;
  }
  .date input:focus{
    background: transparent;
  }
  #menu .time{
    float: right;
    line-height: 40px;
    font-size: 26px;
    text-align: right;
    padding-top: 17px;
    font-weight: bold;
    padding-right: 40px;
    position: relative;
    z-index: 9999;
  }
  #bell{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 15px;
  }
  #bell svg{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
  }

  #menu .time .date{
    color: #36b342;
  }
  #menu img{
    max-width: 100%;
  }
img{
  max-width: 100%;
}
.team{
  margin-top: 30px;
}
.team .title{
  color: #707070;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.team .content ul{
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex ;
  flex-direction: row ;
  flex-wrap: wrap ;
  justify-content: flex-start ;
  align-items: center ;
  align-content: center ;
}
*{
  box-sizing: border-box;
}
.team .content ul li{
  width: 125px;
  padding: 0 10px;
  margin-bottom: 15px;
}
.team .content ul li .avatar{
  width: 105px;
  height: 105px;
  display: inline-block;
  border: 4px solid #36b342;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.team .content ul li .name{
  color: #36b342;
  text-align: center;
  font-weight: bold;
}

.team.server .content ul li .avatar{
  border: 4px solid #b7b7b7;
}
.team.server .content ul li .name{
  color: #444;
}
.team.comter .content ul li .avatar{
  border: 4px solid #b963a8;
}
.team.comter .content ul li .name{
  color: #444;
}
.team .content ul li .time{
  color: #777;
  text-align: center;
}
.team .content ul li .avatar img{
  display: inline-block;
  object-fit: cover;
}
footer{
  padding: 30px;
  font-size: 18px;
}
.admin{
  padding-top: 50px;
}
.admin .date{
  position: relative;
}
.admin .date .input-group-addon{
  position: absolute;
  top: 5px;
  right: 10px;
}
.col-left{
  float: left;
  width: 200px;
}
.col-left img{
  max-width: 100%;
}
.notifications {
    width: 300px;
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 63px;
    right: 15px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.notifications h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
}

.notifications h2 span {
    color: #36b342;
}

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
}

.notifications-item .text p {
    color: #aaa;
    font-size: 12px
}
@media (max-width: 768px) {
  .col-left{
    width: 120px;
  }
  #menu .time{
    padding-top: 0;
    font-size: 20px;
  }
  body{
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {

}

.dropup .dropdown-toggle::after {
  display: none; }

.w100{
    width: 100%;
}
.h100{
    height: 100%;
}
