body {
	font-family:Arial, Helvetica, sans-serif;
	background:#f5f5f5;
}
.container {
	width:100%;
	max-width:1170px;
	padding:0;
}
a, button, input[type=button], i, span {
	-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;
}
ul, li {
	list-style:none;
}

header {
	background:#F5F5F5;
	margin-bottom:15px;
}
header .container {
	position:relative;
}
#souqmobi-logo {
	position:absolute;
	background:url(http://souqmobi.com/images/logo-transparent.png) no-repeat center -8px;
	width:268px;
	height:80px;
	top:10px;
	z-index: 9;
	left:0;
}
#souqmobi-logo a {
	display:block;
	width:100%;
	height:100%;
}

.searcharea {
	padding:1px 20px 0 20px;
	background:#D3D3D3;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	min-height:53px;
	    margin-top: -5px;
    position: relative;
    z-index: 0;
}
.searchbox {
	position:relative;
	margin-right:260px;
	margin-top:7px;
}
.searchbox input {
	height:36px;
	line-height:36px;
	background:url(../images/search-icon.png) no-repeat #FFFFFF left 12px center;
	border:#efecec solid 1px;
	width:100%;
	padding:0 120px 0 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.searchbox button {
	position:absolute;
	right:0;
	top:0;
	width:118px;
	border:none;
	background:#565656;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	height:34px;
	line-height:31px;
	margin:1px 1px 0 0;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px transparent;
}
.searchbox button:hover {
	background-color:#ed0c15;
}
.red-btn a {
	background:#ed0c15;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:44px;
	line-height:44px;
	text-transform:uppercase;
	padding:0 8px;
	font-size:15px;
}
.red-btn a:hover {
	background-color:#d20000 !important;
	text-decoration:none;
}
header .red-btn {
	position:absolute;
	right: 20px;
    top: 5px;
}
header .red-btn a {
	background:url(../images/join-icon.png) no-repeat left 12px center #ed0c15;
	padding-left:50px;
}
nav {
	background:#ECECEC;
	
}
nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
nav .categories {
	background:url(../images/all-category-icon.png) no-repeat left 10px center;
	position:relative;
	z-index:11;
}
nav .categories > a {
	padding-left:30px;
}
nav .categories:hover {
	background-color:#F5F5F5;
}
nav .categories > .dropdown-menu {
	min-width:292px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top:0;
	padding:0;
}
nav .categories .dropdown-menu > li {
	width:100%;
}
nav .categories > .dropdown-menu > li > a {
	padding-left:4px;
	line-height:34px;
	margin:0;
}
nav .categories .dropdown-menu > li > a:hover {
	color:#066cb6;
}
nav .categories  .dropdown-menu i.icon {
	background-image:url(../images/icons-blue.png);
	display: block;
    width: 33px;
    height: 33px;
	margin:0 8px 0 8px;
}
nav .categories .subcategory {
	left:287px;
	top:0;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.39);
	min-width:292px;
	padding:0;
}
nav .categories .subcategory > li >a {
	line-height:34px;
	margin:0;
}
nav ul, .qucik_links {
	padding:0;
	margin:0;
}
nav ul > li, .qucik_links li {
	float:left
}
nav ul > li a, .qucik_links li a {
	color:#000000;
	height:42px;
	line-height:42px;
    text-transform: uppercase;
	padding:0 21px;
	margin:0 4px;
	display:block;
}
.navbar-toggle {
	border-color: #ddd;
}
.navbar-toggle .icon-bar {
    background-color: #888;
}
.bgoverlay.hover {
	background:rgba(0,0,0,0.3);
	position:fixed;
	height:100%;
	width:100%;
	z-index:10;
	top:0;
	left:0;
}
.qucik_links {
	margin-bottom:0;

	width:100%;
	border:#efecec solid 1px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	background:#FFFFFF;
	min-height:38px;
	    position: relative;
    z-index: 1;
}
.qucik_links li:first-child {
	background:url(../images/qarrow.png) no-repeat right center;
	padding:0 15px 0 20px;
	font-size:12px;
	color:#555555;
	line-height:38px;
	
}
.qucik_links li a {
	height:38px;
	font-size:12px;
	color:#555555;
	margin:0 2px; 
	padding:0 12px;
	line-height:38px;
}
section.slider {
	padding:6px 0 0;
}
.bannertxt {
	text-align:right;
}
.bannertxt .blue{
	font-style:italic;
	font-size:24px;
	color:#37A1EF;
	font-weight:bold;
}
.bannertxt .white {
	text-transform:uppercase;
	font-size:40px;
	font-weight:bold;
}
.bannertxt .red-btn {
	margin-top:10px;
}
.bannertxt .red-btn a {
	display:inline-block;
	font-weight:bold;
}
#slider-with-blocks-1 {
  width: 100%;
  height:452px;
}

.rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
}
.bContainer {
  position: relative;
}
.rsABlock {
  left: auto;
  top: 140px;
  right:80px;
  left:inherit;
}
.blockHeadline {
  font-size: 42px;
  line-height: 50px;
}
.blockSubHeadline {
  font-size: 32px;
  line-height: 40px
}
.txtCent {
  text-align: center; 
  width: 100%; 
}

.slide1 {
  background: #f06b50;
}
.slide1 .bContainer {
  top: 36%;
}
.slide2 {
    background: #ffbc11;
    color:#000;
}
.slide2 .bContainer {
  top: 24px;
}
.slide2 .txtCent {
  line-height: 44px;
}
.slide2 .blockHeadline {
   line-height: 66px;
}
.slide3 {
    background: #45aab8;
    color:#FFF;
}
.slide3 .bContainer {
   top: 24px;
}
.slide3 span {
  line-height: 44px;
}
.slide4 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}

.photoCopy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: black;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photoCopy a {
  color: #FFF;
}
.palmImg {
  left: 0;
  top: auto;
  bottom: -60px;
  position: absolute;
}


@media screen and (min-width: 0px) and (max-width: 960px) { 
  .rsContent {
    font-size: 22px;
    line-height: 28px;
  }
  .blockHeadline {
    font-size: 32px;
    line-height: 32px;
  }
  .blockSubHeadline {
    font-size: 26px;
    line-height: 32px
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  
  .rsContent {
    font-size: 18px;
    line-height: 26px;
  }
  .blockHeadline {
    font-size: 24px;
    line-height: 32px;
  }
  .blockSubHeadline {
    font-size: 22px;
    line-height: 32px
  }
}
.logosbar {
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	background:#FFFFFF;
	border:#efecec solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:18px 0;
	text-align:center;
	padding:0px 18px;
	
}
.logosbar li {
	display:inline-block;
	padding:0 14px;
	vertical-align:middle;
}
.addarea{
	padding:2px 0px 5px 240px;
}
.adbox {
	
	padding:0 0 0;
}
.advert {
	width:728px;
	float:right;
	display:block;
}
i.icon {
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
	display:block;
	width:33px;
	height:33px;
	float:left;
	margin-right:12px;
}
i.icon.kitchen {
	background-position:2px 0px;
}
i.icon.computer {
	background-position:-35px 0px;
}
i.icon.health {
	background-position:-71px 0px;
}
i.icon.autoparts {
	background-position:-108px 0px;
}
i.icon.electronics {
	background-position:-145px 0px;
}
i.icon.sunglasses {
	background-position:-182px 0px;
}
i.icon.kids {
	background-position:-218px 0px;
}
i.icon.flowers {
	background-position:-255px 0px;
}
i.icon.travel {
	background-position:-293px 0px;
}
i.icon.books {
	background-position:-328px 0px;
}
i.icon.grocery {
	background-position:-365px 0px;
}
i.icon.mobiles {
	background-position:-403px 0px;
}
i.icon.cameras {
	background-position:-439px 0px;
}
i.icon.ramdan {
	background-position:-475px 0px;
}
i.icon.office {
	background-position:-512px 0px;
}
i.icon.music {
	background-position:-548px 0px;
}
i.icon.pets {
	background-position:-588px 0px;
}
i.icon.womenfashion {
	background-position:-623px 0px;
}
i.icon.menfashion {
	background-position:-659px 0px;
}
i.icon.toys {
	background-position:-696px 0px;
}
.categories-list {
	background:#FFFFFF;
	border:#ebebeb solid 1px;
	margin:0 0 0;
	padding:16px 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
}
.categories-list li {
	width:25%;
	float:left;
	line-height:34px;
	margin-bottom:10px;
}


.categories-list li i.icon {

	-webkit-border-radius: 666em;
	-moz-border-radius: 666em;
	border-radius: 666em;
	background-color:#066cb6;
}
.categories-list li a {
	color:#222222;
	font-size:14px;
}
.categories-list li:hover i {
	background-color:#0061a8;
}
.categories-list li:hover a {
	text-decoration:none;
	color:#066cb6;
}
.bodyarea {
	padding-bottom:56px;
}
.contentrow {
	margin:18px 0 0;
}
h2 {
	color:#FFFFFF;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	font-weight:bold;
	line-height:28px;
}
.headbox {
	background:grey;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:8px 14px;
}
.headbox.greyh {
	background:#565656;
}
.headbox h2 {
	float:left;
}
.headbox h2 span {
	display:block;
	font-size:11px;
	font-weight:normal;
	line-height:4px;
	margin-bottom:8px;
}
.headbox .viewbtn {
	float:right;
	color:#0f71ba;
	border:#d1d1d1 solid 1px;
	background:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px 11px;
}
h3 {
	text-align:center;
	border-bottom:#dfdfdf solid 2px;
	color:#222222;
	font-size:15px;
	line-height:30px;
	margin:0 0 18px 0;
}

.prorow {
	
}
.prorow li {
	margin:18px 4px;
	
}
.prorow li > a {
	text-align:center;
	border:#dfdfdf solid 1px;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:12px 5%;
	background:#FFFFFF;
}

.prorow li img {
	display:block;
	margin:0 auto;
	height:164px;
}
.prorow li .shopnow, .loadmore a, .blue-btn  {
	display:inline-block;
	background:#0e71ba;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#FFFFFF;
	padding:8px 18px;
	margin:10px 0;
}
.blue-btn:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.prorow li .price {
	color:#ed0c15;
	font-weight:bold;
	font-size:18px;
}
.prorow li .price span {
	color:#222222;
}
.prorow li:hover > a {
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.39);
}
.prorow li:hover .shopnow, .loadmore a:hover, .blue-btn:hover {
	background:#ed0c15;
}
.featured.prorow li > a {
	border:solid 2px transparent;
}
.featured.prorow li:hover > a {
	border:solid 2px #ed0c15;
}
.contenbox {
	border:#dfdfdf solid 1px;
	padding:18px;
	margin:8px 0 20px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background:#FFFFFF;
}
h4 {
	font-weight:bold;
	color:#0e71ba;
	margin:18px 0;
}
.sidebar {
	padding-left:0;
}
.sidebar .headbox h2 {
	text-transform:capitalize;
}
.sidepro li {
	margin:9px 0 0 0;
}
.sidepro.prorow li> a{
	border:#dfdfdf solid 1px;
}
.sidepro.prorow li:hover > a {
	border:solid 2px #ed0c15;
}
.sidepro li img {
	float:left;
	max-height:78px;
}
.sidepro li .shopnow {
	background:none;
	color:#0e71ba;
	text-decoration:underline;
}
.sidepro li:hover .shopnow {
	color:#ec121c;
	background:none;
}
.latestblog {
	border:#dfdfdf solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:4px 0;
	background:#FFFFFF;
}
.latestblog li {
	font-size:12px;
	margin:0;
}
.latestblog li > a {
	border:none;
	border-bottom:dashed #C3C1C2 1px;
}
.latestblog li:last-child a {
	border-bottom:none;
}
.latestblog li .image {
	text-align:center;
	float:left;
	max-width:80px;
	width:100%;
}
.latestblog li img {
	max-width:80px;
	max-height:60px;
}
.latestblog li h3 {
	border:none;
	padding-left:95px;
	text-align:left;
	line-height:20px;
	font-weight:bold;
	color:#0F71B8;
}
.latestblog li .posted {
	color:#8A8685;
	font-weight:bold;
}
.latestblog li .posted span {
	float:left;
	display:inline-block;
}
.latestblog li .posted span.user {
	float:right;
	background:url(../images/posted-by-icon.jpg) no-repeat left center;
	padding-left:18px;
	color:#EC131E;
}
.latestblog li .calculation {
	padding:10px 0;
}
.latestblog li .calculation span {
	display:inline-block;
	color:#888687;
}
.latestblog li .calculation .commments {
	float:left;
	background:url(../images/comments-icon.jpg) no-repeat left center;
	padding-left:20px;
}
.latestblog li .calculation .views {
	float:right;
	background:url(../images/views-icon.jpg) no-repeat left center;
	padding-left:20px;
}
.latestblog li p {
	font-size:14px;
	color:#2A2A2A;
	text-align:left;
}
footer {
	background:#323840;
	border-top:#797a7c solid 5px;
	color:#9c9c9c;
	font-size:12px;
}
footer a {
	color:#9c9c9c;
	font-size:12px;
}
footer a:hover {
	color:#0e71ba;
}
h5 {
	color:#FFFFFF;
	font-size:18px;
	border-bottom:#9c9c9c solid 2px;
	padding:10px 0;
	margin-bottom:12px;
}
footer ul.links li {
	border-bottom:#484f57 dashed 1px;
	
}
footer ul.links li a {
	padding-left:18px;
	display:block;
	background:url(../images/qarrow.png) no-repeat left 5px center;
	line-height:24px;
}
.ft-logo {
	margin-top:110px;
	max-width:94%;
}
.fsocial li {
	display:inline-block;}
