body {
  font-family: "GloberBook", Arial, Helvetica, Geneva, sans-serif;
  font-size: 1rem;
}

.container {
  width: 100%;
  max-width: 1080px;
}



@media (min-width: 768px) {
  .content-pages {
    min-height: 500px;
  }
}



/*-------------- header --------------*/

header {
  margin-bottom: 3.571rem;
}

header .top-menu {
  background-color: #000000;
  height: 40px;
}

header .top-menu .navbar {
  padding: 0;
  z-index: 2;
  float: left;
}

header .top-menu .navbar li.nav-item {
  border-right: 1px solid #444444;
}

header .top-menu .navbar li.nav-item:first-child {
  border-left: 1px solid #444444;
}

header .top-menu .navbar li.nav-item a {
  color: #ffffff;
  font-size: 0.9rem;
}

header .top-menu .navbar li.nav-item > a {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

header .top-menu .navbar li.nav-item a:hover,
header .top-menu .navbar li.nav-item a:focus,
header .top-menu .navbar li.nav-item.dropcolor.bgdrop > a {
  background-color: #323232;
}

header .navbar li a.dropdown-toggle::after {
  display: none;
}

header .top-menu .navbar li.nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #323232;
  margin-top: 0;
}

header .top-menu .navbar li.nav-item .dropdown-menu a:hover {
  background-color: #000000;
}

header .second-menu .navbar li.nav-item.active-sub > a {
  background-color: #f4f4f1;
}

header .top-menu form {
  float: right;
}

header .top-menu .bootstrap-select > .dropdown-toggle {
  width: auto;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 0.8rem;
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
  outline: none !important;
  box-shadow: none;
}

header .top-menu .bootstrap-select > .dropdown-toggle:hover,
header .top-menu .bootstrap-select.show > .dropdown-toggle {
  background-color: #323232;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
}

header .top-menu .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}

header .top-menu .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  width: auto;
}

header .top-menu .bootstrap-select.btn-group .dropdown-menu {
  background-color: #323232;
  margin-top: 0;
  border: none;
  border-radius: 0;
}

header .top-menu .bootstrap-select > .dropdown-toggle {
  padding-right: 15px;
  font-family: 'GloberBook';
}

header .top-menu .bootstrap-select.btn-group ul.dropdown-menu.inner li {
  text-align: center;
}

header .top-menu .bootstrap-select.btn-group.show ul.dropdown-menu {
  display: block;
}

header .top-menu .bootstrap-select.btn-group ul.dropdown-menu.inner li.selected a,
header .top-menu .bootstrap-select.btn-group ul.dropdown-menu.inner li a:hover {
  background-color: #000000;
  outline: none;
}

header .top-menu .bootstrap-select.btn-group ul.dropdown-menu.inner li a {
  color: #ffffff;
  display: block;
  font-size: 0.8rem;
  padding-top: 0.3rem;
}


header .site-name {
  /*background-color: #e3e3dd;*/
  padding-top: 6rem;
  padding-bottom: 5rem;
  margin-bottom: 2px;

  background: url("../img/Arado-AAp2.jpg") no-repeat center left #000000;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

header .site-name h1 {
  font-size: 1.714rem;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
  text-align: right;
}

header .site-name h1 strong {
  font-family: "GloberBold";
}

header .second-menu {
  background-color: #e3e3dd;
  height: 45px;
}

header .second-menu .navbar {
  padding: 0;
  z-index: 1;
  background-color: #e3e3dd;
}

header .second-menu .navbar li.nav-item {
  border-right: 2px solid #ffffff;
}

header .second-menu .navbar li.nav-item:first-child {
  border-left: 2px solid #ffffff;
}

header .second-menu .navbar li.nav-item > a {
  padding-top: 0.81rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #000000;
}

header .second-menu .navbar li.nav-item a:hover,
header .second-menu .navbar li.nav-item a:focus,
header .second-menu .navbar li.nav-item.dropcolor.bgdrop > a {
  background-color: #f4f4f1;
}

header .second-menu .navbar li.nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #f4f4f1;
  margin-top: 0;
}

header .second-menu .navbar li.nav-item .dropdown-menu a:hover {
  background-color: #e3e3dd;
}

header .second-menu .navbar button {
  margin-top: 0.2rem;
}

