﻿/********** Contact Us **********/
.contactUsDiv .contactUsCnts { width: calc(100% - 320px); margin-left: 20px; padding: 0; background: none }
/** Forms **/
/** Dropdown List **/
.dropDownDiv { display: inline-block; width: 100%; margin-bottom: 40px; padding: 24px; background: #e8e8e8 }
.wrapperDropdown { position: relative; width: 100%; background: #fff; cursor: pointer; padding: 12px; border: 1px solid #e8e8e8; z-index: 1; text-align: right; direction: rtl;  font-size: 14px; color: #666; outline: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.wrapperDropdown:after { content: ""; width: 0; height: 0; position: absolute; top: 50%; left: 12px; margin-top: -3px; border-width: 6px 6px 0 6px; border-style: solid; border-color: #666 transparent; }
.wrapperDropdown .dropdown { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-radius: 0 0 5px 5px; border: 1px solid rgba(0,0,0,0.2); border-top: none; border-bottom: none; list-style: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; max-height: 0; overflow: hidden; }
.wrapperDropdown .dropdown li { padding: 0 10px; }
.wrapperDropdown .dropdown li a { display: block; text-decoration: none; color: #333; padding: 10px 0; transition: all 0.3s ease-out; border-bottom: 1px solid #e6e8ea; }
.wrapperDropdown .dropdown li:last-of-type a { border: none; }
.wrapperDropdown .dropdown li i { margin-right: 5px; color: inherit; vertical-align: middle; }
.wrapperDropdown .dropdown li:hover a { color: #E03322; }
.wrapperDropdown.active { border-radius: 5px 5px 0 0; background: #666; box-shadow: none; border-bottom: none; color: white; }
.wrapperDropdown.active:after { border-color: #ccc transparent; }
.wrapperDropdown.active .dropdown { border-bottom: 1px solid rgba(0,0,0,0.2); max-height: 400px; }

.contactUsDiv .contactForms { box-shadow: none; border: 1px solid #e8e8e8; padding: 20px; margin-bottom: 50px; margin-top: 16px }
.contactUsDiv .contactForms h4 { display: inline-block; width: 100%; margin: 0 0 40px; font-family: DroidKufiLight, arial; font-size: 14px; color: #1d1d1d; text-align: right; direction: rtl; background: #f2f2f2; padding: 14px 20px }
.contactUsDiv .contactForms .forms { display: inline-block; width: 100%; }
.contactUsDiv .contactForms .forms .item { display: inline-block; width: 100%; margin-bottom: 24px; position: relative }
.contactUsDiv .contactForms .forms .item .labelDiv { float: right; width: 130px; line-height: 2.8 }
.contactUsDiv .contactForms .forms .item .labelDiv label { font-family: DroidKufiLight, Arial; font-size: 14px; color: #1d1d1d; direction: rtl; text-align: right; float: right }
.contactUsDiv .contactForms .forms .item .labelDiv span { color: red; float: right; margin-right: 2px; line-height: 2; }
.contactUsDiv .contactForms .forms .item .errorMsg { position: absolute; top: 40px; right: 156px; display: inline-block; font-family: DroidKufiLight, Arial; font-size: 13px; color: red; direction: rtl; text-align: right; visibility: hidden }
.contactUsDiv .contactForms .forms .item input, .contactUsDiv .contactForms .forms .item textarea { width: calc(100% - 130px) !important; height: 40px !important; border: 1px solid #e8e8e8; float: right; outline: none; padding: 8px 12px; font-family: DroidKufiLight, Arial; color: #b0b0b0; font-size: 14px }
.contactUsDiv .contactForms .forms .item textarea { height: 200px !important }
.contactUsDiv .contactForms .forms .item .captcha { float: right; }
.contactUsDiv .contactForms .forms input[type="submit"] { display: inline-block; width: 300px; padding: 5px 0; background: #E03322; font-family: DroidKufiLight,Arial; font-size: 16px; color: #fff; text-align: center; border: none; margin: 0 calc((100% - 300px) / 2) 24px; cursor: pointer }
.contactUsDiv .contactForms .forms .wrapper-demo { display: inline-block; width: calc(100% - 130px); float: right }
.contactUsDiv .contactForms .forms .wrapperDropdown { width: 100%; height: 40px !important; border: 1px solid #ddd; float: right; outline: none; padding: 5px 12px; font-family: DroidKufiLight, Arial; color: #b0b0b0; font-size: 14px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.contactUsDiv .contactForms .forms .icon-downArrow:before { content: "q"; position: absolute; left: 12px; line-height: 2.2; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg) }
.contactUsDiv .contactForms .forms .wrapperDropdown:after { display: none }
.contactUsDiv .contactForms .forms .wrapperDropdown .dropdown { position: absolute; width: calc(100% + 2px); top: 100%; left: 0; right: -1px; background: #fff; border-radius: 0; border: 1px solid rgba(0,0,0,0.2); border-top: none; border-bottom: none; list-style: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; max-height: 0; overflow: hidden; }
.contactUsDiv .contactForms .forms .wrapperDropdown .dropdown li { padding: 0 10px; }
.contactUsDiv .contactForms .forms .wrapperDropdown .dropdown li a { display: block; text-decoration: none; color: #b0b0b0; padding: 10px 0; transition: all 0.3s ease-out; border-bottom: 1px solid #e6e8ea; }
.contactUsDiv .contactForms .forms .wrapperDropdown .dropdown li:last-of-type a { border: none; }
.contactUsDiv .contactForms .forms .wrapperDropdown .dropdown li i { margin-right: 5px; color: inherit; vertical-align: middle; }
.contactUsDiv .contactForms .forms .wrapperDropdown .dropdown li:hover a { color: #1d1d1d; }
.contactUsDiv .contactForms .forms .wrapperDropdown.active { border-radius: 0; background: #eee; box-shadow: none; border-bottom: none; color: #1d1d1d }
.contactUsDiv .contactForms .forms .wrapperDropdown.active:after { border-color: #aaa transparent; }
.contactUsDiv .contactForms .forms .wrapperDropdown.active .dropdown { border-bottom: 1px solid rgba(0,0,0,0.2); max-height: 400px; overflow: auto; }


/** Ads **/
.contactUsDiv .contactAds { box-shadow: none; margin-bottom: 0; border: 1px solid #e8e8e8 }
.contactUsDiv .contactAds h3 { display: inline-block; width: 100%; margin: 0 0 30px; font-family: DroidKufiLight, arial; font-size: 16px; color: #fff; text-align: right; direction: rtl; background: #1d1d1d; padding: 14px 20px }
.contactUsDiv .contactAds .ads { display: inline-block; width: 100%; margin: 0 0 12px; padding: 0 20px }
.contactUsDiv .contactAds .ads .item { display: inline-block; width: calc((100% - 24px) / 2); position: relative; margin: 0 0 24px 24px; float: right }
.contactUsDiv .contactAds .ads .item:nth-child(2n) { margin-left: 0 }
.contactUsDiv .contactAds .ads .item label { float: right; width: 100%; font-family: DroidKufiBold, Arial; font-size: 16px; color: #1d1d1d; direction: rtl; text-align: right }
.contactUsDiv .contactAds .ads .item p, .contactUsDiv .contactAds .ads .item a { float: right; width: 100%; font-family: DroidKufiLight, Arial; font-size: 14px; color: #b0b0b0; direction: rtl; text-align: right }
.contactUsDiv .contactAds .ads .item p { cursor: default }
.contactUsDiv .contactAds .ads .item a { text-decoration: underline; color: #E03322 }
.contactUsDiv .contactAds .ads .item.phone p { direction: ltr; }
/** Map **/
#gmap_canvas { height: 450px; width: 100%; direction: ltr }
#gmap_canvas img { max-width: none !important; background: none !important }
#gmap_canvas strong { font-weight: bold }

/********** Akhbar Themak **********/
.akhbarthemak { display: inline-block; float: left;width:300px;height:655px; }
.akhbarThemak { float: right; width: 300px; height:625px; box-shadow: none; overflow: hidden; position: relative; border: 1px solid #e8e8e8; background: #fff }
.akhbarThemak .ttl { display: inline-block; float: right; width: 100%; height: 48px; overflow: hidden; padding: 0 12px; background: #E03322; border-bottom: none !important }
.akhbarThemak .ttl .inTtl { float: right; display: inline-block; padding: 0px; font-family: DroidKufiBold, Arial; font-size: 18px; background: none !important; color: #fff; display: block; line-height: 48px; }
.akhbarThemak .ttl .inTtl:after { display: none }
.akhbarThemak .ttl .inTtl a { color: #fff }
.akhbarThemak .ttl .icons { display: inline-block; float: left; }
.akhbarThemak .ttl .icons .cd-popup-setting, .akhbarThemak .ttl .icons .cd-popup-notify { display: inline-block; float: right; }
.akhbarThemak .ttl .icons .cd-popup-notify { margin-right: 10px }
.akhbarThemak .ttl .icons .icon-setting:before { content: "p"; color: #fff; font-size: 20px; line-height: 48px }
.akhbarThemak .ttl .icons .icon-notify:before { content: "i"; color: #fff; font-size: 22px; line-height: 48px }
.akhbarThemak .popupSetting, .akhbarThemak .popupNotify { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.8); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; }
.akhbarThemak .popupSetting.is-visible, .akhbarThemak .popupNotify.is-visible { opacity: 1; visibility: visible; z-index: 10; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.akhbarThemak .cd-popup-container { position: absolute; padding: 24px; width: 1000px; height: 500px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #FFF; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; }
.akhbarThemak .cd-popup-container h2 { display: inline-block; width: 100%; font-family: DroidKufiBold, Arial; font-size: 22px; color: #1d1d1d; margin-bottom: 0; padding: 0; background: none; }
.akhbarThemak .cd-popup-container h2:after { display: none }
.akhbarThemak .cd-popup-container h4 { display: inline-block; float: right; width: 100%;  font-size: 13px; color: #666; margin-bottom: 12px; padding: 0; text-align: right }
.akhbarThemak .cd-popup-container .sectionContainer { display: inline-block; float: right; width: 100%; position: relative }
.akhbarThemak .cd-popup-container .sec { display: inline-block; width: calc((100% - 160px) / 5); float: right; margin-left: 12px }
.akhbarThemak .cd-popup-container .sec:last-child { margin-left: 0; width: 100px }
.akhbarThemak .cd-popup-container h3 { display: inline-block; width: 100%; font-family: DroidKufiBold, Arial; font-size: 14px; color: #1d1d1d; margin-bottom: 12px; padding-right: 0; background: #eee }
.akhbarThemak .cd-popup-container .cd-buttons { position: absolute; left: 50%; bottom: 20px; width: 410px; height: 50px; transform: translateX(-50%) }
.akhbarThemak .cd-popup-container .cd-buttons a { position: relative; top: 0; left: 0; float: right; background: #ddd; margin-left: 10px; width: 200px; height: 50px;  font-size: 14px; color: #1d1d1d; text-align: center; display: inline-block; line-height: 50px; }
.akhbarThemak .cd-popup-container .cd-buttons a:before, .akhbarThemak .cd-popup-container .cd-buttons a:after { display: none }
.akhbarThemak .cd-popup-container .cd-buttons a:first-child { background: #E03322; color: #fff }
.akhbarThemak .cd-popup-container .cd-buttons a:hover { background: #ccc }
.akhbarThemak .cd-popup-container .cd-buttons a:first-child:hover { background: #E03322 }
.akhbarThemak .cd-popup-container .cd-buttons a:last-child { margin-left: 0 }
/** Notify **/
.akhbarThemak .cd-popup-notify { position: relative }
.akhbarThemak .cd-popup-notify .ntfyNum { position: absolute; top: 8px; right: -10px; width: 17px; height: 17px; background: red; border-radius: 50%; color: #fff; text-align: center; font-family: Arial; font-size: 12px; line-height: 1.5 }
.akhbarThemak .cd-popup-container.notify { width: 700px; height: 150px }
.akhbarThemak .cd-popup-container.notify p { display: inline-block; width: 100%;  font-size: 15px; text-align: center; color: #1d1d1d; margin-bottom: 0; padding: 0; line-height: 102px }
.akhbarThemak .cd-popup-container .cd-popup-close { position: absolute; top: 12px; left: 12px; width: 36px; height: 36px; }
.akhbarThemak .cd-popup-container .cd-popup-close::before, .akhbarThemak .cd-popup-container .cd-popup-close::after { content: ''; position: absolute; top: 0; width: 2px; height: 100%; background-color: #1d1d1d; opacity: 0.2; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; }
.akhbarThemak .cd-popup-container .cd-popup-close:hover::before, .akhbarThemak .cd-popup-container .cd-popup-close:hover::after { opacity: 1 }
.akhbarThemak .cd-popup-container .cd-popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.akhbarThemak .cd-popup-container .cd-popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
body.popupOverlay { position: fixed ;top: 0;left: 0;bottom: 0;right: 0;}
.akhbarThemak ul { display: inline-block; float: right; width: 100%; padding: 0 10px; }
.akhbarThemak li { width: 100%; display: inline-block; float: right; padding: 10px 0; position: relative; border-bottom: 1px solid #e8e8e8 }
.akhbarThemak li:last-child { border-bottom: none }
.akhbarThemak ul li .item .imageCntnr { position: relative; overflow: hidden; padding-bottom: calc((100px * 75) / 100); float: right; width: 100px; }
.akhbarThemak li img { position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); margin: 0 auto; float: right; width: auto; max-width: unset; height: 100%;object-fit: cover; }
.akhbarThemak li .cnts { display: inline-block; float: right; width: calc(100% - 100px); padding-right: 10px }
.akhbarThemak li h2 { float: right; width: 100%;  color: #000; font-size: 13px; line-height: 1.6; height: 42px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.akhbarThemak li .secName { display: inline-block; float: right; margin-bottom: 6px; font-family: DroidKufiBold, Arial; color: #fff; font-size: 12px; }
/*.akhbarThemak li .secName:before{content:"";float:right;margin-left:5px;width:4px;height:12px;background:#E03322;margin-top:4px}*/
.akhbarThemak li.native{padding: 0;border-bottom: none;}
.akhbarThemak.fixed { position: fixed }

@media screen and (min-width:1152px) and (max-width:1279px) {
      .contactUsDiv .contactForms .forms .item .labelDiv { width: 100%; margin-bottom: 4px }
    .contactUsDiv .contactForms .forms .item input,
    .contactUsDiv .contactForms .forms .item textarea,
    .contactUsDiv .contactForms .forms .wrapper-demo { width: 100% !important }
}

@media screen and (min-width:1024px) and (max-width:1151px) {
     .contactUsDiv .contactForms .forms .item .labelDiv { width: 100%; margin-bottom: 4px }
    .contactUsDiv .contactForms .forms .item input,
    .contactUsDiv .contactForms .forms .item textarea,
    .contactUsDiv .contactForms .forms .wrapper-demo { width: 100% !important }
}

@media only screen and (max-width: 1023px) {
    .contactUsDiv .contactUsCnts { width: 100%; margin-left: 0 }

      .akhbarThemak.fixed { position: relative; }
    .akhbarThemak { width: 100%; top: 0 !important; height: auto !important; }
    .akhbarThemak .cd-popup-container { width: 700px; height: 400px; }
    .akhbarThemak .cd-popup-container .sectionContainer { overflow-y: scroll; overflow-x: hidden; height: 200px }
    .akhbarThemak .cd-popup-container h4 { margin-bottom: 20px }
    .akhbarThemak .cd-popup-container h3 { line-height: 36px }
    .akhbarThemak .cd-popup-container .sec { width: 100%; margin-left: 0; margin-bottom: 24px; float: none; }
    .akhbarThemak .cd-popup-container .sec:nth-child(6n+1) { margin-left: 0 }
    .akhbarThemak input[type="checkbox"] + label { margin: 0 0 10px 20px; width: auto }
    .akhbarThemak .cd-popup-container .sec:last-child { width: 100% }

    .akhbarthemak{width:100%}
}


@media screen and (min-width:320px) and (max-width:767px) {
     .contactUsDiv .contactUsCnts { padding: 0 10px }
      .contactUsDiv { padding: 16px 0 0 }
    .contactUsDiv .contactForms { padding: 10px }
    .contactUsDiv .contactForms h4 { padding: 10px; font-size: 12px; }
    .contactUsDiv .contactForms .forms .item .labelDiv label { font-size: 12px }
    .contactUsDiv .contactForms .forms .item { margin-bottom: 16px }
    .contactUsDiv .contactForms .forms .item .labelDiv { width: 100% }
    .contactUsDiv .contactForms .forms .item input, .contactUsDiv .contactForms .forms .item textarea { width: 100% !important }
    .contactUsDiv .contactForms .forms .wrapper-demo { width: 100% !important }
    .contactUsDiv .contactForms .forms .item .errorMsg { right: auto; left: 0; top: 0 }
    .contactUsDiv .contactAds h3 { padding: 8px 12px; font-size: 13px }
    .contactUsDiv .contactAds .ads .item { width: 100%; margin-left: 0 }
    .contactUsDiv .contactForms .forms input[type="submit"] { font-size: 12px; width: 100%; margin: 0 }
    .contactUsDiv .contactAds .ads .item label { font-size: 12px }
    .contactUsDiv .contactAds .ads .item p, .contactUsDiv .contactAds .ads .item a { font-size: 12px }
    .contactUsDiv .contactAds .ads { padding: 0 10px }
    .contactUsDiv .contactForms .forms .wrapperDropdown { font-size: 12px; line-height: 38px; padding: 0 10px }
    .contactUsDiv .contactForms .forms .icon-downArrow:before { left: 10px; line-height: 38px; }

      .akhbarThemak .cd-popup-container { width: 300px; height: 400px; padding: 24px 10px }
    .akhbarThemak .cd-popup-container h2 { font-size: 18px }
    .akhbarThemak .cd-popup-container h4 { font-size: 12px }
    .akhbarThemak .cd-popup-container .sec { width: 100%; margin-left: 0; margin-bottom: 24px }
    .akhbarThemak .cd-popup-container .sec:nth-child(6n+1) { margin-left: 0; margin-bottom: 0 }
    .akhbarThemak input[type="checkbox"] + label { margin: 0 0 12px; width: 100% }
    .akhbarThemak .cd-popup-container.notify { width: 300px; height: 150px; }
    .akhbarThemak .cd-popup-container .cd-buttons { width: 280px; height: 40px; }
    .akhbarThemak .cd-popup-container .cd-buttons a { width: 135px; height: 40px; line-height: 40px; font-size: 13px; }

     .akhbarThemak{height:586px;}

        .akhbarThemak li img{ width: 100%; height: auto; top: 50%; left: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%) }
            .akhbarThemak { width: calc(100% - 20px); top: 0 !important; margin: 0 10px 40px;height:590px }
    .akhbarThemak li .secName { margin-bottom: 2px; font-size: 11px }
    .akhbarThemak ul li .item .imageCntnr { padding-bottom: calc((110px * 56.25) / 100); width: 110px }
    .akhbarThemak li .cnts { width: calc(100% - 110px); }
    .akhbarThemak li h2 { font-size: 12px; height: auto }
}

