
@font-face {
    font-family: 'FontAwesome';
    src: url('icons/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('icons/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('icons/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('icons/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('icons/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('icons/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa,#banner15::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

#banner15:before {
    content: "\f07e";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

::-moz-selection {
    background-color: #006bb5;
    color: #fff;
}
::selection {
    background-color: #006bb5;
    color: #fff;
}
html {
    font-size:100%;	
}
/*content colour*/

body {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased !important; 
    font-size:0.9em;
    line-height:1.3em;
    min-width:100%;
    min-height:100%;
    padding:0;
    margin:0;
    background: #ffffff;
}
body2 {
    font-family:  Open Sans, Arial, Helvetica, sans-serif;
    /*-webkit-font-smoothing: antialiased !important; */
    font-size:1.5em;
    line-height:1em;
    min-width:100%;
    min-height:80%;
    margin:0;
    text-transform:uppercase;
    color: #666;
    letter-spacing: 0.02em;
    padding: 0px;
    text-transform: uppercase;
}
a {
    color:#006bb5;
        /*#006666;*/
    text-decoration:none;
}
a:hover {
    color:#333;	
}
ul, li {
    padding:0;
    margin:0;	
    list-style:none;
}

ul.listless li{
    margin-bottom:1%;
}

img {
    border:0;
}

/* Scoll To Top */
.scrollToTop {
    cursor:pointer;	
}

/* Tabs */
ul.tabs-content > li { 
    display:none; 
}
ul.tabs-content > li.active { 
    display: block; 
}


/* #Site Styles
================================================== */

h1 {
    font-family: Open Sans, Arial, Helvetica, sans-serif;	
    font-size:500%;
    font-weight:normal;
    color:#006bb5;
    line-height:80%;
}
h2 {
    font-family: Open Sans, Arial, Helvetica, sans-serif;	
    text-align:center;
    font-weight:300;
    color:#006bb5;
    letter-spacing:0.1em;
    text-transform:uppercase;
    font-size:130%;
}
h6 {
    font-weight:600;
    font-size:110%;
    text-transform:uppercase;
    display:inline-block;
    padding-bottom:5px;
    border-bottom:2px solid #006bb5;
    letter-spacing:0.1em;	
    color:#006bb5;
    margin-bottom:20px;
}

h4 {
    font-family: Open Sans, Arial, Helvetica, sans-serif;	
    text-align:center;
    font-weight:300;
    color:#006bb5;
    letter-spacing:0.1em;
    text-transform:uppercase;
    font-size:130%;
}

#headr15 {
    display: block;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 5px solid #006bb5;
}

#headr15 .holdr, #headr15 #hello {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
    #headr15 .holdr {
        padding-left: 340px;
        background-color: #D9D9D9;
    }
}

@media screen and (max-width: 1100px) {
    #headr15 .holdr {
        padding-right: 80px;
        background-color: #D9D9D9;
    }
}
/*colour border at top*/
#hello {
    background-color: #006bb5;
}
/*colour border at top*/
#hello::before {
    background: linear-gradient(to right, #006bb5 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);/*#006666 0%, #8dc63f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}

#hello:hover::before {
    opacity: 1;
}

#hello a {
    color: #fff;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    font-style: italic;
    text-align: center;
    z-index: 20;
}



#logoMain {
    display: block;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 340px;
}


#logoMain * {
    box-sizing: border-box;
    display: block;
    float: left;
    height: auto;
    max-height: 100%;
    position: relative;
    width: 150%;
}

#headLynx {
    display: block;
    float: right;
    height: auto;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    #headLynx {
        display: none;
        float: left;
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: #006bb5;
    }

    #headLynx a {
        color: #fff !important;
        font-size: 16px;
        line-height: 120%;
    }

    #headLynx div, #headLynx ul, #headLynx li, #headLynx a {
        width: 100% !important;
        text-align: center;
    }

    #headLynx #contakt {
        padding: 7px 0;
        margin: 0 0 7px;
        background-color: #006234;
    }
}
/* moving top bar */
#mainNav {
    display: block;
    position: relative;
    float: right;
    width: auto;
    height: auto;
    clear: both;
    padding: 0 20px;
    margin-bottom: 12px;
    margin-top: 10px;
    background-color: #D9D9D9;
}

#mainNav ul, #mainNav li, #mainNav a {
    display: block;
    position: relative;
    float: left;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#mainNav a {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.02em;
    padding: 7px;
    cursor:pointer;
}

#mainNav ul ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 300px;
    margin: 0 0 0 -150px;
    border-bottom: 5px solid #006bb5;
    padding-top: 17px;
    -moz-box-shadow: 0 24px 24px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 24px 24px rgba(0,0,0,0.4);
    box-shadow: 0 24px 24px rgba(0,0,0,0.4);
    display: none;
}

