/* ===================
    ALL: Sword Theme
   =================== */

.header-container {
	z-index: 50;
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, .85);
}


.header-container,
.footer-container,
.main aside {
	
}

.footer-container {
    background: #203e79;
    width: 100%;
    display: block;
    min-height: 100px;
}

.title {
    color: white;
}
#sword-nav .contain-to-grid, #sword-nav .top-bar {
  background: #ffffff;
 }
#sword-nav .top-bar {
	margin-bottom: 0px;
}

.logoHolder {
	max-width: 300px;
	margin: 1.5% auto;
        /*was 3% auto, same below*/
}
.logoHolder2 {
	max-width: 150px;
	margin: 1.5% auto;
}

.creditHolder {
	max-width: 350px;
	margin: 3% auto;
font-size:.9em;
}
.creditHolder a {
color: #4d6594;
display:none;
}
#langSwitch {
position: static;
top:0;
right: 0;
width: 100%;
text-align: center;
background: transparent;
color: #efefef;
padding:5px;
/*-webkit-box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.6);
-moz-box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.6);
-o-box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.6);
box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.6);*/
z-index: 999;
}
#langSwitch a, 
#langSwitch li {
color:#333;
display:inline-block;
font-weight: 700;
}
#langSwitch li {
padding: 3px 10px;
}
#langSwitch ul {display:inline;}
.footer-container .logoHolder {
	max-width: 250px;
	margin: 20px auto;
}
.leftFloat {
	float: left;
	margin: 2% 2% 2% 0;
}
.rightFloat {
	float: right;
	margin: 2% 0 2% 2%;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centred {
	text-align: center;
}
.hidden {visibility:hidden;}
/* ==============
    MOBILE: Menu
   ============== */
.top-bar-section ul {
    background-color: #fff;
}
nav ul {
    margin: 0;
    padding: 0;
}

nav a {

    text-align: left;
    text-decoration: none;
    font-weight: 700;
    color: #0a0a0a;
    background: #fff;
}

nav a:hover,
nav a:visited {
    color: #dedede;
}

nav a:hover {
    text-decoration: none;
}
.top-bar-section ul li {
    background-color: #fff;
}
.top-bar-section li a:not(.button) {
    background-color: #fff;
}
.top-bar-section li a:not(.button):hover {
        background: #fff; }
.top-bar-section ul li > a {
    color:#0A0A0A;
    background-color:#fff;
    font-size:1em;
}
.top-bar-section ul li.active > a {
    background-color:#fff;
}
.top-bar .name h1 a {
    color:#ddd;
}
.top-bar.expanded .toggle-topbar a, .top-bar.expanded .toggle-topbar a span {
    background-color:#fff;
}
.top-bar.expanded .title-area, .top-bar-section ul li.active > a {
    background: #fff; }
.top-bar-section .dropdown li.title h5 a {
    color:#ddd;}
.top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: none;
        box-shadow: none; }
li.name {
    visibility:hidden;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}
#logos {
text-align:center;
margin-top: 20px;
margin-bottom: 25px;
}
#logos ul {
text-align: center;
float: none;
}
#logos li {
display: inline-block;
flost: none;
text-align:center;
width:36px;
}
#logos li.wider {
width:48px;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background: #ddd;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6, q {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
h1 {
	font-size: 3em;
	text-transform: uppercase;
}
h2 {
	color: #203e79;
	font-size: 1.6875em;
}
h3 {
        font-size: 1.4em;
}
footer h3, footer h4, footer h5, footer h6 {
	color: #fff;
	font-size: 1.2em;
}
footer a {
	color: #cecece;
}
nav {
	background: rgba(255, 255, 255, .6);
}
nav ul {
    font-weight: 700;
    color: #ddd;
}

nav a {
    text-align: left;
    text-decoration: none;

    background: transparent;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
nav a:hover {
    color: #999;
}
nav a span {
    text-align: center;
}
#contacts {
	text-align: center;
}
ul.archiveList {
	list-style-type: none;
}
ul.archiveList li {
	padding: 5% 2%;
	border-top: 1px solid #333;
	background: #eee;
}
ul.archiveList li.Odd {
	padding: 5% 2%;
	border-top: 1px solid #333;
	background: #fff;
}
ul.archiveList li.First {
	padding: 5% 2%;
	border-top: 3px solid #333;
	background: #eee;
}
ul.archiveList li.Last {
	padding: 5% 2%;
	border-top: 1px solid #333;
	border-bottom: 3px solid #333;
	background: #eee;
}
.swordThumb {
  display: block;
	border: 4px solid #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
background:#fff;
}
.swordThumb:hover, .swordThumb:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(32, 62, 122, 0.5);
    box-shadow: 0 0 6px 1px rgba(32, 62, 122, 0.5); }
        

/*slider stuff*/
#slider-holder {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
	padding: 0px;
	margin-top: 0px;
	padding-bottom: 37px;
	background: transparent url('../img/triangle.gif') no-repeat center bottom;
}
#image-holder {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
	padding: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	background: transparent;
}
ul#hideMe {
display:none;
}
#ei-slider {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	border: none;
	overflow: hidden;
}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 520px;
	margin: 0 auto;
	padding: 0px;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;*!/
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: -25px;
}
.ei-slider li img{
	visibility: hidden;
	height: 520px;
	padding: 0px;
	margin: 0px;
}
.ei-title{
	position: absolute;
	left: 0;
	width: 40%;
 	top: 280px;
	z-index: 10;
	background: rgba(0, 0, 0, .5);	background: transparent;
        visibility:hidden;
}
.ei-title h2 {
	text-align: left;
}
.ei-title h3 {
	color: #efefef;
	text-align: right;
}
.ei-title h2{
	font-size: 3em;
	line-height: 1em;
	font-weight: 300;
	color: #fff;
	float: right;
	clear: right;
	width: 40%;
	margin: 5% 5% 5% 5%;
}
.ei-title h2 span {
	display: block;
	text-transform: uppercase;
	font-size: .4em;
}
.ei-title h3{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	word-spacing: 2px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	float: left;
	width: 75%;
	margin: 5% 5% 5% 20%;
	orphans: 1;
}
.ei-title h3 span {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-weight: 700;
	font-size: .8em;
}

