.title{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

label{
	color:#000;
}
.box {
	/* background-color: #fff; */
    /* border-radius: 3px; */
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    /* padding: 10px 30px; */
    /* overflow:hidden; */
}	
label.error{
	color: #FA3C3C;
	font-weight: normal;
}
input.error{
	border: 1px solid #FA3C3C;
}

/************ Buttons ****************/


.btn{
    margin: 4px;
    font-weight: 500;
}

.btn-xs{
    font-weight: 300;
}
   
.btn-hot {
color: #fff;
border:1px solid #000 !important;
background-color: #303334;
box-shadow:none!important;
font-size: 14px;
padding: 10px 20px;
border-radius: 0;
}

@media (max-width: 767px) {
.btn-hot {
    background-color: #000;
    border:1px solid #000 !important;
}
.btn-hot:disabled {
    background-color: #dedede;
    border:1px solid #dedede !important;
}
}

.btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
color: #000;
background-color: #fff;
/* border-bottom:2px solid #b25560; */
outline: none;}


.btn-hot:active, .btn-hot.active {
color: #fff;
background-color: #c04b59;
border-top:2px solid #9a3c47;
}

.btn-sunny {
color: #fff;
background-color: #f4ad49;
border-bottom:2px solid #c38a3a;
}

.btn-sunny:hover, .btn-sky.active:focus, .btn-sunny:focus, .open>.dropdown-toggle.btn-sunny {
color: #fff;
background-color: #f5b75f;
border-bottom:2px solid #c4924c;
outline: none;
}


.btn-sunny:active, .btn-sunny.active {
color: #fff;
background-color: #d69840;
border-top:2px solid #ab7a33;
margin-top: 2px;
}

.btn-fresh {
color: #fff;
background-color: #51bf87;
border-bottom:2px solid #41996c;
}

.btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open>.dropdown-toggle.btn-fresh {
color: #fff;
background-color: #66c796;
border-bottom:2px solid #529f78;
outline: none;
}


.btn-fresh:active, .btn-fresh.active {
color: #fff;
background-color: #47a877;
border-top:2px solid #39865f;
outline: none;
outline-offset: none;
margin-top: 2px;
}

.btn-sky {
color: #fff;
background-color: #e42e4a;
border-bottom:0px;
box-shadow:none !important;
border:none !important;
}

.btn-sky:hover,.btn-sky.active:focus, .btn-sky:focus, .open>.dropdown-toggle.btn-sky {
color: #fff;
background-color: #e42e4a;
outline: none;
}

.btn-sky:active, .btn-sky.active {
color: #fff;
background-color: #e42e4a;
outline-offset: none;
margin-top: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0px;
}


.first-block h4, .second-block h4, .third-block h4{ text-transform:capitalize; font-weight:bold; font-size:18px; margin:10px 0px;}

.first-block{ overflow:hidden; border-radius: 10px; margin-bottom: 20px; padding: 30px; width: 100%;}
.warranty-form .left-section{width:55%; /*float:left;*/ position: relative; min-height: 1px;  padding-right: 15px; margin: 0 auto; max-width: 70%;}
.warranty-form .right-section{width:32.2%; float:left; position: relative; min-height: 1px;  padding-left: 15px;}
.warranty-form .action-btn-row{width:100%; overflow:hidden; position: relative; min-height: 1px; text-align: center; margin-bottom: 50px;}
.warranty-form .form-group {margin-bottom: 15px; overflow:hidden;}

.warranty-form .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    width: 240px;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
}


 .warranty-form .form-group:after, 
 .warranty-form .form-group:before{
    display: table;
    content: " ";
}

input[type="text"].form-control ,
input[type="password"].form-control ,
input[type="url"].form-control ,
input[type="date"].form-control ,
input[type="tel"].form-control ,
input[type="search"].form-control ,
input[type="number"].form-control , 
input[type="datetime"].form-control , 
select.form-control, 
input[type="email"].form-control{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #ececec;
    border: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="checkbox"].form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
select.form-control:focus {
    background: #ececec;
    background-color: #ececec;
}
p { color: red; display: inline-block; margin-left: 5px; }
textarea.form-control {
    height: calc(9.25rem + 2px);
    background: #ececec;
    background-color: #ececec;
    border: none;
    transition: none;
    font-size: 14px;
    color: #000;
    padding: 15px;
}

#competition-submit { width: 300px; background-color: #000; }
#competition-submit:disabled { background-color: #dedede; }
#competition-submit:hover { background-color: #fff; color: #000; }
textarea.form-control:focus { background-color: #ececec; }
input[type="date"].form-control{padding:0px 6px 0px 6px; height:34px;}
.first-block .form-group .input-field-box.division { padding-top: 5px; }
.first-block .form-group .input-field-box.division label { font-size: 16px; }
.first-block .form-group .input-field-box.division label input { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #999;}
.warranty-form .form-group .input-field-box{width: 100%; padding:0px 15px;  -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;    box-sizing: border-box;}
.warranty-form .form-group .input-field-box select.title-select{width:auto;}

.warranty-form .promo-box, .register-box {
    background-color: #2e2f33;
    border-radius: 10px;
    color: #ffffff;
    margin: 0 0 20px;
    padding: 30px;
}
.warranty-form .register-box {
    background-color: #e82646;
    color: #ffffff;
}

.warranty-form .form-group .input-field-box .error{display:none;}


.warranty-form .display h4{font-size:18px;}


.warranty-form .step.display .control-label{padding-top:0px;}
.warranty-form .step.display h3{margin-bottom:20px;}


@media (max-width: 590px) {
.warranty-form .control-label {
    text-align: left;
    width: 100%;
    float:left;
    padding-right: 0px;
    padding-left: 0px;    
}
.warranty-form .form-group .input-field-box{width: 100%; padding:0px;}
.first-block, .second-block, .third-block{ padding: 10px !important;}
.first-block .form-group .input-field-box.division label { display: block; }
}

@media (max-width: 992px) {
.warranty-form .left-section{width:100%; padding:0px; max-width: 100%;}
.warranty-form .right-section{width:100%; padding:0px;}
.first-block, .second-block, .third-block{ padding: 10px !important;}
}

@media(min-width: 993px) and (max-width: 1200px){
.warranty-form .left-section{width:64%;}
}

.success-page-container{
    text-align:center;
    padding: 110px 30px;
    width: 100%;
    margin: 0 auto;
}

.success-title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.success-comment{
    font-size: 13px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px){
    #competition-form .title { font-size: 20px; font-weight: 600; }
    .success-title { font-size: 20px; font-weight: 600;}
}

.go-event{
    height: 43px;
    line-height: 43px;
}

.go-event a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-color: #000;
    width: 300px;
    display: block;
    margin: 0 auto;
    border: 1px solid #000;
}

.go-event a:hover {
    color: #000;
    background-color: #fff;  
}

.event-index-appointment {
    padding-bottom: 80px;
}