body.register{
	/*background: url(../img/register/bg_body.jpg) no-repeat center center; 
	background-size: auto;
	height: auto;
	overflow: auto;*/
}

body.register.index{
	height: auto;
	background: 0 70px url(../img/register/bg_body_1.jpg) no-repeat;
	background-size: auto;
}

body.register.register{
	height: auto;
	background: 0 70px url(../img/register/bg_body_2.jpg);
	background-size: auto;
}

body.register h1, 
body.register p{
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Arial, sans-serif;
	text-transform: none;
}

.img-resp{
	display: none;
}

.welcome{
	margin: 60px auto 0 auto;
	width: 1050px;
	height: 717px;
	display: block;
	background: 0 0 url(../img/register/bg_welcome.png) no-repeat;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Arial, sans-serif;
}

.welcome .menu,
.wrap-winners .menu,
.wrap-register .menu,
.wrap-success .menu{
	margin: 0 auto;
	width: 265px;
	display: block;
}

.wrap-register .menu{
	margin: 0 0 0 350px;
}

.wrap-winners .menu a,
.welcome .menu a,
.wrap-register .menu a,
.wrap-success .menu a{
	margin: 30px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #f57411;
	float: left;
}

.wrap-winners .menu a.disabled,
.welcome .menu a.disabled,
.wrap-register .menu a.disabled,
.wrap-success .menu a.disabled {
	opacity: 0.3;
	cursor: default;
}

.wrap-winners .menu a:last-child,
.welcome .menu a:last-child,
.wrap-register .menu a:last-child,
.wrap-success .menu a:last-child{
	float: right;
}

.welcome .top,
.wrap-winners .top{
	margin: 55px 0 0 0;
	float: right;
	width: 660px;
	height: 175px;
	display: block;
}

.wrap-winners .top{
	margin-top: 70px;
	margin-left: 20px;
	float: left;
	text-align: left;
}

.wrap-winners .top h1{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #1d4799;
	font-size: 25px;
	line-height: 30px;
}

.wrap-winners .group{
	margin-left: 30px;
    float: left;
    display: block;
    width: 930px;
}

.wrap-winners .group h1{
	margin: 0;
    padding-bottom: 15px;
    text-align: left;
    color: #1d4799;
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0;
}

.wrap-winners .group h1:not(:first-child) {
	margin-top: 40px;
}

.wrap-winners .top div p:first-child{
	color: #eb6212;
	font-size: 24px;
	line-height: 28px;
}

.wrap-winners .top div p{
	color: #eb6212;
	font-size: 16px;
	line-height: 18px;
}

.wrap-winners table{
	width: 100%;
}

.wrap-winners table td{
	padding: 5px;
	border: 1px solid #e0e0e0;
}

.welcome .top p:first-child{
	font-size: 22px;
	font-weight: bold;
	color: #1d4799;
}

.welcome .top .container h1{
	margin: 30px 0 0 -60px;
    float: left;
    font-size: 55px;
    line-height: 65px;
    font-weight: bold;
    color: #1d4799;
    text-align: right;
}

.welcome .top .container p.topline{
	margin: 30px 0 0 70px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #1d4799;
    line-height: 25px;
    text-align: left;
}

.welcome .top .container p.bottomline{
	margin: 5px 0 0 70px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #f57411;
    text-align: left;
    line-height: 20px;
}

.welcome .bottom{
	margin: 0 40px 0 0;
	float: right;
	width: 450px;
	height: 275px;
	display: block;
}

.welcome .bottom p.topline{
	margin: 0;
	text-align: left;
	font-size: 16px;
    line-height: 20px;
	color: #2d2d2d;
}

.welcome .bottom p.middleline{
	margin: 10px 0;
	font-size: 16px;
	color: #1d4799;
	text-align: left;
}

.welcome .bottom p.bottomline,
.welcome .bottom p.bottomline a{
	font-size: 13px;
	color: #1d4799;
	text-align: left;
}

.welcome .bottom a.btn{
	margin: 30px 0 0 -5px;
	display: block;
	background: 0 0 url(../img/register/bg_btn_reg.png);
	width: 241px;
	height: 73px;
}

.wrap-register{
	margin: 60px auto 0 auto;
	width: 1064px;
	height: 1780px;
	background: 0 0 url(../img/register/bg_register.png) no-repeat;
}

.wrap-register .top{
	margin: 130px 0 0 30;
	float: left;
	width: 660px;
	height: 115px;
	display: block;
}

.wrap-register .top h1{
	font-size: 55px;
    line-height: 65px;
    font-weight: bold;
    color: #1d4799;
    text-align: left;
    margin: 60px 0 0 30px;
    width: 300px;
    float: left;
}

.wrap-register .top .pull-right{
	margin: 60px 0 0 0;
	float: right;
}

.wrap-register .top .pull-right p:first-child{
	margin: 0;
	text-align: right;
	font-size: 25px;
	font-weight: bold;
    line-height: 28px;
	color: #eb6212;	
}

.wrap-register .top .pull-right p:last-child{
	margin: 18px 0 0 0;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #1d4799;
}

