G
@charset "UTF-8";
@import "http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700|Oxygen:400,700,300";
html, body {
	overflow-x:hidden!important;;
	width:auto!important;	
}
h1 {
    color: #0083D6;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
h2 {
    color: #0083D6;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
h3 {
    border-bottom: 1px solid #D1D3D6;
    color: #454B54;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}
h4 {
    color: #454B54;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
h5 {
    color: #0083D6;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
h6 {
    color: #454B54;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
input, textarea, select, label, form {
    font-size: 14px;
}
body {
    border-top: 3px solid #30A0FF;
}
header, section, nav, article, footer, aside {
    display: block;
}
.center {
    display: block;
    margin: 10px auto !important;
}
.grey {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #ECECEC;
    padding: 15px 25px;
}
i.icon {
    margin-top: 3px;
}
a:hover, section {
    transition: all 0.3s ease-in-out 0s;
}
a:focus, input:focus, *:active {
    outline: medium none !important;
}
a:focus {
    color: #30A0FF;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: none;
}

.form {
    margin: 9px 0;
}
header {
    margin-bottom: 50px;
}
.userMeta {
    margin: 25px 0 15px;
    position: relative;
    text-align: right;
}
.userMeta a {
    margin-left: 20px;
}
.loginArea {
    margin: 5px 0 0;
}
.loginArea form {
    margin: 8px 0 10px;
}
.loginArea span {
    display: block;
    font-weight: bold;
    margin-left: 275px;
}
#loginForm input[type="email"], #loginForm input[type="password"] {
   height: 20px;
    margin: 0 3px;
    padding: 3px 7px;
    width: 125px;
}
#loginForm input[type="submit"] {
    margin: 0 10px 0 5px;
    padding: 3px 12px;
      line-height: 24px !important;
}
#passwordRecovery .modal-body form {
    text-align: center;
}
#passwordRecovery .modal-body input[type="email"] {
    margin: 10px;
    width: 70%;
}
#homeSlideshow h2 {
    color: #444444;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 200;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#homeSlideshow h2 span {
    color: #30A0FF;
}
#homeSlideshow p {
    line-height: 24px;
}
#homeSlideshow .item {
    margin-bottom: 10px;
}
#homeSlideshow .carousel-control.left {
    left: 0;
}
#homeSlideshow .carousel-control.right {
    right: 0;
}
#HomeListing {
    margin-top: 40px;
}
#HomeListing h3 span {
    float: right;
    font-size: 14px;
}
.SignUp {
    background-color: #30A0FF;
    background-image: linear-gradient(to bottom, #2FB3FF, #299AFA);
    background-repeat: repeat-x;
    border: medium none !important;
    box-shadow: none !important;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.SignUp:hover, .SignUp:focus {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.error {
    border: 1px solid #FF0000 !important;
}
#SignUpForm {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#SignUpForm h3 {
    margin-top: 0;
}
#SignUpForm .formBox {
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
#SignUpForm h4, #SignUpForm p {
    margin-left: 15px;
    margin-right: 15px;
}
.notifications {
    background: none repeat scroll 0 0 #30A0FF;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 4px 20px 8px;
}
.notifications .container {
    position: relative;
}
.notifications small {
    background: url("../img/notifications.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    width: 20px;
    margin-right:5px;
}

.chnageIcon small {
    background: url("../img/notifications1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    float: left;
    height: 20px;
    margin-left: 5px;
    margin-top: 3px;
    width: 20px;
}
.close {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 18px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 99;
}
.modal .close {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 18px;
    opacity: 1;
    position: absolute;
    right: 20px;
    text-shadow: 0 1px 0 #000000;
    top: 15px;
    z-index: 99;
}
.modal-header {
    border-radius: 4px 4px 0 0;
}
.modal-header h4 {
    color: #FFFFFF !important;
    font-size: 15px !important;
    text-transform: capitalize;
}
#InventSearch {
    display: block;
    margin: 12px 5px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
#inventSearchInput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    border-radius: 40px;
    display: block;
    height: 20px;
    margin-bottom: 0;
    padding: 2px 25px 2px 10px;
    width: 80%;
}
#searbtn {
    background-color: #FFFFFF;
    border: 0 none;
    position: absolute;
    right: 15px;
    text-indent: -999px;
    top: 4px;
    width: 16px;
}
nav {
    background: url("../img/nav-bg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border: 1px solid #15181B;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 #CCCCCC;
    font-family: 'Oxygen',Helvetica neue,Helvetica,Arial;
    font-weight: 700;
    position: relative;
}
nav .mobileMenu {
    background: url("../img/menu-drawer.png") no-repeat scroll 20px center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-indent: 70px;
}
nav ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline;
    float: left;
    position: relative;
}
nav ul li a, nav ul li a:focus {
    
    box-shadow: 1px 0 0 0 #616873 inset;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    padding: 13px 30px 13px 50px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 2px 0 #171717;
    text-transform: uppercase;
}
nav ul li:first-child a {
    border: medium none;
    box-shadow: none;
}
nav ul li a:hover * {
    transition: all 0.3s ease-in-out 0s;
}
nav ul li a:active {
    transition: none 0s ease 0s;
}
nav ul li small.arrow {
    border-bottom: 3px solid #299AFA;
    bottom: 0;
   
    height: 4px;
    left: 1px;
    position: absolute;
    width: 100%;
}
nav.Home ul li a, nav.Home ul li a:focus, nav.Home ul li a:active {
    padding-left: 30px;
}
span.Dash {
    background: url("../img/nav-icons.png") no-repeat scroll -1px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
span.Broad {
    background: url("../img/nav-icons.png") no-repeat scroll -25px 3px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
span.Text {
    background: url("../img/nav-icons.png") no-repeat scroll -42px 2px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
span.Dir {
    background: url("../img/nav-icons.png") no-repeat scroll -65px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
span.Inv {
    background: url("../img/nav-icons.png") no-repeat scroll -85px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
span.classi {
    background: url("../img/nav-icons.png") no-repeat scroll -132px 2px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
span.Support {
    background: url("../img/nav-icons.png") no-repeat scroll -108px 1px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
.controls a {
    color: #444444;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 25px 40px 0;
    position: relative;
    text-align: center;
}
.controls a:hover {
    color: #30A0FF;
}
.controls a span {
    display: block;
    height: 56px;
    margin: 0 auto 5px;
    width: 65px;
}
.controls a.sendbroadbtn span {
    background: url("../img/dash-icons.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 56px;
    margin: 0 auto 5px;
    width: 65px;
}
.controls a.manageList span {
    background: url("../img/dash-icons.png") no-repeat scroll -65px 0 rgba(0, 0, 0, 0);
    display: block;
}
.controls a.dashRating span {
    background: url("../img/dash-icons.png") no-repeat scroll -133px 0 rgba(0, 0, 0, 0);
    display: block;
}
.controls a.sendbroadbtn span:hover {
    background: url("../img/dash-icons.png") no-repeat scroll 3px -55px rgba(0, 0, 0, 0);
    display: block;
    margin: 0 auto 5px;
    transition: all 0.3s ease-in-out 0s;
}
.controls a.manageList span:hover {
    background: url("../img/dash-icons.png") no-repeat scroll -65px -55px rgba(0, 0, 0, 0);
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.controls a.dashRating span:hover {
    background: url("../img/dash-icons.png") no-repeat scroll -133px -55px rgba(0, 0, 0, 0);
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.controls a.dashRating small {
    background: none repeat scroll 0 0 #FF0000;
    border: 1px solid #CC0000;
    border-radius: 60px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    width: 30px;
}
nav ul li:hover small.arrow {
    display: block;
}
nav ul li a:active {
    background-color: #323841;
    box-shadow: 0 2px 5px 0 #000000 inset;
    color: #FFFFFF;
    padding: 15px 30px 11px 50px;
}
nav ul li.current-menu, nav ul li:hover > a {
    background-color: #323841;
    box-shadow: 0 2px 5px 0 #000000 inset;
    color: #FFFFFF;
}
nav ul li a:hover span.Dash, nav ul li.current-menu a span.Dash {
    background: url("../img/nav-icons.png") no-repeat scroll -1px -31px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
nav ul li a:hover span.Broad, nav ul li.current-menu a span.Broad {
    background: url("../img/nav-icons.png") no-repeat scroll -25px -31px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
nav ul li a:hover span.Text, nav ul li.current-menu a span.Text {
    background: url("../img/nav-icons.png") no-repeat scroll -42px -31px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
nav ul li a:hover span.Dir, nav ul li.current-menu a span.Dir {
    background: url("../img/nav-icons.png") no-repeat scroll -65px -31px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
nav ul li a:hover span.Inv, nav ul li.current-menu a span.Inv {
    background: url("../img/nav-icons.png") no-repeat scroll -85px -31px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
nav ul li a:hover span.classi, nav ul li.current-menu a span.classi {
    background: url("../img/nav-icons.png") no-repeat scroll -132px -29px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
nav ul li a:hover span.Support, nav ul li.current-menu a span.Support {
    background: url("../img/nav-icons.png") no-repeat scroll -108px -31px rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
nav ul li ul.submenu {
    background: none repeat scroll 0 0 #323841;
    border: 1px solid #15181B;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px 0 #000000 inset;
    clear: both;
    display: block;
    left: 0;
    position: absolute;
    top: 50px;
    width: 210px;
    z-index: 999;
}
nav ul li ul.submenu li {
    border-bottom: 1px solid #25282D;
    border-top: 1px solid #48505B;
    display: block;
    float: none !important;
}
nav ul li ul.submenu li a {
    border: medium none;
    box-shadow: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out 0s;
}
nav ul li ul.submenu li:first-child {
    border-top: 0 none;
}
nav ul li ul.submenu li a:hover {
    background: none repeat scroll 0 0 #299AFA;
    padding-left: 30px;
    text-shadow: 0 2px 0 #2180D6;
}
.latestBroadcast, .latestTextcast {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #E3E3E3;
    border-image: none;
    border-style: solid none;
    border-width: 1px;
    margin-bottom: 30px;
    padding: 30px 0 40px;
}
ul.legend {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.legend li {
    display: inline;
    font: 400 12px/30px 'Oxygen',Roboto;
    margin-left: 20px;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
}
ul.legend li > span {
    display: block;
    height: 30px;
    left: 0;
    margin: 0 1px 0 0;
    position: absolute;
    top: 1px;
    width: 21px;
}
ul.legend li:first-child span {
    line-height: 30px;
    margin: 0;
}
ul.legend li span.addtoList {
    background: url("../img/legend-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul.legend li span.inList {
    background: url("../img/legend-icons.png") no-repeat scroll -20px 0 rgba(0, 0, 0, 0);
}
ul.legend li span.rateThis {
    background: url("../img/legend-icons.png") no-repeat scroll -38px 0 rgba(0, 0, 0, 0);
    margin-right: 5px;
}
ul.legend li span.email {
    background: url("../img/legend-icons.png") no-repeat scroll -58px 0 rgba(0, 0, 0, 0);
    margin-right: 5px;
}
.lbIntro {
    text-align: right;
}
.listing_table {
    margin: 10px 0 25px;
}
.listing_table ul.listRow {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #ECECEC;
    display: table;
    list-style: none outside none;
    margin: 0 0 8px;
    transition: all 0.4s ease-in-out 0s;
    width: 99.7%;
}



.newlisting.listing_table ul.listRow {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #ECECEC;
    display: list-item !important;
    list-style: none outside none;
    margin: 0 0 8px;
    transition: all 0.4s ease-in-out 0s;
    width: 99.7%;
}
.listing_table ul.listRow:hover {
    background-color: #EEF6FD;
    border: 1px solid #80D3FF;
    box-shadow: 0 1px 5px 0 #CCCCCC;
}
.listing_table ul.listRow li {
    display: table-cell;
    margin: 0;
    padding: 10px 15px;
}
.listing_table ul.listRow li a img {
    margin: -7px 5px 0 0;
}
.listing_table dl.listHead, .tableHeading {
    background: none repeat scroll 0 0 #30A0FF;
    border: 1px solid #2180D6;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: table;
    list-style: none outside none;
    width: 99.7%;
}
.listing_table dl.listHead dt, .tableHeading span {
    display: table-cell;
    font: 600 14px/23px 'Oxygen';
    margin: 0;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #2180D6;
    text-transform: uppercase;
}
.col5 {
    width: 5%;
}
.col10 {
    width: 10%;
}
.col15 {
    width: 15%;
}
.col20 {
    width: 20%;
}
.col25 {
    width: 25%;
}
.col30 {
    width: 30%;
}
.col35 {
    width: 35%;
}
.col40 {
    width: 40%;
}
.responsive {
    display: none;
}
a.link {
    color: #444444;
    display: inline !important;
    text-indent: 0;
    width: auto !important;
}
.modal-border-box {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #ECECEC;
    margin: -14px -15px 10px;
    padding: 10px 20px 4px;
}
.Listing li.openEmails {
    text-align: center;
}
.Listing li.directHits {
    text-align: center;
}
a.emailBig {
    background: url("../img/list-icons.png") no-repeat scroll -100px 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 29px;
    overflow: hidden;
    width: 32px;
}
a.emailBig:hover {
    background: url("../img/list-icons.png") no-repeat scroll -100px -30px rgba(0, 0, 0, 0) !important;
}
section.tabs {
    display: block;
}
section.tabs ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
section.tabs li {
    display: inline;
}
.floated {
    display: block;
    float: left;
}
section.tabbed {
    display: block;
    overflow: hidden;
}
section.tabbed ul.slideContainer {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
section.tabbed ul.slideContainer li {
    float: left;
}
.searchOptions {
    color: #30A0FF;
    text-align: center;
}
.searchOptions a {
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    text-align: left;
}
.searchOptions a .one {
    display: block;
    height: 16px;
    line-height: 20px;
    position: absolute;
    right: 6px;
    top: 1px;
    width: 16px;
}
.searchOptions a .one.active {
    background: url("../img/close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.hidden {
    display: none !important;
}
.framed {
    border: 1px solid rgba(0, 0, 0, 0);
}
#advanceSearch h1 {
    margin-top: 0;
}
.modal .table {
    margin-bottom: 10px;
}
.modal .table td, .modal .table th {
    font-size: 12px;
    padding: 2px 10px;
}
.modal .table td select, .modal .table td textarea, .modal .table td input {
    margin: 4px 0;
}
.modal .carousel-indicators a.btn {
    text-indent: 0;
    width: auto;
}
.modalCarousel .carousel {
    margin-bottom: 0;
}
.formBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #CCCCCC;
    display: block;
    margin: 15px 0;
    padding: 20px;
}
.formBox h3 {
    background: none repeat scroll 0 0 #ECECEC;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 0 0 #F5F5F5 inset;
    display: block;
    margin: -20px -20px 30px;
    padding: 5px 20px;
}
.formBox h3 small {
    padding-top: 13px;
}
.formBox h3 small strong {
    color: #333333;
}
.inputLarge {
    font-size: 18px;
    padding: 11px 30px !important;
    width: 95%;
}
.formBox input[type="text"], .formBox input[type="email"], .formBox input[type="tel"] {
    width: 91%;
}
.formBox select {
    width: 100%;
}
.otherBroadcasts {
    text-align: center;
}
.formlabel {
    padding-top: 7px;
}
.popover {
    max-width: 300px !important;
}
.popover h3 {
    line-height: 20px;
    margin: 0 !important;
}
.popover .popover-content {
    font-family: 'arial';
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 17px;
    text-transform: none !important;
}
#broadcastCarousel ol li, #textcastCarousel ol li {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: auto !important;
    margin-left: 5px;
    text-indent: 0 !important;
    width: auto !important;
}
#broadcastCarousel .carousel-indicators, #textcastCarousel .carousel-indicators {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    z-index: auto !important;
}
#broadcastCarousel .carousel-indicators li.pull-right, #textcastCarousel .carousel-indicators li.pull-right {
    float: right !important;
}
#broadcastCarousel .carousel-indicators li.active a.btn, #textcastCarousel .carousel-indicators li.active a.btn, #contactUs .carousel-indicators li.active a.btn {
    background-color: #565656;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
    color:#ffffff;
}
.carousel-indicators li a.broadsettings, .carousel-indicators li a.textsettings {
    background: url("../img/settings.png") no-repeat scroll 7px 4px rgba(0, 0, 0, 0);
    border-radius: 3px;
    padding: 7px 12px 7px 30px;
    transition: all 0.4s ease-in-out 0s;
}
.carousel-indicators li a.broadsettings:hover, .carousel-indicators li a.textsettings:hover {
    background-position: 7px -23px;
}
.carousel-indicators li.active a.broadsettings, .carousel-indicators li.active a.textsettings {
    background-color: #565656;
    color: #FFFFFF;
}
.sbRadios label {
    margin-right: 20px;
}
.input-flexi {
    width: 96% !important;
}
.textarea-flexi {
    width: 98% !important;
}
.sendBroadcast hr {
    margin: 20px 0 30px;
}
h4 label {
    margin-bottom: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
ol.dirTabs {
    float: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
}
ol.dirTabs li {
    color: #30A0FF;
    cursor: pointer;
    display: inline;
    float: none;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    padding: 5px 10px;
    width: auto !important;
}
ol.dirTabs li:hover, ol.dirTabs li.active {
    color: #444444;
    transition: all 0.3s ease-in-out 0s;
}
#Directory .formBox .dirDetails > .row-fluid, #MyAccount .formBox .dirDetails > .row-fluid {
    padding: 20px 0 0 20px !important;
}
#Directory .formBox .dirDetails, #Directory .formBox .DirContact, #MyAccount .formBox .dirDetails, #MyAccount .formBox .DirContact {
    padding-bottom: 20px;
}
a.edit, a.cancel {
    cursor: pointer;
}
.dirDetails input {
    margin: 0;
}
.dirDetails input:disabled {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    box-shadow: none;
    color: #444444 !important;
    margin: 0;
    opacity: 1 !important;
    padding: 0;
}
.compLogo img {
    margin-left: 20px;
    max-width:150px !important;
}
#Directory h4, #MyAccount h4 {
    color: #30A0FF;
    font-weight: 400;
    line-height: 40px !important;
    margin-left: 40px;
}
h4 span.comDetails {
    background: url("../img/dir-icons.png") no-repeat scroll -1px 0 rgba(0, 0, 0, 0);
    margin-right: 15px;
    padding: 5px 15px;
}
h4 span.accessibility {
    background: url("../img/dir-icons.png") no-repeat scroll -100px 0 rgba(0, 0, 0, 0);
    margin-right: 15px;
    padding: 5px 15px;
}
h4 span.location {
    background: url("../img/dir-icons.png") no-repeat scroll -125px 0 rgba(0, 0, 0, 0);
    margin-right: 15px;
    padding: 5px 15px;
}
h4 span.contactPer {
    background: url("../img/dir-icons.png") no-repeat scroll -70px 0 rgba(0, 0, 0, 0);
    margin-right: 15px;
    padding: 5px 15px;
}
h4 span.ims {
    background: url("../img/dir-icons.png") no-repeat scroll -33px 0 rgba(0, 0, 0, 0);
    margin-right: 15px;
    padding: 5px 15px;
}
#Directory .infoTables table, #MyAccount .infoTables table {
    border-bottom: 1px solid #DFDFDF;
    margin: 15px 0 40px 40px;
    width: 90%;
}
#Directory .infoTables table:last-child, #MyAccount .infoTables table:last-child {
   /* margin-bottom: 0 !important;*/
}
#Directory .dirDetails table th, #Directory .DirContact table th, #MyAccount .dirDetails table th, #MyAccount .DirContact table th {
    width: 40%;
}
#Directory hr, #MyAccount hr {
    border-bottom: 1px solid #D5D5D5;
    margin: 15px -20px 10px;
}
.DirContact {
    background-color: #FBFBFB;
    border-left: 1px solid #D5D5D5;
    margin: 0;
    padding: 20px 30px 0 0;
}
.noPad {
    padding: 0 !important;
}
#Directory p, #MyAccount p {
    margin-left: 20px;
}
table.ratingsInfo td:nth-child(1), table.ratingsInfo td:nth-child(2), table.ratingsInfo th {
    white-space: nowrap;
}
table.ratingsInfo {
    margin-left: 20px;
    width: 97%;
}
.greyTH th {
    background-color: #FBFBFB;
}
.table90 {
    width: 90%;
}
#contactUs .carousel-indicators li {
    text-indent: 0;
}
#contactUs ol li {
    margin: 0 10px 10px 0;
    padding: 0;
}
#conDetails {
    margin-top: 20px;
}
#conDetails address {
    margin-bottom: 30px;
}
#conDetails h3 {
    color: #30A0FF;
    margin-bottom: 10px;
}
#emailForm {
    padding: 20px;
}
#emailForm label, #emailSend label {
    text-align: left;
}
#emailForm select {
    width: 95%;
}
#emailForm textarea {
    width: 92%;
}
#emailTK {
    margin: 18px;
}
#emailTK .controls {
    margin-left: 100px;
}
#emailTK .control-label {
    width: 100px;
}
.lessPad {
    padding-bottom: 10px;
}
#exsitInventory .Listing {
    padding: 10px;
}
#existInventory h3 {
    margin: 25px 0 0;
}
.InvSearch {
    margin-top: 30px;
    padding-top: 30px;
}
#addInventory {
    margin-top: 30px;
}
#addInventory .tableContent {
    display: block;
    margin: 5px 0;
}
#addInventory .tableHeading {
    margin-bottom: 20px;
    padding: 4px 20px;
}
#addInventory .tableHeading span {
    min-height: 10px !important;
    padding: 5px 0;
}
#addInventory .tableContent span.span1 input[type="text"] {
    width: 80% !important;
}
#addInventory .tableContent span.span2 input[type="text"] {
    width: 91% !important;
}
#addInventory .tableContent span select {
    width: 98% !important;
}
#addInventory .tableContent span.span3 input[type="text"] {
    width: 95% !important;
}
#invClicks .btn-toolbar {
    margin: 20px 0 0;
}
#invClicks .btn-group {
    text-align: center;
    width: 400px;
}
#invClicks .btn-group a {
    color: #444444;
    font-size: 14px;
}
#invClicks h3 {
    margin: 25px 0 0;
}
.tips {
    overflow-x: hidden;
}
.safeTips {
    background: none repeat scroll 0 0 #FFFDE1;
    border: 1px solid #E7DC7F;
    display: block;
    padding: 30px;
    transition: all 0.3s ease-in-out 0s;
}
.safeTips h4 {
    border-bottom: 1px solid #E7DC7F;
    margin: -20px -30px 20px;
    padding: 5px 30px 15px;
}
.safeTips h4 img {
    margin-right: 5px;
}
.safeTips ul {
    list-style: none outside none;
    margin: 0 !important;
}
.safeTips li {
    background: url("../img/tip.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    color: #63583B;
    display: block;
    line-height: 30px;
    padding: 6px 0 20px 30px;
}
.safeTips li strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.textCastPreview {
    background: none repeat scroll 0 0 #333333;
    border-radius: 4px;
    display: block;
    padding: 8px;
}
.textCastPreview .preview {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    display: block;
    padding: 20px;
    text-align: center;
}
.textCastPreview h4 {
    color: #FFFFFF;
}
.textCastPreview .preview span {
    line-height: 30px;
}
.textCastPreview .preview hr {
    margin: 5px 0;
}
.tips h6 {
    color: #CCCCCC;
    text-align: center;
}
.classifieds {
    margin-bottom: 40px;
}
.classifieds .row-fluid .span3 img {
    border: 1px solid #EAEAEB;
    border-radius: 5px;
    height: auto;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.classifieds .row-fluid .span3 img:hover {
    border: 1px solid #30A0FF;
    box-shadow: 0 0 15px 0 #ADD9FF;
}
#MyAccount .span4 .btn {
    margin: 5px 0 0 10px;
    display:inline-block;
}
#MyAccount .nav {
    margin: 10px 20px 20px;
}
#MyAccount .tab-content {
    margin: 0 20px;
}
#pubHist, #reqRat .alert {
    margin-top: 15px;
}
#updateProfile table {
    margin: 15px 0 40px 15px;
    width: 90%;
}
#updateProfile h4 {
    margin-left: 15px;
}
#updateProfile .noBorder td, #updateProfile .noBorder th {
    
}
#updateProfile .noBorder th {
    width: 25%;
}
.margin15 {
    margin-left: 15px;
}
#updateProfile label {
   
}
.classified-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #ECECEC;
    margin: 20px 0;
    padding: 8px;
    position: relative;
}
.classified-item img {
    border-radius: 5px;
    display: block;
    height: 133px!important;
	width:auto!important;
    margin: 22px auto 0;
   /* width: 147px;*/
}

