@charset "UTF-8";
/* CSS Document */

html {
	background-color: #ddd;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Cormorant', serif;
	font-weight: 400;
}

.pd-container {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}

#pd-hero {
	background-color: #000;
	height: 67vw;
	width: 100%;
}

#pd-hero-image {
	height: 67vw;
}

#pd-hero-image iframe {
	height: 100%;
}

/*#pd-video {
	position: relative;
	padding: 50% 0 0 0;
}*/

/*#pd-video {
    background: url(/app/themes/thorsen/dist/images/thorsen-poster_548caf4b.jpg) 50% no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index:-1
}

#pd-video iframe {
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    width:100vw
}
*/
/*#pd-video iframe {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform:translate(-50%, -50%)
}*/


.pd-scroll {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pd-scroll a {
	color: #fff;
}

.pd-scroll a:hover {
	color: #fff;
}


.pd-title {
	color: #003258;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: 100px 0 40px 0;
}

#pd-info {
	color: #003258;
	font-size: 18px;
	text-align: center;
	padding: 0 5%;
	margin-bottom: 100px;
}

.pd-thumbnail img {
	width: 100%;
}






/* LIGHTBOX
 Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
}
/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
/* Hover */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}
/* caption
========================================================================== */
.uk-lightbox-caption {
  background: rgba(0, 0, 0, 0.3);
}

html.uk-lightbox-page {
	background-color: black !important
}

.uk-lightbox-button {
	margin-left: 0;
	margin-right: 0;
}





@media (max-width: 1600px){
	
	
}


@media (max-width: 1200px){
	
	.pd-title {
		margin: 80px 0 40px 0;
	}
	
}


@media (max-width: 960px){

	#pd-info {
		margin-bottom: 80px;
	}
	
}


@media (max-width: 640px){
	
	.pd-title {
		margin: 60px 7% 20px 7%;
	}
	
	#pd-info {
		margin-bottom: 60px;
	}
	
}



