@charset "utf-8";

/* CSS Document */
*:focus {
  outline: none;
}

body {
  overflow-x: hidden;
}

#site-wrapper {
  width: 80%;
  margin: auto;
}

.main {
  margin-top: 400px;
}

.banner {
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff url("assets/layout/banner.jpg") no-repeat;
  background-size: 100% auto;
  clear: none;
  z-index: -1000;
}

a,
a:hover,
a:focus {
  outline: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  outline: none;
}

.search-btn:hover {
  opacity: 0.7;
  background-color: gray;
}

div.main p a {
  text-decoration: underline;
}

div.main a {
  font-weight: 500;
}

section.agenda h3 {
  font-size: 1.4em;
  font-weight: 500;
}

/* SIDEBAR with icons or text-only */
.wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}

.wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}

.wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #376cba;
}

.wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 16px;
}

.wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}

.wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #444444 !important;
  margin-bottom: 10px;
  /*border-left: 5px solid transparent;*/
}

.wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #376cba;
  border-left: 2px solid #376cba;
  border-bottom: none;
}

.wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #376cba !important;
  font-weight: bold;
  border-left: 5px solid #376cba !important;
  border-radius: 0PX;
}

.wrapper .page-sidebar .widget .nav li a.inactive {
  background: none;
  color: #376cba;
  font-weight: bold;
  border-left: 4px solid rgb(231, 231, 231);
}

.wrapper .page-sidebar .nav-tabs>li {
  width: 100%;
}

.wrapper .page-sidebar .nav-tabs {
  background: #fff;
}

/****LEFT SUB-MENU****/
.wrapper .page-sidebar .widget .nav li ul {
  margin-left: 20px;
}

.wrapper .page-sidebar .widget .nav li ul li {
  font-size: 10px;
}

.wrapper .page-sidebar .widget .nav li.active ul li a {
  border-left: none;
  font-weight: normal;
  margin-bottom: 5px;
}

.wrapper .page-sidebar .widget .nav li ul li a:hover {
  border-left: 2px dotted #376cba;
}

.wrapper .page-sidebar .widget .nav li.active ul li.active a {
  border-left: 3px solid #376cba;
  font-weight: bold;
}


.wrapper .page-sidebar ul {
  padding-left: 0;
}

.wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.wrapper .page-sidebar .news-item {
  margin-bottom: 10px;
  line-height: 1.4em;
}

.wrapper .page-sidebar .news-item img {
  width: 60px;
  height: 60px;
}

.wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  line-height: 1.45em;
  margin-top: 0;
}

.wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}

section ul li {
  margin-bottom: 34px;
}

.news-wrapper article img {
  margin-right: 15px;

}

.news-wrapper article p {
  word-break: break-word;
}

.internal-news img {
  /*max-width: 150px;*/
}

/* TEXT */
.thumbnail,
.caption {
  word-break: break-word !important;
}

/* IMAGE HOVER with buttons */
a.show-image {
  position: relative;
  float: left;
  margin: 5px;
}

a.show-image:hover img {
  opacity: 0.5;
}

a.show-image:hover i {
  display: inline-block;
}

a.show-image i {
  position: absolute;
  display: none;
  padding: 10px;
}

a.show-image i:hover {
  border-radius: 50px;
  border: 2px solid #376cba;

}

a.show-image i.view {
  top: 40%;
  left: 25%;
  margin: 0 auto;
  margin-right: 30px;
}

a.show-image i.download {
  top: 40%;
  left: 55%;
  margin: 0 auto !important;
  margin-left: 40px;
  /*display: inline-block;*/
}

code {
  background-color: #dde0e461;
}

@media (max-width: 768px) {
  table {
    overflow-x: scroll;
    display: block;
  }

  section.intro>div>div {
    margin-right: -15px;
  }
}


.navbar .navbar-nav>li>a {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: 'Titillium Web', Helvetica, Arial;
}

.navbar .navbar-nav>li.open>.dropdown-menu {
  margin-top: 0;
  padding-bottom: 20px;
}

.dropdown-header {
  text-transform: uppercase;
  color: #376cba;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: 'Titillium Web';
}

/* Horizontal menu
.nav > li.dropdown.open {
position: static;
}
.nav > li.dropdown.open .dropdown-menu {
display:table; width: 100%; text-align: center; left:0; right:0;
}
.dropdown-menu>li {
* display: table-cell;
display:block;
float:left;
width:300px;
heigh:150px;
padding: 5px;
}


ul.dropdown-menu>li { float: left; width: 50% !important; }
ul.dropdown-menu{
width:500px;
}*/
.navbar {
  box-shadow: none;
}

.navbar .navbar-nav>li.open>.dropdown-menu {
  margin-top: 0px;
  border-radius: 0px !important;
}

.navbar .navbar-nav>li>.dropdown-menu~li>.dropdown-menu {
  margin-left: 150px;
}

.navbar .navbar-nav>li>a {
  font-weight: 500;
}

.nav-pills>li {
  float: left;
  background-color: #dde0e4;
  margin: 2px;
}


.nav-pills>li i {
  display: block;
  font-size: 39px;
  padding: 5px 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  box-shadow: none;
}

.nav-pills>li>a {
  line-height: 1.3em;
  /* line-height: 24px; */
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  height: 100px;
  width: 100px;
  text-align: center;
  color: #555555;
  transition: all .3s;
}

.nav-pills>li>a {
  border-radius: 0px;
}

.nav-pills>li:hover>a {
  /*, .nav-pills > li > a :hover {*/
  background-color: #3c4858;
  color: white !important;
}

.nav-pills>li>a.green {
  background-color: mediumseagreen;
  color: white;
}

.nav-pills>li>a.yellow {
  background-color: #ffb651f0;
  color: white;
}

.main ul li.list {
  margin-bottom: 5px;
  /*line-height: 1.4em;*/
}

ul li p {
  line-height: 1.385em;
}

ol li {
  margin-bottom: 20px;
  /*line-height: 1.4em;*/
}

.logo-container .brand {
  width: 400px;
}

@-moz-document url-prefix() {
  /*h1 {
    color: red;
  }*/
  /*i.material-icons { display:none !important; }*/
}

.btn {
  text-decoration: none !important;
}

.modal-content a {
  text-decoration: underline;
}

.main ul li {
  margin-bottom: 5px;
  /*15px;*/
}

.docs-list li {
  margin-bottom: 10px !important;
}

.strong {
  font-weight: bold !important;
}

.text--underline {
  text-decoration: underline;
}


/* Auth */
body {
  /*background: url(limages/bg-particles.jpg);*/
  background-size: cover;
}

.navbar {
  border-radius: 0;
}

#main {
  margin-top: 0px;
  width: 27em;
  margin: 0 auto;
  z-index: 0;
}

.container-w-auto {
  width: auto;
}

form {
  margin-bottom: 20px;
}

input#submit {
  width: 92% !important;
}