﻿/* Stylesheet */
/* BCX BANK GABORONE Website Style Sheet 30/10/2017 V1 */
/* Colours index */
/*
    Red         	c8272b / BG ee2e24
    Dark Blue   	192f55 / BG 002b59
    Blue Text   	27365b / 30385A
    V Light Grey	F8F8F9 (was site middle) / F7F6F7 (Products and site middle)
    Grey Blue   	363b59
    Grey        	7f7f7f
/* ------------------------------------------------------------ */
/* RESPONSIVE ELEMENTS*/
* {
    box-sizing: border-box;
}
/* HEADINGS - START */

h1, .h1, H1.ms-rteElement-H1, .ms-rtestate-field h1, h1.ms-rteElement-H1,
h2, .h2, H2.ms-rteElement-H2, .ms-rtestate-field h2, h2.ms-rteElement-H2,
h3, .h3, H3.ms-rteElement-H3, .ms-rtestate-field h3, h3.ms-rteElement-H3,
h4, .h4, H4.ms-rteElement-H4, .ms-rtestate-field h4, h1.ms-rteElement-H4,
body, p, .ms-rtestate-field p, p.ms-rteElement-P {
    font-weight: normal; 
    color: #27365b;
}

h1, .h1, H1.ms-rteElement-H1, .ms-rtestate-field h1, h1.ms-rteElement-H1 {
	-ms-name:"Heading 1";
	-ms-element:"true";
	font-size: 36px; 
    font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

h2, .h2, H2.ms-rteElement-H2, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	-ms-name:"Heading 2";
	-ms-element:"true";
	font-size: 24px; 
    font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

h3, .h3, H3.ms-rteElement-H3, .ms-rtestate-field h3, h3.ms-rteElement-H3 {
	-ms-name:"Heading 3";
	-ms-element:"true";
	font-size: 18px; 
    font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

h4, .h4, H4.ms-rteElement-H4, .ms-rtestate-field h4, h1.ms-rteElement-H4 {
	-ms-name:"Heading 4";
	-ms-element:"true";
	font-size: 14px; 
    font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

body, p, .ms-rtestate-field p, p.ms-rteElement-P {
	-ms-name:"Paragraph";
	-ms-element:"true";
	font-size: 14px; 
    font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

/* HEADINGS - END */

/* FONT DEFINITIONS - START */

@font-face {
    font-family: AlbertBold;
    src: url('../fonts/FSAlbert-Bold.otf');
}
@font-face {
    font-family: AlbertExtraBold;
    src: url('../fonts/FSAlbert-ExtraBold.otf');
}
@font-face {
    font-family: AlbertLight;
    src: url('../fonts/FSAlbert-Light.otf');
}
@font-face {
    font-family: AlbertRegular;
    src: url('../fonts/FSAlbert-Regular.otf');
}
@font-face {
    font-family: AlbertThin;
    src: url('../fonts/FSAlbert-Thin.otf');
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400,500,800;
  src: local('Raleway'), local('Raleway-Regular'), url('../fonts/Raleway.woff') format('woff');
}

@font-face {
    font-family: FontAwesome;
    src: url('../fonts/FontAwesome.otf');
}

@import url('file:///C:/Users/spadmin/AppData/Local/Microsoft/Windows/INetCache/IE/GTD4JQ1Y/css/ionicons.min.css');

/* FONT DEFINITIONS - END */

/* HEINRICH - CURSOR OVERRIDE - START */
/*Cursor Override*/
* {
cursor: url(../images/Mouse.png), auto !important; 
cursor: url(../images/Mouse.png), default !important; 
cursor: url(../images/Mouse.png), none !important; 
cursor: url(../images/Mouse.png), context-menu !important; 
cursor: url(../images/Mouse.png), help !important; 
cursor: url(../images/Mouse.png), pointer !important; 
cursor: url(../images/Mouse.png), progress !important; 
cursor: url(../images/Mouse.png), wait !important; 
cursor: url(../images/Mouse.png), cell !important; 
cursor: url(../images/Mouse.png), crosshair !important;
cursor: url(../images/Mouse.png), text !important; 
cursor: url(../images/Mouse.png), vertical-text !important; 
cursor: url(../images/Mouse.png), alias !important; 
cursor: url(../images/Mouse.png), copy !important; 
cursor: url(../images/Mouse.png), move !important; 
cursor: url(../images/Mouse.png), no-drop !important; 
cursor: url(../images/Mouse.png), not-allowed !important; 
cursor: url(../images/Mouse.png), all-scroll !important; 
cursor: url(../images/Mouse.png), col-resize !important; 
cursor: url(../images/Mouse.png), row-resize !important; 
cursor: url(../images/Mouse.png), n-resize !important; 
cursor: url(../images/Mouse.png), e-resize !important; 
cursor: url(../images/Mouse.png), s-resize !important; 
cursor: url(../images/Mouse.png), w-resize !important; 
cursor: url(../images/Mouse.png), ns-resize !important; 
cursor: url(../images/Mouse.png), ew-resize !important; 
cursor: url(../images/Mouse.png), ne-resize !important; 
cursor: url(../images/Mouse.png), nw-resize !important; 
cursor: url(../images/Mouse.png), se-resize !important; 
cursor: url(../images/Mouse.png), sw-resize !important; 
cursor: url(../images/Mouse.png), nesw-resize !important; 
cursor: url(../images/Mouse.png), nwse-resize !important; 
}

/* HEINRICH - CURSOR OVERRIDE - END */

/* main */
/* Change All Links Etc to suite look */
a{text-decoration:none !important;color:inherit;}
a:hover{ color:#ee2e24!important;}
html{width:100%;height:100%;}

 /*HEINRICH - DROPDOWN MENUS - START */
.dropbtn {
    background-color: white;
    color: #192f55;
	border: none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus, .dropbtn:active, .dropbtn:visited {
	color: #ee2e24;
	background-color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	border: none;
}
.dropdown a{
  font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
/*   font-size:12px; */
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 550px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	padding: 20px;
}

#divider {
position:relative;
left:5%;
width:90%;
border-bottom: 1px solid #7f7f7f;
height: 1px;
font-size: 1px;
line-height: 1px;
opacity: 0.8;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #7f7f7f;
  text-decoration: none;
  display: block;
  font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  font-weight:normal;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: #192f55;
  font-weight: bold;
  font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  font-weight:bold;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



/*HEINRICH - DROPDOWN MENUS - END */

/*HEINRICH - MASTER TABLES AND STYLE */


.mastertable {
    font-family: AlbertLight, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    width: 100%;
	margin-left: 2%;
	margin-right: 2%;
}

.grey{
	color: #7f7f7f;
}

.footertable {
    font-family: AlbertLight, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    width: 100%;
    padding-left: 20px;
	padding-right: 20px;
    text-align: left;
}
.footeraddress {
    font-family: AlbertThin, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-size: xx-small;
	color: #7f7f7f;
}

footer a {
	color: #7f7f7f !important;
}

footer {
	color: #7f7f7f;
}

.contactus {
	font-size:10px;
	color: #7f7f7f;
	font-weight:bold;
	font-family: AlbertBold, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

.copyright {
	font-size:10px;
	color: #7f7f7f;
	font-family: AlbertBold, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-weight:bold;
	margin: 0 0 5px !important;
}

.iconred {
	color: #ee2e24;
}

/* NAVIGATION DROPDOWN TABLES */
.navdroptable {
	vertical-align: top;
	line-height:20px;
	margin-left: 5%;
	margin-right: 5%;
}

.navdroptable_td1 {
	width: 40%;
	vertical-align: top;
	
}

.navdroptable_td2 {
	width: 50%;
	vertical-align: top;
	font-family: AlbertLight, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    color: #192f55;
	font-size: small;
	text-align: left;
}

/* Caption Displays ON DROPDOWN TABLES */
#captiondescription {
    display: none;
}

#captiontitle:hover + #captiondescription {
	display: inline-block !important;
	color: #192f55;
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size:14px;
	position: relative;
	margin-left:50%;
    top: 0%;
}

#captiontitle a:hover{
	color: #192f55 !important;
	font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 30px;
}
#captiontitle a{
	color: #7f7f7f;
	font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height: 30px;
}

#navmenuitem{
	color: #192f55 !important;
}
#navmenuitem:hover{
	color: #ee2e24 !important;
}
.drpdwnul {
	border-top: 1px solid #ee2e24;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.grouplink{
	text-decoration:none;
	color:#7f7f7f !important;
	font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size:14px;
	font-weight: 600;
	line-height: 30px;
}


.sitelogo{
	margin-left: 50%;
	max-width: 48px;
	max-height: 77px;
	transition: max-width 0.3s;
	transition-timing-function: ease-in-out;
} 



#title {
    font-family: AlbertBold, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    color: #192f55;
    font-size: 30px;
	font-weight: 690;
	text-decoration:none;
	float: left;
}

