/*
robot green: a4ca39
light green: bbffaa
green1: 8bb45f
green2: 9fce6e
green3: b0e27a
green4: c0f785

dark gray: cccccc;
med gray: eeeeee;
light gray: f5f5f5;
gray1: 808080
gray2: cccccc
gray3: eeeeee
gray4: f2f2f2

light orange: ffa500 
dark orange: ff7f00
*/

body {
	padding-top: 60px;
}
.navbar-header {
}
.navbar-default {
	background:#fff;
	border:none;
}
.navbar.bordered{
	border-bottom:#a4ca39 2px solid;
}
a.navbar-brand {
    padding:0px;
    margin-top: 4px;
	margin-bottom:-4px;
    padding-left:10px;
}
a.navbar-brand img {
    padding-right:5px;
    height:42px;
}
#logo_name {
	height: 100%;
    font-size: 20px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

hr {
	margin: 10px 0px 10px 0px;
}

hr.divider {
	background-color: #cccccc;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }


/* HEADERS */

h1 {
	margin-top: 0px;
	font-size: 180%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-size: 125%;
	font-weight: bold;
}
h4 {
	font-weight: bold;
}

.well h1, .well h2, .well h3, .well h4 {
	margin: 0px;
	padding: 0px;
	border: none;
}

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4 {
	margin: 0px;
	padding: 0px;
	border: none;
}


/* COMMON */

.vertical_spacer {
	height: 15px;
}

.with_border {
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #eee;
	border-left: 3px solid #eee;
}

tr.highlight {
	background-color: #fcf8e3;
}
tr.completed {
	background-color: #dff0d8;
}
tr.canceled {
	background-color: #f2dede;
}

.color_box {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid Black;
	vertical-align: middle;
	margin-bottom: 3px;
}

.color_box.color_box_xs {
	width: 12px;
	height: 12px;
}

.mb1{margin-bottom:10px;}
.mb2{margin-bottom:20px;}


/* HOME */

.home_cell {
	border-radius: 4px;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 18px;
}

.gray_cell {
	background-color: #f5f5f5;
}
.gray_cell .text {
	display: block;
	margin-top: 10px;
	height: 50px;
	text-align: center;
}

.carrier_pics {
}
.carrier_pics img {
	display: block;
	height: 60px;
	overflow: hidden;
}
.carrier_pics .btn-default {
	background-color: #ffffff;
	margin-bottom: 8px;
}
.carrier_pics .btn-default:hover {
	background-color: #f5f5f5;
}
.carrier_pics .btn-default i {
	color: #749027;
}
.carrier_pics .btn-default i:hover {
	color: #445417;
}

.carrier_img {
	padding: 10px;
}

.font_icon_link_110 {
	font-size: 100px;
	line-height: 110px;
	display: block;
	text-align: center;
}
.font_icon_link_50 {
	font-size: 50px;
	line-height: 60px;
	display: block;
	text-align: center;
}


/* BUY / SELL */

.or_hr {
	position: relative;
	margin-bottom: 18px;
	padding: 5px 0px 5px 0px;
	background-color: #fafafa;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	/*
	background-color: #fafafa;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	*/
}
.or_hr hr {
	position: absolute;
	top: 18px;
	width: 100%;
	height: 10px;
	color: #dddddd;
	z-index: 1;
}
.or_hr_cirlce {
	position: relative;
	margin: 0px auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #aaaaaa;
	text-align: center;
	padding-top: 11px;
	z-index: 3;
}
.or_hr_cirlce .text {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	z-index: 4;
}
.or_hr .text_side {
	font-size: 16px;
	color: #aaaaaa;
	top: 18px;
	white-space: nowrap;
}
.or_hr .text_left {
	position: absolute;
	right: 50%;
	padding-right: 32px;
	z-index: 2;
}
.or_hr .text_right {
	position: absolute;
	left: 50%;
	padding-left: 32px;
	z-index: 2;
}


/* DEVICE GRID */

.dev_cell_tall {
	border-radius: 4px;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 18px;
}
.dev_cell_tall:hover {
	background-color: #f5f5f5;
}
.dev_cell_tall .image a {
	display: block;
}
.dev_cell_tall .title {
	margin-top: 10px;
	height: 52px;
	text-overflow: clip;
	overflow: hidden;
}
.dev_cell_tall .actions {
	margin: 5px -10px -10px -10px;
	padding: 0px;
	opacity: 0.9;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dev_cell_tall .actions .sell {
	float: left;
	width: 40%;
	background-color: #f0ad4e;
}
.dev_cell_tall .actions .buy {
	margin-left: 10px;
	background-color: #a4ca39;
}
.dev_cell_tall .actions a {
	padding: 20px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}
.dev_cell_tall .actions a:hover {
	text-decoration: none;
}

.dev_cell_price_over {
	position: absolute;
	top: 0px;
	right: 10px;
	opacity: 0.8;
	background-color: #a4ca39;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dev_cell_price_over a {
	opacity: 1.0;
	color: #ffffff;
}
.dev_cell_price_over a:hover {
	text-decoration: none;
}

.dev_cell_sell_over {
	position: absolute;
	bottom: 18px;
	left: 10px;
	background-color: #a4ca39;
	opacity: 0.8;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	padding: 3px 12px 3px 12px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dev_cell_sell_over a {
	opacity: 1.0;
	color: #ffffff;
}
.dev_cell_sell_over a:hover {
	/*text-decoration: none;*/
}


.dev_cell_wide {
	/* Use some BS3 panel styles for border and such */
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.dev_cell_wide .image {
	padding: 5px;
	width: 100px;
	text-align: center;
}
.dev_cell_wide .image:hover {
	background-color: #f5f5f5;
}
.dev_cell_wide .body {
	padding-left: 100px;
}
.dev_cell_wide .title {
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	width: 100%;
	height: 35px;
}
.dev_cell_wide .title a {
	display: block;
	line-height: 100%;
}
.dev_cell_wide .subtitle {
	font-size: 115%;
}
.dev_cell_wide .prices {
	font-size: 115%;
}
.dev_cell_wide .buttons {
	margin-top: 10px;
}
.dev_cell_wide .buttons .buy_button {
	width: 60%;
	font-weight: bold;
}
.dev_cell_wide .buttons .sell_button {
	width: 35%;
}
.dev_cell_wide .cell_link a {
	color: #333333;
	text-decoration: none;
}
.dev_cell_wide .cell_link a:hover {
	color: #a4ca39;
}


/* SEARCH DEVICE GRID */

.search_device_cell {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #dddddd;
	border-radius: 3px;
}
.search_device_cell .image {
	padding: 5px;
	width: 50px;
	text-align: center;
}
.search_device_cell .title {
	font-size: 110%;
	height: 30px;
}
.search_device_cell .title a {
	display: block;
	line-height: 100%;
}
.search_device_cell .buttons {
	margin-top: 5px;
}


/* LISTINGS */

.listing_preview {
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	border-radius: 4px;
}
.listing_preview.featured {
	background-color: #fcf8e3;
	color: #8a6d3b;
	border: 1px solid #faebcc;
}
.listing_preview.featured a {
	color: #66512c;
}
.listing_preview.business {
	background-color: #d9edf7;
	color: #31708f;
	border: 1px solid #bce8f1;
}
.listing_preview.business a {
	color: #245269;
}
.listing_preview.primo {
	background-color: #dff0d8;
	color: #3c763d;
	border: 1px solid #d6e9c6;
}
.listing_preview.primo a {
	color: #2b542c;
}
.listing_preview .inner {
	padding: 5px;
}
.listing_preview .inner:hover {
	background-color: #dff0d8;
}
.listing_preview .media {
	margin: 0px;
	padding: 0px;
}
.listing_preview .seller_img {
	margin-top: 5px;
}
.listing_preview .price {
	color: inherit;
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
}
.listing_preview .price:hover {
	text-decoration: none;
}
.listing_preview .condition {
	font-weight: bold;
}
.listing_preview .code {
}
.listing_preview .icons {
	white-space: nowrap;
}
.listing_preview .icons img {
	width: 12px;
	height: 12px;
}
.listing_preview .stars_area {
	white-space: nowrap;
	overflow: visible;
}
.listing_preview .stars-small {
	white-space: nowrap;
}
.listing_preview .stars_count {
	color: #888888;
	font-size: 80%;
}
.listing_preview .storage {
}
.listing_preview .color_box {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid Black;
}
.listing_preview .seller_info {
	font-size: 90%;
}
.listing_preview .ship_from {
	font-size: 90%;
}
.listing_preview .more_area {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 3px;
	padding-top: 3px;
	font-size: 90%;
}
.listing_preview .headline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listing_preview .headline a {
	display: block;
}
.listing_preview .staff_info {
	background-color: rgba(0, 0, 0, 0.1);
}
.listing_preview .nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listing_preview .buy_now_price_3, .buy_now_price_ {
	font-size: 400%;
	line-height: 100%;
	font-weight: bold;
}
.listing_preview .buy_now_price_5 {
	font-size: 330%;
	line-height: 120%;
	font-weight: bold;
}

.listing_preview .preview_price_3, .preview_price_ {
	font-size: 200%;
	font-weight: bold;
	line-height: 110%;
	display: block;
}
.listing_preview .preview_price_5 {
	font-size: 125%;
	font-weight: bold;
	line-height: 200%;
	display: block;
}

.buy_now_price_3, .buy_now_price_ {
	font-size: 400%;
	line-height: 100%;
	font-weight: bold;
}
.buy_now_price_5 {
	font-size: 330%;
	line-height: 120%;
	font-weight: bold;
}

.listing_images {
}
.listing_images .listing_image {
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #eee;
}

hr.listing_section_sep {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Listing User Prefs */
.listing_side_actions {
	text-align: right;
	position: fixed;
	top: 30%;
	right: 0;
}
.listing_side_actions a {
	margin-top: 0 !important;
	border-radius: 0;
    transition: background 0.3s ease-in 0s;
    z-index: 900;
}


/* COMMENTS */

#formComment textarea {
	height: 100px;
	font-size: 110%;
}

.comment {
	/*
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #eee;
	border-left: 3px solid #eee;
	*/
}
.comment .text {
	margin-top: 7px;
}

.my_comment {
	background-color: #f5f5f5;
}


/* FORMS */

.field label {
	font-size: 14px;
	margin-bottom: 0px;
}
.field label.required {
}
.field .help-block {
	font-weight: normal;
}

form .errors {
	font-style: italic;
	color: #b94a48;
}
form .errors label {
	color: #b94a48;
}

.field ul.yes_no {
	margin-top: 0px;
}
.field .yes_no li {
	display: inline-block;
	margin-right: 10px;
}
.field .yes_no li label {
	margin-top: 0px;
}


/* TABLES */

th, .table th {
	text-align: center;
	background-color: #f5f5f5;
}
/* Turn off bootstrap row highlighting */
.table tbody tr:hover td,
.table tbody tr:hover th {
	background-color: inherit;
}

.table > tbody > tr.borderless > td,
.table > tbody > tr.borderless > th{
    border: none;
}


/* LISTS */

.list_checks {
	list-style-image: url('../icons/tick.png');
}
.list_cross {
	list-style-image: url('../icons/cross.png');
}
.list_flags_red {
	list-style-image: url('../icons/flag_red.png');
}
.list_feeds {
	list-style-image: url('../icons/feed.png');
}
.list-fa-stars {
	list-style: none;
}


/* QA */
/* Use panel stylings... */

.qa .question {
	font-weight: bold;
}

/* QUOTES */
/* Use panel stylings... */

.quote .quotation {
	font-style: italic;
}


/* SPECS */

.specs td ul {
	margin-left: 0px;
	padding-left: 0px;
}
.specs td li {
	margin-left: 0px;
	list-style: none;
}


/* PRIMO */

.primo .backdrop {
	width: 100%;
	height: 400px;
	background-color: #ffffff;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
}

.primo .img-primo-logo {
	width: 240px;
	height: 50px;
	object-fit: contain;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.primo .divider {
	width: 100%;
	height: 2px;
	border: solid 1px #cccccc;
}

.primo .rectangle-quad {
	padding-top: 30px;
	padding-bottom: 30px;
}

.primo h1 {
	font-family: "Droid Sans", Arial, "Helvetica";
	font-size: 36px;
	text-align: center;
	font-weight:normal;
	margin-top:80px;
}

.primo h2 {
	font-family: "Droid Sans", Arial, "Helvetica";
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 38px;
}

.primo h3 {
	font-family: "Droid Sans", Arial, "Helvetica";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
}

.primo h4 {
	font-family: "Droid Sans", Arial, "Helvetica";
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 25px;
}

.primo .setup {
	font-family: "Droid Sans", Arial, "Helvetica";
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.primo .setuplinkholder {
	margin-bottom: 40px;
	text-align: center;
}

.primo a.setuplink {
	color: #5ba736;
	font-family: "Droid Sans", Arial, "Helvetica";
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

.primo .feature-text {
	text-align: center;
	font-size: 18px;
	margin-bottom: 37px;
}

.primo .feature-text span {
	color:#51595d;
}

.primo .primo-listings-row {
	margin-bottom: 50px;
}

.primo .primolisting {
	text-align: center;
}

.primo .primo-listings-lower {
	padding-top: 5px;
	padding-bottom: 30px;
}

.primo .primoprice {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.11;
	margin-left: 28px;
}

.primo .descriptionp {
	text-align: left;
	min-height:80px;
}

.primo .primostorelink {
	font-size: 18px;
}

.primo .primodeviceimage {
	height: 400px;
}

/* REFRESH */
/* begining with stock listings page*/

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.refresh {
	font-size:14px;
	line-height:20px;
}

.refresh h1 {

}

.refresh h2 {
	margin:20px 0;
	font-size:20px;
	line-height:28px;
	color:#333333;
}

.refresh h3 {
	margin:20px 0;
	font-size:18px;
	line-height:24px;
	color:#333333;
}

.refresh a {
	font-weight:bold;
}

.refresh .bodySmall {
	font-size:14px;
	line-height:20px;
}

.refresh .cornerlink {
	margin-top:20px;
	font-size:12px;
}

.refresh .device_summary_title{
	margin-top:20px;
}

.refresh .business_image {
	margin-top:20px;
	display:block;
	text-align: center;
}

.refresh .business_image img{
	/*height:200px;*/
}

.refresh .shipsfrom {
	margin-top:20px;
	font-size:14px;
}

.refresh .shipsfrom .sf_title {
	font-size:14px;
	margin-bottom:20px;
}

.refresh .shipsfrom .business_meta {
	/*margin:20px 0 20px 0;*/
	height:60px;
	line-height: 12px;
}

.refresh .shipsfrom .business_meta_graphic {
	margin-bottom: 12px;
}

.refresh .slimages {
	height: 200px;
	width: 100%;
	overflow:hidden;
}

.refresh .slimages .slnavigation {
	height: 0;
	position: relative;
	z-index: 100;
}

.refresh .slimages .slnavigation i{
	font-size:50px;
	color:#ffffff;
	position: absolute;
	height:400px;
	cursor: pointer;
	width:100px;
	padding-top:180px;
	text-align:center;
}

.refresh .slimages .slnavigation .fa-angle-left{
	left:1px;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.refresh .slimages .slnavigation .fa-angle-right{
	right:1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.refresh .slimages_scrollbox {
	height: 200px;
	position: relative;
	left: 0;
}

.refresh .slimage {
	height: 200px;
	display: block;
	float:left;
}

.refresh .outline {
	border-radius: 4px;
	border: solid 1px #cccccc;
}

.refresh .outline_dropdown_holder {
	width: 57px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #cccccc;
	cursor:pointer;
}

.refresh .modal-dialog .outline_dropdown_holder {
	float:right;
}

.refresh .outline_dropdown_holder .sort_arrow_holder {
	width:0;
	height:0;
}

.refresh .outline_dropdown_holder .sort_arrow_holder .outline_dropdown_sort:after {
	content: "\f0dd";
	font-family: FontAwesome;
	font-size: 18px;
	color:#333333;
	position:relative;
	top:6px;
	left:35px;
}

.refresh .outline_dropdown {
	width:55px;
	height:38px;
	font-size:18px;
	padding-left:16px;
	border:none;
	box-shadow:none;
	-moz-appearance:none;
	-webkit-appearance: none;
	position: relative;
	z-index:100;
	background:transparent;
	cursor:pointer;
}

.refresh .aspirinrow {
	margin-bottom:10px;
	line-height:24px;
}

.refresh .aspirinlabel {
	padding-top:10px;
}

.refresh .aspirin {
	border-radius: 20px;
	border: solid 1px #eceff1;
	text-align:right;
	padding:4px 14px;
	display: inline-block;
	float:right;
}

.refresh .colorcircle {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	float:left;
	position: relative;
    top: 3px;
    margin-right:8px;
}

.refresh .condition_green {
	font-size: 36px;
	color: #6bb245;
	margin:30px 0;
}

.refresh .shipsfrommap {
	height: 140px;
	width: 100%;
	border-radius:4px;
	overflow:hidden;
}

.refresh .infobox {
	border-radius: 4px;
	background-color: #eceff1;
	margin-bottom:20px;
	padding:20px;
	font-size:14px;
	line-height:20px;
}

.refresh .sl_price {
	font-size: 36px;
	text-align: right;
	margin:18px 20px 0 0;
}

.refresh .btn-primary {
	background:#6bb245;
	border-color:#6bb245;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.refresh .btn-primary:hover {
	background-color: #589442;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
}

.refresh .btn-xl {
	/*padding:24px 18px;*/
	padding:12px 18px;
}

.refresh .sl_more_options {
	cursor:pointer;
	height:40px;
	margin-bottom:10px;
	border-radius:4px;
}

.refresh .sl_more_options a {
	font-weight:normal;
	color:#333333;
	font-size:12px;
}

.refresh .sl_more_options_image {
	width:40px;
	height:40px;
	overflow:hidden;
	border-radius:4px;
}

/*.refresh .sl_more_options_image img {
	width: 100%;
	height:auto;
}*/

.refresh .sl_more_link {
	display:inline-block;
	width:100%;
	height:40px;
	margin-bottom:20px;
	border-radius: 4px;
}

.refresh .sl_more_link.sl_more_link_active {
	/*background: #eceff1;*/
}

.refresh .sl_more_link:hover {
	background: #eceff1;
}

.refresh .sl_more_highlight {
	width:2px;
	border-radius:2px;
	height:20px;
	display:block;
	float:right;
	margin-left:5px;
	margin-right:3px;
	position: relative;
	top:-1px;	
}

.refresh .sl_more_highlight.sl_more_active {
	background:#6bb245;	
}

.refresh .read_more_disclosure .fa-sort-down{
	position: relative;
	top: -2px;
}

.refresh .read_more_disclosure .fa-sort-up{
	position: relative;
	top: 3px;
}

.refresh #buy_now_form .buy_now_extra {
	display: none;
}

.refresh #buy_now_form .buy_now_toggle {
	cursor: pointer;
}

.refresh #buy_now_form .rightdollar {
	color:#cccccc;
}
.refresh #buy_now_form .rightdollar.rightdollaractive {
	color:#333333;
}

.refresh #buy_now_form .buy_now_toggle .fa-sort-up{
	display:none;
}

.refresh #buy_now_form .buy_now_toggle .fa-sort-down{
	display:inline-block;
}

.refresh #buy_now_form .buy_now_toggle.buy_now_toggle_open .fa-sort-up{
	display:inline-block;
}

.refresh #buy_now_form .buy_now_toggle.buy_now_toggle_open .fa-sort-down{
	display:none;
}

.refresh .vcenter {
    display: flex;
    align-items: center;
}

.refresh .modal-dialog {
	margin:0;
	overflow-y:initial !important;
}

.refresh .modal-header {
	border:none;
	padding:30px;
}

.refresh .modal-header h2 {
	margin:0px;
}

.refresh .modal-header .close {
	margin-top: 3px;
}

.refresh .modal-navbar-fixed-top {
    position: relative;
    top: auto;
    background:#ffffff;
    height:60px;
    padding:1px 20px 0 20px;
}

.refresh .modal-navbar-fixed-top h2 {
    margin:16px 0;
}

.refresh .modal-navbar-fixed-top .close{ 
    margin-top:20px;
}

.refresh .modal-content {
    height:568px;
    overflow-y:auto;
    border-radius:0;
	border:0;
}

.refresh .modal-dialog .modal-body {
	padding:0 20px;
	margin-top:20px;
}

.refresh .modal-body .device_title {
	font-size:18px;
}

.refresh .modal-body .sort-toggle .fa-sort-down{
	position: relative;
	top: -2px;
}

.refresh .modal-body .sort-toggle .fa-sort-up{
	position: relative;
	top: 3px;
}

.refresh .modal-footer {
	border:none;
	padding:20px;
}

.initial_hide {
	margin-top:-20px;
}

.refresh .featured_phone_image {
	height:220px;
}

.refresh .featured_phone_image img{
	height:100%;
}

.refresh .featured_price {
	text-align:right;
	display: block;
	padding-top:3px;
}

.refresh.featured h3 {
	margin-bottom:10px;
}

.refresh .provider_label {
	display:none;
	height:0px;
	border-bottom: 1px solid #cccccc;
	margin-bottom:10px;
	margin-top:25px;
}

.refresh .provider_label div {
	height:60px;
}

.refresh .provider_label .phone_model {
	padding-top:10px;
}

.refresh .provider_label .att {
	background-image: url('/static/images/providers/logo_att_2016.svg');
	background-size:101px 41px;
	background-repeat:no-repeat;
}

.refresh .provider_label .sprint {
	background-image: url('/static/images/providers/logo_sprint.svg');
	background-size:101px 41px;
	background-repeat:no-repeat;
}

.refresh .provider_label .t-mobile {
	background-image: url('/static/images/providers/logo_t-mobile.svg');
	background-size:101px 41px;
	background-repeat:no-repeat;
}

.refresh .provider_label .verizon {
	background-image: url('/static/images/providers/logo_verizon_2015.svg');
	background-size:101px 41px;
	background-repeat:no-repeat;
}

.refresh .provider_label .unlocked {
	background-image: url('/static/images/providers/unlocked-network.svg');
	background-size:30px;
	background-repeat:no-repeat;
}

.refresh .provider_label .unlocked:after {
	content: "Unlocked";
	font-size: 20px;
	font-weight: bold;
	color:#333333;
	position:relative;
	top:5px;
	left:25px;
}

#popular_phones_modal.refresh .aspirinrow {
	margin-bottom:0px;
}

