@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'droid';
    src: url('../fonts/DroidArabicKufi.eot');
    src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicKufi.woff') format('woff'), url('../fonts/DroidArabicKufi.ttf') format('truetype'), url('../fonts/DroidArabicKufi.svg#droid') format('svg');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'droid', Helvetica, Arial;
    direction: rtl;
    font-size: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button::-moz-focus-inner {
    border: 0;
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
ol,
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a:link {
    text-decoration: none;
    outline: none;
    border: none;
    border: hidden;
    color: #000;
    border-color: transparent;
    font-family: 'droid';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:visited {
    text-decoration: none;
    outline: none;
    border: none;
    border-color: transparent;
    color: #000;
}
a {
    color: blue;
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
a:hover {
    text-decoration: none;
    outline: none;
    border: none;
    border-color: transparent;
    color: #000;
}
a:active {
    text-decoration: none;
    outline: none;
    border: none;
    color: #000;
    border-color: transparent;
    color: #000;
}
img {
    border: none;
    border: hidden;
    outline: none;
    border-color: transparent;
}
input {
    background-color: transparent;
    border: hidden;
    margin: 0;
    padding: 0;
    border-color: transparent;
    line-height: 1;
    outline: none;
}
body {
    background: url(../images/ptrn2.png)
}
.wrap {
    width: 980px;
    margin: 0 auto;
}
h1 {
    font-family: 'droid';
}
/***** header **/

.header {
    float: right;
    width: 100%;
    z-index: 100;
    position: relative;
}
.header-top {
    float: right;
    width: 100%;
    height: 40px;
    background: url(../images/ptrn.png);
}
.header-mid {
    float: right;
    width: 100%;
    height: 110px;
    padding: 10px 0;
    /*background:#fff*/
    
    ;
}
.header-nav {
    background-image: -moz-linear-gradient( 90deg, rgb(3, 162, 227) 0%, rgb(18, 110, 174) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(3, 162, 227) 0%, rgb(18, 110, 174) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(3, 162, 227) 0%, rgb(18, 110, 174) 100%);
    float: right;
    width: 100%;
    height: 58px;
}
.header-nav ul {
    float: right;
    width: 934px;
    height: 36px;
    margin-top: 12px;
    margin-right: 20px;
    background-color: #fff;
}
.header-nav ul li {
    float: right;
    background-color: #fff;
    height: 36px;
    text-align: center;
    border-left: #03a2e3 1px solid;
    padding: 0 10px;
    transform: skew(-23deg, 0deg);
    -webkit-transform: skew(-23deg, 0deg);
    -moz-transform: skew(-23deg, 0deg);
    -o-transform: skew(-23deg, 0deg);
    -ms-transform: skew(-23deg, 0deg);
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
#cse-search-box {
    float: left;
    height: 24px;
    line-height: 32px;
    margin-top: 4px;
    margin-left: 25px;
}
#cse-search-box .btn-search {
    float: left;
    width: 42px;
    height: 32px;
    background-color: #03a2e3;
    color: #fff;
    border-radius: 0;
}
.search-input {
    background-color: #fff;
    background-image: url(../images/searchbg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    float: left;
    text-align: right;
    direction: rtl;
    padding: 0 5px;
    width: 125px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
.search-input:focus {
    background-image: none;
    width: 160px;
}
.search-wrap .gsc-input input {
    bottom: 1px !important;
}
.search-wrap .cse input.gsc-search-button,
input.gsc-search-button {
    line-height: 5px !important;
}
.header-nav ul li:hover {
    background-color: #E4E4E4;
}
.header-nav ul li.current {
    background-color: #03a2e3;
}
.header-nav ul li.current a {
    color: #fff;
}
.header-nav ul li a {
    line-height: 36px;
    text-align: center;
    display: block;
    height: 36px;
    float: right;
    padding: 0 5px;
    font-size: 16px;
    color: #03a2e3;
    transform: skew(23deg, 0deg);
    -webkit-transform: skew(23deg, 0deg);
    -moz-transform: skew(23deg, 0deg);
    -o-transform: skew(23deg, 0deg);
    -ms-transform: skew(23deg, 0deg);
}
.header-nav ul li a:hover {
    text-decoration: none;
    padding: 0 15px;
}
.header-nav ul li:last-child {
    border-left: none;
}
.header-nav ul .hom {
    width: 50px;
    padding: 0 20px;
}
.header-nav ul .hom:hover {
    padding: 0 20px;
}
.header-nav ul .hom a {
    background: url(../images/g-rep.png) repeat-y 0 0;
    width: 75px;
    color: #fff;
    margin-right: -39px;
}
.header-nav ul .hom a:hover {
    text-shadow: 0px 0px 25px #fff;
}
.header-nav ul .lost {
    background-color: #dd0000;
}
.header-nav ul .lost a {
    color: #fff;
}
.header-nav ul .lost:hover {
    background-color: #ff0000;
}
.folow {
    float: left;
}
.folow li:first-child {
    background-color: #03a2e3 !important;
    padding: 0 20px;
    width: 60px;
}
.folow li:first-child a {
    color: #fff;
    width: 60px;
    text-align: center;
    cursor: default;
}
.folow li:first-child:hover {
    padding: 0 10px;
    background-color: #03a2e3;
}
.folow li {
    border-left: none !important;
    background-color: #4b4b4b !important;
    padding: 0 0px !important;
    overflow: hidden;
    margin-right: -1px;
}
.folow li a {
    color: #fff !important;
    width: 42px;
    font-size: 14px !important;
    padding: 0 !important;
}
.folow li:last-child a {
    width: 38px;
    margin-left: -23px;
    background-color: #4b4b4b;
}
.folow li:last-child {
    overflow: visible;
}
.folow li:hover {
    padding: 0 0px !important;
}
.folow li a:hover {
    padding: 0 !important;
}
.folow .fb:hover,
.folow .fb a:hover {
    background-color: #305891 !important;
}
.folow .tw:hover,
.folow .tw a:hover {
    background-color: #00bdf7 !important;
}
.folow .gp:hover,
.folow .gp a:hover {
    background-color: #ce3d2c !important;
}
.folow .tu:hover,
.folow .tu a:hover {
    background-color: #f00900 !important;
}
.folow .rs:hover,
.folow .rs a:hover {
    background-color: #fa9200 !important;
}
.folow .tu {
    position: relative;
    z-index: 100;
}
/************/

.header-top ul {
    float: right;
    height: 40px;
}
.header-top ul li {
    float: right;
    height: 40px;
    text-align: center;
    padding: 0 10px;
    transform: skew(-23deg, 0deg);
    -webkit-transform: skew(-23deg, 0deg);
    -moz-transform: skew(-23deg, 0deg);
    -o-transform: skew(-23deg, 0deg);
    -ms-transform: skew(-23deg, 0deg);
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
.header-top ul li:hover,
.header-top ul li.active {
    background-color: #03a2e3;
}
.header-top ul li a {
    line-height: 40px;
    text-align: center;
    display: block;
    height: 40px;
    float: right;
    font-size: 14px;
    color: #fff;
    transform: skew(23deg, 0deg);
    -webkit-transform: skew(23deg, 0deg);
    -moz-transform: skew(23deg, 0deg);
    -o-transform: skew(23deg, 0deg);
    -ms-transform: skew(23deg, 0deg);
}
.header-top ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.header-top .lang {
    float: left;
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    font-size: 16px;
    color: #fff;
    background-color: #03a2e3;
    padding-left: 10px;
    font-family: "Myriad Pro";
}
.header-top .lang span {
    float: right;
    background-color: #64b635;
    width: 24px;
    height: 24px;
    display: block;
    line-height: 24px;
    margin-top: 4px;
    text-align: center;
}
.header-top .lang:hover {
    background-color: #64b635;
    text-decoration: none;
}
.header-top .lang:hover span {
    background-color: #03a2e3;
}
.logo {
    float: right;
    height: 90px;
    width: 181px;
    display: block;
    background: url(../images/sprite.png) no-repeat 0 0;
}
/********* body ********/

.main {
    float: right;
    width: 100%;
}
.body-main {
    float: right;
    position: relative;
    width: 980px;
    min-height: 600px;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgb( 0, 0, 0);
    z-index: 10
}
.sidea-ad {
    position: fixed;
    z-index: 1
}
.sidea-ad .affix-top {
    top: 218px;
}
.sidea-ad .affix {
    top: 60px;
}
.topa-ad {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.ad720 {
    float: left;
    margin-left: 10px;
    height: 90px;
    width: 728px;
    background-color: #dcdcdc;
}
.ad220 {
    float: right;
    margin-right: 10px;
    width: 220px;
    height: 90px;
    background-color: #dcdcdc;
}
.col-r {
    float: right;
    width: 230px;
    margin-right: 10px;
}
.col-m {
    float: right;
    width: 550px;
    margin-right: 10px;
}
.col-l {
    float: right;
    width: 160px;
    margin-right: 10px;
}
.block {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #4aad39 !important;
    border: 1px solid #03a2e3;
}
.block .hed,
.modal-def .hed {
    float: right;
    width: 100%;
    position: relative;
    height: 32px;
    line-height: 32px;
    background: #03a2e3;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: #b7d328 solid 1px;
}
.block .hed .icn,
.modal-def .hed .icn {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 41px;
    height: 33px;
    text-align: right;
    padding-right: 6px;
    line-height: 32px;
    background: url(../images/sprite.png) no-repeat 0 -112px;
    color: #fff;
}
.block .hed h4,
.modal-def .hed h4 {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 50px;
    line-height: 32px;
    font-family: 'droid';
}
a.prv {
    float: left;
    width: 40px;
    height: 32px;
    display: block;
    background: url(../images/sprite.png) no-repeat 0 -112px !important;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: -43px;
    margin-left: 32px;
    font-size: 18px;
}
a.nxt {
    float: left;
    width: 40px;
    height: 32px;
    display: block;
    background: url(../images/sprite.png) no-repeat -1px -191px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-top: -43px;
    font-size: 18px;
}
.col-m .block .hed {
    background: url(../images/ptrn-bar.png) repeat-x;
}
.col-m .block {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.block .carousel {
    float: right;
    width: 100%;
}
/*********** Footer ***************/

.footer {
    float: right;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgb( 0, 0, 0);
    position: relative;
    z-index: 100;
}
.footer-top {
    float: right;
    width: 100%;
    height: 56px;
}
.footer-mid {
    float: right;
    width: 100%;
    height: 62px;
    background-color: #272727;
    text-align: center;
    color: #e9e9e9;
    line-height: 24px;
    direction: rtl;
    padding-top: 5px;
}
.footer-btm {
    float: right;
    width: 100%;
    height: 28px;
    background-color: #343434;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-family: tahoma;
    font-size: 12px;
}
.footer-top .folow {
    float: left;
    height: 30px;
    background-color: #f2f2f2;
    color: #03a2e3;
    margin-top: 14px;
}
.footer-top .folow .titl {
    float: right;
    height: 30px;
    background-color: #03a2e3;
    color: #fff;
    font-family: 'droid';
    text-align: center;
    padding: 0 14px;
    line-height: 30px;
    font-size: 16px;
}
.footer-top .folow a {
    float: right;
    display: block;
    color: #03a2e3;
    height: 30px;
    width: 40px;
    text-align: center;
    line-height: 30px;
    text-shadow: 0px 0px 5px #999;
}
.footer-top .folow a:hover {
    color: #fff;
}
.footer-mid a {
    color: #e9e9e9;
    margin: 0 3px;
    font-size: 12px;
    font-family: 'droid', "Myriad Pro";
}
/**********************Featured************************/

.item-lg {
    float: right;
    width: 236px;
    min-height: 282px;
    border: 1px solid #a2a2a2;
    border-bottom: 2px solid #4aad39;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
.item-lg .title {
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 250px;
    height: 32px;
    background-color: #03a2e3;
    font-family: 'droid', "Myriad Pro";
    color: #fff;
    line-height: 32px;
    text-align: center;
    direction: rtl;
}
.item-lg .img {
    float: right;
    width: 100%;
    overflow: hidden;
    height: 180px;
    text-align: center;
    margin-top: 40px;
}
.item-lg .img img {
    max-width: 250px;
    height: 180px;
}
.item-lg .price {
    float: right;
    position: relative;
    right: -8px;
    width: 250px;
    height: 38px;
    background-color: #93d512;
    font-family: 'droid', "Myriad Pro";
    color: #fff;
    line-height: 38px;
    text-align: center;
    direction: rtl;
}
.item-lg .price .more {
    display: block;
    float: left;
    width: 60px;
    height: 24px;
    background: url(../images/sprite.png) no-repeat -1px -153px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: 7px;
    margin-left: 5px;
    font-size: 12px;
}
.item-lg .price .more:hover {
    text-shadow: 0px 0px 15px #333;
    text-decoration: none;
    color: #93d512;
}
.item-lg .price h4 {
    float: right;
    height: 38px;
    line-height: 38px;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 15px;
    text-shadow: 1px 1px 3px #999;
}
.item-lg .price span {
    font-size: 16px;
    line-height: 38px;
    margin-top: 0 !important;
    margin-bottom: 0;
    float: right;
    height: 38px;
}
.arw-r {
    width: 0px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #660000;
    position: absolute;
    bottom: -8px;
    right: 0;
}
.arw-l {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-top: 8px solid #660000;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.item-lg .title .arw-r,
.item-lg .title .arw-l {
    border-top: 8px solid #005071;
}
.item-lg .price .arw-r,
.item-lg .price .arw-l {
    border-top: 8px solid #3d8531;
}
.item2 {
    position: relative;
    float: right;
    width: 287px;
    height: 138px;
    border: 1px solid #a2a2a2;
    border-bottom: 2px solid #4aad39;
    background-color: #fff;
    margin-bottom: 6px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
.item2 .img {
    float: right;
    width: 136px;
    height: 138px;
    overflow: hidden;
}
.item2 .img img {
    max-width: 136px;
    height: 134px;
}
.item2 .title {
    float: left;
    width: 142px;
    height: 52px;
    font-family: 'droid', "Myriad Pro";
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    direction: rtl;
    overflow: hidden;
}
.item2 .price {
    float: left;
    width: 66px;
    height: 50px;
    background-color: #9eda29;
    color: #333;
    position: relative;
    text-align: center;
    margin-left: 45px;
    font-family: 'droid', "Myriad Pro";
    line-height: 28px;
}
.item2 .price .num {
    position: relative;
    top: 5px;
    font-size: 24px;
    width: 82px;
    height: 26px;
    background-color: #03a2e3;
    left: -8px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.item2 .price .num .arw-r,
.item2 .price .num .arw-l {
    border-top: 6px solid #005071;
    bottom: -6px;
}
.item2 .more {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    width: 68px;
    text-align: center;
    font-family: 'droid', "Myriad Pro";
    font-size: 14px;
    color: #fff;
    font-size: 12px;
    background-color: #03a2e3;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.item2 .more:hover {
    text-decoration: none;
    background-color: #03b6ff;
}
.item-sm {
    float: right;
    width: 130px;
    height: 214px;
    background-color: #fff;
    border: 1px solid #a2a2a2;
    margin-right: 5px;
    border-bottom: 2px solid #4aad39;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
.item-sm .img {
    float: right;
    width: 128px;
    height: 124px;
    overflow: hidden;
    text-align: center;
}
.item-sm .img img {
    max-width: 100%;
    height: 124px;
    width: auto;
}
.item-sm .title {
    float: left;
    width: 124px;
    height: 28px;
    font-family: 'droid', "Myriad Pro";
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    direction: rtl;
    overflow: hidden;
    color: #03a2e3;
}
.price-fea-ads {
    float: right;
    height: 20px;
    line-height: 20px;
    width: 98px;
    background-color: #03a2e3;
    font-family: 'droid', "Myriad Pro";
    font-size: 15px;
    color: #fff;
    text-align: center;
    direction: rtl;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 3px;
    clear: both;
    float: left;
    display: block;
    position: relative;
}
.item-sm .price {
    float: right;
    height: 24px;
    line-height: 24px;
    width: 98px;
    background-color: #03a2e3;
    font-family: 'droid', "Myriad Pro";
    font-size: 20px;
    color: #fff;
    text-align: center;
    direction: rtl;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 3px;
}
.item-sm .price span {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    float: left;
    width: 36px;
}
.item-sm .more {
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    color: #03a2e3;
    width: 80px;
    height: 22px;
    line-height: 22px;
    display: block;
    text-align: center;
    float: right;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    margin-right: 24px;
}
.item-li .more {
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    color: #03a2e3;
    width: 80px;
    height: 22px;
    line-height: 22px;
    display: block;
    text-align: center;
    float: right;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
}
.item-li .more:hover {
    /*background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(204,204,204) 100%);

  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(204,204,204) 100%);

  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(204,204,204) 100%); */
    
    background: #f6f6f6;
    text-decoration: none;
}
.item-sm .more:hover {
    /*background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(204,204,204) 100%);

  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(204,204,204) 100%);

  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(204,204,204) 100%); */
    
    background: #f6f6f6;
    text-decoration: none;
}
.block-more {
    display: block;
    float: right;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff !important;
    background-color: #64b635;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    direction: rtl;
}
.block-more:hover {
    text-decoration: none;
    background-color: #61c528;
}
.item-sm:hover,
.item-lg:hover,
.item2:hover {
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}
.item-li {
    float: right;
    width: 228px;
    padding: 5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dcdcdc;
    font-family: 'droid', "Myriad Pro";
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
.item-li:hover {
    background-color: #fff;
}
.item-li img {
    float: right;
    width: 74px;
    height: 60px;
    border: 1px solid#dcdcdc;
    margin-left: 5px;
}
.item-li .type {
    text-align: right;
    font-size: 14px;
    direction: rtl;
    color: #03a2e3;
}
.item-li .title {
    font-size: 16px;
    text-align: right;
    direction: rtl;
}
/***************************/

.login {
    padding: 5px;
}
.login input.form-control {
    border-radius: 0;
    width: 150px;
    line-height: 24px;
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    direction: rtl;
    font-family: 'droid', "Myriad Pro";
}
.login .checkbox input[type=checkbox] {
    float: right;
    margin-left: 5px;
    margin-right: 6px;
}
.login .checkbox {
    font-family: 'droid', "Myriad Pro";
    text-align: right;
    padding-top: 0 !important;
    min-height: 24px !important;
}
.login .form-group {
    margin-bottom: 10px;
    text-align: center;
}
.login .btn-default,
.reg a {
    background-image: -moz-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    color: #03a2e3 !important;
    width: 148px;
    height: 26px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'droid', "Myriad Pro";
    outline: 0;
}
.login .btn-default:focus {
    outline: none;
}
.login .form-group a {
    text-align: right;
    color: #03a2e3;
    text-decoration: underline;
    font-family: 'droid', "Myriad Pro";
}
.reg {
    float: right;
    width: 100%;
    margin-top: 10px;
    background-color: #03a2e3;
    color: #fff;
    text-align: center;
    font-family: 'droid', "Myriad Pro";
    direction: rtl;
    padding-top: 10px;
    font-size: 16px;
}
.reg a {
    display: block;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
}
.reg a:hover {
    background: #f6f6f6;
    text-decoration: none;
}
/**************** product search ****************/

.product-search {
    float: right;
    width: 220px;
    padding: 5px;
}
.product-search input[type=search] {
    border-radius: 0;
    width: 200px;
    line-height: 32px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    direction: rtl;
    font-family: 'droid', "Myriad Pro";
}
.product-search .form-group {
    margin-bottom: 10px;
    text-align: center;
}
.product-search .radio {
    float: right;
    margin-right: 25px;
    font-family: 'droid', "Myriad Pro";
    padding-left: 0;
}
.product-search .radio:hover {
    color: #03a2e3;
}
.product-search .radio input[type=radio] {
    float: right;
    margin-left: 5px;
}
.product-search .pric-rang input[type=number] {
    float: right;
    direction: rtl;
    width: 100px;
    height: 28px;
    border: 1px solid #dcdcdc;
    line-height: 22px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 3px;
    border-radius: 0;
    font-family: "Myriad Pro";
    font-size: 18px;
    padding-left: 0;
}
.product-search .pric-rang label {
    float: right;
    width: 90px;
    height: 28px;
    font-family: 'droid', "Myriad Pro";
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 3px;
}
.product-search .btn-default {
    background-image: -moz-linear-gradient( 90deg, rgb(20, 102, 166) 0%, rgb(3, 162, 227) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(20, 102, 166) 0%, rgb(3, 162, 227) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(20, 102, 166) 0%, rgb(3, 162, 227) 100%);
    background-color: #03a2e3;
    border-radius: 5px;
    width: 200px;
    height: 33px;
    margin-bottom: 10px;
    font-family: 'droid', "Myriad Pro";
    color: #fff;
    font-size: 16px;
}
.product-search .btn-default:hover {
    background: #03a2e3;
    color: #fff;
}
.product-search select {
    float: right;
    margin-right: 30px;
    margin-bottom: 5px;
    border-radius: 0;
    width: 190px;
    line-height: 28px;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    direction: rtl;
    font-family: 'droid', Helvetica, Arial;
    padding-left: 0;
}
.btn-adv {
    background-image: -moz-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%) !important;
    color: #03a2e3 !important;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}
/************* MODALS ***********/

.modal-def .modal-content {
    border-radius: 0;
    border-bottom: 10px solid #03a2e3;
    background-color: #f3f3f3;
    float: left;
}
.modal-def .hed {
    width: 535px;
}
.modal-def .close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    z-index: 100;
    background-color: #666;
    color: #fff;
    opacity: 1;
}
.modal-def .modal-cont {
    float: left;
    width: 90%;
    margin-left: 32px;
    min-height: 100px;
}
.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
    direction: rtl;
}
.bs-callout {
    margin: 10px 0;
    padding: 10px;
    border-right: 3px solid #5bc0de;
    float: right;
    width: 100%;
}
.bs-callout p {
    font-family: 'droid', Helvetica, Arial;
    text-align: right;
    direction: rtl;
    font-size: 14px;
}
.bs-callout h2,
.bs-callout h3 {
    font-family: 'droid', Helvetica, Arial;
    direction: rtl;
}
.bs-callout .fa {
    font-size: 36px;
    color: #5bc0de;
}
.modal-def .btn-default {
    font-family: 'droid', Helvetica, Arial;
}
.form-pw {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.form-pw label {
    float: right;
    height: 32px;
    line-height: 32px;
    font-family: 'droid', Helvetica, Arial;
    margin-left: 10px;
    font-weight: normal;
}
.form-pw input {
    float: right;
    height: 32px;
    width: 254px;
    line-height: 32px;
    font-family: 'droid', Helvetica, Arial;
    border-radius: 0;
}
.form-pw button {
    float: right;
    background-color: #03a2e3;
    color: #fff;
    height: 32px;
    width: 80px;
    line-height: 32px;
    font-family: 'droid', Helvetica, Arial;
    border-radius: 0;
    padding: 0;
    border: none;
}
.form-pw button:hover {
    background-color: #00b5ff;
    color: #fff;
}
.form-pw .alert-danger {
    float: left;
    width: 254px;
    height: 24px;
    line-height: 24px;
    font-family: 'droid', Helvetica, Arial;
    margin-left: 170px;
    padding: 0 10px;
    text-align: right;
    font-size: 12px;
}
.form-pw textarea {
    direction: rtl;
    text-align: right;
    border-radius: 0;
    margin-bottom: 5px;
}
/*************Product Page********************/

.col-right {
    float: right;
    width: 790px;
    margin-right: 10px;
}
.pag-title {
    float: right;
    width: 100%;
    height: 52px;
    border-bottom: 2px solid #03a2e3;
    background-color: #f1f1f1;
    color: #fff;
    line-height: 50px;
    font-size: 28px;
    text-align: right;
    direction: rtl;
    font-family: 'droid', helvatica, Arial;
    color: #333;
}
.eq-triangle {
    width: 0;
    height: 0;
    border-right: 18px solid #03a2e3;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    left: -18px;
    top: 0;
}
.pag-title .icn {
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-color: #03a2e3;
    color: #fff;
    text-align: center;
    margin-left: 30px;
}
.product-top-cont {
    float: right;
    width: 100%;
    height: 300px;
}
.product-top-cont .product-img {
    float: right;
    width: 212px;
    height: 260px;
    border: 1px solid #dcdcdc;
}
/************** hover Image *********************/

#etalage {
    display: none;
    margin-bottom: 20px;
}
/* Large thumbnail: */

#etalage .etalage_thumb {
    background: white url(http://friquemag.net/demos/etalage/css/../images/loading.gif) center no-repeat;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}
/* Large thumbnail - image (in case you want to add a border around the image within the frame) */

#etalage .etalage_thumb_image {}
/* Small thumbnails: */

#etalage .etalage_small_thumbs li {
    background: white;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 3px;
}
/* The one on the left that makes them slide */

#etalage ul li.etalage_smallthumb_first {}
/* The one on the right that makes them slide */

#etalage ul li.etalage_smallthumb_last {}
/* The currently active one */

#etalage ul li.etalage_smallthumb_active {
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}
/* Zoomed image area: */

#etalage .etalage_zoom_area,
.etalage_zoom_area {
    background: white url(http://friquemag.net/demos/etalage/css/../images/loading.gif) center no-repeat;
    border: 1px solid #ddd;
    padding: 6px;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}
/* Magnifier area (thumbnail hovering rectangle): */

#etalage .etalage_magnifier {
    background: white;
    border: 1px solid #bbb;
}
/* Icon that will apear at the left bottom of the large thumbnail (optional): */

#etalage .etalage_icon {
    background: url(http://friquemag.net/demos/etalage/css/../images/zoom.png) no-repeat;
    width: 14px;
    height: 14px;
}
/* Hint that will apear at the top right of the large thumbnail (optional): */

#etalage .etalage_hint {
    background: url(http://friquemag.net/demos/etalage/css/../images/hint.gif) no-repeat;
    width: 130px;
    height: 57px;
}
/* Description area (optional) */

#etalage .etalage_description {
    background: white;
    font-style: italic;
    margin: 10px;
    padding: 6px 10px;
}
.etalage,
.etalage_thumb,
.etalage_thumb_image,
.etalage_source_image,
.etalage_zoom_preview,
.etalage_icon,
.etalage_hint {
    display: none
}
.etalage,
.etalage ul,
.etalage li,
.etalage img,
.etalage_hint,
.etalage_icon,
.etalage_description {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}
.etalage,
.etalage_magnifier div,
.etalage_magnifier div img,
.etalage_small_thumbs ul,
ul .etalage_small_thumbs li,
.etalage_zoom_area div,
.etalage_zoom_img {
    position: relative
}
.etalage img,
.etalage li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none
}
.etalage,
.etalage_small_thumbs li {
    float: left
}
.etalage_right {
    float: right
}
.etalage li {
    position: absolute
}
.etalage img {
    vertical-align: bottom;
    max-width: none
}
.etalage_magnifier {
    cursor: default
}
.etalage_magnifier div,
.etalage_small_thumbs {
    overflow: hidden
}
.etalage_magnifier div img {
    display: none
}
.etalage_icon,
.etalage_hint {
    cursor: default;
    width: 0;
    height: 0;
    overflow: hidden
}
.etalage_small_thumbs li.vertical {
    float: none
}
.etalage_zoom_area {
    z-index: 10000
}
.etalage_zoom_area div {
    overflow: hidden;
    z-index: 997;
}
.etalage_zoom_preview {
    position: absolute;
    z-index: 998
}
.etalage_zoom_img,
.etalage_hint {
    z-index: 999
}
.etalage {
    direction: ltr
}
div.etalage_description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999
}
div.etalage_description.rtl {
    direction: rtl;
    text-align: right
}
#etalage {
    display: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
#etalage .etalage_thumb {
    background: white url(http://friquemag.net/demos/etalage/demo_files/../images/loading.gif) center no-repeat;
    border: 1px solid #dcdcdc;
    padding: 0;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    width: 220px;
    height: 260px;
}
#etalage .etalage_zoom_area,
.etalage_zoom_area {
    background: white url(http://friquemag.net/demos/etalage/demo_files/../images/loading.gif) center no-repeat;
    border: 4px solid #f3f3f3;
    padding: 0;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    right: 224px !important;
    left: auto !important;
}
#etalage .etalage_magnifier {
    background: #666;
    border: 1px solid #333;
}
#etalage .etalage_icon {
    background: url(http://friquemag.net/demos/etalage/demo_files/../demo_files/images/zoom2.gif) no-repeat;
    width: 24px;
    height: 24px;
}
a.btn-danger {
    color: #fff;
    direction: rtl;
}
.product-top-cont a.btn-danger {
    margin-top: 15px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.product-top-cont a.btn-info {
    margin-top: 15px;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    color: #fff;
    direction: rtl;
}
.product-top-cont .item-brand {
    margin-top: 5px;
}
#product-img {
    position: relative;
    float: right;
    overflow: visible;
    width: 220px;
}
.star-view {
    float: right;
    direction: rtl;
    margin-left: 20px;
    margin-right: 10px;
    height: 24px;
}
select {
    padding-left: 0 !important;
}
.pag-title .star-view> div {
    width: 120px !important;
}
.star-view span {
    float: right;
    font-family: 'droid', helvatica, Arial;
    width: 67px;
}
.add-rate {
    float: right;
    width: 240px;
    height: 16px;
    line-height: 16px;
    font-family: 'droid', helvatica, Arial;
    text-align: right;
}
.add-rate label {
    float: right;
    font-weight: normal;
    width: 80px;
    margin-left: 5px;
}
.add-rate .help-block {
    text-align: right;
    color: #C00;
    font-size: 12px;
}
.add-rate .form-group>div {
    float: right;
    margin-right: 0;
    width: 132px !important;
    direction: rtl
}
.ad300 {
    float: left;
    width: 300px;
    height: 250px;
    background-color: #dcdcdc;
    margin: 10px;
}
.prod-det {
    float: right;
    height: 260px;
    width: 240px;
    margin-top: 20px;
    margin-right: 10px;
}
.prod-det .price {
    float: right;
    width: 90px;
    height: 58px;
    background-color: #9eda29;
    color: #333;
    position: relative;
    text-align: center;
    margin-right: 60px;
    margin-top: 20px;
    margin-bottom: 110px;
    font-family: 'droid', "Myriad Pro";
    line-height: 28px;
    font-size: 18px;
}
.prod-det .price .num {
    position: relative;
    top: 5px;
    font-size: 28px;
    width: 106px;
    height: 32px;
    background-color: #03a2e3;
    left: -8px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.prod-det .price .num .arw-r,
.item2 .price .num .arw-l {
    border-top: 6px solid #005071;
    bottom: -6px;
}
.prod-det .price .store {
    position: absolute;
    height: 80px;
    width: 90px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    bottom: -80px;
}
.prod-det .price .arw-dwn {
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #9eda29;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
}
.prod-det .price .store-icn {
    display: block;
    height: 58px;
    width: 80px;
    margin-top: 20px;
    margin-left: 5px;
}
.product-info {
    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tabs {
    float: right;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #363636;
    color: #fff;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tabs ul {
    float: right;
    height: 42px;
    line-height: 42px;
}
.tabs ul li {
    float: right;
    height: 42px;
    line-height: 42px;
    border-left: #555555 1px solid;
}
.tabs ul li a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    direction: rtl;
}
.tabs ul li a span.fa {
    color: #9eda29;
    font-size: 15px;
    font-weight: normal;
}
.tabs ul li a:hover {
    background-color: #4c4c4c;
    text-decoration: none;
}
.tabs ul li.active a {
    background-color: #03a2e3;
}
.tabs ul li:first-child a {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}
.sort-bar {
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 220, 220, 220);
    background-image: -moz-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    height: 38px;
    width: 790px;
}
.tab-content {
    float: right;
    width: 790px;
}
.sort-bar ul {
    float: right;
    height: 36px;
}
.sort-bar ul li {
    float: right;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.sort-bar ul li:first-child {
    width: 95px;
    font-family: 'droid';
}
.sort-bar ul li button {
    background-color: transparent;
    width: 100%;
    text-align: center;
    line-height: 36px;
    padding: 0;
    direction: rtl;
    border: none;
    font-family: 'droid';
    border-radius: 0;
}
.sort-bar ul li button:click {
    outline: none;
}
.sort-bar ul li button:focus {
    border: none;
    outline: none;
}
.sort-bar ul li button:hover {
    background-color: #03a2e3;
}
.sort-bar ul li.sort-shop {
    width: 120px;
}
.sort-bar ul li.sort-stat {
    width: 160px;
}
.sort-bar ul li.sort-price {
    width: 190px;
    margin-right: 20px;
}
.shop-item {
    float: right;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    line-height: 70px;
}
.shop-item .best-icn {
    float: right;
    width: 95px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
.best-icn .fa {
    display: none;
    width: 32px;
    height: 32px;
    background-color: #fff109;
    color: #0094d1;
    line-height: 32px;
    border-radius: 75px;
    font-size: 18px;
    margin-left: 35px;
    margin-top: 20px;
}
.shop-item .shop-icn {
    float: right;
    width: 120px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.shop-item .shop-icn a {
    border: 1px solid #dcdcdc;
    margin-top: 5px;
    display: block;
    width: 120px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}
.shop-item .shop-icn a:hover {
    border: 1px solid #03a2e3;
}
.shop-item .shop-icn a img {
    height: 60px;
    width: auto;
}
.shop-item .price {
    float: right;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: arial;
    direction: rtl;
    font-weight: bold;
    margin-right: 0;
    margin-left: 0;
    background: none;
    margin-right: 20px;
}
.best {
    background-color: #f0f9fc;
}
.best .price {
    background-color: #03a2e3;
    color: #fff;
}
.best .best-icn .fa {
    display: block;
}
.shop-item .price .low-icn {
    display: none;
    float: right;
    width: 42px;
    height: 50px;
    background-image: url(../images/mlpIcons.png);
    background-repeat: no-repeat;
}
.shop-item .price span {
    font-size: 14px;
    height: 60px;
    font-family: 'droid';
    margin-left: 10px;
    font-weight: normal;
}
.shop-item .status {
    float: right;
    width: 160px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    direction: rtl;
    font-family: 'droid';
    margin-top: 10px;
}
.shop-item .status .fa-check-circle {
    color: #9eda29;
}
.shop-item .status .fa-times-circle {
    color: #db0500;
}
.best .price .low-icn {
    display: block;
}
.shop-btn {
    float: right;
    height: 70px;
    width: 120px;
    text-align: center;
    line-height: 70px;
    margin-right: 40px;
}
.shop-btn a {
    display: block;
    background-image: -moz-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    padding: 0 5px;
    float: right;
    width: 120px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    color: #03a2e3;
    margin-top: 20px;
}
.shop-btn a:hover {
    background: #03a2e3;
    color: #fff;
    text-decoration: none;
}
.well {
    text-align: center;
    font-size: 18px;
    color: #333;
}
#reviews .bs-callout {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
#reviews .comments {
    float: right;
    width: 635px;
    margin-right: 10%;
}
#videos iframe {
    margin: 20px 95px;
}
/***********user css**********/

.user-img {
    float: left;
    margin-left: 30px;
    width: 87px;
    height: 72px;
    border: 1px solid #03a2e3;
    position: relative;
    margin-bottom: 10px;
}
.user-img img {
    width: 85px;
    height: 70
}
.user-img .verified {
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 100;
    width: 26px;
    height: 26px;
    background: url(../images/verify.png) no-repeat;
}
.user-rating {
    float: left;
    direction: rtl;
    height: 24px;
    margin-bottom: 5px;
    width: 120px;
    margin-left: 10px;
}
.user-points {
    float: left;
    width: 116px;
    height: 26px;
    border: solid 1px #666;
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: 'droid';
    line-height: 26px;
    color: #fff;
    background-color: #666;
    text-align: center;
    font-size: 12px;
}
.user-points span {
    float: left;
    background-color: #ffd328;
    color: #333;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    width: 70px;
}
.user-btn {
    float: left;
    width: 150px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    display: block;
    color: #fff !important;
    background-color: #03a2e3;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    direction: rtl;
    padding: 0 5px;
}
.user-btn:hover {
    background-color: #3a3a3a;
    color: #333;
    text-decoration: none;
}
.user-btn:hover .fa {
    color: #ffd328;
}
.user-btn .fa {
    color: #9eda29;
    width: 16px;
    text-align: center;
}
.ade160 {
    float: right;
    width: 160px;
    height: 600px;
    margin: 20px 0;
    background-color: #dcdcdc;
}
.filter-form,
.pagin {
    float: right;
    width: 100%;
    height: 28px;
    margin: 10px 0;
    direction: rtl;
}
.filter-form select {
    float: right;
    height: 26px;
    border: 1px solid #03a2e3;
    padding: 0;
    line-height: 24px;
    line-height: 24px;
    border-radius: 0;
}
.filter-form options {
    line-height: 24px;
}
.filter-form label {
    float: right;
    font-weight: normal;
    font-family: 'droid';
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    color: #03a2e3;
}
.pagin .pull-left a {
    float: right;
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 2px;
}
.pagin .pull-left a:hover,
.pagin a.selected {
    background-color: #03a2e3;
    color: #fff;
    text-decoration: none;
}
.pagin .pull-left a.pagin-arw {
    background-color: #c3eeff;
}
.pagin .pull-left a.pagin-arw:hover {
    background-color: #333;
}
.pagin .pull-right {
    font-size: 14px;
    text-align: right;
    line-height: 20px;
    font-family: 'droid';
}
.tab-pane .item-lg {
    margin-left: 14px;
    margin-right: 13px;
}
.opt {
    float: right;
    width: 100%;
    height: 26px;
    background-color: #363636;
    margin-top: 5px;
    overflow: hidden;
}
.opt .opt-btn {
    float: right;
    text-align: right;
    display: block;
    height: 26px;
    line-height: 26px;
    width: 115px;
    color: #fff;
    direction: rtl;
}
.opt .opt-btn .fa {
    color: #9eda29;
    margin: 0 5px;
}
.opt .opt-btn:hover {
    background-color: #9eda29;
    color: #000;
    text-decoration: none;
}
.opt .opt-btn:hover .fa {
    color: #000;
}
.opt .opt-btn:first-child {
    border-left: #666 solid 1px;
}
.access .title {
    float: right;
    position: relative;
    top: 5px;
    left: 9px;
    padding: 0 5px;
    width: auto !important;
    height: 26px;
    background-color: #03a2e3;
    font-family: 'droid', "Myriad Pro";
    color: #fff;
    line-height: 26px;
    text-align: center;
    direction: rtl;
}
.access .img {
    margin-top: 16px;
}
.access .title .skw {
    top: 0;
    left: 0;
    position: absolute;
    margin-left: -4px;
    width: 8px;
    height: 26px;
    background: #03a2e3;
    -webkit-transform: skew(-199deg);
    -moz-transform: skew(-199deg);
    -o-transform: skew(-199deg);
    transform: skew(-199deg);
}
.access .access-title {
    position: absolute;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    line-height: 16px;
    bottom: 40px;
    padding-bottom: 32px;
}
.pag-title .verified {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 12px;
    background: url(../images/verify.png) no-repeat;
    margin-left: 10px;
}
.shop-det {
    float: right;
    width: 100%;
    margin: 10px 0;
}
.shop-det .pull-right {
    width: 380px;
    margin-right: 10px;
}
.shop-det .shop-img {
    float: right;
    width: 122px;
    height: 102px;
    margin-left: 5px;
    border: 1px solid #03a2e3;
    overflow: hidden;
}
.shop-det .shop-img img {
    width: 120px;
    height: auto;
}
.shop-det .item-info {
    float: right;
    width: 250px;
    line-height: 18px;
    font-size: 14px;
    direction: rtl;
    text-align: right;
    margin-bottom: 5px;
}
.shop-det .item-info a {
    color: #03a2e3;
    text-decoration: underline;
}
.ref-link {
    float: right;
    direction: rtl;
    width: 380px;
    height: 26px;
    line-height: 24px;
    background-color: #03a2e3;
    border: 1px solid #03a2e3;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ref-link .form-control {
    float: right;
    background-color: #fff;
    color: #000;
    text-align: left;
    width: 216px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    margin-left: 3px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.ref-link .fa {
    margin: 0px 10px;
    float: right;
    line-height: 26px;
}
.access-nav {
    float: right;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #3b3b3b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.access-nav li {
    float: right;
    height: 32px;
    line-height: 32px;
}
.access-nav li:first-child {
    margin-right: 50px;
}
.access-nav li a {
    float: right;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
}
.access-nav li a:hover,
.access-nav li.active {
    background-color: #03a2e3;
    color: #fff;
    text-decoration: none;
}
.access-nam {
    float: right;
    width: 240px;
    line-height: 16px;
    text-align: right;
    direction: rtl;
    font-size: 16px;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}
.access-det .price {
    margin-top: 10px;
    margin-bottom: 90px;
}
.access-body .item-lg {
    margin: 10px 13px;
}
.access-body .pagin {
    padding: 0 10px;
}
.access-body h1,
.service-body h1 {
    font-family: 'droid';
}
.service-body {
    float: left;
    width: 640px;
}
.shop-serv {
    float: right;
    width: 100%;
    padding: 10px 15px;
    background-color: #f1fafd;
    border-top: #808080 1px solid;
    border-bottom: #808080 1px solid;
    margin-bottom: 15px;
}
.shop-serv .serv-icn {
    float: right;
    height: 34px;
    width: auto;
    margin: 0 5px;
    background-color: #03a2e3;
    color: #fff;
}
.shop-serv .serv-icn img {
    height: 34px;
    width: auto;
}
.shop-serv p {
    font-family: 'droid';
    line-height: 34px;
    margin-bottom: 0;
}
.feat .item2 {
    margin-right: 70px;
}
.feat .block-more {
    direction: rtl;
}
.feat .item2 .opt {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: 50px;
    width: 28px;
    float: none;
}
.feat .item2 .opt .opt-btn {
    float: right;
    text-align: right;
    display: block;
    height: 26px;
    line-height: 26px;
    width: 26px;
    overflow: hidden;
    color: #fff;
    direction: rtl;
}
.feat .item2 .opt .opt-btn .fa {
    color: #9eda29;
    margin: 0 5px;
    width: 20px;
}
.feat .item2 .opt .opt-btn:hover {
    background-color: #9eda29;
    color: #000;
    text-decoration: none;
    width: 117px;
}
.feat .item2 .opt .opt-btn:hover .fa {
    color: #000;
}
.feat .item2 .opt .opt-btn:first-child {
    border-left: 0;
    border-bottom: 1px solid #333;
}
/*******************MARKET******************/

.search {
    float: right;
    width: 100%;
    background-color: #686868;
    color: #fff;
    min-height: 58px;
    border-bottom: solid 1px #03a2e3;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 690px -16px;
    border-top: #9e9e9e solid 1px;
    margin-bottom: 20px;
}
.search-form {
    float: right;
    width: 100%;
}
.search .form-control {
    float: right;
    background-color: #fff;
    color: #000;
    text-align: left;
    width: 216px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    border-radius: 0;
    margin-left: 3px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.search .btn-search {
    float: right;
    width: 64px;
    height: 32px;
    background-color: #03a2e3;
    color: #fff;
    border-radius: 0;
}
.search .top label {
    font-weight: normal;
    float: right;
    padding: 0;
    height: 32px;
    width: 83px;
    line-height: 32px;
    color: #fff;
    font-family: 'droid';
}
.search .top {
    margin-bottom: 0px;
    margin-top: 12px;
    margin-right: 100px !important;
    float: right;
}
.search .main-input {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    float: right;
    text-align: right;
    direction: rtl;
    padding: 0 5px;
    width: 350px;
    margin-left: 0;
    border: 1px solid #03a2e3;
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
    font-family: 'droid', Helvetica, Arial;
    padding-left: 0px;
}
.search .btn {
    font-family: 'droid', Helvetica, Arial;
}
/* select {

    float: right;

    margin-right: 0px;

    margin-bottom: 0px;

    border-radius: 0px;

    width: 173px;

    line-height: 28px;

    height: 32px;

    padding-top: 0px;

    padding-bottom: 0px;

    direction: rtl;

    border: 1px solid #03A2E3;

    color: #000;

    font-family: 'droid',Helvetica,Arial;

    padding-left: 0px;

	}*/

.search .search-adv {
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 239, 181, 5);
    background-color: rgb( 255, 196, 17);
    float: right;
    margin-right: 10px;
    color: #333;
    line-height: 32px;
    display: block;
    text-align: center;
    width: 103px;
    height: 32px;
}
.search .search-adv:hover {
    text-decoration: none;
    background-color: #ffe328;
}
.advanced-group {
    float: right;
    background-color: #f1f1f1;
    width: 100%;
    margin-bottom: 0;
    padding: 0 120px;
}
.advanced-group .form-group {
    float: right;
    height: 32px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.advanced-group select {
    float: right;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    width: 173px;
    line-height: 28px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    direction: rtl;
    border: 1px solid #03a2e3;
    color: #000;
    font-family: 'droid', Helvetica, Arial;
    padding-left: 0;
}
.advanced-group label {
    float: right;
    height: 32px;
    width: 80px;
    line-height: 32px;
    font-weight: normal;
    text-align: right;
    color: #666;
    font-family: 'droid';
}
.advanced-group input[type="number"] {
    width: 70px;
    height: 30px;
    border: 1px solid #03a2e3;
    float: right;
    line-height: 28px;
    direction: rtl;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.advanced-group .smll {
    width: 34px;
    text-align: center;
}
.advanced-group button {
    background-color: #03a2e3;
    color: #fff;
    float: left;
    width: 174px;
    height: 32px;
    font-family: 'droid';
    text-align: center;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    margin-left: 13px;
    margin-top: 10px;
}
.advanced-group button:hover {
    background-color: #0ab8ff;
    color: #fff;
}
.pag-title .btn-danger {
    color: #fff;
    margin-left: 10px;
    direction: rtl;
}
.stolen-bar {
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 220, 220, 220);
    background-image: -moz-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(204, 204, 204) 0%, rgb(255, 255, 255) 100%);
    height: 38px;
    width: 790px;
}
.stolen-bar ul,
.stolen-item {
    float: right;
    line-height: 36px;
}
.stolen-bar ul li {
    float: right;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-left: 1px solid rgb(220, 220, 220);
    direction: rtl;
    font-family: 'droid';
}
.stolen-bar ul li.device {
    width: 158px;
}
.stolen-bar ul li.imei {
    width: 146px;
}
.stolen-bar ul li.owner {
    width: 144px;
}
.stolen-bar ul li.numb {
    width: 154px;
}
.stolen-bar ul li.rep {
    width: 176px;
}
.stolen-bar ul li:last-child {
    border-left: 0;
}
.stolen-item {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    margin-bottom: 0;
}
.stolen-item:hover {
    -moz-box-shadow: inset 0px 0px 10px #dcdcdc;
    -webkit-box-shadow: inset 0px 0px 10px #dcdcdc;
    box-shadow: inset 0px 0px 10px #dcdcdc;
    background-color: #f8f8f8;
}
.items {
    float: right;
    width: 790px;
    margin-bottom: 20px;
}
.stolen-item li {
    float: right;
    line-height: 20px;
    min-height: 42px;
    text-align: center;
    direction: rtl;
    font-family: 'droid';
    padding-top: 5px;
    padding-bottom: 5px;
}
.stolen-item li a {
    color: #0088bf;
    text-decoration: underline;
}
.stolen-item:nth-child(2n+0) {
    background-color: #e4f1f7;
}
.stolen-item li.device {
    width: 158px;
}
.stolen-item li.imei {
    width: 146px;
}
.stolen-item li.owner {
    width: 144px;
}
.stolen-item li.numb {
    width: 154px;
}
.stolen-item li.rep {
    width: 176px;
}
.side-nav {
    float: right;
    width: 140px;
    background-color: #333333;
}
.side-nav ul {
    float: right;
    width: 140px;
    margin-bottom: 0;
}
.side-nav ul li,
.side-nav ul li a {
    float: right;
    width: 140px;
    height: 44px;
    font-size: 14px;
    color: #fff;
}
.side-nav ul li {
    border-bottom: 1px solid #999;
}
.side-nav ul li a {
    padding: 5px 5px;
    line-height: 34px;
    text-align: right;
    display: block;
    font-size: 12px;
}
.side-nav ul li a:hover,
.side-nav ul li.selected {
    background-color: #666;
    text-decoration: none;
}
.side-nav ul li a img {
    float: right;
    max-width: 120px;
    height: 34px;
    width: auto;
    margin: 0 5px;
}
.shop-serv-item {
    float: right;
    width: 140px;
    height: 120px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    position: relative;
}
.shop-serv-item .star-view {
    text-align: center;
    line-height: 16px;
    float: right;
    background-color: #e9e9e9;
    border-bottom: 1px solid #03a2e3;
    width: 140px;
    margin: 0;
}
.shop-serv-item .star-view>div {
    width: 138px !important;
}
.shop-serv-item a {
    display: block;
    height: 82px;
    width: 140px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #03a2e3;
}
.shop-serv-item a img {
    width: 130px;
    height: auto;
}
.shop-serv-item .titl {
    float: right;
    width: 140px;
    background-color: #03a2e3;
    color: #fff;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-right: -1px;
}
.shop-serv-item .verified {
    position: absolute;
    bottom: 15px;
    right: -5px;
    z-index: 100;
    width: 26px;
    height: 26px;
    background: url(../images/verify.png) no-repeat;
    border: none;
}
.col-l-news {
    float: left;
    width: 160px;
    margin-left: 10px;
}
.slider {
    float: right;
    width: 790px;
    height: 360px;
    margin: 10px 0;
}
.slider .item img {
    width: 790px !important;
    height: 360px !important;
}
.news-item {
    float: right;
    height: 112px;
    margin-bottom: 10px;
}
.news-item img {
    float: right;
    width: 164px;
    height: 112px;
    border: #03a2e3 1px solid;
}
.news-item .title {
    float: right;
    width: 385px;
    height: 86px;
    background-color: #f8f8f8;
    border: 1px solid #dcdcdc;
}
.news-item .title .sec {
    float: right;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #343434;
    direction: rtl;
    text-align: right;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 12px;
}
.news-item .title p {
    text-align: right;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 5px;
    clear: right;
}
.news-item .btm-bar {
    float: right;
    width: 385px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #03a2e3;
    text-align: right;
    direction: rtl;
    padding-right: 10px;
}
.news-item .btm-bar a {
    float: left;
    display: block;
    background-color: #00658e;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
}
.news-item .btm-bar a:hover {
    text-decoration: none;
    background-color: #003449;
}
.slider .carousel-control {
    width: 8%;
    color: #fff;
}
.slider .carousel-indicators {
    bottom: -7px;
}
.slider .carousel-caption .sec {
    float: right;
    background-color: #343434;
    padding: 0 10px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    direction: rtl;
}
.slider .carousel-caption .title {
    background-color: rgba( 3, 162, 227, 0.8);
    width: 632px;
    height: 52px;
    color: #fff;
    line-height: 32px;
    padding: 10px;
    text-align: right;
    font-size: 18px;
    float: right;
    direction: rtl;
}
.slider .carousel-caption {
    left: 0 !important;
    right: 20%;
    padding-bottom: 30px;
}
.news-nav {
    float: right;
    width: 228px;
}
.news-nav li {
    float: right;
    width: 228px;
    line-height: 32px;
    border-bottom: 1px solid #dcdcdc;
}
.news-nav li a {
    float: right;
    display: block;
    height: 40px;
    width: 228px;
    line-height: 20px;
    padding: 10px 10px;
    text-align: right;
    direction: rtl;
}
.news-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #03a2e3;
}
.bar-opt {
    float: right;
    width: 100%;
    background-color: #f8f8f8;
    border-top: 1px solid #03a2e3;
    border-bottom: 1px solid #03a2e3;
    height: 32px;
    line-height: 32px;
    margin: 10px 0px;
}
.bar-opt .pull-right {
    direction: rtl;
    text-align: right;
    padding-right: 10px;
}
.article-body {
    text-align: right;
    direction: rtl;
    font-size: 16px;
    line-height: 140%;
    font-family: 'droid', Helvetica, Arial;
}
.article-body img {
    margin: 10px;
    max-width: 540px;
    height: auto;
}
.article-comnts {
    float: right;
    width: 540px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'droid', Helvetica, Arial;
}
.article-comnts .title {
    background-color: #03a2e3;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    direction: rtl;
    font-family: 'droid', Helvetica, Arial;
}
.news-item-sml {
    float: right;
    width: 164px;
    height: 180px;
    background-color: #03a2e3;
    position: relative;
    margin: 0 8px;
}
.news-item-sml img {
    border: 1px solid #03a2e3;
}
.news-item-sml .txt {
    float: right;
    width: 164px;
    height: 64px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-family: 'droid', Helvetica, Arial;
    border-top: 3px solid #0287bd;
}
.news-item-sml .sec {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #343434;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    direction: rtl;
    font-family: 'droid', Helvetica, Arial;
}
.forms {
    float: right;
    width: 400px;
    margin-top: 20px;
    margin-left: 10px;
    border: solid 1px #CACACA;
    background-color: #f8f8f8;
    padding: 15px 7px;
    margin-bottom: 15px;
}
.forms label {
    float: right;
    width: 140px;
    font-family: 'droid', Helvetica, Arial;
    margin-left: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    height: 32px;
    direction: rtl;
}
.forms .form-control {
    float: right;
    width: 230px;
    border-radius: 0;
    border: 1px solid #03a2e3;
    padding: 0 10px;
    line-height: 32px;
    text-align: right;
    direction: rtl;
    font-size: 16px;
    font-family: 'droid', Helvetica, Arial;
}
.forms .form-group {
    float: right;
    margin-bottom: 15px;
}
.register-fb {
    float: right;
    margin-top: 20px;
}
.forms button[type=submit] {
    width: 230px;
    height: 32px;
    border-radius: 0;
    background-color: #03a2e3;
    float: left;
    margin-left: 5px;
    color: #fff;
    font-family: 'droid', Helvetica, Arial;
    font-size: 16px;
    clear: both;
}
.forms button[type=submit]:hover {
    background-color: #13bbff;
    color: #fff;
}
.forms .help-block {
    text-align: right;
    font-family: 'droid', Helvetica, Arial;
    margin-bottom: 0;
    font-size: 12px;
}
.forms .help-block a {
    color: #03a2e3;
    text-decoration: underline;
}
.forms .checkbox {
    float: left;
    width: 250px;
    direction: rtl;
}
.forms .checkbox input[type=checkbox] {
    float: right !important;
    margin-left: 10px;
}
.forms .checkbox label {
    float: right;
    width: auto;
    line-height: 24px;
}
input[type=file] {
    float: right;
    width: 230px;
    overflow: hidden;
    margin-top: 5px;
}
.shop-register {
    width: 790px;
}
.shop-register .checkbox img {
    height: 34px;
    width: auto;
}
.shop-register .form-group {
    clear: right;
}
.shop-register .pull-left label {
    width: 250px;
    color: #fff;
}
.shop-register fieldset {
    background-color: #03a2e3;
}
.shop-register fieldset .help-block {
    margin-top: -30px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
}
.ques {
    float: left;
    width: 363px;
    padding: 0;
    background-color: #fff;
    border: 0;
    margin-left: 0;
}
.ques .alert {
    font-family: 'droid', Helvetica, Arial;
    text-align: right;
    direction: rtl;
}
.ques label {
    width: 105px;
}
.ques .form-control {
    width: 210px;
}
.ques input[type=file] {
    width: 210px;
}
.ques .help-block {
    text-align: left;
}
.alert {
    font-family: 'droid', Helvetica, Arial;
    text-align: right;
    direction: rtl;
}
#map,
.gllpMap {
    display: block;
    width: 380px;
    ;
    height: 300px;
    margin: 0 auto;
    /*-moz-box-shadow: 0px 5px 20px #ccc;

  -webkit-box-shadow: 0px 5px 20px #ccc;

  box-shadow: 0px 5px 20px #ccc;

  padding-top:72px;*/
    
    float: left;
}
#mapShop {
    display: block;
    width: 540px !important;
    height: 300px !important;
    float: left;
    z-index: 1000;
    position: relative;
}
.table tbody {
    direction: rtl;
    font-family: 'droid', Helvetica, Arial;
}
.table tbody tr td {
    white-space: nowrap;
}
#confirm-del button[type=submit] {
    margin: 10px;
}
.contact {
    width: 385px;
}
.contact .form-control {
    width: 230px;
}
.contact label {
    width: 120px;
}
.contact h3 {
    margin-top: 0;
    background-color: #fff;
    padding: 10px 5px;
}
.contact .label {
    margin-left: 10px;
    font-weight: normal;
}
.contact h4 {
    line-height: 26px;
    font-size: 16px;
    font-family: 'droid', arial;
}
.contact button[type=submit] {
    width: 100px;
    margin-left: 7px;
}
.modal-cont .well {
    float: left;
    width: 100%;
}
/***********spec-list**********/

#specs-list {
    border-bottom: 9px solid #FFFFFF;
    width: 790px;
    float: left;
    margin-left: 0px;
    text-align: left;
}
#specs-list p {
    background: none repeat scroll 0 0 #F6F6F6;
    font-size: 12px;
    padding: 4px 6px;
}
#specs-list p a {
    color: #7D7464;
    text-decoration: underline;
}
#non-gsm p {
    color: #4B3C23;
    font-weight: bold;
}
#specs-list table {
    border-top: 1px solid #0394CC;
    width: 100%;
}
#specs-list caption {
    display: none;
}
#specs-list th,
#specs-list td {
    font: 12px Arial;
    padding: 1px 6px;
    vertical-align: top;
}
#specs-list th {
    background: none repeat scroll 0 0 #03a2e3;
    border-right: medium none;
    color: #fff;
    font: 13px arial bold;
    text-transform: uppercase;
    width: 80px;
}
#specs-list td {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #f0f0f0;
    line-height: 16px;
}
#specs-list td.ttl {
    color: #7D7464;
    font-weight: bold;
    width: 100px;
}
#specs-list tr:last-child td {
    border-bottom: medium none;
}
#specs-list td.ttl a {
    color: #7D7464;
    font-family: arial;
    font-weight: bold;
}
#specs-list td.nfo ul {
    margin-left: 16px;
}
#specs-list td.nfo a {
    color: #b23f33;
    text-decoration: underline;
}
#specs-list td.nfo a.noUnd {
    color: #000000;
    text-decoration: none;
}
#specs-list td.nfo a.noUnd:hover {
    color: #F04F40;
    text-decoration: underline;
}
#specs-list td.nfo li {
    list-style-type: disc;
    padding: 1px 0;
}
#all-phones ul {
    height: 178px;
    overflow: auto;
}
#specs-list td.nfo {} #user-submit {
    margin-top: 10px;
}
/***********************************/

