body {
    font-family: Georgia,"Times New Roman",Times,serif
}

h1,h2,h3,h4,h5,p,a {
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
    outline: 0
}

#radial-gradient {
    background-image: -webkit-gradient(radial,45px 45px,0,45px 45px,30,color-stop(33.33333%,#0ff),color-stop(100%,#1e90ff));
    background-image: -webkit-radial-gradient(45px 45px,#0ff 10px,#1e90ff 30px);
    background-image: -moz-radial-gradient(45px 45px,#0ff 10px,#1e90ff 30px);
    background-image: -o-radial-gradient(45px 45px,#0ff 10px,#1e90ff 30px);
    background-image: radial-gradient(45px 45px,#0ff 10px,#1e90ff 30px)
}

.margin-top10 {
    margin-top: 10px
}

.pagewrap {
    max-width: 1008px
}

.pagewrap .col-md-4.col-sm-4 .nspArts ul li {
    padding: 0
}

.pagewrap .col-md-4.col-sm-4 .nspArts ul li h4 a {
    font-size: 13px
}

header #topNav {
    background: #072d51;
    background: -moz-linear-gradient(top,#072d51 0,#072c4f 50%,#082c4e 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#072d51),color-stop(50%,#072c4f),color-stop(100%,#082c4e));
    background: -webkit-linear-gradient(top,#072d51 0,#072c4f 50%,#082c4e 100%);
    background: -o-linear-gradient(top,#072d51 0,#072c4f 50%,#082c4e 100%);
    background: -ms-linear-gradient(top,#072d51 0,#072c4f 50%,#082c4e 100%);
    background: linear-gradient(to bottom,#072d51 0,#072c4f 50%,#082c4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#072d51',endColorstr='#082c4e',GradientType=0)
}

header #topNav #menuTrigger {
    display: none
}

header #topNav #topNavigation {
    list-style-type: none;
    font-size: 15px;
    margin-top: 9px;
    width: 90%
}

header #topNav #topNavigation li {
    margin-right: 5px
}



header #topNav #topNavigation li:last-child {
    margin-right: 0
}

header #topNav #topNavigation li a {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none
}

header #topNav #topNavigation li a:hover {
    color: #ccc
}

header #topNav #topNavigation li a span {
    color: #ff9
}

#nav-wraper {
    left: -500%;
    z-index: 1;
    position: absolute
}

#socialIcon {
    margin-bottom: 5px;
    margin-top: 10px
}

#socialIcon a {
    display: inline-block;
    background-size: 20px;
    height: 18px;
    width: 20px;
    margin-right: 5px
}

#socialIcon a i {
    display: block;
    height: 20px;
    width: 20px
}

#socialIcon a.btnFacebook i {
    background: url(../images/socialIcon.png) 0 0;
    background-size: 20px;
    -pie-background-size: 20px
}

#socialIcon a.btnTwitter i {
    background: url(../images/socialIcon.png) 0 52px;
    background-size: 20px;
    -pie-background-size: 20px
}

#socialIcon a.btnGplus i {
    background: url(../images/socialIcon.png) 0 -20px;
    background-size: 20px;
    -pie-background-size: 20px
}

#socialIcon a.btnYoutube i {
    background: url(../images/socialIcon.png) 0 -82px;
    background-size: 20px;
    -pie-background-size: 20px
}

#signIn {
    background: none repeat scroll 0 0 #0d4a81;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin: 0
}

#signIn a {
    color: #FFF;
    font-size: 14px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: 700
}

#signIn a span.btnLogin {
    background: url(../images/toggle_down_light.png) no-repeat center right;
    padding: 0 16px 5px 0
}

#mainHeader {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#eaeaea));
    background-image: -webkit-linear-gradient(#fdfdfd,#eaeaea);
    background-image: -moz-linear-gradient(#fdfdfd,#eaeaea);
    background-image: -o-linear-gradient(#fdfdfd,#eaeaea);
    background-image: linear-gradient(#fdfdfd,#eaeaea);
    margin-bottom: 25px
}

#mainHeader .topbanner {
    text-align: center;
    margin: 10px 0
}

#mainHeader .topbanner img {
    width: 100%;
    height: auto;
    max-width: 728px
}

#mainHeader #logoArea span img {
    margin-top: -25px
}

#mainHeader #searcArea .searchForm {
    margin-top: 20px;
    float: left
}

#mainHeader #searcArea .searchForm .searchInpt {
    width: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

#mainHeader #searcArea .searchForm button#searchBtn {
    margin-left: 12px;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(100%,#717171));
    background-image: -webkit-linear-gradient(#fff,#717171);
    background-image: -moz-linear-gradient(#fff,#717171);
    background-image: -o-linear-gradient(#fff,#717171);
    background-image: linear-gradient(#fff,#717171);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    behavior: url(../css/border-radius.htc);
    padding: 4px 25px;
    text-align: center;
    color: #FFF;
    border: 0;
    font-size: 18px
}

#mainHeader .enlareg-txt {
    float: left;
    margin-left: 10px;
    position: absolute;
    top: 8px;
    right: 0
}

#mainHeader .enlareg-txt h3 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 140%
}

#mainHeader label {
    color: #666;
    font-size: 13px
}

#mainHeader label.checkboxSearc {
    color: #666;
    font-weight: 700
}

#sliderArea {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#eaeaea));
    background-image: -webkit-linear-gradient(#fdfdfd,#eaeaea);
    background-image: -moz-linear-gradient(#fdfdfd,#eaeaea);
    background-image: -o-linear-gradient(#fdfdfd,#eaeaea);
    background-image: linear-gradient(#fdfdfd,#eaeaea)
}

#sliderArea #carousel-example-generic .carousel-indicators {
    bottom: 0
}

#sliderArea #carousel-example-generic .carousel-indicators li {
    border-color: #9a0002;
    width: 20px;
    height: 20px
}

#sliderArea #carousel-example-generic .carousel-indicators li.active {
    background: #145087;
    margin: 1px
}

.carousel-control span {
    display: block;
    height: 66px;
    width: 35px;
    left: 35%;
    position: absolute;
    top: 40%;
    width: 35px
}

.carousel-control span.nextIcon {
    background: url(../images/slider-next.png)
}

.carousel-control span.preIcon {
    background: url(../images/slider-pre.png)
}

#carousel-example-generic a.carouselscroll {
    background-image: none
}

footer {
    background: #e6e6e6
}

footer #footerTop {
    padding: 5px 0;
    border-bottom: 1px solid #c8c6c6;
    border-top: 1px solid #c8c6c6
}

footer #footerTop #footerNav {
    text-align: center
}

footer #footerTop #footerNav #ftrNavigation {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 5px 0
}

footer #footerTop #footerNav #ftrNavigation li {
    padding: 0 13px;
    float: left
}

footer #footerTop #footerNav #ftrNavigation li a {
    color: #034077;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none
}

footer .usefullinks {
    margin-top: 20px
}

footer .usefullinks h2 {
    font-size: 14pt;
    color: #111;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin-bottom: 10px
}

footer .usefullinks ul {
    margin: 0;
    padding: 0
}

footer .usefullinks ul li {
    list-style-type: none;
    margin-bottom: 2px
}

footer .usefullinks ul li a {
    color: #555;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px
}

