/*
SeasonZero Template
creation Date: 2019-01-15
Author: Sebastian Osinski
http://www.sebbi.net
*/

body, html{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
*{
	margin: 0px;
	padding: 0px;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 300;
}
h1.cust_marg{
	margin-bottom: 22px;
}
h2{
	line-height: 24px;
	font-size: 20px;
}
h3,
ul.nav li{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
p,
ul{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 24px;
}
p.nomarg-top{
	margin-top: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
p.bold{
	font-weight: bold;
}
p.larger{
	font-size: 18px;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
ul li{
	margin-left: 20px;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	position: relative;
}
.main-container.narrow{
	max-width: 750px;
}
.main-container.leftbound{
	margin-left: 0px;
}
.main-container.widepad,
.cont-block.widepad{
	padding-top: 100px;
	padding-bottom: 100px;
}
.cont-block.widepad_top{
	padding-top: 100px;
}
.cont-block.widepad_bot{
	padding-bottom: 100px;
}
.cont-block.lowpad-bot{
	padding-bottom: 80px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.cont-block.nooverflow{
	overflow: hidden;
}
.content-tworow > tbody > tr > td{
	width: 49%;
}
.content-tworow > tbody > tr > td.table-spacer{
	width: 2%;
}

/* INDEXES */
#topmenu-wrapper{
	z-index: 10;
}
.cont-block{
	z-index: 2;
}



/* transitions */
.empty{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
a.anchorlink{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	letter-spacing: 0px;
}

/* CONTENT */
#content-wrapper{
	line-height: 0px;
}
a:hover{
	text-decoration: underline;
}

/* CONTENT SPECIFIC */
.lightboxcontent{
	display: none;
	max-width: 600px;
}
.featherlight-content .lightboxcontent{
	display: block;
}

/* CONTACT */
#contact-wrapper{
	display: none;
}
#contact-wrapper.active{
	display: block;
}
#contact-wrapper .main-container:not(.narrow){
	border-top: none;
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 170px;
}

.selected_clients{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
}
.content-separator{
	display: block;
	width: 100%;
	height: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* LOGOTYPES */
img.logotypes,
.sz_img{
	display: block;
	width: 100%;
}

/* PROJECTS */
