section.text-content {
	padding-top: 45px;
	padding-bottom: 45px;
}

#menu {
	color: #333;
}

#menu span {
    padding-top: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    margin-right: 10px;
}

#menu.over .logo {
	text-align: left;
}

#menu.over .logo img {
    display: table;
    width: 165px;
    height: 32px;
    margin: 9px auto 0;
    max-height: 32px;
}

.button {
	border: 1px solid #e63323;
	background: transparent;
	color: #e63323;
	font-weight: 400;
	padding: 10px 25px;
}

.button:hover {
	background: #e63323;
	color: #fff !important;
	text-decoration: none;
}

#menu .button {
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
    margin: 8px 0 0;
    border: 1px solid #e63323 !important;
    color: #e63323 !important;
    height: auto;
    line-height: 22px;
    box-sizing: border-box;
    text-transform: none;
}

#menu .button:hover {
	border: 1px solid #e63323 !important;
	background: #e63323;
	color: #fff !important;
}

#register-error {
    margin-bottom: 16px;
    color: red;
}

@media (max-width: 768px) {
	#menu.over {
	    padding-top: 0;
	    padding-bottom: 0;
	}
}

.content {
	padding-top: 25px;
	padding-bottom: 45px;
}

#menu a.switch {
	width: 200px;
	border: 1px solid #26a012;
	display: inline-block;
	height: 34px;
	margin: 8px 0 0;
    box-sizing: border-box;
    color: #26a012;
    border-radius: 3px;
    padding: 0;
}

.switch-button {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 1.2em;
	font-size: 11px;
	border-right: 1px solid #26a012;
	padding: 3px 0 0;
	height: 100%;
	cursor: default;
}

#menu a.switch:hover {
	border-width: 1px;
	border-color: #26a012;
}

.switch-button.switch-button-active {
	background: #26a012;
	color: #fff;
	background-image: url(../../img/button-select.png);
    background-position: bottom 1px right 1px;
    background-repeat: no-repeat;
    background-size: 12px;
}

.switch-button:last-child {
	border: 0;
}

.switch-button:not(.switch-button-active):hover {
	background: rgba(38, 160, 18, 0.2);
	cursor: pointer;
}

#menu #main_button {
    display: inline-block;
    height: 34px;
    margin: 8px 0 0 10px;
    float: right;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}




























