body {
	padding-top: 40vh;
}

hr {
  	border-top: 2px solid #0064aa;
  	margin-top: 2px;
  	margin-bottom: 12px;
}

header {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
	height: 82px;
}

footer {
	padding-top: 2vh;
	height: 10vh;
	background-color: #B2B2B1;
	text-align: center;
}

ul#sitemap {
	list-style-image: url(../images/document.svg);
	font-size: 1.5em;
 	border: 0;
 	text-indent: 1em;
}



.footer-link {
    border-right: 1px solid #d6d6d6;
    margin-right: 10px;
    padding-right: 12px;
    display: inline-block;
    margin-top: 3px;
}

.footer-link:last-child {
	border: none;
    margin: 0;
    padding: 0;
}

.parallax {
	position: fixed;
	top: 0;
	bottom: 20vh;
	right: 0;
	left: 0;
	z-index: -1030;
	/*max-height: 800px;*/

	/*background-position: top;*/
	background-repeat: no-repeat;
	background-size: cover;

	animation-name: animation;
	display: inline-block;
    animation-duration: 28s;
    animation-iteration-count: infinite;
}

.navbar-mcb {
	border-top: 0;
	font-weight: bold;
}

.navbar-mcb .logo {
	margin: -16px;
}

.navbar-mcb li a:hover{
    background-color: #0064aa !important;
    color: #fff;
}

.panel-default{
    background: transparent;
}

.panel-body {
	background: rgba(211, 221, 247, 0.9);
}

.modal-content {
    overflow:hidden;
}

.modal-header {
	background-color: #7799cf;
}

.modal-body {
	background: rgba(211, 221, 247, 0.9);
}

@keyframes animation {
    0%   	{background-image: url('../images/backgrounds/background_1.jpg');}
    25%  	{background-image: url('../images/backgrounds/background_2.jpg');}
    50%  	{background-image: url('../images/backgrounds/background_3.jpg');}
    75% 	{background-image: url('../images/backgrounds/background_4.jpg');}
    100%   	{background-image: url('../images/backgrounds/background_1.jpg');}
}


/*------------ media query -------------*/

@media(max-width: 992px) {
	
	.navbar-mcb {
		font-weight: normal;
	}
}
@media(max-width: 767px) {

	li.dropdown:after {
		content: '\f0d7';
	    font-family: 'FontAwesome';
	    right: 0;
	    top: 0;
	    position: absolute;
	    width: 40px;
	    height: 40px;
	    background: #7fa4de;
	    color: #fff;
	    text-align: center;
	    line-height: 37px;
	}

	.caret {
	    margin: 0;
	    float: right;
	    border-top: 0;
	    border-top: 0;
	    border-right: 0;
	    border-left: 0;
	    width: 40px;
	    height: 40px;
	    position: relative;
	    z-index: 9999;
	}
	
	ul.dropdown-menu {
		position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}

	.navbar-nav li.dropdown a.open {
		background: #0064aa;
	}
	
	.dropdown-menu>li>a {
	    padding: 5px 20px;
	}

	.navbar-nav>li.dropdown a {
		padding: 0 0 10px 15px;
		height: 40px;
		line-height: 40px !important;
	}

	.navbar-nav {
	    margin: 0px -15px;
	}

	.navbar-nav li {
		border-bottom: 1px solid #5e87c6;
	}

	ul.dropdown-menu li:last-child {
		border-bottom: 0;
	}

	li.dropdown {
		position: relative;
	}

	.dropdown-menu li a {
		padding: 0 0 10px 30px !important;
	}
}