.carousel-inner > .item > img {
  height: 600px;
  max-height: 600px;
}

.homenav {
  height: 200px;
  max-height: 200px;
  width: 100%;
}

#homepad {
	padding: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*TOPNAV BRANDING*/

/*** Top Navigaion Menu Items container DIV ***/
.ms-core-listMenu-horizontalBox {
    background-color: #FFFFFF;
} 
  
 /*** Top Navigaion Static Menu Items ***/
.ms-core-listMenu-horizontalBox li.static {
    border: 1px solid transparent;
    background: url("/_layouts/Images/selbg.png") repeat-x left top;
}
 
 /*** Top Navigaion Static Menu Item Links  ***/
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    color: #192f55;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 10px;
    padding-left: 20px;
    margin-right: 1px;
} 
  
  /* Top Navigation static Menu Item Links Hover Style  */
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:hover {
    background: url("/_layouts/Images/selbg.png") repeat-x left top;
    background-color: #FFFFFF;
    color: #ee2e24;
    text-decoration: none;
}
  
 /*** Top Navigaion Static Menu Selected ***/
.ms-core-listMenu-horizontalBox li.selected a.selected {
     /* Glass Effect Shade Image */
    background: url("/_layouts/Images/selbg.png") repeat-x left top;
 /* Glass Effect Shade Image */
    background-color: #FFFFFF;
    color: #192f55;
    text-decoration: none;
    border: 1px #ee2e24 solid;
    padding: 10px 10px;
    margin: 1px;
} 
 
 /*** Sub-Menu/Flyover/Dynamic Menu Container ***/
