@charset "utf-8";
html {
  direction: rtl;
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
}
.col-3.col-lg-3.col-sm-12 {
    float: left;
}

h1, h2, h3, h4 {
  font: inherit;
  margin: 0;
}
button#show_side a i {
    color: white;
}
nav button.buttonsearch:hover, button.buttonsearch:hover i {
    background-color: transparent;
    color: #fff !important;
}
.section_top_coodek table tr td i {
    color: #947a5a;
}
.section_top_coodek table tr td p {
    color: #947a5a;
}
.directional_nav {
    display: none;
}
ul, ol {
  display: list-item;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
h3.h3_hover_coodek {
    position: relative;
    z-index: 10000;
    margin-top: -26%;
    text-align: center;
    color: #000000;
    background-color: #ffffffb3;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
}
img.icon_foter_coodek {
    width: 100%;
    max-width: 40px;
}
.icons_footer {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
input, textarea, button{
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a {
  color: #A48158;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  color: #C19A6B;
  text-decoration: none;
  outline: medium none;
}
body {
  background-color: #ffffff;
  color: #444444;
  font: 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  overflow-x: hidden;
}
/* = Start Code
-------------------------------------------------------------- */
#topheader {
    background-color: #A48158;
    box-shadow: 0 1px 0 0 #dfdfea;
    height: 5px;
    position: relative;
}
#topheader .datetime {
  color: #62686b;
  float: right;
  font-size: 14px;
  line-height: 50px;
}
#topheader .visitorarea {
  float: left;
  margin: 7px 0;
}
#topheader .visitorarea a {
  background-color: #8F6E48;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  position: relative;
  text-align: center;
  width: 40px;
}
#topheader .visitorarea a:hover {background-color: #8F6E48;}
#topheader .userarea {
  float: left;
  margin: 7px 0;
}
#topheader .userarea a.count_alarm {
  background-color: #A48158;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 35.5px;
  line-height: 35.5px;
  margin: 0 5px 0 0;
  position: relative;
  text-align: center;
  width: 35.5px;
}
#topheader .userarea a.count_alarm p {
  background-color: #A48158;
  border-radius: 100%;
  bottom: -10px;
  font-size: 12px;
  line-height: 1.42857;
  margin: 0 auto;
  padding: 1px 7px;
  position: absolute;
  right: -10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topheader .userarea a.count_alarm:hover p {background-color: #A48158;}
#topheader .userarea a.count_alarm:hover {background-color: #A48158;}
#topheader .userarea .userwelocme {display: inline-block;}
#topheader .userarea .userwelocme a, #topheader .userarea .userwelocme span {
  color: #A48158;
  display: inline-block;
  font-size: 10px;
  margin: 0 15px 0 0;
}
#topheader .userarea .userwelocme a i.fa, #topheader .userarea .userwelocme span i.fa {
  color: #8F6E48;
  margin: 0 0 0 5px;
}
#topheader .userarea .userwelocme a:hover, #topheader .userarea .userwelocme span:hover {color: #8F6E48;}
#topheader .languagearea {
  float: left;
  margin: 12px auto 12px 25px;
}
#topheader .languagearea a {
  display: inline-block;
  margin: 0 5px 0 0;
}
#topheader .tooltip-arrow {border-bottom-color: #A48158 !important;}
#topheader .tooltip-inner {
  background-color: #8F6E48 !important;
  font-family: "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  white-space: nowrap;
}
header {
  background-color: #ffffff;
  padding: 20px 0;
}
header .logo {
    float: right;
    margin-top: 3%;
}
header .banner {
  float: left;
  line-height: 106px;
}
header .banner img {
  max-height: 106px;
  width: auto !important;
}
header a.buttonmenu {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #A48158;
  display: none;
  float: left;
  font-size: 30px;
  height: 35px;
  line-height: 35px;
  margin: 12px auto;
  width: 35px;
  padding: 0;
}
header a.addpost {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #A48158;
  float: right;
  font-size: 30px;
  height: 35px;
  line-height: 35px;
  margin: 12px auto;
  padding: 0;
  width: 35px;
  text-align: center;
}
.navphone .visitorarea a {
  color: #987851;
  display: block;
  font-size: 14px;
  float: right;
  line-height: 40px;
  width: 50%;
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfea;
  border-left: 1px solid #dfdfea;
  text-align: center;
}
.navphone .userarea a {
  color: #333333;
  display: block;
  font-size: 14px;
  float: right;
  line-height: 40px;
  width: 33.33333%;
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfea;
  border-left: 1px solid #dfdfea;
  text-align: center;
}
.navphone .userarea a {color: #a48158;}
.navphone .userarea a p {
  background-color: #A48158;
  border-radius: 100%;
  font-size: 16px;
  line-height: 1.42857;
  margin: 0 auto;
  padding: 1px 7px;
  display: inline-block;
  color: #ffffff;
}
.navphone .userarea a.count_alarm {font-size: 23px;}
.navphone .userarea a:last-of-type {border-left: none;}
#mySearchModal .modal-dialog {
  margin: 20px auto;
  width: 310px;
}
#mySearchModal .modal-dialog .modal-content {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px;
}
#mySearchModal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
#mySearchModal .modal-dialog .modal-content .modal-body {padding: 0;}
#mySearchModal .modal-dialog .modal-content input[type=text] {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #62686b;
  font-size: 15px;
  height: 40px;
  margin: 0 auto 10px;
  padding: 0 10px;
  width: 100%;
}
#mySearchModal .modal-dialog .modal-content select {
  background: #ffffff url("images/select1.png") no-repeat scroll left center;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  box-shadow: none;
  color: #62686b;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  margin: 0 auto 10px;
  outline: medium none;
  padding: 0 5px;
  position: relative;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#mySearchModal .modal-dialog .modal-content a.showmoresearch {
  background-color: #a98358;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 5px;
  text-align: center;
}
#mySearchModal .modal-dialog .modal-content a.showmoresearch:hover {background-color: #b99770;}
#mySearchModal .modal-dialog .modal-content button[type=submit] {
  background-color: #a98358;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
}
#mySearchModal .modal-dialog .modal-content button[type=submit]:hover {background-color: #b99770;}
.addpostmob {
  display: none;
  margin: 0 auto 15px;
}
.addpostmob a {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #A48158;
  display: block;
  font-size: 19px;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
.addpostmob a i.fa {
  color: #8F6E48;
  font-size: 27px;
  position: absolute;
  right: 10px;
  top: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.addpostmob a:hover {
  background-color: #A48158;
  border-color: #92714a;
  color: #ffffff;
}
.button_div_coodek {
    float: left;
    position: absolute;
}
.addpostmob a:hover i.fa {color: #ffffff;}
nav {
    float: left;
    height: 70px;
    background: #A48158;
    width: 85%;
    border-radius: 4px;
    border-bottom: 3px solid #92714a;
    margin: 5% auto 0;
    direction: ltr;
    text-align: right;
    overflow: hidden;
}
.logo img {
    width: 100%;
    max-width: 140px;
}

.clearfix {
    overflow: hidden;
}
nav .mainmenu {
    float: right;
    padding: 10px 0px;
    text-align: right;
    direction: rtl;
}
nav .mainmenu ul li {
    float: right;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    margin: 0;
    padding: 0;
}
nav .mainmenu ul li a {
  color: #ffffff;
  display: block;
  padding: 0 15px;
}
nav .mainmenu ul li a i.fa {margin: 0 0 0 3px;}
nav .mainmenu ul li:hover a {
    border-radius: 30px;
    background-color: #8F6E48;
	
}
nav .mainmenu ul li ul {
  display: none;
  min-width: 200px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999;
}
nav .mainmenu ul li ul li {
  float: none;
  line-height: normal;
}
nav .mainmenu ul li ul li a {padding: 7px;}
nav .mainmenu ul li ul li:hover a {background-color: #8F6E48;}
nav button.buttonsearch {
    background-color: #8F6E48;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    float: left;
    font-size: 19px;
    line-height: 8px;
    height: 44px;
    margin: 15px 10px;
    width: 48px;
    border-radius: 19px;
	
}
nav button.buttonsearch:hover {
    background-color: #8F6E48;
    color: #fff;

}
#featuredads {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #dfdfea;
  padding: 15px 0 30px;
}
#featuredads h1 {
    color: #A48158;
    font-size: 20px;
    margin: 0 auto 10px;
    border-bottom: solid 1px #A48158c7;
    padding-bottom: 10px;
}
#featuredads .owl-carousel {
  direction: ltr;
  position: relative;
}
#featuredads .owl-carousel .item {
    direction: rtl;
    height: 195px;
    margin: 0 2px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
#featuredads .owl-carousel .item img {
  height: 100%;
  width: 100%;
}
#featuredads .owl-carousel .item span {
  background-color: rgba(31, 138, 181, 0.64);
  color: #ffffff;
  display: block;
  font-size: 17px;
  height: 100%;
  opacity: 0;
  padding: 80px 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#featuredads .owl-carousel .item:hover .h3_hover_coodek {
    color: white;
    background-color: #000000b3;

}
.add_coodek_content {
    width: 100%;
    margin: 20px 0;
    border-bottom: solid 1px #A48158;

}
nav .mainmenu ul li a i {
    display: none;
}
span.span_button {
    float: left;
    background: #A48158;
    border-radius: 4px 4px 0 4px;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    display: block;
    direction: ltr;
    cursor: pointer;
    margin-top: -5px;
}
span.span_text {
    font-size: 18px;
    font-weight: 700;
    color: #A48158;
}
#featuredads .owl-prev {
  background-color: #A48158;
  border-radius: 100%;
  color: #ffffff;
  font-size: 25px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
}
#featuredads .owl-next {
  background-color: #A48158;
  border-radius: 100%;
  color: #ffffff;
  font-size: 25px;
  height: 40px;
  right: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
}
#featuredads .owl-buttons {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#featuredads:hover .owl-buttons {opacity: 1;}
#sidebar, #wrapper {margin: 30px auto 20px;}
#wrapper {padding: 0 0 0 15px;}
#sidebar .tooltip-inner {
  background-color: #A48158;
  font-family: "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  white-space: nowrap;
}
#sidebar .addpost {margin: 0 auto 10px;}
#sidebar .addpost a {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #A48158;
  display: block;
  font-size: 19px;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