#mainNav ul ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 0;
    margin: -8.5px 0 0 -8.5px;
}

#mainNav ul ul li, #mainNav ul ul a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    z-index: 1;
}

#mainNav ul ul a {
    padding: 10px;
    background-color: #fff;
}

#mainNav ul ul li:hover {
    z-index: 100;
}

#mainNav ul ul li:hover a {
    width: 104%;
    left: -2%;
    -moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
}

#mainNav ul ul li + li {
    border-top: 1px solid #cfcfcf;
}

#mainNav ul ul p {
    display: none;
}

#mainNav ul ul .imagebubble, #mainNav ul ul span {
    display: inline;
    display: inline-block;
    vertical-align: middle;
}

#mainNav ul ul .imagebubble {
    width: 20%;
    max-height: 38px;
    overflow: hidden;
    height: auto;
    text-align: center;
}

#mainNav ul ul .imagebubble img {
    float: none;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline;
    max-width: 100%;
    max-height: 38px;
}

#mainNav ul ul .imagebubble img.mask {
    display: none;
}

#mainNav ul ul span {
    width: 64%;
}
#mainNav a.custom {
    font-weight: 700;
    color: #006bb5;
}

#mainNav > ul > li:hover > a, #mainNav > ul > li.hover > a {
    background-color: #006bb5;
    color: #fff;
    -moz-box-shadow: 0 15px 0 #006c39;
    -webkit-box-shadow: 0 15px 0 #006c39;
    box-shadow: 0 15px 0 #006bb5;
}

#mainNav > ul > li:hover ul, #mainNav > ul > li.hover ul {
    display: block;
}

/* BANNERS */


#banner15 {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

#banner15::before {
    font-size: 20px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 50%;
    z-index: 1000;
    line-height: 10px;
    width: 20px;
    text-align: center;
    margin-right: -10px;
    display: none;
}

#banner15 ul, #banner15 li, #banner15 div {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#banner15 .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner15 .img img.bg {
    width: 100% !important;
    max-width: 1000% !important;
    height: auto !important;
}

#banner15 .info {
    display: block;
    position: relative;
    float: right;
    max-width: 800px;
    height: auto;
    padding: 80px 30px;
    margin-right: 52%;
    text-align: center;
    color: #fff;
    width: 45%;

}
/*behind writing on home screen*/
#banner15 .info .holder{
    /*background:url('../Images/background.png');*/
     /*background-color: #4169E1;*/
     background: none repeat scroll 0 0 rgba(73, 73, 73, 0.5);
         /*#009393;*/
    box-shadow:8px 8px 5px #000;
    margin-bottom:3%;
    height:auto;
    padding-top:2%;
    padding-bottom:2%;
    display:block;
    overflow:hidden;
    position: relative;
}

#banner15 .info .holder1{
    /*background:url('../Images/background.png');*/
     /*background-color: #4169E1;*/
     background: none repeat scroll 0 0 rgba(73, 73, 73, 0.5);
         /*#009393;*/
    box-shadow:8px 8px 5px #000;
    margin-bottom:3%;
    height:auto;
    padding-top:2%;
    padding-bottom:2%;
    display:block;
    overflow:hidden;
}

/*Font on Home page in front of banner*/
#banner15 .info h2 {
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    color: #fff;
    text-transform: none;
    font-size: 50px;
    letter-spacing: 0;
    margin: 0;
    line-height: 100%;
}

#banner15 .info .txt {
    float: none;
    display: block;
    margin: 30px 0 40px;
    font-size: 22px;
    line-height: 150%;
    width: 100%;
}

/*find out more box on home screen */
#banner15 .info a.cta {
    display: inline;
    display: inline-block;
    background-color: #006bb5;
    outline: 10px solid rgba(0, 107, 181,0.2);
    background-color: #006bb5;
    /*background-image: -webkit-linear-gradient(top, #009393 48%, #008b8b 50%);
    background-image: -moz-linear-gradient(top, #009393 48%, #008b8b 50%);
    background-image: -o-linear-gradient(top, #009393 48%, #008b8b 50%);
    background-image: linear-gradient(to bottom, #009393 48%, #008b8b 50%);
    -moz-box-shadow: inset 0 2px 0 #00adad,inset 0 -1px 0 #007070;
    -webkit-box-shadow: inset 0 2px 0 #00adad,inset 0 -1px 0 #007070;*/
    box-shadow: inset 0 2px 0 #006bb5,inset 0 -1px 0 #006bb5;
}