#dropdownnav {
    background: #054682;
    background: -moz-linear-gradient(top,#054682 0,#044179 22%,#02396d 53%,#003260 80%,#002f5a 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#054682),color-stop(22%,#044179),color-stop(53%,#02396d),color-stop(80%,#003260),color-stop(100%,#002f5a));
    background: -webkit-linear-gradient(top,#054682 0,#044179 22%,#02396d 53%,#003260 80%,#002f5a 100%);
    background: -o-linear-gradient(top,#054682 0,#044179 22%,#02396d 53%,#003260 80%,#002f5a 100%);
    background: -ms-linear-gradient(top,#054682 0,#044179 22%,#02396d 53%,#003260 80%,#002f5a 100%);
    background: linear-gradient(to bottom,#054682 0,#044179 22%,#02396d 53%,#003260 80%,#002f5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#054682',endColorstr='#002f5a',GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 19px
}

#dropdownnav ul.navbar-nav li.brdRdsRight a.js-activated {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px
}

#dropdownnav ul.navbar-nav li.brdRdsleft a.js-activated {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px
}

#dropdownnav ul.navbar-nav li.dropdown {
    border-right: 1px solid #035199
}

#dropdownnav ul.navbar-nav li.dropdown a {
    padding: 10px 15.999px
}

#dropdownnav ul.navbar-nav li.dropdown:last-child {
    border: 0
}

#dropdownnav .dropdown-menu {
    background: #002e59
}

#dropdownnav .dropdown-menu li a {
    font-size: 15px;
    color: #FFF
}

#dropdownnav .dropdown a {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Georgia,"Times New Roman",Times,serif
}

.nspArts {
    margin-top: 20px
}

li.item-471>a,li.item-473>a, li.item-532>a {
    background: url(../images/key-m.png) no-repeat 8px 17px!important;
    padding-left: 33px!important;
    margin-left: 0
}

#dropdownnav .caret {
    border: 0
}

.nspArts h1 {
    font-size: 25px;
    color: #333
}

.nspArts ul {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0
}

.nspArts h2 {
    font-size: 24px
}

