html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	background-color: #fefbff;
}

html {
	
    overflow-y: hidden;
}

h1,h2,h3,h4,h5,p,li,ul,td,ol {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	border-style: none;
	border: 0;
}

.top-header{
	width: 100%;
	padding: 10px;
	background-color: #fefbff;
}

.sidebar-sources .fa-gift {
	font-size: 25px;
	padding: 0 10px;
	color: #7938a4;
}

/* Footer */

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	float: left;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left{
	width: 40%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}

/* HOME */

.navbar {
	padding: 0 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 1.5em;
}

.navbar-toggler {
	color: white;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

.dropdown-item {
	padding: 0;
}

.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
	background-color: #f5f5f5;
	color: #0056b3;
}

.dropdown-item a {
	display: block;
	padding: .25rem 1.5em;
}

.dropdown-item a:hover {
	text-decoration: none;
}

#search_form {
	margin-bottom: 0;
	margin-top: 0;
}

/* old css */
.navbar-custom {
	background-color:#7938a4;
    color:#ffffff;
  	border-radius:0;
	border-bottom: 2px solid #d3bed9;
}
  
.navbar-custom .navbar-nav > li > a {
  	color:#fff;
  	padding-left:20px;
  	padding-right:20px;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #fff;
	background-color:transparent;
}
      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus{
    text-decoration: none;
    background-color: #d3bed9;
	color: #333;
}

a.navbar-brand:hover {
    text-decoration: none;
	color: #d3bed9;
}
      
.navbar-custom .navbar-brand {
  	color:#eeeeee;
}
.navbar-custom .navbar-toggle {
  	background-color:#eeeeee;
}
.navbar-custom .icon-bar {
  	background-color:#7938a4;
}

.navbar-brand,
.navbar-brand > i,
.navbar-nav > li > a {
    line-height: 50px;
    height: 50px;
    padding-top: 0;
}

.navbar-form {
	padding: 10px 15px;
}

/* dropdown adjustments */
.navbar-nav .dropdown-menu {
	padding: 0;
	margin: 0;
}

.navbar-nav .dropdown-item {
	padding: .1rem 0rem;
}

.navbar-nav .dropdown-divider {
	margin: 0;
}

.navbar-nav .dropdown-item:focus, .dropdown-item:hover {
	background-color: #eee;
}

.navbar-nav .dropdown-item:active {
	color: #16181b;
	background-color: #eee;
}

.header_img {
	max-width:100% !important; 
	height:auto;
}

.header_title {
	padding-left: 20px;
	max-width:100% !important; 
	height:auto;
}

.search-btn {
	padding: 9px 12px !important;
	background-color: white;
	border: 1px solid #ced4da;
}

.search-btn:hover, .search-btn:active, .search-btn:focus {
	background-color: #f5f5f5 !important;
	color: #6c757d !important;
	border: 1px solid #ced4da !important;
	outline: none !important;
	box-shadow: none;
}

#loader {
	background: url(../images/ajax_loader.gif) no-repeat center center #FFF;
	display: none;
	height: 100%;
	-moz-opacity: 0.70;
	opacity: .70;
	filter: alpha(opacity=70);
	position: fixed;
	width: 100%;
	z-index: 999000;
}

.hide-bullets {
	list-style:none;
	margin-left: -40px;
	margin-top:20px;
}

.article-img {    
	border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    margin: 0 10px 10px 0;
    /*max-height: 100px;
    max-width: 100px;*/
    padding: 4px;
}

.article table {
	overflow-y: auto;
	display: block;
	border: 0;
	width: 100%;
}

/* GALLERY */

.gallery_slider .carousel-inner img {
    background: #fff none repeat scroll 0 0;
    /*border-radius: 8px;*/
    box-shadow: 0 0 5px #000;
    cursor: pointer;
    display: block;
    margin: 10px 20px;
    opacity: 0.7;
    padding: 1px;
}
.carousel {
	margin-bottom: 0;
	/*padding: 0 40px 30px 40px;*/
}

.carousel-control.left {
    left: -12px;
}