#popular_phones_modal.refresh .aspirin {
	float:left;
	margin-right:4px;
}

#popular_phones_modal.refresh .featured_price {
	font-weight:bold;
}

.refresh.featured_classic {
	display:none;
}

.refresh .featured_phone_link {
	color:#333333;
	font-weight:normal;
	height:60px;
	width:100%;
	display:inline-block;
	padding:10px 0;
}

.refresh .featured_phone_link:hover {
	background:#eceff1;
	border-radius:4px;
}

.refresh .featured_phone_link:hover .aspirin{
	border: solid 1px #ffffff;
}

.refresh.featured .featured_link {
	font-weight:normal;
}

.refresh.featured_classic .featured_link {
	font-size:17px;
}

.refresh.featured_classic .featured_link_classic {
	margin:5px 0;
}


/* MISC */

.device_billboard {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.panel_not {
	overflow: hidden;
	border-bottom-right-radius: 4px;
	margin-bottom: 18px;
}
.panel_not ul {
	font-size: 110%;
	padding-left: 20px;
}
.panel_corner_cta {
	position: absolute;
	bottom: 10px; left: 25px;
}
.panel_corner_image {
	float: right;
	width: 80%;
	margin: -20px -55px -5px 0px;
}


/* BOOTSTRAP SUPPLEMENTAL */

.alert {
	padding: 10px;
	margin-bottom: 10px;
}
.alert-grey, .alert-gray {
  background-color: #f5f5f5;
  border-color: #dddddd;
  color: #555555;
}
.alert-white {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #444444;
}
.alert-white a {
	text-decoration: none;
}
.alert .dropdown-menu a {
	text-decoration: none;
}

.btn-xl {
	padding: 12px 18px;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 7px;
}
/*
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
*/

/* make default button very light grey rather than white.
.btn-default {
  background-color: #f5f5f5;
} */
.btn-block img {
	margin: 0 auto;
}
header .btn-default {
  background-color: #ffffff;
}

.panel-heading {
	font-weight: bold;
}
.panel-body ul {
	margin-left: 0px;
	padding-left: 20px;
}
.panel-body ul li {
	margin-left: 0px;
}
.panel-footer ul.inline-list {
	margin-bottom: 0px;
	padding-left: 0px;
}
.panel-footer ul.inline-list li {
	display: inline;
	padding-right: 20px;
}
.panel-footer a.btn {
	color: #ffffff;
}
.panel-footer a.btn-default {
	color: #333333;
}
.panel-info .panel-footer a.btn {
	color: #ffffff;
}
.panel-info .panel-heading a {
	color: #245269;
}
.panel-info .panel-footer a {
	color: #245269;
}
.panel-success .panel-heading a {
	color: #2b542c;
}
.panel-success .panel-footer a {
	color: #2b542c;
}
.panel-success .panel-footer a.btn {
	color: #ffffff;
}
.panel-danger .panel-heading a {
	color: #843534;
}
.panel-danger .panel-footer a {
	color: #843534;
}
.panel-primary .panel-heading a {
	color: #ffffff;
}


/* MISC */

.news_logo {
	height: 100px;
	padding: 15px 0px 15px 0px;
}
.news_logo a {
	display: block;
}
.news_logo a:hover {
}

.staff_cell {
	border-radius: 4px;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 18px;
}
.staff_cell .image {
	margin-bottom: 9px;
}
.staff_cell .name {
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 5px;
}
.staff_cell .title {
	min-height: 38px;
	font-size: 90%;
	line-height: 100%;
}


/* FOOTER */

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	background: #858585;
	color: #cecece;
	/*padding-top:10px;*/
	/*margin-top:20px;*/
	/*padding-bottom: 10px;*/
}
footer ul {
	padding: 0px;
	margin: 0px;
}
footer li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
footer div.row {
	margin-top: 15px;
}
footer a {
	color: #fff;
	font-size: 1.1em;
	padding: 5px 0px !important;
	font-weight: normal;
}
footer a:hover {
	color: #cecece;
	text-decoration: none;
}
footer .social_links i {
	font-size: 2.8em;
}
footer .copyright {
}
footer span.logo_name {
	font-size: 20px;
}

