@import url('demo.css');


/* Entypo Icon Font */
@font-face {
	font-family: 'entypo-selected';
	src: url("../font/entypo-selected.eot");
	src:
		url("font/entypo-selected.eot?#iefix") format('embedded-opentype'),
		url("font/entypo-selected.woff") format('woff'),
		url("font/entypo-selected.ttf") format('truetype'),
		url("font/entypo-selected.svg#entypo-selected") format('svg');
	font-weight: normal;
	font-style: normal;
}




/* Topmenu */
#mainmenu {
	/*position: absolute;
	top: 69px;*/
	float: right;
	margin-top: 37px;
	margin-right: 5px;
	font-size: 20px;
}

#about {
	outline: none;
	margin-right: 0px;
}

/* Modals styling */

.modal-body {
	padding-left: 60px !important;
	padding-right: 60px !important;
	padding-top: 25px !important;
}

.modal-title {
	padding-left: 43px !important;
}

.modal-header {
	border: none !important;
}

.modal-title {
	padding-top: 30px;
}

#shareModal {
	z-index: 100000;
}


/* H styles */

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* Gamma Gallery Style */


/* Mouse-over effekt på submenu på forside */

/*
.masonry-brick
{
  -webkit-transition: all 0,3s ease;
     -moz-transition: all 0,3s ease;
       -o-transition: all 0,3s ease;
      -ms-transition: all 0,3s ease;
          transition: all 0,3s ease;
}
*/
.masonry-brick:hover {
	/* -webkit-filter: opacity(0.6);*/
	-webkit-filter: brightness(80%);
}

.main>header h1 a {

	font-size: 30px;
}

.main>header h1 span.headerday {
	font-size: 20px ! important;
	line-height: 25px;
	/*display:none;*/
}

.main>header h1 span.headertitle {
	font-size: 20px ! important;
	line-height: 25px;
	/*display:none;*/
}

.main>header {
	padding: 0px 0px 15px 3px;
}


.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
	content: " ";
	display: table;
}

.gamma-gallery:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: transparent;
	position: absolute;

	left: 10px;
	bottom: 10px;
	/*right: 20px;*/
	text-align: center;
	/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=1);
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out; */
}

.gamma-description-day {
	background: transparent;
	position: absolute;

	left: 15px;
	bottom: 10px;

	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=1);
	/*	opacity: 0.75; */
	/*	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
*/
	display: inline-block;
	vertical-align: middle;
}



.no-touch .gamma-gallery li:hover .gamma-description-day {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}

/* **************************** */
/* Forside */

.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h3,
gamma-description-day h3 {
	display: inline-block;
	/*	vertical-align: middle;*/
}

.gamma-description h3.dayheader {
	width: 100%;
	padding: 0 0;
	font-weight: 600;
	font-family: Helvetica, Arial, sans-serif;
	/*	text-transform: uppercase;*/
	font-size: 11px;
	letter-spacing: 2px;
	color: white;
	/*	opacity:0.75; */
}

.gamma-description-day h3.dayheader {
	width: 100%;
	padding: 0 0;
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
	/*	text-transform: uppercase;*/
	font-size: 150px;
	letter-spacing: 2px;
	color: white;
	/*	opacity:0.75; */
	z-index: 10001;
}

.gamma-description h3.daynumber {
	width: 100%;
	padding: 0 0;
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	color: white;
	/*	opacity:0.75; */
	z-index: 10001;
}

.gamma-description-day h3.imagenumber {
	width: 100%;
	padding: 0 0;
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
	color: white;
	opacity: 1;
	z-index: 10001;
}

/* **************************** */

.gamma-buttons {
	position: absolute;
	top: 10px;
	z-index: 10;
}

.gamma-buttons span {
	float: left;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons span:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.5;
	outline: none;
}

.gamma-buttons span:hover::before,
.gamma-nav span:hover::before {
	opacity: 1.0;
}

.gamma-buttons span.gamma-btn-close:before {
	content: url(../images/close_icon_gray_15.png);
	transform: scale(.8);
}

.gamma-buttons span.gamma-btn-share {
	float: none;
}

.gamma-buttons span.gamma-btn-share:before {
	content: url(../images/share_icon_grey.png);
	transform: scale(.16);
	margin-top: -90px;
	margin-right: 25px;
}

.gamma-nav {
	position: absolute;
	height: 38px;
	z-index: 10;
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	text-align: center;
	display: none;
}

.gamma-overlay {
	background: #fff;
	/* Oprindeligt #000 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	/*background: rgba(0,0,0,0.3);*/
	position: absolute;
	height: 30px;
	z-index: 10;
	padding: 3px 3px 3px 3px;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	text-align: right;
	margin-right: 25px;
	/*left: auto;*/
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 12px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	/*	margin-top: -19px; */
	left: 10%;
	cursor: pointer;
	text-align: center;
	/*	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; */
	z-index: 10;
}


.gamma-nav span.gamma-ssplay:before {
	/*	content: '\25b6';*/
	content: url(../images/play_icon_gray.png);
	transform: scale(.2);
}

.gamma-nav span.gamma-ssplay {
	padding-top: 23px !important;
}

.gamma-nav span.gamma-sspause:before {
	/*content: '\2389';*/
	content: url(../images/pause_icon_gray.png);
	transform: scale(.16);
	padding-top: 0px !important;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 10%;

}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.3;
	font-size: 40px;

}

.gamma-nav span:hover:before {
	opacity: 1.0;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	/*	content: '\e75d';*/
	content: url(../images/left_arrow_icon_gray.png);
	transform: scale(.16);
}

.gamma-nav span.gamma-next:before {
	/*content: '\e75e';*/
	content: url(../images/right_arrow_icon_gray.png);
	transform: scale(.16);
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

@media screen and (max-width: 960px) and (orientation: portrait) {


	/* Når dagen er valgt, så vises kun imagenumber */

	.main>header h1 a {
		font-size: 16px;
	}

	.main>header h1 span.headerday {
		font-size: 12px ! important;
		line-height: 0px;

	}

	.main>header h1 span.headertitle {
		font-size: 12px ! important;
		line-height: 0px;
	}

	.gamma-description-day h3.imagenumber {
		font-size: 20px;
	}


	.gamma-description {}

	.gamma-description-day {
		bottom: 10px;
	}


	/* Forsiden. Her vises Day og daynumber  */

	.gamma-description h3.dayheader {
		font-size: 13px;
	}

	.gamma-description h3.daynumber {
		font-size: 13px;
	}

	.gamma-buttons {
		float: left;
		clear: both;
	}

	/* Topmenu */
	#mainmenu {
		float: right;
		margin-top: 45px;
		margin-right: 5px;

		font-size: 20px;
		font-size: 12px ! important;
		line-height: 0px;
	}

}