header, section, footer, aside, nav, main, article, figure {
    display: block;
}

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    /*min-height: 100%;
    position: relative;*/

}

body {
    margin: 0;
    height: 100%;
    color: #fff;
    background: #fff;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    /*margin-bottom: 350px;*/
    /*background: #C4E5F9 url(../images/back.png) top center no-repeat;*/
}




.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.head {
    background-color: #E83628;
    position: absolute;
    top: 0px;
    left: 0px;
    /* height: 125px; */
    width: 100%;
    z-index: 7500;
    padding-bottom: 20px;
}

.head.reveal {
    position: fixed;
    height:125px;
    width:100%;
    background: #E83628;
    top: 0;
    left: 0px;
    display: none;
    z-index: 9999;
}

.logo {
    float: left;
}

.logo a {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    position: relative;
    display: block;
    height: 85px;
    width: 105px;
    margin-top: 20px;
    text-decoration: none !important;
}

nav {
    /*float: right; */
    /* margin: 0; */
    position: relative;
    /* height: 30px; */
    text-align: right;
}

nav ul li {
    text-align: right;
    position: relative;
    top: 85px;
}

nav li {
    /* float: left; */
    /* height: 125px; */
    /* line-height: 102px; */
    vertical-align: middle;
    position: relative;
    list-style: none;
    display: inline-block;

}

nav a {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    padding: 0 20px;
    text-decoration: none !important;
    /* height: 125px; */
    /* padding-top: 42px;*/
}

.wrapper{

}

.content {
    width: 100%;
    padding: 0 70px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    height: 100%;
    max-width:1100px;
}

.head.reveal .content  {
    /*width: 1200px;*/
}

.page {
    /*height: 700px;*/
    text-align: center;
    padding-top: 90px;
    padding-bottom: 40px;
    width:100%;
    min-width:1100px;
}



/*.p1 {
    position: absolute;
    overflow: hidden;
}

.scene > div.parallax {
    position: absolute;
}*/


.p1 {
    background-color: #BAE3F8;
    position: relative;
    height: 100%;
    min-height: 500px;
    width:100%;
    min-width:1100px;
    overflow: hidden;
}

img.p1img {
    position: absolute;
}

img.bigowl {
    bottom: 8px;
    left: -20px;
    z-index: 9000;
}

img.bigben {
    bottom: 8px;
    right: 70px;
    z-index: 8000;
}

img.cloud1 {
    /*top: 400px;*/
    left: -50px;
    z-index: 7000;
    top: 45%;
}

img.cloud2 {
    /*top: 20px;*/
    left: 130px;
    z-index: 7000;
    position:absolute;
    top: 10%;
}

img.cloud3 {
    /*top: 580px;*/
    left: 470px;
    z-index: 7000;
    top: 55%;
}

img.cloud4 {
    /*top: 180px;*/
    right: 400px;
    z-index: 7000;
    top: 25%;
}

img.cloud5 {
    /*top: 500px;*/
    right: -30px;
    z-index: 7000;
    top: 60%;
}

.p1 p {
    position: relative;
    z-index: 900;
}

.p1 .info-box{
    /*position: relative;
    top: 200px;
    right: 0px;*/
    float: right;
    /*margin-top: 250px;*/
    width: 460px;
    text-align: center;
    /*position: relative;*/
    z-index: 9999;

    position:absolute;
    top: 50%;
    left:50%;
    margin-top: -110px;
}

.p1 p.main-title {
    font-size: 50px;
    color: #E2382F;
    font-weight: 900;

}

.p1 p.sub-title {
    font-size: 25px;
    color: #E2382F;
    font-weight: 700;
}

.p1 p.help {
    font-size: 35px;
    color: #3E53A3;
    font-weight: 800;
    margin-top: 30px;
}

.p1 div.box {
    background-color: #3E53A3;
    color: #FFFFFF;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
    width: auto;
    padding: 15px;
    margin: 0 auto;
    margin-top: 5px;
    width: 290px;
    position: relative;
    z-index: 900;
    font-weight: 700;
}

.p1 div.box .account-text {
    font-size: 16px;
}