.fsocial li a {
	border:#9c9c9c solid 2px;
	-webkit-border-radius: 666em;
	-moz-border-radius: 666em;
	border-radius: 666em;
	display:block;
	width:40px;
	height:40px;
}
.fsocial li.facebook a {
	background:url(../images/facebook-icon.png) no-repeat;
	background-position:right -3px center;
}
.fsocial li.facebook a:hover {
	background-position:right -42px center;
}
.fsocial li.twitter a {
	background:url(../images/twitter-icon.png) no-repeat;
	background-position:right -3px center;
}
.fsocial li.twitter a:hover {
	background-position:right -44px center;
}
.fsocial li a:hover {
	border-color:#598dca;
}
.copyright {
	background:#282c33;
	color:#707070;
	text-align:center;
	line-height:40px;
	margin-top:30px;
}
.ip-show {
	display:none !important;
}
.owl-pagination {
	display:none;
}
.facebook-box {
	background:#FFFFFF;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
}
.bannerp .col-md-9 {
	width:73%;
}
.bannerp .col-md-3 {
	width:27%;
}
.facebook-box {
	padding:12px 0 18px;
	text-align:center;
}
.facebook-box h2 {
	color:#000000;
	font-size:17px;
	margin:0 0 12px 10px;
	text-align:left;
}
.facebook-box > a {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:0 10px;
	height: 48px;
    line-height: 48px;
	display:inline-block;
	background:#3d5998;
	border:#304980 solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	width:45%;
}
.facebook-box > a.twitter {
	background:#31a8e2;
	border:#2596cd solid 1px;
}
.featurslider {
	background:#FFFFFF;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.05);
	border:#ebebeb solid 1px;
	margin:9px 0 0;
	padding:16px 5%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.featurslider.owl-theme .owl-controls .owl-buttons {
	position:absolute;
	top:40%;
	width: 96%;
    left: 2%;
}
.featurslider.owl-theme .owl-controls .owl-buttons .owl-prev, .featurslider.owl-theme .owl-controls .owl-buttons .owl-next{
	background:#ececec;
	color:#565656;
	font-size:30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.featurslider.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .featurslider.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	color:#FFFFFF;
	background:#0f71ba;
}
.featurslider.owl-theme .owl-controls .owl-buttons .owl-next {
	float:right;
}
.featurslider.owl-theme .owl-controls .owl-buttons .owl-prev {
	float:left;
}
.searchpro {
	margin:0 -7px;
}
.searchpro li {
	width:25%;
	float:left;
	margin-left:0;
	margin-right:0;
	padding:0 7px;
}
.loadmore {
	border-top:#9c9c9c solid 2px;
}
.loadmore a {
	float:right;
}
#range {
	height: 10px;
	margin: 0 auto 10px;
}
.pricerange, .checksbox {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background:#FFFFFF;
	border:#dfdfdf solid 1px;
	padding:20px 20px 12px;
	margin-top:3px;
}
.pricerange .blue-btn {
	border:none;
	padding:4px 18px;
}
#lower-value, #upper-value {
	display:inline-block;
	width:27%;
	border:#e3dfdf solid 1px;
	height:31px;
	padding:4px;
	font-size:12px;
	color:#444444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.results {
	font-weight:bold;
	font-size:14px;
	padding:8px 0 0;
}

