.chronoforms6_credits{
    display: none !important;
}

.modal-title{
    font-size: 27px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    color: #2c2c2c;
}

.input-row{
    position: relative;
    margin-bottom: 19px;
}

.input-row input{
    font-size: 18px;
    line-height: 50px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    background-color: #fff;
}

.textarea-row{
    position: relative;
    margin-bottom: 10px;
}

.textarea-row textarea{
    font-size: 18px;
    width: 100%;
    height: 187px;
    padding: 14px 20px;
    resize: none;
    border: none;
    border-radius: 10px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* rules */

.rule-row{
    line-height: 1;
    position: relative;
}

.rule-row input{
    display: none;
}

.rule-row label{
    line-height: 1;
    display: block;
    padding-left: 42px;
    cursor: pointer;
    color: #fff;
}

.rule-row label a{
    text-decoration: underline;
    color: #fff;
}

.rule-row label a:hover{
    text-decoration: none;
}

.rule-row label span:before{
    position: absolute;
    top: 4px;
    left: 0;
    width: 26px;
    height: 26px;
    content: '';
    background: url(../i/checkbox.png) 0 0 no-repeat;
}

.rule-row label span.active:before{
        background-position-y: -26px;
    -ms-background-position-y: -26px;
}

/* radio */

.radiogroup-row{
    position: relative;
    margin-bottom: 19px;
}

/* submit */

.submit-row{
    margin-bottom: 8px;
}

.submit-row button{
    font-size: 15px;
    line-height: 50%;
    width: 100%;
    height: 50px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid white;
    border-radius: 25px;
}

.submit-row button:hover{
    border-color: #00545a;
    background-color: #00545a;
}

/* select row */

.select-row{
    position: relative;
    margin: 20px 0;
}

.select-row select{
    line-height: 50px !important;
    position: relative;
    width: 100%;
    height: 50px !important;
    padding: 0 40px 0 20px !important;
    text-indent: 1px;
    border: 1px solid #ccc !important;
    border-radius: 10px;
    outline: none;
    background: #fff url(../i/caret-down.svg) right 13px top 10px no-repeat !important;

    -webkit-appearance: none;
       -moz-appearance: none;
}

/* upload row */

.upload-row{
    margin-bottom: 10px;
}

/* ==========================================================================
contact form
========================================================================== */

.contacts-left{
    padding-top: 61px;
    padding-bottom: 50px;
}

.contacts-form{
    float: right;
    margin-right: 37px;
}

.contacts-form__title{
    font-family: FuturaDemiCTT-Normal;
    position: relative;
    margin-bottom: 26px;
}

.contacts-form__title{
    font-size: 25px;
    text-align: right;
    color: #fff;
}

.contacts-form .textarea-row textarea{
    width: 274px;
}

/* success */

.contacts-form__success{
    font-family: FuturaDemiCTT-Normal;
    font-size: 26px;
    position: relative;
    text-align: center;
    color: #fff;
}

/* ==========================================================================
order form
========================================================================== */

.form-header{
    font-size: 30px;
    margin: -20px -20px 30px -20px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #004d55;
}

.form-header span{
    display: block;
    font-size: 16px;
}

.order-form .input-row input{
    border: 1px solid #ccc;
}

.order-form .rule-row{
    margin-bottom: 20px;
}

.order-form .rule-row label{
    color: #1a1a1a;
}

.order-form .rule-row label a{
    color: #1a1a1a;
}

.order-form .rule-row label span:before{
    background: url(../i/checkbox-gray.png) 0 0 no-repeat;
}

.order-form .rule-row label span.active:before{
        background-position-y: -26px;
    -ms-background-position-y: -26px;
}

.order-form .submit-row button{
    background-color: #b30344;
}

.order-form .submit-row button:hover{
    color: #b30344;
    border-color: #b30344;
    background-color: #fff;
}

/* ==========================================================================
error label
========================================================================== */

.field.error .prompt.label{
    font-weight: 300 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    max-width: 110px !important;
    margin: -30px auto 0!important;
    padding: 4px !important;
    text-align: center !important;
}

.field.error .prompt.label:before{
    top: auto !important;
    bottom: -9px !important;
    border-width: 0 1px 1px 0;
}

.ui.form .required.field > .checkbox:after,
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after{
    content: none;
}

.chronoforms6_credits{
    display: none !important;
}

/* ==========================================================================
alert
========================================================================== */

.alert{
    margin: 20px 0;
    margin: 20px 0;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.alert-success{
    color: #155724;
    border-color: #c3e6cb;
    background-color: #d4edda;
}


/* ==========================================================================
placeholder color
========================================================================== */

::-webkit-input-placeholder{
    /* Chrome/Opera/Safari */
    color: #c9c9c9;
}
::-moz-placeholder{
    /* Firefox 19+ */
    color: #c9c9c9;
}
:-ms-input-placeholder{
    /* IE 10+ */
    color: #c9c9c9;
}
:-moz-placeholder{
    /* Firefox 18- */
    color: #c9c9c9;
}

/* ==========================================================================
media
========================================================================== */

@media (max-width: 1199px){
    .contacts-form .textarea-row textarea{
        width: 100%;
    }
}
@media (max-width: 991px){
    .rule-row label{
        font-size: 14px;
    }
    .rule-row label span:before{
        top: 2px;
    }
    .contacts-form{
        float: none;
        margin-right: 0;
    }
    .contacts-form__title{
        text-align: center;
    }
    .contacts-form .rule-row{
        display: table;
        margin: 0 auto;
    }
    .contacts-info{
        padding-left: 0;
    }
}
@media (max-width: 767px){
    .contacts-left{
        padding: 30px 0;
    }
    .contacts-form{
        max-width: 400px;
        margin: 0 auto;
    }
    .contacts-info{
        padding-top: 0;
        text-align: center;
    }
}