ul.dynamic {
    background-color: #f7f7f7;
    border: 1px solid #000;
    padding: 1px;
    margin-top: 5px;
} 
 
/***  Sub-Menu Items (HyperLinks) Style ***/
ul.dynamic .ms-core-listMenu-item {
    background-color: #f7f7f7;
    padding: 10px 20px 10px 20px;
    white-space: nowrap;
} 
 
 
/*** Sub-Menu Items (HyperLinks) Hover Style ***/
ul.dynamic .ms-core-listMenu-item:hover {
    background-color: #f7f7f7;
    color: #f7f7f7;
} 
 
 /** Hide "Edit Links" ***/
.ms-listMenu-editLink {
    display: none !important;
}

/* PIC HOVER CSS EFFECTS WITH OVERLAY TEXT ETC*/
.newsheading {
    position:absolute;
    display:block;
	border: collapse;
	color: #192f55;
	font-size: 18px; 
    font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-weight:bold;
    top: 15%;
    left: 5%;
}
.newstitle {
    position:absolute;
    display:block;
	border: collapse;
	color: #192f55;
	font-size: 24px; 
    font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    top: 25%;
    left: 5%;
}
.newsdate {
    position:absolute;
    display:block;
	border: collapse;
	color: #7f7f7f;
	font-size: 18px; 
    font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-weight:bold;
    top: 40%;
    left: 5%;
}

.overlaynews {
}

.overlaynews:hover {
    background-color:rgba(25, 47, 85, 0.2);
}


.carouselimg {
	width: 100%;
	height: 600px !important;
	max-height: 600px !important;
}
/*FILTER BANNER STYLING*/

#filter a{
	color: #7f7f7f;
}
#filter1 a{
	color: #7f7f7f;
}