footer .subfooter div.row {
	margin-top: 5px;
}
footer .subfooter a {
	font-size: 100%;
	text-overflow: clip;
	white-space: nowrap;
}
footer .subfooter h4 {
	font-weight: normal;
	font-size: 110%;
}
footer .subfooter hr {
	color: #cecece;
	opacity: 0.5;
	margin: 10px 0px 10px 0px;
}

#section_main > div > div.col-md-4 > div > div {
    margin-bottom: 0px;
}
#section_comments > div > div.col-md-8 > div.comments > div:nth-child(1) > div.panel-heading > div > a{
    padding: 3px 6px;
    margin-top: -4px;
}

.center {
	margin: 0 auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* responsive social panels */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-control-static.box {
	padding: 6px 12px;
	background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.font-bold {
	font-weight: bold !important;
}


/* glyphicon spin */

.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


/* Media Queries */
@media (max-width: 768px) {
	footer {
		position: relative;
	}
	footer .copyright {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	footer ul {
		margin-bottom: 25px;
		min-height:160px;
	}

	/*PRIMO*/
	.primo .backdrop {
		height: 150px;
	}

	.primo .img-primo-logo {
		width: 120px;
		height: 25px;
	}

	.primo .primodeviceimage {
		height: 300px;
	}

	.mobile_tablet_buy_bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 80px;
		width: 100%;
		z-index: 100;
		box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
		background: #ffffff;
	}
	.mobile_tablet_buy_bar .sl_price {
		font-size: 36px;
		text-align: right;
		margin:14px 0px 0 0;
	}

	.mobile_tablet_buy_bar .btn-block {
		width:90%;
	}

	.mobile_tablet_buy_bar .btn-primary {
		background:#6bb245;
		border:none;
	}

	.mobile_tablet_buy_bar .btn-xl {
		font-size:14px;
	}


	

}
@media (min-width: 768px) {  /* tablet and up*/
	.navbar-nav.navbar-right:last-child {
		margin-right: 0px;
	}
	html {
		position: relative;
		min-height: 100%;
	}
	body {
		/* Margin bottom by footer height */
		margin-bottom: 341px;
	}
	footer {
		height: 223px;
	}
	footer.footer-home-page {
		height: 341px;
	}
	.refresh {
		font-size:18px;
		line-height:24px;
	}

	.refresh h1 {
		margin:20px 0;
		font-size:28px;
		line-height:36px;
		color:#333333;
	}

	.refresh h2 {
		margin:20px 0;
		font-size:24px;
		line-height:32px;
		color:#333333;
	}

	.refresh h3 {
		margin:20px 0;
		font-size:20px;
		line-height:28px;
		color:#333333;
	}

	.refresh .cornerlink {
		margin-top:20px;
		font-size:14px;
	}

	.refresh .h3spacer {
		margin-top:40px;
	}

	.refresh .device_summary_title{
		margin-top:20px;
	}

	.refresh .device_summary_title + a {
		font-size:14px;
	}

	.refresh .sl_more_highlight {
		top:1px;	
	}

	.mobile_tablet_buy_bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 80px;
		width: 100%;
		z-index: 100;
		box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
		background: #ffffff;
	}

	.refresh .shipsfrom .row{
		font-size:14px;
	}

	.refresh .shipsfrom .sf_title {
		font-size:18px;
		line-height:24px;
		margin-bottom:20px;
	}

	.refresh .shipsfrom p{
		font-size:18px;
		line-height:24px;
		margin-bottom:20px;
	}

	.refresh .aspirin {
		border-radius: 24px;
		padding:8px 20px;
	}

	.refresh .slimages {
		height: 400px;
		width: 100%;
		overflow:hidden;
	}

	.refresh .slimages_scrollbox {
		height: 400px;
	}

	.refresh .slimage {
		height: 400px;
	}

	.refresh .modal-dialog {
		width:640px;
		margin:10px auto;
	}

	.refresh .modal-dialog .modal-content{
		border-radius:6px;
	}

	.refresh .modal-header {
		padding:0 40px;
	}

	.refresh .featured_phone_image {
		height:165px;
	}

	.refresh .featured_price {
		text-align:left;
	}

	.refresh.featured h3 {
		margin-bottom:0px;
		margin-top:0px;
	}

	.refresh.featured .featured_price {
		text-align:inherit;
	    margin-bottom:35px;
	}

	.refresh .second_featured .col-sm-12 {
		text-align:right;
	}

	.refresh.featured .featured_link {
		font-size:14px;
		margin-top:4px;
		font-weight:normal;
	}

	.refresh.featured_classic .featured_link {
		font-size:17px;
	}

	.refresh.featured_classic .featured_link_classic_first {
		margin:-25px 0 5px 0;
	}

	.refresh.featured .featured_title {
		margin-top:14px;
	}

	.refresh .modal-header h2 {
		margin:40px 0;
	}

	.refresh .modal-header .close {
		margin-top:6px;
	}

	.refresh .modal-dialog .modal-body {
		margin-top:0px;
		padding:0 40px;
	}

	.refresh .outline_dropdown_holder {
		width: 81px;
		height: 60px;
		border-radius: 4px;
	}

	.refresh .modal-dialog .outline_dropdown_holder {
		float:right;
	}

	.refresh .outline_dropdown_holder .sort_arrow_holder .outline_dropdown_sort:after {
		content: "\f0dd";
		font-family: FontAwesome;
		font-size: 18px;
		color:#333333;
		position:relative;
		top:13px;
		left:47px;
	}

	.refresh.purchase_bar_tablet .outline_dropdown_holder .sort_arrow_holder .outline_dropdown_sort:after {
		position:relative;
		top:6px;
		left:35px;
	}

	.refresh .outline_dropdown {
		width:78px;
		height:57px;
		padding-left:22px;
	}

	.refresh .device_outline_box {
		height:80px;
	}

	.refresh .device_outline_box .col-xs-2, .refresh .device_outline_box .col-xs-6 {
		margin-top:10px;
	}

	#popular_phones_modal.refresh .modal-dialog{
		height:824px;
		overflow-y: initial !important;
	}

	#popular_phones_modal.refresh .modal-content{
		height:824px;
	}

	#popular_phones_modal.refresh .modal-body{
		height:622px;
		overflow-y: auto;
	}

	#popular_phones_modal.refresh .modal-footer{
		height:84px;
	}

	#popular_phones_modal.refresh .featured_price {
		font-weight:normal;
		font-size:24px;
		line-height:32px;
	}
	/* start of make it a little smaller*/
	/*#popular_phones_modal.refresh .featured_price .dollarsign {
		position:relative;
		font-size:14px;
		top:-7px;
	}*/

	
	#popular_phones_modal.refresh .featured_phone_link {
		height:38px;
		font-size:14px;
		line-height:20px;
		padding:4px 0;
	}

	#popular_phones_modal.refresh .aspirin {
		padding:4px 14px;
	}

	#popular_phones_modal.refresh .featured_price {
		font-size:18px;
		line-height:24px;
		text-align:right;
		padding-right:14px;
		padding-top:3px;
	}

	#popular_phones_modal.refresh .featured_price span{
		font-size:18px;
		line-height:24px;
		position: inherit;
		top:0;
	}

	/* end of make it a little smaller*/

}
@media (min-width: 992px){ /* desktop and up*/
	body {
		/* Margin bottom by footer height */
		margin-bottom: 265px;
	}

	.refresh .featured_phone_image {
		height:220px;
	}

	.refresh.featured .featured_title {
		margin-top:30px;
	}

	footer {
		height: 184px;
	}
	footer.footer-home-page {
		height: 265px;
	}

	.refresh .btn-xl {
	padding:24px 18px;
}
}
@media (min-width: 1200px){ /* HD desktop*/
	.refresh .featured_phone_image {
		height:270px;
	}

	.refresh.featured .featured_title {
		margin-top:60px;
	}
}