header .second-menu .navbar button:focus {
  outline: none;
  box-shadow: none;
}

header .second-menu .navbar button i {
  font-size: 2rem;
}




/*-------------- mobile header --------------*/

@media (min-width: 992px) {
  ul.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  header .top-menu .navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  header .top-menu .navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /*header .top-menu .navbar li.nav-item,
  header .top-menu .navbar li.nav-item:first-child {
    border: none;
  }*/

  header .second-menu .navbar-nav {
    margin-top: 45px;
  }

  header .second-menu .navbar li.nav-item,
  header .second-menu .navbar li.nav-item:first-child {
    border: none;
  }
}


@media (max-width: 767px) {
  header .top-menu .container {
    padding-left: 0;
    padding-right: 0;
  }

  header .top-menu .navbar li.nav-item > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}






/*-------------- footer --------------*/

footer {
  background-color: #e3e3dd;
  margin-top: 2rem;
  padding-top: 3.214rem;
}

footer h3 {
  font-family: "GloberBold";
  font-size: 0.8rem;
  color: #000000;
  text-transform: uppercase;
}

footer nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

footer nav ul li a {
  font-size: 0.8rem;
  color: #000000;
  text-transform: uppercase;
}

footer nav ul li a:hover {
  color: #000000;
}

footer address h3 {
  text-transform: none;
}

footer address p {
  font-size: 0.8rem;
  color: #000000;
}

footer .logos {
  background-color: #000000;
  margin-top: 1.214rem;
  padding-top: 1rem;
}

footer .logos ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 0;
}

footer .logos ul li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

footer .logos ul li a {
  background: url(../img/logos.png);
  display: block;
  font-size: 0;
}

footer .logos ul li a:hover {
  opacity: 0.7;
}

footer .logos ul li a.compete {
  width: 74px;
  height: 40px;
  background-position: 0 0;
}

footer .logos ul li a.qren {
  width: 98px;
  height: 40px;
  background-position: -75px 0;
}

footer .logos ul li a.ue {
  width: 58px;
  height: 40px;
  background-position: -170px 0;
}

footer .logos ul li a.fct {
  width: 110px;
  height: 40px;
  background-position: -235px 0;
}

footer .logos ul li a.cesap {
  width: 100px;
  height: 40px;
  background-position: -350px 0;
}

footer .logos ul li a.esap {
  width: 98px;
  height: 40px;
  background-position: -450px 0;
}



/*-------------- mobile footer --------------*/

@media (max-width: 767px) {
  footer .logos ul {
    width: 100%;
    text-align: center;
  }
}





/*-------------- home --------------*/

.home section h2,
.home aside h2 {
  color: #ff6600;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 0;
}

