html,
body {
	height: 100%;
}

body {
	background: #fff;
	font-family: Tahoma, verdana, Arial;
	font-size:  22px;
	font-weight: normal;
	line-height: 30px;
	color: #000;
	padding-top: 0px;
}

.row {
	width: 100%;
	/* max-width: 94%; */
	max-width: 1920px;
	padding: 0 20px;
}
.container {
	width: 100%;
	margin: 0 auto;
}	
.content-section {
	margin: 0 auto;	
}
.wide {
	margin: 50px auto 0;
	overflow: hidden;
	width: 100%;
	max-width: 1900px;
	text-align: left;
}
.wide img {
	max-width: 100%;
}

a,
a:visited {
	outline: none;
	color: inherit;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #33ccff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: 900;
	text-rendering: optimizeLegibility;
	margin: 15px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 17px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}

header {
	max-height: 135px;
}
header, footer {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 600;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
	text-align: left;
	background: #fff;
}


#nav-wrap {
	/* margin: 0; */
	/* padding: 0; */
	letter-spacing: 1.2px;
}

.wide h1 {
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	padding-left: 90px;
}
.wide h1 span {
	color: rgb(226,0,26);
	font-weight: 900;
	padding: 0 10px;
}


section .content-section .columns {
	padding: 10px 0;
}

footer {
	height: 50px;
	padding: 0;
	position: relative;
	color: rgba(255, 255, 255, 0.15);
}

#go-top {
	position: relative;
	text-align: right;
	/* margin: -150px 50px 0 0; */
	margin: 0px 50px 0 0;
	z-index: 600;
}
#go-top a {
	display: inline-block;
	height: 150px;
	width: 120px;
	background: url(../inc/gazzman_arrow_top.png) no-repeat;
	background-size: contain;
	text-decoration: none;
	border: 0 none;
}
#go-top a:hover {
	background-image: url(../inc/gazzman_arrow_top_over.png);
}

.bg-wrapper {
	position: relative;
	color: #000;
	/* border-radius: 50px; */
	margin: 15px auto 0;
	overflow: hidden;
	/* max-width:1674px; */
}

.address {
	margin: 0px 0;
	padding: 0 0 0px 35px;
	z-index: 1001;
	position: relative;
}

.address img {
    width: 100%;
}

.social {
	float: right;
}
.social a {
	display: block;
	float: right;
	width: 100px;
	height: 100px;
	/* margin: -35px 0 0 16px; */
	margin: -35px 0 0 0;
	background-size: contain;
	background-repeat: no-repeat;
}

footer .social a {
	margin: 0 0 -5px 0;
}
.social a.fb {background-image: url(../inc/gazzman_facebook.png);}
.social a.fb:hover {background-image: url(../inc/gazzman_facebook_over.png);}
.social a.in {background-image: url(../inc/gazzman_instagram.png);}
.social a.in:hover {background-image: url(../inc/gazzman_instagram_over.png);}


.smallsocial {
	display: none;
	float: right;
    margin: -30px 15px 0 0;
}
.smallsocial a {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	margin: 0 0 0 5px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* .smallsocial a.fb {background-image: url(../images/facebook.png);} */
/* .smallsocial a.fb:hover {background-image: url(../images/facebook_over.png);} */
/* .smallsocial a.in {background-image: url(../images/instagram.png);} */
/* .smallsocial a.in:hover {background-image: url(../images/instagram_over.png);} */


.smallsocial a.fb {background-image: url(../inc/gazzman_facebook.png);}
.smallsocial a.fb:hover {background-image: url(../inc/gazzman_facebook_over.png);}
.smallsocial a.in {background-image: url(../inc/gazzman_instagram.png);}
.smallsocial a.in:hover {background-image: url(../inc/gazzman_instagram_over.png);}


.bg-wrapper {
    /* height: 100px; */
    /* background: url(../inc/Gazzman_header_2025_tekst.png); */
}

.read-progress-wrapper {
	position: absolute;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
	z-index: 1000;
}

.read-progress-wrapper .read-progress-bar {
    width: 100%;
    height: 40px;
    position: relative;
    background: none; 
}
.read-progress-wrapper .read-progress-bar .read-progress {
	left: 0;
	bottom: 0;
	top: 0;
	width: 0%;
	position: absolute;
	transition: width 0.1s;
	border-radius: 0px 2px 2px 0px; 
	opacity: 0.5;
}
.reading-progress-bar-bg {
	/* background-color: rgb(255, 170, 205); */
	/* color: rgb(255, 170, 205); */
	background-image: url(../inc/Gazzman_header_2025_bg.png);

}

.colwrap {
    display: flex;
    align-content: center;
    /* align-items: center; */
    justify-content: center;
    max-width: 1900px;
    margin: 0 auto;
}
.colwrap .kwart {
	width: 25%;
}
.colwrap .half {
	width: 50%;
	text-align: center;
}

.colwrap .img,
.colwrap .half {
	border: 2px solid transparent;
}
.colwrap .img:hover,
.colwrap .half:hover {
	border-color: #fcc;
}

.videoSizer {
	padding: 0px 10%;
}

.videoSizer50 {
	padding: 0px 0 0 10%;
	width: 45vw;
	width: 45%;
	margin-bottom: -25vh;

}
@media (max-width: 768px) {
	.videoSizer50 {
		padding: 0px;
		width: 100vw;
		margin-bottom: 20px;
	}
}

.colwrap.narrow{
	display: block;
	width: 90%;
}
.colwrap.narrow .half {
	float: left;
}

.videoSizer.vleft {
	padding: 0 10% 0 0px;
}
.videoSizer.vright {
	padding: 0 10% 0 0px;
	margin-top: 50px;
}
.videoSizer.vleft2 {
	padding: 0 0px 0 10%;
	margin-top: 50px;
}
.videoSizer.vright2 {
	padding: 0 0px 0 10%;
	margin-top: 100px;
}
.videoSizer.vright_portrait {
	padding: 10% 10% 0 10%;
	width: 25vw;
	margin: auto;
	float: right;
}


.videoWrapper {
	position: relative;
	/* padding-bottom: 56.25%;  */
	padding-bottom: 54.4%; 
	padding-top: 25px;
	height: 0;
}
.wrap67.videoWrapper {
	padding-bottom: 67%; 
}
.vertical.videoWrapper,
.vright_portrait .videoWrapper {
	padding-bottom: 174%; /* 16:9 */
	padding-top: 10px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.h30 {
	display: block;
	height: 30px;
}
.vright .vtitle {
	font-size: 14px;
	text-align: right;
	letter-spacing: 1.2px;
}



.flexrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    padding: 0 1px;
    margin: 0 auto;
    align-content: space-around;
    justify-content: center;
    align-items: center;
	position: relative;
}
.flexcolumn {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: space-around;
	/* border: 4px solid transparent; */
}
#hero {
	padding-top: 90px;
}

@media screen and (min-width: 800px) {
	.flexcolumn {
		flex: 1
	}
	#hero {
		padding: 170px 20px 10px;
		max-width: 1920px;
		margin: auto;
	}
}


.flexcolumn:hover {
	border-color: #fcc;
}