.modal .classifiedimg > img {
	display:block;
	max-height:150px!important;	
}
.classified-item span {
    display: block;
    font-size: 11px;
    padding: 5px;
    text-align: center;
}
.classified-item span.price {
    background: none repeat scroll 0 0 #0083D6;
    border: 1px solid #025DA1;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #22ADFB inset;
    color: #FFFFFF;
    font-size: 14px;
    left: 50%;
    margin-left: -53px;
    padding: 8px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 90px;
}
.classified-item span.clsDesc {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    padding: 10px 0;
    display:block;
   /* white-space:nowrap;*/
    overflow:hidden;
    /*width:240px;*/
	width:100%;
    text-overflow: ellipsis;
    
}
.classified-item span.exp {
   margin-bottom:30px;
    margin-top: -10px;
}
#itemPlaceHolderContainer .classified-item span.exp, #classifaid .classified-item span.exp
{
     margin-bottom:0px !important;
}
 
.classified-item span.views {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #ECECEC;
    bottom: 0;
    left: 0;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.clsPrvContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    padding: 20px;
}
.footer {
    border-top: 1px solid #30A0FF;
    font-weight: 300;
    padding: 30px 0;
}
.footerLinks {
    font-weight: 300;
    text-align: right;
}
.footerLinks a {
    color: #444444;
    margin-left: 20px;
}
.footerLinks a:hover {
    color: #0083D6;
}
#manageList {
    margin-bottom: 50px;
}
#inviteForm {
    padding-left: 40px;
}
#inviteForm h3 {
    border: medium none;
    margin-bottom: 15px;
}
#inviteForm .btn {
    margin: 0 10px 20px 0;
}
.vertical .carousel-inner {
    height: 100%;
}
.carousel.vertical .item {
    transition: top 0.6s ease-in-out 0s;
}
.carousel.vertical .active {
    top: 0;
}
.carousel.vertical .next {
    top: 400px;
}
.carousel.vertical .prev {
    top: -400px;
}
.carousel.vertical .next.left, .carousel.vertical .prev.right {
    top: 0;
}
.carousel.vertical .active.left {
    top: -400px;
}
.carousel.vertical .active.right {
    top: 400px;
}
.carousel.vertical .item {
    left: 0;
}
ul.imageStack {
    list-style-type: none;
    margin-left: 15px;
}
ul.imageStack li {
    line-height: 30px;
}
ul.imageStack li a i {
    margin: 2px 0 0 5px !important;
}
h4.classiTitle {
    background: none repeat scroll 0 0 #30A0FF;
    border-bottom: 1px solid #2180D6;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 17px;
    margin: -20px -20px 20px;
    padding: 8px 20px;
    text-transform: capitalize;
}
h4.classiTitle span, h4.classiTitle small {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}
.classiPreview h5, .classifiedPreview h5 {
    color: #000000;
    font-size: 18px;
}
.classiPreview h5 span.pull-right *, .classiPreview h5 span.pull-right, .classifiedPreview h5 span.pull-right, .classifiedPreview h5 span.pull-right * {
    font-size: 11px;
    margin-top: -15px;
}
.classiPreview h5 span.pull-right small, .classifiedPreview h5 span.pull-right small {
    color: #FF0000;
}
.clsPrice {
    color: #FF0000;
}
.classiPreview h5, .classiPreview hr, .classifiedPreview h5, .classifiedPreview hr {
    margin: 6px 0;
}
.cls_desc {
    border-left: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 5px 15px;
}
.classiPreview .cls_desc {
    line-height: 18px;
}
h4.classiTitle span.pull-right {
    min-width: 140px;
    text-align: right;
}
h4.classiTitle span.pull-right span, h4.classiTitle span.pull-right small {
    color: #999999;
    font-size: 13px;
    text-transform: capitalize;
}
.classiPreview footer {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CCCCCC;
    display: block;
    margin: 0 -20px -20px;
    padding: 8px 20px;
}
.classiPreview footer span.pull-right {
    text-align: right;
}
.classiPreview p.silver {
    line-height: 23px;
}
#getQuote .toField div.span4, #getQuote .toField div.span8 {
    min-height: 23px;
}
#getQuote h6 {
    margin-bottom: 7px;
}
#getQuote hr {
    margin: 8px 0;
}
#getQuote .modal-body div {
    font-size: 13px;
}
#getQuote h5.ruler {
    background: url("../img/head-separator.png") repeat-x scroll center center rgba(0, 0, 0, 0);
}
#getQuote h5.ruler span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-right: 10px;
}
#getQuote .modal-body textarea {
    margin-bottom: 0;
    margin-right: 5px;
}
#getQuote .modal-body textarea, #getQuote .modal-body input {
    font-size: 12px;
    line-height: 18px;
}
#getQuote .user {
    text-transform: uppercase;
}
#getQuote h5 {
    margin: -10px 0 8px;
}
#sponsor .carousel-inner {
    width: 99.9%;
}
#inventorySearch table td {
    background-color: #FFFFFF;
}
#inventorySearch table th {
    background-color: #30A0FF;
    border: 1px solid #2180D6;
    color: #FFFFFF;
    text-transform: uppercase;
}
#inventorySearch table th {
    border-left: 1px solid #30A0FF !important;
    border-right: 1px solid #30A0FF !important;
}
#inventorySearch table th:first-child {
    border-left: 1px solid #2180D6 !important;
}
#inventorySearch table th:last-child {
    border-right: 1px solid #2180D6 !important;
}
.inventoryTable td {
    font-size: 12px;
    line-height: 19px;
    vertical-align: middle;
}
.inventoryTable td:last-child {
    text-align: center;
    vertical-align: middle;
}