#sidebar .addpost a i.fa {
  color: #e8e8f0;
  font-size: 27px;
  position: absolute;
  right: 10px;
  top: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sidebar .addpost a:hover {
  background-color: #A48158;
  border-color: #e8e8f0;
  color: #ffffff;
}
#sidebar .addpost a:hover i.fa {color: #ffffff;}
#sidebar .votingwidget ul li.votopt {
  direction: ltr;
  font-size: 14px;
  margin: 5px auto;
  color: #333333;
}
#sidebar .votingwidget ul li.votopt i {
  margin: 0 0 0 10px;
  color: #A48158;
}
#sidebar .votingwidget ul li label {
  display: block;
  margin: 5px auto;
  font-weight: normal;
  font-size: 15px;
}
#sidebar .votingwidget ul li label input {
  float: right;
  margin: 10px 0 0 6px;
}
#sidebar .searcharea, #sidebar .votingwidget {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 10px;
  padding: 10px;
}
#sidebar .searcharea .title, #sidebar .votingwidget .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
#sidebar .searcharea .title i, #sidebar .votingwidget .title i {
  color: #805F39;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
#sidebar .searcharea input[type=text] {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #62686b;
  font-size: 15px;
  height: 40px;
  margin: 0 auto 10px;
  padding: 0 10px;
  width: 100%;
}
#sidebar .searcharea select {
  background: #ffffff url("images/select1.png") no-repeat scroll left center;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  box-shadow: none;
  color: #62686b;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  margin: 0 auto 10px;
  outline: medium none;
  padding: 0 5px;
  position: relative;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#sidebar .searcharea a.showmoresearch {
  background-color: #A48158;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 5px;
  text-align: center;
}
#sidebar .searcharea a.showmoresearch:hover {background-color: #A48158;}
#sidebar .searcharea button[type=submit] {
  background-color: #A48158;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
}
#sidebar .searcharea button[type=submit]:hover {background-color: #A48158;}
#sidebar .storeinfo {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 10px;
  padding: 10px;
}
#sidebar .storeinfo .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
#sidebar .storeinfo .title i {
  color: #805F39;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
#sidebar .storeinfo .imgthumb {
    border: 1px solid #dbd9db;
    border-radius: 5px;
    height: 170px;
    margin: 0 auto 15px;
    overflow: hidden;
    width: 190px;
}
#sidebar .storeinfo .imgthumb img {
    height: 100%;
    width: 100%;
}
#sidebar .storeinfo ul li {
  background-color: #f4f4f4;
  color: #A48158;
  direction: ltr;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}
#sidebar .storeinfo ul li span {
  background-color: #A48158;
  color: #ffffff;
  float: right;
  font-size: 19px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sidebar .storeinfo ul li:hover span {background-color: #A48158;}
#sidebar .storeinfo .social {text-align: center;}
#sidebar .storeinfo .social ul li {
  display: inline-block;
  margin: 0 2px;
}
#sidebar .storeinfo .social ul li a {
  background-color: #A48158;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
#sidebar .storeinfo .social ul li a:hover {background-color: #A48158;}
#sidebar .usercontrolpanel {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 10px;
  padding: 10px;
}
#sidebar .usercontrolpanel .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
#sidebar .usercontrolpanel .title i {
  color: #805F39;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
#sidebar .usercontrolpanel ul {margin: 0 -5px;}
#sidebar .usercontrolpanel ul li {
  float: right;
  margin: 5px auto;
  padding: 0 5px;
  width: 25%;
}
#sidebar .usercontrolpanel ul li a {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #888888;
  display: block;
  text-align: center;
}
#sidebar .usercontrolpanel ul li a span {
  color: #cacadb;
  display: block;
  font-size: 30px;
  line-height: 50px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sidebar .usercontrolpanel ul li a p {
  color: #ff0000;
  display: inline-block;
  margin: 0 2px 0 0;
}
#sidebar .usercontrolpanel ul li a:hover {
  background-color: #A48158;
  border-color: #A48158;
  color: #ffffff;
}
#sidebar .usercontrolpanel ul li a:hover span {color: #ffffff;}
#sidebar .linksarea {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 10px;
  padding: 10px;
}
#sidebar .linksarea .linkssection a {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #cacadb;
  display: block;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
#sidebar .linksarea .linkssection a:hover {
  background-color: #A48158;
  border-color: #A48158;
  color: #ffffff;
}
#sidebar .linksarea .socialsection a {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 40px;
  line-height: 90px;
  margin: 0 auto 10px;
  text-align: center;
  width: 100%;
}
#sidebar .linksarea .socialsection a i.fa {
  display: block;
  line-height: 80px;
}
#sidebar .linksarea .socialsection a.facebook {background-color: #3b5998;border-color: #3b5998;}
#sidebar .linksarea .socialsection a.facebook:hover {background-color: #274584;border-color: #274584;}
#sidebar .linksarea .socialsection a.twitter {background-color: #55acee;border-color: #55acee;}
#sidebar .linksarea .socialsection a.twitter:hover {background-color: #4198da;border-color: #4198da;}
#sidebar .linksarea .socialsection a.instagram {background-color: #A48158;border-color: #A48158;}
#sidebar .linksarea .socialsection a.instagram:hover {background-color: #A48158;border-color: #A48158;}
#sidebar .linksarea .socialsection a.google {background-color: #dd4b39;border-color: #dd4b39;}
#sidebar .linksarea .socialsection a.google:hover {background-color: #c93725;border-color: #c93725;}
#sidebar .categorylist {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 10px;
  padding: 10px;
}
#sidebar .categorylist .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
#sidebar .categorylist .title i {
  color: #A48158;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
#sidebar .categorylist a {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  display: block;
  height: 90px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#sidebar .categorylist a img {
  height: 100%;
  width: 100%;
}
#sidebar .categorylist a.more-cat {
  background-color: #A48158;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}
#sidebar .categorylist a.more-cat:hover {background-color: #A48158;}
#sidebar .banner3 {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 10px;
}
#sidebar .banner3 img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
#sidebar .searchitems {
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px;
}
#sidebar .searchitems span.label {
    display: inline-block;
    font-size: 13px;
    padding: 7px 10px;
}
#sidebar .searchitems .checkbox label {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    padding: 0 25px 0 0;
}
#sidebar .searchitems .checkbox input {
    margin: 0 -25px 0 5px;
    position: relative;
    top: 2px;
}
#sidebar .searchitems .checkbox label strong.red { color: #ff0000 }
#sidebar .searchitems button {
    background-color: #A48158;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    padding: 0 20px;
    text-align: center;
}
#sidebar .searchitems button:hover { background-color: #A48158 }
#sidebar .searchitems .searchaboutnun { margin: 20px auto 0 }
#sidebar .searchitems .searchaboutnun input {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    color: #A48158;
    float: right;
    font-size: 14px;
    height: 40px;
    margin: 0 auto 10px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 80%;
}
#sidebar .searchitems .searchaboutnun button {
    float: left;
    font-size: 18px;
    height: 40px;
    padding: 0;
    width: 18%;
}
#sidebar .searchitems .moreModels {
    color: #A48158;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0 auto 10px;
    text-decoration: underline;
}
/* End Sidebar */
#wrapper .homebar {margin: 0 auto 15px;}
#wrapper .homebar select {
  background: #ffffff url("images/select2.png") no-repeat scroll left center;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  box-shadow: none;
  color: #A48158;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  outline: medium none;
  padding: 0 10px;
  position: relative;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#wrapper .homebar button {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  width: 100%;
}
#wrapper .homebar button:hover {background-color: #af8c62;}
#wrapper .homebar .showposts ul {border: medium none;}
#wrapper .homebar .showposts ul li {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
}
#wrapper .homebar .showposts ul li a {
  background-color: #dedee6;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 50px;
}
#wrapper .homebar .showposts ul li.active a {color: #A48158;}
#wrapper .postshometable table th {
  background-color: #A48158;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}
#wrapper .postshometable table th:first-child {text-align: right;}
#wrapper .postshometable table th a {
  background-color: #A48158;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  margin: 10px auto;
  width: 35px;
}
#wrapper .postshometable table th a:hover {background-color: #A48158;}
#wrapper .postshometable table tbody tr {background-color: #fbf7f4;font-family: tahoma;}
#wrapper .postshometable table tbody tr:nth-child(2n) {background-color: #f4ece1;}
#wrapper .postshometable table td {
  border-bottom: 8px solid #ffffff;
  border-top: medium none;
  box-shadow: 0 -1px 0 0 #e5e8ea inset;
  line-height: normal;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}
#wrapper .postshometable table td:last-child {padding: 0;}
#wrapper .postshometable table td i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
#wrapper .postshometable table td span {
    display: block;
    margin: 0 auto 15px;
    text-align: right;
    font: 16px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
    font-weight: bold;
}
#wrapper .postshometable table td span a {color: #000000;}
#wrapper .postshometable table td span a:hover {color: #805F39;}
#wrapper .postshometable table td p {
    color: #00000;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    font: 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
}
.section_top_coodek {
    text-align: center;
}
.content_top_coodek {
    display: inline-flex;
}
.sect_top_coodek {
    padding: 20px;
    border: solid 1px #e0e0e0;
    width: 100px;
    height: 100px;
    font-size: 16px;
    color: #7b7b7b;

}
.section_top_coodek table {
    width: 100%;
    border-collapse: collapse;
    color: #8a8a8a;

}
.section_top_coodek table tr td {
    border: solid 1px #c1c1c1;
    padding: 10px;

    font-size: 16px;
}
.section_top_coodek table tr td a i {
    font-size: 20px;
}
.sect_top_coodek i {
    font-size: 20px;
}
.section_top_coodek {
    display:none;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index: 100;
    left: 0;
    right: 0;
}
#wrapper .postshometable table td p a {color: #000000;}
#wrapper .postshometable table td p a:hover {color: #805F39;}
#wrapper .postshometable table td p i.fa {
    background-color: #A48158;
    border-radius: 3px;
    box-shadow: 1px 1px 0 0 #d7dde0;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 3px;
    text-align: center;
    width: 30px;
}
#wrapper .postshometable table tbody tr:nth-child(2n) td p i.fa {background-color: #A48158;}
#wrapper .postshometable table td img {
  display: block;
  height: 75px;
  width: 100%;
}
#wrapper .postshometable table td table {
    margin: 0 auto;
    text-align: right;
    width: 55%;
    direction: rtl;
    float: right;
}
span.subtitle_slide {
display: table;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    padding: 5px 40px;
}
#wrapper .postshometable table td table td {
  border: medium none;
  box-shadow: none;
  padding: 0;
  text-align: right;
}
#wrapper .postshometable table td table tr:nth-child(2n) td {
  background-color: #fbf7f4;
  width: 28%;
}
#wrapper .postshometable table tr:nth-child(2n) td table tr td {
    background-color: #f4ece1;

}
#wrapper .postshometable .col-lg-3:nth-child(4n+1) {clear: both;}
#wrapper .postshometable .postitem {
  border: 1px solid #e8e8f0;
  margin: 10px auto;
}
#wrapper .postshometable .postitem .imgthumb {
  height: 170px;
  overflow: hidden;
  position: relative;
}
#wrapper .postshometable .postitem .imgthumb img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .postshometable .postitem:hover .imgthumb img {opacity: 0.5;}
#wrapper .postshometable .postitem .imgthumb span {
  background-color: #A48158;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#wrapper .postshometable .postitem p {margin: 0 auto;}
