* {
	position: relative;
	box-sizing: border-box;
}
a {
	text-decoration: none!important;
}
body {
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #252425;
    background: url(../images/back.png) repeat;
}
header {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
    height: 177px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/headback.png) top left no-repeat;
}
header .logo {
	width: 100%;
	max-width: 320px;
    margin: -10px 0px 0px 0px;
    padding: 80px 0px 0px 0px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background: url(../images/viklogo.png) top center no-repeat;
	background-position-x: -1px;
}
.content-wrapper {
	margin: 10px auto;
	max-width: 1024px;
	width: 100%;
	background: #fff;
	border: 2px solid #dee2e6;
	padding: 15px 0 0 0;
	margin-top: 60px;
}
.nav-tabs .nav-link {
	color: #000;
}
.nav-tabs {
	margin-top: -59px;
	padding: 0 30px;
}
.nav-tabs .nav-link:hover {
	border-color: transparent;
}
.nav-tabs .nav-link.active {
	border-bottom-color: #fff;
    border-width: 2px;
}
.nav-tabs .nav-link.active:hover {
    border-color: #dee2e6;
	border-bottom-color: #fff;
}
.tab-content {
	padding: 30px;
	overflow: auto;
}
@media (max-width: 600px) {
	.nav-tabs {
		/*margin-top: -53px;*/
		padding: 0 5px;
	}
	/*.nav-tabs .nav-link {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tab-content {
		padding: 15px;
	}*/
}