#sponsor .item .span3 {
	display: block;
	height:170px;
	border:#ececec 1px solid;
	-webkit-border-radius:4px;
	border-radius:4px;
	position: relative;
	text-align: center!important;
}
#sponsor .item .span3 img {
	width: auto!important;
	
	height: auto!important;
	border:0!important;
	
	margin:auto;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	
	
}



@media only screen and (min-width: 320px) and (max-width: 480px) {
body {
    margin: 0;
    padding: 0;
}
header {
    margin-bottom: 20px;
}
.container {
    padding: 0 10px;
}
.notifications {
    padding: 20px 0;
}
.logo h1 {
    line-height: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.userMeta {
    float: none;
    margin: 15px auto 10px;
    text-align: center;
}
.userMeta .author {
    display: block;
}
footer {
    padding-top: 15px !important;
}
footer .span5, footer .span7 {
    text-align: center;
}
footer * {
    font-size: 11px;
}
footer a {
    margin-left: 5px;
}
footer .span7 a:first-child {
    margin-left: 0;
}
nav {
    background-color: #434C55;
}
nav .mobileMenu {
    display: block;
}
nav ul {
    display: none;
}
nav > ul > li, nav > ul > li.pull-right {
    display: block;
    float: none;
}
nav > ul > li ul.submenu {
    border: medium none;
    display: block !important;
    left: 0;
    position: relative !important;
    top: 0;
    width: 100%;
}
nav > ul > li ul.submenu li a {
    padding-left: 50px;
}
.safeTips {
    margin-top: 20px;
}
#InventSearch {
    width: 58%;
}
#InventSearch #searbtn {
    right: 5px;
}
.controls a {
    display: block;
    float: left;
    font-weight: bold;
    margin: 5px 5px 10px 0;
    position: relative;
    text-align: center;
}
.controls a span {
    background: url("../img/dash-icons.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 55px;
    margin: 0 auto;
    width: 65px;
}
.controls a {
    font-size: 12px;
}
.listing_table ul.listRow li {
    width: 55% !important;
}
#otherBroadcast {
    width: 75%;
}
#Directory .infoTables table {
    margin: 0;
    width: 100%;
}
#Directory .infoTables table th {
    padding-left: 40px;
}
.verified img, .compLogo img {
    display: block;
    float: none !important;
    margin: 0 auto;
}
table.ratingsInfo td:nth-child(1), table.ratingsInfo td:nth-child(2) {
    white-space: normal;
}
#Directory .infoTables table, #Directory .infoTables table th {
    margin-left: 10px;
    padding-left: 10px;
}
.tableDiv {
    margin-left: 10px !important;
    padding-left: 10px !important;
}
#Directory h4 {
    margin-left: 15px;
}
#Directory ol li, #Directory .carousel li {
    display: block;
    text-align: center;
    text-indent: 0;
}
#Directory ul.legend li {
    display: block;
    float: none;
    text-align: center;
}
#Directory ul.legend {
    display: block;
    float: none;
    margin: 0 auto;
}
#emailForm {
    padding: 0;
}
.InvNav #broadcastCarousel ol li {
    display: block !important;
    float: left !important;
    margin: 5px 0;
    width: 100% !important;
}
.InvNav #broadcastCarousel ol li a {
    display: block;
    float: none !important;
}
.loginArea {
    display: block;
    float: none;
}
.loginArea span {
    display: block;
    margin-left: 0;
    text-align: center;
}
#loginForm input[type="email"], #loginForm input[type="password"] {
    display: block;
    margin: 5px 0;
    width: 95%;
}
#loginForm.pull-right {
    float: none !important;
}
}
@media (min-width: 480px) and (max-width: 600px) {
body {
    margin: 0;
    padding: 0;
}
header {
    margin-bottom: 20px;
}
.container {
    padding: 0 10px;
}
.notifications {
    padding: 20px 0;
}
.logo h1 {
    line-height: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.userMeta {
    float: none;
    margin: 15px auto 0;
    text-align: center;
}
.userMeta .author {
    display: inline;
}
footer {
    padding-top: 15px !important;
}
footer .span5, footer .span7 {
    text-align: center;
}
footer * {
    font-size: 11px;
}
footer a {
    margin-left: 5px;
}
footer .span7 a:first-child {
    margin-left: 0;
}
nav {
    background-color: #434C55;
}
nav .mobileMenu {
    display: block;
}
nav ul {
    display: none;
}
nav > ul > li, nav > ul > li.pull-right {
    display: block;
    float: none;
}
nav > ul > li ul.submenu {
    border: medium none;
    display: block !important;
    left: 0;
    position: relative !important;
    top: 0;
    width: 100%;
}
nav > ul > li ul.submenu li a {
    padding-left: 50px;
}
.safeTips {
    margin-top: 20px;
}
#InventSearch {
    width: 58%;
}
#InventSearch #searbtn {
    right: 25px;
}
.controls a {
    display: block;
    float: left;
    font-weight: bold;
    margin: 5px 15px 10px 0;
    position: relative;
    text-align: center;
}
.controls a span {
    background: url("../img/dash-icons.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 55px;
    margin: 0 auto;
    width: 65px;
}
.controls a {
    font-size: 14px;
}
.listing_table ul.listRow li {
    width: 57% !important;
}
#Directory .infoTables table, #Directory .infoTables table th {
    margin-left: 20px;
    padding-left: 20px;
}