.results span {
	float:right;
	color:#ed0c15;
	
}
.checksbox {
	padding:10px 8px 20px 20px;
}
.catlist {
	max-height:138px;
}
.brandlist {
	max-height:188px;
}
.checklist {
	font-size:13px;
	overflow:auto;
	padding-right:8px;
}
.checklist li {
	border-bottom:#c0bdbd dashed 1px;
	
	padding:4px 0;
	line-height:22px;
}
.checklist li input[type=checkbox] {
	float:left;
	margin-right:5px;
}
.categorypage .categories-list li {
	width:33.33%;
}
.categorypage .searchpro li, .detailctnt .searchpro li {
	width:33.33%;
}
.breadcrumb {
	font-size:12px;
}
.breadcrumb>li+li:before {
	content:">";
	color:#000000;
}


.rsUni .rsArrow {
	height: 100%;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsUni.rsVer .rsArrow {
	width: 100%;
	height: 32px;
	
}
.rsUni.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsUni.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsHor .rsArrowLeft { left: 0; top: 0;  }
.rsUni.rsHor .rsArrowRight { right: 0; top:0;  }

.rsUni .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	border-radius: 2px;
	text-align:center;
}

.rsUni.rsHor .rsArrowIcn:before { font-size:24px; color:#595959; }
.rsUni.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px;   }
.rsUni.rsHor .rsArrowLeft .rsArrowIcn:before { content:"<";}
.rsUni.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }
.rsUni.rsHor .rsArrowRight .rsArrowIcn:before { content:">"; }

