/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/**umb_name:H1*/
h1{}

/**umb_name:H2*/
h2{}

/**umb_name:H3*/
h3{}

/**umb_name:H4*/
h4{}

/**umb_name:H5*/
h5{}

/**umb_name:Paragraph*/
p{}

/**umb_name:Paragraph*/
p{}

/**umb_name:Blockquote*/
blockquote{}

header .headerInfo {
	display: block;	
}

@media (max-width: 1199.98px) {
	header .headerInfo {
		display: none !important;
	}
}

h2 {

	font-size: 30px !important;
}

/* FACEBOOK FEED */
 .nyhederBg {
	 background-image: url(/images/fbbg2.jpg);
	 background-position: center center;
	 background-size: cover;
	 padding: 50px 0;
	 background-attachment: fixed;
}
 .nyhederBg h2 {
	 padding-bottom: 40px;
	 text-align: center;
	 color: #fff;
}
 .nyhederBg .newsHolder {
	 height: 335px;
	 width: 271px;
	 position: relative;
	 overflow: hidden;
}
 .nyhederBg .newsHolder:hover .newstext {
	 position: absolute;
	 top: 0;
	 padding: 20px;
	 background-color: rgba(0, 0, 0, 0.6);
	 bottom: 0;
}
 .nyhederBg .newsHolder:hover .newstext .dato {
	 margin-top: 70px;
	 opacity: 1;
	 margin-bottom: 10px;
	 height: 31px;
}
 .nyhederBg .newsHolder:hover .newstext .nyhed {
	 color: #fff;
	 position: relative;
	 margin-top: 0;
}
 .nyhederBg .newsHolder:hover .readmore {
	 border-radius: 0;
	 border: 1px solid #fff;
	 padding: 8px 20px;
	 text-transform: uppercase;
	 font-family: "Oswald", sans-serif;
	 font-weight: 300;
	 font-size: 15px;
	 opacity: 1;
}
 .nyhederBg .newsHolder:hover .readmore:hover {
	 color: #555;
	 background-color: #fff;
}
 .nyhederBg .newsHolder .fbimg {
	 height: 100%;
	 width: 100%;
	 background-size: cover;
	 background-position: center center;
}
 .nyhederBg .newsHolder .newstext {
	 position: absolute;
	 top: 65%;
	 padding: 20px;
	 background-color: rgba(0, 0, 0, 0.6);
	 bottom: 0;
	 -moz-transition: all 300ms ease-in-out;
	 -o-transition: all 300ms ease-in-out;
	 -webkit-transition: all 300ms ease-in-out;
	 transition: all 300ms ease-in-out;
}
 .nyhederBg .newsHolder .newstext .dato {
	 color: #fff;
	 margin-top: 0;
	 position: relative;
	 font-weight: 300;
	 font-size: 22px;
	 overflow: hidden;
	 height: 0;
	 opacity: 0;
	 -moz-transition: all 300ms ease-in-out;
	 -o-transition: all 300ms ease-in-out;
	 -webkit-transition: all 300ms ease-in-out;
	 transition: all 300ms ease-in-out;
	 margin-bottom: 0;
}
 .nyhederBg .newsHolder .newstext .nyhed {
	 color: #fff;
	 position: relative;
	 min-height: 80px;
}
 .nyhederBg .newsHolder .readmore {
	 border-radius: 5px;
	 border: 1px solid #fff;
	 color: #fff;
	 display: inline-block;
	 padding: 8px 20px;
	 text-transform: uppercase;
	 font-family: "Oswald", sans-serif;
	 font-weight: 300;
	 font-size: 15px;
	 opacity: 1;
	 margin-top: 15px;
	 background-color: none;
}
 .nyhederBg .newsHolder .fa {
	 position: absolute;
	 bottom: 15px;
	 right: 15px;
	 color: #fff;
	 font-size: 25px;
}

.facebookNewsWrapper{
	position: absolute;
    bottom: 110px;
    left: 70%;
    z-index: 3;
    max-width: 570px;
}

@media (max-width: 1330px){
	.facebookNewsWrapper{
		left: 65%;
	}
}

@media (max-width: 1200px){
	.facebookNewsWrapper .fb-page span iframe{
		height: 400px !important;	
	}
	.facebookNewsWrapper{
		left: 60%;
	}
}

@media (max-width: 991px){
	.facebookNewsWrapper{
		display:none;
	}
}

a{
	color: #b6312a;
}

@media (max-width: 767px){
	.fb_dialog_content iframe{
    margin-bottom: 50px !important;
	}
}
