@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext';

@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeueRegular/BebasNeueRegular.eot');
  src: url('../fonts/BebasNeueRegular/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeueRegular/BebasNeueRegular.woff2') format('woff2'),
       url('../fonts/BebasNeueRegular/BebasNeueRegular.woff') format('woff'),
       url('../fonts/BebasNeueRegular/BebasNeueRegular.ttf') format('truetype'),
       url('../fonts/BebasNeueRegular/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeueBook';
  src: url('../fonts/BebasNeueBook/BebasNeueBook.eot');
  src: url('../fonts/BebasNeueBook/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeueBook/BebasNeueBook.woff2') format('woff2'),
       url('../fonts/BebasNeueBook/BebasNeueBook.woff') format('woff'),
       url('../fonts/BebasNeueBook/BebasNeueBook.ttf') format('truetype'),
       url('../fonts/BebasNeueBook/BebasNeueBook.svg#BebasNeueBook') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	color: #454545;
	font-weight: 300;
	line-height: 1.4;
	font-size: 16px;
}

.title h2, .title h3{
	font-family: 'BebasNeueRegular';
	color: #000000;
	font-weight: normal;
}

.page .entry > .title h2{font-size: 45px;}
#content .entry p{margin: 20px 0;}
#content .entry img{margin-bottom: 20px;}

#content .entry strong{font-weight: bold;}


.admin-bar.overflow-hidden{top: 0;}
.admin-bar #mobile-nav nav#hidden-nav-mobile{
	padding-top: 80px;
}
.overflow-hidden{padding-right: 0;}

.container{position: relative; padding: 0 20px;}

#header .logo{display: table; margin-left: auto; margin-right: auto; background: white; margin-top: 20px;}
#header .logo img{width: 300px !important; max-width: 100%;}

.meta-page{display: none;}


.header-logo{z-index: 2;}
#navigation{margin-top: -8px;}

.block-icons{position: absolute; bottom: -13px; right: 20px;}

.block-icons:before,
.block-icons:after{
	content: "";
	display: table;
}

.block-icons:after{clear: both;}

.langs{float: left;}
.langs ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.langs li{display: inline-block; line-height: normal; padding: 0; margin: 0;}
.langs li:nth-child(n+2){margin-left: 12px;}

.langs a{
	display: block;
	width: 36px;
	height: 36px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 5px solid white;
	box-shadow: 0 0 0px 1px #ededed;
	border-radius: 100%;
}

.langs a.en{background-image: url(../images/flags/english.jpg);}
.langs a.nb{background-image: url(../images/flags/norway.jpg);}

.off-button-block{
	float: left;
	margin-left: 14px;
    margin-top: 5px;
    background: white;
    display: none;
}

#mobile-nav .social-menu-button{left: 0; margin-left: 15px;}

#navigation li{padding: 0;}
#navigation .menu li a{
	font-family: 'Roboto', sans-serif;
	line-height: 60px;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 14px;
	padding: 0 30px;
}

#hidden-nav .menu li.current-menu-item a, #hidden-nav .menu li a:hover, #hidden-nav-mobile .menu li.current-menu-item a, #hidden-nav-mobile .menu li a:hover,
ul#nav-mobile li > a:hover, ul#nav-mobile li.current-menu-item > a, ul#nav-mobile li.current_page_item > a, ul#nav-mobile li.current-menu-ancestor > a, #navigation .menu li > a:hover, #navigation .menu li.current-menu-item > a, #navigation .menu li.current-menu-ancestor > a{
	color: #ef2b2d;
}

nav#hidden-nav, nav#hidden-nav-mobile{
	padding: 150px 40px 0;
	width: 300px;
}

nav#hidden-nav .menu-button-close, nav#hidden-nav-mobile .menu-button-close{right: 0; top: 0;}

#icl_lang_sel_widget-1{display: none;}

