* {
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: 'DVAG-Light';
	src: url('../fonts/dvag-light.otf');
}

@font-face {
	font-family: 'DVAG-Bold';
	src: url('../fonts/dvag-bold.otf');
}

@font-face {
	font-family: 'DVAG-Regular';
	src: url(../fonts/dvag-regular.otf);
}

body {
	background: 	#dedede;
	font-family:	'DVAG-Regular', sans-serif;
	color: 			#666;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
}

h1 {
	font-family: 'DVAG-Bold', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 22px;
	font-weight: normal;
	color: #a68a3d;
	text-align: center;
	margin: 0px auto 30px auto;
}

h2 {
	font-family: 'DVAG-Light', sans-serif;
	font-size: 44px;
	line-height: 55px;
	letter-spacing: 1.5px;
	font-weight: normal;
	color: #4c4c4c;
	text-align: center;
	margin: 0px auto 50px auto;
	max-width: 720px;
}

p {
	font-family: 'DVAG-Light', sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin: 0px auto 30px auto;
	max-width: 750px;
}

a:link, a:visited, a:active {
	font-family: 'DVAG-Light', sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: normal;
	text-decoration: none;
	color: #a68a3d;
	text-align: center;
	margin: 0px auto 30px auto;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: #fff;
}

header {
	width: calc(100% - 160px);
	height: 80px;
	padding: 0px 80px;
	background: #fff;
}

section {
	width: 100%;
	height: auto;
	padding: 120px 0px;
	background: #fff;
}

.sub-section {
	background: #f5f5f5;
}

article {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	height: auto;
}

form {
	display: block;
}

footer {
	width: 100%;
	height: 80px;
}

input[type="text"], input[type="password"], input[type="email"] {
	width: 400px;
	height: 30px;
	padding: 20px 0px;
	font-family: 'DVAG-Light', sans-serif;
	font-size: 30px;
	letter-spacing: 1.5px;
	font-weight: normal;
	color: #a68a3d;
	float: left;
	border: 0px;
	border-bottom: 1px solid #dedede;
	outline: none;
	display: block;
	float: left;
	margin-bottom: 50px;
	background: transparent;
}

select {
	width: 100%;
	height: 70px;
	font-family: 'DVAG-Light', sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #a68a3d;
	float: none;
	border: 0px;
	border-bottom: 1px solid #dedede;
	outline: none;
}

button {
	width: 410px;
	height: 60px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #a68a3d;
	outline: none;
	cursor: pointer;
	background: transparent;
	font-family: 'DVAG-Bold', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: normal;
	color: #a68a3d;
	text-align: center;
	margin-bottom: 30px;
	transition: color 250ms ease-in-out, background 250ms ease-in-out;
}

button:hover {
	background: #a68a3d;
	color: #fff;
	transition: color 250ms ease-in-out, background 250ms ease-in-out;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transtion:
		opacity 250ms ease-in-out;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 120px auto;
	padding: 120px 0px;
	background: #fff;
	width: 100%;
	max-width: 1440px;
	position: relative;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 50px;
	text-decoration: none;
	color: #a68a3d;
}

.popup .close:hover {
	color: #666;
}

.popup .content {
	overflow: auto;
}

.check {
	width: 102px;
	height: 102px;
	display: block;
	margin: 0 auto;
	background: url(../img/check.png);
}

.play {
	width: 102px;
	height: 102px;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/play.png);
}

.loading {
	width: 100px;
	height: 100px;
	display: block;
	margin-top: 150px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/loading.gif);
}

.first {
	margin-right: 40px;
}

.whole {
	width: 100% !important;
}

#playerstage {
	width: 640px;
	height: 360px;
	display: block;
	margin: 0 auto;
	background: #f5f5f5;
	margin-bottom: 30px;
}

#playerstage > video {
	width: 100%;
	height: 100%;
}

.short-btn {
	width: 100px;
	height: 40px;
	display: inline-block;
	font-size: 12px;
	/*float: right;*/
	margin-left: 10px;
	margin-bottom: 0;
}

.short-btn:hover {
	background: #a68a3d;
	color: #fff;
}

.single-list-entry {
	width: calc(100% - 40px);
	height: 40px;
	padding: 20px 20px;
	background: #fff;
}

.odd {
	background: #f4f4f4 !important;
}

.even {
	/*background: #fff !important;*/
}

/* Accordion */

.multi-video-container input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.multi-video-container label {
	position: relative;
	display: block;
	/*height: 40px;*/
	padding: 20px 20px;
	/*background: #fff;*/
	font-family: 'DVAG-Light', sans-serif;
	font-size: 17px;
	/*text-transform: uppercase;*/
	/*letter-spacing: 1.5px;*/
	/*line-height: 40px;*/
	color: #a68a3d;
	text-align: left;
	cursor: pointer;
}



