@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,500,500i,700,700i&subset=cyrillic';
/* Container Widths */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
/* Global Styles */
html,
body {
  height: 100%;
}
body {
  background-color: white;
  color: #333942;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 1200) {
  body {
    padding-top: 70px;
  }
}
legend {
  color: #333942;
}
img {
  max-width: 100%;
}
small {
  font-weight: inherit;
}
a,
a:hover,
a:focus {
  color: #003466;
}
a {
  transition: all 0.3s ease-out;
}
b,
strong {
  font-weight: 400;
}
/* Buttons */
.btn:focus {
  box-shadow: none;
}
.btn-primary {
  background-color: #003466;
  border-color: #003466;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #004e99;
  border-color: #004e99;
}
/* Header */
@media (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}
header .navbar {
  background-color: rgba(63, 71, 82, 0.9);
  border: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  header .navbar {
    justify-content: space-between;
  }
}
header .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 0;
  z-index: 100;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
header .navbar-brand img {
  height: 50px;
  margin-right: .5rem;
}
header .navbar-brand span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
header .navbar-brand:hover,
header .navbar-brand:focus {
  text-decoration: none;
}
header .navbar-toggler {
  border: none;
}
@media (max-width: 991px) {
  header .navbar-collapse {
    margin-top: .5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
header .dropdown-menu {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  header .dropdown-menu {
    background-color: rgba(63, 71, 82, 0.9);
    z-index: 1000;
  }
}
header .nav-link {
  padding: .5rem 1rem !important;
  color: white !important;
}
header .nav-link:hover,
header .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
header .dropdown-item {
  color: white;
  white-space: normal;
}
@media (min-width: 992px) {
  header .dropdown-item {
    margin-left: 0;
  }
}
header .dropdown-item:hover,
header .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
header .top-menu .nav-link {
  font-weight: 400;
}
@media (min-width: 992px) {
  header .top-menu .nav-link {
    padding: .5rem !important;
  }
}
@media (min-width: 992px) {
  header .top-menu .nav-link span {
    display: none;
  }
}
header .top-menu .nav-link strong {
  font-weight: 700;
}
header .top-menu .nav-link i,
header .top-menu .nav-link strong {
  display: inline-block;
  width: 1.5rem;
  margin-right: .25rem;
  text-align: center;
}
@media (min-width: 992px) {
  header .top-menu .nav-link i,
  header .top-menu .nav-link strong {
    width: auto;
    margin-right: 0;
  }
}
header .top-menu .dropdown-item {
  padding-left: 3rem;
}
@media (min-width: 992px) {
  header .top-menu .dropdown-item {
    padding: .5rem 1rem;
  }
}
header .main-menu {
  /*		.dropdown-menu {
			margin: 0;
			padding: 10px 20px;
			border: none;
			border-radius: 0;
			box-shadow: none;
			background-color: white;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		}
		
		.dropdown-item {
			display: block;
			padding: 0;
			margin: 0;
			border-radius: 2px;
			color: #333;
			text-transform: none;
			
			&:hover,
			&:focus {
				background-color: @theme-color-2;
				text-decoration: none;
			}
		}
		
		.dropdown-menu.megamenu {
			left: -15px;
			right: -15px;
			margin: 0;
			padding: 15px 0px;
			background: transparent;
			border: none;
			border-radius: 0;
			box-shadow: none;
			background-color: white;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
			
			@media (min-width: 768px) {
				top: 110px;
			}
			
			@media (min-width: 1200px) {
				top: 70px;
			}
			
			p:first-child {
				border-top: 2px solid @border-color;
				padding-top: 7px;
			}
			
			> li {
				padding: 0px;
				
				h2 {
					margin: 0 0 5px 0;
					border-bottom: 2px solid @border-color;
					font-size: 20px;
					font-weight: 400;
					text-transform: uppercase;
					
					@media (min-width: 992px) {
						font-size: 22px;
					}
					
					a {
						display: block;
						padding: 10px;
						color: #333;
						
						&:hover,
						&:focus {
							background-color: @theme-color-2;
							text-decoration: none;
						}
					}
				}
				
				img {
					width: 100%;
				}
				
				ul {
					margin-bottom: 0px;
					padding-left: 0;
					list-style: none;
					
					> li {
						margin-bottom: 0;
						
						> a {
							display: block;
							float: none;
							padding: 0;
							margin: 0;
							padding: 2px 10px;
							border-radius: 2px;
							color: #333;
							text-transform: uppercase;
							font-weight: 400;
							
							@media (min-width: 992px) {
								font-size: 15px;
							}
							
							@media (min-width: 1200px) {
								font-size: 16px;
							}
							
							&:hover,
							&:focus {
								background-color: @theme-color-2;
								text-decoration: none;
							}
						}
					}
				}
				
				a.btn {
					margin-bottom: 20px;
					padding: 20px 5px;
					background-color: @link-color;
					color: white;
					font-size: 18px;
					text-transform: uppercase;
					white-space: normal;
				}
				
				p {
					margin-bottom: 0;
				}
				
				a.link {
					display: block;
					padding: 2px 10px;
					border-radius: 2px;
					color: #333;
					text-transform: uppercase;
					font-weight: 400;
					
					@media (min-width: 992px) {
						font-size: 15px;
					}
					
					@media (min-width: 1200px) {
						font-size: 16px;
					}
					
					&:hover,
					&:focus {
						background-color: @theme-color-2;
						text-decoration: none;
					}
				}
			}
		}
*/
}
@media (min-width: 992px) {
  header .main-menu {
    margin-left: auto;
    margin-right: auto;
  }
}
header .main-menu .nav-link {
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1119px) {
  header .main-menu .nav-link {
    padding: .5rem !important;
  }
}
@media (min-width: 992px) {
  header .main-menu .dropdown {
    position: static;
  }
}
@media (min-width: 992px) {
  header .main-menu .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 992px) {
  header .main-menu .dropdown-menu {
    right: 0;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
header .main-menu .dropdown-heading {
  display: block;
  padding: .5rem .75rem;
  color: white;
  font-weight: 500;
}
header .main-menu .dropdown-heading:hover,
header .main-menu .dropdown-heading:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  header .main-menu .dropdown-heading {
    padding: .5rem;
    color: #333942;
    font-size: 1.1rem;
  }
  header .main-menu .dropdown-heading:hover,
  header .main-menu .dropdown-heading:focus {
    background-color: #f6f8fb;
  }
}
@media (min-width: 992px) {
  header .main-menu .dropdown-item {
    padding: .25rem .5rem;
    color: #333;
  }
  header .main-menu .dropdown-item:hover,
  header .main-menu .dropdown-item:focus {
    background-color: #f6f8fb;
  }
}
header .main-menu .border-bottom {
  border-bottom: 2px solid #ffa820 !important;
  margin-bottom: .5rem;
}
@media (min-width: 992px) {
  header .main-menu .container-lg {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
header .announcements {
  padding: .25rem 0;
  background: #a51324;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
header .announcements-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
  font-weight: 700;
  white-space: nowrap;
}
header .announcements-text:hover {
  animation-play-state: paused !important;
  -webkit-animation-play-state: paused;
}
@media (min-width: 768px) {
  header .announcements-text {
    animation: marquee 30s linear infinite;
  }
}
@media (min-width: 992px) {
  header .announcements-text {
    animation: marquee 40s linear infinite;
  }
}
@media (min-width: 1200px) {
  header .announcements-text {
    animation: marquee 60s linear infinite;
  }
}
/* Footer */
footer {
  padding: 2rem 0;
  background-color: #edf1f4;
}
footer h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}
footer .address p {
  margin-bottom: .5rem;
  margin-left: 1.5rem;
}
footer .address p i {
  float: left;
  width: 1.25rem;
  margin-left: -1.5rem;
  position: relative;
  top: .25rem;
  text-align: center;
}
footer .signals,
footer .deaf,
footer .rina {
  margin-bottom: 1.5rem;
}
footer .bottom {
  margin-top: 1rem;
  margin-bottom: -2rem;
  padding: 1rem 0;
  background-color: rgba(0, 0, 0, 0.05);
}
footer .bottom .design {
  font-size: 12px;
  text-align: right;
}
/* Main Content */
@media (min-width: 992px) {
  main {
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  body.with-announcement main {
    margin-top: 6rem;
  }
}
/* Page Header */
.page-header {
  margin-bottom: 1rem;
  padding: 1rem 0;
  background-color: #f6f8fb;
}
@media (min-width: 992px) {
  .page-header {
    padding: 1.5rem 0;
  }
}
.page-header h1 {
  margin: 0;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-header h1 {
    font-size: 2.5rem;
  }
}
.breadcrumb {
  margin-bottom: 1rem;
  padding: 0;
  background: transparent;
  font-size: .9rem;
}
.breadcrumb i {
  margin-right: .25rem;
}
/* Page Content */
.page-content {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-content {
    min-height: 50rem;
  }
}
.page-content b,
.page-content strong {
  font-weight: 500;
}
.page-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}
.page-content h3 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.page-content h4 {
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-size: 1.25rem;
}
.page-content h5 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
}
.page-content h6 {
  margin-top: .75rem;
  margin-bottom: .5rem;
}
.page-content img {
  height: auto !important;
}
.page-content .image-left {
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-content .image-left {
    display: block;
    float: left;
    margin: 0 1.5rem 1rem 0;
    max-width: 50%;
  }
}
.page-content .image-right {
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-content .image-right {
    display: block;
    float: right;
    max-width: 50%;
    margin: 0 0 1rem 1.5rem;
  }
}
.page-content .image-center {
  margin: 1rem 0;
  text-align: center;
}
.page-content .gallery {
  margin-top: 1rem;
}
.page-content .gallery .thumbnail {
  border: none;
  padding: 0;
}
.page-content .gallery .thumbnail img {
  border-radius: 2px;
}
.page-content blockquote {
  position: relative;
  background-color: #f6f8fb;
  border-left: .25rem solid #ccc;
  padding: 1.5rem 2rem 1.5rem 4rem;
  font-size: inherit;
  font-style: italic;
}
.page-content blockquote::before {
  content: open-quote;
  display: block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  color: #ccc;
  font-size: 4rem;
  line-height: 1;
}
.page-content blockquote p:last-child {
  margin-bottom: 0;
}
/* Article */
.article-date,
.article-place,
.article-author {
  margin-right: 1rem;
  color: #3f4752;
  font-weight: 400;
}
.article-date i,
.article-place i,
.article-author i {
  margin-right: .25rem;
  color: #8793a3;
}
.article-info {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .article-info {
    display: flex;
  }
}
.article-info .article-date,
.article-info .article-author {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .article-info .article-tags {
    margin-left: auto;
    text-align: right;
  }
}
.article-nav {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article::after {
  content: '';
  display: table;
  clear: both;
}
/*	.article {
		margin-bottom: 40px;
		line-height: 1.5;
		
		a {
			text-decoration: underline;
		}

		p.file {
			padding: 5px 10px;
			border: 1px solid #ddd;
			border-radius: 2px;
		}
	}
*/
/*	ul.menu {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 1.2em;
		font-weight: 300;
		text-transform: uppercase;
		
		> li {
			margin: 0;
			padding: 0;
			
			a {
				display: block;
				padding: 5px 10px;
				border-radius: 2px;
				
				&:hover,
				&:focus {
					background-color: @theme-color-2;
					text-decoration: none;
				}
			}
		}
	}	
*/
/*
table {
	margin-bottom: 20px;
	max-width: 100%;
	border-collapse: collapse !important;
	
	th, td {
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border: 1px solid #ddd;
		background-color: #fff !important;
	}
	
	th {
		vertical-align: bottom;
		border-bottom: 2px solid #ddd;
	}
}

th {
	font-weight: 400;
}
*/
/* Sidebar */
.sidebar {
  font-weight: 400;
}
.sidebar h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  border-bottom: 2px solid #ffa820;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar h2 a {
  display: block;
  padding: .5rem;
  color: inherit;
}
.sidebar h2 a:hover {
  background-color: #f6f8fb;
  text-decoration: none;
}
.sidebar ul.menu {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  text-transform: uppercase;
}
.sidebar ul.menu > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e4eaf3;
}
.sidebar ul.menu > li a,
.sidebar ul.menu > li span {
  display: block;
  margin: 0;
  padding: .25rem .5rem;
  color: inherit;
}
.sidebar ul.menu > li a:hover,
.sidebar ul.menu > li span:hover,
.sidebar ul.menu > li a:focus,
.sidebar ul.menu > li span:focus {
  background-color: #f6f8fb;
  text-decoration: none;
}
.sidebar ul.menu > li.active > a,
.sidebar ul.menu > li.active > span {
  background-color: #f6f8fb;
}
.sidebar ul.menu > li ul {
  list-style: none;
  padding: 0;
  text-transform: none;
  font-weight: 300;
}
.sidebar ul.menu > li ul li {
  margin: 0 0 0 1rem;
  padding: 0;
}
.sidebar ul.menu > li ul li.active > a {
  background-color: #f6f8fb;
  font-weight: 500;
}
/* Tags */
.tags-list .tag {
  display: inline-block;
  padding: 0.25rem .5rem;
  font-size: .8rem;
  font-weight: normal;
  text-transform: lowercase;
  border-radius: .25rem;
  background-color: #f6f8fb;
  color: #333942;
  text-decoration: none;
  line-height: 1;
}
.tags-list .tag:hover,
.tags-list .tag:focus {
  background-color: #d3ddeb;
}
.box {
  margin-bottom: 20px;
}
.box a {
  display: block;
  position: relative;
  color: white;
  overflow: hidden;
}
.box a img {
  width: 100%;
  transition: all 0.4s;
}
.box a img:hover {
  transform: scale(1.15);
}
.box a .box-header {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
/* Home */
body.home {
  padding-top: 0;
}
@media (min-width: 768px) {
  body.home header .navbar {
    transition: background-color 0.25s ease;
  }
  body.home header .navbar.transparent {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }
  body.home header .navbar.transparent > li > a:hover {
    background: transparent;
  }
}
.home-section h2 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .home-section h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .home-section h2 {
    margin-bottom: 40px;
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .home-section h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
.home-section h2.blue {
  color: #0e8fa2;
}
.home-section h2.green {
  color: #8fc056;
}
.home-section h2.purple {
  color: #ab72b1;
}
.home-section h2.yellow {
  color: #f0b145;
}
.home-section h2.pink {
  color: #df7575;
}
.home-section h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home-section h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .home-section h3 {
    font-size: 24px;
  }
}
.home-section h3 a {
  display: block;
  padding: 10px;
}
.home-section h3 a:hover,
.home-section h3 a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.home-section figcaption {
  margin-top: 10px;
  text-align: center;
}
.home-section ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-section ul.menu li {
  margin: 0;
  padding: 0;
}
.home-section ul.menu li a {
  display: block;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .home-section ul.menu li a {
    font-size: 1.25rem;
  }
}
.home-section ul.menu li a:hover,
.home-section ul.menu li a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.home-section ul.menu.without-heading li:first-child {
  margin-top: -6px;
}
.home-section ul.menu.without-heading li:first-child a {
  border-top: 0;
}
.home-section.white {
  background-color: white;
}
.home-section.orange {
  background-color: #f6f8fb;
}
.home-section.blue {
  background-color: #ecf0f5;
}
.home-section.with-tiles {
  min-height: 100vh;
}
@media (min-width: 768px) {
  .home-section.with-tiles {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  body.with-announcement .home-section.with-tiles {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .home-section.with-tiles.centered {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .home-section.with-tiles.centered {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  body.with-announcement .home-section.with-tiles.centered {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  body.with-announcement .home-section.with-tiles.centered {
    padding-top: 0;
  }
}
.home-section.with-tiles.centered .container {
  position: relative;
  /*padding: 0;*/
}
@media (min-width: 768px) {
  .home-section.with-tiles.centered .container {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .home-section.with-tiles.centered .tile-menu {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
.home-section.with-background {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background-color: #333;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
}
@media (min-width: 768px) {
  .home-section.with-background {
    min-height: 100vh;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .home-section.with-background {
    padding-top: 240px;
  }
}
@media (min-width: 768px) {
  .home-section.with-background h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .home-section.with-background h2 {
    margin-bottom: 80px;
  }
}
.home-section.with-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.home-section.with-background::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.home-section.with-background h2,
.home-section.with-background a {
  color: white;
}
.home-section.with-background img {
  border: 2px solid white;
}
.tile-menu {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .tile-menu {
    margin-bottom: 2rem;
  }
}
.tile-menu .tile-link {
  display: block;
}
.tile-menu .tile-link .tile {
  position: relative;
  margin: 2px -11px;
  transition: all 0.4s ease-in-out;
  height: 150px;
  overflow: hidden;
  background-color: #333;
}
@media (min-width: 768px) {
  .tile-menu .tile-link .tile {
    height: 140px;
    margin: 2px -13px;
  }
}
@media (min-width: 1200px) {
  .tile-menu .tile-link .tile {
    height: 130px;
  }
}
.tile-menu .tile-link .tile .tile-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
}
.tile-menu .tile-link .tile .tile-background {
  width: 100%;
}
.tile-menu .tile-link .tile .tile-background img {
  position: absolute;
  top: initial !important;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  transition: all 0.4s;
}
.tile-menu .tile-link .tile .tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out;
}
.tile-menu .tile-link .tile .tile-text {
  position: absolute;
  padding: 10px;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: color 0.5s ease-in-out;
}
.tile-menu .tile-link .tile .tile-img img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-height: 50%;
  transition: all 0.4s;
}
.tile-menu .tile-link:hover {
  text-decoration: none;
}
.tile-menu .tile-link .tile:hover .tile-background img {
  transform: scale(1.2);
}
.tile-menu .tile-link .tile:hover .tile-overlay {
  opacity: 0;
}
.tile-menu .tile-link .tile:hover .tile-img img {
  transform: scale(1.2);
}
.tile-menu .tile-link .tile:hover .tile-text {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0);
}
.tile-menu.blue .tile {
  background-color: #0e8fa2;
}
.tile-menu.green .tile {
  background-color: #8fc056;
}
.tile-menu.purple .tile {
  background-color: #a872b1;
}
.tile-menu.yellow .tile {
  background-color: #f0b145;
}
.tile-menu.pink .tile {
  background-color: #df7575;
}
table.table-document {
  border: 1px solid #dbe3ec;
  border-radius: 3px;
  border-collapse: separate !important;
}
table.table-document > tbody > tr > td {
  background: #f5f5f5 !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
  vertical-align: middle;
}
table.table-document > tbody > tr:first-child > td {
  border-top: none;
}
table.table-document .title {
  margin-left: 5px;
  font-size: 16px;
}
table.table-document .number {
  margin-left: 5px;
  margin-top: 5px;
}
table.table-document .file-title a {
  display: block;
  padding: 5px;
  font-size: 15px;
  color: #333;
  border-radius: 2px;
}
table.table-document .file-title a:hover,
table.table-document .file-title a:focus {
  color: #333;
  background-color: white;
  text-decoration: none;
}
table.table-document .action {
  width: 1%;
  text-align: right;
}
table.table-document .size {
  font-size: 12px;
}
/* Forms */
.form-control,
.btn {
  border-radius: .25rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
  background: white;
}
label,
.checkbox label,
.radio label {
  font-weight: 300;
}
.required label:after {
  color: #c00;
  content: '*';
  display: inline;
  margin-left: .25rem;
}
.help-block {
  font-style: italic;
}
.checkbox input[type=checkbox] {
  margin-right: .5rem;
}
/* Sections */
.section-header h2 {
  margin: 20px 0 30px 0;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.section-header .more {
  float: right;
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
}
.section {
  margin-bottom: 30px;
}
.section h2 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid #ffa820;
}
.section h2 a {
  display: block;
  padding: 10px;
  color: #333;
}
.section h2 a:hover,
.section h2 a:focus {
  background-color: #f6f8fb;
  color: #333;
  text-decoration: none;
}
.section figcaption {
  margin-top: 10px;
}
.section ul.menu {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .section ul.menu li {
    font-size: 16px;
  }
}
.section ul.menu li a {
  display: block;
  padding: 5px 10px;
  color: #333;
  font-weight: 400;
}
.section ul.menu li a:hover,
.section ul.menu li a:focus {
  background-color: #f6f8fb;
  color: #333;
  text-decoration: none;
}
/* Lists Groups */
.list-group-item {
  border-color: #dbe3ec;
}
.list-group-item:hover {
  background-color: #f6f8fb;
}
/* Cards */
.card {
  margin-bottom: 2rem;
  border-color: #dbe3ec;
}
.card .card-header {
  background-color: #f6f8fb;
}
.card .card-image {
  overflow: hidden;
  margin-bottom: .5rem;
  border-radius: .25rem;
}
.card .card-image img {
  border-radius: .25rem;
  transition: all 0.4s;
}
.card .card-image img:hover {
  transform: scale(1.15);
}
.card.card-content {
  margin-bottom: 2rem;
  border: none;
}
.card.card-content .card-body {
  padding: 0;
}
.card.card-content .card-date {
  margin-bottom: .5rem;
  font-size: .9em;
  font-weight: 400;
}
.card.card-content .card-title {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.2em;
  font-weight: 400;
}
.card.card-content .card-title.fixed {
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
}
.card.card-content .card-text {
  margin-bottom: .5rem;
  font-size: .9em;
}
.card.card-gallery {
  margin-bottom: 1.5rem;
  border: none;
}
.card.card-gallery .card-image {
  margin-bottom: 0;
}
.card.card-employee {
  margin-bottom: 1.5rem;
  background-color: #f6f8fb;
}
.card.card-employee .card-title {
  margin-top: 0;
  margin-bottom: .5rem;
}
.card.card-employee .card-position {
  font-weight: 500;
  font-style: italic;
}
.card.card-employee .card-position,
.card.card-employee .card-phone,
.card.card-employee .card-fax,
.card.card-employee .card-email,
.card.card-employee .card-location {
  margin-bottom: .5rem;
}
.card.card-employee .card-position i,
.card.card-employee .card-phone i,
.card.card-employee .card-fax i,
.card.card-employee .card-email i,
.card.card-employee .card-location i {
  margin-right: .25rem;
  color: #8793a3;
}
/* Home Slides */
section.home-slides {
  height: 30vh;
}
@media (min-width: 768px) {
  section.home-slides {
    height: 100vh;
  }
}
section.home-slides .carousel,
section.home-slides .carousel-inner,
section.home-slides .carousel-item {
  height: 100%;
}
section.home-slides .carousel-item {
  background-position: center;
  background-size: cover;
  background-color: #000;
}
section.home-slides .carousel-caption {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  left: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  section.home-slides .carousel-caption {
    font-size: 24px;
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  section.home-slides .carousel-caption {
    font-size: 28px;
    left: 30px;
    right: 30px;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  section.home-slides .carousel-caption {
    font-size: 36px;
    left: 50px;
    right: 50px;
    bottom: 80px;
  }
}
section.home-slides .carousel-control {
  width: 10%;
  background-image: none;
  filter: none;
  z-index: 100;
}
@media (min-width: 1200px) {
  section.home-slides .carousel-control {
    font-size: 2.5rem;
  }
}
section.home-slides .carousel-control span {
  color: white;
  background-color: black;
}
/* Administration Table */
table.table-administration {
  width: 100%;
}
table.table-administration td {
  padding: 0;
  border: none;
}
table.table-administration td .department {
  display: block;
  margin: .5rem 0;
  padding: .5rem 1rem;
  background-color: #f6f8fb;
  border: 1px solid #dbe3ec;
  border-radius: .25rem;
  text-decoration: none;
  color: inherit;
}
table.table-administration td .department:hover,
table.table-administration td .department:focus {
  background-color: #e4eaf3;
  text-decoration: none;
}
table.table-administration td .department.level-1 {
  font-size: 20px;
}
table.table-administration td .department.level-2 {
  font-size: 18px;
}
table.table-administration td .department.level-3 {
  font-size: 16px;
}
table.table-administration td.empty,
table.table-administration td.line,
table.table-administration td.arrow {
  width: 30px;
  background-repeat: no-repeat;
  background-position: -5px 50%;
}
table.table-administration td.line {
  background-image: url('/img/administration/line.png');
}
table.table-administration td.arrow {
  background-image: url('/img/administration/arrow.png');
}
table.table-administration td.arrow.last {
  background-image: url('/img/administration/arrow_last.png');
}
/* Tags */
.tags .label {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
  border-radius: 2px;
}
.tags .label-default {
  background-color: white;
  color: #666;
  border: 1px solid #dbe3ec;
}
.tags .label-default[href]:hover,
.tags .label-default[href]:focus {
  background-color: #eee;
  color: #444;
}
.tags .label-primary {
  background-color: #003466;
  border: 1px solid #003466;
}
.tags .label-primary[href]:hover,
.tags .label-primary[href]:focus {
  background-color: #004180;
}
/* Pagination */
.pagination-nav .page-item.active .page-link {
  background-color: #003466;
  border-color: #003466;
}
.pagination-nav .page-item:first-child .page-link,
.pagination-nav .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination-nav .page-link {
  color: #003466;
}
/* Social Share */
.share {
  float: right;
  margin-left: 1rem;
  text-align: right;
}
.share .btn-social {
  width: 2rem;
  padding: .25rem .5rem;
  border-radius: .25rem;
  color: white;
}
.share .btn-social:link,
.share .btn-social:visited,
.share .btn-social:active,
.share .btn-social:hover {
  color: white;
}
.share .btn-twitter {
  background: #0f1419;
}
.share .btn-twitter:active,
.share .btn-twitter:hover {
  background: #222d39;
}
.share .btn-facebook {
  background: #3b5998;
}
.share .btn-facebook:active,
.share .btn-facebook:hover {
  background: #4c70ba;
}
/* Tabs */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #f6f8fb;
  border-color: #dbe3ec #dbe3ec #ffffff #dbe3ec;
  color: #3f4752;
  font-weight: 500;
}
.tab-content {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #dbe3ec;
  background-color: #f6f8fb;
  border-top: none;
  border-radius: 0 0 .25rem .25rem;
}
.tab-pane {
  padding-top: 1rem;
}
/* Page Tiles */
.page-tiles {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-tiles {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-tiles .tile {
  position: relative;
  height: 108px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 4px;
  padding: 0;
  transition: all 0.4s ease-in-out;
  background-color: #888;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-tiles .tile {
    margin-left: 0;
    margin-right: 0;
    border-left: 2px solid white;
    border-right: 2px solid white;
    float: left;
  }
}
.page-tiles .tile a.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-tiles .tile .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.page-tiles .tile h3 {
  position: relative;
  height: 100%;
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.page-tiles .tile h3 span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
@media (min-width: 768px) {
  .page-tiles .tile.rows-2 {
    height: 220px;
    /* 
				.image {
					height: 140px;
				}
 */
  }
}
.page-tiles .tile.rows-2 h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
}
.page-tiles .tile .actions {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#page1407 {
  height: 220px;
  background: url(/images/TEL.jpg) no-repeat;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #page1407 {
    height: 612px;
    background: url(/images/pages/icons/tel-web.jpg) no-repeat;
  }
}
#page1407 .image {
  height: 100% !important;
}
/* High Contrast */
body.high-contrast {
  color: white;
  background-color: black;
}
body.high-contrast header .navbar,
body.high-contrast .page-header,
body.high-contrast footer,
body.high-contrast .bottom,
body.high-contrast .sidebar ul.menu > li.active > a,
body.high-contrast .tags .label-default,
body.high-contrast .page-content .article-info,
body.high-contrast .page-content .article-info .article-date,
body.high-contrast .page-content .article-info .article-date .fa,
body.high-contrast .page-content .article-info .article-author,
body.high-contrast .page-content .article-info .article-author .fa,
body.high-contrast .page-content .article-nav .list-group-item {
  color: white;
  background-color: black;
}
body.high-contrast a,
body.high-contrast .page-header .breadcrumb a {
  color: white;
  text-decoration: underline;
}
body.high-contrast .page-header h1,
body.high-contrast .news-item .date,
body.high-contrast .sidebar ul.menu > li a {
  color: white;
}
body.high-contrast .sidebar h2 {
  border-bottom-color: white;
}
/* Print */
@media (print) {
  header,
  footer,
  .sidebar,
  .share {
    display: none;
  }
}
/*
#gb_backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	
	&.show {
		opacity: .5;
		z-index: 10;
	}
}
*/
.file-group {
  margin-bottom: 1.5rem;
}
.file-group .card {
  margin-bottom: 0;
}
.questions .question {
  margin-top: 1rem;
  font-weight: 500;
}
.questions .question p {
  display: inline-block;
  margin-bottom: .5rem;
}
.questions .answer {
  margin-bottom: .5rem;
}
.total {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.fc-daygrid-dot-event .fc-event-title {
  font-weight: 500 !important;
}
