/* GLOBAL RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* global reset ends */


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

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}


/** MENU **/
#nav {
	width: 100%;
	height: 50px;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.8);
}

#logo {
	width: 165px;
	height: auto;
	float: left;
	border: 0px solid #000;
	margin-right: 105px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

#logosmall {
	display: none;
}

.centermenu {
	display: none;
}

#menu {
	width: 750px;
	height: 30px;
	border: 0px solid #000;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}


.smallmenu {
	display: none;
}

#start {
	float: left;
	border: 0px solid #000;
	padding-top: 6px;
	margin-right: 40px;
	width: 45px;
	letter-spacing: 1px;
}

.startlink {
	color: rgb(87,135,161);
	text-decoration: none;
	font-weight: normal;
}

.startlink:hover {
	color: rgb(87,135,161);
}

.startlink2 {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.startlink2:hover {
	color: rgb(87,135,161);
}

#what {
	float: left;
	border: 0px solid #000;
	margin-right: 40px;
	width: 102px;
	padding-top: 5px;
}


.whatlink {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.whatlink:hover {
	color: rgb(87,135,161);
}

.whatlink2{
	color: rgb(87,135,161);
	text-decoration: none;
	font-weight: normal;
}

.whatlink2:hover {
	color: rgb(87,135,161);
}


#about {
	float: left;
	border: 0px solid #000;
	margin-right: 15px;
	width: 51px;
	padding-top: 5px;
}

.aboutlink {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.aboutlink:hover {
	color: rgb(87,135,161);
}

.aboutlink2 {
	color: rgb(87,135,161);
	text-decoration: none;
	font-weight: normal;
}

.aboutlink2:hover {
	color: rgb(87,135,161);
}


/* DROPDOWN */

.dropdown {
	float: left;
	position: relative;
	display: inline-block;
	width: 100px;
	height: 120px;
	border: 0px solid #000;
	margin-right: 15px;
	text-align: center;
}


#work {
	float: left;
	border: 0px solid #000;
	width: 100px;
	padding-top: 5px;
}


.worklink {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.worklink:hover {
	color: rgb(87,135,161);
}


.worklink2 {
	color: rgb(87,135,161);
	text-decoration: none;
	font-weight: normal;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,0.6);
	width: 120px;
	height: auto;
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	border: 0px solid #000;
	padding: 10px;
	margin-top: 2px;
}

.worklink2:hover {
	color: rgb(87,135,161);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.leolink {
	float: left;
	text-decoration: none;
	font-weight: normal;
	border: 0px solid #000;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: left;
}

.leolink:hover {
	color: rgb(87,135,161);
}

.novolink {
	float: left;
	text-decoration: none;
	font-weight: normal;
	border: 0px solid #000;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: left;
}

.novolink:hover {
	color: rgb(87,135,161);
}

.leukolink {
	float: left;
	text-decoration: none;
	font-weight: normal;
	border: 0px solid #000;
	color: #000;
	width: 100%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.leukolink:hover {
	color: rgb(87,135,161);
}

.sobilink {
	float: left;
	text-decoration: none;
	font-weight: normal;
	border: 0px solid #000;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: left;
}

.sobilink:hover {
	color: rgb(87,135,161);
}


#contact {
	float: left;
	border: 0px solid #000;
	width: 71px;
	padding-top: 5px;
}

.contactlink {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}



.contactlink:hover {
	color: rgb(87,135,161);
}


.contactlink2 {
	color: rgb(87,135,161);
	text-decoration: none;
	font-weight: normal;
}

.contactlink2:hover {
	color: rgb(87,135,161);
}


#line {
	float: left;
	width: 1000px;
	height: 0px;
	background-color: #000;
	margin-top: 10px;
}



