/**
* Theme: www.undernet.org
* Version: v2.0.1
* Author: Ciprian Nicolae
* nickname: snow
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/*--------------------------------------------------------------
 table {
     width: 100%;
     border-collapse: collapse;
     margin:0px auto;
	border-radius: .25rem
}
--------------------------------------------------------------*/
 th {
     background: #3498db;
     color: white;
     font-weight: bold;
}
 td, th {
     padding: 10px;
     text-align: left;
     font-size: 18px;
}
 .labels tr td {
     background-color: #e9ecef;
     font-weight: bold;
     color: #fff;
}
 .label tr td label {
     display: block;
}
 [data-toggle="toggle"] {
     display: none;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}


.btn {
    display: inline-block;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 16px;
  transition: all 0.5s;
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .social-links a {
  color: #413e66;
  padding-left: 20px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0;
  }

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  height: 80px;
  top: 0;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

#header .logo {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo a {
  color: #413e66;
}

#header .logo img {
  max-height: 50px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

.col-md-4 {
top: 0;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left: 30px;
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 0;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #1bb1dc;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# intro section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../img/background.png") center top no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 100px 0 60px 0;
  }
  #intro .container {
    height: auto !important;
  }
  #intro .intro-img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }
}

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #1bb1dc;
}

@media (max-width: 767px) {
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover, #intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 10px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f8f9fa;
}


/* Services Section
--------------------------------*/
#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #1bb1dc;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/* committees section
--------------------------------*/
#committees {
  padding: 60px 0;
}

@media (max-width: 991px) {
  #committees .committees {
    padding-top: 30px;
  }
}

#committees .committees-content .features {
  margin: 0 0 15px 0;
  padding: 0;
}

#committees .committees-content .features i {
  font-size: 36px;
  float: left;
}

#committees .committees-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#committees .committees-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#committees .counters {
  padding-top: 40px;
}

#committees .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#committees .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/
#webchat {
  width: 100%;
  background: #2d2b46;
  background-size: cover;
  padding: 100px 0;
}

#webchat .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#webchat .cta-text {
  color: #fff;
}

@media (min-width: 991px) {
  #webchat .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#webchat .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#webchat .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

/* sponsors section
--------------------------------*/
#sponsors {
  padding: 60px 0;
}

#sponsors img {
  max-width: 80%;
  transition: 0.3s;
  padding: 15px 0;
}

#sponsors img:hover {
  opacity: 1;
}

#sponsors .owl-nav, #sponsors .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#sponsors .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#sponsors .owl-dot.active {
  background-color: #1bb1dc;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
  border-top:1px dashed #aaa; 
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  color: #1bb1dc;
}

#footer .credits a:hover {
  color: #0a98c0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# servers.php webpage
--------------------------------------------------------------*/
 #servers {
  width: 100%;
  position: relative;
  background: #f0f0f0 ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
 #servers {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #servers h4 {
     font-weight: 600;
     font-size: 24px;
}
/*--------------------------------------------------------------
# links.php webpage
--------------------------------------------------------------*/
 #links {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #links {
     padding: 150px 0;
     padding-bottom: 0;
}
 #links h4 {
     font-weight: 600;
     font-size: 24px;
}

 #emails {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #emails {
     padding: 20px 0;
     padding-bottom: 20px;
}
 #emails h4 {
     font-weight: 600;
     font-size: 24px;
}

.alert-emails {
  background-color:#fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}


 #sponsorsgrid {
     padding: 10px 0;
     padding-bottom: 60px;
     background: #f0f0f0;
     background-size: cover;
}
 #sponsorsgrid #sponsorsgrid-flters {
     padding: 0;
     margin: 5px 0 35px 0;
     list-style: none;
     text-align: center;
}
 #sponsorsgrid #sponsorsgrid-flters li {
     cursor: pointer;
     margin: 15px 15px 15px 0;
     display: inline-block;
     padding: 6px 10px;
     font-size: 16px;
     line-height: 20px;
     color: #413e66;
     margin-bottom: 5px;
     transition: all 0.3s ease-in-out;
}
 #sponsorsgrid #sponsorsgrid-flters li:hover, #sponsorsgrid #sponsorsgrid-flters li.filter-active {
     color: #1bb1dc;
}
 #sponsorsgrid #sponsorsgrid-flters li:last-child {
     margin-right: 0;
}
 #sponsorsgrid .sponsorsgrid-item {
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap {
     overflow: hidden;
     position: relative;
     margin: 0;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap:hover img {
     opacity: 0.4;
     transition: 0.3s;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     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;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     text-align: center;
     opacity: 0;
     transition: 0.2s linear;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info h4 {
     font-size: 16px;
     line-height: 1px;
     font-weight: 700;
     margin-bottom: 14px;
     padding-bottom: 0;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info h4 a {
     color: #fff;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info h4 a:hover {
     color: #1bb1dc;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info p {
     padding: 0;
     margin: 0;
     color: #f8fcff;
     font-weight: 500;
     font-size: 14px;
     text-transform: uppercase;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info .link-preview, #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info .link-details {
     display: inline-block;
     line-height: 1;
     text-align: center;
     width: 36px;
     height: 36px;
     background: #1bb1dc;
     border-radius: 50%;
     margin: 10px 4px 0 4px;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info .link-preview i, #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info .link-details i {
     padding-top: 6px;
     font-size: 22px;
     color: #fff;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info .link-preview:hover, #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info .link-details:hover {
     background: #42c3e8;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info .link-preview:hover i, #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap .sponsorsgrid-info .link-details:hover i {
     color: #fff;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap:hover {
     background: #282646;
}
 #sponsorsgrid .sponsorsgrid-item .sponsorsgrid-wrap:hover .sponsorsgrid-info {
     opacity: 1;
}



/*--------------------------------------------------------------
# help.php webpage
--------------------------------------------------------------*/
#help {
     padding: 150px 0;
     width: 100%;
     position: relative;
	 background: #f0f0f0;
     color: #413e66;
     padding-bottom: 0;
}
.alert-help {
  background-color:#f8f9fa;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

#help .help-content {
  padding-top: 0;
}

#help .help-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#help .help-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#help .help-content ul {
  list-style: none;
  padding: 0;
}