.p1 div.box .account-number {
    font-size: 25px;
}

.p1 .bot-line {
    height: 35px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 8500;
}

.partners-wrap {
    position: fixed;
    top: 200px;
    height: 250px;
    background-color: #F49E00;
    z-index: 10000;
    right: -9000px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    clear: both;
    padding-left: 70px;

}

.partners-wrap .partner a {
    color: #FFFFFF;
    font-weight: 700;
    display: block;
    text-decoration: none;
    width: 160px;
    margin-right: 20px;
    text-align: center;
    margin-top: 25px;
    float: left;
}

.partners-wrap .partner a:hover {
    text-decoration: underline;
}

.partners-wrap .partner a .round-img img {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
}

.partners-wrap .partner a .round-img {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
}

.partners-wrap .title {
    float: left;
    font-size: 20px;
    font-weight: 700;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    left: -25px;
    bottom: 110px;
}

.circle {
    background-color: #FFFFFF;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    width: 76px;
    height: 76px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -38px;
    z-index: 9100;
}

.circle a {
    color: #E83628;
}

.circle a i {
    font-size: 65px;
    margin-left: 17px;
}

.circle a:hover {
    color: #F49E00;
}


.page h2{
    font-size: 45px;
    font-weight: 900;
}

.page .col-box.cols-1{
    width: 80%;
    margin: 0 auto;
}

.page .col-box.cols-2{
    overflow: hidden;
}

.page .col-box.cols-3{
    overflow: hidden;
}


.page .col-box.cols-2 .col{
    width: 50%;
    float: left;
    padding: 0 10px;
    text-align: left;
}

.page .col-box.cols-3 .col{
    width: 33%;
    float: left;
    padding: 0 10px;
    text-align: left;
}

.page .separator{
    width: 160px;
    margin: 40px auto;
    font-size: 18px;
    font-weight: 500;
}

.page .separator-gift{
    width: 60px;
    margin: 0px auto 10px auto;
    font-size: 18px;
    font-weight: 700;
}

.page .separator:after{
    content:"........................";
    letter-spacing: 3px;
}

.page .separator-gift:after{
    content:".........";
    letter-spacing: 3px;
}


.page a.button{
    display: block;
    width: 364px;
    height: 67px;
    background-color: #E2382F;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 67px;
    vertical-align: middle;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    text-align: center;
}

.page a.button:hover{
    background-color: #FFFFFF;
    color: #E2382F;
}

.red{
    color: #E2382F;
}

.white{
    color: #FFFFFF;
}

.page .col{
    font-weight: 500;
    line-height: 28px;
}

.p2 {
    background-color: #FFFFFF;
}

.p3 {
    background-color: #85BE60;
    padding-bottom: 70px;
    position: relative;
}

.p3 a.button{
    margin: 22px auto;
}

.p3 img.owl-links {
    position: absolute;
    bottom: -165px;
    right: 230px;
    z-index: 9000;
}

.p4 {
    background-color: #FFFFFF;
}

.p4 a.button{
    margin: 0px auto;
    margin-top: 40px;
}

.page.p4 a.button:hover{
   /* background-color: #E2382F;
    color: #FFFFFF;*/
    border: 2px solid #E2382F;
}

.p4 a.pagination-gift {
    color: #E83628;
    display: block;
}

.p4 a.pagination-gift i {
    font-size: 65px;
    margin-top: 70px;
}

.p4 a.pagination-gift:hover {
    color: #F49E00;
}

.p4 a.pagination-gift.prev {
    float: left;
    width: 60px;
    height: 220px;
}

.p4 a.pagination-gift.next {
    float: right;
    width: 60px;
    height: 220px;
}

.p4 a.pagination-gift.disabled {
    color: #e8e8e8;
    cursor: default;
}

.p4 a.pagination-gift.disabled:hover {
    color: #e8e8e8;
}

.p4 .gifts-wrapper {
    position: relative;
    padding: 20px 0 40px 0;
    margin-top: 90px;
}

.p4 .gifts-wrapper img.hat {
    position: absolute;
    /*top: -80px;*/
    top: -90px;
    left: 55px;
    z-index: 10;
    opacity: 0;
}