.multi-video-container label::after {
	position: 		absolute;
	right: 			40px;
	top: 			10px;
	display: 		block;
	/*width: 			10px;*/
	/*height: 		10px;*/
	/*line-height:	3;*/
	text-align: 	center;
	font-family:	'DVAG-Bold', sans-serif;
	font-size: 		24px;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.multi-video-container input[type=checkbox]:checked + label {
	/*font-weight: 		bold;*/
}


@media (max-width: 700px){
	.multi-video-container label {
		font-size: 		14px;
	}
	.multi-video-container label::after {
		font-size: 		20px;
	}
}


.multi-video-container input[type=checkbox] + label::after {
	content: "+";
}

.multi-video-container input[type=checkbox]:checked + label::after {
	transform: rotate(45deg);
}

.single-video-container {
	display: 		flex;
	flex-direction: row;
	padding: 		20px;
	justify-content: space-between;
}

.video-info {
	font-family: 	'DVAG-Light', sans-serif;
	font-size: 		17px;
/*					text-transform: uppercase;*/
/*					letter-spacing: 1.5px;*/
	line-height: 	40px;
	color: 			#a68a3d;
}

.video-buttons {
	/*min-width: 			290px;*/
	white-space: nowrap;
	/*					background-color: salmon;*/
}


.multi-video-container {
}
.multi-video-container .sub-videos {
	padding-left: 40px;
	overflow:	hidden;
	height: 	0px;
	transition:
			height 0.5s ease-in-out;
/*					background-color: salmon;*/
}

.multi-video-container input:checked ~  .sub-videos {

	height: auto;
}


@media (max-width: 700px){

	.single-video-container {
	}

	.video-info {
		font-size: 		14px;
		line-height:	1.5em;
/*					letter-spacing: 0;*/
	}
	.video-buttons {
		min-width: 		100px;
		max-width: 		100px;
		width: 			100px;
		white-space: 	normal;
	}

	.video-buttons .short-btn {
		margin: 2px 0;
	}
	.multi-video-container .sub-videos {
		padding-left: 10px;
	}
}


.menu-container {
	min-width: 320px;
	height: 80px;
	float: right;
	white-space:    nowrap;
	cursor: pointer;
}

.menu-container p {
	color: #a68a3d;
	line-height: 80px;
	text-align: right;
	margin: 0px 20px 0px 0px;
	display: inline;
}

#menu {
	display: none;
	width: 320px;
	height: auto;
	/*float: left;*/
	position: relative;
	top: 0px;
	right: 0px;
	list-style-type: none;
}

#menu li {
	padding: 14px;
	border: 1px solid #f4f4f4;
	background: #fff;
}

#menu li:hover {
	background: #a68a3d;
	color: #fff;
}

/*#menu li:hover a {*/
/*color: #fff;*/
/*}*/

.message {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

.menu-container:hover #menu {
	display: block;
}

.menu-arrow {
	display:    inline;
	width:      31px;
	height:     19px;
	position:   relative;
	top: 3px;
}

/*@media (max-width: 840px){*/
@media (max-width: 700px) {
	h1 {
		font-size: 16px;
		line-height: 18px;
		margin: 0px auto 20px auto;
	}

	h2 {
		font-family: 'DVAG-Light', sans-serif;
		letter-spacing: 0px;
		font-size: 34px;
		line-height: 38px;
		margin: 0px auto 30px auto;
	}

	p {
		font-family: 'DVAG-Regular', sans-serif;
		font-size: 14px;
		line-height: 24px;
		margin: 0px auto 20px auto;
	}

	a:link, a:visited, a:active {
		font-size: 14px;
		line-height: 24px;
		margin: 0px auto 20px auto;
	}

	header {
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	section {
		padding: 60px 0px;
	}

	article {
		max-width: 320px;
	}

	input[type="text"], input[type="password"], input[type="email"] {
		font-family: 'DVAG-Light', sans-serif;
		letter-spacing: 0px;
		width: 320px;
		height: 20px;
		padding: 10px 0px;
		font-size: 20px;
		margin-bottom: 30px;
	}

	select {
		font-family: 'DVAG-Light', sans-serif;
		letter-spacing: 0px;
		height: 40px;
		font-size: 20px;
	}

	button {
		width: 320px;
		height: 40px;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.popup {
		margin: 60px auto;
		padding: 60px 0px;
		max-width: 380px;
	}

	.popup .close {
		top: 10px;
		right: 10px;
		font-size: 40px;
	}

	.check {
		width: 50px;
		height: 50px;
		background-size: cover;
	}

	.play {
		width: 50px;
		height: 50px;
		background-size: cover;
	}

	.loading {
		width: 50px;
		height: 50px;
		margin-top: 60px;
		background-size: cover;
	}

	.first {
		margin-right: 40px;
	}

	#playerstage {
		width: 320px;
		height: 180px;
		margin-bottom: 30px;
	}

	.short-btn {
		width: 100px;
		height: 40px;
		font-size: 10px;
		/*float: right;*/
		margin-left: 10px;
	}

	.single-list-entry {
		width: calc(100% - 40px);
		height: 80px;
		padding: 40px 20px;
		background: #fff;
	}

	.odd {
		background: #f4f4f4 !important;
	}

	span.video_info {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.btn-container {
		width: 220px;
		height: 40px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}

	/* Accordion */
/*
	.tab {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	input[type="checkbox"] {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}

	label {
		height: 40px;
		padding: 20px 20px;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
	}

	.tab-content {
		padding: 0px 20px;
	}

	.tab-content-container {
		height: 120px;
	}

	label::after {
		right: 20px;
		top: 0;
		width: 10px;
		height: 10px;
		line-height: 3;
	}
*/
	/* fix menu */
	header {
		width: calc(100% - 20px);
		padding: 0 10px;
	}

	.menu-container {
		/*min-width: 290px;*/
	}
	.menu-container p {
		position: relative;
		left:           40px;
		margin-right:   50px;

	}
	/* end fix menu */
	/*.menu-container{*/
	/*width: 290px;*/
	/*}*/
	/*.menu-container p{*/
	/*display: none;*/
	/*}*/
	/*#menu{*/
	/*width: 280px;*/
	/*float: right;*/
	/*top: 40px;*/
	/*}*/
	/*#menu li{*/
	/*padding: 10px;*/
	/*}*/
	/*.menu-arrow{*/
	/*float: right;*/
	/*width: 31px;*/
	/*height: 19px;*/
	/*}*/
}