#banner15 .info a.cta:hover {
    background-color: #006bb5;
        /*#00a8a8;*/
    background-color: #006bb5;
        /*#00acac;*/
    background-image: -webkit-linear-gradient(top, #6495ed 0%, #fff 100%);
    background-image: -moz-linear-gradient(top, #6495ed 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #6495ed 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #6495ed 0%, #fff 100%);
    -moz-box-shadow: inset 0 2px 0 #00c7c7,inset 0 -1px 0 #008a8a;
    -webkit-box-shadow: inset 0 2px 0 #00c7c7,inset 0 -1px 0 #008a8a;
    /*box-shadow: inset 0 2px 0 #000000,inset 0 -1px 0 #000000;*/
}

#banner15 .info a.cta:active {
    background-color: #6495ed;
    background-color: #6495ed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6495ed), to(#fff));
    background-image: -webkit-linear-gradient(top, #6495ed, #fff);
    background-image: -moz-linear-gradient(top, #6495ed, #fff);
    background-image: -ms-linear-gradient(top, #6495ed, #fff);
    background-image: -o-linear-gradient(top, #6495ed, #fff);
    background-image: linear-gradient(top, #6495ed, #fff);
}


#banner15 .sNav {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    opacity: 0.6;
}

#banner15 .sNav i {
    display: block;
    position: absolute;
    top: 54%;
    left: 0;
    width: 100%;
    line-height: 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

#banner15 .sNav.prev {
    left: 30px;
}

#banner15 .sNav.next {
    right: 30px;
}

#banner15 .sNav:hover {
    cursor: pointer;
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
}

#content  {
    margin-top:0px;
    font-size: 1.5em;
    line-height: 1;
    padding: 100px 100px 100px 100px;
}   

#footer {
    padding-top: 0 !important;
    margin-top: 0 !important;
}





/* Three Panels */

ul.threePanels {
    background-color: #25449D;
    /*#006c39*/
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
ul.threePanels li {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: auto;
    overflow: visible;
    padding: 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    width: 33.33%;
}
ul.threePanels li::before {
    content: "";
    display: block;
    height: 300%;
    left: -1%;
    position: absolute;
    top: -100%;
    width: 102%;
    z-index: 0;
}
ul.threePanels li:nth-of-type(3n-1)::before {
    background-color: #6495ED;
   /*#77aa32;*/
}
ul.threePanels li:nth-of-type(3n)::before {
    background-color: #3366FF;
        /*#006666;*/
}
@media screen and (max-width: 950px) {
    ul.threePanels {
        text-align: center;
        white-space: normal;
    }
    ul.threePanels li {
        width: 48%;
    }
    ul.threePanels li:nth-of-type(3n-1)::before {
        left: 0;
        width: 110%;
    }
    ul.threePanels li:nth-of-type(3n) {
        width: 90%;
    }
    ul.threePanels li:nth-of-type(3n)::before {
        height: 100%;
        left: -200%;
        top: 0;
        width: 400%;
    }
}
@media screen and (max-width: 660px) {
    ul.threePanels li {
        width: 100%;
    }
    ul.threePanels li::before {
        height: 100% !important;
        left: -200% !important;
        top: 0 !important;
        width: 400% !important;
    }
}
ul.threePanels .inner {
    display: block;
    font-size: 17px;
    line-height: 150%;
    position: relative;
    width: 100%;
}
ul.threePanels img {
    width: 55px;
}
ul.threePanels a.cta {
    margin-top: 1em;
}
ul.threePanels a.cta:hover {
    background: none repeat scroll 0 0 rgba(0, 6, 3, 0.3);
}
ul.threePanels h3 {
    font-size: 18px;
}

/* end of panels*/















/*footer stuff*/


#footer div.three.cols.contact {
    background: repeat scroll center center rgba(0, 0, 0, 0);
}
#footer div.three.cols {
    border: 0 none;
}


#footer div.three.cols {
    /*background:  repeat scroll center center  #D9D9D9  ;*/
    background: linear-gradient(to bottom, #D9D9D9 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*border-top: 5px solid #aaa;*/
    height: 350px;
    margin: 0;
    padding: 0 2.05%;
}
div.row .three.cols {
    width: 20.9%;
}
div.row .three.cols {
    width: 20.9%;
}
div.row .cols {
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}
div.row .cols {
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}
*::-moz-selection {
    background-color: #006bb5;
    color: #fff;
}

/*end of footer stuff*/

/* ROWS */
div.hold {
    width:100%;
    float:left;
    position:relative;
}

/*line after three boxes*/
#goodbye {
    background-color: #006bb5;
        /*#006c39;*/
}
#goodbye::before {
    background: linear-gradient(to right, #006bb5 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}
#goodbye:hover::before {
    opacity: 1;
}
#goodbye a {
    color: #fff;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    font-style: italic;
    text-align: center;
    z-index: 20;
}

#goodbye {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer {
    text-align: center;
}

div.row { 
    position:relative;
    color: #000;
    width:100%; 
    margin:0 auto; 
}
div.row .cols { 
    float:left; 
    display:inline; 
    margin-left:2%; 
    margin-right:2%; 
}