#wrapper .postshometable .postitem p a {
  background-color: #ffffff;
  color: #A48158;
  display: block;
  font-size: 15px;
  line-height: 24px;
  padding: 5px;
  text-align: center;
}
#wrapper .postshometable .postitem:hover p a {
  background-color: #A48158;
  color: #fff;
}
#wrapper .homestores {margin: 0 auto 15px;}
#wrapper .homestores .title {
  background-color: #A48158;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
#wrapper .homestores .title span {
  color: #ffffff;
  display: block;
  float: right;
  font-size: 17px;
}
#wrapper .homestores .title a {
  background-color: #A48158;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  margin: 5px auto;
  text-align: center;
  width: 35px;
}
#wrapper .homestores .title a:hover {background-color: #A48158;}
#wrapper .homestores .postitem {
  margin: 15px auto;
  overflow: hidden;
}
#wrapper .homestores .postitem .imgthumb {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  height: 180px;
  overflow: hidden;
  padding: 5px;
}
#wrapper .homestores .postitem .imgthumb img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .homestores .postitem:hover .imgthumb img {opacity: 0.5;}
#wrapper .homestores .postitem span a {
  background-color: #A48158;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 7px;
  text-align: center;
}
#wrapper .homestores .postitem:hover span a {
   background-color: #ffffff;
    color: #A48158;

}
.loginpage {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 15px auto;
  padding: 20px;
  width: 50%;
}
.loginpage .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.loginpage form.form-horizontal label {
  color: #62686b;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: right;
}
.loginpage form.form-horizontal input.form-control {
  color: #62686b;
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
}
.loginpage form.form-horizontal .checkbox {padding: 0;}
.loginpage form.form-horizontal .checkbox label {
  font-size: 15px;
  line-height: 40px;
  min-height: auto;
  padding: 0 20px 0 0;
}
.loginpage form.form-horizontal .checkbox label input {margin: 13px -20px 0 0;}
.loginpage a.resetpass {
  color: #8F6E48;
  display: block;
  font-size: 15px;
  line-height: 40px;
}
.loginpage a.resetpass:hover {color: #A48158;}
.loginpage form.form-horizontal button {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 50px auto 0;
  padding: 0 25px;
  text-align: center;
  width: 30%;
}
.loginpage form.form-horizontal button:hover {background-color: #8F6E48;}
.forgetpasswordpage {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 50px auto;
  padding: 20px;
  width: 50%;
}
.forgetpasswordpage .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.forgetpasswordpage form.form-horizontal label {
  color: #62686b;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: right;
}
.forgetpasswordpage form.form-horizontal input.form-control {
  color: #62686b;
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
}
.forgetpasswordpage form.form-horizontal a {
  color: #A48158;
  display: block;
  font-size: 15px;
  line-height: 40px;
}
.forgetpasswordpage form.form-horizontal button {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-align: center;
}
.forgetpasswordpage form.form-horizontal button:hover {background-color: #A48158;}
.registerpage {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 15px auto;
  padding: 20px;
}
.registerpage .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.registerpage .promise {
  font-size: 15px;
  height: 400px;
  overflow-y: scroll;
}
.registerpage .checkbox {
  font-size: 15px;
  margin: 0 auto 15px;
}
.registerpage .checkbox input {margin: 10px -20px 0 0;}
.registerpage form.form-horizontal label {
  color: #62686b;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: right;
}
.registerpage form.form-horizontal input.form-control {
  color: #62686b;
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
}
.registerpage form.form-horizontal select {
  background: #ffffff url("images/select2.png") no-repeat scroll left center;
  border-radius: 4px;
  color: #62686b;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  outline: medium none;
  padding: 0 10px;
  position: relative;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.registerpage button {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  padding: 0 25px;
  text-align: center;
}
.registerpage button:hover {background-color: #A48158;}
.contactpage {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 50px;
  padding: 20px;
}
.contactpage .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.contactpage .infotxt {
  border-bottom: 1px solid #e8e8f0;
  color: #000000;
  font-size: 15px;
  margin: 0 auto 20px;
  padding: 0 0 15px;
}
.contactpage form.form-horizontal label {
  color: #62686b;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: right;
}
.contactpage form.form-horizontal input.form-control {
  color: #62686b;
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
}
.contactpage form.form-horizontal textarea.form-control {
  color: #62686b;
  font-size: 15px;
  padding: 10px;
}
.contactpage button {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  padding: 0 25px;
  text-align: center;
}
.contactpage button:hover {background-color: #A48158;}
.newpostusers {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 30px;
  padding: 20px;
}
.newpostusers .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.newpostusers .promise {
  font-size: 15px;
  height: 400px;
  overflow-y: scroll;
}
.newpostusers .checkbox {
  font-size: 15px;
  margin: 15px auto;
}
.newpostusers .checkbox input { margin: 10px -20px 0 0;}
.newpostusers .alert_success_msg {
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
.newpostusers .alert_success_msg a.btn {
  display: inline-block;
  margin: 5px 10px 0;
  padding: 5px 20px;
}
.newpostusers form.form-horizontal label {
  color: #62686b;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: right;
}
.newpostusers form.form-horizontal input.form-control {
  color: #62686b;
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
}
.newpostusers form.form-horizontal input.form-control[type=file] {padding: 0;}
.newpostusers form.form-horizontal select {
  background: #ffffff url("images/select2.png") no-repeat scroll left center;
  border-radius: 4px;
  color: #62686b;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  outline: medium none;
  padding: 0 10px;
  position: relative;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.newpostusers .col-md-4:nth-child(3n+1) {clear: both;}
.newpostusers button, .newpostusers input.add_post {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  padding: 0 25px;
  text-align: center;
}
.newpostusers button:hover, .newpostusers input.add_post:hover { background-color: #A48158;}
div.tagsinput div {float: right !important;}
div.tagsinput span.tag {
  float: right !important;
  font-family: "Droid Arabic Kufi" !important;
  margin: 3px 5px !important;
  padding: 1px 10px !important;
}
div.tagsinput input {
  font-family: "Droid Arabic Kufi" !important;
  font-size: 15px !important;
  min-width: 100px;
}
#wrapper .neworders { margin: 0 auto 20px }
#wrapper .neworders .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 10px;
    overflow: hidden;
}
#wrapper .neworders .title span {
    background-color: #805F39;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 15px;
}
#wrapper .neworders .title span i {
    float: right;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin: 0 0 0 10px;
}
#wrapper .neworders table thead { border: 1px solid #dadada }
#wrapper .neworders table th {
    background-color: #ffffff;
    border-bottom: medium none;
    color: #445668;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
#wrapper .neworders table tbody tr { background-color: #f8f8f8 }
#wrapper .neworders table tbody tr:nth-child(2n) { background-color: #ecf0f1 }
#wrapper .neworders table tbody tr td {
    border-bottom: 1px solid #ffffff;
    border-top: medium none;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
}
#wrapper .neworders table tbody tr td a { color: #805F39 }
#wrapper .neworders table tbody tr td a:hover { color: #805F39 }
#wrapper .neworders table tbody tr td i.fa.gold {
    color: #ffd700;
    font-size: 19px;
}
#wrapper .neworders table tbody tr td i.fa.grey {
    color: #808080;
    font-size: 19px;
}
#wrapper .banner2, #wrapper2 .banner2 { overflow: hidden }
#wrapper .banner2 img, #wrapper2 .banner2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#wrapper ul.pagination {
  display: table;
  margin: 0 auto;
  text-align: center;
}
#wrapper ul.pagination li a {
  color: #A48158;
  font-size: 18px;
  padding: 5px 15px;
}
#wrapper ul.pagination li span {
    background-color: #A48158;
    border-color: #A48158;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 15px;
}
#wrapper ul.pagination li.disabled span {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #000000;
}
/* End Wrapper */
.blacklistpage {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  padding: 20px;
}
.blacklistpage .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.blacklistpage .content form label {
  color: #444444;
  font-size: 17px;
  font-weight: normal;
  line-height: 40px;
  margin: 0 auto;
}
.blacklistpage .content form input[type=text] {
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
}
.blacklistpage .content form input[type=submit] {
  background-color: #A48158;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0 30px;
  width: 100%;
}
.blacklistpage .content form input[type=submit]:hover {background-color: #A48158;}
.blacklistpage .content table.table {border-top-color: #805F39;}
.blacklistpage .content table.table thead th {
  background-color: #A48158;
  border-color: #805F39;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.blacklistpage .content table.table tbody td {
  background-color: #fafafa;
  color: #A48158;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.loginpage .sociallogin .facebook {
  margin-top: 5px;
}

.loginpage .sociallogin .facebook a {
  padding: 9px;
  font-size: 15px;
}
/* pageview */
.pageview {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  padding: 20px;
}
.pageview .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.pageview .content {
  color: #000000;
  font-size: 16px;
  overflow: hidden;
  word-break: normal !important;
}
.pageview .content time {
  color: #805F39;
  display: block;
  margin: 0 auto 10px;
}
/* End pageview */
/* resetpass */
.resetpass .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 3px;
    overflow: hidden;
}
.resetpass .title span {
    background-color: #A48158;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    min-width: 20%;
    padding: 0 15px;
    text-align: center;
}
.resetpass .content {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    padding: 15px;
}
.resetpass .content form.form-horizontal label {
    color: #535353;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
    padding: 0 15px;
    text-align: right;
}
.resetpass .content form.form-horizontal input.form-control {
    font-size: 13px;
    height: 40px;
    padding: 0 10px;
}
.resetpass .content form.form-horizontal button {
    background-color: #805F39;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    padding: 0 25px;
    text-align: center;
}
.resetpass .content form.form-horizontal button:hover { background-color: #805F39 }
/* End resetpass */
/* inboxpage */
.inboxpage .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 3px;
    overflow: hidden;
}
.inboxpage .title span {
    background-color: #805F39;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    min-width: 20%;
    padding: 0 15px;
    text-align: center;
}
.inboxpage .title a.more {
    color: #2f2e2f;
    float: left;
    font-weight: bold;
    line-height: 45px;
    margin: 0 15px;
}
.inboxpage .title a.more:hover { color: #A48158 }
.inboxpage .content {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    padding: 15px;
}
.inboxpage .content .txtmessage1 {
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #000000;
    margin: 15px auto;
    padding: 15px;
}
.inboxpage .content .txtmessage2 {
    background-color: rgba(57, 186, 215, 0.2);
    border: 1px solid rgba(57, 186, 215, 0.3);
    border-radius: 5px;
    color: #000000;
    margin: 15px auto;
    padding: 15px;
}
.inboxpage .content .txtmessage1 span.time,
.inboxpage .content .txtmessage2 span.time {
    color: #888888;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    line-height: normal;
    margin: 0 auto 10px;
    text-align: left;
}
/* End inboxpage */
/* inboxpagemessage */
.inboxpagemessage {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 30px;
  padding: 20px;
}
.inboxpagemessage .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.inboxpagemessage .content table.table { border-top-color: #8F6E48; }
.inboxpagemessage .content table.table thead th {
  background-color: #A48158;
  border-color: #8F6E48;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.inboxpagemessage .content table tbody tr { background-color: #f8f8f8 }
.inboxpagemessage .content table tbody tr:nth-child(2n) { background-color: #ecf0f1 }
.inboxpagemessage .content table.table tbody td {
  color: #A48158;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.inboxpagemessage .content table tbody tr td a { color: #A48158 }
.inboxpagemessage .content table tbody tr td a:hover { color: #805F39 }
.inboxpagemessage .content button {
    font-weight: bold;
    font-size: 13px;
    padding: 7px 15px;
}
/* End inboxpagemessage */
/* checkaccpage */
.checkaccpage .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 3px;
    overflow: hidden;
}
.checkaccpage .title span {
    background-color: #A48158;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    min-width: 20%;
    padding: 0 15px;
    text-align: center;
}
.checkaccpage .content {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    padding: 15px;
}
.checkaccpage .content h1 {
    font-size: 16px;
    font-weight: bold;
}
.checkaccpage .content h2 { font-size: 14px }
.checkaccpage .content form input.form-control {
    font-size: 13px;
    height: 40px;
    margin: 10px auto 0;
    padding: 0 10px;
}
.checkaccpage .content span.red {
    color: #ff0000;
    display: block;
    font-size: 14px;
    margin: 4px auto 15px;
}
.checkaccpage .content form.form-horizontal button {
    background-color: #A48158;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    padding: 0 25px;
    text-align: center;
}
.checkaccpage .content form.form-horizontal button:hover { background-color: #A48158 }
/* End checkaccpage */
/* advsearchpage */
.advsearchpage {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 30px;
  padding: 20px;
}
.advsearchpage .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.advsearchpage .content form.form-horizontal {
  border-bottom: 1px solid #eeeeee;
  margin: 0 auto 15px;
  padding: 0 0 15px;
}
.advsearchpage .content form.form-horizontal label {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: right;
}
.advsearchpage .content form.form-horizontal input.form-control {
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
}
.advsearchpage .content form.form-horizontal select {
    background: #ffffff url("images/selectarrow.png") no-repeat scroll left center;
    border: 1px solid #dbd9db;
    border-radius: 3px;
    box-shadow: none;
    color: #A48158;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    margin: 0 auto 10px;
    outline: medium none;
    padding: 0 5px;
    position: relative;
    text-indent: 1px;
    text-overflow: "";
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.advsearchpage .content form.form-horizontal button {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  padding: 0 25px;
  text-align: center;
}
.advsearchpage .content form.form-horizontal button:hover { background-color: #805F39 }
.advsearchpage .content table {width: 100%;}
.advsearchpage .content table.table thead th {
  background-color: #805F39;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.advsearchpage .content table.table thead th:first-child {border-left: 1px solid #ffffff;}
.advsearchpage .content table.table thead th i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
.advsearchpage .content table.table thead th:nth-child(2n) {text-align: right;}
.advsearchpage .content table.table thead th:last-child {background-color: #0e84b4;}
.advsearchpage .content table.table thead th a {
  color: #ffffff;
  display: block;
}
.advsearchpage .content table tbody tr {background-color: #ffffff;font-family: tahoma;}
.advsearchpage .content table tbody tr:nth-child(2n) {background-color: #f5f7f8;}
.advsearchpage .content table td {
  border-bottom: 8px solid #ffffff;
  border-top: medium none;
  box-shadow: 0 -1px 0 0 #e5e8ea inset;
  line-height: normal;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.advsearchpage .content table td:last-child {padding: 0;}
.advsearchpage .content table td i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
.advsearchpage .content table td span {
  display: block;
  font-size: 19px;
  margin: 0 auto 5px;
  text-align: right;
}
.advsearchpage .content table td span a {color: #07ac1e;}
.advsearchpage .content table td span a:hover {color: #805F39;}
.advsearchpage .content table td p {
  color: #75868f;
  display: block;
  font-size: 14px;
  margin: 0 auto;
}
.advsearchpage .content table td p a {color: #75868f;}
.advsearchpage .content table td p a:hover {color: #805F39;}
.advsearchpage .content table td p i.fa {
  background-color: #fbfbfb;
  border-radius: 3px;
  box-shadow: 1px 1px 0 0 #d7dde0;
  color: #97aab3;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 30px;
}
.advsearchpage .content table tbody tr:nth-child(2n) td p i.fa {background-color: #ffffff;}
.advsearchpage .content table td img {
  display: block;
  height: 95px;
  width: 100%;
}
.advsearchpage .content table td table {margin: 0 auto;}
.advsearchpage .content table td table td {
  border: medium none;
  box-shadow: none;
  padding: 0;
  text-align: right;
}
.advsearchpage .content table td table tr:nth-child(2n) td {
  background-color: #ffffff;
  width: 28%;
}
.advsearchpage .content table tr:nth-child(2n) td table tr td {background-color: #f5f7f8;}
/* End advsearchpage */
/* reportpage */
.reportpage .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 3px;
    overflow: hidden;
}
.reportpage .title span {
    background-color: #A48158;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    min-width: 20%;
    padding: 0 15px;
    text-align: center;
}
.reportpage .content {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    padding: 15px;
}
.reportpage .content form.form-horizontal label {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    padding: 0 15px;
    text-align: right;
}
.reportpage .content form.form-horizontal input.form-control {
    font-size: 13px;
    height: 40px;
    padding: 0 10px;
}
.reportpage .content form.form-horizontal button {
    background-color: #A48158;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    padding: 0 25px;
    text-align: center;
}
.reportpage .content form.form-horizontal button:hover { background-color: #805F39 }
/* End reportpage */
/* paginationarea */
.paginationarea {
    font-size: 17px;
    text-align: center;
}
.paginationarea ul.pagination { margin: 0 auto }
.paginationarea ul.pagination li a,
.paginationarea ul.pagination li span { padding: 3px 10px }
/* End paginationarea */
/* controlpage */
.controlpage {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 30px;
  padding: 20px;
}
.controlpage .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.controlpage .content .transactionlinks {
  margin: 0 auto 20px;
  text-align: center;
}
.controlpage .content .transactionlinks a {
  background-color: #A48158;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 0 20px;
  padding: 4px 30px;
}
.controlpage .content .transactionlinks a.active {
  background-color: #A48158;
  color: #ffffff;
}
.controlpage .content table.table {border-top-color: #3c3976;}
.controlpage .content table.table thead th {
  background-color: #A48158;
  border-color: #3c3976;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.controlpage .content table.table tbody td {
  background-color: #fafafa;
  color: #A48158;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.controlpage .content table.table tbody td span.label {
  display: block;
  padding: 14px;
}
.controlpage .content table.table tbody tr.alert-danger td {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.controlpage .content form.form-horizontal label {
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: right;
  font-family: tahoma;
}
.controlpage .content form.form-horizontal input.form-control {
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
}
.controlpage .content form.form-horizontal input.form-control[type=file] {padding: 0;}
.controlpage .content form.form-horizontal span,
.controlpage .content form.form-horizontal small {
    color: #777777;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    margin: 5px auto 0;
}
.controlpage .content form.form-horizontal label span {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #222222;
}
.controlpage .content form.form-horizontal .checkbox {
  line-height: 40px;
  color: #000000;
  font-size: 15px;
  padding: 0 20px 0 0;
  font-family: tahoma;
}
.controlpage .content form.form-horizontal .checkbox input {margin: 13px -20px 0 0;}
.controlpage .content form.form-horizontal select {
    background: #ffffff url("images/selectarrow.png") no-repeat scroll left center;
    border: 1px solid #dbd9db;
    border-radius: 3px;
    box-shadow: none;
    color: #A48158;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    margin: 0 auto 10px;
    outline: medium none;
    padding: 0 5px;
    position: relative;
    text-indent: 1px;
    text-overflow: "";
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.controlpage .content form.form-horizontal button {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  padding: 0 25px;
  text-align: center;
}
.controlpage .content form.form-horizontal button:hover { background-color: #A48158 }
.controlpage .content .controlpage .title span {
  color: #ffffff;
  font-family: "Droid Arabic Kufi";
  margin: 0 auto;
}
/* End controlpage */
/* notificationspage */
.notificationspage {margin: 0 auto 20px;}
.notificationspage .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 3px;
    overflow: hidden;
}
.notificationspage .title span {
    background-color: #805F39;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    min-width: 20%;
    padding: 0 15px;
    text-align: center;
}
.notificationspage .content {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    padding: 15px;
}
.notificationspage .content ul li {
    color: #999999;
    display: list-item;
    font-family: tahoma;
    font-size: 16px;
    line-height: normal;
    list-style: inside none disc;
    margin: 0 auto 15px;
}
.notificationspage .content ul li a { color: #A48158 }
.notificationspage .content ul li a:hover { color: #ffb339 }
.notificationspage .content .alert.alert-warning {
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}
/* End notificationspage */
.alert.alert-warning {
    line-height: normal;
    margin: 15px auto;
    padding: 10px;
}
.commentlist { margin: 20px auto }
.commentsingle {
  background-color: #fafafa !important;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 15px auto;
  overflow: hidden;
}
.commentsingle .title {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e8e8f0;
  color: #555555;
  line-height: 30px;
  padding: 5px 15px;
}
.commentsingle .title h1 {
  display: block;
  float: right;
  font-family: "Droid Arabic Kufi","Play";
  font-size: 15px;
}
.commentsingle .title h1 a { color: #805F39 }
.commentsingle .title h1 a:hover { color: #da134d }
.commentsingle .title span.ago {
  color: #777777;
  float: left;
  font-size: 14px;
}
.commentsingle .content {
    color: #444444;
    font-size: 14px;
    padding: 10px;
}
/* End singlepage */
/* tagsblock */
.tagsblock {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    font-size: 14px;
    margin: 20px auto;
    padding: 10px;
}
.tagsblock span {
    color: #A48158;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 5px;
}
.tagsblock a {
    background-color: #A48158;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    margin: 0 2px 4px;
    padding: 1px 5px;
}
.tagsblock a:hover { background-color: #0084a5 }
/* End tagsblock */
/*  */
.store-page .abouttager {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 15px;
  padding: 10px;
}
.store-page .abouttager .imgthumb {
  border: 1px solid #e8e8f0;
  float: right;
  height: 65px;
  overflow: hidden;
  width: 65px;
}
.store-page .abouttager .imgthumb img {
  height: 100%;
  width: 100%;
}
.store-page .abouttager .content { margin: 0 75px 0 0 }
.store-page .abouttager .content .namme {float: right;}
.store-page .abouttager .content h1 {
  color: #A48158;
  font-size: 17px;
  line-height: 1.2;
  margin: 5px auto;
}
.store-page .abouttager .content small {
  color: #777777;
  font-size: 12px;
}
.store-page .abouttager .content a.report_postprofile {
  background-color: #A48158;
  border-radius: 4px;
  color: #ffffff;
  float: left;
  font-size: 14px;
  margin: -15px auto 0;
  padding: 0 10px;
}
.store-page .abouttager .content a.report_postprofile:hover {background-color: #A48158;}
.store-page .storearea { margin: 15px 10px }
.store-page .storearea .storecover {
    border-radius: 5px 5px 0 0;
    height: 250px;
    overflow: hidden;
    width: 100%;
}
#page {
    background-color: #ffffff;
    border: 1px solid #f6f6f7;
    border-radius: 5px;
    direction: rtl;
    margin: 0 auto;
    min-height: 500px;
}
#page #social {
    direction: ltr;
    float: left;
    height: 25px;
    margin: 7px;
    text-align: left;
    width: 300px;
}
#page #links {
    float: right;
    position: relative;
    right: 15px;
    top: 210px;
}
#page #links a {
    background-color: #A48158;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    float: right;
    font-weight: bold;
    margin: 0 3px;
    padding: 7px 15px;
    text-align: center;
}
#page #links a:hover,
#page #links a.current {
    background-color: #f6f6f7;
    color: #A48158;
}
#page .block1 .table1 span.t2,
#page .block1 .roow span.t2 { width: 528px }
#page .moreinformation { padding: 15px }
#page .moreinformation .banneradsns img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#page .moreinformation .infoblock {
    background-color: #f6f6f7;
    border: 1px solid #ececed;
    border-radius: 3px;
    margin: 0 auto 10px;
    padding: 5px 10px;
}
#page .moreinformation .infoblock span {
    color: #A48158;
    display: block;
    font-weight: bold;
}
#page .moreinformation .infoblock p {
    color: #535353;
    font-size: 15px;
    margin: 0 auto;
    text-align: right;
}
#page #page_header {
    background-color: #f6f6f7;
    border-bottom: 1px solid #ececed;
    height: 290px;
    width: 100%;
}
#page #page_header #cover {
    border-radius: 5px 5px 0 0;
    height: 250px;
    width: 100%;
}
#page #page_header #cover #views {
    background: #f6f6f7 url("images/views.png") no-repeat scroll 89% 50%;
    border-radius: 3px;
    color: #333333;
    float: left;
    margin: 15px;
    padding: 3px 30px 3px 10px;
    text-decoration: none;
}
.store-page .userads { margin: 30px auto 0 }
.store-page .userads ul.nav-tabs { margin: 0 auto 20px }
.store-page .userads ul.nav-tabs li a {
    color: #A48158;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    padding: 14px 15px;
}
.store-page .userads ul.nav-tabs li.active a { color: #444444 }
/*  */
/* alldepads */
.alldepads {margin: 0 auto 20px;}
.alldepads .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 3px;
    overflow: hidden;
}
.alldepads .title span {
    background-color: #A48158;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    min-width: 20%;
    padding: 0 15px;
    text-align: center;
}
.alldepads .content {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    padding: 15px;
}
.alldepads .content .adsitemimg {
  border: 2px solid #eeeeee;
  display: block;
  height: 130px;
  margin: 15px auto;
  position: relative;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.alldepads .content .adsitemimg:hover {border-color: #A48158;}
.alldepads .content .adsitemimg img {
  height: 100%;
  width: 100%;
}
.alldepads .content .adsitemimg span {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
/* alldepads */
/* newadparnts */
.newadparnts {margin: 0 auto 20px;}
.newadparnts .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 3px;
    overflow: hidden;
}
.newadparnts .title span {
    background-color: #A48158;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    min-width: 20%;
    padding: 0 15px;
    text-align: center;
}
.newadparnts .content {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    padding: 0 15px;
}
.newadparnts .content .adsitemimg {
  border: 2px solid #eeeeee;
  display: block;
  height: 130px;
  margin: 15px auto;
  position: relative;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.newadparnts .content .adsitemimg:hover {border-color: #A48158;}
.newadparnts .content .adsitemimg img {
  height: 100%;
  width: 100%;
}
.newadparnts .content .adsitemimg span {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
/* newadparnts */
.upgradeaccount {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto 30px;
  padding: 20px;
}
.upgradeaccount .title {
  border-bottom: 1px solid #e8e8f0;
  color: #A48158;
  font-size: 20px;
  margin: -10px auto 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.upgradeaccount .alert {
  font-size: 16px;
  margin: 0 auto 15px;
  text-align: center;
}
.upgradeaccount .tabgreen {
  background-color: #C19A6B;
  border-radius: 3px;
  color: #ffffff;
  font-size: 17px;
  margin: 0 auto 15px;
  padding: 10px 15px;
  text-align: center;
}
.upgradeaccount .boxitem {margin: 0 auto 15px;}
.upgradeaccount .boxitem .name {
  background-color: #A48158;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-size: 16px;
  padding: 9px 15px;
}
.upgradeaccount .boxitem .descrption {
  border: 1px solid #dbd9db;
  border-radius:  0 0 3px 3px;
  padding: 10px 10px 0;
}
.upgradeaccount .boxitem .descrption h3 {
  background-color: #ecf0f1;
  border: 1px solid #dde1e2;
  color: #A48158;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto 10px;
  outline: medium none;
  padding: 7px 15px;
  position: relative;
}
.upgradeaccount .boxitem .descrption h3::after {
  background-color: #b5b9ba;
  border-radius: 3px;
  color: #ffffff;
  content: "\f067";
  font-family: "FontAwesome";
  height: 26px;
  left: 10px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 26px;
}
.upgradeaccount .boxitem .descrption h3.ui-state-active {margin: 0 auto;}
.upgradeaccount .boxitem .descrption h3.ui-state-active::after {content: "\f068";}
.upgradeaccount .boxitem .descrption .ui-accordion-content {
  border: 1px solid #dde1e2;
  border-top:none;
  padding: 15px;
}
.upgradeaccount .boxitem .descrption .ui-accordion-content.ui-accordion-content-active {margin: 0 auto 10px;}
.upgradeaccount .boxitem .descrption .ui-accordion-content p {
  color: #000000;
  font-size: 16px;
  margin: 0 auto;
}
.upgradeaccount .boxitem .descrption .ui-accordion-content hr {
  border-color: #eeeeee;
  margin: 15px auto;
}
.upgradeaccount .boxitem .descrption .ui-accordion-content a {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 25px;
  text-align: center;
}
.upgradeaccount .boxitem .descrption .ui-accordion-content a:hover {background-color: #C19A6B;}
.upgradeaccount .boxitem .descrption .ui-accordion-content .formbank label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto 5px;
  text-align: right;
}
div#wrapper {
    width: 100%;
}
.upgradeaccount .boxitem .descrption .ui-accordion-content .formbank select {
  background: #ffffff url("images/selectarrow.png") no-repeat scroll left center;
  border: 1px solid #dbd9db;
  border-radius: 3px;
  box-shadow: none;
  color: #A48158;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  margin: 0 auto 10px;
  outline: medium none;
  padding: 0 5px;
  position: relative;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.upgradeaccount .boxitem .descrption .ui-accordion-content .formbank input.form-control {
  font-size: 13px;
  height: 40px;
  padding: 0 10px;
}
.upgradeaccount .boxitem .descrption .ui-accordion-content .formbank input[type=file] {
  height: 40px;
  padding: 0;
}
.upgradeaccount .boxitem .formbank input[type=submit] {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  margin: 0 auto 15px;
  padding: 0 25px;
  text-align: center;
}
.upgradeaccount .boxitem .formbank input[type=submit]:hover {background-color: #755631;}
/* End upgradeaccount */

/* postfile */
.singlepost .postitem {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  overflow: hidden;
}
.singlepost .postitem .postid {
  float: left;
  direction: ltr;
  font-size: 16px;
  color: #333;
  margin: -10px 0 0 0;
}
.singlepost .postitem .title {
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8f0;
  padding: 15px;
}
.singlepost .postitem .title h1 {
  font-family: tahoma;
  font-size: 19px;
  margin: 0 auto 15px;
}
.singlepost .postitem .title h1 a {color: #191919;}
.singlepost .postitem .title h1 a:hover {color: #E8E8F0;}
.singlepost .postitem .title p {
  color: #A48158;
  display: block;
  font-size: 14px;
  margin: 5px auto;
  font-family: tahoma;
}
.singlepost .postitem .title p i.fa {
  color: #8F6E48;
  margin: 0 0 0 5px;
  text-align: center;
  width: 15px;
}
.singlepost .postitem .title p em {
  font-style: normal;
  margin: 0 0 0 5px;
}
.singlepost .postitem .title p span i.fa {color: #ffffff;}
.singlepost .postitem .title p span.addfavs a {
  background-color: #07ac1e;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 15px auto 0;
  padding: 5px 10px;
}
.singlepost .postitem .title p span.addfavs a:hover {background-color: #8F6E48;}
.singlepost .postitem .title p span.remfav a {
  background-color: #A48158;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 15px auto 0;
  padding: 4px 20px;
}
.singlepost .postitem .title p span.remfav a:hover {background-color: #A48158;}
.singlepost .postitem .title p a.contact {
  background-color: #ff6600;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 15px auto 0 10px;
  padding: 5px 10px;
}
.singlepost .postitem .title p a.contact i.fa {
  color: #ffffff;
  margin: 0 0 0 5px;
  text-align: center;
  width: 15px;
}
.singlepost .postitem .title p a.contact:hover {background-color: #eb5200;}
.singlepost .postitem .title p a.whatsapp {
  background-color: #4dc247;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 15px auto 0;
  padding: 5px 10px;
}
.singlepost .postitem .title p a.whatsapp i.fa {
  color: #ffffff;
  margin: 0 0 0 5px;
  text-align: center;
  width: 15px;
}
.singlepost .postitem .title p a.whatsapp:hover {background-color: #39ae33;}
.singlepost .postitem .postslider {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8f0;
  direction: ltr;
  padding: 20px;
}
.singlepost .postitem .postslider #sync1 {
  margin: 0 auto 10px;
  position: relative;
}
.singlepost .postitem .postslider #sync1 .item img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 500px;
}
.singlepost .postitem .postslider #sync1 .owl-prev {
  background-color: #A48158;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 40%;
  width: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singlepost .postitem .postslider #sync1 .owl-next {
  background-color: #A48158;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  right: 0;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singlepost .postitem .postslider #sync1 .owl-prev:hover, .singlepost .postitem .postslider #sync1 .owl-next:hover {background-color: #A48158;}
.singlepost .postitem .postslider #sync1:hover .owl-prev, .singlepost .postitem .postslider #sync1:hover .owl-next {opacity: 1;}
.singlepost .postitem .postslider #sync2 .item {
  border: 1px solid #e8e8f0;
  cursor: pointer;
  height: 110px;
  margin: 0 5px;
}
.singlepost .postitem .postslider #sync2 .item img {
  height: 100%;
  width: 100%;
}
.singlepost .postitem .postslider #sync2 .owl-item.synced .item {border-color: #805F39;}
.singlepost .postitem .postcontent {
  color: #000000;
  font-family: tahoma;
  font-size: 16px;
  line-height: normal;
  padding: 15px;
  word-break: normal !important;
}
.singlepost .postitem .postcontent .contactinfo {margin: 20px auto;}
.singlepost .postitem .postcontent .contactinfo span {
  color: #ffffff;
  background-color: #ffffff;
  display: table;
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: normal;
  padding: 5px 10px 7px;
}
.singlepost .postitem .postcontent .contactinfo strong {
  font-weight: normal;
  font-size: 20px;
}
.singlepost .iconsmedia {
  border: 1px solid #e8e8f0;
  display: flex;
  flex-flow: row nowrap;
  font-size: 30px;
  justify-content: space-around;
  padding: 10px 0;
  background-color: #ffffff;
  margin: 15px auto;
  border-radius: 4px;
}
.singlepost .iconsmedia a {color: #C19A6B;}
.singlepost .iconsmedia a:hover {color: #8F6E48;}
.singlepost .posttagwords {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #75868f;
  display: block;
  font-size: 15px;
  margin: 10px auto;
  padding: 5px 10px;
  font-family: tahoma;
}
.singlepost .posttagwords a {
  background-color: #fbfbfb;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #888888;
  display: inline-block;
  margin: 5px 2px;
  padding: 3px 10px 6px;
  font-family: tahoma;
}
.singlepost .posttagwords a:hover {
  background-color: #A48158;
  border-color: #A48158;
  color: #ffffff;
}
.singlepost .alert.alert-warning {
  font-size: 16px;
  margin: 10px auto;
  font-family: tahoma;
}
.singlepost .commentitem {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  font-size: 16px;
  margin: 15px auto;
  overflow: hidden;
}
.singlepost .commentitem .commentitemhead {
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8f0;
  padding: 10px;
}
.singlepost .commentitem .commentitemhead .metainfo li {
  color: #A48158;
  display: inline-block;
  width: 49%;
}
.singlepost .commentitem .commentitemhead .metainfo li:last-child {text-align: left;}
.singlepost .commentitem .commentitemhead .metainfo li a {color: #805F39;}
.singlepost .commentitem .commentitemhead .metainfo li a:hover {color: #da134d;}
.singlepost .commentitem .commentitemhead small {
  display: block;
  font-size: 15px;
  margin: 5px auto 0;
}
.singlepost .commentitem .commentitemcontent {
  background-color: #ffffff;
  color: #000000;
  font-family: tahoma;
  font-size: 16px;
  line-height: 26px;
  padding: 15px;
}
.singlepost .commentsarea .addnewcomment {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 10px auto;
  min-height: 20px;
  padding: 15px;
}
.singlepost .commentsarea .addnewcomment h1 {
  color: #000000;
  font-size: 18px;
  margin: 0 auto 15px;
}
.singlepost .commentsarea .addnewcomment textarea {
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  color: #454444;
  font-size: 16px;
  margin: 0 auto 15px;
  overflow: auto;
  padding: 10px;
  width: 100%;
}
.singlepost .commentsarea .addnewcomment input[type=file] {padding: 0;}
.singlepost .commentsarea .addnewcomment .txt {
  font-size: 14px;
  margin: 0 auto 10px;
}
.singlepost .commentsarea .addnewcomment button {
  background-color: #A48158;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Droid Arabic Kufi","play";
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  padding: 0 25px;
  text-align: center;
}
.singlepost .commentsarea .addnewcomment button:hover {background-color: #805F39;}
.sidebarad .simtagads {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  border-radius: 4px;
  margin: 0 auto;
  padding: 10px;
}
.sidebarad .simtagads a.tagad:link, .sidebarad .simtagads a.tagad:visited {
  background-color: #e8e8f0;
  border-radius: 4px 15px 15px 4px;
  color: #919191;
  direction: rtl;
  display: table;
  font-family: tahoma;
  font-size: 16px;
  height: 20px;
  margin: 0 0 10px;
  padding: 5px 10px;
  unicode-bidi: embed;
  white-space: nowrap;
}
.sidebarad .simtagads a.tagad::before {content: "#";}
.sidebarad .adimgtag {
  display: inline-block;
  overflow: hidden;
  width: 49%;
}
.sidebarad .adimgtag a img {
  border-radius: 3px;
  height: 150px;
  width: 150px;
}
/* allstores */
.allstores .title {
    background-color: #ecf0f1;
    border-radius: 3px;
    height: 45px;
    margin: 0 auto 3px;
    overflow: hidden;
}
.allstores .title span {
    background-color: #A48158;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    min-width: 20%;
    padding: 0 15px;
    text-align: center;
}
.allstores .content {
    border: 1px solid #dbd9db;
    border-radius: 3px;
    padding: 15px;
    margin: 0 auto 20px;
}
.allstores .postitem {
  margin: 15px auto;
  overflow: hidden;
}
.allstores .postitem .imgthumb {
  background-color: #f5f7f8;
  border: 1px solid #cbd6dc;
  height: 135px;
  overflow: hidden;
  padding: 5px;
}
.allstores .postitem .imgthumb img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.allstores .postitem:hover .imgthumb img {opacity: 0.5;}
.allstores .postitem span a {
  background-color: #04b0c4;
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 7px;
  text-align: center;
}
.allstores .postitem:hover span a {background-color: #00a1b5;}
/* End allstores */

/* storepage */
.storepage ul.nav.nav-tabs {
  border: medium none;
  margin: 20px auto;
  text-align: center;
}
.storepage ul.nav.nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 8px;
}
.storepage ul.nav.nav-tabs li a {
  background-color: #A48158;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 20px;
}
.storepage ul.nav.nav-tabs li.active a {background-color: #A48158;}
.storepage table.table thead th {
  background-color: #A48158;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 10px 15px;
  text-align: right;
  vertical-align: middle;
}
.storepage table.table tbody tr {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #e8e8f0 inset;
  font-family: tahoma;
}
.storepage table.table td {
  border: medium none;
  line-height: normal;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.storepage table.table td i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
.storepage table.table td span {
  display: block;
  font-size: 19px;
  margin: 0 auto 10px;
  text-align: right;
}
.storepage table.table td span a {color: #07ac1e;}
.storepage table.table td span a:hover {color: #805F39;}
.storepage table.table td p {
  color: #75868f;
  display: block;
  font-size: 15px;
  margin: 0 auto;
}
.storepage table.table td p a {color: #75868f;}
.storepage table.table td p a:hover {color: #805F39;}
.storepage table.table td p i.fa {
  color: #97aab3;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 20px;
}
.storepage table.table td img {
  display: block;
  height: 90px;
  width: 100px;
}
.storepage table.table td table {margin: 0 auto;}
.storepage table.table td table tr {box-shadow: none;}
.storepage table.table td table td {
  border: medium none;
  box-shadow: none;
  padding: 0;
  text-align: right;
}
.storepage table.table td table tr:nth-child(2n) td {
  background-color: #ffffff;
  width: 28%;
}
.storepage table.table td table td:last-child a::after {display: none;}
/* End storepage */

/* favorits */
.favorits table.table {
  border-top-color: #3c3976;
  width: 100%;
}
.favorits table.table thead th {
  background-color: #A48158;
  border-color: #3c3976 !important;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 5px 15px;
  text-align: center;
  vertical-align: middle;
}
.favorits table.table thead th:first-child {border-left: 1px solid #C19A6B;}
.favorits table.table thead th i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
.favorits table.table thead th:nth-child(2n) {text-align: right;}
.favorits table.table thead th:last-child {background-color: #C19A6B;}
.favorits table.table thead th a {
  color: #ffffff;
  display: block;
}
.favorits table tbody td {
  background-color: #ffffff;
  color: #A48158;
  font-size: 15px;
  line-height: normal;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.favorits table tbody td a.btn {display: block;}
.favorits table tbody td i.fa-star {color: #C19A6B;}
/* End favorits */

/* postsphone */
#wrapper .postsphone {
  display: none;
  margin: 25px auto;
}
#wrapper .postsphone .title {
  background-color: #A48158;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 5px 15px;
  text-align: center;
}
#wrapper .postsphone .item {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 10px;
}
#wrapper .postsphone .item .imgthumb {
    border: 1px solid #f6f6f7;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    margin-bottom: 10px;
}
#wrapper .postsphone .item .imgthumb img{
  height: 100%;
  width: 100%;
}
#wrapper .postsphone .item .content{margin: 0 0 0 80px;}
#wrapper .postsphone .item .content small {
  color: #777777;
  display: block;
  font-size: 11px;
  line-height: 1;
}
#wrapper .postsphone .item .content h1 {
  font-family: tahoma;
  font-size: 17px;
  line-height: 18px;
  margin: 10px auto 0;
}
#wrapper .postsphone .item .content h1 a {
    color: #383838;
    line-height: normal;
}
#wrapper .postsphone .item .content h1 a:hover {color: #805F39;}
#wrapper .postsphone .item a.btn-info {
    background: #A48158 none repeat scroll 0 0;
    border-color: #A48158;
}
/* STYLE SIDEBAR COODEK*/
.side_bar_coodek {
    right: -300px;
    width: 300px;
    overflow: hidden;
    direction: rtl;
    height: 100%;
    position: fixed;
    background-color: white;
    z-index: 10000;
    top: 0;
    box-shadow: 0 0 5px #909090;
        transition: ease 0.3s;
}
span.icon-toggel {
    float: left;
    font-size: 15px;
    cursor: pointer;
}
.side_bar_coodek li {
    color: #A48158;
    padding: 10px;
    list-style-type: none;
    font-size: 15px;
    border-bottom: solid 1px #e8e8e8;

}
.side_bar_coodek li:hover{
background-color: #A48158;
color: white;
}
.header_side_bar {
    padding: 10px;
    background-color: #A48158;
    color: white;
    direction: ltr;
    text-align: right;
}
.side_bar_coodek li:hover a{

color: white;
}
.side_bar_coodek li a {
    color: #A48158;
}
#wrapper .postsphone .item a.btn-info:hover, #wrapper .postsphone .item a.btn-info:active, #wrapper .postsphone .item a.btn-info:focus {background: #A48158 none repeat scroll 0 0;}
#wrapper .postsphone .item .footeritem {
  background-color: #f6f6f7;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin: 5px auto 0;
  padding: 3px;
}
.pull-left.date {
    margin-top: 15px;
}
#wrapper .postsphone .item .footeritem a, #wrapper .postsphone .item .footeritem a:visited, #wrapper .postsphone .item .footeritem a:hover {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    margin: 2px;
    margin-top: 15px;
}
#wrapper .postsphone .item .footeritem .date {
    color: #b1b1b1;
    font-family: tahoma;
    font-size: 11px;
    padding: 3px 0;
}
#wrapper .postsphone .item .footeritem .date a {color: #b1b1b1;}
/* End postsphone */

/* wrapper2 */
#wrapper2 {
  margin: 20px auto;
  padding: 0 15px;
  width: 100%;
}
#wrapper2 .stickyposts table {width: 100%;}
#wrapper2 .stickyposts table th {
  background-color: #805F39;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 5px 15px;
  text-align: center;
  vertical-align: middle;
}
#wrapper2 .stickyposts table th:first-child {border-left: 1px solid #ffffff;}
#wrapper2 .stickyposts table th i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
#wrapper2 .stickyposts table th:nth-child(2n) {text-align: right;}
#wrapper2 .stickyposts table th:last-child {background-color: #0e84b4;}
#wrapper2 .stickyposts table th a {
  color: #ffffff;
  display: block;
}
#wrapper2 .stickyposts table tbody tr {background-color: #ffffff;font-family: tahoma;}
#wrapper2 .stickyposts table tbody tr:nth-child(2n) {background-color: #f5f7f8;}
#wrapper2 .stickyposts table td {
  border-bottom: 8px solid #ffffff;
  border-top: medium none;
  box-shadow: 0 -1px 0 0 #e5e8ea inset;
  line-height: normal;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
#wrapper2 .stickyposts table td:last-child {padding: 0;}
#wrapper2 .stickyposts table td i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
#wrapper2 .stickyposts table td span {
  display: block;
  font-size: 19px;
  margin: 0 auto 5px;
  text-align: right;
}
#wrapper2 .stickyposts table td span a {color: #07ac1e;}
#wrapper2 .stickyposts table td span a:hover {color: #805F39;}
#wrapper2 .stickyposts table td p {
  color: #75868f;
  display: block;
  font-size: 14px;
  margin: 0 auto;
}
#wrapper2 .stickyposts table td p a {color: #75868f;}
#wrapper2 .stickyposts table td p a:hover {color: #805F39;}
#wrapper2 .stickyposts table td p i.fa {
  background-color: #fbfbfb;
  border-radius: 3px;
  box-shadow: 1px 1px 0 0 #d7dde0;
  color: #97aab3;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 30px;
}
#wrapper2 .stickyposts table tbody tr:nth-child(2n) td p i.fa {background-color: #ffffff;}
#wrapper2 .stickyposts table td img {
  display: block;
  height: 95px;
  width: 100%;
}
#wrapper2 .stickyposts table td table {margin: 0 auto;}
#wrapper2 .stickyposts table td table td {
  border: medium none;
  box-shadow: none;
  padding: 0;
  text-align: right;
}
#wrapper2 .stickyposts table td table tr:nth-child(2n) td {
  background-color: #ffffff;
  width: 28%;
}
#wrapper2 .stickyposts table tr:nth-child(2n) td table tr td {background-color: #f5f7f8;}
#wrapper2 .depposts table {width: 100%;}
#wrapper2 .depposts table.table thead th {
  background-color: #805F39;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
#wrapper2 .depposts table.table thead th:first-child {border-left: 1px solid #ffffff;}
#wrapper2 .depposts table.table thead th i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
#wrapper2 .depposts table.table thead th:nth-child(2n) {text-align: right;}
#wrapper2 .depposts table.table thead th:last-child {background-color: #0e84b4;}
#wrapper2 .depposts table.table thead th a {
  color: #ffffff;
  display: block;
}
#wrapper2 .depposts table tbody tr {background-color: #ffffff;font-family: tahoma;}
#wrapper2 .depposts table tbody tr:nth-child(2n) {background-color: #f5f7f8;}
#wrapper2 .depposts table td {
  border-bottom: 8px solid #ffffff;
  border-top: medium none;
  box-shadow: 0 -1px 0 0 #e5e8ea inset;
  line-height: normal;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
#wrapper2 .depposts table td:last-child {padding: 0;}
#wrapper2 .depposts table td i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
#wrapper2 .depposts table td span {
  display: block;
  font-size: 19px;
  margin: 0 auto 5px;
  text-align: right;
}
#wrapper2 .depposts table td span a {color: #07ac1e;}
#wrapper2 .depposts table td span a:hover {color: #805F39;}
#wrapper2 .depposts table td p {
  color: #75868f;
  display: block;
  font-size: 14px;
  margin: 0 auto;
}
#wrapper2 .depposts table td p a {color: #75868f;}
#wrapper2 .depposts table td p a:hover {color: #805F39;}
#wrapper2 .depposts table td p i.fa {
  background-color: #fbfbfb;
  border-radius: 3px;
  box-shadow: 1px 1px 0 0 #d7dde0;
  color: #97aab3;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 30px;
}
#wrapper2 .depposts table tbody tr:nth-child(2n) td p i.fa {background-color: #ffffff;}
#wrapper2 .depposts table td img {
  display: block;
  height: 95px;
  width: 100%;
}
#wrapper2 .depposts table td table {margin: 0 auto;}
#wrapper2 .depposts table td table td {
  border: medium none;
  box-shadow: none;
  padding: 0;
  text-align: right;
}
#wrapper2 .depposts table td table tr:nth-child(2n) td {
  background-color: #ffffff;
  width: 28%;
}
#wrapper2 .depposts table tr:nth-child(2n) td table tr td {background-color: #f5f7f8;}
#wrapper2 .subdep {margin: 0 auto 20px;}
#wrapper2 .subdep .title {
  background-color: #ecf0f1;
  border-radius: 3px;
  height: 45px;
  margin: 0 auto 3px;
  overflow: hidden;
}
#wrapper2 .subdep .title span {
  background-color: #805F39;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  min-width: 20%;
  padding: 0 15px;
  text-align: center;
}
#wrapper2 .subdep .content {
  border: 1px solid #dbd9db;
  border-radius: 3px;
  padding: 15px;
}
#wrapper2 .subdep .content .adsitemimg {
  border: 1px solid #eeeeee;
  margin: 15px auto;
  overflow: hidden;
}
#wrapper2 .subdep .content .adsitemimg img {
  height: 130px;
  width: 100%;
}
#wrapper2 .subdep .content .adsitemimg span {
  background-color: #eeeeee;
  color: #000000;
  display: block;
  font-size: 15px;
  padding: 5px;
  text-align: center;
}
#wrapper2 .subdep .content .adsitemimg:hover span {
  background-color: #805F39;
  color: #ffffff;
}
/* End wrapper2 */

/* photoposts */
.photoposts table {width: 100%;}
.photoposts table.table thead th {
  background-color: #805F39;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.photoposts table.table thead th:first-child {border-left: 1px solid #ffffff;}
.photoposts table.table thead th i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
.photoposts table.table thead th:nth-child(2n) {text-align: right;}
.photoposts table.table thead th:last-child {background-color: #805F39;}
.photoposts table.table thead th a {
  color: #ffffff;
  display: block;
}
.photoposts table tbody tr {background-color: #ffffff;font-family: tahoma;}
.photoposts table tbody tr:nth-child(2n) {background-color: #f5f7f8;}
.photoposts table td {
  border-bottom: 8px solid #ffffff;
  border-top: medium none !important;
  box-shadow: 0 -1px 0 0 #e5e8ea inset;
  line-height: normal !important;
  padding: 5px !important;
  text-align: center;
  vertical-align: middle !important;
}
.photoposts table td:last-child {padding: 0;}
.photoposts table td i.fa-star {
  color: #ffd700;
  font-size: 20px;
}
.photoposts table td span {
  display: block;
  font-size: 19px;
  margin: 0 auto 5px;
  text-align: right;
}
.photoposts table td span a {color: #C19A6B;}
.photoposts table td span a:hover {color: #805F39;}
.photoposts table td p {
  color: #75868f;
  display: block;
  font-size: 14px;
  margin: 0 auto;
}
.photoposts table td p a {color: #75868f;}
.photoposts table td p a:hover {color: #805F39;}
.photoposts table td p i.fa {
  background-color: #fbfbfb;
  border-radius: 3px;
  box-shadow: 1px 1px 0 0 #d7dde0;
  color: #97aab3;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 30px;
}
.photoposts table tbody tr:nth-child(2n) td p i.fa {background-color: #ffffff;}
.photoposts table td img {
  display: block;
  height: 95px;
  width: 100%;
}
.photoposts table td table {margin: 0 auto;}
.photoposts table td table td {
  border: medium none;
  box-shadow: none;
  padding: 0;
  text-align: right;
}
.photoposts table td table tr:nth-child(2n) td {
  background-color: #ffffff;
  width: 28%;
}
.photoposts table tr:nth-child(2n) td table tr td {background-color: #f5f7f8;}
/* End photoposts */

/*  */
.addpostphone {
  margin: 0 auto 15px;
  display: none;
}
.addpostphone a {
  background: #036e98;
  background: -moz-linear-gradient(top, #036e98 0%, #A48158 100%);
  background: -webkit-linear-gradient(top, #036e98 0%,#A48158 100%);
  background: linear-gradient(to bottom, #036e98 0%,#A48158 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036e98', endColorstr='#A48158',GradientType=0 );
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #036f99;
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.addpostphone a:hover {
  background: #A48158;
  background: -moz-linear-gradient(top, #A48158 0%, #036e98 100%);
  background: -webkit-linear-gradient(top, #A48158 0%,#036e98 100%);
  background: linear-gradient(to bottom, #A48158 0%,#036e98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A48158', endColorstr='#7A5B38',GradientType=0 );
}
/*  */
.wrongpage {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 100px 20px;
  text-align: center;
}
.wrongpage h2 {
  color: #000000;
  font-size: 180px;
  font-weight: bold;
  line-height: 130px;
  text-shadow: 0 1px 0 #999999;
}
.wrongpage h1 {
  color: #ff0000;
  font-size: 50px;
  margin: 0 auto 20px;
  text-shadow: 0 1px 0 #ca0000;
}
.wrongpage a {
  background-color: #A48158;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  padding: 3px 30px;
}
.wrongpage a:hover {background-color: #373471;}
footer {background-color: #A48158;}
footer .item {
  margin: 25px auto;
  text-align: center;

}
footer .item ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 20px;
}
footer .item ul li::before {
  color: #ffffff;
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 0 0 7px;
}
footer .item ul li a {color: #ffffff;}
footer .item ul li a:hover {color: #333333;}
footer .choosecity {
  margin: 40px auto;
  text-align: center;
}
footer .choosecity .title {
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  line-height: 40px;
  margin: 0 15px;
}
footer .choosecity .choosestate {
  display: inline-block;
  margin-right: 0%;

  position: relative;
}
footer .choosecity .choosestate::after {
  color: #A48158;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}
footer .choosecity .choosestate button, footer .choosecity .postscity button {
  background-color: #ffffff;
  border: medium none;
  border-radius: 100px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 20px;
  text-align: right;
  width: 300px;
}
footer .choosecity .choosestate button i.fa-angle-down, footer .choosecity .postscity button i.fa-angle-down {
  color: #A48158;
  opacity: 0.5;
  float: left;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
footer .choosecity .choosestate ul.dropdown-menu, footer .choosecity .postscity ul.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #e8e8f0;
  bottom: 100%;
  box-shadow: none;
  float: none;
  margin: 0 0 10px;
  min-width: 400px;
  padding: 10px;
  right: 0;
  top: auto;
}
footer .choosecity .choosestate ul.dropdown-menu li, footer .choosecity .postscity ul.dropdown-menu li {
  float: right;
  margin: 0 auto 10px;
  padding: 0 5px;
  width: 50%;
}
footer .choosecity .choosestate ul.dropdown-menu li a, footer .choosecity .postscity ul.dropdown-menu li a {
  background-color: #af8c62;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 7px 5px;
  text-align: center;
}
nav.edit_bar_coodek {
    height: auto;
    width: 100%;
    float: none;
    border: 0;
    border-bottom: none !important;
    background-color: inherit;
}
li.breadcrumb-item {
    display: inline-block;
    font-size: 15px;
    margin: 0px 10px;
}
.breadcrumb_coodek {
    padding: 19px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
    direction: rtl;
    overflow: auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    direction: ltr;
    text-align: center;
}
footer .choosecity .choosestate ul.dropdown-menu li a:hover,
footer .choosecity .choosestate ul.dropdown-menu li a:focus,
footer .choosecity .choosestate ul.dropdown-menu li a:active,
footer .choosecity .postscity ul.dropdown-menu li a:hover,
footer .choosecity .postscity ul.dropdown-menu li a:focus,
footer .choosecity .postscity ul.dropdown-menu li a:active { background: #da134d none repeat scroll 0 0 }
footer .choosecity .postscity {
  display: inline-block;
  position: relative;
}
#footer2 {
  background-color: #AF8C62;
  padding: 10px 0;
}
#footer2 .copyrights {
  color: #ffffff;
  float: right;
  font-size: 12px;
  line-height: 40px;
}
#footer2 .copyrights a {color: #ffffff;}
#footer2 .copyrights a:hover {color: #805F39;}
#footer2 .const {float: left;}
a.scrollup {
  background-color: #947a5a;
  bottom: 8px;
  color: #fff;
  cursor: pointer;
  display:none;
  font: 20px/33px FontAwesome;
  height: 35px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 35px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.scrollup:hover {background-color: #af8c62;color: #fff;}
.slider {
    margin: 0 auto;
    max-width: 1170px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background-image: url('https://horses-k.com/public/design/maz/banner11.jpg');
  background-size: cover;
  background-position: center;
    background-repeat: no-repeat;
}

.slide:nth-of-type(2) {
  background-image: url('https://horses-k.com/public/design/maz/banner3.jpg');
  background-size: cover;
  background-position: center;
    background-repeat: no-repeat;}

.slide:nth-of-type(3) {
  background-image: url('https://horses-k.com/public/design/maz/banner2.jpg');
  background-size: cover;
  background-position: center;
    background-repeat: no-repeat;
 }

.slide:nth-of-type(4) {

  background-image: url('https://horses-k.com/public/design/maz/banner4.jpg');
  background-size: cover;
  background-position: center;
    background-repeat: no-repeat;

}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #805F39;
  cursor: pointer;
}

.directional_nav {
    position: absolute;
    left: 12%;
    bottom: 275px;
}

.next_btn {
    float: right;
    height: 40px;
    line-height: 36px;
    width: 40px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin: 0 0 0 10px;
        cursor: pointer;

}

.previous_btn {
    float: left;
    height: 40px;
    line-height: 36px;
    width: 40px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #fff;
        cursor: pointer;

}

.previous_btn, .next_btn {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.previous_btn:hover, .next_btn:hover {
    border: 2px solid #A48158;
    color: #A48158;
}
@media only screen and (max-width: 600px) {



    .slide_viewer {
        height: 160px !important;
    }
    span.subtitle_slide{
        top: 70% !important;
        bottom: 0 !important;
        right: 0 !important;
        font-size: 12px !important;
        line-height: 23px;
        display: block;
        text-align: center;
    }
    .slider {
        max-width: 90% !important;
    }
    footer .choosecity .choosestate{
        margin:0 !important;
    }
}
@media only screen and (max-width: 425px) {
    span.subtitle_slide {
        display: table;
        position: absolute;
        top: 86%;
        right: 0;
        left: 0;
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        background: rgba(0, 0, 0, 0.6);
        margin: 0 auto;
        padding: 5px 40px;
    }
}
@media only screen and (max-width: 400px) {
    /*
    .table-responsive {
        display: none;
    }
    */
    h3.h3_hover_coodek {
        position: relative;
        z-index: 10000;
        margin-top: -16% !important;
        text-align: center;
        color: #000000;
        background-color: #ffffffb3;
        height: auto;
        overflow: hidden;
        font-size: 15px;
        font-weight: 700;
        padding: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .slider{ width:970px; }
  nav .mainmenu{ display:none; }
}

@media screen and (max-width: 991px) {
  .slider{ width:750px; }
}

@media screen and (max-width: 767px) {
  .slider{ width:100%; }
}

@media screen and (max-width: 505px) {
  .footer-list li {
    display: block !important;
  }

  .footer-list li::before {
    display: none;
  }
}

.post-container {
  display: flex;
  margin-bottom: 20px;
  background: #a480580d;
  padding: 10px;
  border-radius: 10px;
}

.post-container:nth-child(odd) {
  background: #a4805830;
}
.post-container .image-side {
  flex-shrink: 0;
  width: 150px;
}

.post-container .image-side img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.post-container .detail-side {
  display: block;
  width: 100%;
}

.post-container .detail-side h5 {
  color: #222;
  text-align: right;
  font: 16px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  font-weight: bold;
  margin: 0px;
  padding: 10px 0px;
}

.post-container .detail-side .details {
  display: flex;
}

.post-container .detail-side .details p {
  color: #333;
  display: block;
  font-size: 14px;
  margin: 0;
  margin-left: 10px;
  background: rgba(255,255,255,0.3);
  font: 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
}

.post-container .detail-side .details p i.fa {
  background-color: #A48158;
  border-radius: 3px;
  box-shadow: 1px 1px 0 0 #d7dde0;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 30px;
}

@media screen and (max-width: 650px) {
  .post-container .detail-side .details {
    flex-direction: column;
  }

  .post-container .detail-side .details p{
    margin-bottom: 10px;
    margin-left: 0;
    width: fit-content;
  }
}

@media screen and (max-width: 400px) {
  .post-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .post-container .image-side {
    margin: 0px auto;
  }

  .post-container .detail-side h5 {
    text-align: center;
  }

  .post-container .detail-side .details p {
    margin: 5px auto;
    width: 100%;
    text-align: right;
  }
}

.feedbackmaz a{
  color: #FFF !important;
  font-weight: bold;
  display: inline-block;
}

.icons1 a{
  color: #694f2f;
  font-weight: bold;
  display: inline-block;
}