﻿/*=================================================================*/
/*==                            Reset Css                        ==*/
/*=================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* set some of the tags back */
b, strong {
    font-weight: bold
}

i, em {
    font-style: italic
}

u {
    text-decoration: underline
}

*:focus {
    outline: none
}

sup {
    position: relative;
    top: -0.4em;
    font-size: 70%;
}

sub {
    position: relative;
    top: 0.4em;
    font-size: 70%;
}

input[type=radio], input[type=checkbox] {
    margin-right: 0px;
}

@font-face {
    font-family: alef;
    src: url(/Fonts/Alef/alef.ttf);
}


html, body {
    -webkit-text-size-adjust: 100%;
}

body {
    direction: rtl;
    font-family: alef;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
}

html, .dskWrp {
    background-color: #E0DEDF;
}

.master {
    padding-top: 0;
}

.dskWrp .main-content {
    width: 1000px;
    margin: 50px auto;
}

    .dskWrp .main-content .top {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        margin-top: 40px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.52);
        -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.52);
        box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.52);
    }

        .dskWrp .main-content .top .right {
            position: relative;
            background-color: #fff;
        }

        .dskWrp .main-content .top .left, .dskWrp .main-content .top .right {
            width: 50%;
        }

            .dskWrp .main-content .top .right > div:first-child {
                padding: 0 40px 0 20px;
            }

.company-logo {
    margin-left: 38px;
}

    .company-logo img {
        width: 200px;
    }

.header {
    margin: 20px 0px;
}

    .header * {
        display: inline-block;
        vertical-align: middle;
    }

    .header span {
        font-size: 23px;
        font-weight: bold;
    }

.business-img img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.sale-title {
    font-weight: bold;
    border-bottom: 1px solid #e86e71;
    font-size: 23px;
    padding-bottom: 15px;
}

.sale-description {
    padding-top: 15px;
}

    .sale-description p {
        font-size: 20px;
        line-height: 24px;
    }

.business-url {
    text-decoration: underline !important;
    font-size: 20px;
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
}

.contact {
    background-color: #888888;
    color: #fff;
    font-size: 23px;
    padding: 9px;
    padding-right: 40px;
    font-weight: bold;
    word-spacing: 0px;
    letter-spacing: 2px;
}

.bottom {
    position: relative;
    margin-top: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.19);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.19);
}

    .bottom:after, .bottom:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .bottom:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 20px;
        margin-left: -20px;
    }

    .bottom .form-wrapper {
        padding: 25px 40px 25px 0px;
    }

.thankyou .bottom .form-wrapper {
    padding: 25px 0;
}

.bottom .form-wrapper .inst {
    color: #e86e71;
    font-size: 23px;
    margin-bottom: 14px;
    font-weight: bold;
}

.thankyou .bottom .form-wrapper .inst {
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
}

.bottom .form-wrapper .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 340px;
    margin-left: 20px;
    position: relative;
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    padding-right: 60px;
    font-weight: bold;
    border: 1px solid rgb(232, 110, 113);
}

.form-control {
    vertical-align: middle;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px !important;
    height: 45px;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}

.submit-contact {
    display: inline-block;
    padding: 6px 51px;
    font-size: 24px;
    font-weight: bold;
    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-color: #e86e71;
    color: #fff;
}

.icon {
    background: url('../../../Images/Minisite/Generator/cut_web.png') no-repeat
}

    .icon.arrow {
        height: 18px;
        width: 10px;
        float: right;
        background-position: -2px -7px;
        margin-left: 10px;
        margin-top: 2px;
    }

.info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.icon.name {
    position: absolute;
    width: 35px;
    height: 32px;
    top: 7px;
    right: 8px;
    background-position: -61px 0;
}

.icon.phone {
    position: absolute;
    width: 35px;
    height: 32px;
    top: 7px;
    right: 8px;
    background-position: -20px 0;
}

.vertical-seperator {
    content: "";
    height: 30px;
    border-left: 1px solid rgba(232, 110, 113, 0.69);
    padding: 0px;
    vertical-align: middle;
    position: absolute;
    right: 52px;
    top: 7px;
}

.field-validation-error {
    background-color: #FEFFD7;
}

.message {
    display: none;
    text-align: center;
    font-size: 24px;
    color: #e86e71;
    font-weight: bold;
}

/*Exceptions*/
.main-content[data-c-id='72'] .info .contact {
    display: none !important;
}