.gallery-post{margin-top: 20px;}
.gallery-post a{display: block; position: relative; overflow: hidden;}
.gallery-post .back-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-post a:hover .back-image{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.widget_wysija_cont .wysija-submit{
	display: block;
	width: 100%;
}

#page-wrap{padding: 40px 20px;}


.post-img a{display: block;}

.post-img .back-img{
	width: 100%;
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.post-img:hover .back-img{
	
    opacity: 0.8;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.articles-grid > article:first-child .post-img .back-img{height: 500px;}

.title-block .title h3{
	margin: 0;
	font-size: 45px !important;
	line-height: normal;
	margin-top: 15px;
}

.title-block .meta-categories
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #717171;
	text-transform: uppercase;
	padding-top: 22px;
	display: none;
}

h3.related-item-title{font-family: 'Roboto', sans-serif;}

.meta-categories{display: none;}

.title-block .meta-categories a{
	color: #717171;
}

.title-block .meta-categories a:hover{
	color: #ef2b2d;
}

.articles-grid .post-content{margin: 15px 0; margin-bottom: 20px; text-align: left !important;}
.articles-grid .post-content .post-excerpt{text-align: left !important;}

.text-bottom-block{position: relative; margin-bottom: 20px !important;}
.text-bottom-block:before{
	display: block;
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ededed;
	z-index: 1;
}

.text-bottom-block > *{position: relative; z-index: 2; background: white;}
.text-bottom-block .date{
	text-transform: uppercase;
	color: #717171;
	padding-right: 15px;
	padding-top: 6px;
}

.read-more{
	font-size: 30px;
	color: black;
	font-family: 'BebasNeueBook';
	padding-left: 15px;
}

.read-more:hover{color: #ef2b2d;}


.widget_aboutme{text-align: left;}

#sidebar .widget, .wpb_widgetised_column .widget{
	border: 1px solid #ededed;
	border-radius: 0;
	padding: 20px;
	margin-top: 12px;
}

.wpb_widgetised_column .widget h3.title,
.widget-title,
#related-posts h2,
#comments #reply-title,
#comments-title{
	font-size: 30px;
	color: black;
	font-family: 'BebasNeueBook';
	letter-spacing: normal;
}

.wpb_widgetised_column .widget h3.title:before, .wpb_widgetised_column .widget h3.title:after, .widget-title.separator:before, .widget-title.separator:after, #sidebar .widget > h3.title:before, #sidebar .widget > h3.title:after{
	display: none;
}

.widget-title{margin: 0; margin-bottom: 20px; margin-top: -32px;}
.widget-title span{background: white; padding: 0 15px;}


.insta-link{
	font-family: 'Roboto', sans-serif;
}

#before-footer{
	background: #fafafa;
	border: none;
	padding: 40px 0;
}

#before-footer .widget-title{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 45px;
}

.uk-dotnav{margin-left: -10px;}
.uk-dotnav>.uk-active>* {
    background: rgba(50,50,50,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.uk-dotnav>*>*{width: 15px; height: 15px;}
.uk-dotnav>*{margin-left: 0; padding-left: 10px;}

.widget_widgetkit video{vertical-align: bottom;}


#footer{padding: 60px 0;}
#footer .logo img{
	margin: 0;
	width: 215px;
}

.footer-logo{position: relative; z-index: 2;}


#footer-copy-block{
	border: none;
	padding: 0;
	background: none;
	font-size: 14px;
	color: white;
	font-weight: 300;
}

#footer-nav-block{
	border: none;
	background: none;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	padding: 20px 0;
	margin-top: -6px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	clear: none;
	display: block !important;
}

.pipdig_snapcode_widget img{max-width: 100% !important;}

.uk-panel-teaser img{margin: 0 !important;}

.side-sponsors img{width: 185px;}

.post .post-img{margin-top: 25px;}


@media(max-width: 782px){
	#header-main.fixed_header.header-scrolled{position: static;}
}

@media(max-width: 782px){
	.block-icons{
		position: static;
		display: table;
		margin: 15px auto;
	}
	
	.langs{float: none;}
	
	
	.container{width: 100% !important;}

}

@media(max-width: 767px){
	.articles-grid > article:first-child .post-img .back-img{height: 340px;}
}