.p4 .gifts-wrapper img.hat.h2 {
    left: 335px;
}

.p4 .gifts-wrapper img.hat.h3 {
    left: 615px;
}


.p4 .gifts-box-wrap {
    overflow: hidden;
    position: relative;
    width: 840px;
    height: 220px;
}

.p4 .gifts-box {
    position: relative;
    width: 840px;
    height: 220px;
}

.p4 .gift {
    width: 220px;
    height: 220px;
    background-color: #FFFFFF;
    position: relative;
    text-align: center;
    margin: 0 30px;
    float: left;
}


.p4 .gift img {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    /*background: url(http://link-to-your/image.jpg) no-repeat;*/
    opacity: 0.30;
    top: 0;
    left: 0;
    z-index: 5000;
}

.p4 .gift:hover img {
    /*opacity: 1;*/
}

.p4 .gift-info-box {
    /*padding-top: 65px;*/
    position: relative;
    z-index: 6000;
}

.p4 .gift-info-box .top-info {
    height: 95px;
    display: table;
}

.p4 .gift-info-box span {
    display: block;
    color: #E2382F;
}

.p4 .gift-info-box .top-info span.name {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    width: 210px;
    padding-left: 6px;
}

.p4 .gift-info-box span {
    font-weight: 700;
    line-height: 25px;
}

.p4 .gift-info-box span.name {
    font-weight: 800;
}

.p5 {
    background-color: #85BE60;
}

.p5 .col-box.cols-2 .col.first {
    width: auto;
    padding-right: 30px;
    max-width: 550px;
    min-width: 50%;
}

.p5 .col-box.cols-2 .col.second {
    width: auto;
}

.p5 .donations-wrapper {
    position: relative;
}

.p5 .donations-wrap {
    overflow: hidden;
    position: relative;
    height: 429px;
}

.p5 .donations-box {
    position: relative;
}

.p5 .donation {
    padding: 3px 0px;
 }

.p5 .donation span {
    font-weight: 500;
}

.p5 .donation .date {
     font-weight: 700;
     font-size: 15px;
     line-height: 20px;
 }

.p5 .donation .donation-separator {
    padding: 0 4px;
}

.p5 a.pagination-donation {
    color: #FFFFFF;
    display: block;
    /* text-align: center; */
    padding-left: 150px;
}

.p5 a.pagination-donation.disabled {
    color: #A9D18F;
    cursor: default;
}

.p5 a.pagination-donation.disabled:hover {
    color: #A9D18F;
}

.p5 a.pagination-donation i {
    font-size: 65px;
    margin-top: -10px;
}

.p5 a.pagination-donation.prev i {
    margin-top: -10px;
}

.p5 a.pagination-donation.next i {
    margin-top: 10px;
}

.p5 a.pagination-donation:hover {
    color: #E83628;
}

.p5 a.pagination-donation.prev {
    height: 60px;
}

.p5 a.pagination-donation.next {
    height: 60px;
}

.p5 .owl-thx {
    padding-top: 30px;
}

.p6 {
    background-color: #FFFFFF;
    padding-bottom: 70px;
}

.p6 .col-box .col.person{
    text-align: center;
}

.p6 .col-box .col.person{
    text-align: center;
}

.p6 .col-box .person .person-img {
    margin-bottom: 15px;
}

.p6 .col-box .person .person-text .name{
    font-size: 18px;
    font-weight: 700;
}

.p6 .col-box .person .person-text .position{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: -7px;
}

.p6 .col-box .person .person-text .text{
    font-size: 14px;
}

.p6 .archive {
    text-align: left;
}

.p6 .archive .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.p6 .timeline {
    padding-top: 15px;
    position: relative;
    height: 70px;
}

.p6 .timeline .report {
    width: 36px;
    display: block;
    z-index: 200;
    position: absolute;
    top: 0;
    text-align: center;
}

.p6 .timeline .report a {
    text-decoration: none;
}