.rsUni .rsArrow:hover .rsArrowIcn:before {
	color:#0C71B5;
}

.rsUni.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsUni.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsUni .rsArrowDisabled .rsArrowIcn { opacity: .1 !important; filter: alpha(opacity=20);  *display: none; }



.rsUni .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsUni .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 5px;
}
.rsUni .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BBB;
}
.rsUni .rsBullet.rsNavSelected span {
	background-color: #383838;
}


.rsUni .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsUni .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsUni .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsUni .rsThumb img {
	width: auto;
	height: 100%;
	max-height:31px;
	display:inline-block;
}
.rsUni .rsThumb.rsNavSelected {
	background: #333;
}
.rsUni .rsThumb.rsNavSelected img {
	opacity: 0.7;
	filter: alpha(opacity=30);
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 

.rsUni .rsTmb {
	display: block;
}

 
.rsUni .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsUni .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

.rsUni .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsUni .rsThumbsArrow:hover {

}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsUni .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-universal.png') transparent;
}

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsUni .rsThumbsArrowDisabled { display: none !important; }

 
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsUni .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsUni .rsThumbsHor {
		height: 44px;
	}
	.rsUni .rsThumbsVer {
		width: 59px;
	}
}

.rsUni .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsUni .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	text-decoration: none;

	background: #FFF;
	border-right: none;
	*display:inline; 
	*zoom:1;
	*border-right: 1px solid #d9d9d9;
	
}
.rsUni .rsTab:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child { 
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-right: 1px solid #D9D9DD;
}
.rsUni .rsTab:active { 
	background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected { 
	color: #FFF;
	background: #383838;
	border-color: #383838;
}


.rsUni .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsUni .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-universal.png') 0 0 transparent;
	opacity: 0.7;
	border-radius: 2px;

}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
	opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}


.rsUni .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsUni .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-universal.png) no-repeat 0 -32px;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsUni .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsUni .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsUni .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-universal.png') -64px 0;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}


.rsUni .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

.rsUni .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #222;

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
#gallery-2 {
	width:34%;
	height:242px;
	float:left;
}
#gallery-2 .rsOverflow {
	border:#DFDFDF solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#FFFFFF;
}
#gallery-2.rsUni .rsThumbsVer {
	width:62px;
	padding-left:8px;
}
#gallery-2.rsUni .rsThumb {
	width:50px;
	height:44px;
	border:#DFDFDF solid 1px;
	background:#FFFFFF;
	text-align:center;
	padding:7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#gallery-2.rsUni .rsThumb.rsNavSelected {
	border:#ED0B16 solid 1px;
}
#gallery-2 img.rsImg {
	max-width:100%;
}
.detailctnt {
	padding:16px 0 0;
}
.red {
	color:#EC0C16 !important;
}

