/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
    padding: 60px 10px 0px;
}

/* Default theme styles of the modal dialog */



.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    /*
    padding-top: 47px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 45px;
     */
    transform: translate3d(0, 0, 0);
    color: #000000;
    background: #fff;
}

.remodal a {
    cursor: pointer;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}


.remodal.remodal-is-opening {
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    animation-name: remodal-closing-keyframes;
}





/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: -45px;
    right: 28px;

    display: block;
    overflow: visible;

    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;

    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
}
.remodal-close:hover {
    color: #fff;
    cursor: pointer;
}
.remodal-close:focus {
    color: #fff;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 120px;
    line-height: 35px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 35px;

    content: "\00d7";
    text-align: center;
}



@media screen and (max-width: 769px){
.remodal-close {
    top: -35px;
    right: 3px;
}
.remodal-close:before {
    font-size: 75px;
}
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font: inherit;

    display: inline-block;
    overflow: visible;

    min-width: 110px;
    margin: 0;
    padding: 12px 0;

    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;

    border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
    from {
        transform: scale(1.05);

        opacity: 0;
    }
    to {
        transform: none;

        opacity: 1;

        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        transform: scale(1);

        opacity: 1;
    }
    to {
        transform: scale(0.95);

        opacity: 0;

        filter: blur(0);
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Media queries
   ========================================================================== */

@media screen and (min-width: 770px) {
    .remodal {
        max-width: 740px;
    }
    .remodal .img {
    }
    .remodal .img img {
        width: 100%;
    }
    .remodal .box {
        float: right;
        width: 460px;
        text-align: left;
    }
    .remodal .box .bg {
        background-color: #F2F2F2;
        padding: 10px 0 6px 14px;
        margin-bottom: 24px;
    }
    .remodal .box .bg .position {
    }
    .remodal .box .bg .name {
        font-size: 22px;
        margin-top: -4px;
    }
    .remodal .box span {
        font-size: 11px;
    }
    .remodal .outer {
        font-size: 15px;
    }
    .remodal .outer .single {
        border: 2px solid #000000;
        padding: 20px 0 18px;
        margin-bottom: 20px;
    }
    .remodal .outer .single .title {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #000!important;
        border-bottom: 5px solid #000000;
        display: inline-block;
    }
    .remodal .outer .single .text {
        color: #000!important;
        margin: 0;
    }
    .remodal .outer .single .left {
        display: inline-block;
        text-align: left;
        width: 90%;
        margin-top: 10px;
    }
    .remodal .outer .red {
        color: #e70306!important;
    }
    .remodal dl {
        font-size: 14px;
        margin: 0 20px;
    }
    .remodal dl dt {
        white-space: nowrap;
        float: left;
        clear: both;
        width: 30%;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 14px 0 10px;
        color: #ED4C1A;
        font-weight: bold!important;
    }
    .remodal dl dd {
        line-height: 24px;
        margin-top: -2px;
        word-wrap: break-word;
        float: left;
        width: 70%;
        text-align: left;
        margin: 14px 0 12px;
    }
    .remodal dl dd .attention {
        text-indent: -1em;
        padding-left: 1em;
    }
    .remodal table {
        width: 100%;
        border-collapse: collapse;
    }
    .remodal table tr {
        text-align: center;
    }
    .remodal table tr th {
        background-color: #efefef;
    }
    .remodal table tr th,
    .remodal table tr td {
        text-align: center;
        border: 1px solid #e4e5e5;
        padding: 5px 0 3px;
        vertical-align: middle;
    }
    .remodal table tr .wide {
        width: 35%;
    }
    .remodal table tr td {
    }
    .remodal table tr td:first-of-type {
        text-align: left;
        padding: 5px 8px 3px;
    }
}
@media screen and (max-width: 769px) {
    .remodal {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 10px;
        /*
        padding-top: 38px;
        padding-right: 6%;
        padding-left: 6%;
        padding-bottom: 45px;
         */
        transform: translate3d(0, 0, 0);
        color: #000000;
        background: #fff;
    }
    .remodal-wrapper {
        padding: 44px 8% 0;
    }
    .remodal img {
        width: 100%;
    }
    .remodal .outer {
        font-size: 14px;
        line-height: 20px;
    }
    .remodal .outer .single {
        border: 2px solid #000000;
        padding: 18px 12px 18px;
        margin-bottom: 20px;
    }
    .remodal .outer .single .title {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #000!important;
        border-bottom: 5px solid #000000;
        display: inline-block;
    }
    .remodal .outer .single .text {
        color: #000!important;
        margin: 0;
    }
    .remodal .outer .single .left {
        display: inline-block;
        text-align: left;
    }
    .remodal .outer .red {
        color: #e70306!important;
    }
    .remodal dl {
        font-size: 13px;
    }
    .remodal dl dt {
        word-wrap: break-word;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 14px 0 10px 0;
        padding: 10px 0 8px;
        color: #fff;
        text-align: center;
        background-color: #b4a966;
        font-weight: bold!important;
    }
    .remodal dl dd {
        line-height: 24px;
        margin-top: -2px;
        word-wrap: break-word;
        text-align: left;
        margin: 14px 0 42px;
    }
    .remodal dl dd .attention {
        text-indent: -1em;
        padding-left: 1em;
    }
    .remodal table {
        width: 100%;
        border-collapse: collapse;
    }
    .remodal table tr {
        text-align: center;
    }
    .remodal table tr th {
        background-color: #efefef;
    }
    .remodal table tr th,
    .remodal table tr td {
        text-align: center;
        border: 1px solid #e4e5e5;
        padding: 5px 0 3px;
        vertical-align: middle;
    }
    .remodal table tr .wide {
        width: 35%;
    }
    .remodal table tr td {
    }
    .remodal table tr td:first-of-type {
        text-align: left;
        padding: 5px 8px 3px;
    }
}
/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}