.nspArts ul li {
    font-family: Georgia,"Times New Roman",Times,serif;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f7f7f7),color-stop(100%,#fff));
    background-image: -webkit-linear-gradient(#f7f7f7,#fff);
    background-image: -moz-linear-gradient(#f7f7f7,#fff);
    background-image: -o-linear-gradient(#f7f7f7,#fff);
    background-image: linear-gradient(#f7f7f7,#fff);
    padding: 15px 0;
    border-top: 1px solid #d3d3d3;
    clear: both;
    overflow: hidden
}

.right_pan .nspArts ul li {
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 15px 0;
    background: 0;
    border-top: 0;
    clear: both
}

.right_pan .nspArts h2 {
    border-bottom: 1px solid #ccc
}

.right_pan .nspArts ul:nth-child(2) {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f7f7f7),color-stop(100%,#fff));
    background-image: -webkit-linear-gradient(#f7f7f7,#fff);
    background-image: -moz-linear-gradient(#f7f7f7,#fff);
    background-image: -o-linear-gradient(#f7f7f7,#fff);
    background-image: linear-gradient(#f7f7f7,#fff);
    padding-top: 10px;
    margin-top: 0
}

.poweredby {
    display: none
}

.nspArts ul li img {
    float: left;
    height: auto !important;
    width: auto;
    margin-right: 15px;
    min-width: 132px;
    max-height: 160px;
    max-width: 170px
}

.right_pan .nspArts ul li img {
    height: 47px!important;
    max-height: 100%;
    height: 47px!important;
    max-height: 100%
}

.nspArts ul li h4 {
    margin: 0
}

.nspArts ul li h4 a {
    font-size: 20px;
    color: #204381
}

.nspArts ul li p {
    font-size: 14px;
    color: #333;
    margin: 4px 0 0
}

.right_pan .nspArts ul li p {
    text-transform: uppercase;
    color: #636363;
    font-size: 13px
}

.nspArts ul li a {
    font-size: 13px;
    color: #204381
}

.commonRgt-box {
    margin-top: 20px
}

.commonRgt-box h2 {
    font-size: 24px;
    color: #000
}

.commonRgt-box .commonRgt-cont {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(25%,#f7f7f7),color-stop(75%,#fff));
    background-image: -webkit-linear-gradient(#f7f7f7 25%,#fff 75%);
    background-image: -moz-linear-gradient(#f7f7f7 25%,#fff 75%);
    background-image: -o-linear-gradient(#f7f7f7 25%,#fff 75%);
    background-image: linear-gradient(#f7f7f7 25%,#fff 75%);
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    overflow: hidden
}

.commonRgt-box .commonRgt-cont form#subscribeForm {
    width: 57%;
    margin: 15px 0
}

.commonRgt-box .commonRgt-cont form#subscribeForm input {
    width: 100%
}

.commonRgt-box .commonRgt-cont form#subscribeForm button#SubcrBtn {
    background: #033f75;
    border: 1px solid #999;
    border: 1px solid #999;
    font-size: 16px;
    padding: 5px 15px;
    text-align: center;
    color: #FFF;
    margin-top: 10px
}

.commonRgt-box img {
    float: right;
    margin-left: 20px;
    max-width: 36%
}

article {
    font-size: 14px;
    line-height: 21px
}

article h2 {
    font-size: 24px;
    margin-bottom: 5px
}

aside {
    margin-top: 5px
}

aside p {
    font-size: 13px;
    color: #666
}

.SearchBox {
    background: #e1e1e1;
    text-align: center;
    padding: 15px 0;
    margin-top: 2px
}

.SearchBox input {
    width: 100%
}

.form-inline .form-group {
    width: 61%;
    display: inline-block;
    margin-right: 10px
}

.catList {
    margin-top: 25px
}

.catList h3 {
    font-size: 24px;
    margin-bottom: 10px
}

.catList .priceCatname a {
    margin: 0 4px 5px 0;
    width: 7%;
    padding: 5px 0
}

.catList .catTable {
    margin-top: 50px
}

.catList .catTable ul {
    margin-top: 25px;
    padding: 0;
    list-style-type: none
}

.catList .catTable ul li a {
    color: #204381;
    font-size: 13px
}

.catList .catTable ul p {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.catList .catTable ul p a img {
    outline: 0;
    margin: 0 -3px -28px 0
}

.paginationBox {
    margin: 0 3%
}

.paginationBox .pagination li a {
    padding: 10px;
    color: #2b2b2b
}

.productsMain table td {
    text-align: center
}

.productsMain table td:first-child {
    text-align: left
}

.productsMain table td.prdtCnt {
    background: #f2f2f2;
    font-size: 24px;
    color: #204381
}

.productsMain table td .bg {
    background: #a6b4cd
}

.productsMain table td.goodWd a {
    background: #666;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    margin-bottom: 5px
}

.productsMain table td.goodWd a.betterjoin {
    background: #9c0000
}

.productsMain table td.goodWd a.bestjoin {
    background: #f60
}

.productsMain table td.goodWd p.headGd {
    font-size: 16px;
    color: #9c0000;
    font-weight: 700
}

.productsMain table td.goodWd p.headBc {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-height: 40px
}

.productsMain table td.goodWd p.headFr {
    color: #203481
}

.productsMain table td img {
    vertical-align: middle;
    margin-top: 10px
}

.menu:hover>li:hover {
    background-color: #000;
    border-radius: 0
}

.menu:hover>li:hover:first-child {
    border-radius: 5px 0 0 0
}

.menu:hover>li:hover:last-child {
    border-radius: 0 5px 5px 0
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible
}

.dropdown:hover .dropdown-menu {
    display: block
}

.nav-tabs .dropdown-menu,.nav-pills .dropdown-menu,.navbar .dropdown-menu {
    margin-top: 0
}

.nav-pills>li {
    border-right: 1px solid #035199
}

#topNav .nav-pills>li {
    border-right: 0
}

.nav-pills>li:last-child {
    border-right: 0;
    border-radius: 0 5px 5px 0
}

#dropdownnav .nav-pills>li:last-child {
    background: #C61317;
}

.nav-pills>li+li {
    margin-left: 0
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0,0,0,0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    background-color: #000!important
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    background-color: #000!important
}

.nav-pills>li.active:first-child>a,.nav-pills>li.active:first-child>a:hover,.nav-pills>li.active:first-child>a:focus {
    border-radius: 5px 0 0 5px
}

.nav>li>a {
    padding: 10px 14.7px
}

.nav>li>a:hover,.nav>li>a:focus {
    background-color: #000;
    border-radius: 0
}

.nav>li:first-child>a:hover,.nav>li:last-child>a:focus {
    border-radius: 5px 0 0 0
}

.nav>li:last-child>a:hover {
    border-radius: 0 5px 5px 0
}

.nav-pills>li>a,#dropdownnav .dropdown-menu {
    border-radius: 0
}

.dropdown-menu>li>a {
    text-transform: capitalize!important;
    padding: 8px 20px
}

.dropdown-menu {
    padding: 0
}

a.readmore {
    font-size: 14px;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 8px 0 0;
    padding: 0;
    width: auto;
    float: right;
    color: #960008
}

a.readmore:hover {
    text-decoration: none
}

.articles_heading {
    background: url(../images/premium_key.jpg) no-repeat scroll left center rgba(0,0,0,0);
    color: #333;
    float: left;
    font-family: 'MinionPro-Regular';
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 35px;
    width: auto
}

.premium h2 {
    font-size: 22px;
    float: none
}

.premium ul li {
    min-height: 100%
}

.premium ul li p {
    line-heiht: 19px;
    color: #636363;
    font-size: 12px;
    text-transform: uppercase
}

.premium ul li h4 a {
    font-size: 13px
}

h2 a {
    font-size: 24px;
    color: #000
}

.item-page h2 a:hover {
    text-decoration: underline
}

.item-page h3 a {
    color: #000
}

a {
    color: #204381
}

a:active,a:focus {
    outline: 0
}

.searchForm button[type="submit"] {
    background: #204381;
    color: #fff
}

.pagination .counter,.counter {
    text-align: center
}

ul.pagination {
    text-align: center;
    display: block
}

.pagination {
    display: block
}

a:hover,a:focus {
    color: inherit
}

.price_describe .content {
    margin-bottom: 20px
}

.price_describe h3 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #000
}

.price_describe img {
    float: left;
    border: 1px solid #aeaeae
}

.price_listing {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000
}

.price_listing h3 {
    background: #e4e4e4;
    padding: 5px;
    border-bottom: 1px solid #c8c8c8;
    color: #000;
    margin-bottom: 10px
}

.price_listing span {
    font-weight: 700
}

a.bold {
    font-weight: 700
}

.heading {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px
}

.pointer {
    cursor: pointer
}

.price_listing form select {
    width: 100%;
    padding: 4px
}

.note {
    margin: 10px 0;
    color: #666;
    line-height: 18px;
    clear: both
}

.marks_table tr th {
    text-align: center
}

.marks_table tr td {
    font-size: 12px;
    text-align: center
}

.marks_table tr:nth-child(even) {
    background: none repeat scroll 0 0 #f0f0f0
}

.marks_table tr a:hover {
    text-decoration: none
}

.marks_table img {
    height: auto;
    max-width: 120px
}

.price_table tr th {
    text-align: center
}

.price_table tr td {
    font-size: 12px
}

.price_table tr:nth-child(even) {
    background: none repeat scroll 0 0 #f0f0f0
}

.price_table tr td:nth-child(4n+4) {
    word-break: break-word
}

.price_table tr a:hover {
    text-decoration: none
}

.price_table img {
    height: auto;
    max-width: 80px
}

.ebay_box {
    margin-bottom: 20px
}

.ebay_sort {
    background: #e4e4e4;
    padding: 10px;
    font-family: 'arial'
}

.ebay_sort .sort {
    font-size: 11px;
    max-width: 90px;
    margin-top: 5px;
    font-weight: 700
}

.ebay_sort input {
    margin-right: 1px;
    font-size: 13px;
    padding: 1px;
    margin-bottom: 8px
}

.ebay_sort input:last-child {
    margin-right: 0
}

.ebay_sort h3 {
    margin-top: 0
}

.ebay_gallery h6 {
    font-size: 12px;
    color: #676767;
    font-weight: 700;
    margin-bottom: 5px
}

.ebay_arrows {
    background: url(../images/ebay_arrows.jpg);
    background-repeat: no-repeat
}

.ebay_gallery .left {
    background-position: -16px 0;
    width: 16px;
    height: 135px;
    display: inline-block;
    float: left
}

.ebay_gallery .right {
    background-position: 0 0;
    width: 16px;
    height: 135px;
    display: inline-block;
    float: right
}

.ebay_content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0
}

.ebay_content span {
    font-size: 12px;
    font-weight: 700
}

.gallery_data {
    float: left;
    padding: 0 10px;
    max-height: 168px
}

.gallery_data ul {
    list-style: none;
    font-family: arial;
    padding: 0;
    margin: 0
}

.gallery_data ul li {
    max-width: 125px;
    float: left;
    margin-right: 15px;
    text-align: center
}

.gallery_data ul li:nth-child(4n+4) {
    margin-right: 0
}

.gallery_data ul li a {
    font-size: 11px;
    line-height: 12px;
    font-family: arial;
    display: block;
    margin-top: 3px
}

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

.ebay_sort h3 {
    margin-bottom: 10px
}

.ebay_sort h3 {
    margin-bottom: 10px
}

.marks_container .underline {
    color: #000;
    text-decoration: underline;
    font-weight: 700
}

.keywords {
    margin-top: 20px
}

.keywords ul {
    list-style: none;
    padding-left: 0
}

.keywords a {
    display: table;
    margin-bottom: 10px
}

.keywords a:hover {
    text-decoration: none
}

.marks_box img {
    border: 1px solid #aeaeae
}

.marks_box h3 {
    margin-bottom: 10px;
    font-weight: 400
}

.marks_box p {
    margin-bottom: 5px
}

.marks_box ul {
    padding-left: 20px
}

.marks_box {
    margin-bottom: 10px
}

.filter {
    margin: 10px 0
}

.filter .col-md-8 {
    margin-bottom: 10px
}

.filter input {
    width: 75%;
    margin-left: 10px
}

.filter select {
    margin-left: 10px
}

.subscribe {
    background-color: #054682;
    background-image: -moz-linear-gradient(#054682,#002e59);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#054682),to(#002e59));
    background-image: -webkit-linear-gradient(#054682,#002e59);
    background-image: -o-linear-gradient(#054682,#002e59);
    background-image: -ms-linear-gradient(#054682,#002e59);
    background-image: linear-gradient(#054682,#002e59);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 0 2px #999;
    -webkit-border-radius: 6px;
    box-shadow: 0 2px 4px #999;
    -moz-border-radius: 6px;
    box-shadow: 0 2px 4px #999;
    color: #fff;
    padding: 10px 5px;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 20px
}

span.red {
    color: red
}

.form-border {
    border: 1px solid #b3c2d7;
    display: inline-block;
    text-align: center;
    padding: 8px
}

.form-bg {
    background: #b3c2d7;
    padding: 8px;
    display: inline-block;
    text-align: center;
    min-width: 90px
}

.subscription p {
    margin-bottom: 10px
}

.subscription .col-xs-12 {
    margin-bottom: 15px
}

.subscription h4 {
    margin-bottom: 10px
}

.user .form-field {
    display: block;
    margin-bottom: 10px
}

.user label {
    color: grey;
    font-size: 12px;
    font-weight: 100;
    min-width: 120px
}

.aestrick {
    font-size: 12px;
    color: red
}

.aestrick_icon {
    color: red;
    padding-left: 4px
}

.quote p {
    font-size: 11px;
    color: grey
}

.subscribe_reason {
    background: #ddd8dd;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    list-style-position: inside;
    list-style: none;
    width: 60%;
    margin: auto
}

.subscribe_reason li {
    background: url(../images/right_icon.png) no-repeat;
    padding-left: 25px;
    background-position: left 3px;
    margin-bottom: 5px;
    font-family: arial;
    color: #000
}

.avd_display_block {
    width: 100%
}

.avd_display_block table {
    width: 100%
}

.avd_display_block table img {
    width: 100%;
    max-width: 100%
}

.login_btn {
    background: 0;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: 700;
    text-decoration: none
}

.login_btn:hover,.login_btn:active {
    background: 0;
    border: 0;
    color: #fff;
    text-decoration: none
}

#signBtn .login_btn:hover,#signBtn .login_btn:active,#signBtn .login_btn:focus,#signBtn .login_btn:visited {
    background: 0;
    border: 0;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.login_btn:hover,.login_btn:focus,.login_btn:active,.login_btn.active,.open .dropdown-toggle.btn-default.login_btn {
    background: 0;
    color: #fff
}

#signBtn .login_btn {
    padding: 0
}

.icon_login {
    background-image: url(../images/toggle_down_light.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 4px 16px 6px 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: 700
}

.icon_login_open {
    background-image: url(../images/toggle_up_dark.png);
    color: #dee8f1
}

.pagination>li {
    display: inline-block
}

.pagination-lg>li>a,.pagination-lg>li>span,.paginationBox .pagination li a {
    padding: 5px 7px;
    font-size: 15px
}

.view_artclek p {
    margin-bottom: 10px;
    clear: both
}

.view_artclek ul {
    padding: 0;
    list-style: none
}

.view_artclek h4 {
    color: #000;
    font-weight: 700;
    font-size: 15px
}

.cat-childlst span {
    display: inline-block;
    *zoom:1;*display: inline
}

.cat-childlst dl {
    display: inline-block;
    margin-bottom: 5px;
    *zoom:1;*display: inline
}

.cat-childlst dt {
    color: #666;
    font-weight: 400
}

.cat-childlst ul {
    padding: 0;
    list-style: none
}

.cat-childlst {
    margin-top: 10px
}

.category-desc ul {
    padding: 0
}

ul,ol {
    padding: 0;
    list-style-position: inside
}

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

#Kunena a:link,#Kunena a:visited,#Kunena a:active {
    font-family: arial;
    font-size: 12px
}

#copyright {
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid #c8c6c6
}

#signin_menu {
    display: none;
    background-color: #fff;
    text-align: left;
    padding: 12px;
    margin-top: 5px;
    margin-right: 0;
    color: #fff;
    font-size: 11px
}

#signin_menu input[type=text],#signin_menu input[type=password] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #b5b5b5;
    display: block;
    font-size: 13px;
    color:#000;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
    font-family: Georgia,"Times New Roman",Times,serif
}

#signin_menu p {
    margin: 0
}

#signin_menu a {
    color: #fff
}

#signin_menu label {
    font-weight: 400;
    color: #333
}

#signin_menu p.remember {
    padding: 0
}

#signin_menu p.forgot,#signin_menu p.complete {
    clear: both;
    margin: 5px 0
}

#signin_menu p a {
    color: #333!important;
    font-size: 11px;
    font-weight: 400
}

#signin_submit {
    width: 79px;
    height: 30px;
    font-size: 14px;
    margin: 0 0 0 20px;
    color: #fff;
    border: 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    cursor: pointer;
    background-color: #054682;
    background-image: -moz-linear-gradient(#054682,#002e59);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#054682),to(#002e59));
    background-image: -webkit-linear-gradient(#054682,#002e59);
    background-image: -o-linear-gradient(#054682,#002e59);
    background-image: -ms-linear-gradient(#054682,#002e59);
    background-image: linear-gradient(#054682,#002e59);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0;
    display: block
}

.productdetails {
    width: 100%;
    padding-top: 30px;
    overflow: hidden
}

.productdetails .heading1 {
    background: #e4e4e4;
    border-bottom: 1px solid #c8c8c8;
    display: block;
    font-size: 24px;
    line-height: 25px;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin-bottom: 20px;
    padding: 5px 0 5px 20px;
    width: auto;
    color: #000
}

.productdetails .detailsbox {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden
}

.detailsbox .details_lft {
    width: 40%;
    float: left
}

.details_lft .imgp-box {
    padding: 3px;
    text-align: center;
    display: block;
    border: 1px solid #878787
}

.details_lft .imgp-box img {
    max-width: 100%!important
}

.details_lft .imgp-name {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: arial;
    color: #000;
    float: left;
    margin-top: 10px
}

.detailsbox .details_rght {
    width: 60%;
    padding: 0 0 0 20px;
    margin-right: 0;
    float: right
}

.details_rght .details_tr {
    width: 100%;
    float: left;
    margin-bottom: 25px
}

.details_tr .details_td {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 700;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #000;
    margin-bottom: 2px
}

.details_tr .details_price {
    width: 100%;
    float: left;
    font-size: 30px;
    font-style: italic;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #606060
}

.details_tr .details_td1 {
    width: 100%;
    float: left;
    font-size: 13px;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #000
}

.details_rght .details_tr a {
    color: #204381
}

.read_More {
    color: #960008
}

.read_More:hover {
    text-decoration: none;
    color: #960008
}

.pre_article {
    margin-top: 40px
}

.pre_article h1 {
    background: url(../images/premium_key.jpg) no-repeat scroll left center rgba(0,0,0,0);
    padding-left: 38px
}

.footer_head {
    font-size: 14pt;
    color: #111;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin-bottom: 10px
}

.headingtag {
    font-size: 25px;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #000
}

.headingtag a {
    color: #000
}

.headingTop {
    font-size: 25px;
    color: #333;
    font-weight: 500;
    float: left
}

.headingTop_key {
    background: url(../images/premium_key.jpg) no-repeat scroll left center rgba(0,0,0,0);
    padding-left: 38px
}

.border-bottom {
    border-bottom: 1px solid #ccc
}

.enlarge_top {
    font-size: 15px
}

.float-none {
    float: none
}

.article_title {
    color: #204381
}

.article_title a {
    font-size: 20px!important
}

.right_pan .article_title a {
    font-size: 13px!important
}

.pagination-1 {
    text-align: center
}

.left_pan,.right_pan {
    margin-top: 20px;
    margin-bottom: 20px
}

#logoArea h1 a {
    max-width: 50%;
    display: block;
    float: left
}

#logoArea h1 span {
    max-width: 50%;
    float: left
}

#logoArea h1 {
    padding-top: 23px;
    max-height: 100px
}

.social_media {
    display: block;
    float: none;
    margin-bottom: 10px
}

.social_media .addthis_toolbox {
    display: block;
    clear: both;
    overflow: hidden;
    /*float: right;*/
    width: 50%
}

.body span,.view_artclek span {
    font-family: Georgia,"Times New Roman",Times,serif!important;
    font-size: 14px
}

.marks_container h3 {
    margin-bottom: 5px
}

.marks_container p {
    margin-bottom: 10px
}

.social_icon_new {
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 5px
}

.actions {
    float: right
}

.actions a {
    padding-right: 10px
}

.inpt_detail12 {
    margin-top: 10px
}

dd.create {
    color: #666;
    margin-bottom: 10px
}

.append {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.rbox_m .Comment_mainH {
    width: 100%
}

#mainHeader #searcArea .searchForm label {
    font-weight: 400
}

#mainHeader #searcArea .searchForm input[type="radio"],input[type="checkbox"] {
    vertical-align: top
}

#mainHeader #searcArea .searchForm label.checkboxSearc {
    font-weight: 700
}

