@charset "utf-8";
/*========= Start Scrollbar ============*/
::-webkit-scrollbar
{
    width: 0.5em;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track
{
    box-shadow-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #181818;
	height:50px;
	
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    box-shadow-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,.3);
    background-color: #75b12f;
	
}
/*========= /End Scrollbar ============*/

body {
	font-family: "Eras Demi ITC", "GE Dinar One";
	direction: ltr;
}

a { 
	color:#666; 
	text-decoration:none !important;  
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out; 
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

h1 strong,h2 strong,h3 strong {
	font-weight: normal;
}
h1 {
	font-size: 16px;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px; 
	font-weight: bold;
}
h5 {
	font-size: 13px;
	font-weight: bold;
}
h6 {
	font-weight: bold;
}
h1,h2,h3 {
	text-transform: none;
	color: #aaa; 
	border-bottom: solid 1px #eee; 
	padding-bottom: 5px;
	display: contents;
}

input[type="text"], input[type="password"], select, textarea {
	padding: 5px; 
	border: solid 1px #ccc; 
	width: 200px;
	max-width: 100%;
}

.Articles-Font {
	font-family: "Tahoma";
	padding: 15px 15px 50px 15px;
	line-height: 30px;
}
.Articles-Font ul {
	list-style-type: disc;
	padding: 0px 0 0 30px;
}


.ad_list #list_head h1 { 
	border:none; 
	float:left;  
	width:auto; 
}

.btn-form, .sub_button {
	width: 100%;
	height: 47px;
	border-radius: 0;
    border: none;
	background-color: #75b12f;
	color: #fff;
	margin: 10px 0;
}
.btn-delact {
	width: 100%;
	height: 47px;
	border-radius: 0;
    border: none;
	background-color: #565656;
	color: #fff;
}
.btn-green, .btn-green:hover, .btn-green:focus, .btn-green:active {
  background-color: #75b12f!important;
  color: #ffffff!important;
  border-radius: 0;
  border: none;
  height: 47px;
}

.content { 
	padding: 20px 10px;  
}

.count{
	position: unset!important;
	margin-left: 5px;  

}

fieldset {
	min-width: 100%;
}

form {
	display: flex;
	min-width: 100%;
}

.flashmessage-info, .flashmessage-ok {
    background-color: #75b12f;
    border: solid 2px #96c95b;
    color: #fff;
	padding: 20px;
}
.flashmessage .ico-close {
    position: absolute;
    top: 11px;
    right: 0px;
    float: right;
    font-size: 24px;
    line-height: 16px;
    color: white;
    text-shadow:none;
    text-decoration:none;
    font-weight: bold;
    cursor: pointer;
}

.form-control:focus {
  border-color: #75b12f;
  box-shadow: none;
}

.home #main .categories { 
	margin:25px 0; 
}
.home #main .latest_ads .see_more_link { 
	font-size:14px; 
	padding:15px 20px 0; 
	text-align:right;
}

.item #main { 
	float:right; 
	width:69%;
}

.list .filters input[type="text"], .list .filters input[type="password"], .list .filters select, .list .filters textarea{
	width: 100%; 
}

.odd td, .odd, .premium_odd td, .premium_odd { 
	background-color:#f5f5f5;
	/*line-height: 50px;*/
	border-bottom: 1px solid #ccc;
}

.paginate a:hover, .paginate .searchPaginationSelected {
	color: #fff; 
	background-color: #75b12f; 
	padding: 10px;
	border-radius: 3px;
}

.premium_label {
	background-color: #75b12f;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    float: left;
	margin: 5px 10px 0 0;
}

.tabberlive .tabbertab {
	padding:10px; 
	border:1px solid #DFDFDF; 
	border-top:0;
	background-color:#ccc;
}

table.grid td,.related_ads table td { 
	border-bottom:1px solid #ccc; 
	padding:8px; 
	vertical-align:top; 
	align-content: center;
}

ul.tabbernav li a{
	padding: 3px 0.5em;
	margin-left: 3px;
	border:1px solid #DFDFDF;
	border-bottom: none;
	background: #F1F1F1;
	text-decoration: none;
	color:#999999;
}
ul.tabbernav li a:hover{
	color: #000;
}
ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:hover{
	color: #333333;
	background-color: #c6e1a6;
	border-bottom: 1px solid #c6e1a6;
}

ul {
	margin-bottom: 0;
	padding-left: 0;
}

div.breadcrumb { 
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

ul.breadcrumb li { float: left; padding: 0 2px; }

.ui-dialog .ui-dialog-buttonpane button {
	width:100px;
}

#item_head  { 
	border-bottom:1px solid #999;
	margin: 0 0 10px 0;
}

iframe {
	width: 100%;
	height: 450px;
}
.iframe-container {
        position: relative;
        width: 100%;
        overflow: hidden; /* Hides content that might overflow during resizing */
	    margin: 20px 0 20px 0;
	    /* aspect-ratio: 16 / 9; */
	padding: 10px;
	  --b: 5px;   /* thickness of the border */
      --c: #ccc;   /* color of the border */
      --w: 20px;  /* width of border */
  

  border: var(--b) solid #0000; /* space for the border */
  --_g: #0000 90deg,var(--c) 0;
  --_p: var(--w) var(--w) border-box no-repeat;
  background:
    conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--_g)) 0    0    / var(--_p),
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g)) 100% 0    / var(--_p),
    conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--_g)) 0    100% / var(--_p),
    conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--_g)) 100% 100% / var(--_p);
    }
.flashing-text {
	color: red;
  animation: blinker 1s linear infinite; /* Apply the animation */
}
@keyframes blinker {
  50% {
    opacity: 0; /* At 50% of the animation, make the text invisible */
  }
}


@media (min-width: 576px) {
	#Pub-Date {
	float: right;
}
}
@media (max-width: 768px) {
	.container, .container-md, .container-sm {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	input[type="text"], input[type="password"], select, textarea {
	border-radius: 5px;
}
	.btn-form, .btn-delact, .sub_button {
	border-radius: 5px;
}
	.btn-green {
		border-radius: 0 5px 5px 0;
	}
	.item #main {
		width: auto;
	}

}