.p6 .timeline .report .name {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.p6 .timeline .report.big .name {
    margin-bottom: 11px;
}

.p6 .timeline .report .circle-red {
    background-color: #E3342F;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    position: relative;
    display: block;
    left: 7px;
}

.p6 .timeline .report .circle-white {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    top: 6px;
    left: 6px;
    display: block;
}

.p6 .timeline .report.big .circle-red {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    left: 3px;
}

.p6 .timeline .report.big .circle-white {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    top: 8px;
    left: 8px;
}

.p6 .timeline hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #E3342F;
    margin: 1em 0;
    padding: 0;
    position: absolute;
    top: 24px;
    left: 10px;
    right: 10px;
    z-index: 100;
    padding-right: 10px;
}

.p6 .timeline .report a:hover .circle-white {
    background-color: #E3342F;
}

.p7 {
    background-color: #E83628;
}

.p7 .col-box .col .title {
    font-size: 18px;
    font-weight: 700;
}

.p7 .col-box.cols-2 {
    width: 70%;
    margin: 0 auto;
}

.p7 .col-box .col .text {
    margin-top: 10px;
}

.p7 .col-box .col .address,
.p7 .col-box .col .settlement {

    margin: 0 auto;
}

.p7 .col-box .col{
    position: relative;
    overflow: hidden;
}

.p7 .col-box .col .address {
    float:left;
    margin-right: 40px;
}

.p7 .col-box .col .address a {
    color: #ffffff;
    text-decoration: none;
}

.p7 .col-box .col .address a:hover {
    text-decoration: underline;
}

.p7 .col-box .col .settlement {
    float:right;
    margin-left: 55px;
}

.p7 .content .contact-info  {
    font-size: 14px;
    clear: both;
    padding-top: 35px;

}

.p7 .content .contact-account  {
    margin-top: 20px;
}

footer{
    background-color: #ffffff;
    color: #E83628;
    height: 90px;
    text-align: right;
}

footer .copyright{
    line-height:  90px;
}

footer .copyright span{
    font-weight: 700;
}

.sovicka-nav {
    position: absolute;
    right: 0;
    top: 0px;
    vertical-align: bottom;
    line-height: 45px;
    background-color: #F49E00;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 45px;
    /* font-weight: 700; */
    padding-right: 40px;
    padding-left: 40px;
}

.sovicka-nav:hover {
    background-color: #ee9800;
}
#sovicka-page {

}
.p-sovicka-1 {
    /*background-color: #FCE1C6;*/
    position: relative;
    width:100%;
    overflow: hidden;
    padding-top: 170px;
    /*color: #E2382F;*/
    color: #683c11;
}

.p-sovicka-1 h3 {
     padding-top: 5px;
    /*color: #e2382f;*/
    color: #683c11;
    font-size: 25px;
}

.p-sovicka-1 .opz-logo {
    height: 60px;
    margin-bottom: 20px;
}

.p-sovicka-1 .anonc {
    font-size: 18px;
    font-weight: 700;
}

.p-sovicka-1 .list {
    margin-top: 40px;
    text-align: left;
}

.p-sovicka-1 .list span.bold {
    font-size: 18px;
    font-weight: 700;
}

.p-sovicka-1 .list .list-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

.p-sovicka-1 .list .list-body {
   padding-left: 20px;
}

.p-sovicka-1 .list ul li {
    font-weight: 500;
    line-height: 28px;
     margin-left: 20px;
     /* padding-left: 15px; */
     padding: 5px 0;
 }

.p-sovicka-1 .list.cenik .list-subtitle {
    font-weight: 600;
    padding-left: 0px;
}

.p-sovicka-1 .list.cenik ul li {
    list-style: none;
    margin-left: 20px;
}

.p-sovicka-1 .list .list-after {
    margin-top: 20px;
}

.p-sovicka-1 .list .list-after a {
    /*color: #E2382F;*/
    color: #683c11;
    text-decoration: underline;
    font-weight: 600;
}

.p-sovicka-1 .list .list-after a:hover {
    /*color: #cc372f;*/
    color: #683617;
}

.p-sovicka-1 .kontakt {
    width: 400px;
    color: white;
    margin-top: 60px;
    line-height: 24px;
    font-weight: 600;
    background-color: #F49E00;
    -webkit-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
  }