.doptions {
	width:66%;
	float:left;
	padding-left:26px;
	font-size:14px;
}
.doptions .frow {
	font-weight:bold;
	color:grey;
	font-size:16px;
	padding:8px 0;
}
.doptions .frow .price {
	float:right;
	text-transform:uppercase;
}
.doptions .srow {
	 padding:8px 0;
 }
.doptions .srow label {
	display:block;
	font-size:14px;
	color:#418fc4;
	padding-bottom:4px;
}
.doptions .srow select {
	 border:#d1d1d1 solid 1px;
	 height:30px;
	 -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	width:50%;
 }
.doptions .dbtns .blue-btn {
	font-size:15px;
	height:32px;
	padding-bottom:0;
	padding-top:0;
	line-height:32px;

}
.doptions .dbtns .blue-btn.re {
	background:#ed0c15;
}
.doptions .dbtns .blue-btn.re:hover {
	background:#0e71ba;
}
.doptions .diffprice {
	padding:0px 0 0;
}
.detailctnt .adbox {
	background:#5A5A5A;
	text-align:center;
	padding:12px 0;
	margin-top:18px;
}
.tablecon {
	overflow-x:auto;
	
}
.pricingtable { border: #efecec solid 1px; background: #FFFFFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05); margin: 5px 0; }
.pricingtable tbody {
	padding:0 8px;
}
.pricingtable td {
	color:#000000;
	border-bottom:#BFBDBE dashed 1px;
	font-size:14px;
	padding:0 12px;
	vertical-align:middle;
}
.pricingtable thead td {
	font-weight:bold;
	font-size:15px;
	padding:12px;
	border-bottom:none;
    text-transform: uppercase;
}
.pricingtable tbody td:first-child img{
	height:30px;
}
.pricingtable .price {
	font-weight:bold;
	color:#EC0C16;
	display:block;
	line-height:15px;
}
.pricingtable small {
	font-size:12px;
}
.pricingtable .blue-btn {
	padding-top:6px;
	padding-bottom:6px;
	margin:8px 0;
}
.specify .panel-default{
	border:none;
	border-bottom:#C0BEBF dashed 1px;
	box-shadow:none;
	border-radius:0;
}
.specify .panel-default:last-child {
	border-bottom:none;
}
.specify .panel-default>.panel-heading {
	background:url(../images/darrow.png) no-repeat left 8px center;
	padding-left:32px;
	border:none;
}
.specify .panel-title {
	font-size:14px;
	color:#333333;
	line-height:14px;
}
.specify .panel-title a:hover, .specify .panel-title a:focus, .specify .panel-title a[aria-expanded=true] {
	color:#ED0C14;
	text-decoration:none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border:none;
	padding-top:4px;
}
.specify .panel-body ul, .storeinfo {
	padding:0 2%;
	font-size:13px;
	
	clear:both;
}
.specify .panel-body ul li, .storeinfo li {
	border-bottom:#D7D7D7 solid 1px;
	line-height:24px;
	padding:2px 8px;
}
.specify .panel-body ul li:last-child, .storeinfo li:last-child {
	border-bottom:none;
}
.specify .panel-body ul li .blue, .storeinfo li .blue {
	display:inline-block;
	min-width:118px;
	font-weight:bold;
	color:#0D72BA;
}
.specify .panel-body ul li >span, .storeinfo li > span {
	display:inline-block;
	line-height:20px;
	vertical-align:top;
}
h4.heading4 {
	border-bottom:#d8d6d6 solid 3px;
	padding:0 0 10px 10px;
	margin-top:0;
}
.inimage {
	width:26%;
	float:left;
	padding:0 4%;
}
.inimage > span {
	display:block;
	padding:8px 0;
	line-height:28px;
	font-size:13px;
}
.inimage > span img {
	float:left;
	margin-right:8px;
}
.insigtgraph {
	width:74%;
	float:left;
	position:relative;
	padding-left:40px;
}
.insigtgraph ul {
	margin:0 0 30px 8%;
}
.insigtgraph ul li {
	background:url(../images/insignicon.jpg) no-repeat left center;
	padding:5px 0 4px 28px;
	font-size:13px;
}
.insigtgraph ul li.drop {
	background-image:url(../images/dropicon.jpg);
}
.insigtgraph ul li.tag {
	background-image:url(../images/tagicon.jpg);
}
.pricein {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	writing-mode: tb-rl;
	display:inline-block;
	position:absolute;
	left:-40px;
	top:140px;
	text-transform:uppercase;
}
.comments .user {
	position:absolute;
	width:154px;
	text-align:center;
}
.comments .user img {
	width:128px;
}
.comments .form {
	padding-left:154px;
}
.comments .form textarea {
	height:150px;
}
.comments .form label {
	font-weight:normal;
	font-size:13px;
	padding:0 0 2px 12px;
}
.comments .form .form-control {
	box-shadow:none;
}
.comments .form input[type=text], .comments .form input[type=email] {
	height:42px;
	color:#7B7575;
}
.comments .cmcount, .comments .rccount, .comments .shcount {
	font-size:13px;
	color:#000000;
	background:url(../images/coments.jpg) no-repeat left center;
	padding-left:25px;
	margin-right:7px;
	margin-bottom:5px;
	min-height:17px;
	display:inline-block;
}
.comments .rccount {
	background:url(../images/recomend.jpg) no-repeat left top;
}
.comments .shcount {
	background:url(../images/shares.jpg) no-repeat left top;
}
button.blue-btn {
	border:none;
}
.sharesbtn > span {
	float:left;
	padding:5px 8px 0 0;
}
.graphcon img {
	max-width:100%;
}
.contactform {
	padding:40px;
}
.contactform input {
	width:48.5%;
	float:left;
	margin-bottom:20px;
	box-shadow:none;
	height:44px;
}
.contactform input.s1 {
	width:28.5%;
}
.contactform input.s2 {
	width:17%;
}
.mr3 {
	margin-right:3% !important;
}
.contacttab .nav-tabs {
	padding:0 40px;
}
.contacttab .nav-tabs>li>a {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	background-color:#E1E0E0;
	text-transform:uppercase;
}
.contacttab .nav-tabs>li.active>a {
	color:#EB0C14;
	
	background-color:#FFFFFF;
}
@media screen and (max-width:1200px) {
.row {
	margin:0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	padding:0;
}

}
@media screen and (max-width:1100px) {
.categories-list li {
	width:33.33%;
}
}
@media screen and (max-width:1024px)  {
.bgoverlay {
	display:none;
}
}
@media screen and (max-width:991px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	padding:0;
}
.bannerp .sidebar, .sidebar {
	width:300px;
	margin:0 auto;
}
.bannerp .col-md-9  {
	width:100%;
}
@media screen and (max-width:922px) {

header  {
	text-align:center;
}
header .red-btn {
	position:initial;
	display:inline-block;
	margin-bottom:20px;
}
header .red-btn:before, header .red-btn:after {
	display:table;
	content:"";
}
header .red-btn:before {
	clear:both;
}
.ip-show {
	display:block !important;
}
.ip-show {
	display:block !important;
}
.ip-hide {
	display:none !important;
}
#souqmobi-logo {
	position:initial;
	height:60px;
	background-size:auto 100%;
	
	float:left;
z-index: 9;
}
header .red-btn {
	float:right;
	margin:20px 20px 0 0;
}
.addarea {
	padding-left:20px;
	padding-top:20px;
	clear:both;
}
.searchbox {
	margin-right:0;
}
}
@media screen and (max-width:800px) {
.categories-list li {
	width:50%;
}
.searchpro li {
	width:33.33%;
}
}
@media screen and (max-width:767px) {
nav ul > li {
	width:100%;
}
nav > .container > ul {
	width:100%;
}
nav .categories .dropdown-menu {
	position:initial;
}
nav .categories .subcategory {
	width:100%;
}
.qucik_links {
	display:none;
}
nav .categories {
	background-image:none;
}
nav .categories  a {
	font-weight:bold;
}
nav > .container > ul#mainmenu {
	margin-right:0;
	padding:0;
	margin-left:0;
}
header {
	margin-bottom:0px;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	padding:0;
}
.featurslider {
	padding-right:6px;
	padding-left:6px;
}
.featurslider.owl-theme .owl-controls .owl-buttons {
	display:none;
}
.searcharea {
	padding-bottom:10px;
}
@media screen and (max-width:728px) {
.adbox {
	display:none;
}
}
@media screen and (max-width:600px) {
.searchpro li {
	width:50%;
} 
}
@media screen and (max-width:568px) {
.categories-list li {
	width:100%;
}
.addarea {
	padding-left:20px;
}

#gallery-2, .doptions {
	width:100%;
	padding:0 2%;
}
.contacttab .nav-tabs {
	padding:0;
}
}
@media screen and (max-width:480px) {
#souqmobi-logo {
	width:150px;
	height:46px;
}
header .red-btn {
	margin:18px 10px 0 0;
}
header .red-btn a {
	background-image:none;
	padding-left:8px;
	font-size:12px;
	height: 36px;
    line-height: 36px;
}
.addarea {
	padding-left:10px;
	padding-right:10px;
}
.searchpro li {
	width:100%;
} 
.searchbox button {
	width:90px;
}
.searchbox input {
	padding-right:94px;
}
.contactform {
	padding:20px 0;
}
.contacttab .nav-tabs>li>a {
	padding:10px 6px;
	font-size:11px;
	text-transform:capitalize;
}
.contacttab .nav-tabs>li.active>a {
	text-transform:capitalize;
}
.contactform input, .contactform input.s1, .contactform input.s2 {
	width:100%;
	margin-right:0 !important;
}
}

