/*  --------------------------------------------------------------------------  */
/*  -------------------------------- For wide screen browsers (wider than 1024) */
/*  --------------------------------------------------------------------------  */

html, body {height: 100%;}

a{color: #0093dd; text-decoration: none; outline: 0;}
a:hover{color: #006294; text-decoration: none;}
a img {border: none;}

.clear {clear: both;}

h1{
	margin: 0;
	padding: 0 0 30px;
	font: 300 30pt Exo, "Helvetica Neue", Helvetica, sans-serif;
	color: #1e3e5d;
    }
h1 span{
	font-weight: 100;
    color: #1e3e5d;    
    }
h1 span:before{
	content: ": ";    
}

h1 span.breadcrumbs{
    display: block;
    margin: 0 0 10px;
    padding: 0;
    height: 30px;
    font-size: 10pt;
    font-weight: 300;
    border-bottom: 1px dotted #bccad7;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
h1 span.breadcrumbs:before{
	content: "";
    }
h1 span.breadcrumbs a{
    display: block;
    padding: 0 0 0 25px;
    height: 30px;
    color: #889fb5;
    background: url('../images/breadcrumbs.png') no-repeat top left;
    }
h1 span.breadcrumbs a:hover{
    color: #1e3e5d;
    background-position: bottom left;
    }

h2{
	margin: 0;
	padding: 40px 0 10px;
	font: 500 20pt Exo, "Helvetica Neue", Helvetica, sans-serif;
	color: #527393;
}

h1+h2{
    padding: 0 0 10px;
}

h3{
	margin: 0;
	padding: 20px 0 10px;
	font: 300 15pt Exo, "Helvetica Neue", Helvetica, sans-serif;
	color: #1e3e5d;
}

h2+h3{
    padding: 5px 0 10px;
}

h4{
	margin: 0;
	padding: 20px 0 10px;
	font: 500 12pt Exo, "Helvetica Neue", Helvetica, sans-serif;
	color: #527393;
}


p{
	margin: 0;
	line-height: 25px;
	text-align: left;
}

ol{margin: 0 0 0 18px;}

ul li, ol li{
	margin: 0;
	line-height: 18px;
	text-align: left;
}

body{
	background: #fbfefe url('../images/bg-body.jpg') repeat-x top;
	font: 300 11pt Exo, "Helvetica Neue", Helvetica, sans-serif;
    color: #656565;
}

#container{
	position: relative;
    margin: auto;
    padding: 0 0 137px; /* bottom must be same/more height as the footer */
	width: 1248px;
	min-height: 100%;
    background: url('../images/bg-container.png') no-repeat top center;
}

/*  ----------------------------------------------------- TOP  */

/*  -- brand */

a#logo{
    position: absolute;
    top: 0; right: 0;
    z-index: 100;
    display: block;
    width: 647px;
    height: 303px;
    background: transparent url('../images/bg-logo.png') no-repeat center;
}


/*  -- slideshow */

#slider{
    position: relative;
    width: 100%;
    height: 303px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#slideshow {
    position: relative;
    height: 100%;
    }
#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
#slideshow img.active {
    z-index: 10;
    }
#slideshow img.last-active {
    z-index: 9;
}

/*  -- nav */

ul#menu {
    position: relative;
	margin: 0 0 50px 0;
    background-color: #e8f6f7;
    background-color: #cee8f3;
    height: 58px;
    display: table;
    width: 100%;
    }
ul#menu ul {
    list-style: none;
    }
ul#menu li {
    margin: 0;
    display: table-cell;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    }
ul#menu li.nav1{ background-color: #0093dd; }
ul#menu li.nav2{ background-color: #23a2e1; }
ul#menu li.nav3{ background-color: #45b1e5; }
ul#menu li.nav4{ background-color: #69c0e9; }
ul#menu li.nav5{ background-color: #8bceed; }
ul#menu li.nav6{ background-color: #aeddf0; }
ul#menu li.nav7{ background-color: #cee8f3; }

ul#menu li:hover{
    background-color: #1e3e5d;
}
    
ul#menu a {
    padding: 0 15px;
    color: #fff;
    *zoom: 1;
}

/*  -- main */ 

ul#menu > li {
    display: table-cell;
    z-index: 1000;
}

ul#menu > li > a {
	display: block;
	padding: 0 35px;
	text-align: center;
    font: 500 13pt/57px Exo, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
    text-shadow: 0 1px 0px #002845, 0 0 5px rgba(0,43,71,0.5);
    border-top: 1px solid #e8f6f7;
}


