.articles {
/*	background-color:#363636;*/
	color:#efefef;
	text-align:center;
	padding:0;
/*	border: 2px solid #666;*/
}

.articles_container {
    height: 658px;
    overflow: hidden;
}

.meta {
	background-color:#363636;
	color:#efefef;
	text-align:center;
	padding:0;
	border:2px solid #666;
}
.container{
	padding-bottom: 40px;
}
#remeber_check{
	float:left;
	margin-right: 3px;
}
#remeber_me{
	float:left;
	margin-top: 1px;
	margin-right: 50px;
    clear: left;
}
.container .page-header {
	border-bottom: 0;
	padding-bottom: 0;
}

.content {
	border:6px solid #666;
	padding:15px;
	overflow: auto;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
}
.content iframe {
	max-width: 100%;
}

.articles_list {
	margin:0;
	padding:0;
}

.article_entry {
	display: block;
	font-size:14px;
	display:block;
	list-style:none;
	margin-left:0;
	border: 2px solid #666;
	border-top: 0;
/*	border-top:1px solid #fff;*/
	background: #363636;
}
.article_entry:first-child {
	border-top: 2px solid #666;
}
.article_entry.selected {
	background: #fff;
}

.article_entry a {
    display: block;
	line-height: 20px;
    color:#cdcdcd;
	padding: 7px 5px;
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/*.article_entry:first-child {
	border:none;
}*/

.selected .article_name {
	color: #000;
	font-weight: bold;
}

.article {
	background: #fff;
	position: relative;
}

.social_icons {
	display:block;
	height:52px;
	width:100%;
	background-color:#e5e5e5;

}
.social_icon {
	width:18%;
	height:33px;
	display:block;
	float:left;
	margin:10px 1%;

}
#social_print {
    background: url('../img/icons/printer.png') no-repeat center 0px;
}
#social_mailto {
   background: url('../img/icons/mail-icon.png') no-repeat center -1px;
}
#social_facebook {
    background: url('../img/icons/face-icon.png') no-repeat center -1px;
}
#social_twitter {
    background: url('../img/icons/twit-icon.png') no-repeat center -1px;
}
#social_gplus {
    background: url('../img/icons/gp-icon.png') no-repeat center -1px;
}
#social_print:hover {
    background-position: center -36px;
}
#social_mailto:hover {
    background-position: center -38px;
}
#social_facebook:hover {
    background-position: center -38px;
}
#social_twitter:hover {
    background-position: center -37px;
}
#social_gplus:hover {
    background-position: center -38px;
}

.meta_info {
	width:100%;
	background-color:#e5e5e5;
	border-top:2px solid #787878;
	color:#000;
	padding:10px 0;
}
	.meta_info a {
		display: block;
	}
    .meta_authors a {
        font-size: 14px;
    }

.meta_info:first-child {
	border-top:none;
}

.meta_header {
	width:100%;
	font-weight:700;
	clear:both;
	display:block;
	padding:0 0 10px 0;
}
.meta_reference {
	display:block;
	clear:both;
	padding:10px 5px;
	text-align:left;
	font-size: 12px;
}

.meta_supplerende {
	display:block;
	clear:both;
	padding:10px 5px;
	text-align:left;
	font-size: 12px;
}
.page-header {
	position: relative;
}

.logout {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 25px;
}
.logout span {
	display: block;
	float: left;
	height: 25px;
	margin-right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 10px;
	background: #fbfbfb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #fbfbfb 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e7e7e7',GradientType=0 );
}

.login-buy {
    border: 1px solid black;
    color: black;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
}

.login-buy .big-price {
    font-size: 40px;
    margin-top: 26px;
    float: left;
    width: auto;
}

.login-buy img {
    float: right;
}

.login-buy:hover {
    color: black;
}
.modal-header h3{
	width: 460px;
}
.licens-link{
	font-size: 12px;
}

.form-search input[type="text"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 2%;
	width: 81%;
	border: 0;
	-webkit-box-shadow: inset 0px 0px 2px rgb(0, 0, 0);
	-moz-box-shadow: inset 0px 0px 2px rgb(0, 0, 0);
	box-shadow: inset 0px 0px 2px rgb(0, 0, 0);
	float: left;
}
.form-search input[type="text"]:focus {
	border: 0;
	-webkit-box-shadow: inset 0px 0px 2px rgb(0, 0, 0), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0px 0px 2px rgb(0, 0, 0), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0px 0px 2px rgb(0, 0, 0), 0 0 8px rgba(82,168,236,.6);
}
.form-search input[type="submit"] {
	background: #000;
	color: #fff;
	height: 40px;
	width: 15%;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	float: right;
}
.form-search input[type="submit"]:hover {
	background: #666;
}

.logo {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 5px;
}
.logo img {
	max-width: 80%;
	height: auto;
}

.opad, .nedad {
	height: 20px;
	border: 2px solid #666;
	display: block;
	background: #333;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.opad:after, .nedad:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	margin: 2px auto 0;
}
.opad:after {
	border-bottom: 15px solid #e4e4e4;
}
.nedad:after {
	border-top: 15px solid #e4e4e4;
}

.opad.inactive:after, .nedad.inactive:after {
    border:none;
}

.tilbage {
    height: 20px;
    display: block;
    background: #333;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    border: 2px solid #666;
    color: #333;
}

.nedad.fixed{
	position: fixed;
	bottom: 0px;
}


.tilbage:hover {
    background: rgba(50,50,50,0.7);
}

.tilbage:after {
    border-color: transparent #E4E4E4 transparent;
    border-style: solid solid solid none;
    border-width: 10px 20px 10px 0;
    content: "";
    display: block;
    height: 0;
    margin: 0 auto;
    width: 0;
}
.small_logo{
	width: 20%;
}
.contact {
	color: #fff;
	margin-bottom: 10px;
}
.contact a {
	color: #fff;
	text-decoration: underline;
	font-size: 13px;
}
.contact a:hover {
	color: #999;
}
.contact p {
	float: right;
}
.contact-link{
	color: #fff;
	text-decoration: underline;
	margin-left: 7px;
	cursor: pointer;
}
.contact-link:hover{
	color: #999;
}

@media (max-width: 979px) and (min-width: 768px) {
    .articles_container {
        height: 300px;
    }
	.social_icon {
		margin: 10px 0;
		width: 20%;
	}


	.small_logo{
		float: left;
	}
	.left{
	float: left;

	}
	.logo {
text-align: center;
padding-top: 40px;
margin-bottom: 5px;
}

}
@media (max-width: 767px) {
    .articles_container {
        height: 200px;
    }

	.social_icons {
		text-align: center;
	}
	.social_icon {
		width: 33px;
		display: inline-block;
		float: none;
	}

	.licens-link{
		margin-bottom: 7px;
	}
	.modal-header h3{
		width: 100%;
	}
	.authors{
		float:left;
	}
	.left{
	width: 100% !important;
	height: 30px !important;
	box-sizing:border-box;

	}
	.small_logo{
		float: left;
	}
}

.topmargin {
    margin-top: 10px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.banner-container img {
    max-width:90% !important;
    height:auto;
}

@media(max-width:768px) {
    .left {
        height: auto !important;
    }
}