.p-sovicka-1 .kontakt .title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.p-sovicka-1 .kontakt .name {
    font-size: 18px;
    font-weight: 700;
}

.projekt {
    margin-top: 60px;
    color: #666;
    line-height: 22px;
    font-size: 14px;
    width: 640px;
    text-align: left;
    margin: 0 auto;
    margin-top: 60px;
    border: 1px solid #f3f3f3;
    padding: 20px;
    background: #fdfdfd;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
}

.projekt .title {
    /*font-weight: 700;*/
    margin-top: 10px;
}

.projekt .subtitle {
    font-weight: 700;
    margin-top: 10px;
}

.p-sovicka-1 .dokumenty ul li {
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
}

.p-sovicka-1 .dokumenty a.download-link {
    display: inline-block;
    width: auto;
    height: auto;
    /* line-height: 35px; */
    /* padding: 3px 20px; */
    font-size: 16px;
    font-weight: 500;
    border-radius: 23px;
    /* background-color: #E2382F; */
    /* border: 1px solid #E2382F; */
    /*color: #E2382F;*/
    color: #683c11;
    vertical-align: middle;
    text-align: center;
    text-decoration: underline;
}

.p-sovicka-1 .dokumenty a.download-link:hover {
    /*border: 1px solid #E2382F;*/
    /*background-color: #FFFFFF;*/
    /*color: #E2382F;*/
    /*color: #8c1610;*/
    color: #683617;
}

.p-sovicka-1 .dokumenty ul li {
    margin-left: 0px;
}

.p-sovicka-1 img.owl-sovicka {
    float: right;
    height: 330px;
    margin-right: 30px;
}

.p-sovicka-2 {
    background-color: #F49E00;
    position: relative;
    width:100%;
    overflow: hidden;
    color: #683c11;
    margin-top: 50px;
    padding-bottom: 90px;
}

.p-sovicka-2 .title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 40px;
}

.p-sovicka-2 .message-box {
     background-color: #ffb349;
     margin: 40px auto;
     font-weight: 700;
     font-size: 18px;
     padding: 20px;
     width: 450px;
     text-align: center;
     font-style: italic;
 }

.p-sovicka-2 .message-box.alert {
    color: #ff3407;
}

.p-sovicka-2 form {
     text-align: left;
    width: 450px;
    margin: 0 auto;
 }

.p-sovicka-2 form .form-group {
    margin-bottom: 25px;
}

.p-sovicka-2 form .form-group.has-error input {
    border: 2px solid #f71414;
}

.p-sovicka-2 form input:focus {
    outline: none;
    border: 1px solid #683c11;
}

.p-sovicka-2 form input {
    border-color: white;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    padding: 6px 20px;
}

.p-sovicka-2 form .error-info {
    color: #e42300;
    font-weight: 600;
    background-color: #ffb349;
    padding: 5px 10px;
    margin-top: 5px;
    width: 340px;
    margin: 5px auto;
}

.p-sovicka-2 form label {
    margin-left: 20px;
    font-size: 18px;
    position: relative;
}

.p-sovicka-2 form .form-group.required label.radio-inline:after {
    content: none;
}

.p-sovicka-2 form .btn.send-btn {
    display: block;
    /* width: 364px; */
    /* height: 67px; */
    background-color: #683C11;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    /* line-height: 67px; */
    /* vertical-align: middle; */
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 30px;
    /* text-align: center; */
    padding: 15px 30px;
    margin: 30px auto;
    margin-top: 50px;
 }

.p-sovicka-2 form .form-group.required label:after {
    content: "*";
    color: #683c11;
    margin-left: 5px;
    font-size: 30px;
    position: absolute;
    top: -4px;
}

.p-sovicka-2 form .btn.send-btn:hover {
    background-color: #8a5111;
}

.p-sovicka-2 form label.doch {
    display: block;
}

.p-sovicka-2 form .dochInpLab {
    line-height: 30px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 18px;
}

.p-sovicka-2 form .dochInpLab input {
    line-height: 30px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 18px;
    margin-right: 7px;
    /*margin-left: 0;*/
    /*margin-right: 15px;*/
}

.p-sovicka-2 .separator {
    color: #8a5111;
}
