@font-face {
	font-family: 'Gotham';
	src: url('Gotham-Book.eot');
	src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('Gotham-Book.ttf') format('truetype'),
		url('Gotham-Book.svg#Gotham-Book') format('svg');

}

@font-face {
	font-family: 'Gotham1';
	src: url('Gotham-Medium.eot');
	src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('Gotham-Medium.ttf') format('truetype'),
		url('Gotham-Medium.svg#Gotham-Medium') format('svg');

}

* {
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;

}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;

}

body {
	overflow-y: hidden;
	min-width: 1270px;
	font-family: Gotham1;
}

.nav {
	min-width: 970px;
	background: #000000;
	height: 320px;

}

.container {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.nav-logo img {
	width: 30%;
	height: 120px;
	margin-left: 0%;

}

.nav-bar {
	font-size: 12px;
	display: block;
	position: absolute;
	right: 5.5%;
	top: 60%;
	font-family: Gotham;

}

.nav-bar li {
	display: inline-block;
	padding-left: 30px;
	font-size: 0.9375rem;
}

.nav-bar a {
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
}

.red-button {
	font-weight: 600;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	border: #000000;
	border-radius: 1.25rem;
	background-color: red;
}

.nav-sreach {
	position: absolute;
	top: 16%;
	right: 6%;
	width: 310px;
	height: 30px;

}

.nav-sreach input {
	float: left;
	width: 270px;
	height: 30px;
	border: 0px;
	border-width: 0px;
	padding: 0;
}

.nav-sreach button {
	float: left;
	width: 40px;
	height: 30px;
	border: 0px;
	background: url(../images/sreach.jpg) no-repeat center top;
}

.wp-block-columns {
	font-family: Gotham1;
}

.tab {
	display: none;
	left: calc(50% + 570px);
}

.tab img {
	margin-left: 10px;
	margin-top: 3px;
	width: 30px;
}

.tab li {
	margin-top: 15px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	list-style: none;
	background-color: rgb(228, 228, 228);
}

.tab li:hover {
	cursor: pointer;
	background-color: rgb(118, 118, 118);
}