/* SLIDER */

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 70px;
  /* position: relative; */
  margin-top: 75px;
  background-color: #f0f0f0;
  border: 0px solid #000;
  padding-top: 60px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 20%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(87,135,161);
  font-weight: bold;
  font-size: 18px;
  transition: 0.7s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: rgb(87,135,161);
  font-size: 25px;
  font-weight: bold;
	font-family: 'Libre Baskerville', serif;
  /* padding: 8px 12px; */
  /* bottom: 8px; */
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #000;
  line-height: 115%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f0f0f0;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dotdiv {
	width: 100%;
	height: 16px;	
	background-color: #f0f0f0;
	border: 0px solid #000;
	text-align: center;
	display: inline-block;
}

.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #f0f0f0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* SLIDER ENDS */




/* CONTENT */
.firststart {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	/* margin-top: 75px; */
	background-color: #f0f0f0;
	/* padding-top: 60px; */
	padding-bottom: 40px;
}


.introtextstart {
	width: 500px;
	height: auto;
	display: block;
	/* margin-top: 30px; */
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-align: justify;
	line-height: 130%;
}

.firstwhat {
	width: 100%;
	height: 170px;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 100px;
}


.firsttext {
	width: 750px;
	height: auto;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}

.headline {
	width: 750px;
	height: auto;
	border: 0px solid #000;
	font-weight: bold;
	font-size: 25px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	line-height: 32px;
	color: rgb(87,135,161);
}

.headlinesmall {
	display: none;
}

.introtext {
	width: 500px;
	height: auto;
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 130%;
	text-align: justify;
}

.outrotext {
	width: 500px;
	height: 20px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: rgb(87,135,161);
	text-align: center;
}

.outrotextsmallabout {
	display: none;
}

.container {
	width: 750px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom:70px;
	border: 0px solid #000;
}

.icons {
	width: 750px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	margin-top: 80px;
	border: 0px solid #000;
}

.check {
	width: 100px;
	height: 100px;
	float: left;
	border: 0px solid #000;
	margin-right: 130px;
}

.checksmall {
	display: none;
}

.doc {
	width: 100px;
	height: 100px;
	float: left;
	border: 0px solid #000;
	margin-right: 130px;
}

.docsmall {
	display: none;
}

.computer {
	width: auto;
	height: 100px;
	float: left;
	border: 0px solid #000;
	margin-right: 130px;
}

.computersmall {
	display: none;
}

.people {
	width: 75px;
	height: 75px;
	float: left;
	border: 0px solid #000;
}

.peoplesmall {
	display: none;
}


.textblock1 {
	float: left;
	width: 325px;
	height: 200px;
	border: 0px solid #000;
	margin-right: 95px;
}

.blockheader {
	float: left;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	border: 0px solid #000;
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 15px;*/
	text-align: center;
	color: rgb(87,135,161);
	font-family: 'Libre Baskerville', serif;
	line-height: 130%;

}

.blocktext {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 35px;
	text-align: justify;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 0px;
	font-weight: 300;
}

.blocktext4 {
	width: 100%;
	height: 288px;
	border: 0px solid #000;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 0.5px;
	font-weight: 300;
}

.blocktext4small {
	display: none;
}


.blockoutro {
	width: 90px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	font-size: 11px;
	color: rgb(87,135,161);
	margin-bottom: 8px;
	display: block;
}


.blockoutro3 {
	width: 90px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	border: 0px solid #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	font-size: 11px;
	color: rgb(87,135,161);
	margin-bottom: 8px;
	display: block;
}

.readline {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 95px;
	height: 1px;
	background-color: rgb(87,135,161);
	border: 0px solid #000;
	font-family: 'Libre Baskerville', serif;
}


.textblock2 {
	float: left;
	width: 325px;
	height: 200px;
	border: 0px solid #000;
}


.textblock3 {
	float: left;
	width: 325px;
	height: 200px;
	border: 0px solid #000;
	margin-top: 200px;
	margin-right: 98px;
}


.textblock4 {
	float: left;
	width: 325px;
	height: 200px;
	border: 0px solid #000;
	margin-top: 200px;
}