#Directory .infoTables table, #Directory .infoTables table th {
    margin-left: 20px;
    padding-left: 20px;
}
#Directory h4 {
    margin-left: 40px;
}
#Directory ul.legend li {
    display: inline;
    float: none;
}
#Directory ul.legend {
    display: block;
    margin: 0 auto;
}
}
@media (min-width: 600px) and (max-width: 800px) {
body {
    margin: 0;
    padding: 0;
}
header {
    margin-bottom: 20px;
}
.container {
    padding: 0 10px;
}
.notifications {
    padding: 20px 0;
}
.logo h1 {
    line-height: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.userMeta {
    float: none;
    margin: 15px auto 0;
    text-align: center;
}
.userMeta .author {
    display: inline;
}
footer {
    padding-top: 15px !important;
}
footer .span5, footer .span7 {
    text-align: center;
}
footer * {
    font-size: 11px;
}
footer a {
    margin-left: 5px;
}
footer .span7 a:first-child {
    margin-left: 0;
}
nav {
    background-color: #434C55;
}
nav .mobileMenu {
    display: block;
}
nav ul {
    display: none;
}
nav > ul > li, nav > ul > li.pull-right {
    display: block;
    float: none;
}
nav > ul > li ul.submenu {
    border: medium none;
    display: block !important;
    left: 0;
    position: relative !important;
    top: 0;
    width: 100%;
}
nav > ul > li ul.submenu li a {
    padding-left: 50px;
}
.safeTips {
    margin-top: 20px;
}
#InventSearch {
    width: 58%;
}
#InventSearch input[type="text"] {
    width: 87%;
}
#InventSearch #searbtn {
    right: 15px;
}
.controls a {
    display: block;
    float: left;
    font-weight: bold;
    margin: 5px 15px 10px 0;
    position: relative;
    text-align: center;
}
.controls a span {
    background: url("../img/dash-icons.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 55px;
    margin: 0 auto;
    width: 65px;
}
.controls a {
    font-size: 14px;
}
.listing_table ul.listRow li {
    width: 57% !important;
}
#Directory .infoTables table, #Directory .infoTables table th {
    margin-left: 20px;
    padding-left: 20px;
}
#Directory h4 {
    margin-left: 40px;
}
#emailForm .controls {
    margin-left: 130px;
}
#emailForm .control-label {
    width: 120px;
}
.loginArea span {
    display: block;
    margin-left: 0;
}
#loginForm.pull-right {
    float: none !important;
}
}
@media (min-width: 800px) and (max-width: 1024px) {
body {
    margin: 0;
    padding: 0;
}
header {
    margin-bottom: 30px;
}
.container {
    padding: 0 10px;
}
.notifications {
    padding: 20px 0;
}
.logo h1 {
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
}
.userMeta {
    margin: 15px auto 0;
    text-align: right;
}
.userMeta .author {
    display: inline;
}
footer {
    padding-top: 15px !important;
}
footer .span5, footer .span7 {
    text-align: center;
}
footer * {
    font-size: 11px;
}
footer a {
    margin-left: 5px;
}
footer .span7 a:first-child {
    margin-left: 0;
}
nav {
    background-color: #434C55;
}
nav .mobileMenu {
    display: none;
}
nav ul {
    display: block;
}
/*nav > ul > li, nav > ul > li.pull-right {
    display: block;
    float: none;
}
nav > ul > li ul.submenu {
    border: medium none;
    display: block !important;
    left: 0;
    position: relative !important;
    top: 0;
    width: 100%;
}
nav > ul > li ul.submenu li a {
    padding-left: 50px;
}*/
.safeTips {
    margin-top: 20px;
}
#InventSearch {
    width: 58%;
}
#InventSearch input[type="text"] {
    width: 90%;
}
#InventSearch #searbtn {
    right: 15px;
}
.controls a {
    display: block;
    float: left;
    font-weight: bold;
    margin: 5px 15px 10px 0;
    position: relative;
    text-align: center;
}
.controls a span {
    background: url("../img/dash-icons.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 55px;
    margin: 0 auto;
    width: 65px;
}
.controls a {
    font-size: 14px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
nav ul li a, nav ul li a:focus {
    padding: 13px 15px!important;
}
.logged-in nav ul li a, .logged-in nav ul li a:focus {
    padding: 13px 12px 13px 34px !important;
}
nav ul li a span:first-child {
    left: 7px !important;
}
}
@media (min-width: 900px) and (max-width: 1024px) {
.loginArea span {
    margin-left: 122px;
}
nav .mobileMenu {
    display: none;
}
nav ul {
    display: block;
}
.topAlert .notifications {
	padding:10px 0;
}
.ecllipscol30 {
	width:25%!important;
	overflow-x: hidden;
}

#InventSearch {
	width:18%;
	right:30px;
}
#InventSearch #searbtn {
	right:-10px;
	top:2px;
}
.listing_table ul.listRow .ecllipscol10 {
	width:8%;
}
.listing_table .listRow li {
	padding:10px!important;
}
.listing_table dl dt {
	padding: 10px!important;
	font-size: 13px!important;
}

}
@media only screen and (max-width: 800px) {
nav {
    background-color: #434C55;
}
nav .mobileMenu {
    display: block;
}
nav ul {
    display: none;
}
nav > ul > li, nav > ul > li.pull-right {
    display: block;
    float: none;
}
nav > ul > li ul.submenu {
    border: medium none;
    display: block !important;
    left: 0;
    position: relative !important;
    top: 0;
    width: 100%;
}
nav > ul > li ul.submenu li a {
    padding-left: 50px;
}
.listing_table ul.listRow li:before, .resTable td:before, .tableContent span:before {
    background: none repeat scroll 0 0 #30A0FF;
    border: 1px solid #2180D6;
    color: #FFFFFF;
    content: attr(data-name);
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    left: 0;
    padding: 10px 0 10px 15px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: -1px;
    white-space: nowrap;
    width: 35%;
}
.listing_table ul.listRow li, .resTable td, .tableContent span, .inventoryTable td {
    border-top: 1px solid #ECECEC;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 15px;
    margin: 0;
    padding: 10px 15px 10px 45%;
    position: relative;
}
.listing_table ul.listRow li a img 
{
        margin: 2px 5px 0 0;
}
.listing_table dl.listHead, .resTable th, .tableHeading {
    display: none;
}
.resTable tr td:last-child {
    margin-bottom: 10px !important;
}
.resTable td:last-child {
    border-bottom: 1px solid #ECECEC !important;
}
.tableContent span {
    padding-top: 2px;
}
.tableContent span input, .tableContent span input[type="number"], #addInventory .tableContent span textarea {
    height: 20px;
    width: 100% !important;
}
#addInventory .tableContent {
    display: block;
    margin-bottom: 35px;
}
#addInventory .tableContent span:last-child:before {
    height: 12px !important;
}
.inventoryTable td:last-child {
    text-align: left;
    vertical-align: middle;
}
classifiedplv h5 {
    color: #000000;
    font-size: 18px;
}
.classifiedplv h5 span.pull-right, classifiedplv h5 span.pull-right * {
    font-size: 11px;
    margin-top: -15px;
}
classifiedplv h5 span.pull-right small {
    color: #FF0000;
}
#termsandcondition , .tnc
{
    height:500px;
    max-width:100%!important;
	width:100%!important;
    overflow:scroll;
    display:block;
    }