.key {
    background: url(../images/premium_key.jpg) no-repeat scroll left center rgba(0,0,0,0);
    padding-left: 38px
}

.goldcalc {
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 707px;
    max-width: 527px;
    margin: auto;
    padding: 10px 30px;
    margin-bottom: 20px;
    position: relative
}

.goldcalc1 {
    margin: auto
}

.goldcalc1 form {
    padding-top: 80px
}

.view_artclek .goldcalc1 p {
    margin-bottom: 0
}

.step_two {
    padding-top: 20px!important
}

.step {
    margin-bottom: 20px
}

.cal_value {
    position: absolute;
    bottom: 25px
}

.goldcalc1 .goldcalc .step input[type="button"] {
    background: none repeat scroll 0 0 #033f75;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px
}

.search_result {
    background: #e4e4e4;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    clear: both
}

.search_result span {
    color: #000;
    display: inline-block;
    font-size: 16px
}

.search_result a {
    float: right;
    color: #9f0000;
    font-size: 16px
}

.search_result .marks {
    background: url(../images/premium_key.png) no-repeat left;
    padding-left: 34px
}

.keywords.srch_keywords a {
    display: inline-block
}

.m-top-0 {
    margin-top: 0!important
}

.no-bg {
    background: none!important
}

.black {
    background-color: #000!important
}

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

