.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}


body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 100;
	background: #00678f url(../i/blu-background-inverted.png) no-repeat;
	background-size: 40%;
	background-position: 100% 100%;
}

a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}

a:link {
	color: #fff;
	font-weight: bold;
}
a.back:link{
	font-weight: normal;
	display:block;
	margin-top:1em;
	/*text-shadow: 1px 1px 4px #000;*/
	font-size: 1.2em;
	line-height:1;
}
.back_arrow{
		
}

a:visited {
	color: #fff;
}


a:active {
	color: #fff;
}
    
h1 {
    /*float: left;*/
    height: auto;
    text-align: left;
    margin: 0px;
    clear: none;
	color: #fff;
	font: 100 3em/.9em 'Slabo 13px', Georgia, 'Times New Roman', serif;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 4px #000;*/
}

h1 a:link {
	font-weight: normal;
}

#intro {
    float: left;
	font-size: 1.3em;
	width: 55%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	clear: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 1em;
}

#links {
    float: left;
    font-size: 1.6em;
    width: 35%;
    height: auto;
    text-align: left;
    font-weight: 200;
    line-height: 1em;
    margin: 0px 0px 0px 52%;
    clear: both;
    list-style: none;
    padding: 0px;
    position: absolute;
}

#links li {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

#links li a{
	display: block;
	margin: 0 0 10px 0;
	padding: 25px 0 25px 80px;
	color: #fff;
	font-weight: normal;
	/*text-shadow: 1px 1px 4px #000;*/
}

#links li a:hover {

}

a.mrpDoc {
	background: url(../i/mrpDoc.png) no-repeat left center;
	background-size: 60px;
}

a.experts {
	background: url(../i/experts.png) no-repeat left center;
	background-size: 60px;
}

a.photos {
	background: url(../i/gallery.png) no-repeat left center;
	background-size: 60px;
}


#header {
    float: left;
    height: auto;
    margin-left: 8%;
    margin-top: 56px;
    clear: none;
    width: 82%;
}

#content {
    float: left;
    margin: 28px 0px 0px 8%;
    clear: both;
    width: 82%;
}

@media only screen and (min-width: 1025px) {
	
#header {
    margin-left: 20%;
    width: 50%;
	}
	
#links {
	width: 25%;
	margin-left: 40%;
}

#content {
    margin-left: 20%;
	margin-right: 25%;
	width: 65%;
    }
}

@media only screen and (max-width: 960px) {
    h1 {
        margin: 0px;
        height: auto;
        width: 100%;
    }

    #intro {
        margin: 0px;
		margin-bottom: 1em;
        clear: none;
        height: auto;
    }

    #links {
        clear: none;
        height: auto;
    }

    #content {
        margin-top: 28px;
        margin-left: 8%;
        clear: both;
        width: 82%;
    }
}

@media only screen and (max-width: 768px) {
	body {
		
	}
	
    #intro {
        height: auto;
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }

    #links {
        margin: 0px 0px 0px 52%;
        clear: none;
        height: auto;
    }

    #content {
        margin-top: 24px;
        margin-left: 8%;
        clear: both;
    }
}

@media only screen and (max-width: 600px) {
	body {
		background: #00678f url(../i/blu-background.png) no-repeat;
		background-size: 50%;
		background-position: 120% 0%;
	}
	
    #intro {
        clear: both;
        width: 100%;
        margin-top: 270px;
    }

    #links {
		float: left;
        margin-top: 0px;
        margin-left: 0px;
        height: auto;
        width: 80%;

    }

    #header {
        float: left;
        height: auto;
        margin-left: 8%;
        margin-top: 20px;
        clear: none;
        width: 82%;
    }

    h1 {
        font-size: 2.5em;
    }

    #content {
        float: left;
        height: auto;
        margin-left: 8%;
        margin-top: 22px;
        clear: both;
        width: 85%;
    }
}

/*GALLERY*/
.flex-control-paging{
	display:none;	
}
#counter{
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	font-size: 1em;	
}