footer {
	width: 100%;
	background-color: #f0f0f0;
	height: 120px;
	border: 0px solid #000;
	padding-top: 10px;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
	color: rgb(87,135,161);
	letter-spacing: 0.5px;
}

.footer2 {
	width: 100%;
	background-color: #FFF;
	height: 120px;
	border: 0px solid #000;
	padding-top: 10px;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
	color: rgb(87,135,161);
}

.rightfoot {
	width: 530px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	height: 70px;
}

.phoneimgfoot {
	float: left;
	border: 0px solid #000;
	width: 100px;
	margin-right: 135px;
	text-align: center;
}

.footphone {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 0px solid #000;
}


.emailimgfoot {
	float: left;
	border: 0px solid #000;
	width: 100px;
	margin-right: 135px;
	text-align: center;
}

.footemail {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 0px solid #000;
}

.cvrimgfoot {
	float: left;
	border: 0px solid #000;
	width: 55px;
	text-align: center;
}

.footcvr {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 0px solid #000;
}


/* WHAT WE DO ===================== */

.iconone {
	width: 75px;
	height: 75px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border: 0px solid #000;
}

.icononesmall {
	display: none;
}

.greyback {
	width: 100%;
	height: auto;
	background-color: #f0f0f0;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 0px solid #000;
}

.whatheader {
	width: 500px;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	color: rgb(87,135,161);
}

.whatheadersmall {
	display: none;
}

.whatcontent {
	width: 500px;
	height: auto;
	border: 0px solid #000;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	text-align: justify;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 130%;
}

.whatcontentsmall {
	display: none;
}

/* ABOUT */ 


.firstabout {
	width: 100%;
	height: 170px;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 100px;
}

.container3 {
	width: 750px;
	height: 1230px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	border: 0px solid #000;
}

.blockheaderabout {
	width: 750px;
	height: auto;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	color: rgb(87,135,161);
}

.textblockabout1 {
	float: left;
	width: 325px;
	height: 387px;
	border: 0px solid #000;
	margin-right: 99px;
	margin-bottom: 70px;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 0.5px;
	font-weight: 300;
}

.blocktextabout {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	text-align: justify;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 0.5px;
	font-weight: 300;
}

.textblockabout2 {
	float: left;
	width: 325px;
	height: 387px;
	border: 0px solid #000;
}

.textblockabout2small {
display: none;
}

.blockheaderabout2 {
	float: left;
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	color: rgb(87,135,161);
}

.textblockabout3 {
	float: left;
	display: block;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	margin-bottom: 70px;
	text-align: justify;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 130%;
}

.textblockabout3small {
	display: none;
}


.figure {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	border: 0px solid #000;
}

.figuresmall {
	display: none;
}


/* WORK */

.firstwork {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 50px;
}

/*.firststart {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
*/

.container4 {
	width: 750px;
	height: 1000px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	border: 0px solid #000;
}

.experience1 {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #5783A5;
}

.experience2 {
	display: block;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #5783A5;
}


.experience3 {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #5783A5;
}


.experience4 {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #5783A5;
}



.textblockwork1 {
	float: left;
	width: 300px;
	height: auto;
	border: 0px solid #000;
	margin-right: 95px;
}

.here {
	color: #000;
	text-decoration: none;
}

.textblockwork2 {
	float: left;
	width: 300px;
	height: auto;
	border: 0px solid #000;
}


.textblockwork3 {
	float: left;
	width: 300px;
	height: auto;
	border: 0px solid #000;
	margin-top: 50px;
	margin-right: 95px;
}

.textblockwork4 {
	float: left;
	width: 300px;
	height: auto;
	border: 0px solid #000;
	margin-top: 50px;
}


.blockheaderwork {
	width: auto;
	height: auto;
	border: 0px solid #000;
	margin-top: 95px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	color: rgb(87,135,161);
}