.item-lg2 {
    width: 170px;
}
.item-lg2 .price,
.item-lg2 .title {
    width: 185px;
}
.item-lg2 .price h4 {
    font-size: 26px;
}
.item-lg2 .price span {
    font-size: 12px;
}
/****************/

.set-location {
    margin-bottom: 20px;
    float: right;
}
.set-location select {
    float: right;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    width: 140px;
    line-height: 28px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    direction: rtl;
    border: 1px solid #03a2e3;
    color: #000;
    font-family: 'droid', Helvetica, Arial;
    padding-left: 0;
}
.set-location label {
    float: right;
    font-weight: normal;
    line-height: 28px;
    font-family: 'droid', Helvetica, Arial;
    padding: 0 10px;
}
.set-location button {
    float: right;
    background-color: #03a2e3;
    color: #fff;
    height: 32px;
    width: 80px;
    line-height: 32px;
    font-family: 'droid', Helvetica, Arial;
    border-radius: 0;
    padding: 0;
    border: none;
}
.set-location .btn-default:hover {
    background: #03a2e3;
    color: #fff;
}
.brands {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    background-color: #0072B3;
    height: 64px !important;
    padding-top: 5px;
    border-bottom: 1px solid #03a2e3;
    border-top: 1px solid #03a2e3;
}
.brands .carousel-control {
    color: #03a2e3;
}
.item-brand {
    float: right;
    width: 77px;
    height: 50px;
    display: block;
    border-radius: 3px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5 !important;
    padding: 5px;
    background-color: #fff;
    opacity: 0.9;
}
.item-brand:hover {
    opacity: 1;
}
.access-menu {
    background-color: #313A44;
    height: 80px !important;
}
.access-menu .item-brand,
.access-item {
    height: 70px;
    width: 190px;
    margin-right: 5px;
}
.access-menu .item-brand:hover {
    /* background-color:#dce8ed;*/
}
.access-menu .item-brand .s_thumb {
    height: 70px;
    padding-top: 0 !important;
    margin-top: -5px;
    background-color: #fff;
}
.access-menu .item-brand .s_thumb img {
    width: 65px;
    height: 50px;
}
.access-menu .item-brand h3 {
    height: 32px;
    font-weight: normal;
    font-family: 'droid', Arial, Helvetica, sans-serif;
}
.access-body .item-brand {
    opacity: 1;
}
.item-brand h3 {
    border-top: none;
    width: 100px;
    padding-left: 15px;
    display: block;
    float: left;
    clear: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.item-brand:hover {
    border: 1px solid #03a2e3;
    -moz-box-shadow: 0px 0px 4px #03a2e3;
    -webkit-box-shadow: 0px 0px 4px #03a2e3;
    box-shadow: 0px 0px 4px #03a2e3;
}
.item-brand .s_thumb {
    width: 50px;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
    display: block;
    float: left;
    padding-right: 70px;
    height: 35px;
    padding-top: 9px;
    text-align: center;
}
.item-brand .s_thumb img {
    width: 65px;
    left: 5px;
    height: auto !important;
    margin: auto !important;
    background: #fff;
}
.search-form .top .form-group {
    float: right;
    width: 250px;
}
.search-form .top .form-group .control-label {
    width: 50px;
}
.search-form .main-input {
    width: 150px;
    color: #000;
}
.brands .carousel-control {
    width: 3%;
}
.brands .carousel-control .glyphicon {
    font-size: 20px;
    margin-top: -8px;
    margin-left: -15px;
}
.brands .carousel-control .glyphicon-chevron-right {
    margin-right: -15px;
}
.f-col {
    width: 960px !important;
}
.col-md-6 #specs-list {
    width: 100%;
}
.access-body h1 {
    direction: rtl;
    float: right;
    margin: 20px;
}
.compare-top .item2 {
    width: 450px;
}
.compare-top .item2 .title {
    width: 310px;
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
}
.compare-top .item2 .price {
    margin-left: 120px;
}
.f-col .search {
    background-position: 867px -12px;
}
.compare-body {
    float: right;
}
.back-btn {
    margin: 15px;
    color: #fff !important;
    background-color: #03a2e3;
}
.add-new .help-block {
    text-align: left;
}
.register-tabs {
    float: right;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #333;
    border-bottom: 2px solid #03a2e3;
}
.register-tabs li {
    float: right;
    width: 50%;
    height: 40px;
}
.register-tabs li a {
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    direction: rtl;
}
.register-tabs li a span {
    color: #9eda29;
}
.register-tabs li a:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}
.register-tabs li.active a {
    background-color: #03a2e3;
}
.register-tabs li.active a:hover {
    background-color: #0079ab;
    color: #fff;
}
.forms .serv-check .checkbox {
    width: 160px;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}