.orbit-caption h2 {
	text-align: left;
}
.orbit-caption h3 {
	color: #efefef;
	text-align: right;
}
.orbit-caption h2{
	font-size: 3em;
	line-height: 1em;
	font-weight: 300;
	color: #fff;
	float: right;
	clear: right;
	width: 40%;
	margin: 5% 5% 5% 5%;
}
.orbit-caption h2 span {
	display: block;
	text-transform: uppercase;
	font-size: .4em;
}
.orbit-caption h3{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	word-spacing: 2px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	float: left;
	width: 30%;
	margin: 5% 0 5% 20%;
	orphans: 1;
}
.orbit-caption h3 span {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-weight: 700;
	font-size: .8em;
}
/*-- original ones
#slide1 {
	background: #fff url('../img/london-eye-2.jpg') no-repeat center center;
}
#slide2 {
	background: #fff url('../img/Volvo-ocean-race-2.jpg') no-repeat center center;
}
#slide3 {
	background: #fff url('../img/stadium-2.jpg') no-repeat center center;
}
#slide4 {
	background: #fff url('../img/rio.jpg') no-repeat center center;
} --*/
#slide1 {
	background: #fff url('../img/header-images/BEA-Team.jpg') no-repeat center center;
}
#slide2 {
	background: #fff url('../img/Volvo-ocean-race-2.jpg') no-repeat center center;
}
#slide3 {
	background: #fff url('../img/header-images/DSCN0287.jpg') no-repeat center center;
}
#slide4 {
	background: #fff url('../img/header-images/london_olympics_olympic_park.jpg') no-repeat center center;
}
.orbit-timer, .orbit-slide-number {
	display: none;
}

.address {
	width: 27%;
	padding: 3%;
	text-align: center;
	display: inline-block;
	float: left;
}
.email {
	clear: both;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding-top: 5%;
	border-top: 1px solid #4d6594;
}
.email a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.email a:hover {
	color: #dedede;
}
/* Gallery Styles*/
div.galleriffic {
float: none;
margin: 0px;
margin-top: 2em;
border-top: 1px solid #eee
}
div.galleriffic div.gal_main {
float: none;
margin: 0px;
}
#gal-gaff-caption div.caption {
background:transparent;
}
#gal-gaff-caption.caption-container {
display:block;
}
#gal-gaff-caption span.image-caption {
position:relative;
color:#999;
}
#gal-gaff-caption div.caption {
color:#666;
}
div#gal-gaff-slideshow.slideshow a.advance-link {
width: 100%;
text-align:left;
}
div.white {
border-top: 1px solid #fff;
padding-top: 35px;
padding-bottom: 35px;
margin-top: 20px;
}

/*searches*/
.navbar-search-form fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */
	.header-container {
		z-index: 50;
		position: absolute;
		width: 100%;
		background: rgba(255, 255, 255, .85);
	}
	.header-container img, .footer-container img {
	    vertical-align: middle;
	    width: 100%;
	    max-width: 100%;
	}
    .header-container,
    .main aside {
        
    }
#langSwitch {
position: absolute;
top:0;
right: 25px;
width: 200px;
}

/* ============
    WIDE: Menu
   ============ */

    .title {
        margin: 2% auto;
        text-align: center;
        color:#ddd;
    }
		nav a {
	    padding: 5px 25px;
	    color: #ddd;
	}
	nav li {
	    padding: 0px;
	    background: #fff;
	    margin-left: 5px;
	}
        nav li + li {
	    padding: 0px;
	    background: #fff;
	    /*margin-left: 5px;*/
	}
.top-bar-section .dropdown, ul.dropdown {
padding: 15px;
background-color: #fff;
}
nav ul.dropdown li a {
text-align:left;
}
.top-bar-section li a:not(.button) {
    padding: 0px 25px 0px 25px;
}
	



/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
    .ei-title{
    	position: absolute;
    	left: 0;
    	width: 40%;
    	top: 230px;
    	z-index: 10;
		background: rgba(0, 0, 0, .3);
    }
    #contacts {
    	margin-top: 5%;
    }
}

@media only screen and (min-width: 960px) {
    li.name {
    visibility: visible;
    }
    li.name h1 {
    display: none;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        /*width: 1026px;  1140px - 10% for margins */
        margin: 0 auto;
    }
    .row {
    	max-width: 1240px;
    	margin-right: auto;
    	margin-left: auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.logoHolder2 a img { margin-top:5px;margin-bottom:-5px;}
.footer-container .logoHolder2 a img {
	max-width: 100%;
        width:45px;
}
.pullout { background: #fff;}
ul.projectarchiveList { list-style-type: none; width:100%;margin:0;padding:0;vertical-align: top;}
li.projectarchiveList { list-style-type: none; width:30%;margin:10px;padding:2%;box-sizing: border-box; display:inline-block;border: 4px solid #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
background:#fff; text-align:center;vertical-align: top;}

li.projectarchiveList:hover, li.projectarchiveList:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(32, 62, 122, 0.5);
    box-shadow: 0 0 6px 1px rgba(32, 62, 122, 0.5); }