.home section article h3 {
  color: #000000;
  font-family: "GloberSemiBold";
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.home section article p {
  color: #000000;
  font-size: 0.9rem;
}

.home section article p a {
  color: #000000;
  font-family: "GloberBold";
  /*margin-left: 0.5rem;*/
}

.home section article p a:hover {
  color: #000000;
  text-decoration: underline;
}

.home section article figure {
  border-top: 1px solid #999999;
  padding-top: 3rem;
  margin-top: 1.857rem;
  display: block;
}

.home section article:first-child figure,
.home section article:first-child + article figure {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.home aside h2 {
  color: #000000;
  margin-bottom: 2.5rem;
}

.home aside article {
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.home aside article a,
.home aside article a:hover {
  color: #000000;
}

.home aside article p {
  color: #000000;
  font-size: 0.8rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.home aside article p strong {
  font-family: "GloberBold";
}

.home aside article h4 {
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}



/*-------------- mobile home --------------*/

@media (max-width: 575px) {
  .home section article:first-child + article a {
    border-top: 1px solid #999999;
    padding-top: 2.142rem;
  }
}





/*-------------- H contents --------------*/

.page-apt section.content-page h1 b,
.page-apt section.content-page h2 b,
.page-apt section.content-page h3 b,
.page-apt section.content-page h4 b,
.page-apt section.content-page h5 b,
.page-apt section.content-page h6 b {
  font-family: "GloberBold";
}



/*-------------- page-intro 1 --------------*/


.page-intro section article a:hover {
  color: #000000;
}

.page-intro section article h3 {
  color: #000000;
  font-family: "GloberSemiBold";
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.page-intro section article p {
  color: #000000;
  font-size: 0.9rem;
}

.page-intro section article p a {
  color: #000000 !important;
  font-family: "GloberBold";
  /*margin-left: 0.5rem;*/
  text-decoration: none !important;
}

.page-intro section article p a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

.page-intro section article span.catg {
  color: #000000;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.page-intro section article {
  border-bottom: 1px solid #999999;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.page-intro section article.no-border {
  border: none;
  padding-bottom: 0;
}

.page-intro section article:last-child {
  padding-bottom: 0;
  border: none;
}

aside.sub-menu-pages nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

aside.sub-menu-pages nav ul li {
  border-bottom: 1px solid #999999;
}

aside.sub-menu-pages nav ul li:first-child {
  border-top: 1px solid #999999;
}

aside.sub-menu-pages nav ul li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8rem;
}

aside.sub-menu-pages nav ul li a:hover,
aside.sub-menu-pages nav ul li.active a {
  font-family: "GloberBold";
  text-decoration: none;
}

.page-intro section article.list-12-date {
  padding-bottom: 0;
  border: none;
}


.page-intro section article.list-12-date p {
  font-family: "GloberBold";
  font-size: 1.1rem;
  background-color: #e3e3dd;
  margin-bottom: 0;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.page-intro section article.list-12-article {
  padding-bottom: 1.5rem;
}




/*-------------- page apt --------------*/
.page-apt section.content-page .title {
  margin-bottom: 2rem;
}

.page-apt section.content-page .title span.catg {
  color: #000000;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.page-apt section.content-page .title h2 {
  font-family: "GloberBold";
  font-size: 1.8rem;
}

.page-apt section.content-page p {
  color: #000000;
  font-size: 0.9rem;
}

.page-apt section.content-page p b,
.page-apt section.content-page p strong {
  font-family: "GloberSemiBold";
}

.page-apt section.content-page ul {
  list-style: none;
  margin: 1rem 0 2rem 0;
  padding-left: 1.5rem;
}

.page-apt section.content-page ul li {
  color: #000000;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  text-indent: -0.5rem;
  margin-left: 0.5rem;
}

.page-apt section.content-page p a,
.page-apt section.content-page ul li a {
  color: #999999;
  text-decoration: underline;
}

.page-apt section.content-page p a:hover,
.page-apt section.content-page ul li a:hover {
  color: #000000;
  text-decoration: underline;
}


.page-apt.contacts .title {
  margin-bottom: 2rem;
}

.page-apt.contacts address h4 {
  font-size: 1rem;
  font-family: "GloberSemiBold";
  margin-bottom: 1rem;
}

.page-apt.contacts form p {
  color: #000000;
  font-size: 0.9rem;
}

.page-apt.contacts form p strong {
  font-family: "GloberSemiBold";
}

.page-apt.contacts form label {
  color: #000000;
  font-size: 0.9rem;
  font-family: "GloberSemiBold";
  margin: 0;
}

.page-apt.contacts form .btn-primary {
  background-color: #000000;
  border-color: #000000;
  cursor: pointer;
}

.page-apt.contacts form .btn-primary:hover,
.page-apt.contacts form .btn-primary:focus {
  background-color: #e3e3dd;
  border-color: #e3e3dd;
  color: #000000;
  outline: none;
  box-shadow: none;
}

.page-apt.contacts form .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #000000;
}

.page-apt.contacts footer {
  margin-top: 5rem;
}



.page-apt .member-detail img {
  margin-bottom: 3rem;
}

.page-apt .member-detail .block-desciption {
  margin-bottom: 2rem;
}

.page-apt .member-detail .block-desciption:last-child {
  margin-bottom: 0;
}

.page-apt .member-detail .block-desciption h5 {
  font-family: "GloberSemiBold";
  margin-top: 0;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

.page-apt .member-detail .block-desciption ul {
  padding-left: 0;
}

.page-apt .member-detail .block-desciption ul li::before {
  content: "-";
  margin-right: 0.2rem;
}

.page-apt .member-detail .block-desciption p strong,
.page-apt .member-detail .block-desciption ul li strong {
  font-family: "GloberSemiBold";
}











/*-------------- return --------------*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 16px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
