.forms .serv-check label {
    width: 300px;
    text-align: right;
}
.forms .serv-check {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.stolen-item {
    position: relative;
}
.stolen-item .opt-btn {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    display: block;
    height: 50px;
    line-height: 26px;
    color: #fff;
    direction: rtl;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 5px;
}
.stolen-item .opt-btn .fa {
    color: #9eda29;
    margin: 0 5px;
}
.stolen-item .opt-btn:hover {
    background-color: #9eda29;
    color: #000;
    text-decoration: none;
}
.stolen-item .opt-btn:hover .fa {
    color: #000;
}
.item-lg .title a {
    color: #fff;
    text-decoration: none;
}
.item-lg .title a:hover {
    color: #dcdcdc;
    text-decoration: none;
}
.opt .btn:active,
.opt .btn.active {
    background-color: #03a2e3;
    color: #fff;
    text-decoration: none;
}
.opt .btn:active .fa,
.opt .btn.active .fa {
    color: #000;
}
.opt .btn {
    border-radius: 0;
    background-color: #333;
    color: #fff !important;
    width: 100%;
    padding: 0;
    text-align: center;
    font-family: 'droid';
}
.opt .btn:hover {
    color: #fff;
}
.btn.active:focus {
    outline: none;
}
.compare-added .item2 {
    margin-right: 50px;
    margin-top: 5px;
}
.item-lg2 .opt-btn {
    width: 84px;
}
.compare-added .item2 .opt-btn {
    background-color: #333;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.compare-added {
    float: right;
    width: 100%;
}
.compare-added .btn-info {
    margin: 50px 10px;
    color: #fff;
}
.compare-added .btn-info .fa {
    color: #9eda29;
}
.compare-added .btn-info:hover .fa {
    color: #ffd328;
}
.compare-added .btn-info:hover {
    background-color: #333;
}
.explain {
    margin-bottom: 0 !important;
    border-radius: 0;
    direction: rtl;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    width: 100%;
}
.explain button.close {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    text-align: center;
    line-height: 32px;
    float: left;
}
.suc {
    float: right;
    width: 100%;
    margin: 20px 0;
}
.suc h4 {
    float: right;
    width: 100%;
    text-align: center;
}
.suc p {
    margin: 0 auto;
    width: 300px;
}
.suc p a {
    width: 140px;
}
.suc p a.btn-info {
    color: #fff;
}
#accessory .forms,
.featured {
    width: 780px;
}
#mobile .panel-group {
    float: left;
    width: 378px;
}
#accessory .forms button,
.featured button {
    margin-left: 5px;
}
#chines {
    margin: 0;
    margin-left: -8px;
    /*background-color: #FFF6E2;*/
}
.ques button[type=button] {
    height: 32px;
    border-radius: 0;
    float: left;
    margin-left: 5px;
    color: #fff;
    font-family: 'droid', Helvetica, Arial;
    font-size: 16px;
    clear: both;
}
.ques .panel-heading {
    padding: 0 !important;
    -webkit-transition-property: all;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: ease-out;
}
.ques .panel-heading a {
    display: block;
    width: 100%;
    text-align: center;
    direction: rtl;
    color: #fff;
    line-height: 38px;
    background-color: #03a2e3;
}
.ques .panel-heading a:hover {
    text-decoration: none;
    color: #fff;
}
.ques .panel-info>.panel-heading:hover {
    background-color: #03a2e3;
}
.ques .panel-heading a.collapsed {
    background-color: #d9edf7;
    color: #03a2e3;
}
.edit-form {
    float: right;
    width: 780px;
}
.edit-form li {
    float: right;
    width: 100%;
}
.edit-form .forms {
    width: 100%;
}
.edit-form .forms label {
    font-size: 20px;
    width: 240px;
}
.edit-form .block-content {
    float: right;
    width: 400px;
    margin-right: 10px;
}
.edit-form .block-content .form-group {
    width: 100%;
}
.edit-form .block-content .form-control {
    width: 300px;
}
.edit-form .block-content button[type=submit] {
    float: right;
    width: 300px;
}
.edit-form .block-content .form-control-static {
    text-align: right;
    white-space: normal;
    float: right;
    min-height: 32px;
    color: #333;
    line-height: 18px;
    direction: rtl;
    border-radius: 0px;
    min-width: 300px;
    max-width: 380px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: rgba(204, 204, 204, 0.2);
}
.edit-form .block-content fieldset {
    background-color: #03a2e3;
}
.edit-form fieldset.gllpLatlonPicker label {
    width: 300px;
    color: #fff;
    font-size: 14px;
}
.edit-form .checkbox img {
    height: 24px;
    width: auto;
}
.edit-form .serv-check .checkbox {
    width: 96px;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    height: 24px;
}
.edit-form fieldset .help-block {
    margin-top: -30px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
}
.edit-form .forms .serv-check {
    border: none;
}
.edit-form input[type=file] {
    width: 200px;
}
.edit-form .help-block {
    float: right;
}
.termspage {
    float: right;
    width: 780px;
    margin: 10px;
}
.termspage h3,
.termspage p {
    text-align: right;
    direction: rtl;
}
.itema-ads {
    min-height: 230px;
}
.itema-ads .img img {
    max-width: 160px;
    height: 130px !important;
}
.itema-ads .img {
    height: 130px;
}
.ad-det .price {
    margin-bottom: 20px;
}
.ad-det .access-nam {
    font-size: 18px;
    direction: rtl;
}
.tab-pane {
    text-align: right;
    line-height: 140%;
    font-size: 14px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.ad-desc {
    float: left;
    width: 300px;
    margin: 10px;
}
.ad-desc p {
    text-align: right;
    font-size: 16px;
    line-height: 140%;
    font-family: 'droid', arial;
    direction: rtl;
}
.ad-desc .panel-info {
    text-align: right;
    font-size: 18;
    font-family: 'droid', arial;
    direction: rtl;
}
.ad-desc .panel-footer a {
    margin: 0 40px;
    width: 200px;
    color: #fff;
}
.ad-desc .panel-footer a:hover {
    color: #036;
}
.login .alert {
    float: right;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.adlcont #product-img {
    margin-top: 10px;
}
.adlcont {
    height: auto;
}
.adlcont .prod-det {
    height: 200px;
}
.carousel-inner .itema-ads {
    margin-right: 15px;
}
.comm .tabs {
    text-align: center;
    direction: rtl;
    font-size: 18px;
}
.comm .comments {
    float: right;
    margin: 0 85px;
}
.opt-btn-f {
    width: 100% !important;
    border: none !important;
}
.pag-title .item-brand .s_thumb img {
    float: left;
}
.set-location select {
    float: right;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    width: 140px;
    line-height: 28px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    direction: rtl;
    border: 1px solid #03a2e3;
    color: #000;
    font-family: 'droid', Helvetica, Arial;
    padding-left: 0;
}
.access-body .item-brand {
    border: 1px solid #1495D1 !important;
    margin-top: 15px;
}
.compare-sel {
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.compare-sel .forms {
    width: 100%;
}
.compare-sel select {
    float: right;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    width: 169px;
    line-height: 28px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    direction: rtl;
    border: 1px solid #03a2e3;
    color: #000;
    font-family: 'droid', Helvetica, Arial;
    padding-left: 0;
}
.compare-sel .forms button[type=submit] {
    float: right;
    background-color: #03a2e3;
    color: #fff;
    height: 32px;
    width: 80px;
    line-height: 32px;
    font-family: 'droid', Helvetica, Arial;
    border-radius: 0;
    padding: 0;
    border: none;
    clear: none;
}
.compare-sel .form-group {
    margin-left: 5px;
}
.access-body h1>.back-btn {
    margin: 8px 15px;
}
.compare-added .item2 {
    width: 150px !important;
    height: 203px !important;
    margin-right: 75px;
    margin-top: 10px;
}
.compare-added .btn-info {
    margin: 5px 5px;
    width: 380px;
    margin-left: 85px;
    padding: 0;
    height: 32px;
    line-height: 32px;
}
.agents {
    width: 780px;
}
.agents h3 {
    font-family: 'droid', arial;
    direction: rtl;
}
.agents a {
    text-decoration: underline;
    color: #009;
}
.agents p {
    font-family: 'droid', arial;
    direction: rtl;
    text-align: right;
}
#mapShop {
    min-width: 540px !important;
    min-height: 400px !important;
    display: block;
    float: left;
    margin: 0;
    max-width: 540px;
    max-height: 400px;
}
.set-points h4 {
    color: #fff;
    font-family: 'droid', arial;
    background-color: #666;
    float: right;
    width: 100%;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.set-points h2 {
    background-color: #ffd328;
    color: #333;
    line-height: 32px;
    padding: 0;
    margin: 0;
}
.set-points button[type=submit] {
    margin-left: 140px;
}
.opt .only {
    width: 100%;
    text-align: center;
    border: none;
}
.popover-title,
.popover-content {
    text-align: center;
}
.featu .img {
    margin-top: 0;
}
.featu .img img {
    max-width: 168px;
    min-width: 168px;
}
.featu {
    min-height: 190px !important;
}
.access-menu .item-brand .s_thumb {
    background: url(../images/access.png) no-repeat center;
}
.access .img {
    background: url(../images/access2.png) no-repeat center;
}
.item-lg .img {
    background: url(../images/phone.jpg) no-repeat center;
}
.access .title .txt {
    float: right;
    width: 100%;
    height: 26px;
    overflow: hidden;
}
.tooltip22 {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #363636;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: 12px Arial;
    z-index: 99999;
    width: inherit;
    direction: rtl;
}