#help .help-content ul li {
  padding-bottom: 5px;
}

#help .help-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#help .help-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#help .help-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#help .help-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#help .help-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#help .help-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

.alert-about {
  background-color:#f8f9fa;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

 #gettingstarted {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #gettingstarted {
     padding: 0 0;
     padding-bottom: 60px;
}
 #gettingstarted h4 {
     font-weight: 600;
     font-size: 24px;
}

/*--------------------------------------------------------------
# sitemap webpage
--------------------------------------------------------------*/
 #sitemap {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #sitemap {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #sitemap h4 {
     font-weight: 600;
     font-size: 24px;
}

/*--------------------------------------------------------------
# sitemap webpage
--------------------------------------------------------------*/
 #webmasters {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #webmasters {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #webmasters h4 {
     font-weight: 600;
     font-size: 24px;
}

/*--------------------------------------------------------------
# aup.php webpage
--------------------------------------------------------------*/
 #aup {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #aup {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #aup h4 {
     font-weight: 600;
     font-size: 24px;
}
.alert-aup {
  background-color:#f8f9fa;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}
/*--------------------------------------------------------------
# people.php webpage
--------------------------------------------------------------*/
 #people {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #people {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #people h4 {
     font-weight: 600;
     font-size: 24px;
}

/*--------------------------------------------------------------
# /help webpage
--------------------------------------------------------------*/
 #pagehelp {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #pagehelp {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #pagehelp h4 {
     font-weight: 600;
     font-size: 24px;
}

.navhelp {
    font-family: Montserrat-Medium;
	text-transform: uppercase;
	color: #fff;
    font-weight: bold;
	font-size: 13px;

}


/*--------------------------------------------------------------
# /loc webpage
--------------------------------------------------------------*/
 #loc {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #loc {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #loc h4 {
     font-weight: 600;
     font-size: 24px;
}


/*--------------------------------------------------------------
# /rules /oprules webpage
--------------------------------------------------------------*/
#rules {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
     padding: 150px 0;
     padding-bottom: 60px;	 
}

@media (max-width: 991px) {
  #rules .rules {
    padding-top: 30px;
  }
}

#rules .rules-content .features {
  margin: 0 0 15px 0;
  padding: 0;
}

#rules .rules-content .features i {
  font-size: 36px;
  float: left;
}

#rules .rules-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#rules .rules-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#rules .counters {
  padding-top: 40px;
}

#rules .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#rules .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/*--------------------------------------------------------------
# /training webpage
--------------------------------------------------------------*/
 #training {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #training {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #training h4 {
     font-weight: 600;
     font-size: 24px;
}
.alert-training {
  background-color:#f8f9fa;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}
.alert-training-albastru {
  background-color:#1bb1dc;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

/*--------------------------------------------------------------
# /wm webpage
--------------------------------------------------------------*/
 #wm {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #wm {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #wm h4 {
     font-weight: 600;
     font-size: 24px;
}

.alert-wm {
  background-color:#f8f9fa;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

.alert-red {
  background-color:#f08080;
  color:#fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}
 #wmspace {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #wmspace {
     padding: 0 0;
     padding-bottom: 60px;
}
 #wmspace h4 {
     font-weight: 600;
     font-size: 24px;
}

.text-wm {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #F8F9FA;
	border: 1px solid #F8F9FA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

.info {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navwebmasters {
    font-family: Montserrat-Medium;
	text-transform: uppercase;
	color: #fff;
    font-weight: bold;
	font-size: 12px;

}


/*-- spatiu pentru: <br class="space"> ----*/
.space {
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
}

.spacedocs {
  content: "";
  margin: 1em;
  display: block;
  font-size: 24%;
}


/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination {
    clear: both;
    padding-top: 10px;
}
.pagination a {
    font-family: Montserrat-Regular;
    border: 1px solid #D5D5D5;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    margin:2px;
}
.pagination a:hover, .pagination a:active {
    background:#efefef;
}
.pagination span.current {
    font-family: Montserrat-Regular;
    background-color: #1bb1dc;
    border: 1px solid #1bb1dc;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    margin:2px;
}
.pagination span.disabled {
    font-family: Montserrat-Regular;
    border: 1px solid #D5D5D5;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    margin:2px;
}


/*--------------------------------------------------------------
# /docs webpage
--------------------------------------------------------------*/
 #docs {
     width: 100%;
     position: relative;
     background: #f0f0f0;
     background-size: cover;
}
 #docs {
     padding: 150px 0;
     padding-bottom: 60px;
}
 #docs h4 {
     font-weight: 600;
     font-size: 24px;
}

.alert-documents {
  background-color:#f8f9fa;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

.text-alertdocs {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f08080;
	border: 1px solid #f08080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

.navdocs {
    font-family: Montserrat-Medium;
	text-transform: uppercase;
	color: #fff;
    font-weight: bold;
	font-size: 12px;

}

.btn-clipboard {
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
	outline: 1px dashed #212529;
}

ul {
    padding-left: 20px;
    padding-top: 3px;
}

ol {
    padding-left: 20px;
    padding-top: 3px;
}
