/*============================================
=== Fonts
=============================================*/

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'), url('../fonts/OpenSansBold.woff2') format('woff2'), url('../fonts/OpenSansBold.woff') format('woff'), url('../fonts/OpenSansBold.ttf') format('truetype'), url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'), url('../fonts/OpenSansRegular.woff2') format('woff2'), url('../fonts/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular.ttf') format('truetype'), url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}


/*========================================================
===== Public Style
==========================================================*/

* {
    box-sizing: border-box
}

body {
    font-family: Tahoma;
    font-size: 16px;
    color: #000000;
    background: #fff;
    direction: rtl;
}

p,
div {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h3 {
    color: #000000;
    font-size: 24px;
    font-family: Tahoma;
    line-height: 30px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul > li {
    display: inline-block;
}

.col-left {
    float: left;
}

.col-right {
    float: right;
}


/*========================================================
===== sidebar
==========================================================*/


/*aside {
    width: 290px;
    padding: 30px;
    background: #fff;
    position: fixed;
    top: 0;
    right: -290px;
    z-index: 999;
    box-shadow: 8px 0 15px -9px rgba(0, 0, 0, 0.6) inset;
    overflow: auto;
    height: 100%;
}*/

aside {
    width: 100%;
    padding: 30px;
    background: #fff;
    z-index: 999;
}

span.CloseSideBare {
    display: none;
    text-align: center;
    margin-bottom: 30px;
    background: #00b06c;
    width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s ease;
}

span.CloseSideBare:hover {
    background: #ffc907;
}

.SearchAdsNumber input[type="number"] {
    width: 75%;
    float: right;
    font-size: 12px;
    color: #000;
    border-radius: 0;
    border: 2px solid #c7c7c7;
    height: 40px;
}

.SearchAdsNumber button {
    background: #e93970;
    font-size: 12px;
    color: #fff;
    transition: all .5s ease;
    border-radius: 0;
    border: none;
    height: 40px;
    padding-top: 0;
    line-height: 40px;
    width: 56px;
}

.SearchAdsNumber button:hover {
    background: #c91038;
    color: #fff;
}

aside .SearchAdsNumber {
    margin-bottom: 28px;
}

.SelectionForm {
    padding: 30px 0;
}

.SelectionForm select {
    height: 40px;
    color: #000;
    font-size: 12px;
    background: #f0f5f8;
    margin-bottom: 15px;
    border: none;
}

.SelectionForm button {
    background: #0fb0aa;
    height: 40px;
    color: #fff;
    width: 100%;
    border: none;
    transition: all .5s ease;
}

.SelectionForm button:hover {
    background: #0b3a80;
    color: #fff;
}

.SubSections {
    margin: 30px 0;
}

.SubSections h4 {
    color: #c91038;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

.SubSections h4 i {
    color: #f4023a;
    font-size: 16px;
    margin-left: 10px;
}

.SubSections ul li {
    display: block;
    margin-bottom: 10px;
}

.SubSections ul li a {
    color: #000;
    font-size: 12px;
    transition: all .5s ease;
}

.SubSections ul li a i {
    margin-left: 8px;
}

.SubSections ul li a:hover {
    color: #f4023a;
    margin-right: 5px;
    text-decoration: none;
}


/*========================================================
===== container
==========================================================*/

.TopNav {
    height: 50px;
    background: #376374;
}

ul.MainNav {
    margin-top: 8px;
    text-align: left;
}

.MainNav li a {
    color: #fff;
    font-size: 12px;
    margin-left: 42px;
    text-decoration: none;
    transition: all .5s ease;
}

.MainNav li a:hover {
    color: #d7d7d8;
}

.DropMenu {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 14px;
    cursor: pointer;
    position: relative;
    display: none;
}


/*========================================================
===== header
==========================================================*/

.header {
    height: 110px;
    background: #0FB0AA;
}

.logo {
    width: 255px;
    height: 50px;
    overflow: hidden;
    margin-top: 25px;
}

.logo img {
    margin: auto;
}

.AddAds {
    display: block;
    color:#376374;
    font-size: 18px;
    width: 206px;
    height: 40px;
    float: left;
    background: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 36px;
    font-weight: bold;
    transition: all .5s ease;
}

.AddAds i {
    font-size: 22px;
}

.AddAds:hover {
    background: #376374;
    color: #fff;
    text-decoration: none;
}

.banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.banner img {
    width: 100%;
}


/*========================================================
===== Category
==========================================================*/

.Category {
    background-image: url("../images/banner.jpg");
    width: 100%;
    height: 450px;
    position: relative;
background-size:100% 100%;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

ul.TopCatNav {
    margin-bottom: 50px;
    overflow: hidden;
}

ul.TopCatNav li {
    background: #fff;
    width: 33%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    float: right;
    margin-left: 3px;
}

ul.TopCatNav li a {
    font-size: 18px;
    color: #f4023a;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s ease;
}

ul.TopCatNav li a:hover {
    color: #878a8c;
}

ul.CategoryLinks li {
    width: 25%;
    color: #fff;
    margin-bottom: 50px;
    float: right;
}

ul.CategoryLinks li a {
    font-size: 14px;
    font-weight: bold;
    transition: all .5s ease;
    color: #fff;
}

ul.CategoryLinks li a img {
    margin-left: 22px;
    transition: all .5s ease;
}

ul.CategoryLinks li a:hover {
    text-decoration: none;
    color: #f4023a;
}

ul.CategoryLinks li a:hover img {
    transform: rotateY(360deg);
}


/*========================================================
===== LastAds
==========================================================*/

.LastAds {
    padding: 33px 0 100px 0;
}

.SearchForm form input[type="text"] {
    width: 65%;
    float: right;
    border: 2px solid #c7c7c7;
    border-radius: 0;
    height: 40px;
    transition: all .5s ease;
}

.SearchForm form input[type="text"]:focus {
    border: none;
}

.SearchForm form button {
    background: #fb8702;
    width: 110px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    border: none;
    color: #fff;
    font-weight: bold;
    transition: all .5s ease;
}

.SearchForm form button:hover {
    background: #0FB0AA;
    color: #fff;
}

.SearchForm form button:hover input[type="text"] {
    border-color: #0FB0AA;
}

.AdvancedSearchBtn {
    display: block;
    width: 163px;
    height: 40px;
    color: #fff;
    background:  #fb8702;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    transition: all .5s ease;
    float: left;
}

.AdvancedSearchBtn:hover {
    background: #039be5;
    color: #fff;
    text-decoration: none;
}

span.AdvancedSearchBtn.DropMenu {
    margin-top: 0;
}

.Filter {
    margin-top: 25px;
    margin-bottom: 13px;
}

.Filter h3 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-top: 0;
}

.Filter h3 i {
    color: #376374;
    font-size: 20px;
}

.Filter select {
    width: 73%;
    float: left;
    background: #f0f5f8;
    height: 40px;
    border-radius: 0;
    border: none;
    color: #000;
    font-size: 14px;
}

.Filter select.form-control:focus {
    border: none;
    box-shadow: none;
}

.Filter span {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.SingleAds {
    border-top: 1px solid #959595;
}

.SingleAds h3 {
    margin: 22px 0 0 0;
}

.SingleAds h3 a {
    color: #376374;
    font-size: 17px;
    font-weight: bold;
    transition: all .5s ease;
}

.SingleAds h3 a:hover {
    text-decoration: none;
    color: #0fb0aa;
}

.SingleAds span {
    color: #000000;
    font-size: 12px;
    display: block;
    padding-top: 6px;
}

.SingleAdsPhoto {
    width: 100%;
    height: 90px;
    overflow: hidden;
    text-align: left;
}

.SingleAdsPhoto img {
    width: auto;
    height: 100%;
    float: left;
    position: relative;
}

.SingleAdsPhoto span {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #000;
    left: 0;
    top: 100%;
    padding-top: 0;
}

.SingleAds ul li {
    width: 32%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 91px;
    float: right;
    margin-left: 3px;
    background: url("../images/bordered.png") no-repeat right center;
}

.SingleAds ul li:first-child,
.SingleAds ul li:nth-child(2) {
    padding-top: 30px;
}

.SingleAds ul li a {
    color: #376374;
}

.SingleAdsPhoto span {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #000;
    left: 16px;
    top: 75%;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

.AllAds {
    border-bottom: 1px solid #959595;
}

.MyPagination {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 65px;
}

.MyPagination ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #f9f9f9;
    transition: all .5s ease;
}

.MyPagination ul li a {
    color: #353a3d;
    font-size: 14px;
    font-weight: bold;
}

.MyPagination ul li:hover {
    background: #f4023a;
}

.MyPagination ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.SingleStatistics {
    text-align: center;
}

.SingleStatistics i {
    color: #039be5;
    font-size: 20px;
}

.SingleStatistics h3 {
    font-size: 30px;
    color: #f4023a;
    font-weight: bold;
    margin: 21px auto;
}

.SingleStatistics h4 {
    color: #c91038;
    font-size: 18px;
    font-weight: bold;
}

.TopFooter {
    padding: 75px 0 60px 0;
    border-top: 1px solid #d7d7d8;
    border-bottom: 1px solid #d7d7d8;
    background: #f0f5f8;
    overflow: hidden;
}

.Right-Box h4 {
    color: #376374;
    font-size: 30px;
    font-weight: bold;
}

.Right-Box p {
    color: #646464;
    font-size: 14px;
    margin: 34px 0;
}

.Right-Box .form-control {
    width: 80%;
    float: right;
    height: 43px;
    border: 1px solid #376374;
    transition: all .5s ease;
}

.Right-Box .form-control:hover {
    border: none;
}

.Right-Box button {
    height: 43px;
    background: #376374;
    color: #fff;
    width: 90px;
    transition: all .8s ease;
}

.Right-Box button:hover {
    background: #376374;
    color: #fff;
    width: 110px;
}

.Center-Box h4,
.Left-Box h4 {
    font-size: 18px;
    color: #376374;
    font-weight: bold;
    margin-bottom: 36px;
}

.Center-Box ul li {
    width: 48%;
}

.Center-Box ul li a {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    transition: all .5s ease;
}

.Center-Box ul li a:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #376374;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.Center-Box ul li a:hover:before {
    margin-left: 10px;
}

.Center-Box ul li a:hover {
    color: #376374;
}

.Center-Box {
    padding-right: 230px;
}

.Left-Box ul li {
    width: 23%;
    background: #039be5;
    float: right;
    margin-left: 5px;
    margin-bottom: 4px;
    transition: all .5s ease;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.Left-Box ul li:hover {
    background: #376374;
}

.Left-Box ul li a {
    color: #fff;
    font-size: 12px;
}

.BottomFooter {
    height: 86px;
    background: #fff;
}

.BottomFooter p {
    margin-top: 20px;
}

.copy i {
    width: 48px;
    height: 48px;
    background: #376374;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.Apps {
    text-align: left;
}

.Apps img {
    margin-right: 20px;
}

.StoreDetails-p {
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    padding: 15px;
}

.StoreDetails-p span {
    font-weight: bold;
}

.Tel {
    display: block;
}


/*========================================================
===== Pages
==========================================================*/

.StoreDetails {
    text-align: center;
    margin-bottom: 60px;
}

.Map {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.InnerStoreDetails {
    position: absolute;
    width: 60%;
    z-index: 5;
    top: 82%;
    margin-right: 20%;
}

.InnerStoreDetails h3 {
    font-size: 30px;
    color: #376374;
    margin: 23px auto 30px;
    font-weight: bold;
}

.InnerStoreDetails p {
    font-size: 14px;
    color: #000000;
    margin: 0 auto 27px;
}

.NewLastAds {
    padding-top: 22%;
}

.InnerStoreDetails ul {
    width: 325px;
    margin: auto;
    border-radius: 5px;
}

.InnerStoreDetails ul li {
    background: #00b06c;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px 22px;
    float: right;
    margin-right: 1px;
    transition: all .5s ease;
}

.InnerStoreDetails ul li:first-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.InnerStoreDetails ul li:last-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.InnerStoreDetails ul li:hover {
    background: #0074d9;
}

.InnerSingleAdsPhoto {
    border: 1px solid #959595;
}

.AdsOwl {
    border-bottom: 1px solid #959595;
    padding: 25px;
    background: #f0f5f8;
}

.AdsOwl .InnerOwl {
    width: 60%;
    margin: auto;
    text-align: center;
}

.AdsOwl .InnerOwl h3 a {
    color: #376374;
    font-size: 25px;
    font-weight: bold;
}

.AdsOwl .InnerOwl h3 a:hover {
    text-decoration: none;
}

.AdsOwl .InnerOwl ul {
    margin-top: 20px;
}

.AdsOwl .InnerOwl ul li {
    width: 16%;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #959595;
    position: relative;
}

.AdsOwl .InnerOwl ul li:nth-child(3) {
    font-weight: bold;
}

.AdsOwl .InnerOwl ul li:nth-child(2) a {
    font-weight: bold;
}

.AdsOwl .InnerOwl ul li a {
    color: #376374;
    font-size: 14px;
}

.AdsOwl .owl-prev,
.AdsOwl .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #000;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    top: 35%;
    transition: all .5s ease;
}

.AdsOwl .owl-next {
    right: 5%;
}

.AdsOwl .owl-prev {
    left: 5%;
}

.AdsOwl .owl-prev:hover,
.AdsOwl .owl-next:hover {
    background: #c7c7c7;
    color: #fff;
}

.AdsDesc {
    width: 88%;
    margin: auto;
    padding: 50px;
    overflow: hidden;
}

.AdsDesc ul {
    text-align: center;
    margin-bottom: 35px;
}

.AdsDesc ul li {
    color: #000;
    margin-bottom: 24px;
    font-size: 24px;
    display: block;
}

.ModelPhoto {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.ModelPhoto img {
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}

.ModelPhoto img:hover {
    transform: scale(1.1, 1.1);
}

.AdsSocial {
    padding: 15px 0;
    background: #f0f5f8;
    border: 1px solid #c7c7c7;
}

.AdsSocial ul {
    width: 80%;
    margin: auto;
    text-align: center;
}

.AdsSocial li {
    display: inline-block !important;
    width: 16%;
}

.AdsSocial li a img {
    transition: all .5s ease;
}

.AdsSocial li:hover img {
    transform: rotate(360deg);
}

.OurContact {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

.OurContact li:first-child {
    color: #376374;
    font-size: 20px;
    font-weight: bold;
}

.OurContact li:nth-child(2) {
    color: #fff;
    background: #376374;
    font-size: 20px;
    font-weight: bold;
}

.OurContact li:nth-child(3) {
    color: #000000;
    font-size: 20px;
}

.OurContact li:last-child {
    color: #fff;
    background: #00b06c;
    font-size: 20px;
    font-weight: bold;
}

.OurContact li a {
    color: #fff;
}

.OurContact li {
    padding: 8px 35px;
}

.LatestAds {
    padding-bottom: 30px;
}

.SingleLatestAds {
    height: 185px;
    border: 1px solid #376374;
    background: #f0f5f8;
    border-radius: 3px;
    margin-top: 30px;
    padding: 22px;
    position: relative;
    overflow: hidden;
}

.SingleLatestAds h3 {
    line-height: 40px;
    margin-bottom: 15px;
}

.SingleLatestAds h3 a {
    color: #376374;
    font-size: 24px;
    font-weight: bold;
}

.SingleLatestAds h3 a:hover {
    text-decoration: none;
    color: #00b06c;
}

.SingleLatestAds ul {
    border-top: 1px solid #959595;
    padding-top: 13px;
}

.SingleLatestAds ul li {
    margin-left: 20px;
    color: #000;
    font-size: 12px;
}

.SingleLatestAds ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.ads-num {
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 108px;
    left: 15px;
    color: #fff;
}

.Featured-Ad {
    position: absolute;
    width: 126px;
    height: 100px;
    background: url("../images/featyr.png");
    left: -19px;
    top: -41px;
}

.SingleComment {
    border: 1px solid #959595;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
}

.SingleCommentHeader {
    border-bottom: 1px solid #959595;
    background: #f0f5f8;
    padding: 10px;
}

ul.RightUl li {
    margin-left: 70px;
}

ul.RightUl li:first-child {
    color: #376374;
    font-size: 14px;
}

ul.RightUl li a {
    color: #376374;
    font-size: 18px;
    font-weight: bold;
}

ul.RightUl li:last-child {
    color: #000000;
    font-size: 12px;
}

.LeftUl {
    text-align: left;
}

.LeftUl li {
    margin-left: 80px;
}

.SingleComment p {
    padding: 20px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    overflow: auto;

}

.MoreComments a {
    display: block;
    width: 163px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #039be5;
    float: right;
    margin-bottom: 30px;
    font-weight: bold;
    transition: all .5s ease;
}

.AddComment textarea {
    width: 100%;
    height: 115px;
    border: 1px solid #959595;
    margin-bottom: 30px;
    border-radius: 5px;
}

.SendBTN {
    display: block;
    float: right;
    width: 114px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #039be5;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
    transition: all .5s ease;
}

.MoreComments a:hover,
.SendBTN:hover {
    color: #fff;
    background: #00b06c;
}

.RightArraw,
.LeftArraw {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    text-align: center;
    line-height: 30px;
    color: #000;
    position: absolute;
    top: 30%;
}

.AdsOwl .item {
    position: relative;
}

i.fa.fa-angle-left.LeftArraw {
    left: 0;
}

.MainContent {
    padding: 60px 0;
}

.PageTitle {
    color: #376374;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    line-height: 40px;
}

.pagePhoto {
    height: auto;
    width: 100%;
    background: #ccc;
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
}

.pagePhoto img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.LoginForm {
    padding: 0 10%;
}

.LoginForm input[type='text'],
.LoginForm input[type='password'],
.LoginForm input[type='email'],
.LoginForm button,
.AddAdsForm input[type='text'],
.AddAdsForm input[type='password'],
.AddAdsForm input[type='email'],
.AddAdsForm button,
.AddAdsForm input[type='file'],
.AddAdsForm select {
    height: 40px;
    margin-bottom: 15px;
}

.AddAdsForm input[type='text'],
.AddAdsForm input[type='password'],
.AddAdsForm input[type='email'],
.AddAdsForm select,
.AddAdsForm textarea,
.AddAdsForm input[type='file'] {
    width: 100%;
}

.TopForm {
    padding: 30px;
    border: 1px solid rgba(3, 155, 229, 0.5);
    overflow: hidden;
    margin-bottom: 30px;
}

.AddAdsForm textarea {
    border-radius: 0;
    margin-bottom: 15px;
}

.OurStores {
    padding: 50px 0;
}

.StoreTitle {
    margin-bottom: 30px;
    color: #039be5;
    border-bottom: 1px solid #039be5;
    padding-bottom: 20px;
    font-weight: bold;
}

.StorePhoto {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.StorePhoto img {
    width: 100%;
    height: 100%;
}

.SingleStore h3 a {}

.SingleStore h3 a:hover {
    text-decoration: none;
}

.SingleStore p {
    margin-top: 20px;
}

.SingleStore ul li {
    width: 50%;
}

.SingleStore ul li {
    width: 50%;
    margin-top: 9px;
}

.SingleStore {
    margin-bottom: 30px;
}

.SingleStore {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    transition: all .5s ease;
}

.SingleStore:hover {
    background: #f0f7ff;
}

.Banner {
    width: 100%;
    height: 230px;
    position: relative;
    margin-bottom: 30px;
}

.Banner img {
    width: 100%;
    height: 100%;
}

.StoreName {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 55px;
    padding-right: 30px;
}

.StoreName h3 {
    color: #fff;
    margin-top: 10px;
}

.ProfileTitle {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.ProfileBox ul li {
    display: block;
    margin-bottom: 10px;
}

.ProfileBox ul li span {
    font-weight: bold;
}

.EditeProfile {
    padding: 0;
}

.ChangePASS {
    display: block;
    margin-bottom: 15px;
}

.UserTab {
    margin-top: 30px;
}

.UserTab .nav-tabs > li {
    float: right;
}

.UserTab .nav-tabs > li a {
    font-weight: bold;
}

.UserTab .tab-pane ul li {
    display: block;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding: 8px 15px;
    background: #F5F5F5;
}

.UserTab .tab-pane {
    padding: 30px 0;
}

.UserTab .tab-pane ul li a {
    color: #000;
    font-size: 16px;
}

.AdsNum {
    height: 109px;
    background: #F0F5F8;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 109px;
    transition: all .5s ease;
}

.AdsNum a {
    color: #0074D9;
    font-size: 20px;
}

.SingleStore:hover .AdsNum {
    background: #fff;
}

.UserTab.SingleAdsTap .tab-pane ul li {
    display: block;
    margin-bottom: 8px;
    border-bottom: none;
    padding: 13px 15px;
    background-image: url("../images/bordered.png") no-repeat right center;
    background-color: none;
}

.SingleAdsTap .tab-pane ul li a {
    color: #376374;
}

.ED ul li {
    width: 48%;
}

form.SearchAdsNumber.NewSearchAdsNumber input[type="number"] {
    width: 60%;
    transition: all .5s ease;
}

form.SearchAdsNumber.NewSearchAdsNumber input[type="number"]:focus {
    border: none;
}

.NewSearchAdsNumber button {
    width: 80px !important;
}

.ED ul li a i {
    display: block;
    margin-top: 15px;
    font-size: 21px;
}

.ED ul li a:hover {
    text-decoration: none;
}

.InnerOwl ul li i {
    font-size: 25px;
}

.bottomnew li {
    position: relative;
}

.bottomnew li i {
    font-size: 17px
}

.InnerOwl ul li img {
    width: 30px
}

.bottomnew li img {
    width: 25px
}

.AdsOwl .InnerOwl ul li span,
.bottomnew li span {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #376374;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 13px;
    right: 23px;
    top: -11px;
}

.bottomnew li span {
    right: -9px
}

span.view-count {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.AdsDesc p {
    font-size: 20px;
    color: #000;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 500;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}


/*========================================================
===== Media
==========================================================*/

@media only screen and (max-width: 1366px) {
    .MainNav li a {
        margin-left: 26px;
    }
}

@media only screen and (max-width: 1024px) {
    ul.MainNav {
        padding-right: 0;
    }
    ul.TopCatNav li {
        width: 33%;
    }
    ul.CategoryLinks li a img {
        margin-left: 2px;
    }
    ul.CategoryLinks li a {
        font-size: 13px;
    }
    .SearchForm form input[type="text"] {
        width: 78%;
    }
    .Right-Box .form-control {
        width: 100%;
    }
    .SearchAdsNumber input[type="number"] {
        width: 100%;
    }
    .Filter select {
        width: 69%;
    }
    .NewLastAds {
        padding-top: 30%;
    }
    .OurContact li {
        padding: 8px 18px;
    }
    .SingleLatestAds h3 a {
        font-size: 22px;
    }
    .SingleLatestAds ul li {
        margin-left: 6px;
    }
    .ads-num {
        top: 78px;
    }
    ul.RightUl li {
        margin-left: 60px;
    }
    .MainNav li a {
        margin-left: 22px;
    }
    form.SearchAdsNumber.NewSearchAdsNumber input[type="number"] {
        width: 62% !important;
    }
    ul.MainNav {
        margin-top: 2px
    }
    .ED ul li {
        width: 47%;
    }
    .AdsOwl .InnerOwl {
        width: 73%;
    }
    .Center-Box {
        padding-right: 165px;
    }
}

@media only screen and (max-width: 768px) {
    .TopNav {
        height: auto;
    }
    ul.TopCatNav li {
        width: 32%;
        margin-left: 9px;
    }
    ul.CategoryLinks li {
        width: 33%;
        margin-bottom: 50px;
    }
    .SearchForm form input[type="text"] {
        width: 76%;
    }
    .Right-Box,
    .Center-Box,
    .Left-Box {
        margin-bottom: 30px;
    }
    .MainNav li a {
        margin-left: 2px;
    }
    .Right-Box button {
        float: left;
        margin-top: 10px;
    }
    .NewLastAds {
        padding-top: 40%;
    }
    .AdsSocial li {
        width: 15%;
    }
    .SingleLatestAds {
        height: 215px;
    }
    .OurContact li {
        padding: 8px 5px;
    }
    .SingleLatestAds img {
        float: left;
    }
    .RightUl {
        margin-bottom: 20px;
    }
    .SingleStore h3 a {
        font-size: 15px;
        font-weight: bold;
    }
    .StorePhoto {
        height: 100px;
    }
    .ED ul li {
        width: 46%;
    }
    .AdsOwl .InnerOwl {
        width: 94%;
    }
    .OurContact li {
        font-size: 16px !important;
    }
    .SingleLatestAds ul li {
        margin-left: 35px;
    }
    .BottomFooter p {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .MainNav li a {
        margin-left: 13px;
    }
    ul.TopCatNav li {
        margin-left: 8px;
    }
    .SearchForm form input[type="text"] {
        width: 64%;
    }
    .Filter select {
        width: 66%;
    }
    .SingleStatistics {
        margin-bottom: 30px;
    }
    .NewLastAds {
        padding-top: 53%;
    }
    .AdsOwl .InnerOwl h3 {
        line-height: 40px;
    }
    .AdsOwl .InnerOwl ul li {
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
    }
    .OurContact li {
        width: 100%;
        margin-bottom: 15px;
    }
    .SingleLatestAds {
        height: auto;
    }
    .Featured-Ad {
        top: -45px;
    }
    .StorePhoto {
        height: auto;
    }
    ul.TopCatNav li {
        width: 31%;
    }
    .SingleAds ul li:nth-child(2),
    .SingleAds ul li:nth-child(3),
    .SingleAds ul li:last-child,
    .view-count {
        display: none;
    }
    .SearchForm form {
        margin-top: 6px;
    }
    form.SearchAdsNumber.NewSearchAdsNumber input[type="number"] {
        width: 69% !important;
    }
    .SingleAds ul li {
        background: none;
    }
    .AdsDesc p {
        font-size: 20px;
        width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .AddAds {
        font-size: 16px;
        width: 170px;
    }
    ul.TopCatNav li {
        margin-left: 5px;
    }
    .SearchForm form button {
        width: 97px;
    }
    .Filter select {
        width: 59%;
    }
    .NewLastAds {
        padding-top: 80%;
    }
    ul.RightUl li {
        margin-left: 45px;
    }
    .Center-Box {
        padding: 0;
    }
}

@media only screen and (max-width: 360px) {
    .header {
        height: auto;
    }
    .AddAds {
        margin: 80px auto 30px;
    }
    ul.CategoryLinks li {
        width: 50%;
        margin-bottom: 20px;
    }
    ul.CategoryLinks li img {
        margin-left: 10px;
    }
    ul.TopCatNav li {
        width: 100%;
        margin-bottom: 5px;
    }
    .AdvancedSearchBtn {
        width: 116px;
    }
    .SearchForm form button {
        width: 98px;
    }
    .Filter select {
        width: 102%;
    }
    .NewLastAds {
        padding-top: 145%;
    }
    .InnerStoreDetails ul li {
        padding: 10px 7px;
    }
    .AdsSocial li {
        width: 30%;
        margin-bottom: 20px;
    }
    .SingleLatestAds img {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .Featured-Ad {
        top: 10px;
    }
    .SingleAds ul li {
        background: none;
    }
    .SearchForm form {
        margin-top: 6px;
    }
    form.SearchAdsNumber.NewSearchAdsNumber input[type="number"] {
        width: 70% !important;
    }
    .SingleAds ul li {
        height: 125px
    }
    .AdsDesc p {
        font-size: 20px;
        width: 100%;
    }
}
