﻿/**************************************************************/

/* 12. BOXES ****************/
.margin-0-v {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.margin-20-bottom {
    margin-bottom: 20px !important;
}

.urgent-box .media {
    max-width: 65%;
    position: relative;
}

    .latest-box .media .overlay-content ul li {
        margin: 0px 1px;
    }

        .latest-box .media .overlay-content ul li a {
            color: #ffffff;
            font-size: 28px;
        }

    .latest-box .media .overlay-content p {
        margin-bottom: 5px;
        line-height: 15px;
    }

.latest-box .slider-meta {
    color: #404143;
    font-size: 11px;
    padding: 10px 0px;
}

.slider-meta span {
    color: #404143;
    font-size: 9px;
}

.media .overlay-content ul li a:hover {
    opacity: 0.7;
    filter: opacity(70);
}

.media .overlay-content p {
    margin-bottom: 10px;
}

.urgent-box .content-wrapper {
    max-width: 35%;
    display: table;
}

.urgent-box .content {
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
}

.latest-box .content-wrapper {
    max-width: 100%;
    display: table;
    width: 100%;
}

.latest-box .content {
    vertical-align: middle;
    display: table-cell;
}

    .urgent-box .meta a, .latest-box .meta a {
        color: #3f4346;
        font-size: 12px;
        overflow: hidden;
    }

        .urgent-box .meta a:hover, .latest-box .meta a:hover {
            color: #20598e;
        }

/* comment images */

.media .small-product a:before {
    content: none;
}

.small-product-wrapper {
    padding: 6px;
    border: 1px solid #eeeded;
    background: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
}

.media .small-product-wrapper a > img {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 1);
    -webkit-filter: grayscale(30%);
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    -moz-transition: -webkit-filter 0.5s ease-in-out;
    -o-transition: -webkit-filter 0.5s ease-in-out;
    transition: -webkit-filter 0.5s ease-in-out;
    width: 100%;
    height: auto;
    display: block;
}

    .media .small-product-wrapper a > img:hover {
        -webkit-filter: grayscale(100%);
        -webkit-transition: -webkit-filter 2s ease-in-out;
        -moz-transition: -webkit-filter 2s ease-in-out;
        -o-transition: -webkit-filter 2s ease-in-out;
        transition: -webkit-filter 2s ease-in-out;
    }

.ImgDetails {
    width: 100%;
}

.itemcauses img {
    width: auto;
    overflow: hidden;
    max-height: 185px;
    height: 185px;
}

.rq {
    background-color: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    color: #777;
    font-size: 11px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btndo {
    background-color: #e00570;
    font-size: 100%;
    height: 42px;
    margin-top: 0;
    color: #fff;
    margin-left: auto;
    line-height: 40px;
    margin-right: auto;
    border: 0px;
}

.addcart {
    background-color: #20598e;
    color: #fff;
    background-image: url("/Content/images/addcart.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block;
}

    .addcart:hover {
        background-color: #089ca7 !important;
        display: block;
    }

.colombtn {
    width: 28%;
    float: right;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slidernew {
    vertical-align: middle;
    position: relative;
}

.slider input {
    display: none;
}

.slider.slider-horizontal {
    height: 10px;
}

    .slider.slider-horizontal.slider-disabled .slider-track {
        height: 8px;
    }

    .slider.slider-horizontal .slider-track {
        height: 1px;
        width: 100%;
        margin-top: 7px;
        top: 50%;
        left: 0;
    }

    .slider.slider-horizontal .slider-selection {
        height: 100%;
        top: 0;
        bottom: 0;
        background: #20598e;
    }

    .slider.slider-horizontal.slider-disabled .slider-track {
        cursor: default;
    }

    .slider.slider-horizontal .slider-handle {
        margin-left: 0;
        margin-top: -5px;
        cursor: e-resize;
    }

.slider.slider-disabled .slider .tooltip-inner {
    white-space: nowrap;
    background: #ffffff;
    color: #4b4b4b;
    border-radius: 0;
}

.slider-track {
    position: absolute;
    background: #e0e0e0;
}

.slider-selection {
    position: absolute;
    background: #20598e;
    right: 0%;
}

.slider-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    filter: opacity(100);
    background: #20598e;
}

.slider-disabled .slider-handle {
    display: none;
}

.slider .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #ffffff;
}

.slider .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #9a9a9a;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 0px;
}

.share-trigger i {
    width: 30px;
    background-color: #20598e;
    border-radius: 100%;
    height: 30px;
    color: #fff;
    font-size: 10px;
    line-height: 32px;
    text-align: center;
    margin: 0;
}

.slider-meta {
    color: #9a9a9a;
    margin-bottom: 0px;
}

    .slider-content p span {
        color: #9a9a9a;
    }

        .slider-content p span.slide-value {
            color: #4b4b4b;
        }
    /* slider single */

    .slider-content.cause .slider.slider-horizontal .slider-track {
        height: 10px;
        width: 100%;
        margin-top: -5px;
        top: 50%;
        left: 0;
    }

.slider-content.cause .slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 1;
    filter: opacity(100);
    background: #20598e;
}

.colomdonation input {
    background-color: #fff;
    border: 1px solid #eee;
}

.meta a.cart {
    margin-left: 10px;
    font-size: 17px;
}
/*  shopping cart */

.sub-total {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0px 0px 0px;
}

    .sub-total p {
        color: #9a9a9a;
    }

        .sub-total p span {
            color: #4b4b4b;
            font-size: 15px;
        }