.wrap-register form{
    margin: 90px 0 0 0;
	width: 100%;
    display: block;
    float: left;
    position: relative;
}

.wrap-register form input[type="submit"]{
	margin: 20px 0 0 260px;
	float: left;
	width: 242px;
	height: 76px;
	background: 0 0 url(../img/register/bg_btn_send.png) no-repeat;
	display: block;
	cursor: pointer;
	border: none;
}

.wrap-register form .group{
	margin-left: 30px;
	float: left;
	display: block;
}

.wrap-register form .group h1{
	margin: 0;
	padding-bottom: 15px;
	text-align: left;
	color: #1d4799;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e0;
}

.wrap-register form .group-1{
	width: 470px;
}

.wrap-register form .group-2{
	width: 670px;
}

.wrap-register form .group-3,
.wrap-register form .group-4,
.wrap-register form .group-5{
	width: 940px;
}

.wrap-register form .group-2,
.wrap-register form .group-3,
.wrap-register form .group-4,
.wrap-register form .group-5{
	margin-top: 20px;
}

.wrap-register form .group table{
	margin: 10px;
}

.wrap-register form .group table tr td{
	text-align: left;
	padding: 5px;
	color: #2d2d2d;
}

.wrap-register form .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #cde4f2;
    width: 140px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #cde4f2;

    background: #cde4f2 url(../img/register/bg_select.png) no-repeat 90% 50%;
}

.wrap-register input[type="text"],
.wrap-register input[type="password"]{
	padding: 5px;
	border: 1px solid #cde4f2;
    width: 200px;
    border-radius: 3px;
    background-color: #cde4f2;
}

.wrap-register form .group-4 input[type="text"],
.wrap-register form .group-5 input[type="text"],
.wrap-register form .group-5 input[type="password"]{
	width: 420px;
}

.wrap-register form .select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.wrap-register form .select-style select:focus {
    outline: none;
}

.wrap-register form .select-style select option{
	background-color: #cde4f2;
}

.wrap-register form .radios label{
	margin: 5px 5px 0 5px;
	float: left;
}

#TasteForm_group_3_7_text{
	width: 130px;
}
#TasteForm_group_3_6_text{
	width: 242px;
}

.vktoggle {
	margin: 5px 0 0 0;
    background-position: 0 15px !important;
    height: 14px;
    background: url(../img/register/bg_radio.jpg) bottom left;
    display: block;
    width: 17px;
    float: left;
}
.vktoggle.checked {
    background-position: 0 0 !important;
}

.cktoggle {
	margin: 5px 0 0 0;
    background-position: 0 22px !important;
    height: 22px;
    background: url(../img/register/bg_checkbox.jpg) bottom left;
    display: block;
    width: 22px;
    float: left;
}
.cktoggle.checked {
    background-position: 0 0 !important;
}

.checkboxes{
	margin: 0;
	display: block;
	width: 400px;
	height: 20px;
}

.checkboxes label {
	margin: 8px 0 0 5px;
	float: left;
} 

.errorMessage{
	margin-top: -15px;
	color: #F44336;
	position: absolute;
}

.wrap-success{
	margin: 60px auto 0 auto;
	width: 1060px;
	height: 720px;
	display: block;
	background: 0 0 url(../img/register/bg_success.png) no-repeat;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Arial, sans-serif;
}

.wrap-winners{
	margin: 60px auto 0 auto;
	width: 1086px;
	display: block;
	background: 0 0 url(../img/register/bg_winners.png) no-repeat;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Arial, sans-serif;
	overflow: hidden;
	padding-bottom: 40px;
}

.wrap-success .top{
	margin: 80px 90px 0 0;
	float: right;
	text-align: left;
	display: block;
	width: 400px;
	height: 350px;
}

.wrap-success .top h1{
	font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #1d4799;
    text-align: left;
    margin: 0;
    width: 100%;
    float: left;
}

.wrap-success .top p{
	margin: 60px 0 30px 0;
	font-size: 18px;
	float: left;
	width: 100%;
	font-weight: bold;
    line-height: 20px;
	color: #1d4799;	
}

.wrap-success .top span{
	margin: 18px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #2d2d2d;
}

.wrap-success .top span a{
	color: #1d4799;	
	text-decoration: underline;
}

.tabs {
	margin-top: 30px;
}

.tabs .nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tabs .nav > li {
	list-style-type: none;
	float: left;
	font-size: 18px;
	line-height: initial;
	margin: 0 5px 5px 0;
}

.tabs .nav > li > a {
	border: 1px solid #3f5f8a;
	color: #3f5f8a;
	line-height: initial;
	display: block;
	padding: 5px 10px;
	transition-duration: 250ms;
}

.tabs .nav > li.active > a {
	background-color: #3f5f8a;
	color: #fff;
}

.tabs .nav > li > a:hover {
	background-color: #3f5f8a;
	color: #fff;
}

.tabs .tab-content > div {
	padding: 10px 0;
}

.tabs .tab-content > div:not(.active) {
	display: none;
}