/* #filter a:hover{
	color: #7f7f7f;
} */

.filterdiv{
	border: collapse;
	color: white !important;
	background-color: #ee2e24 !important;
	line-height: 60px;
	font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.filterdivabar{
	text-decoration: none !important;
	color: white !important;
	font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.filterdivabar:hover{
	text-decoration: none !important;
	color: white !important;
	font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.textfield {
	color: white !important;
	background-color: #ee2e24 !important;
	background-color: transparent !important;
    border: 0px solid !important;
	font-size: 14px !important;
	font-weight:normal !important;
}

.explorebtn {
    background-color: #ee2e24;
    border: 1px solid white;
    color: white;
    padding: 5px 32px;
    text-decoration: none;
    font-size: 14px;
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-weight:normal;
	line-height: 20px;
	display:inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.explorebtn:hover {
    background-color: #fff;
    border: 1px solid #ee2e24;
    color: #ee2e24;
    padding: 5px 32px;
    text-decoration: none;
    font-size: 14px;
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-weight:normal;
	line-height: 20px;
}
/* CONTACTUS FIND US STYLING */


/* STYLE OVERRIDE SPECIFIC CLASSES FOR FILTER BANNER*/

.input-append .btn.dropdown-toggle {
    float: none;
}

.span2{
	line-height: 16px;
}

.glass{
	/* background styles #ffcc99*/
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	background-color: #0066cc; /*for compatibility with older browsers*/
	background-image: linear-gradient(#0066cc,#80bfff);
	border-radius: 20px;
	font-weight: bold;
}

.glass:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.glass:hover{
	background-color: #ffcc99; 
	background-image: linear-gradient(#ffcc99,#ffaa99);
}

.logoimg{
	zoom: reset;
}

.tildefb:focus {
	color: white !important;
}

hr {
  border-top: 1px solid #999;
}


/* SITE BREADCRUMB */
div#site-breadcrumb {
	height: 24px;
}

ul.s4-breadcrumb, ul.s4-breadcrumb ul {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.s4-breadcrumb {
	margin: 10px 0px 0px 20px;
}

ul.s4-breadcrumb ul {
	
}

ul.s4-breadcrumb .s4-breadcrumb-arrowcont {
	margin: 0px 10px;
}

.s4-breadcrumbRootNode, .s4-breadcrumbNode {
	font-size: 11px;
}

.s4-breadcrumbRootNode > .s4-breadcrumb-arrowcont {
	display: none;
}

/*IMAGE PRODUCT PAGE*/


.imgnavcontainer {
    position: relative;
    text-align: center;
    color: white;
}

.imgnavtopleft {
    position: relative;
    top: 8px;
    left: 16px;
}

.newsheading {
    position:absolute;
    display:block;
	border: collapse;
	color: #192f55;
	font-size: 22px; 
    font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-weight:bold;
    top: 15%;
    left: 5%;
}
.newstitle {
    position:absolute;
    display:block;
	border: collapse;
	color: #192f55;
	font-size: 28px; 
    font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    top: 25%;
    left: 5%;
}
.newsdate {
    position:absolute;
    display:block;
	border: collapse;
	color: #7f7f7f;
	font-size: 22px; 
    font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-weight:bold;
    top: 40%;
    left: 5%;
}

.overlaynews {
	width: inherit;
	height: inherit;
}
.overlaynews img{
	width: inherit;
	height: inherit;
}
.overlaynews:hover img{
	display: none;
	background-color: #F8F8F9;
}

.overlaynews:hover {
	transition: all 0.5s;
	font-weight:bold;
	background-color: #F8F8F9;
}
 

/* PRODUCTS PAGE IMAGE NAVIGATION */


.imgnav1 .overlayimgnav {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0px;
}

.imgnav1 .overlayimgnav:hover {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  background-color: rgba(25, 47, 85, 0.7);
  -webkit-transition: all 0.1s ease-out 0.2s;
  transition: all 0.1s ease-out 0.2s;
  top: 0px;
}

 .imgnav1 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.imgnav1 .overlayimgnav h2 {
  font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  font-weight: bold;
  color: #192f55;
  text-align: center;
  position: relative;
  font-size: 28px;
  padding: 10px;
}
.imgnav1 .overlayimgnav:hover h2 {
  font-family: AlbertBold, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 28px;
  padding: 10px;
  -webkit-transition: all 0.1s ease-out 0.2s;
  transition: all 0.1s ease-out 0.2s;
}

.imgnav1 .overlayimgnav p {
  font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  color: #192f55;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 10px;
  opacity:0;
}
.imgnav1 .overlayimgnav:hover p {
  font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 10px;
  opacity:1;
  -webkit-transition: all 0.1s ease-out 0.2s;
  transition: all 0.1s ease-out 0.2s;
}

.imgnav1 .overlayimgnav a.info {
  font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  color: #192f55;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 10px;
  opacity:0;
}
.imgnav1 .overlayimgnav:hover a.info {
  font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 10px;
  -webkit-transition: all 0.1s ease-out 0.2s;
  transition: all 0.1s ease-out 0.2s;
  opacity:1;
}

.pagecontent h1 {
	font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	color: #192f55;
}

.pagecontent a {
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	color: #7f7f7f;
	font-size: 16px;
}

.pagecontent p {
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	color: #192f55;
	font-size: 14px;
}

.pagecontent li {
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	color: #192f55;
	font-size: 14px;
}

.brochurecaption {
    position:absolute;
    display:none;
	border: collapse;
	color: #7f7f7f;
	font-size: 22px; 
    font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    top: 40%;
    left: 5%;
}

.overlaynews:hover .brochurecaption{
    position:absolute;
    display:block !important;
	border: collapse;
	color: #7f7f7f;
	font-size: 22px; 
    font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    top: 40%;
    left: 5%;
}

.unittrusts {
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	color: #192f55;
	font-size: 16px;
}

.unittrusts a{
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	color: #192f55;
	font-size: 16px;
}

.unittrusts:hover a{
	font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	color: #ee2e24;
	font-size: 16px;
}
/* REMOVE SPACE AROUND WEB PARTS */
     .ms-webpartPage-root {
         border-spacing: 0px !important;
     }
       .ms-webpartzone-cell {
         margin: 0px !important;
     }

.imgnavlinks {
	height: 100%;
/* 	min-height:600px !important; */
	padding: 0px 0px 0px 0px;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.imgnavlinks-top {
	height:50% !important;
	padding: 0px 0px 0px 0px;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.imgnavlinks-middle {
	height:50% !important;
	padding: 0px 0px 0px 0px;
	padding-right: 0px !important;
	padding-left: 0px !important;
}


.imgnavlinks1 {
	height:100%;
	padding: 0px 0px 0px 0px;
}

/* IMAGE NAVIGATION NEW */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out 0.5s;
  transition: all 0.1s ease-out 0.5s;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
/*   text-transform: uppercase; */
  font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 26px;
  padding: 5px;
/*   background: rgba(0, 0, 0, 0.6); */
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.uniqueh2 {
  font-family: AlbertLight, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 26px;
  padding: 5px;
  left: 0;
  top: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
   -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.hovereffect:hover .uniqueh2{
  display:none;
}

.hovereffect:hover p {
	color: #fff;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hovereffect p {
  font-family: AlbertRegular, "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 5px;
/*   background: rgba(0, 0, 0, 0.6); */
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.hovereffect:hover h2 {
	color: #ee2e24;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 4px 7px;
  text-transform: uppercase; 
  margin: 0px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.hovereffect a.info:hover {
/*   box-shadow: 0 0 5px #fff; */
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
/*   box-shadow: 0 0 5px #fff; */
  color: #fff;
/*   border: 1px solid #fff; */
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}




/* -----------Katharina Start ---------------------*/
.sidebar1 h3 {
	color: #c8272b;
}

.sidebar1 {
	width: 100%;
	background-color: #F8F8F9;
	color: #192f55;
}

.sidebar1 ul {
    color: #c8272b;
}
.sidebar1 ul a {
    color: #192f55;
}

/* -----------Katharina End ---------------------*/