.memid
{
     display:none;
}
.memberlble {

display:none;
}       
.rejoinInvite
{
    display:none;
    }       
#memberidtxtbox
{
    display:none;
}       
       
label, input, button, select, textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 15px !important;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin-top: -4px !important;
    vertical-align: middle;
}
}


 .topRate
  {
    background: none repeat scroll 0 0 #0083d6;
    border: 1px solid #025da1;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #22adfb inset;
    color: #ffffff;
    font-size: 14px;
    left: 50%;
    margin-left: -53px;
    padding: 3px 8px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 90px;
  }
  .topRate span
  {
    
    color: #ffffff;
    font-size: 14px;
   
  }
  
  @media (max-width:800px)
  {
      

.listing_table ul.listRow li:before, .resTable td:before, .tableContent span:before {
    background: none repeat scroll 0 0 #30a0ff;
    border: 1px solid #2180d6;
    color: #ffffff;
    content: attr(data-name);
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    left: 0;
    padding: 10px 0 10px 15px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: -1px;
    white-space: nowrap;
    width: 25%;
}

  }
  
  
  .signImg1, .signImg2, .signImg3 {
    border: 0 none !important;
    bottom: 0;
   
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
}

.span5.signspan5 {
    border: 1px solid #ececec;
    border-radius: 4px;
    display: block;
    height: 170px;
    position: relative;
    text-align: center !important;
     margin-top: 16px;
}