.directory ul li span {
    display: block
}

.directory h4 a {
    font-size: 20px
}

.directory ul li {
    margin-bottom: 10px;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    padding-left: 10px
}

.contentheading,.subheading-category,.collector_art {
    font-size: 24px
}

.collector_art {
    display: block;
    margin-top: 20px
}

.search_box {
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    border-bottom: 0
}

.search_box em {
    display: block;
    margin-top: 0;
    font-size: 12px;
    padding: 0 10px 10px
}

.search_box p {
    padding: 10px
}

.search_box .search_result span {
    color: #000;
    font-weight: 700
}

.krow1 input[type="checkbox"] {
    vertical-align: middle
}

.item-page ol li {
    margin-bottom: 10px
}

.breadcrumbs {
    padding: 5px 0 0
}

.inner_cont .regs_form {
    width: 100%;
    float: left
}

.inner_cont .regs_form .desc_p {
    width: 100%;
    float: left;
    text-align: center
}

.inner_cont .regs_form .desc_p p {
    width: 100%;
    color: #000;
    line-height: 18px;
    font-size: 14px
}

.inner_cont p {
    margin: -4px 0 10px;
    padding: 0
}

table.os_table {
    width: 100%;
    margin: 0;
    padding: 0
}

reg_frminner .reg_tr {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.reg_frminner table tr td {
    font-size: 13px;
    vertical-align: top
}

.reg_frminner .selectSub {
    font-size: 16px;
    color: #000
}

.reg_frminner .reg_th {
    width: 375px;
    float: left
}

.reg_frminner .reg_tr .reg_td {
    width: 180px;
    float: left;
    padding: 5px 0 0 5px;
    font-family: 'Georgia';
    font-size: 13px;
    font-weight: 400
}

.required {
    padding-left: 5px;
    color: red
}

.reg_frminner .reg_tr .inputbox {
    width: 169px;
    border: 1px solid #999
}

.reg_frminner .reg_thr {
    width: 223px;
    float: left
}

.reg_frminner .reg_thr p {
    float: left;
    font-size: 11px;
    margin-bottom: 7px
}

.reg_frminner .selectSub {
    font-size: 16px;
    color: #000
}

.reg_frminner .reg_tr1 {
    width: 100%;
    float: left
}

.reg_frminner .reg_tr .reg_td-1 {
    width: 180px;
    float: left;
    padding: 5px 0 0 5px
}

.reg_frminner .reg_th {
    width: 375px;
    float: left
}

reg_frminner .editlinktip {
    font-size: 13px
}

.reg_frminner .selectSub {
    font-size: 16px;
    color: #000
}

.reg_frminner .os_table .btn-primary {
    width: auto;
    background: none repeat scroll 0 0 #033f75;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    font-family: 'Georgia';
    font-size: 16px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px
}

.reg_frminner .reg_tr {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.inner_cont p {
    font-size: 14px;
    font-family: 'Georgia';
    margin: -4px 0 10px;
    padding: 0;
    width: 100%;
    color: #333;
    line-height: 22px
}

.reg_frminner .reg_tr select {
    width: 169px;
    border: 1px solid #999
}

.os_table #mainHeader #searcArea .searchForm input[type="radio"],input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px
}

.regs_form .desc_p {
    font-size: 12px;
    color: #000;
    margin: 5px
}

.os_table .modal {
    position: static!important;
    display: inline-block
}

.desc_p img {
    max-width: 100%
}

.reg_tr .premim-box {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.reg_tr .premim-box .pre_th {
    width: 40px;
    float: left;
    margin-right: 5px
}

.reg_tr .premim-box .pre_th1 {
    width: auto;
    float: left;
    font-family: 'Georgia';
    font-size: 16px;
    line-height: 38px;
    color: #000
}

.premim-box .trleftpr {
    width: 280px;
    float: left
}

.permboxi_txt {
    float: left;
    width: 200px
}

.permboxi {
    border: 1px solid #b3c2d7;
    paddin: 8px;
    float: right;
    text-align: center;
    padding: 3px
}

.premim-box .trleftpr-01 {
    width: 320px;
    float: right
}

.permboxi_txt {
    float: left;
    width: 200px
}

.permboxi-01 {
    border: 1px solid #b3c2d7;
    paddin: 8px;
    float: right;
    text-align: center;
    background: #b3c2d7;
    padding: 8px
}

.reg_frminner .reg_thr-pre {
    width: 223px;
    float: left;
    text-align: center
}

.desc_p p {
    margin: auto;
    text-align: center
}

.enlareg-txt {
    float: right;
    width: 90px
}

.enlareg-txt h3 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    width: 140%
}

.enlareg-txt .lrg-txt {
    width: 100%
}

.enlareg-txt .lrg-txt a {
    color: #000;
    text-decoration: none
}

.enlareg-txt .lrg-txt .enlarge-alpa {
    color: #000;
    display: block;
    float: left;
    font-size: 17px;
    padding-top: 5px;
    text-align: center;
    width: 30px
}

.enlareg-txt .lrg-txt .enlarge-alpa1 {
    color: #000;
    display: block;
    float: left;
    font-size: 22px;
    text-align: center;
    width: 30px
}

.enlareg-txt .lrg-txt .enlarge-alpa2 {
    color: #000;
    display: block;
    float: left;
    font-size: 28px;
    margin-top: -5px;
    text-align: center;
    width: 30px
}

#chronoform_contact_us .cfdiv_custom {
    padding: 0;
    color: #000;
    font-weight: noraml
}

#chronoform_contact_us {
    width: 100%;
    display: block;
    position: relative
}

#chronoform_contact_us .cfdiv_text,.cfdiv_select,.cfdiv_textarea,.cfdiv_file {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    color: #000
}

#chronoform_contact_us .cfdiv_file {
    width: 33%;
    display: table;
    float: left;
    clear: initial
}

#chronoform_contact_us .cfdiv_file input[type="file"] {
    max-width: 170px;
    border: 0;
    font-size: 12px;
    padding: 0 3px 0 0 !important
}

#chronoform_contact_us .cfdiv_text label {
    width: 100%;
    display: block;
    font-weight: 400;
    color: #000;
    margin: 0
}

#chronoform_contact_us .cfdiv_select label {
    width: 100%;
    display: block;
    font-weight: 400;
    color: #000;
    margin: 0
}

#chronoform_contact_us .cfdiv_textarea label {
    width: 100%;
    display: block;
    font-weight: 400;
    color: #000;
    margin: 0
}

#chronoform_contact_us .requried_fld {
    color: red
}

#chronoform_contact_us .ccms_form_element select {
    width: 40%
}

#chronoform_contact_us textarea,#chronoform_contact_us input[type="text"] {
    width: 89.5%;
    margin: 0
}

#chronoform_contact_us .file_attachement {
    color: #000;
    float: left;
    margin-top: 30px
}

#chronoform_contact_us .cfdiv_submit {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}