.blocktextwork {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 35px;
	text-align: justify;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 130%;
}

.blockheaderworknovo {
	display: none;
}


.blocktextworknovo{
	width: 100%;
	height: 172px;
	border: 0px solid #000;
	margin-bottom: 35px;
	text-align: justify;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 130%;
}

#leopharma1 {
	margin-top: 45px;
	border: 0px solid #000;
}

#novonordisk1 {
	margin-top: 40px;
	border: 0px solid #000;
}

#leukotech1 {
	margin-top: 50px;
	border: 0px solid #000;
}

.readmore {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	text-decoration: none;
}


/* LEO PHARMA */

.first {
	width: 100%;
	height: 170px;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 100px;
}

.container2 {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 100px;
	border: 0px solid #000;
}


.onelogo {
	width: 200px;
	height: 200px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #000;
}

#leopharma2 {
	margin-top: 28px;
	margin-left: 2px;
	border: 0px solid #000;
}

/* NOVO NORDISK */

.firstnovo {
	width: 100%;
	height: 135px;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 100px;
}

#novonordisk2 {
	margin-top: 28px;
	border: 0px solid #000;
} 


/* LEUKOTECH */

#leukotech2 {
	border: 0px solid #000;
	margin-top: 53px;
}


/* SOBI */
.firstsobi {
	width: 100%;
	height: 190px;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 100px;
}

/* SOBI */
.firstsobi2 {
	width: 100%;
	height: 50px;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 100px;
}



/* CONTACT */

.container5 {
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 100px;
	border: 0px solid #000;
}

.firstcontact {
	width: 100%;
	height: 170px;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 100px;
}

#phone {
	float: left;
	width: 130px;
	height: 200px;
	margin-right: 179px;
	border: 0px solid #000;
}

#phonesmall {
	display: none;
}

#phoneimg {
	display: block;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}

#phoneimgsmall {
	display: none;
}

#email {
	float: left;
	width: 130px;
	height: 200px;
	margin-right: 179px;
	border: 0px solid #000;
}

#emailsmall {
	display: none;
}

#emailimg {
	display: block;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}

#emailimgsmall {
	display: none;
}

#cvr {
	float: left;
	width: 130px;
	height: 200px;
	border: 0px solid #000;
}

#cvrsmall {
	display: none;
}

#cvrimg {
	display: block;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}

#cvrimgsmall {
	display: none;
}

.contactheader {
	width: auto;
	height: auto;
	border: 0px solid #000;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: rgb(87,135,161);
}

.contactheadersmall {
	display: none;
}

.contacttext {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	padding-bottom: 40px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: rgb(87,135,161);
	line-height: 130%;
}

.contacttextsmall {
	display: none;
}


a {
	text-decoration: none;
}

b {
	font-weight: bold;
	color: rgb(87,135,161);
}



/* RESPONSIVE DESIGN MIN 600PX ENDS */
}

/* =================================================================== */


@media screen and (max-width: 767px) {


body {
	font-family: 'lato', sans-serif;
	font-weight: 300;
}	

/* MENU SMALL ================================= */

#navsmall {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.8);
}

#logosmall {
	width: 100px;
	margin-left: auto;	
	margin-right: auto;
	margin-bottom: 5px;
	border: 0px solid #000;
}

.centermenu {
	width: 310px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	border: 0px solid #000;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'lato', sans-serif;
}


.startlinksmall {
float: left;
width: auto;
margin-right: 17px;
text-decoration: none;
text-align: left;
color: rgb(87,131,165);
border: 0px solid #000;
}

.startlinksmall2 {
float: left;
width: auto;
margin-right: 17px;
text-decoration: none;
text-align: left;
color: #000;
border: 0px solid #000;
}

.whatlinksmall {
float: left;
width: auto;
margin-right: 17px;
text-decoration: none;
color: #000;
border: 0px solid #000;
}