/*  -- sub */ 

ul#menu li:hover ul{
    display: block;
    opacity: 1;
    visibility: visible;
}

ul#menu > li.hover > ul {
    left: 0;
}
ul#menu li li.hover ul {
    left: 100%;
    top: 0;
}
   
ul#menu li ul {
    position: absolute;
    z-index: 1000;
    left: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 1248px;
    background: #fff;
} 
    
ul#menu li li a {
    position: relative;
    z-index: 1000;
    display: block;
    float: left;
    width: 25%;
	margin: 0;
    padding: 10px;
    background: #69c0e9;
    border-top: 1px solid #e8f6f7;
    font: 500 11pt/17px Exo, "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 0 1px 0px #002845, 0 0 5px rgba(0,43,71,0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px dotted #fff;
    }
ul#menu li li:nth-child(4n+1) a{
    border-left: none;
    }
ul#menu li li a:hover{
    background: #0093dd;
}

ul#menu li ul li{ 
    display: block;
}
    



/*  ----------------------------------------------- CONTENT  */


.content ul{
    margin: 0;
    }
.content ul li{
	padding: 0 0 0 15px;
    line-height: 28px;
	background: url('../images/bullet.gif') no-repeat top left;
    }
.content ol{
	margin: 0 0 0 18px;
}
.content ol li{
	background: none;
}

.intro{
    font-size: 13pt;
    font-weight: 500;
	color: #1e3e5d;
}

.hugo{
    float: left;
    display: block;
    margin: 0 50px 20px 0;
    width: 250px;
    height: 480px;
    background: url('../images/bg-hugo.jpg') no-repeat top left;
    border-bottom: 1px solid #0093dd;
}

.note{
    margin: 20px 0 0;
    padding: 10px 40px 30px;
    background: #def2f1;
}

.staff{
    float: left;
    margin: 40px 0 0;
    padding: 272px 20px 0;
    width: 312px;
    border-right: 1px dotted #0093dd;
    background-repeat: no-repeat;
    background-position: top center;
    }
.marika{ background-image: url('../images/bg-staff-marika.jpg'); }
.anne{ background-image: url('../images/bg-staff-anne.jpg'); }
.marinda{ background-image: url('../images/bg-staff-marinda.jpg'); }
.evelyne{ background-image: url('../images/bg-staff-evelyne.jpg'); border-right: none; }

ul#pageoptions{
    display: table;
    width: 100%;
    list-style: none;
    }
ul#pageoptions li{
    margin: 0; padding: 0;
	background: none;
    }
ul#pageoptions li a{
    float: left;
    display: block;
    margin: 0;
    padding: 10px;
    width: 25%;
    background: rgba(0,147,221,0.2);
    border-top: 1px solid #e8f6f7;
    font: 500 11pt/17px Exo, "Helvetica Neue", Helvetica, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
	}
ul#pageoptions li a:hover{
    background: rgba(0,147,221,0.3);
}

.floatleft{
    float: left; display: block;
    margin: 0 20px 10px 0;
    border: 1px solid #9cd3c3;
    }
.floatright{
    float: right; display: block;
    margin: 0 0 10px 20px;    
    border: 1px solid #9cd3c3;
    }
a.floatleft, a.floatright{
    line-height: 1px;
    }
a.floatleft:hover, a.floatright:hover{
    border-color: #0093dd;
}

.toggle{
    border: 1px solid #e3f1f4;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    }
.toggle h2{
    padding: 20px 25px 15px;
    }
.toggle h4{
    margin: -15px 0 0;
    padding: 0 25px 20px;
}

.iconspan{
	float: right;
    display: block;
    margin: 0 0 30px;
    padding: 8px 10px 5px;
    width: 100%;
    background: #0093dd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    font: 500 13pt Exo, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
    text-shadow: 0 1px 0 #1e3e5d;
	cursor: pointer;
    }
.iconspan:hover{
	background: #1e3e5d;
}

.icongroup2{
	margin: 0;
	padding: 25px 25px 20px;
    border-top: 1px dotted #e3f1f4;
    border-left: 1px solid #e3f1f4;
    border-right: 1px solid #e3f1f4;
    }
.icongroup2 ul.roxgal li{
	width: 125px;
	height: 125px;
    background: none;
} 

ul.roxgal{
	list-style-type: none;
	margin: 0 0 0 -4px;
	padding: 0;
    }
ul.roxgal li{
	float: left;
	display: block;
	margin: 4px;
	padding: 0;
	width: 131px;
	height: 131px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 0 #555;
    box-shadow: 0 0 2px 0 #555;
    }
ul.roxgal li:hover{
    -webkit-box-shadow: 0 0 2px 0 #555;
    box-shadow: 0 0 2px 0 #555;
    }
ul.roxgal li a {
	display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
ul.roxgal a:hover{
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255,255,255,1.0), inset 0 0 20px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,1.0), inset 0 0 20px 0 rgba(255,255,255,0.5);
}

