/* COLORS */
/* MAIN */
body {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 5px 0;
}
/************************
******* HEADER **********
*************************/
header .main-header-menu {
  background: #78a8d8;
  height: 52px;
  margin-top: 30px;
}
header .logo-area {
  background: #FBFBFB;
  border: #fff 10px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 227px;
  height: 227px;
  line-height: 192px;
  text-align: center;
  top: -82px;
  position: absolute;
  z-index: 1100;
}
header .navbar .nav a {
  color: #fff;
}
header .navbar .nav a:focus,
header .navbar .nav a:hover {
  background-color: transparent;
}
header .navbar .nav .active a {
  text-decoration: underline;
}
header .navbar .navbar-toggle .icon-bar {
  background: #fff;
}
/************************
******* MAIN CONTENT ****
*************************/
.nav-sidebar {
  margin-top: 100px;
}
.nav-sidebar li.active a {
  background-color: #78a8d8;
  /* text-decoration: underline; */
}
.nav-sidebar li a {
  color: #222;
  font-size: 14px;
  padding: 4px 6px;
  border-radius: 0px;
}
.nav-sidebar li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-left: 4px solid\9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav-sidebar li.open > a,
.nav-sidebar li .open > a:hover {
  background-color: #fff !important;
  color: #333333 !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav-sidebar li .dropdown-menu {
  top: 0;
  left: 100%;
  border: none;
  border-top-left-radius: 0px;
  margin: 0px;
  padding: 4px 12px 6px 4px;
}
.nav-sidebar li .dropdown-menu .submenu-title {
  font-size: 12px;
  color: #365372;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 16px;
}
.carousel {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  z-index: 100;
}
.carousel .carousel-indicators {
  top: 20px;
  bottom: auto !important;
}
.carousel .carousel-caption {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 34px;
  background-color: rgba(54, 83, 114, 0.5);
  width: 100%;
  left: 0;
  bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}
.block-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background: #78a8d8;
  text-align: center;
  padding: 26px 30px 30px;
  margin-top: 20px;
  -webkit-clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
  clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
  border-bottom: #78a8d8 8px solid;
}
.articles-more {
  margin-left: -15px;
}
.articles-more .block-title {
  font-size: 14px;
  color: #222;
  background: #e9ecf0;
  padding: 16px 20px 20px;
  margin-top: -21px;
}
.articles-list {
  padding: 0px;
  margin: 0px;
}
.articles-list li {
  list-style: none;
  padding: 5px 0 5px 30px;
  margin: 0px;
  text-indent: -30px;
  line-height: 16px;
}
.articles-list li a {
  color: #222;
  font-size: 14px;
  padding: 4px 6px;
  border-radius: 0px;
}
.articles-list li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-left: 4px solid\9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.articles-list .active a {
  text-decoration: underline;
}
.breadcrumb {
  background: transparent;
  font-size: 11px;
  margin-left: 0px;
  padding-left: 0px;
}
.article-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: -15px;
  border-bottom: #e9ecf0 1px solid;
}
.article img,
article img {
  max-width: 630px;
}
@media (max-width: 700px) {
  .article img,
  article img {
    max-width: 100%;
  }
}
/************************
******* FOOTER **********
**************************/
.footer {
  color: #fff;
  margin-top: 30px;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}
.footer .top-footer {
  background: #78a8d7;
  padding: 10px;
}
.footer .top-footer ul {
  list-style: none;
  margin: 0;
}
.footer .top-footer ul li {
  display: inline;
}
.footer .top-footer ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.footer .top-footer ul a::after {
  content: "\b7";
  display: inline;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer .top-footer ul.social-icons a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 4px;
}
.footer .top-footer ul.social-icons a::after {
  display: none;
}
.footer .bottom-footer {
  font-size: 11px;
  line-height: 13px;
  padding: 10px;
  background: #365372;
}
/************************
******* MEDIA **********
**************************/
@media (max-width: 1439px) {
  .logo-area {
    width: 180px !important;
    height: 180px !important;
    margin-left: 0;
    top: -62px !important;
    line-height: 154px !important;
  }
  .logo-area img {
    max-width: 80%;
  }
}
@media (max-width: 1023px) {
  .nav-sidebar {
    margin-top: 60px;
  }
  .nav-sidebar li .dropdown-menu {
    top: 100% !important;
    left: 0 !important;
  }
}
@media (max-width: 777px) {
  .navbar .nav a {
    color: #78a8d8 !important;
  }
}
/********************************/
h3 {
  font-size: 22px;
  margin: 20px 0 10px 0;
}
.form-group label {
  width: 175px;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}
.form-group input {
  width: 50%;
  display: inline-block;
}