.whatlinksmall2 {
float: left;
width: auto;
margin-right: 17px;
text-decoration: none;
color: rgb(87,135,161);
border: 0px solid #000;
}

.aboutlinksmall {
float: left;
width: auto;
margin-right: 17px;
text-decoration: none;
color: #000;
border: 0px solid #000;
}

.aboutlinksmall2 {
float: left;
width: auto;
margin-right: 17px;
text-decoration: none;
color: rgb(87,135,161);
}

.worklinksmall {
float: left;
width: auto;
margin-right: 17px;
text-decoration: none;
color: #000;
border: 0px solid #000;
}

.worklinksmall2 {
float: left;
width: auto;
margin-right: 17px;
text-decoration: none;
color: rgb(87,135,161);
}

.contactlinksmall {
float: left;
width: auto;
text-decoration: none;
color: #000;
border: 0px solid #000;
}

.contactlinksmall2 {
float: left;
width: auto;
text-decoration: none;
color: rgb(87,135,161);
}


#logo {
	display: none;
}

#start .startlink {
	display: none;
}

.startlink2 {
	display: none;
}

#what .whatlink {
	display: none;
}

.whatlink2 {
	display: none;
}

#about .aboutlink {
	display: none;
}

.aboutlink2 {
	display: none;
}

#work .worklink {
	display: none;
}

.worklink2 {
	display: none;
}

.leolink {
	display: none;
}

.novolink {
	display: none;
}

.leukolink {
	display: none;
}

#contact .contactlink {
	display: none;
}

.contactlink2 {
	display: none;
}


/* CONTAINER START PAGE ================================= */

.container {
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	border: 0px solid #000;
}

.slideshow-container {
	display: none;
}