.finlogo{
    display: inline-block;
    padding: 0 20px;
    width: 268px;
    height: 150px;
    background-color: #dff4f9;
    background-repeat: no-repeat;
    background-position: center center;
}
.fhf{
    background-image: url('../images/logo-fhf.png');
    }
.incred{
    background-image: url('../images/logo-incred.png');
    }
.medifin{
    background-image: url('../images/logo-medifin.png');
    }
.finlogo:hover{
    background-color: #c6e7f8;
}

#pricecontact{
    float: left;
    margin: 0 45px 0 0;
    padding: 0 45px 0 0;
    width: 432px;
    border-right: 1px solid #e3f1f4;  
}

#pricing{
    padding: 30px;
    background-color: #82b334;
    color: #fff;
     background-color: orange;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 500 13pt Exo, "Helvetica Neue", Helvetica, sans-serif;
    }  
#pricing h2{
    padding: 0;
    color: #fff;
}

form#enquiry{
    float: left;
    width: 363px;
    }
form#enquiry h2{
    padding: 0 0 30px;
    }
form#enquiry .textfield{
    width: 100%;
    margin: 5px 0 10px;
    padding: 10px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e3f1f4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 300 11pt Exo, "Helvetica Neue", Helvetica, sans-serif;
    }
form#enquiry .multilinefield{
    margin: 5px 0 10px;
    }
form#enquiry .required-field{
    display: none;
    }
form#enquiry .button{
	float: right;
    margin: 5px 0 0;
    padding: 10px;
    width: auto;
	border: 0;
	background: #0093dd;
	color: #fff;
	cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 500 12pt Exo, "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 0 1px 0px #002845, 0 0 5px rgba(0,43,71,0.5);;
	}
form#enquiry .button:hover{
	background: #1e3e5d;
}

#contactsuccess, #contacterror{
    float: left;
    width: 363px;
    padding: 30px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }   
#contacterror{
    background-color: red;
    }
#contactsuccess{
    background-color: #82b334;
    }    
#contactsuccess h2, #contacterror h2{
    padding: 0;
    color: #fff;
}

#maps{
    float: left;
    float: left;
    margin: 0 0 0 45px;
    padding: 0 0 0 45px;
    width: 363px; 
    border-left: 1px solid #e3f1f4;
    }
#maps h2{
    padding: 0 0 10px;
}

#gmap{
    width: 363px;
    height: 200px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#locationmap{
    width: 363px;
    height: 200px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url('../images/map.gif') no-repeat top center;
}

/*  ----------------------------------------------- FOOTER  */

footer{
	clear: both;
	position: relative;
	margin-top: -87px; /* negative value of footer height */
	height: 87px;
	text-align: center;
    background: #e8f6f7;
}
/*Opera Fix*/
body:before {
	float: left;
	content:"";
	height: 100%;
	width: 0;
	margin-top:-32767px;/
}

#footercontainer{
	margin: auto;
    background: #e1f2f4;
	width: 1248px;
	height: 87px;
}

ul#signature{
	position:relative;
    margin: auto;
	padding: 15px 0 0;
	width: 100%;
	height: 45px;
	text-align: center;
	font-size: 8pt;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
ul#signature li{
	display: inline-block;
	margin: 0;
	padding: 0 0 0 8px;
	color: #598991;
	}
ul#signature li:first-child{
	padding: 0;
	background: none;
	}
ul#signature li:before{
	padding-right: 12px;
	content: "|"
	}
ul#signature li:first-child:before{
	padding-right: 0;
	content: " "
	}
ul#signature li a{
	color: #598991;
	letter-spacing: 1px;
	}
ul#signature li a:hover{
	color: #1e3e5d;
	text-decoration: none;
}

ul#signature li span{
	font-weight: 500
}

.googlefield{
    height: 21px;
    width: 396px;
}
.googlebutton{
    background: #bad7da;
    border: 1px solid #7e9db9;
    height: 27px;
    line-height: 25px;
    font-size: 9pt;
    font-weight: 500;
    color: #567896;  
    }
.googlebutton:hover{
    background: #7e9db9;
    color: #fff;
}
             