.fancybox-outer {
	-webkit-box-shadow:0px 0px 15px 1px rgba(0, 0, 0, 0.43);
	-moz-box-shadow:0px 0px 15px 1px rgba(0, 0, 0, 0.43);
	box-shadow:0px 0px 15px 1px rgba(0, 0, 0, 0.43);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.fancybox-close {
	top:0;
	right:0;
}

#newsletter {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
	width:450px;
}

.top-news {
	background:url(../images/tnews.png) top center repeat-x #428FC5;
	padding:38px 0 12px;
}

.newstitle {
	background:url(../images/nt-bg.png) center center repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:18px;
	letter-spacing:-0.5px;
	margin:0;
}

.newstitle span {
	background:#428FC5;
	padding:0 10px;
}

.top-news .wtxt {
	font-size:15px;
	color:#FFFFFF;
	padding:12px 30px 0;
	padding-right:4%;
	padding-left:4%;
}

.top-news .wtxt .boffer {
	font-size:54px;
	font-weight:bold;
	display:block;
	line-height:90px;
	letter-spacing:-4px;
	text-shadow:0px 3px 8px rgba(0, 0, 0, 0.27);
}

.bottom-news {
	background:url(../images/bnews.png) bottom center repeat-x #ED0B16;
	padding:28px 18px;
}