#chronoform_contact_us .cfdiv_submit input[type="submit"] {
    background: url(../images/bg-btn-blue.png) no-repeat top left;
    width: 80px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Georgia';
    border: 0;
    cursor: pointer;
    float: right;
}

.chronoform {
    display: none
}

.sidebar {
    width: 30%;
    float: right;
    margin-bottom: 10px;
    padding: 5px 0 0 5px
}

.banner {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.banner a img {
    max-width: 100%;
    display: block;
    margin: auto
}

.side_col2 {
    width: 100%;
    margin-top: 20px;
    float: left;
    border-bottom: 1px solid #ccc
}

.side_col2 h1 {
    width: 100%;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    font-family: 'Georgia';
    margin: 0;
    padding: 0 0 5px;
    font-weight: 400;
    border-bottom: 1px solid #ccc
}

.side_col2 .cont_box {
    width: 100%;
    float: left;
    padding-top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f6f6f6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(246,246,246,1)),color-stop(36%,rgba(255,255,255,1)),color-stop(99%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    background: -o-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    background: -ms-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#ffffff',GradientType=0)
}

.side_col2 .cont_box p {
    width: 61%;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Georgia';
    float: left;
    margin-top: 10px
}

.side_col2 .cont_box .newsl {
    width: auto;
    float: none
}

.side_col2 .cont_box .newsl img {
    max-width: 36%
}

.side_col2 .cont_box form {
    width: 60%;
    float: left
}

.side_col2 .cont_box .textf {
    width: 96%;
    border: 1px solid #c2c2c2;
    font-size: 14px;
    margin-bottom: 10px;
    height: 30px;
    font-family: 'Georgia';
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px
}

.side_col2 .cont_box .button {
    width: auto;
    padding: 5px 15px;
    border: 1px solid #999;
    font-size: 16px;
    font-family: 'Georgia';
    background: #033f75;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.side_col3 {
    width: 100%;
    margin-top: 20px;
    float: left
}

.side_col3 .cont_box {
    width: 100%;
    float: left;
    padding-top: 10px;
    background: #f6f6f6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(246,246,246,1)),color-stop(36%,rgba(255,255,255,1)),color-stop(99%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    background: -o-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    background: -ms-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom,rgba(246,246,246,1) 0,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#ffffff',GradientType=0)
}

.side_col3 h1 {
    width: auto;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    font-family: 'Georgia';
    margin: 0;
    padding: 7px 0 5px 35px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    background: url(../images/premium_key.jpg) no-repeat left
}

.side_col3 p {
    font-size: 12px;
    font-family: 'Georgia';
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    color: #636363;
    float: left
}

.side_col3 img {
    margin-right: 10px
}

.side_col3 a {
    font-size: 13px;
    font-family: 'Georgia';
    color: #204381;
    font-weight: 400
}

.side_col4 {
    width: 100%;
    margin-top: 20px;
    float: left
}

.side_col3 .Khelo_box,.Kinfo_box {
    width: 100%;
    float: left;
    padding-top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(../images/bg_contactK.png) repeat-x top left;
    font-size: 13.5px;
    line-height: 20px
}

.custom .side_col3 h1 {
    background: 0;
    padding-left: 0
}

.side_col3 .Khelo_box {
    border-bottom: 1px solid #ccc;
    min-height: 50px;
    padding-bottom: 10px
}

.Kinfo_box,.Khelo_box>p {
    font-size: 13.5px!important;
    line-height: 18px;
    color: #000
}

.kovel_help p {
    color: #000
}

.emailcls td:last-child {
    width: 350px
}

#floatit a {
    background: #fff url(../images/close-icon.jpg) no-repeat 12px top;
    padding-top: 22px;
    padding-bottom: 0;
    height: 50px;
    position: absolute;
    top: 10px;
    z-index: 10111111;
    right: 4px;
    color: #afaeae;
    font-size: 9px;
    padding-right: 4px;
    text-transform: uppercase;
    font-family: times;
    display: block;
    font-weight: 700;
    text-decoration: none
}

#floatit a.popup_register {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    height: auto;
    padding-right: 0
}

#floatit table {
    border: 0
}

#floatit td {
    border: 0!important
}

.modaltree.modal {
    width: 600px;
    height: 550px;
    padding: 14px 20px 20px;
    overflow: hidden;
    top: 10%;
    left: 50%;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-left: -300px
}

.modaltree.modal .modal-header {
    padding: 0 0 5px
}

.modaltree.modal .modal-body {
    margin: 5px 0!important;
    padding: 0;
    height: 80%;
    overflow: hidden;
    font-family: arial;
    font-size: 13px
}

.modaltree.modal .modal-body .SigsiuTree {
    height: 100%
}

.modaltree.modal .modal-body .SigsiuTree .tree.span6 {
    width: 50%;
    float: left;
    max-height: 412px!important;
    height: 412px;
    overflow: auto
}

.modaltree.modal .sigsiuTree a {
    font-family: arial
}

.modaltree.modal .modal-body select {
    min-height: 368px!important;
    margin-left: 5px;
    width: 274px;
    outline: none
}

.modaltree.modal .buttons.span12 {
    padding-top: 10px
}

.modaltree.modal .buttons.span12 button {
    margin-left: 5px;
    margin-right: 5px
}

.modaltree.modal .modal-footer {
    padding: 10px 20px
}

.modal.hide.in {
    display: block!important
}

.cookie-policy-banner {
    position: relative;
    background: #020f1c;
    color: #fff;
    overflow: hidden;
}
.cookie-policy-banner-inner {
    padding: 2.5em 0;
}
.cookie-policy-banner-inner .container-fluid {
	padding: 0 40px;
}
.cookie-policy-banner-title {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    margin-top: 15px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
}
.cookie-policy-banner-text {
    font-size: 15px;
    margin-bottom: 0;
    opacity: .7;
	color: #fff;
	font-family: Georgia,"Times New Roman",Times,serif;
}
.cookie-policy-banner-text p {
	margin-bottom: 0px;
}
.cookie-policy-banner-text a {
	font-family: Georgia,"Times New Roman",Times,serif;
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
.cookie-policy-banner-text a:hover {
	text-decoration: none;
}
.btn.btn-primary.cookie-policy-banner-button {
	width: 100%;
	max-width: 300px;
    height: 50px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    text-transform: uppercase;
	outline: none;
    margin-top: 7px;
	font-weight: bold;
}

@media screen and (max-width: 1100px) {
	.cookie-policy-banner-title {
		margin-top: 8px;
	}
	.btn.btn-primary.cookie-policy-banner-button {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.cookie-policy-banner-title {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.cookie-policy-banner-text p {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.cookie-policy-banner {
		padding-top: 35px;
	}
}

@media(min-width: 767px) and (max-width:992px) {
    #mainHeader .enlareg-txt {
        top:81px;
        width: 50%
    }

    .enlarge_top {
        float: left
    }

    .premim-box .trleftpr {
        width: 100%;
        float: none;
        clear: both;
        overflow: hidden;
        margin-bottom: 10px
    }

    .premim-box .trleftpr-01 {
        width: 100%;
        float: none;
        overflow: hidden
    }

    .permboxi {
        padding: 8px 25px
    }

    .reg_frminner .reg_tr .reg_td {
        width: 98%
    }

    .reg_frminner .reg_tr .reg_td-1 input[tyoe="text"],select {
        width: 98%
    }

    .reg_frminner .reg_tr .inputbox,.reg_frminner .reg_tr .reg_td-1 {
        width: 98%
    }

    .reg_frminner .reg_th,.reg_frminner .reg_thr {
        width: 100%
    }

    .Faqhelp iframe,.view_artclek iframe {
        width: 100%
    }

    .form-inline .form-group {
        width: 63%
    }

    #signBtn {
        padding: 0
    }

    header #topNav #topNavigation li {
        margin-right: 4px;
        font-size: 12px
    }

    .banner300,.mod_ijoomlazone {
        display: block
    }

    #mainHeader #searcArea .searchForm .searchInpt {
        max-width: 210px
    }

    #dropdownnav .dropdown a,#dropdownnav .dropdown-menu li a {
        font-size: 12px
    }

    .nav>li>a {
        padding: 10px 8px
    }

    #signIn a,.icon_login {
        font-size: 11px
    }

    .gallery_data ul li {
        max-width: 85px;
        margin-right: 18px
    }

    .gallery_data ul li img {
        width: 100%;
        height: auto
    }

    .commonRgt-box {
        margin-top: 0
    }

    footer #footerTop #footerNav #ftrNavigation li {
        padding: 0 13px
    }

    .social_media .addthis_toolbox {
        width: 62%
    }

    #logoArea h1 a {
        max-width: 100%;
        display: block;
        float: none;
        margin-bottom: 10px
    }

    #logoArea h1 a img {
        width: 60%
    }

    #logoArea h1 span {
        max-width: 100%;
        float: none
    }
}