.carousel-control.right {
    right: -12px;
}
.carousel-control {
    background: #222222 none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 23px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 18px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}

footer .footer-social{
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.footer-social, .footer-copyright {
	border-top: 1px solid #d3d3d3;
	padding-bottom: 21px;
	padding-top: 21px;
	text-align: center;    
	background-color: #e6e6e6;
}

.footer-copyright {
	color: #666666;
	font-size: 12px;
}

/*.footer-social .footer-center i {
	background-color: #c2c2c2;
	border-radius: 50%;
	color: #e6e6e6;
	font-size: 25px;
	height: 38px;
	line-height: 39px;
	margin: 10px 15px;
	text-align: center;
	vertical-align: middle;
	width: 38px;
}*/

.social-icon {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	height: 40px !important;
	width: 40px !important;
	margin-left: 10px;
	display: inline-block;
}

.social-icon.twitter {
	background-color: #5ea9dd;
	background-image: url("../images/social/twitter.png");
}

.social-icon.facebook {
	background-color: #3b5998;
	background-image: url("../images/social/facebook.png");
}

.social-icon.youtube {
	background-color: #fff;
	border: solid 1px #ccc;
	background-image: url("../images/social/youtube.png");
}

.social-icon.instagram {
	background-color: #fff;
	border: solid 1px #ccc;
	background-image: url("../images/social/instagram.png");
}

@media print
{
	body * { visibility: hidden; }
	.top-header * { display: none; }
	.nav-bar * { display: none; }
	.breadcrumb-container * { display: none; }
	
	.article * { visibility: visible; }
	.print-icon  *{ visibility: hidden; }
	
	@page {
		margin: 0;
	}
}

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #000;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

.hyperlink {
    color: #124680;
	text-decoration: underline;
}

.contant_people {
	color: #454545;
}

.contant_people tr, .contant_people td {
	border: solid 1px #b9b3b3;
}

.contant_people td{
	padding: 5px;
	font-size: 14px;
}






/* NEWS CAROUSEL */
.section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section .container {
	max-width: 100%;
}

.section .carousel-container {
	margin: 0 0 30px 0;
	background-color: #ececec;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	padding: 0;
}

.carousel-heightened {
	height: 500px;
}

.section .carousel-container .carousel-item img {
	position: absolute;
	max-height: 500px;
	min-width: auto;
	margin: auto;
	width: auto !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.section .carousel-container .carousel-item .carousel-caption {
	right: 0;
	left: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.75;
	padding: 20px;
	z-index: 1;
}

.carousel-caption .item-title {
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
}

.carousel-caption p {
	opacity: 0.68;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
	background-color: black;
	opacity: 0.5;
}

/* external resources */
.sidebar-sources .source-logos img:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1.0;
}

.sidebar-sources .source-logos > div, .sidebar-sources .gallery-settings > div {
	display: inline-block;
}

.sidebar-sources .source-logos img {
	max-width: 200px;
	max-height: 120px;
	padding: 10px 20px;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.75;
	transition: all 1s;*/
}

.sidebar-sources .source-logos a, .sidebar-sources .gallery-settings a {
	text-decoration: none;
	padding: 0.5em;
}

.sidebar-sources .source-logos {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.sidebar-sources .gallery-settings {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sidebar-sources .title-header {
	font-weight: 800;
	color: #000;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}

.section .content-column {
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	margin-bottom: 20px;
}

.title-heading {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px;
	background-color: #7938a4;
}

.side-block .title-heading .title {
	padding-left: 10px;
}

.section .table-paragraph {
	display: table;
	padding: 5px 20px;
}

.side-block .event-date {
	border: solid 1px grey;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: 500;
	background-color: #bea7c4;
	color: white;
}

.side-block .event-date > div:first-child {
	border-bottom: solid 1px white;
}

.side-block .event-desc {
	padding-left: 5px;
}

.side-block .event-table {
	border-spacing: 5px;
}

.side-block a.next-events {
	color: #124680;
	text-decoration: underline;
}

/* VIDEOS */
.iframe-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
	overflow:hidden
}

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video-item {
	padding: 10px;
}

.video-item img {
	max-height: 300px;
}

.latest-news .article-container {
	margin: 0;
}

.latest-news-container {
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	margin-bottom: 20px;
}

.latest-news-img {
	border-radius: 4px;
	padding: 4px;
	margin: 0 10px 10px 0;
	border: solid 1px black;
	float: left;
}

@media(max-width:767px) {
	body {
		padding: 0 !important;
	}
}