.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1010;
	width: 100%;
}

.cursor-pointer {
	cursor: pointer;
}

.translator {
	color: #0d26b2;
}

.carousel-inner {
	max-height: 450px;
	min-height: 100px;
}

.carousel-caption {
	bottom: inherit;
	top: 25%;
}

.navbar > p {
	font-family: 'FilbertBrush-PERSONALUSEONLY', sans-serif;
	color: #0d26b2;
	font-size: 25px;
	margin-top: 30px;
}

.nav-item.active {
	text-decoration: underline;
	color: #ffffff;
}

a {
	color: #003580;
}

.nav-link {
	/*color: #003580 !important;*/
	color: #ffffff !important;
}

.nav-link:hover {
	color: #efefef !important;
}

.btn-primary, .btn-info {
	color: #ffffff !important;
	background-color: #ff9000;
	border: 1px solid #003580;
}

.btn-primary:hover, .btn-info:hover {
	color: #ffffff !important;
	background-color: #ff9000;
	border: 1px solid #003580;
}

.bg-dark {
	background-color: #0d26b2 !important;
}

.navbar-brand > img {
	max-width: 250px;
	width: 100%;
}

.navbar > p > img {
	max-width: 250px;
	width: 100%;
}

body {
	overflow-x: hidden;
}

#carousel-977681 {
	margin-bottom: 10px;
}

.carousel-caption {
	text-shadow: 0px 0px 20px rgba(0,0,0,1);
	font-family: 'FilbertBrush-PERSONALUSEONLY', sans-serif;
}

footer {
	width: 100%;
	background-color: #fff;
	min-height: 250px;
	padding: 10px 0px 25px 0px;
	color: #444;
}

.pt2 {
	padding-top: 40px;
	margin-bottom: 20px;
}

footer p {
	font-size: 13px;
	color: #444;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.mb10 {
	padding-bottom: 15px;
}

.col_white_amrc {
	color: #444;
}

.footer_ul_amrc {
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
	padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
	color: #003580;
}

.footer_ul_amrc li a:hover {
	color: #004bb6;
	text-decoration: none;
}

a:hover {
	color: #004bb6;
	text-decoration: none;
}

.fleft {
	float: left;
}

.padding-right {
	padding-right: 10px;
}

.footer_ul2_amrc {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.footer_ul2_amrc li p {
	display: table;
}

.footer_ul2_amrc li a:hover {
	text-decoration: none;
}

.footer_ul2_amrc li i {
	margin-top: 5px;
}

.bottom_border {
	border-bottom: 1px solid #323f45;
	border-top: 1px solid #323f45;
	padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
	list-style-type: none;
	padding: 0px;
	display: table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.foote_bottom_ul_amrc li {
	display: inline;
}

.foote_bottom_ul_amrc li a {
	color: #003580;
	margin: 0 12px;
}

.foote_bottom_ul_amrc li a:hover {
	color: #004bb6;
	margin: 0 12px;
}

.social_footer_ul {
	display: table;
	margin: 15px auto 0 auto;
	list-style-type: none;
}

.social_footer_ul li {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}

.social_footer_ul li a {
	color: #CCC;
	border: 1px solid #CCC;
	padding: 8px;
	border-radius: 50%;
}

.social_footer_ul li i {
	width: 20px;
	height: 20px;
	text-align: center;
}

ul.social-network {
	list-style: none;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer social icons */
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}

.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}

.social-network a.icoInstagram:hover {
	background-color:#BD3518;
}

.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}

.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}

.social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoInstagram:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}

a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	overflow: hidden;
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}

.social-circle li i {
	margin:0;
	/*line-height:50px;*/
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
	background-color: #D3D3D3;
}

/* carousel fade effect */
.carousel-fade .carousel-item {
	display: block;
	opacity: 0;
	transition: opacity .75s ease-in-out;
}

.carousel-fade .carousel-item.active {
	opacity: 1;
}