.subsform {
	position:relative;
}

.subsform input {
	width:100%;
	border:#BD0912 solid 1px;
	height:36px;
	line-height:36px;
	font-size:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0 135px 0 12px;
	outline:none;
}

.subsform button {
	position:absolute;
	right:0;
	top:0;
	height:36px;
	line-height:36px;
	color:#FFFFFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-transform:uppercase;
	font-size:16px;
	border:none;
	background:#222222;
	letter-spacing:1px;
	font-weight:bold;
	padding:0 14px;
	outline:none;
}

@media screen and (max-width:600px) { 
	.searchpro li, .detailctnt .searchpro li { 
		width: 50%; 
	}
@media screen and (max-width:530px) { 
.pricingtable td {

  width:67%;
 }
	#newsletter	{ 
		width: 100%; 
	}
}
@media screen and (max-width:400px) { 
	.pricingtable .blue-btn 
	{ 
		font-size: 12px; 
		padding-left: 4px; 
		padding-right: 4px; 
	}

@media screen and (max-width:360px) { 
	.newstitle { font-size: 15px; 
	}
@media screen and (max-width:319px) { 
	.pricingtable .blue-btn 
	{ 
		font-size: 11px; 
		padding-left: 2px; 
		padding-right: 2px; 
	}

}@media screen and (max-width:359px) { 
  .pricingtable td:first-child {
  width:55%;
 }
 .pricingtable td {
 padding-top: 4px;
 }
}