@media(min-width: 100px) and (max-width:767px) {

    #logoArea img {
        width:80%;
        height: 100%
    }

    #logoArea h1 {
        max-height: 100%
    }

    .premim-box .trleftpr {
        width: 100%;
        float: none;
        clear: both;
        overflow: hidden;
        margin-bottom: 10px
    }

    .premim-box .trleftpr-01 {
        width: 100%;
        float: none;
        overflow: hidden
    }

    .permboxi {
        padding: 8px 25px
    }

    .os_table img {
        max-width: 70%
    }

    .Faqhelp iframe,.view_artclek iframe {
        width: 100%
    }

    .goldcalc1 form {
        padding-top: 0
    }

    .goldcalc {
        background: 0;
        height: 100%;
        max-width: 100%
    }

    .mod_ijoomlazone {
        display: block
    }

    .mod_ijoomlazone,.right_pan .adv_advanced_t,.right_pan .banner300 {
        display: block
    }

    .adv_advanced_t {
        display: block
    }

    #floatit {
        display: none
    }

    .cal_value {
        position: static
    }

    .goldcalc input,.goldcalc select {
        width: 100%
    }

    .goldcalc1 {
        padding-top: 0!important
    }

    .icon_login {
        margin-left: 5px
    }

    .catList h3,h3,#mainHeader .enlareg-txt h3,.price_describe h3 {
        font-size: 20px;
        font-weight: 400
    }

    .catList h3 a,h3 a,#mainHeader .enlareg-txt h3 a,.price_describe h3 a {
        font-weight: 400
    }

    .mod_ijoomlazone {
        display: block
    }

    .productsMain table td.prdtCnt {
        font-size: 14px
    }

    .productsMain table td:first-child,.productsMain table td.goodWd p.headGd {
        font-size: 12px
    }

    .productsMain table td.goodWd p.headBc,.productsMain table td.goodWd a.betterjoin,.productsMain table td.goodWd a.bestjoin,.productsMain table td.goodWd a,.productsMain table td.goodWd p.headFr {
        font-size: 11px
    }

    .productsMain table td:first-child,.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
        padding: 4px
    }

    li.item-471>a,li.item-473>a {
        background-image: linear-gradient(#123f68,#165690)!important;
        margin-left: 0;
        background-position: 0 0!important
    }

    .details_lft .imgp-box img {
        max-width: 100%!important;
        width: 100%
    }

    .actions {
        float: none;
        margin-top: 5px
    }

    .marks_box .col-xs-12.col-sm-9 {
        padding-left: 0;
        padding-right: 0
    }

    .productdetails .detailsbox {
        margin-bottom: 0
    }

    .details_lft .imgp-box {
        display: block;
        width: 100%
    }

    .detailsbox .details_rght {
        width: 100%;
        padding: 0;
        float: none
    }

    .detailsbox .details_lft {
        width: 100%;
        float: none;
        clear: both
    }

    .productdetails .heading1 {
        padding: 5px 0 5px 10px
    }

    .social_media .addthis_toolbox {
        width: 100%
    }

    .read_More {
        display: block;
        float: none!important;
        clear: both
    }

    .nav-pills>li {
        float: none
    }

    .nav-pills .dropdown-toggle,.nav-pills>li>a,#dropdownnav .dropdown-menu {
        background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#123f68),color-stop(100%,#165690));
        background-image: -webkit-linear-gradient(#123f68,#165690);
        background-image: -moz-linear-gradient(#123f68,#165690);
        background-image: -o-linear-gradient(#123f68,#165690);
        background-image: linear-gradient(#123f68,#165690)
    }

    .nav-pills .dropdown-menu .sub-menu {
        visibility: visible
    }

    .nav-pills .dropdown-menu {
        position: absolute;
        padding: 5px 0;
        list-style: none;
        background-clip: padding-box;
        position: static;
        float: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        background: #e1e1e1
    }

    .nav-pills .dropdown-menu a {
        color: #333!important;
        border-bottom: 1px solid #d3cfcf;
        white-space: normal
    }

    .nav-pills .dropdown-menu .active a {
        color: #fff!important
    }

    .nav-pills .dropdown-menu a:hover {
        color: #fff!important
    }

    #nav-wraper .sub-menu .dropdown-toggle {
        color: #fff!important;
        padding-left: 40px
    }

    #nav-wraper .nav-pills .dropdown-menu .dropdown-menu a {
        padding-left: 46px
    }

    .price_table tr th:nth-child(5),.price_table tr th:nth-child(2),.price_table tr th:nth-child(6) {
        word-break: break-word
    }

    .price_table tr td:nth-child(5),.price_table tr td:nth-child(2),.price_table tr td:nth-child(6) {
        word-break: break-word
    }

    .catList .priceCatname a {
        width: 11%
    }

    .nspArts ul li a:last-child {
        display: block;
        text-align: left
    }

    .nspArts h1,.commonRgt-box h2,.nspArts h2 {
        font-size: 24px
    }

    .nspArts ul li p {
        font-size: 16px
    }

    footer #footerTop #footerNav #ftrNavigation li {
        padding: 0 12px;
        margin-bottom: 10px;
        padding-left: 0
    }

    footer .usefullinks ul li {
        margin-bottom: 10px
    }

    footer .usefullinks h2 {
        margin-bottom: 10px;
        margin-top: 0
    }

    footer #footerTop #footerNav #ftrNavigation li a {
        font-size: 16px
    }

    footer .usefullinks ul li a {
        font-size: 16px
    }
    

    .form-inline .form-group {
        width: 67%;
		margin: 10px 0;
		float: left;
    }
    
    #mainHeader .enlareg-txt{
		display: none;
    }
    
    #mainHeader #searcArea .searchForm .searchInpt{
		width: 100%;
    }
    
    #nav-wraper label{
		display: block;
    }

    .searchForm button[type="submit"] {
       width: 30%;
    padding: 0;
    text-align: center;
    margin: 0;
    /* display: inline-block; */
    float: left;
    margin-top: 10px;
    border-radius: 5px;
    margin-left: 5px;
    height: 33.33px;
    line-height: 33px;
    }

    .price_table img {
        width: 100%
    }

    .ebaybox {
        display: none
    }

    .price_table tr th,.price_table tr td {
        font-size: 10px
    }

    #logoArea h1 a {
        max-width: 100%;
        display: block;
        float: none;
        margin: auto;
        margin-bottom: 5px
    }

    #logoArea h1 span {
        max-width: 100%;
        float: none
    }

    body.addPos {
        position: fixed;
        height: 100%
    }

    header #mainHeader {
        margin-top: 50px
    }

    header #mainHeader #dropdownnav {
        display: none!important
    }

    header #navbar {
        text-align: center;
        padding: 3px 0;
        top: 0;
        left: 0;
        position: fixed;
        -webkit-box-shadow: 0 0 5px #333;
        -moz-box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px #333;
        background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#072d51),color-stop(100%,#082c4e));
        background-image: -webkit-linear-gradient(#072d51,#082c4e);
        background-image: -moz-linear-gradient(#072d51,#082c4e);
        background-image: -o-linear-gradient(#072d51,#082c4e);
        background-image: linear-gradient(#072d51,#082c4e);
        z-index: 1
    }

    header #navbar #menuTrigger {
        display: block;
        padding: 10px;
        width: 10%
    }

    header #navbar #menuTrigger a {
        background: url(../images/menu-s.png) no-repeat center;
        display: block;
        height: 18px;
        width: 20px
    }

    header #nav-wraper {
        background: url(../images/navBG.png);
        overflow: scroll;
        height: 100%;
        width: 100px;
        position: fixed;
        left: -250px;
        top: 0;
        z-index: 1;
        -webkit-transition: all .5s ease 0;
        -moz-transition: all .5s ease 0;
        -ms-transition: all .5s ease 0;
        -o-transition: all .9s ease 0;
        transition: all .5s ease 0;
        overflow-x: hidden
    }

    header #nav-wraper #socialIconNav {
        display: block;
        background: url(../images/socialBG.png);
        border-bottom: 1px solid #c4c4c4;
        margin-bottom: 10px;
        line-height: 0;
        padding: 0;
        position: fixed;
        max-width: 250px;
        z-index: 101
    }

    header #nav-wraper #socialIconNav a {
        display: inline-block;
        width: 18%;
        padding: 15px 10px;
        border-right: 1px solid #c4c4c4;
        padding: 10px
    }

    header #nav-wraper #socialIconNav a.btnFacebook i.IconFacebook {
        background: url(../images/social-icon.png) 6px 43px;
        height: 15px;
        width: 20px;
        display: block
    }

    header #nav-wraper #socialIconNav a.btnTwitter i.IconTwitter {
        background: url(../images/social-icon.png) 0 29px;
        height: 14px;
        width: 15px;
        display: block
    }

    header #nav-wraper #socialIconNav a.btnGplus i.IconGplus {
        background: url(../images/social-icon.png) 0 -13px;
        height: 15px;
        width: 14px;
        display: block
    }

    header #nav-wraper #socialIconNav a.btnYoutube i.IconYoutube {
        background: url(../images/social-icon.png) 0 0;
        height: 14px;
        width: 15px;
        display: block
    }

    header #nav-wraper #socialIconNav a:last-child {
        border: 0
    }

    header #nav-wraper #socialIconNav a.BRnone {
        border: 0
    }

    header #nav-wraper #socialIconNav a#closeMenu {
        padding: 18px 0;
        background: url(../images/close-icon.png) no-repeat center #fff;
        width: 20%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

    header #nav-wraper ul#menu {
        margin: 0;
        padding: 0;
        text-align: left
    }

    header #nav-wraper ul#menu li {
        list-style-type: none
    }

    header #nav-wraper ul#menu li a {
        text-decoration: none;
        color: #FFF;
        padding: 5px;
        display: block
    }

    header #nav-wraper ul#menu li a.active-nav {
        background: #072c4f
    }

    header #nav-wraper ul#menu li a:hover {
        background: #000;
        color: #fff!important
    }

    header #nav-wraper.active {
        left: 0;
        width: 250px;
        -webkit-transition: all .5s ease 0;
        -moz-transition: all .5s ease 0;
        -ms-transition: all .5s ease 0;
        -o-transition: all .5s ease 0;
        transition: all .5s ease 0;
        z-index: 100;
        top: 0
    }

    header #nav-wraper a {
        color: #FFF
    }

    header #nav-wraper ul {
        padding: 0
    }

    header #nav-wraper ul.submenu li {
        border-bottom: 1px solid #c4c4c4
    }

    header #nav-wraper ul.submenu li:last-child {
        border: 0
    }

    header #nav-wraper ul.submenu li a {
        color: #575757!important;
        font-size: 12px;
        padding: 5px 20px!important
    }

    header #nav-wraper ul.submenu li a:hover {
        color: #FFF
    }

    header #searchNavi {
        background: url(../images/socialBG.png);
        border-bottom: 1px solid #c4c4c4;
        border-top: 1px solid #c4c4c4;
        padding: 5px;
        margin: 37px 0 0;
        clear: both
    }

    header #searchNavi input#searchIocn {
        height: 25px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        padding: 2px 10px;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        border: 0;
        font-size: 12px
    }

    header #searchNavi input#searchIocn:focus {
        -webkit-box-shadow: #adadad 0 0 2px 1px;
        -moz-box-shadow: #adadad 0 0 2px 1px;
        box-shadow: #adadad 0 0 2px 1px;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s
    }

    header .selectNavi {
        position: absolute;
        top: 6px;
        right: 0;
        padding: 5px 10px;
        color: #807f7f
    }

    header .selectNavi a.naviMenu {
        background: url(../images/menunavi.png) no-repeat center;
        display: block;
        height: 19px;
        width: 12px
    }

    header .selectNavi ul.dropdown-menu {
        left: -135px;
        text-align: left;
        top: 25px
    }

    header .selectNavi ul.dropdown-menu li a:hover {
        background: #999;
        border-radius: 2px 2px 0 0
    }

    header .selectNavi ul.dropdown-menu li:last-child a:hover {
        border-radius: 0 0 2px 2px
    }

    header #signBtn {
        display: none;
        padding: 0 10px;
        margin: 0;
        margin-top: 44px;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    header #signBtn #signIn {
        margin: 0
    }

    #socialIcon {
        padding: 5px 0;
        background: #FFF;
        margin-bottom: 0;
        display: none
    }

    #logoArea {
        text-align: center;
        /*padding-bottom: 10px */
    }

    #logoArea h1 {
        margin: 10px 0 0
    }

    .topbanner {
        display: block
    }

    .topbanner .adv_aff {
        width: auto!important
    }

    #searcArea {
        
    }
    
    #mainHeader #searcArea .searchForm{
    float: none;
    margin: 10px 45px;
    }
    
    #mainHeader #searcArea .searchForm button#searchBtn{
    width: 30%;
    float: left;
    margin-left: 3%;
    padding: 0;
    }

    .pagewrap {
        padding: 0 15px
    }

    ul#topNavigation {
        display: none
    }

    .nspArts ul li {
        text-align: center;
        padding: 10px;
        overflow: hidden;
        margin-bottom: 10px
    }

    .nspArts ul li a.readmore {
        float: right
    }

    .nspArts ul li a img {
        float: none;
        width: 50%;
        height: auto
    }

    .nspArts ul li img {
        float: none;
        width: 50%;
        height: auto
    }

    .nspArts ul li h4,.nspArts ul li p {
        text-align: left;
        margin-top: 5px;
        line-height: 20px
    }

    .banner300 {
        text-align: center;
        display: none
    }

    #sliderArea #carousel-example-generic .carousel-indicators {
        bottom: -5px
    }

    .carousel-control span {
        display: block;
        height: 39px;
        width: 35px;
        left: 35%;
        position: absolute;
        top: 27%;
        width: 21px;
        background-size: 98%!important
    }

    #sliderArea #carousel-example-generic .carousel-indicators li {
        width: 15px;
        height: 15px
    }

    .carousel-control span.nextIcon {
        background: url(../images/slider-next.png)
    }

    .carousel-control span.preIcon {
        background: url(../images/slider-pre.png)
    }

    .carousel-control.leftpstn {
        left: -40px
    }

    .carousel-control.rightpstn {
        right: -27px
    }
}

@media (max-width:430px) {
	#mainHeader #searcArea .searchForm{
		margin: 10px 25px;
	}
}

@media(max-width: 400px) and (min-width:320px) {
    .filter input {
        width:68%
    }

    .productsMain table td:first-child,.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
        padding: 2px
    }
}
