﻿#btnRegister {
    margin-left: 20px;
    margin-top: 20px;
    text-align: right;
    display: none;
}

#btnRegister a {
    background: #ff8300;
    color: #fff;
}

.strip {
    margin-top: 40px;
    position: relative;
}

    .strip .bg {
        width: 100%;
    }

    .strip .phone-rtl {
        position: absolute;
        bottom: 0;
        right: 80px;
    }

    .strip .phone-ltr {
        position: absolute;
        bottom: 0;
        left: 80px;
    }

    .strip .monitor {
        position: absolute;
        bottom: 0;
        left: 80px;
    }

    .strip .content {
        position: absolute;
        top: 20px;
        width: 100%;
    }

    @media screen and (max-width: 750px) {
        .strip .content {
            position: relative;
            top: 100%;
            left: 20px;
            width: 97%;
        }
    }

    @media screen and (max-width: 970px) {
        .strip .content {
            left: 20px;
            width: 97%;
        }
    }

        .strip .content.rtl {
            left: 410px;
            width: 95%;
        }

        @media screen and (max-width: 970px) {
            .strip .content.rtl {
                left: 20px;
            }
        }

        .strip .content .icon {
            text-align: right;
            padding: 0 !important;
        }

        @media screen and (max-width: 768px) {
            .contact-icon {
                width: 60px;
            }
        }

    .strip .thumbnails-ltr {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 340px;
        bottom: 8px;
    }

    .strip .thumbnails.monitor {
        left: 410px;
    }

        .strip .thumbnails-ltr li {
            float: right;
            display: inline;
            list-style-type: none;
            padding: 5px;
        }

    .strip .thumbnails-rtl {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 340px;
        bottom: 8px;
    }

        .strip .thumbnails-rtl li {
            float: left;
            display: inline;
            list-style-type: none;
            padding: 5px;
        }

    .strip .thumbnails li img {
        width: 85px;
        height: 85px;
        border: solid 1px #898989;
        cursor: pointer;
    }

    .strip .bullets {
        list-style-image: url('../../images/website/v.png');
        padding-left: 25px;
        width: 60%;
    }

    @media screen and (max-width: 970px) {
        .strip .bullets {
            width: 100%;
        }
    }

        .strip .bullets li {
            font-size: 18px;
            padding-bottom: 10px;
        }