/* Social Icons new share */
.shareicon {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 0 3px;
}
.shareicon:hover {
	opacity: 0.75;
}
.si-facebook {
	background-image: url("../icons/32_facebook.png");
}
.si-twitter {
	background-image: url("../icons/32_twitter.png");
}
.si-google {
	background-image: url("../icons/32_googleplus.png");
}
/* Remove number input spinner */
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.hideOverflow {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.staff-user-comments-scroll {
	max-height: 120px;
	overflow-y: auto;
}
.staff-user-comments-scroll .comment-content {
	white-space: pre-wrap;
}

/* Print without links in parentheses. */
@media print {
	a[href]:after {
		content: none !important;
	}
}

/* disabled list group link */
.list-group > a.disabled {
	pointer-events: none;
}
.list-group > a.disabled:hover,
.list-group > a.disabled:focus {
	cursor: not-allowed;
}

/* Warranty / Protection Plans */
.warranty_bar {
	color: #ffffff;
	background-color: #f4a636;
	padding: 8px 15px; /* same as breadcrumbs */
	font-size: 100%;
	border-radius: 4px;
	text-align: center;
}
.warranty_bar a {
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

/* new styles */
.gray-light {
	color: #bdbdbd;
}
.font-weight-bold {
	font-weight: bold;
}
a {
	color: #6bb245;
	transition: .4s ease;
}
a:hover {
	cursor: pointer;
	transition: .4s ease;
}
.style-new a:hover, .style-new a:focus {
	/*color: #589442;*/
	text-decoration: none;
}
.link-color-gray-dark {
	color: #333333;
}
.link-color-gray-dark:hover {
	color: #333333;
}
.link-color-gray-light {
	color: #cccccc;
}
.link-color-gray-light:hover {
	color: #999999;
}
.btn-new {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding: 9px 20px;
	border-radius: 4px;
	white-space: nowrap;
	margin-bottom: 10px;
	border: 1px solid transparent;
}
.btn-new:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
.btn-new:focus, .btn-new:active:focus {
	outline: none;
}
.btn-new-lg {
	line-height: 40px;
}
.btn-green {
	color: #ffffff;
	background-color: #6bb245;
}
.btn-green:hover, .btn-green:focus {
	color: #ffffff;
	background-color: #589442;
}
.btn-gray {
	color: #333333;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
.btn-gray:hover, .btn-gray:focus {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #adadad;
}
form.form input:not([type="radio"]):not([type="checkbox"]) {
	color: #333333;
	font-size: 14px;
	width: 100%;
	padding: 15px 20px; /*padding: 19px 20px;*/
	border-radius: 4px;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}
form.form input.error:not([type="radio"]):not([type="checkbox"]) {
	border-color: #d9534f;
}
form.form input.error:focus:not([type="radio"]):not([type="checkbox"]) {
    outline: none;
    box-shadow: 0 0 4px 0 #d9534f;
}
form.form input.success:not([type="radio"]):not([type="checkbox"]) {
	border-color: #6bb245;
}
form.form input.success:focus:not([type="radio"]):not([type="checkbox"]) {
    outline: none;
    box-shadow: 0 0 4px 0 #6bb245;
}
form.form p.error {
	color: #d9534f;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -5px;
}
/*form.form .form-group-new {*/
	/*margin-bottom: 10px;*/
/*}*/
/*form.form .form-group-new input:not([type="radio"]):not([type="checkbox"]) {*/
	/*border-radius: 0;*/
	/*margin-bottom: 0;*/
	/*transition: .2s ease;*/
/*}*/
/*form.form .form-group-new input:first-child:not([type="radio"]):not([type="checkbox"]) {*/
	/*border-top-left-radius: 4px;*/
	/*border-top-right-radius: 4px;*/
/*}*/
/*form.form .form-group-new input:last-child:not([type="radio"]):not([type="checkbox"]) {*/
	/*border-bottom-left-radius: 4px;*/
	/*border-bottom-right-radius: 4px;*/
/*}*/
form.form input:focus {
	transition: .4s ease;
	/*box-shadow: inset 0 0 8px 0 rgba(101, 175, 223, 0.6);*/
	border: solid 1px #66afe9;
}
form.form .radio input[type="radio"], form.form .radio-inline input[type="radio"],
form.form .checkbox input[type="checkbox"], form.form .checkbox-inline input[type="checkbox"] {
	margin-top: 2px;
}

.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}