/*****************************New-stander*****************************/

.tabe-address-black {
    background-color: rgba(0, 0, 0, 0.64);
    height: 52px;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
    line-height: 52px;
    font-size: 12px;
    color: #fff;
    bottom: 0px;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.cuses {
    color: #fff;
}

.content span {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    font-family: Arial;
}

.description-cuses {
    font-size: 11px;
    color: #fff;
    display: block;
    padding: 10px 15px;
    line-height: 25px;
    text-align: right;
}

.box {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,.3);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,.3);
}


.sponser-cuses {
    color: #666;
    line-height: 20px;
}

.pichieght {
    width: 100%;
}

.content {
    padding: 0px !important;
}

.excerpt {
}

    .excerpt span {
        text-align: right;
        font-size: 11px;
        color: #fff;
        overflow: hidden;
        line-height: 25px;
    }
/************************box-donation input*************************/
.border-top-label {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 7px !important;
    display: block;
}

.country-share {
    margin-top: 10px;
    height: 25px;
}

.share-trigger {
    position: absolute;
    width: auto;
    display: block;
    margin-top: -5px;
}

.birthday-mosttime {
}

.sponser-icon {
    width: 20px;
    float: right;
    height: 24px;
}

.total-amount {
    font-size: 14px;
}

    .total-amount span {
        color: #e00570;
        font-family: arial;
    }

/********input-campgin******************************/


.select-campgin {
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    margin: 8px 0px;
    direction: rtl;
    text-align: right;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-image: url("/Content/images/arow.png");
    background-position: 10px;
    background-repeat: no-repeat;
    BACKGROUND-SIZE: 10PX;
    padding-right: 10PX;
}

    .select-campgin option {
        color: #777;
    }

.campgin-input {
    border: 1px solid #fff;
    background-color: transparent;
    color: #020101;
    max-width: 100%;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.campgin-btton {
    background-color: #e00570 !important;
    color: #fff;
    font-size: 11px;
    max-width: 100%;
    border: 0px;
    padding: 10px;
}

.padding-5 {
    padding: 0 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right !important;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right !important;
}

.direction-special {
    direction: ltr !important;
}

.font-size-13 {
    font-size: 13px;
    line-height: 1.6em;
}

.font-size-13 {
    font-size: 14px;
    line-height: 1em;
}

.normal {
    font-weight: normal;
}

.add-to-basket {
    background-color: #20598e;
    padding: 10px 20px !important;
    color: #fff;
}

.border-radius-5 {
    border-radius: 5px;
}
/********************CAMPAIGN FAST DONATION*************************/
.basket-icon {
    background-image: url(/Content/images/QC_add-to-cart.png);
    width: 28px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0 30% 0 10px;
}

.campaignFastDonation {
    background-color: #fff;
    min-width: 360PX;
    max-width: 360PX;
}

.border-radius-5 {
    border-radius: 5px;
}

.bag-gray {
    background-color: #f3f3f3;
}

.campaignFastDonation button.donate {
    background-color: #e00570;
}

.campaignFastDonation button.add-to-basket {
    background-color: #20598e;
}


.campaignFastDonation a {
    color: #333;
}

.gray-number .glyphicon {
    font-weight: normal;
}

input.campaginDonat {
    background-color: #e00570;
    color: #fff;
    font-size: 11px;
    width: 100%;
    max-width: 100%;
    border: 0px;
    padding: 10px;
}

.ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, .ls-container, .ls-container * {
    box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
}

.underline {
    text-decoration: underline;
}

.ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-bottom-slidebuttons a, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-nav-sides {
    height: 40px !important;
}

.margin-10-bottom {
    margin-bottom: 10px !important;
}

/********************END CAMPAIGN FAST DONATION*************************/


/************************************
    Mohamed
    *******************************/

.f-s10 {
    font-size: 10px;
}

.f-s12 {
    font-size: 12px;
}

.f-s14 {
    font-size: 14px;
}

.margin-left15 {
    margin-right: 15px;
}

.titelNewsBox {
    font-size: 125%;
    font-weight: bold;
}

.colorTitelLN {
    color: #3c3c3c;
}

.paddin-right-0 {
    padding-right: 0;
}

.icon-span {
    float: left;
}

.imgDisasterDetils {
    max-width: 138px;
    max-height: 155px;
    min-height: 132px;
}

.text-normal {
    min-height: 105px;
}

.disasterDetils {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 4px 10px;
    max-height: 30px;
    margin-bottom: 10px;
}

.iconDisasterNews {
    border-radius: 4px;
}

.boxShadow {
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.27);
}

.imgLastNewsD {
    border: 1px solid #e8e8e8;
    padding: 4px;
    max-width: 90px;
    min-height: 65px;
}

.rediusDisaster {
    border-radius: 0 4px 4px 0;
}

.borderLine {
    border-radius: 100px;
    max-width: 120px;
    min-height: 120px;
    display: inline-block;
    margin: 0 auto;
    padding: 3px 3px;
}

.lineGr {
    border-radius: 100px !important;
    padding: 40px !important;
}

.maxW-HlastnewsFooter {
    max-width: 163px;
    min-height: 159px;
}

.icon-spanFooter {
    float: left;
    margin-right: 10px;
}

/**************************************************************************************************************************/
.titelBG-omniaty{
    background:#1ebea6;
    color:#ffffff;
    font-size:15px;
}