.firststart {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.firsttext {
	width: 300px;
	height: auto;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}

.headline {
	display: none;
}

.headlinesmall {
	width: 300px;
	height: 95px;
	border: 0px solid #000;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	color: rgb(87,135,161);
	text-align: center;
}


.introtext {
	display: none;
}

.introtextstart {
	width: 300px;
	height: auto;
	display: block;
	/* margin-top: 30px; */
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: justify;
	line-height: 130%;
}


.outrotext {
	width: 300px;
	height: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.5px;
	color: rgb(87,135,161);
	text-align: center;
}

.icons {
	width: 300px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 50px;
	border: 0px solid #000;
}

.checksmall {
	width: 50px;
	height: 50px;
	float: left;
	border: 0px solid #000;
	margin-right: 33px;
}

.check {
	display: none;
}

.docsmall {
	width: 50px;
	height: 50px;
	float: left;
	border: 0px solid #000;
	margin-right: 33px;
}

.doc {
	display: none;
}

.computersmall {
	width: 50px;
	height: 50px;
	float: left;
	border: 0px solid #000;
	margin-right: 33px;
}

.computer {
	display: none;
}

.peoplesmall {
	width: 50px;
	height: 50px;
	float: left;
	border: 0px solid #000;
}

.people {
	display: none;
}

.textblock1 {
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
}


.check .doc .computer .people {
	display: none;
}

.blockheader {
	display: block;
	width: 100%;
	height: 50px;
	border: 0px solid #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	color: rgb(87,135,161);
}


.blocktext {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 130%;
	font-weight: 300;
}

.blocktext4 {
	display: none;
}

.blocktext4small {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.5px;
	font-weight: 300;
}


.readmore {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	text-decoration: none;
	font-family: 'Libre Baskerville', serif;
}


.blockoutro {
	width: 75px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	font-family: 'Libre Baskerville', serif;
	color: rgb(87,135,161);
	margin-bottom: 3px;
}

.blockoutro3 {
	width: 75px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	font-family: 'Libre Baskerville', serif;
	color: rgb(87,135,161);
	margin-bottom: 3px;
}

.readline {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 75px;
	height: 1px;
	background-color: rgb(87,135,161);
	border: 0px solid #000;
}

.textblock2 {
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
}


.textblock3 {
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
}


.textblock4 {
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
}

a {
	text-decoration: none;
}


/* SMALL WHAT WE DO ================================= */

.firstwhat {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.headlinesmall {
	width: 300px;
	height: auto;
	border: 0px solid #000;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	color: rgb(87,135,161);
	text-align: center;
	margin-bottom: 20px;
	line-height: 120%;
}

.introtext {
	width: 300px;
	height: auto;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 130%;
	text-align: justify;
}

.iconone {
	display: none;
}

.icononesmall {
 	width: 75px;
 	height: 75px;
 	margin-top: 70px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-bottom: 30px;
 	border: 0px solid #000;
}

.whatheader {
	display: none;
}

.whatheadersmall {
	width: 300px;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: rgb(87,135,161);
	border: 0px solid #000;
	line-height: 120%;
}

.whatcontent {
	display: none;
}

.whatcontentsmall {
	width: 300px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 130%;
}


.greyback {
	width: 100%;
	height: auto;
	background-color: #f0f0f0;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 0px solid #000;
}


/* SMALL ABOUT ================================= */

.firstabout {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.container3 {
	width: 300px;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	border: 0px solid #000;
}


.blockheaderabout {
	width: 100%;
	height: 50px;
	border: 0px solid #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: rgb(87,135,161);
}


.blockheaderabout2 {
	float: left;
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	color: rgb(87,135,161);
}


.blocktextabout {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 50px;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 130%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: justify;
}

.textblockabout2 {
	display: none;
}

.textblockabout2small{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}


.textblockabout3 {
	display: none;
}

.textblockabout3small {
	width: 300px;
	height: auto;
	border: 0px solid #000;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 130%;
	text-align: justify;
}

.figure {
	display: none;
}

.figuresmall {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}


/* SMALL WORK ================================= */

.firstwork {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.firsttext {
	width: 300px;
	height: auto;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}

.container4 {
	width: 300px;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}


.blockheaderwork {
	width: auto;
	height: auto;
	border: 0px solid #000;
	margin-top: 55px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: rgb(87,135,161);
	line-height: 130%;
}


.blocktextwork {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 130%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}


.blocktextworknovo{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 0px solid #000;
	text-align: justify;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 130%;
	font-weight: 300;
}

.experience1 {
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #5783A5;
}

.experience2 {
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #5783A5;
}

.experience3 {
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #5783A5;
}


.readline {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 75px;
	height: 1px;
	background-color: rgb(87,135,161);
	border: 0px solid #000;
	font-family: 'Libre Baskerville', serif;
}

/* CONTACT SMALL ================================= */

.firstcontact {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	margin-top: 75px;
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.container5{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	margin-bottom: 70px;
}

#phone {
	display: none;
}

#phonesmall {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 200px;
	border: 0px solid #000;
}

#phoneimg {
	display: none;
}


#phoneimgsmall {
	display: block;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}

.contactheader {
	display: none;
}

.contactheadersmall {
	width: auto;
	height: auto;
	border: 0px solid #000;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: rgb(87,135,161);
}

.contacttext {
	display: none;
}

.contacttextsmall {
	width: 100%;
	height: auto;
	border: 0px solid #000;
	padding-bottom: 40px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 130%;
	color: rgb(87,135,161);
}

#emailsmall {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 200px;
	border: 0px solid #000;
}

#email {
	display: none;
}

#emailimgsmall {
	display: block;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}

#emailimg {
	display: none;
}

#cvr {
	display: none;
}

#cvrsmall {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 200px;
	border: 0px solid #000;
}

#cvrimg {
	display: none;
}

#cvrimgsmall {
	display: block;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
}


footer {
	display: none;
}

.footer2 {
	display: none;
}


a {
	text-decoration: none;
}

b {
	font-weight: bold;
	color: rgb(87,135,161);
}

/* RESPONSIVE DESIGN MAX 599PX ENDS */
}