div.row .one.cols               { width: 4.3%;  }
div.row .two.cols       	{ width: 12.6%; }
div.row .three.cols     	{ width: 20.9%; }
div.row .four.cols      	{ width: 29.2%; }
div.row .five.cols      	{ width: 37.5%; }
div.row .six.cols       	{ width: 45.5%; }
div.row .seven.cols     	{ width: 54.1%; }
div.row .eight.cols     	{ width: 62.4%; }
div.row .nine.cols      	{ width: 70.7%; }
div.row .ten.cols       	{ width: 79%;   }
div.row .eleven.cols   	 	{ width: 88.3%; }
div.row .twelve.cols    	{ width: 95.6%; }

#content div.row .nine.cols {
    padding-left: 3%;
    padding-right: 1%;
    width: 90%;
    margin-bottom: 100px;
}
#content div.row .nine.cols h1 {
    margin-bottom: 15px;
}

#content div.row .nine.cols {
    padding-left: 3%;
    padding-right: 1%;
    width: 90%;
    margin-bottom: 100px;
}

#content div.row .three.cols {
    padding-right: 3%;
    width: 17.9%;
}

a.cta.j15 {
    padding: 15px 30px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: 0;
    font-size: 15px;
    line-height: 100%;
}


a.mail{
    clear:both;
    display:block;
    margin-bottom:2%;
}

address{
    text-align:center;
    margin-bottom:1%;
}

/*header on each page*/

#blockbanner{
    background-color:#ffffff;
    width:100%;
    float:left;
    text-align:center;
    overflow:hidden;
    border:none;
    color:#000;
    font-size: 200%;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

#blockbanner h1{
    font-size: 130%;
    font-family: Open Sans, Arial, Helvetica, sans-serif;	
    text-align:center;
    font-weight:300;
    color:#006bb5;
    letter-spacing:0.1em;
    text-transform:uppercase;
}

.imgFloatRight, .imgFloatLeft{
    float:right;
    margin:2%;
    display:inline-block;
    max-height: 80%;
    width:  250px;
    height: 300px;
}

.imgFloatLeft{
    float:left;
    box-shadow: 10px 10px 5px #888888;
}
.imgFloatN{
    float:left;
    margin:2%;
    display:inline-block;
    max-height: 80%;
    width:  250px;
    box-shadow: 10px 10px 5px #888888;
}

.imgFloatCenter{
    display:inline-block;
    max-height: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:600px;
    margin-top:50px;
}

.imgFloatflowcenter{
    display:inline-block;
    max-height: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:600px;
    margin-top:50px;
}

.imgFloatflowcenter2{
    display:inline-block;
    max-height: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:400px;
    margin-top:50px;
    margin-bottom:50px;
}

.imgFloatstorage{
    display:inline-block;
    max-height: 80%;
    width: 600px;
    margin-top:10px;
    margin-bottom:10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.imgFloatstorage1{
    display:inline-block;
    max-height: 80%;
    width: 900px;
    margin-top:10px;
    margin-bottom:10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.imgFloatfullflow{
    padding-left: 13.5%;
    display:inline-block;
    max-height: 80%;
    width: 700px;
    margin-top:10px;
    margin-bottom:10px;
    alignment-baseline: middle;
    
}

.imgFloatflow{
    display:inline-block;
    max-height: 80%;
    width: 700px;
    margin-top:20px;
    margin-bottom:20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imggraphs{
    display:inline-block;
    max-height: 80%;
    width: 1000px;
    margin-top:20px;
    margin-bottom:20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.imgFloattech{
    padding-left: 25%;
    display:inline-block;
    max-height: 80%;
    width: 500px;
    margin-top:20px;
    margin-bottom:20px;
    
}

.imgFloat1{
    float:right;
    margin:2%;
    display:inline-block;
    max-height: 80%;
    width:  300px;
}


#content p{
    font-size:0.9em;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    letter-spacing:0.02em;
    line-height: 120%;
    text-align: justify;
    list-style-type: circle;
}

#names1 p{
    font-size:0.9em;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    letter-spacing:0.02em;
    line-height: 120%;
    text-align: justify;
    list-style-type: circle;
    margin-top:75px;
}

#names p{
    font-size:0.9em;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    letter-spacing:0.02em;
    line-height: 120%;
    text-align: justify;
    list-style-type: circle;
    margin-top:75px;
}


#references{
    font-size:0.7em;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:0.02em;
    line-height: 120%;  
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#centred{
    font-size:0.7em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:0.02em;
    line-height: 120%;  
    margin-bottom:50px;
    margin-top:-10px;
}

ul.bullet {
    list-style:disc;
    font-size:0.9em;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:0.02em;
    line-height: 120%;
}

.hangingindent {
  padding-left: 50px ;
  text-indent: 0px ;
} 


/*image trial*/

.img {
    position: relative;
    float: left;
    width:  100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
