#page-add-center .leftSide, 
#page-add-partner .leftSide { 
    width:752px; 
    border-radius: 20px; 
    border: 2px solid #e2e7ea; 
    min-height: 350px; 
    float: left; 
    background: #fff;
    margin-top: 20px;
}
.video-con { 
    width:100%; 
    padding:20px;
}
.video-con img { 
    width: 100%;
}
.videoText {
    width: 100%; 
    padding: 10px 20px 20px; 
}
.videoText h2 { 
    color: #60666a; 
    font-size: 36px; 
    margin: 0 0 10px; 
    padding: 0;
}
.videoText p span { 
    color: #2ecc71; 
    font-size: 18px; 
    margin: 0; 
    padding: 0; 
}
.videoText p { 
    color: #60666a; 
    font-size: 14px; 
    margin: 0 0 10px; 
    padding: 0;
}
.videoText ul { 
    margin: 0; 
    padding: 0;
}
.videoText ul li { 
    display: block; 
    clear: both; 
    list-style: none; 
    color: #60666a; 
    font-size: 13px; 
    margin: 0 0 16px; 
    padding: 0;
}
.rightcon { 
    width:100%; 
    padding:20px; 
}
.rightcon h2 { 
    color:#60666a; 
    font-size:24px; 
    margin:20px 0 25px; 
    padding:0;
}
.rightconForm { 
    width:100%; 
    clear:both; 
}
.rightconForm .form-control,
.rightconForm input,
.rightconForm select {
    border: 2px solid #e2e7ea;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    min-height: 40px;
    margin: 0 0 10px;
    padding: 0 10px;
    width: 100%; 
}

.rightconForm input.darmedealta { 
    background: #2ecc71; 
    text-align: center; 
    font-size: 14px; 
    text-transform: uppercase; 
    color:#fff;
}
.rightconForm input.darmedealta:hover{ 
    background:#0ca74e;
}

.rightconForm label {
    clear: both;
    color: #60666a;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 30px;
}
.rightconForm label a {
    color: #0072bc;
}

.rightconForm .seleccionar label {
    line-height: 12px !important;
}

.rightconForm .btn-group.bootstrap-select {
    border: 0;
}

#formAnadirPartner .form-control.privacy,
#formAnadirOferta .form-control.privacy {
    height: auto;
    padding: 5px 10px;
}
#formAnadirPartner .form-control.privacy,
#formAnadirOferta .form-control.privacy {
    height: auto;
    padding: 5px 10px;
}

#page-add-center .rightSide, 
#page-add-partner .rightSide { 
    width: 388px; 
    float: left;
    -moz-border-radius-topright: 20px; 
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px; 
    border: 2px solid #e2e7ea; 
    min-height: 486px; 
    border-left: none; 
    margin: 50px 0; 
    background: #f4f5f7;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #page-add-center .leftSide, #page-add-partner .leftSide {

        min-height: 950px;
        width: 640px;
    }
    #page-add-center .rightSide, 
    #page-add-partner .rightSide { 
        width:300px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #page-add-center .leftSide, #page-add-partner .leftSide {

        min-height: 950px;
        width: 490px;
    }
    #page-add-center .rightSide, 
    #page-add-partner .rightSide{ 
        width:230px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #page-add-center .leftSide, #page-add-partner .leftSide {

        border: 2px solid #e2e7ea;
        border-radius: 20px;
        float: left;
        min-height: 800px;
        width: 100%;
        margin:0 0 -2px;
    }
    #page-add-center .rightSide, 
    #page-add-partner .rightSide {
        border: 2px solid #e2e7ea;
        border-radius: 20px;
        float: none;
        margin: 0 auto;
        min-height: 886px;
        width: 90%;
        clear:both;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #page-add-center .leftSide, 
    #page-add-partner .leftSide {
        border: 2px solid #e2e7ea;
        border-radius: 20px;
        float: left;
        min-height: 800px;
        width: 100%;
        margin:0 0 -2px;
    }
    #page-add-center .rightSide, 
    #page-add-partner .rightSide {
        border: 2px solid #e2e7ea;
        border-radius: 20px;
        float: none;
        margin: 0 auto;
        min-height: 886px;
        width: 90%;
        clear:both;
    }
}

input[type="checkbox"] {
    display: none;
}

.input-group .error-msg-label { 
    left: 0;
}