body {
	position: relative;
}

.affix ~ .container-fluid {
     position: relative;
     top: 70px;
  }

.row {
	margin-left: 0;
	margin-right:	0;
}

.inputGroupContainer{
	margin-bottom: 20px;
}

.affix{
	top: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 100%;
	z-index: 1040 !important;
}

/*-- Navbar Style and adjustment --*/
.navbar-default {
	background-color: transparent;
}

.navbar-header {
	background-color: white;
}

.navbar-collapse {
	background-color: rgba(255,255,255,0.95);
	position: fixed;
	top: 70px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.navbar-full {
	height: 600px;
}

.navbar {
	border: none;
}

.navbar-brand {
	background: url('../images/dryhire_logo.png');
	background-size: contain;
	width: 170px;
	max-height: 70px;
	background-repeat: no-repeat;
	margin: 10px;
}

.navbar-nav li {
	border-bottom: 1px dotted #cacaca;
}

.navbar-default .navbar-nav a {
	padding-left: 0;
	font-size: 100%;
}


.navbar-default .navbar-nav>.active>a {
	background-color: transparent;
	font-weight: 700;
	color: #ff6002;
	padding-left: 0;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}


/*-- Navbar end --*/

/*-- Sub Nav --*/

.subnav {
	font-size: 100%;
	width: 100%;
	text-align: center;;
	padding: 0;
	margin: 0;
}

#my-items .subnav>li>a {
	color: #000;
}

#my-items .subnav>.active>a {
	color: #ff6002;
	font-weight: 600px;
}

/*-- Sub Nav --*/

.notification-highlight {
	background-color: #eb212e;
	border-radius: 2px;
	color: white;
	font-weight: 600;
	padding: 3px 6px 3px 6px;
}

#wanted-alerts .form-padding {
	padding-left: 0px;
}

#wanted-alerts p {
	color: #000;
}

.user-identity {
	margin-top: 15px;
	margin-bottom: 5px;
}

p.radios-title {
	color: black;
	margin-top: 10px;
	margin-bottom: 0;
}

.notify-radios {
	padding-left: 10px;
	color: black;
}

.radios-list {
	list-style-type: none;
}

.radios-list li {
	display: inline-block;
	padding-right: 20px;
}

ul.radios-list {
	padding-left: 0;
}

.checkbox-list {
	margin-top: 10px;
	margin-left: 10px;
	list-style-type: none;
}

.checkbox-list li {
	display: inline-block;
	padding-right: 20px;
	text-align: center;
}

ul.checkbox-list {
	padding-left: 0;
}

#my-items-list li {
	display: inline;
	list-style-type: none;
}

#my-items-list ul {
	color: #000;
	font-weight: 700;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

#my-items-list ul.enquiries-list {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	border-bottom: 1px solid #cacaca;
	margin: 0;
}

#my-items-list ul.enquiries-list li {
	padding: 10px;
	display: inline-block;
	font-weight: 500;
	/*text-align: left;*/
	float: none;
}

#my-items-list ul.enquiry-highlight {
	display: inline;
	list-style-type: none;
	padding: 0;
}

#my-items-list ul.enquiry-highlight li {
	padding: 10px;
	display: inline-block;
	font-weight: 500;
	/*text-align: left;*/
	float: none;
}

.hr-class {
	margin-top: -15px;
	margin-left: 80px;
	margin-bottom: 0;
}

#my-items-list select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-image: url('../images/chevron-down.svg');
	background-size: 15px;
	background-position: center right 10px;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	font-weight: 700;
}

select::-ms-expand{
	display: none;
}


.my-item-photos {
	padding-top: 4px;
	overflow: auto;
	white-space: nowrap;
}

.my-item-photos img {
	display: inline-block;
	text-align: center;
	padding: 3px;
}

.accordion-width {
	width: 100%;
}

#help-questions h2 {
	margin-top: 60px;
	margin-bottom: 30px;
}

#help-questions h4 {
	color: #000;
}

.panel-heading .collapsed .chevron-down {
	transform:rotateX(0deg);
}
.panel-heading .chevron-down {
	transition:transform .5s;
	transform:rotateX(180deg);
}

.chevron-down {
	margin-top: -10px;
}

.chevron-down-view {
	float: right;
	margin-top: 4px;
	padding-top: 4px;
	padding-left: 4px;
}

.inline-link {
	display: inline-block;
	text-align: center;
	color: #000;
	font-weight: 600;
}

.item-accordion {
	float: none;
	clear: both;
	margin-top: 40px !important;
}

.item-accordion .panel-default {
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #e6e9ed;
}

.item-accordion .panel-default>.panel-heading {
	background-color: #e6e9ed;
	text-align: center;
}

.item-accordion .panel-default .panel-body {
	border-top: none;
	padding: 5px;
}

.help-accordion {

}

.help-accordion .panel-default {
	box-shadow: none;
	border: none;
}

.help-accordion .panel {
	border: none;
}

.help-accordion .panel-default>.panel-heading {
	background-color: transparent;
	border-top: 1px solid #e6e9ed;
}

#help-accordion-10 {
	margin-bottom: 20px;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}

#my-items .subnav {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-items-list-block {
	margin-top: 20px;
}

#deleteitem-modal .btn-secondary {
	margin-top: 10px;
}

.subnav li {
	float: none;
	display: block;
	list-style-type: none;
	color: white;
	font-weight: 400;
	padding: 0 20px 0 20px;
}

.subnav li a {
	color: white;
}

/*--Sub Nav End --*/

/*-- Tables --*/
.item-table th, td {
	text-align: center;
}

.item-table>tbody>tr>td {
	padding: 4px;
}

.item-table>thead>tr>th {
	padding: 4px;
}

.item-table-left {
	text-align: left !important;
}

.totals-highlight {
	background-color: #d4d5d8;
	font-weight: 700;
}

/*-- END TABLES --*/

.contacticons {
	margin: 20px 0 20px 0;
}

.quotesicons {
	margin-top: 10px;
	margin-bottom: 20px;
}

.social-icons {
	padding: 0px;
	margin-bottom: 40px;
}

.social-icons li {
	display: inline;
	list-style-type: none;
	padding: 10px;
}

.social-icons img {
	display: inline;
}

.float-left-item {
	float: left;
}

.float-right-item {
	float: right;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.boldfont {
	font-weight: 700;
	color: #000;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #ffffff;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 20px;
	color: #000000;
	font-size: 26px;
}

#add-item-form h2 {
	margin-bottom: 20px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 20px;
	color: #ffffff;
	font-size: 60px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ff6002;
	font-size: 16px;
	margin-top: 0;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	margin: 0 0;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 20px;
	color: #000000;
	font-size: 180%;
}

.noPadding {
	padding: 0px;
}

.noMargin {
	margin: 0px;
}

img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

p {
	color: rgb(126, 126, 126);
}

.leaderboard-ad {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #e6e9ed;
}

.clientlist{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.clientlist > li {
	display: inline-block;
	text-align: center;
	padding: 20px;
}

.clientlist li img {
	max-width: 200px;
	max-height: 70px;
}

.searchresults li {
	display: inline-block;
	padding: 10px 10px 10px 0;
	font-size: 12px;
}

.searchresults p {
	font-size: 12px;
}

.searchresults b {
	color: #000;
}

.searchresults a {
	color: #000;
}

.wantedsearchresults ul {
	padding: 0;
}

.wantedsearchresults li {
	display: inline-block;
	padding: 10px 10px 10px 0;
	font-size: 12px;
}

.wantedsearchresults p {
	font-size: 12px;
}

.wantedsearchresults b {
	color: #000;
}

.wantedsearchresults a {
	color: #000;
}

.resultstext {
	color: #000;
	font-weight: 700;
	padding-left: 10px !important;
	margin-top: 10px;
  margin-bottom: 10px;
}

.tickcross {
	margin-left: 10px;
  padding: 3px;
}

.carousel-btn {
	color: #fff;
}

.no-btn-style {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.image-selected-icon {
	display: none;
}

.image-selected-icon.active{
	display: block;
	position: absolute;
	right: 15%;
	top: 5%;
	width: 20%;
	height: 40%;
}

.btn-secondary.add-image-btn {
	border-radius: 4px;
	background-color: #0C9444;
	margin-top: 10px;
	margin-bottom: 10px;
}

.remove-image-btn {
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.image-selection-options {
	padding: 5px;
	list-style-type: none;
	text-align: center;
}
.image-selection-options li {
	display: inline-block;
}

.image-selection-options img{
	border-radius: 4px;
}

/*-- Unique carousel movement --*/
.carousel-inner-myitems > .item.next,
.carousel-inner-myitems > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(33%, 0, 0);
    -ms-transform: translate3d(33%, 0, 0);
  	-o-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
 }

.carousel-inner-myitems > .item.prev,
.carousel-inner-myitems > .item.active.left {
  left: 0;
  -webkit-transform: translate3d(-33%, 0, 0);
  -ms-transform: translate3d(-33%, 0, 0);
  -o-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}

.carousel-inner-myitems .active.left { left: -33%; }
.carousel-inner-myitems .active.right { left: 33%; }
.carousel-inner-myitems .next        { left:  33%; }
.carousel-inner-myitems .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

/*-- END Unique carousel movement --*/


.companymark {
	float: left;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
}

.btn-blue {

}

.btn-green {

}

#secondLogin-modal .modal-dialog{
	padding-top: 20px;
	padding-bottom: 20px;
}

#secondLogin-modal .btn-primary {
	margin-bottom: 40px;
}

#secondLogin-modal .btn-outline {
	background-color: transparent;
	border: 1px solid #6b6b6b;
	color: #6b6b6b;
}

#secondLogin-modal .btn-primary:hover, #secondLogin-modal .btn-primary:focus, #secondLogin-modal .btn-primary:active, #secondLogin-modal .btn-primary:active:focus, #secondLogin-modal .btn-primary.active {
	background-color: #ff995d;
}

#secondLogin-modal .btn-outline:hover, #secondLogin-modal .btn-outline:focus, #secondLogin-modal .btn-outline:active, #secondLogin-modal .btn-outline:active:focus, #secondLogin-modal .btn-outline.active, #secondLogin-modal .open>.dropdown-toggle.btn-outline{
    color: #6b6b6b;
    background-color: #cacaca;
		border: 1px solid #6b6b6b;
}

#secondLogin-modal p {
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 30px;
}

#secondLogin-modal h2 {
	font-weight: 700;
	font-size: 30px;
	color: #ff6002;
}

.dryHire .btn-primary {
	background-color: #ff6002;
}

.dryHire .btn-outline {
	background-color: transparent;
	border: 1px solid #ff6002;
	color: #ff6002;
}

.dryHire .btn-outline:hover, .dryHire .btn-outline:focus, .dryHire .btn-outline:active, .dryHire .btn-outline:active:focus, .dryHire .btn-outline.active, .dryHire .open>.dropdown-toggle.btn-outline{
    color: #ff6002;
    background-color: #ffe8db;
		border: 1px solid #ff6002;
}

.item-info .btn-outline:hover, .item-info .btn-outline:focus, .item-info .btn-outline:active, .item-info .btn-outline:active:focus, .item-info .btn-outline.active, .item-info .open>.dropdown-toggle.btn-outline{
    color: #ff6002;
    background-color: #ffe8db !important;
		border: 1px solid #ff6002;
}

.wetHire .btn-primary {
	background-color: #0A75C0;
}

.wetHire .btn-primary:hover {
	background-color: #24a4fd;
}

.wetHire .btn-outline {
	background-color: transparent;
	border: 1px solid #0A75C0;
	color: #0A75C0;
}

.wetHire .btn-outline:hover, .wetHire .btn-outline:focus, .wetHire .btn-outline:active, .wetHire .btn-outline:active:focus, .wetHire .btn-outline.active, .wetHire .open>.dropdown-toggle.btn-outline{
    color: #0A75C0;
    background-color: #e3f3ff;
		border: 1px solid #0A75C0;
}

.bothHire .btn-primary {
	background-color: #0C9444;
}

.bothHire .btn-primary:hover {
	background-color: #40b570;
}

.bothHire .btn-outline {
	background-color: transparent;
	border: 1px solid #0C9444;
	color: #0C9444;
}

.bothHire .btn-outline:hover, .bothHire .btn-outline:focus, .bothHire .btn-outline:active, .bothHire .btn-outline:active:focus, .bothHire .btn-outline.active, .bothHire .open>.dropdown-toggle.btn-outline{
    color: #0C9444;
    background-color: #edfdf3;
		border: 1px solid #0C9444;
}

.item-info .btn-primary.btn-outline {
	background-color: transparent;
	border: 1px solid #ff6002 !important;
	color: #ff6002;
}

.item-info .btn-primary {
	background-color: #ff6002;
}

.standard .btn-green {
	background-color: #4C4C4C !important;
}

.standard .btn-blue {
	background-color: #4C4C4C !important;
}

.imageCount {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 1000;
	color: #fff !important;
}

.searchinfo {
	border-bottom: solid 1px #E5E5E5;
  margin-bottom: 12px;
	margin-top: 20px;
}

.workservices .searchinfo h5{
	margin-bottom: 10px;
	margin-top: 30px;
}

.workservices .searchinfo p{
	margin-bottom: 17px;
}

.dryHire .listingType{
	color: #ff6002;
}

.dryHire .listingType b {
	color:#ff6002;
}

.bothHire .listingType{
	color: #0C9444;
}

.bothHire .listingType b {
	color:#0C9444;
}

.wetHire .listingType{
	color: #0A75C0;
}

.wetHire .listingType b {
	color:#0A75C0;
}

.wantedinfo {
  margin-bottom: 20px;
	margin-top: 20px;
}

.wantedinfo ul {
display: table;
width: 100%;
list-style: none;
}
.wantedinfo ul li {
display: table-cell;
text-align: center;
}
.wantedinfo ul li a {
display: block;
}

.wantedinfo li {
	text-align: center;
}

.wantedinfo ul li:first-child {
    text-align: left;
}

.wantedinfo .search-icon {
	position: absolute;
	left: 5%;
	top: 35%;
}

.wantedinfo .edit-icon {
	position: absolute;
	left: 8%;
	top: 20%;
	height: 60%;
}

.wantedinfo .lock-icon {
	position: absolute;
	left: 9%;
	top: 15%;
	height: 60%;
}

-
.item-info {
  margin-bottom: 20px;
	margin-top: 20px;
}

.item-info ul {
display: table;
width: 100%;
list-style: none;
}
.item-info ul li {
display: table-cell;
text-align: center;
}
.item-info ul li a {
display: block;
}

.item-info li {
	text-align: center;
}

.item-info ul li:first-child {
    text-align: left;
}

.item-info .search-icon {
	position: absolute;
	left: 5%;
	top: 35%;
}

.item-info .edit-icon {
	position: absolute;
	left: 8%;
	top: 20%;
	height: 60%;
}

.item-info .lock-icon {
	position: absolute;
	left: 9%;
	top: 15%;
	height: 60%;
}

.searchaction {
	padding: 12px 12px 12px 0;
	font-size: 16px !important;
	font-weight: 700;
}

.orangetext {
	color: #ff6002;
}

.bluetext {
	color: #2473b3;
}

.whitetext {
	color: #fff;
}

.forgotpassword {
	color: #fff;
	padding-top: 10px;
	text-align: center;
	font-weight: 700;
}

.checkbox-padding label {
	padding: 10px;
}

.checkboxPadding {
	padding: 40px 0 30px 10px;
}

.how-buttons {
	margin-top: 10px;
}

.navstuff {
	padding: 15px 0 15px;
	background-color: #0e141f;
	height: 50px;
	color: #333333;
	text-align: right;
}

.btn-primary {
	border-style: none;
	background-color: #ff6002;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	font-size: 16px;
	width: 100%;
}

.btn-secondary {
	border-style: none;
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	font-size: 16px;
	width: 100%;
}

.btn-lightblue {
	border-style: none;
	background-color: #2473b3;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	font-size: 16px;
	width: 100%;
}

.navbar-nav .btn-primary {
	border-style: none;
	background-color: #ff6002;
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
	font-size: 14px;
	width: 100%;
}

.btn-grey {
	border-style: none;
	background-color: #4c4c4c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	font-size: 16px;
	width: 100%;
}

.btn-darkerblue {
	border-style: none;
	background-color: #1d7196;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	font-size: 16px;
	width: 100%;
}

.btn-sale {
	background-color: #eb212e;
}

.form-padding {
	padding: 5px;
}

.form-submit {
	margin-top: 10px;
}

.form-control {
	height: 48px;
}

.form-border {
	border-bottom: 1px solid #fff;
	width: 20%;
	margin-right: 20px;
}

.custom-form-dropdown {
	background-color: transparent;
	border: none;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#search select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-image: url('../images/chevron-down-white.svg');
	background-size: 20px;
	background-position: center right;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#quotes-form select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-image: url('../images/chevron-down.svg');
	background-size: 15px;
	background-position: center right 10px;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
}

#sortWanted select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-color: white;
	background-image: url('../images/chevron-down.svg');
	background-size: 15px;
	background-position: center right 10px;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
}


#add-item-form select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-image: url('../images/chevron-down.svg');
	background-size: 15px;
	background-position: center right 10px;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
}

#enquiry-modal select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-color: white;
	background-image: url('../images/chevron-down.svg');
	background-size: 15px;
	background-position: center right 10px;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
}

#account-details label {
	font-weight: 600;
	text-align: left;
	padding-top: 13px;
	padding-bottom: 13px;
}

#account-details h2 {
	margin-bottom: 20px;
	margin-top: 40px;
}

#account-details .form-group {
	margin-bottom: 8px;
}

#location-details {
	margin-top: 17px;
}

#branch-users .container {
	border-top: 1px solid #c7c8c9;
	margin-top: 40px;
	padding-top: 40px;
}

#branch-users h5 {
	color: #ff6002;
	margin-bottom: 10px;
}

#branch-users button {
	padding: 8px;
}

#alerts-listings .container {
	border-top: 1px solid #c7c8c9;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 40px;
}

#alerts-listings .container {
	border-top: 1px solid #c7c8c9;
	margin-top: 40px;
	padding-top: 40px;
}

#alerts-listings h5 {
	color: #ff6002;
	margin-bottom: 10px;
}

#alerts-listings button {
	padding: 8px;
}

#alerts-listings ol {
	color: #7e7e7e;
}

#alerts-listings body {
	color: #7e7e7e;
}

#alerts-listings select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-image: url('../images/chevron-down.svg');
	background-size: 15px;
	background-position: center right 10px;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	font-weight: 700;
}

#alerts-listings hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

#alerts-listings label {
	margin-top: 10px;
}

#alerts-listings .nav-tabs-subnav .nav-tabs {
	border: none;
	border-radius: none;
	background: none;
	text-align: center;
	margin-bottom: 20px;
}

#alerts-listings .nav-tabs-subnav .nav-tabs li {
	display: inline-block;
	float: none;
	clear: both;
}

#alerts-listings .nav-tabs-subnav .nav-tabs li a {
	border: none;
	border-radius: none;
	background: none;
	color: #000;
}

#alerts-listings .nav-tabs-subnav .nav-tabs li.active a {
	border: none;
	border-radius: none;
	background: none;
	font-weight: 600;
	color: #ff6002;
}

#expiry-warning .warning-box {
	border-radius: 8px;
	border: 1px solid #ed1c24;
	background-color: #ffdee0;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 0px;
}

#expiry-warning .warning-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#expiry-warning .warning-box li {
	list-style-type: none;
	display: inline-block;
}

#expiry-warning .warning-box img {
	display: inline;
}

#expiry-warning .warning-box-button {
	float: right;
	width: 100px;
}

#expiry-warning .warning-icon {
	margin-right: 20px;
	width: 50px;
}

#expiry-warning h4 {
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
}

#expiry-warning .btn-warning {
	color: white;
	font-weight: 600px;
	background-color: #ed1c24;
}

#expiry-warning .btn-warning:hover, #expiry-warning .btn-warning:focus, #expiry-warning .btn-warning:active, #expiry-warning .btn-warning:active:focus, #expiry-warning .btn-warning.active {
	background-color: #ea7b80;
}

#preference-warning .warning-box {
	border-radius: 8px;
	border: 1px solid #f6a327;
	background-color: #fbe7d8;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 0px;
}

#preference-warning .warning-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#preference-warning .warning-box li {
	list-style-type: none;
	display: inline-block;
}

#preference-warning .warning-box img {
	display: inline;
}

#preference-warning .warning-box-button {
	float: right;
	width: 100px;
}

#preference-warning .preference-icon {
	margin-right: 20px;
	width: 50px;
}

#preference-warning h4 {
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
}

#preference-warning .btn-warning {
	color: white;
	font-weight: 600px;
	background-color: #f6a327;
}

#preference-warning .warning-close {
	right: 21px;
	top: 45px;
	position: absolute;
	font-size: 16px;
}

#preference-warning .btn-warning:hover, #preference-warning .btn-warning:focus, #preference-warning .btn-warning:active, #preference-warning .btn-warning:active:focus, #preference-warning .btn-warning.active {
	background-color: #fbbd62;
}

#payment-method {
	margin-bottom: 30px;
}

#payment-method label {
	font-weight: 600;
	text-align: left;
	padding-top: 13px;
	padding-bottom: 13px;
}

#payment-method p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#payment-method p b {
	font-weight: 600;
	text-align: center;
	color: #000;
}

#payment-method h2 {
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 26px;
}

#payment-method h4 {
	color: #929292;
	margin-top: 40px;
}

#payment-method .form-group {
	margin-bottom: 8px;
}

.payment-method h4 {
	color: #ff6002;
}

#payment-method-details {
	margin-top: 20px;
	margin-bottom: 40px;
}

#payment-method-details h4 {
	color: #ff6002;
}

#payment-method-details form {
	margin-top: 20px;
}

#payment-method-details label {
	text-align: left;
	color: #000;
	font-weight: 600;
}

#payment-method-details label.terms-label {
	font-weight: 500;
}

#payment-method-details select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-image: url('../images/chevron-down.svg');
	background-size: 15px;
	background-position: center right 10px;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	font-weight: 700;
}

#payment-method-details input[type=checkbox] {
	float: left;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.payment-checkbox-label {
	display: inline;
}

.payment-inline-select:first-child {
	padding-right: 5px
}

.listing-contacts-items {
	margin-top: 20px;
	padding-right: 10px;
}

#quotes-form {
	margin-top: 30px;
	margin-bottom: 30px;
}

#quotes-form .nav-tabs-subnav .nav-tabs {
	border: none;
	border-radius: none;
	background: none;
	text-align: center;
	margin-bottom: 10px;
}

#quotes-form .nav-tabs-subnav .nav-tabs li {
	display: inline-block;
	float: none;
	clear: both;
}

#quotes-form .nav-tabs-subnav .nav-tabs li a {
	border: none;
	border-radius: none;
	background: none;
	color: #000;
}

#quotes-form .nav-tabs-subnav .nav-tabs li.active a {
	border: none;
	border-radius: none;
	background: none;
	font-weight: 600;
	color: #ff6002;
}

.payment-frequency {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 2px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

.payment-frequency.active {
	border-bottom: 4px solid #ff6002;
	font-weight: 600;
	padding-bottom: 0px;
	color: #ff6002;
}

.explain-popup {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

#subscription-package .left-button-selection{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
}
#subscription-package .right-button-selection{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: none;
}

#subscription-package .right-button-selection.active, .left-button-selection.active {
	background-color: #ff6002;
	border-color: #ff6002;
	color: white;
	font-weight: 600;
	height: 48px;
}

#wanted-step1-modal .left-button-selection{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
}
#wanted-step1-modal .right-button-selection{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: none;
}

#wanted-step1-modal .right-button-selection.active, .left-button-selection.active {
	background-color: #ff6002;
	border-color: #ff6002;
	color: white;
	font-weight: 600;
	height: 48px;
}

.subscription-card {
	width: 19%;
	display: inline-block;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-top: 60px;
}

.subscription-card.active {
	background-image: url('../images/selected-tick.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: top 5px right 5px;
}

.subscription-card button {
	border: none;
	padding: 6px;
	height: auto;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.subscription-card h4 {
	font-size: 22px;
	margin-bottom: 0;
}

.ad-category-text {
	color: rgba(255,255,255, 0.8);
	font-size: 10px;
	font-weight: 600;
	margin-top: -24px;
}

.card-price {
	color: white;
	font-size: 28px;
	padding-bottom: 10px;
}

.card-button {
	margin-bottom: 10px;
	font-weight: 600;
}

.card-1 {
	background-color: #3e535e;
}
.card-1 .card-button {
	color: #3e535e;
}

.card-2 {
	background-color: #5e768e;
}
.card-2 .card-button {
	color: #5e768e;
}

.card-3 {
	background-color: #77bec6;
}
.card-3 .card-button {
	color: #77bec6;
}

.card-4 {
	background-color: #ff9d33;
}
.card-4 .card-button {
	color: #ff9d33;
}

.card-5 {
	background-color: #ff6002;
}
.card-5 .card-button {
	color: #ff6002;
}

.sale-card{
	width: 100%;
	color: #ed1c24;
	border: 1px solid #ed1c24;
	border-radius: 8px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
	padding: 30px;
}

.sale-card p {
	text-align: left;
	color: #000;
	margin-bottom: 0;
}

.sale-card h4 {
	margin-bottom: 0;
}

.sale-card .card-price {
	padding-bottom: 0;
	padding-top: 3px;
}

.card-price.red-text {
	text-align: center;
}

.sale-description {
	font-size: 18px;
}

.sale-card .red-text {
	color: #ed1c24;
}

.ad-category-text.red-text {
	margin-top: 0;
	text-align: center;
	padding-top: 9px;
}

.sale-card .card-button {
	background-color: #ed1c24;
	border: none;
	color: white;
	margin-bottom: 0;
	margin-top: 1px;
}

#subscription-package select {
	-moz-appearance: none;
  -moz-user-select: none;
	-webkit-appearance: none;
	background-image: url('../images/chevron-down.svg');
	background-size: 15px;
	background-position: center right 10px;
  background-repeat: no-repeat;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	font-weight: 700;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.subscription-selection .subscription-card{
	margin-right: 8px;
}

.subscription-selection .subscription-card:last-child {
	margin-right: 0;
}

#payment-details {
	margin-top: 20px;
	margin-bottom: 40px;
}

#payment-details h4 {
	color: #000;
}

#payment-details form {
	margin-top: 20px;
}

#payment-details label {
	text-align: left;
	color: #000;
	font-weight: 600;
}

.terms-group {
	padding-left: 20px;
	padding-right: 20px;
}

#payment-details label.terms-label {
	font-weight: 500;
}

.welcome-dho {
	margin-top: 20px;
	margin-bottom: 20px;
}

.welcome-dho h2{
	color: #ff6002;
	font-size: 32px;
}

.welcome-dho p{
	color: black;
}

.welcome-trial {
	background: #ff6002;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
	color: #fff;
}

.welcome-trial h2{
	color: #ffffff;
	font-size: 36px;
}

.welcome-trial h4{
	color: #ffffff;
	font-size: 22px;
}

.welcome-trial p{
	color: white;
}

.upgrade-sub {
	background-color: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.upgrade-sub h4 {
	font-size: 20px;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
}

.upgrade-sub ul {
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.upgrade-sub li {
	text-transform: uppercase;
	font-weight: 600;
	color: white;
}

.upgrade-sub .upgrade-list-dark li {
	color: black;
}

.upgrade-sub p {
	font-weight: 600;
	color: #ff6002;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.trial-sub {
	text-align: center;
	margin-bottom: 50px;
}

.trial-sub h4 {
	font-size: 20px;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	color: white;
}

.trial-sub ul {
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.trial-sub li {
	font-weight: 400;
	padding-bottom: 2px;
	color: white;
}

.trial-sub p {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.custom-form-needhelp {
	border: none;
	color: #000 !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	background-color: #e6e9ed;
}

.custom-form-quotes {
	border: none;
	color: #000 !important;
	box-shadow: none !important;
	border-radius: 4px !important;
	background-color: #e6e9ed;
}

.btn-form {
	background-color: #e6e9ed;
	text-align: left;
	color: #000;
	font-size: 14px;
}

.plaindropdown {
	border: none;
  background: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
		background-color: #e6e9ed;
		border: none;
		padding: 10px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.form-group b {
	color: #000;
}


.form-group ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.form-group ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

legend {
		display: block;
    width: 100%;
    padding: 0;
		padding-left: 0;
    font-size: 14px;
    color: #000000;
    border: 0;
		margin-bottom: 0px;
}

.radio-group {
	margin: 10px 0 5px 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
    color: #fff;
    background-color: #ff8842;
    border-style: none; /*set the color you want here*/
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary{
    color: #fff;
    background-color: #333333;
    border-style: none; /*set the color you want here*/
}

.btn-lightblue:hover, .btn-lightblue:focus, .btn-lightblue:active, .btn-lightblue:active:focus, .btn-lightblue.active, .open>.dropdown-toggle.btn-lightblue{
    color: #fff;
    background-color: #6793B3;
    border-style: none; /*set the color you want here*/
}



.wantedCta {
	border-left: 1px solid #cacaca;
}

.wantedCta .cta-block {
	padding-left: 0;
	padding-right: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}

.search {
	background-color: #f4f4f4;
	background-image: url('../images/search_bg.jpg');
	background-size: cover;
	padding-bottom: 50px;
}

.searchorange {
	background-image: none;
	background-color: #ff6002;
	padding-bottom: 0;
}

.grey-block {
	background-color: #4C4C4C;
	padding-bottom: 0;
	background-image: url('../images/getquotes-header.jpg');
	background-size: cover;
	background-position: center;
}

.lightgrey-block {
	background-image: none;
	background-color: #969696;
	padding: 20px 0 20px 0;
	margin-top: 30px;
	margin-bottom: 20px;
}

.howitworks-header {
	padding-top: 30px;
	padding-bottom: 30px;
}

.howitworksOrange {
	padding-top: 40px !important;
	padding-bottom: 30px !important;
}

.howitworksBlue {
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

.howitworksGrey {
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

.howitworksGreyBlue {
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

.howitworksOrange .panel-content {
	border: 2px solid #ff6002;
}

.howitworksBlue .panel-content {
	border: 2px solid #2473b3;
}

.howitworksGrey .panel-content {
	border: 2px solid #4c4c4c;
}

.howitworksGreyBlue .panel-content {
	border: 2px solid #1d7196;
}

.searchresults {
	background-color: #E6E9ED;
}

.listing-images {
	background-color: #E6E9ED;
}

#listing-information {
	margin-top: 20px;
	margin-bottom: 20px;
}

#listing-information table {
	margin-bottom: 10px;
}

#listing-information p:first-child {
	margin-top: 10px;
}

.spec-table td {
	text-align: left;
}

.spec-table tr td:first-child {
	width: 30%;
}

.spec-table tr:nth-child(even) {
	background-color: #E6E9ED;
}

.safety-table td {
	text-align: left;
}

.safety-table tr:nth-child(even) {
	background-color: #E6E9ED;
}

.location-table td {
	text-align: left;
}

.location-table tr:nth-child(even) {
	background-color: #E6E9ED;
}

.company-logo {
	margin: 10px 10px 10px 0;
}

#listing-information img {
	display: block;
}

#listing-information li {
	list-style-type: none;
}

#listing-information ul {
	padding-left: 0;
}

.wantedsearchresults {
	background-color: #E6E9ED;
}

.searchimage {
	padding-left: 0;
}

.listingimage .carousel-inner>.item>img {
	width: 100%;
}

.extra-listing-images {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 24%;
	margin-right: 0.74%;
	display: inline-block;
}

.extra-listing-images:last-child {
	margin-right: 0;
}

.listingimage .imageCount {
	bottom: 23%;
}

.primary-listing-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.primary-listing-content h4 {
	color: #000;
}

.primary-listing-content .form-horizontal {
	margin-top: 40px;
}

.checkbox-center {
	padding: 10px 0 0 30px;
	font-weight: 700;
}

.primary-listing-content .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.searchSale {
	background-color: #f4f4f4;
	background-image: url('../images/salesearch_bg.jpg');
	background-size: cover;
	padding-bottom: 50px;
}

.searchRow{
	height: 400px;
	margin: 10px 0 10px 0;
	padding-top: 132px;
	padding-bottom: 50px;
	font-family: 'Open Sans', sans-serif;
	weight: 500px;
	color: #000 !important;
}

.searchorangeRow{
	height: auto;
	margin: 50px 0 50px 0;
	padding-top: 0px;
	padding-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	weight: 500px;
	color: #fff !important;
}

#subnav .orangeRow {
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff !important;
}

.search-field {
	height: 72px;
	font-size: 26px;
	margin-bottom: 10px;
}

.search-button {
	height: 72px;
	font-size: 22px;
	padding-right: 20px;
}

.search-icon {
	padding-left: 10px;
	padding-right: 20px;
}

.contactequipment {
	background-color: #ff6002;
}

.contactforsale {
	background-color: #eb212e;
}

.contactpage {
	background-color: #ff6002;
}

.orangeHeader {
	background-color: #ff6002;
}

.contactequipmentRow {
	height: 200px;
	margin: 40px;
	text-align: center;
	color: #ffffff;
}

.contactforsaleRow {
	height: 200px;
	margin: 40px;
	text-align: center;
	color: #ffffff;
}

.contactpageRow {
	height: 200px;
	margin: 40px;
	text-align: center;
	color: #ffffff;
}

.headerQuote {
	padding-bottom: 40px;
	padding-top: 20px;
	height: auto;
}

.quotesform {
	margin-top: 30px;
	margin-bottom: 70px;
}

.prefer-paid {
	text-align: center;
	margin: 10px;
	color: #000;
	font-size: 16px;
}

.add-item-form {
	margin-top: 30px;
	margin-bottom: 70px;
}

.needhelpform {
	margin-top: 70px;
	margin-bottom: 70px;
}

label {
	font-weight: 500;
}

.add-item-form label p {
	font-size: 12px;
}

.panel-content label {
	width: 100%;
	padding: 20px;
}

.postalinfo {
	padding-bottom: 30px;
}

.getquotes{
	background-color: #000;
	background-image: url('../images/quotes_bg.jpg');
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 100px;
}

.about-header{
	background-color: #000;
	background-image: url('../images/about-header-img.jpg');
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 100px;
}

#about-header b {
	color: #ff6002;
}

#about-header p {
	line-height: 1.7;
}

.plantinspection-header{
	background-color: #000;
	background-image: url('../images/plantinspection-header.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 100px;
}

#plantinspection-header b {
	color: #ff6002;
}

#plantinspection-header p {
	line-height: 1.7;
	font-size: 14px;
}

.finance-header{
	background-color: #000;
	background-image: url('../images/finance-header.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 100px;
}

#finance-header b {
	color: #ff6002;
}

#finance-header p {
	line-height: 1.7;
	font-size: 14px;
}

.testimonial-header{
	background-color: #000;
	background-image: url('../images/testimonials-header-img.jpg');
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 100px;
}

#testimonial-header b {
	color: #ff6002;
}

#testimonial-header p {
	line-height: 1.7;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.testimonial-text {
	margin: 20px;
}

#testimonials img {
	margin-top: 80px;
}

.help-header {
	background-color: #000;
	background-image: url('../images/help-header-img.jpg');
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 75px;
}

.dho-mission {
	padding-top: 60px;
	padding-bottom: 60px;
}

.dho-mission h5{
	font-size: 18px;
	font-weight: 600px;
	line-height: 1.4;
}

.plant-description {
	padding-top: 40px;
	padding-bottom: 40px;
}

.plant-description h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.dho-description {
	background-color: #e6e9ed;
}

#dho-description hr {
	border-top: 1px solid #26282b;
}

#dho-description h5 {
	margin-bottom: 10px;
}

#dho-description p {
	color: #000;
}

#book-inspection {
	margin-bottom: 40px;
}

#book-inspection hr {
	border-top: 1px solid #26282b;
}

#book-inspection h5 {
	margin-bottom: 10px;
}

#book-inspection p {
	color: #000;
}

#book-finance {
	margin-top: 40px;
	margin-bottom: 40px;
}

#book-finance hr {
	border-top: 1px solid #26282b;
}

#book-finance h5 {
	margin-bottom: 10px;
}

#book-finance p {
	color: #000;
}


.plantequipment-description {
	padding-top: 50px;
	padding-bottom: 40px;
}

.ownmachinery-description {
	padding-top: 40px;
	padding-bottom: 50px;
}

.quotesbtn {
	width: 270px !important;
}

.upload-btn {
	margin-top: 14px;
}

.add-item-panel {
	text-align: center;
}

.add-photo-btn {
	background-color: #e6e9ed;
	font-size: 12px;
	padding: 18px 24px 18px 24px;
	border: none;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.add-photo-btn.my-items-add  {
	padding: 14px 15px 13px 15px;
}

.scroll-more-text {
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	margin-bottom: 2px;
}

.add-photo-img {
	border: none;
	border-radius: 4px;
	margin-left: 0;
	margin-right: 5px;
	display: inline;
}

.add-photos {
	padding: 0;
}

.add-photos p {
	margin: 0;
	padding-left: 5px;
}

.add-photos li {
	display: inline-block;
	list-style-type: none;
	height: 100%;
	vertical-align: middle;
}

.gridtop {
	padding-top: 80px;
}

.gridbottom {
	padding-bottom: 80px;
}

.gridimages {
	margin: 0;
	width: 100%;
}

.panel-group{
	padding: 0;
	margin: 0;
}

.panel-header>img{
	margin: 0;
	width: 100%;
}

.panel-top{
	padding: 0;
	margin: 10px;
	max-width: 970px;
	box-shadow: 0px 0px 10px 0px #888888;
}

.panel-search{
	padding: 0;
	margin: 10px;
	background-color: #ffffff;
}

.panel-noresults{
	padding: 30px;
	margin: 10px;
	margin-bottom: 30px;
	background-color: #dbdcdd;
	border: 1px solid #caccce;
	border-radius: 4px;
	text-align: center;
}

.panel-noresults h5{
	margin-bottom: 10px;
}

.panel-noresults .reducemargin{
	margin-bottom: 0px;
}

.panel-noresults img{
	margin-bottom: 20px;
}

.panel-noresults p{
	color: #000;
	font-size: 16px;
}

.panel-noresults p:last-child{
	margin-bottom: 0;
}

.panel-noresults-options {
	padding: 30px;
	margin: 10px;
	background-color: #ffffff;
	border-radius: 4px;
	text-align: center;
}


.panel-noresults-options h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

.panel-noresults-options p {
	font-size: 16px;
	margin-bottom: 20px;
}

.panel-wanted{
	padding: 0;
	margin: 10px;
	background-color: #ffffff;
	border-radius: 4px;
}

.panel-default{
	padding: 0;
	margin: 10px;
	box-shadow: 0px 0px 10px 0px #888888;
}

#similar-items-lrg {
	padding-top: 30px;
	padding-bottom: 40px;
}

#similar-items-lrg img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#similar-items-lrg .panel-default {
	padding: 0;
	background-color: #fff;
	margin: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 4px;
}

#similar-items-lrg .panel-group>.col-sm-4 {
	padding-left: 8px;
	padding-right: 8px;
}

#similar-items-lrg .panel-default:first-child {
	margin-left: 0px;
}

#similar-items-lrg .panel-default:last-child {
	margin-right: 0px;
}

#similar-items-lrg a {
	color: #000;
}

#similar-items-sml {
	padding-top: 30px;
	padding-bottom: 40px;
}

#similar-items-sml img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#similar-items-sml .panel-default {
	padding: 0;
	background-color: #fff;
	margin: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 4px;
}

#similar-items-sml .panel-group>.col-sm-4 {
	padding-left: 8px;
	padding-right: 8px;
}

#similar-items-sml .panel-default:first-child {
	margin-left: 0px;
}

#similar-items-sml .panel-default:last-child {
	margin-right: 0px;
}

#similar-items-sml a {
	color: #000;
}

#similar-items-sml {
	display: none;
}

#display-ad-options {
	margin-top: 20px;
	margin-bottom: 20px;
}

#display-ad-options .panel-default {
	border-radius: 4px;
}

#display-ad-options .panel-body {
	padding: 30px;
}

#display-ad-options img {
	border-radius: 4px 4px 0 0;
}

#display-ad-options h4 {
	margin-top: 10px;
}

#display-ad-options p {
	margin-top: 10px;
}

#wantedinfo-modal p {
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

#location-modal p {
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

#plantype-modal .modal-content{
	background-color: #ff6002;
}

#plantype-modal .close{
	color: white;
}

#plantype-modal p {
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: white;
	padding-bottom: 20px;
}

#plantype-modal h4 {
	font-size: 20px;
	color: white;
}

#plantype-modal ul {
	margin-bottom: 30px;
}

#subscription-modal p {
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}


#wantedinfo-modal li {
}

#wantedinfo-modal a {
	color: #ff6002;
}



#post-ad-selection {
	padding-top: 30px;
	padding-bottom: 70px;
}

#post-ad-selection img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#post-ad-selection .panel-default {
	padding: 20px;
	background-color: #fff;
	margin: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 4px;
}

#post-ad-selection .panel-group>.col-sm-4 {
	padding-left: 8px;
	padding-right: 8px;
}

#post-ad-selection .panel-default:first-child {
	margin-left: 0px;
}

#post-ad-selection .panel-default:last-child {
	margin-right: 0px;
}

#post-ad-selection a {
	color: #000;
}

#post-ad-selection h4{
	font-size: 18px;
}

#post-ad-selection p{
	font-size: 16px;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.post-ad-cards {
	width: 38%;
	display: inline-block;
}

.post-ad-cards:first-child {
	margin-left: 10.5%;
	margin-right: 1%;
}

.post-ad-cards:last-child {
	margin-left: 1%;
	margin-right: 10.5%;
}

.post-ad-image {
	padding-top: 30px;
	padding-bottom: 30px;
}

#fleet-hire .panel-default {
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	border-bottom: 1px solid #e6e9ed;
}

#fleet-hire .panel-title>a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

#sale-items .panel-title>a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

#sale-items .panel-default {
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	border-bottom: 1px solid #e6e9ed;
}

#previous-work .panel-title>a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

#previous-work .panel-default {
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	border-bottom: 1px solid #e6e9ed;
}

.panel-quotes{
	padding: 0;
}

.panel-add-item{
	padding: 0;
}

.panel-content{
	padding: 20px;
	margin: 5px;
	background-color: #ffffff;
	border-radius: 4px;
}

.grey-block .panel-content {
	background-color: rgba(255,255,255,0.8)
}

.grey-block .panel-content p {
	font-weight: 700;
	color: black;
}

.panel-add-item .panel-content{
	padding: 10px;
	margin: 5px;
	background-color: #ffffff;
	border: 1px solid #cdcfd1;
	border-radius: 4px;
}

.panel-quotes .panel-content {
	padding: 0;
}

#howblock .panel-quotes .panel-content {
	padding: 0;
	margin-bottom: 0;
}

#wantedblock .panel-quotes .panel-content {
	padding: 0;
	margin-bottom: 0;
}


.panel-default{
	padding: 0;
	margin: 10px;
	box-shadow: 0px 0px 10px 0px #888888;
}

.how-arrows {
	padding-top: 0;
	margin-top: -1px;
}

.container{
	width: 100%;
	padding: 0;
}

.wanted-text {
	padding: 14px;
}

.gridimagead{
	padding: 0;
	margin: 10px;
	max-width: 300px;
}

.listingimagead{
	padding: 0;
	margin: 10px;
	margin-left: 0;
	max-width: 300px;
}

.listing-title-sub {
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.back-block {
	padding-left: 30px;
}

.back-block p {
	margin-bottom: 0;
}

.text-tile{
	padding: 20px;
	font-size: 16px;
}

.videoblock{
	background-color: #000;
	background-image: url('../images/video_bg.jpg');
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.client{
	background-color: #26282b;
}

.clientRow{
	margin: 80px 40px 80px 40px;
}

.right-carousel-btn{
	margin-right: -100px;
}

.left-carousel-btn{
	margin-left: -100px;
}

.padding-carousel{
	padding-left: 20px;
	padding-right: 20px;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel,.item,.active{
	height:100%;
}

.carousel-inner{
	height:100%;
}

.fill{
	width:100%;
	height:100%;
	background-position:center;
	background-size:auto;
}

.theCarousel {
	margin: 0;
	padding: 0;
}

.contact {
	margin-top: 40px;
	margin-bottom: 40px;
}

.footer {
	padding: 15px 0 100px;
	background-color: #e6e9ed;
}

.footernav>li {
	display: inline-block;
	color: #333333;
	padding: 20px;
}

.footernav>li>a {
	color: #333333;
	font-weight: 700;
}

.footerText	{
	color: #000;
}

td {
	text-align: center;
	color: #000;
}

/*-- WANTED MODAL --*/
#wanted-modal {

}

#wanted-modal .modal-body{
	float: none;
	clear: both;
}

#wanted-modal .modal-footer{
	float: none;
	clear: both;
}

#wanted-modal .leaderboard-ad{
	background-color: transparent;
}

#wanted-modal .modal-dialog {
	width: 90%;
	max-width: 1000px;
}

#wanted-modal .modal-body {
	width: 95%;
}

#wanted-modal .form-group {
	margin-left: 0;
	margin-right: 0;
}

#wanted-modal h4 {
	margin-top: 20px;
}

#wanted-modal p {
	font-size: 12px;
	color: #7e7e7e;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0;
}

#wanted-modal ul {
	list-style-type: none;
	padding: 0;
}

#wanted-modal li {

}

/*-- END MODAL --*/

/*-- CANCEL SUB MODAL 1--*/

#cancelsub-in12-modal p{
	font-weight: 400;
	padding-top: 10px;
	font-size: 14px;
}

#cancelsub-in12-modal .small-p{
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}

#cancelsub-modal .btn-outline {
	background-color: transparent;
	border: 1px solid #6b6b6b;
	color: #6b6b6b;
}

#cancelsub-modal p {
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
}

#cancelsub-modal label {
	font-weight: 400;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cancelsub-modal .modal-content {
	padding-bottom: 30px;
}

/*-- END MODAL --*/

/*-- WANTED REGISTER MODAL --*/
#wanted-register-modal {

}

#wanted-register-modal .modal-body{
	float: none;
	clear: both;
}

#wanted-register-modal .modal-footer{
	float: none;
	clear: both;
}

#wanted-register-modal .leaderboard-ad{
	background-color: transparent;
}

#wanted-register-modal .modal-dialog {
	width: 95%;
	max-width: 1000px;
}

#wanted-register-modal .modal-body {
	width: 95%;
}

#wanted-register-modal .form-group {
	margin-left: 0;
	margin-right: 0;
}

#wanted-register-modal .topheadings {
	font-size: 34px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*#wanted-register-modal p {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}
*/
#wanted-register-modal p a {
	font-size: 16px;
	color: #ff6002;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}

#wanted-register-modal ul {
	list-style-type: none;
	padding: 0;
}

#wanted-register-modal li {

}

/*-- END MODAL --*/

/*-- WANTED REGISTER MODAL --*/
#wanted-step1-modal {

}

#wanted-step1-modal .topheadingspopup >b.highlight-option{
	color: #ff6002;
}

#wanted-step1-modal.modal.fade.wanted-modal.in {
	overflow: auto !important;
}

#wanted-step1-modal .modal-body{
	float: none;
	clear: both;
}

#wanted-step1-modal .modal-footer{
	float: none;
	clear: both;
}

#wanted-step1-modal .leaderboard-ad{
	background-color: transparent;
}

#wanted-step1-modal .modal-dialog {
	width: 90%;
	max-width: 1000px;
}

#wanted-step1-modal .modal-body {
	width: 95%;
}

#wanted-step1-modal .form-group {
	margin-left: 0;
	margin-right: 0;
}

#wanted-step1-modal .payment-frequency {
	margin-bottom: 20px;
	margin-top: 20px;
}

#wanted-step1-modal .topheadings {
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #cacaca;
}

#wanted-step1-modal p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}

#wanted-step1-modal .subscription-card p {
	padding-bottom: 10px;
}

#wanted-step1-modal .subscription-card .ad-category-text {
	padding-bottom: 0;
}

#wanted-step1-modal .subscription-selection .subscription-card{
	margin-right: 17px;
}

#wanted-step1-modal .subscription-selection .subscription-card:last-child {
	margin-right: 0;
}

#wanted-step1-modal p a {
	font-size: 16px;
	color: #ff6002;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}

#wanted-step1-modal ul {
	list-style-type: none;
	padding: 0;
}

#wanted-step1-modal li {

}

#wanted-step1-modal .subscription-card {
	width: 18%;
	display: inline-block;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 50px;
}

#wanted-step1-modal .subscription-card h4 {
	color: #fff;
}

#wanted-step1-modal .subscription-card.active {
	background-image: url('../images/selected-tick.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: top 5px right 5px;
}

#wanted-step1-modal .subscription-card button {
	border: none;
	padding: 6px;
	height: auto;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#wanted-step1-modal .subscription-card .cardstyle {
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0px;
	font-weight:bold;
}

#wanted-step1-modal .ad-category-text {
	color: rgba(255,255,255, 0.8);
	font-size: 10px;
	font-weight: 600;
	margin-top: -22px;
}

#wanted-step1-modal .card-price {
	color: white;
	font-size: 28px;
	padding-bottom: 20px;
	margin-top: 10px;
}

#wanted-step1-modal .card-button {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
}

#wanted-step1-modal .card-1 {
	background-color: #3e535e;
}
#wanted-step1-modal .card-1 .card-button {
	color: #3e535e;
}

#wanted-step1-modal .card-2 {
	background-color: #5e768e;
}
#wanted-step1-modal .card-2 .card-button {
	color: #5e768e;
}

#wanted-step1-modal .card-3 {
	background-color: #77bec6;
}
#wanted-step1-modal .card-3 .card-button {
	color: #77bec6;
}

#wanted-step1-modal .card-4 {
	background-color: #ff9d33;
}
#wanted-step1-modal .card-4 .card-button {
	color: #ff9d33;
}

#wanted-step1-modal .card-5 {
	background-color: #ff6002;
}
#wanted-step1-modal .card-5 .card-button {
	color: #ff6002;
}

#wanted-step1-modal .payment-details {
	margin-top: 30px;
	margin-bottom: 40px;
}

#wanted-step1-modal .payment-details p {
	margin-top: 10px;
	margin-bottom: 30px;
}

#wanted-step1-modal .payment-details h4 {
	color: #000;
}

#wanted-step1-modal .payment-details form {
	margin-top: 20px;
}

#wanted-step1-modal .payment-details label {
	text-align: left;
	color: #000;
	font-weight: 600;
}

#wanted-step1-modal .payment-details label.terms-label {
	font-weight: 500;
}

/*-- END MODAL --*/

/*-- WANTED REGISTER MODAL --*/
#wanted-step2-modal {

}

#wanted-step2-modal .topheadingspopup >b.highlight-option{
	color: #ff6002;
}

#wanted-step2-modal.modal.fade.wanted-modal.in {
	overflow: auto !important;
}

#wanted-step2-modal .modal-body{
	float: none;
	clear: both;
}

#wanted-step2-modal .modal-footer{
	float: none;
	clear: both;
}

#wanted-step2-modal .leaderboard-ad{
	background-color: transparent;
}

#wanted-step2-modal .modal-dialog {
	width: 90%;
	max-width: 1000px;
}

#wanted-step2-modal .modal-body {
	width: 95%;
}

#wanted-step2-modal .form-group {
	margin-left: 0;
	margin-right: 0;
}

#wanted-step2-modal .payment-frequency {
	margin-bottom: 20px;
	margin-top: 20px;
}

#wanted-step2-modal .topheadingspopup {
	font-size: 34px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #cacaca;
}

#wanted-step2-modal p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}

#wanted-step2-modal .subscription-card p {
	padding-bottom: 10px;
}

#wanted-step2-modal .subscription-card .ad-category-text {
	padding-bottom: 0;
}

#wanted-step2-modal .subscription-selection .subscription-card{
	margin-right: 17px;
}

#wanted-step2-modal .subscription-selection .subscription-card:last-child {
	margin-right: 0;
}

#wanted-step2-modal p a {
	font-size: 16px;
	color: #ff6002;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}

#wanted-step2-modal ul {
	list-style-type: none;
	padding: 0;
}

#wanted-step2-modal li {

}

#wanted-step2-modal .subscription-card {
	width: 18%;
	display: inline-block;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 50px;
}

#wanted-step2-modal .subscription-card h4 {
	color: #fff;
}

#wanted-step2-modal .subscription-card.active {
	background-image: url('../images/selected-tick.svg');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: top 5px right 5px;
}

#wanted-step2-modal .subscription-card button {
	border: none;
	padding: 6px;
	height: auto;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#wanted-step2-modal .subscription-card h4 {
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0px;
}

#wanted-step2-modal .ad-category-text {
	color: rgba(255,255,255, 0.8);
	font-size: 10px;
	font-weight: 600;
	margin-top: -22px;
}

#wanted-step2-modal .card-price {
	color: white;
	font-size: 28px;
	padding-bottom: 20px;
	margin-top: 10px;
}

#wanted-step2-modal .card-button {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
}

#wanted-step2-modal .card-1 {
	background-color: #3e535e;
}
#wanted-step2-modal .card-1 .card-button {
	color: #3e535e;
}

#wanted-step2-modal .card-2 {
	background-color: #5e768e;
}
#wanted-step2-modal .card-2 .card-button {
	color: #5e768e;
}

#wanted-step2-modal .card-3 {
	background-color: #77bec6;
}
#wanted-step2-modal .card-3 .card-button {
	color: #77bec6;
}

#wanted-step2-modal .card-4 {
	background-color: #ff9d33;
}
#wanted-step2-modal .card-4 .card-button {
	color: #ff9d33;
}

#wanted-step2-modal .card-5 {
	background-color: #ff6002;
}
#wanted-step2-modal .card-5 .card-button {
	color: #ff6002;
}

#wanted-step2-modal .payment-details {
	margin-top: 30px;
	margin-bottom: 40px;
}

#wanted-step2-modal .payment-details p {
	margin-top: 10px;
	margin-bottom: 30px;
}

#wanted-step2-modal .payment-details h4 {
	color: #000;
}

#wanted-step1-modal .payment-details form {
	margin-top: 20px;
}

#wanted-step2-modal .payment-details label {
	text-align: left;
	color: #000;
	font-weight: 600;
}

#wanted-step2-modal .payment-details label.terms-label {
	font-weight: 500;
}

/*-- END MODAL --*/

/*-- WANTED MODAL --*/
#wanted-step3-modal {

}

#wanted-step3-modal .modal-body{
	float: none;
	clear: both;
}

#wanted-step3-modal.modal.fade.wanted-modal.in {
	overflow: auto !important;
}

#wanted-step3-modal .modal-footer{
	float: none;
	clear: both;
}

#wanted-step3-modal .leaderboard-ad{
	background-color: transparent;
}

#wanted-step3-modal .modal-dialog {
	width: 90%;
	max-width: 1000px;
}

#wanted-step3-modal .modal-body {
	width: 95%;
}

#wanted-step3-modal .form-group {
	margin-left: 0;
	margin-right: 0;
}

#wanted-step3-modal h2 {
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #cacaca;
}

#wanted-step3-modal h2>b.highlight-option{
	color: #ff6002;
}

#wanted-step3-modal .topheadingspopup {
	margin-top: 20px;
}

#wanted-step3-modal p {
	font-size: 12px;
	color: #7e7e7e;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0;
}

#wanted-step3-modal ul {
	list-style-type: none;
	padding: 0;
}

#wanted-step3-modal li {

}

/*-- LISTING MODAL --*/
.listing-modal .modal-dialog{
	width: 80%;
	margin-top: 0;
}

.listing-modal .modal-header {
	padding-top: 0;
}

.listing-modal .modal-title {
	padding-left: 30px;
}

.listing-modal .modal-body {
	width: 100%;
}

.listing-modal .modal-body p {
	text-align: left;
	color: white;
}

.listing-modal .modal-content{
	width: 100%;
	border-radius: 0;
	background: none;
	box-shadow: none;
	border: none;
	color: white;
}

#listing-modal.modal.fade.listing-modal.in{
	background-color: rgba(0,0,0,0.6);
}

.listing-modal .modal-content .close{
	color: white;
	top: 5%;
  right: 5%;
  position: absolute;
	z-index: 1000;
}

.modal-enquiry {
	background-color: #e6e9ed;
	border-radius: 4px;
	padding-bottom: 40px
}

.carousel-indicators.carousel-indicators-thumbnails {
	padding-left: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

.carousel-indicators.carousel-indicators-thumbnails li {
	margin: 0;
	width: 7.9%;
	height: 40px;
	border: none;
	border-radius: none;
}

.listing-modal .carousel-inner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.listing-modal .carousel {
	background-color: #000;
}

.listing-modal .carousel-control {
	width: 10%;
}

.listing-modal .checkbox-center {
	color: #000;
}

.listing-modal-imagecount {
	margin: 12px 0 6px 0;
}

/*-- END MODAL --*/

/*-- ADD PHOTOS MODAL --*/
.edit-photo-modal .modal-dialog {
	width: 40%;
}

.edit-photo-modal .modal-body {
	width: 100%;
}

.more-photos {
	cursor: pointer;
}

.remove-parent {
	position: relative;
}

.remove-child {
	position: absolute;
	top: 5px;
	right: 0;
}

.remove-image-cross {
	background: none;
	border: none;
}

/*-- END MODAL --*/

/*-- ENQUIRY MODAL --*/
.modal-header {
	border-bottom: none;
}

.modal-header .close {
	opacity: 1;
}

.modal-body {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.modal-body p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

#enquiry-complete-modal .modal-body p {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #ff6002;
	text-align: center;
}

#enquiry-complete-modal .modal-footer {
	margin-bottom: 20px;
}

.modal-body .btn-primary {
	background-color: #ff6002;
	margin-top: 10px;
}

.modal-body .btn-primary:hover,.modal-body .btn-primary:focus,.modal-body .btn-primary:active,.modal-body .btn-primary:active:focus,.modal-body .btn-primary.active,.modal-body .open>.dropdown-toggle.btn-primary{
    color: #fff;
    background-color: #34c16e;
    border-style: none; /*set the color you want here*/
}

.modal-footer {
	border-top: none;
}

@media (min-width: 1500px) {
	h6 {
		font-size: 230%;
	}
	#howblock p {
		font-size: 140%;
	}
	#wantedblock p {
		font-size: 140%;
	}
	.searchresults .cta-block {
		padding: 0 15px 0 15px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1020px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.searchresults .cta-block {
		padding: 0 15px 0 15px;
	}
	#post-ad-selection p{
		padding-left: 5px;
		padding-right: 5px;
	}

	.edit-photo-modal .modal-dialog {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}

	#finance-header p {
		padding-left: 140px;
		padding-right: 140px;
	}
}

@media (min-width: 1000px) {
	.searchresults .cta-block {
		padding: 0 15px 0 15px;
	}

	#post-ad-selection p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.carousel-indicators.carousel-indicators-thumbnails li {
		width: 16%;
		height: 100%;
	}
	.edit-photo-modal .modal-dialog {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}
}


@media (min-width: 768px) {
	.verticalAlignBlock{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.contactequipment {
		padding-top: 50px;
	}

	.contactforsale {
		padding-top: 50px;
	}

	.navbar-default {
		background-color: white;
		border: none;
	}

	.navbar-header {
		background-color: white;
	}

	.navbar-collapse {
		background-color: white;
		position: inherit;
	}

	.navbar-full {
		height: auto;
	}

	.navbar {
		border-radius: 0;
	}

	.navbar-brand {
		background: url('../images/dryhire_logo.png');
		background-size: contain;
		height: 100px;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		background-position: center;
	}

	.navbar-nav{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.navbar-nav li {
		border-bottom: none;
		float: none;
		display: inline-block;
	}

	.navbar-default .navbar-nav a {
		font-size: 70%;
		padding: 10px;
		font-weight: 600;
	}

	.navbar-nav .btn-primary {
		font-size: 70%;
	}

	.subnav li {
		display: inline-block;
	}

	.subnav a {
		font-size: 70%;
	}

	.navbar-default .navbar-nav>li>a {
		color: #000;
	}

	.navbar-default .navbar-nav>.active>a {
		background-color: transparent;
		border-bottom: 2px solid #cacaca;
		padding: 10px;
		padding-bottom: 5px !important;
		font-weight: 600;
		color: #000;
		padding-left: 15px;
	}

	.subnav>.active>a {
		font-weight: 600;
	}

	.affix ~ .container-fluid {
	     position: relative;
	     top: 140px;
	  }

	.wantedinfo p {
		font-size: 12px;
	}

	.dryHire .btn-primary {
		font-size: 12px;
	}

	.bothHire .btn-primary {
		font-size: 12px;
	}

	.wetHire .btn-primary {
		font-size: 12px;
	}
	.panel-content label {
		padding-left: 10px;
		padding-right: 10px;
	}

	#account-details label {
		padding-top: 0;
		padding-bottom: 0;
	}

	.searchresults .cta-block {
		padding: 2px;
	}

	.extra-listing-images {
		margin-right: 1.8%;
		width: 23%;
	}
	.extra-listing-images:last-child {
		margin-right: 0;
	}
	.listingimage .imageCount {
		bottom: 23.4%;
		right: 3.2%;
	}
	#listing-information .container .col-xs-12 {
		padding: 10px;
	}
	.nav-tabs li a{
		padding: 10px 15px 10px 15px;
		font-size: 14px;
	}

	#listing-information .container .col-sm-8 .noPadding {
		padding: 0;
	}

	.catch-768 {
		padding-left: 14px;
		padding-right: 14px;
	}

	.post-ad-cards {
		width: 38%;
		display: inline-block;
	}

	.post-ad-cards:first-child {
		margin-left: 10.5%;
		margin-right: 1%;
	}

	.post-ad-cards:last-child {
		margin-left: 1%;
		margin-right: 10.5%;
	}

	#post-ad-selection .col-xs-12{
		padding: 0;
	}
	.listing-modal .modal-dialog{
		width: 100%;
		margin-top: 0;
	}

	.edit-photo-modal .modal-dialog {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.edit-photo-modal .col-xs-12 {
		padding: 0;
	}

	.image-selection-options li {
		width: auto;
		padding: 0;
	}

	.paddingRight {
		padding-right: 10px;
	}

	.upgrade-sub h4 {
		font-size: 20px;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	#preference-warning h4 {
		padding-top: 6px;
	}

	#display-ad-options .panel-body {
		padding: 25px;
	}

}

@media	(min-width: 992px){
	.verticalAlignBlock{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.navbar-default .navbar-nav a {
		font-size: 100%;
	}

	.navbar-nav .btn-primary {
		font-size: 100%;
	}

	.subnav a {
		font-size: 100%;
	}

	.navbar-nav{
		float: none;
		clear: both !important;
		width: 912px;
		margin-left: auto;
		margin-right: auto;
	}

	.contactequipment {
		padding-top: 10px;
	}

	.contactforsale {
		padding-top: 10px;
	}

	#account-details label {
		padding-top: 0;
		padding-bottom: 0;
	}

	.searchresults .cta-block {
		padding: 10px;
	}

	.catch-1024 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.edit-photo-modal .modal-dialog {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

	.upgrade-sub h4 {
		font-size: 20px;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#preference-warning h4 {
		padding-top: 15px;
	}

	#display-ad-options .panel-body {
		padding: 30px;
	}

}

@media only screen and (max-width: 986px) and (min-width: 768px){
	.searchresults p {
		font-size: 10px;
	}
	.wantedsearchresults p {
		font-size: 10px;
	}
	.wantedinfo p {
		font-size: 12px;
	}
	#wanted-step1-modal .subscription-selection .subscription-card {
		margin-right: 11px;
	}
	#wanted-step1-modal .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	#wanted-step1-modal .subscription-card h4 {
		font-size: 15px;
	}
	#wanted-step1-modal .card-price{
		font-size: 18px;
	}
	#wanted-step1-modal .ad-category-text {
		font-size: 9px;
	}
	#wanted-step1-modal form .col-xs-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#expiry-warning .warning-header {
		width: 100%;
	}

	#expiry-warning .warning-icon {
		margin-top: 0;
	}

	#expiry-warning .btn-warning {
		margin-top: 0;
	}

	#preference-warning .warning-header {
		width: 100%;
	}

	#preference-warning .preference-icon {
		margin-top: 0;
	}

	#preference-warning .btn-warning {
		margin-top: 0;
	}

}

@media only screen and (min-width: 426px) and (max-width: 768px) {
	.btn-green {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.searchresults li {
		font-size: 10px;
		padding: 0;
	}
	.wantedsearchresults li {
		font-size: 10px;
		padding: 0;
	}
	.wantedinfo li {
		font-size: 12px;
	}

	h5 {
		font-size: 95%;
	}

	.searchaction {
		font-size: 12px !important;
		padding: 6px 6px 6px 0;
	}

	.btn-green {
		padding: 6px;
		font-size: 12px;
	}

	.btn-blue {
		padding: 6px;
		font-size: 12px;
	}

	.searchinfo {
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.searchresults .cta-block {
		padding-left: 5px;
		padding-right: 5px;

	}
	#account-details label {
		padding-top: 0;
		padding-bottom: 0;
	}
	.testimonial-text {
		margin: 0;
		margin-top: 20px;
	}
	.panel-search .cta-block {
		padding: 2px;
	}

	#expiry-warning .warning-header {
		width: 60%;
	}

	#preference-warning .warning-header {
		width: 60%;
	}

}

@media only screen and (min-width: 0px) and (max-width: 425px){
	h3 {
		font-size: 40px;
	}

	.resultstext li {
		font-size: 75%;
	}

	.imageCount {
		right: 0;
	}

	.btn-green {
		padding: 10px 0 10px 0;
		margin: 5px 0 20px 0;
	}

	.tickcross {
		margin-left: 5px;
	}
	.searchresults li {
		padding-right: 2px;
	}
	.wantedsearchresults li {
		padding-right: 2px;
	}

	.wantedinfo ul {
		display: inline;
	}
	.wantedinfo ul li {
		padding-left: 5px;
		padding-right: 5px;
		display: inline-block;
	}
	#sortWanted .searchRow {
		padding-top: 10px;
		margin-bottom: 10px;
	}
	#sortWanted .searchorangeRow {
		margin: 10px 0 10px 0;
	}
	#sortWanted .checkboxPadding {
		padding: 10px 0 0 10px;
	}
	.wantedCta {
		border-left: none;
		margin-top: -10px;
	}
	#searchresults .cta-block {
		padding: 3px 3px 3px 3px;
	}
	#searchresults .cta-block .btn-green {
		margin-bottom: 10px;
	}
	#wantedsearchresults .cta-block {
		padding: 3px 3px 3px 3px;
	}
	#wantedsearchresults .cta-block .btn-green {
		margin-bottom: 10px;
	}
	.modal-body {
		width: 90%;
	}

	.modal-body p {
		font-size: 16px;
		line-height: 22px;
	}

	#my-items-list .add-photo-img {
		margin-left: 1px;
		margin-right: 1px;
	}

	#my-items-list ul.enquiry-highlight li {
		display: block;
	}
	#my-items-list ul.enquiries-list li {
		display: inline-block;
	}
	.float-right-item {
		float: none;
		clear: both;
	}

	#expiry-warning .warning-box img {
		margin-top: 0;
	}

	#expiry-warning .warning-box-button {
		float: none;
		clear: both;
	}

	#preference-warning .warning-box img {
		margin-top: 0;
	}

	#preference-warning .warning-box-button {
		float: none;
		clear: both;
	}

	.help-questions {
		padding: 0;
	}
	#account-details label {
		padding-top: 0;
		padding-bottom: 0;
	}

	#contact-details h4 {
		margin-top: 20px;
	}

	#branch-users h5 {
		margin-top: 20px;
	}
	#branch-users .container {
		padding-top: 20px;
	}

	.subscription-details p {
		text-align: center;
	}

	.subscription-card {
		width: 100%;
		margin: 5px 0 5px 0;
		padding: 20px;
		padding-top: 30px;
	}
	#wanted-step1-modal .subscription-card {
		width: 100%;
		margin: 5px 0 5px 0;
		padding: 20px;
		padding-top: 30px;
	}
	#wanted-step1-modal .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	#wanted-step2-modal .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	#wanted-step3-modal .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.ad-category-text {
		margin-top: 0;
	}
	.subscription-card:first-child {
		margin-top: 40px;
	}
	.subscription-card:last-child {
		margin-bottom: 40px;
	}
	.sale-card p.sale-description{
		text-align: center;
	}

	#payment-details .form-group .col-xs-12{
		padding-left: 0;
		padding-right: 0;
	}
	.testimonial-text {
		margin: 0;
		margin-top: 20px;
	}
	.extra-listing-images {
		margin-right: 1%;
		width: 23%;
	}
	.extra-listing-images:last-child {
		margin-right: 0;
	}
	.listingimage .imageCount {
		bottom: 27%;
		right: 6%;
	}
	.checkbox-center {
		padding: 10px 0 0 0;
	}
	#listing-information .container .col-xs-12 {
		padding: 5px;
	}
	.nav-tabs li a{
		padding: 5px;
		font-size: 12px;
	}
	.chevron-down {
		margin-right: -15px;
	}
	#help-questions h4.panel-title {
		margin-left: -10px;
	}

	.post-ad-cards {
		width: 100%;
		display: block;
	}

	.post-ad-cards:first-child {
		margin-left: 0;
		margin-right: 0;
	}

	.post-ad-cards:last-child {
		margin-left: 0;
		margin-right: 0;
	}

	.checkbox-list li {
		padding-top: 20px;
	}

	#post-ad-selection .col-xs-12{
		padding: 0;
	}
	#similar-items-lrg {
		display: none;
	}
	#similar-items-sml {
		display: block;
	}
	.listing-modal .modal-dialog{
		width: 100%;
		margin-top: 0;
		margin: 0;
	}
	.listing-modal .modal-header {
		width: 100%;
		padding: 0;
	}
	.listing-modal .modal-body {
		width: 100%;
		padding: 0;
	}
	.listing-modal .container-fluid {
		padding: 0;
	}

	.listing-modal .modal-content .close{
		color: white;
		top: 1%;
	  right: 6%;
	  position: absolute;
		z-index: 1000;
	}
	.listing-modal .col-xs-12 .listingimage {
		padding: 0;
	}
	.listing-modal .modal-title {
		padding: 20px 0 0 20px;
	}
	.carousel-indicators.carousel-indicators-thumbnails li {
		margin: 0;
		width: 23%;
		height: 100%;
		border: none;
		border-radius: none;

	}
	.carousel-indicators.carousel-indicators-thumbnails {
		margin-bottom: 2px;
		padding: 5px;
		text-align: center;
	}

	.edit-photo-modal .modal-dialog {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.edit-photo-modal .col-xs-12 {
		padding: 0;
	}

	.image-selection-options li {
		width: 45%;
		padding: 0;
	}

	#secondLogin-modal .btn-primary {
    margin-bottom: 10px;
	}
	#secondLogin-modal .btn-primary.btn-outline {
    margin-bottom: 40px;
	}
	#secondLogin-modal p {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.btn-group {
		display: block;
	}

	.navbar-nav .btn-primary {
		border-style: none;
		border-radius: none;
		background-color: transparent;
		color: #777;
		font-size: 14px;
		width: 100%;
		text-align: left;
		padding-left: 0;
	}

	.navbar-nav .btn-primary:focus, .navbar-nav .btn-primary:active, .navbar-nav .btn-primary:active:focus, .navbar-nav .btn-primary.active, .navbar-nav .open>.dropdown-toggle.btn-primary{
		background-color: transparent;
		border-radius: 0;
		border: none;
		color: #000;
		box-shadow: none;
	}

	.upgrade-sub h4 {
		font-size: 20px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#wanted-modal .leaderboard-ad{
		padding-top: 10px;
		padding-bottom: 25px;
	}

	#expiry-warning .warning-box {
		text-align: center;
	}

	#expiry-warning h4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#expiry-warning .warning-icon {
		display: block;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		float: none;
	}

	#preference-warning .warning-box {
		text-align: center;
	}

	#preference-warning h4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#preference-warning .preference-icon {
		display: block;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		float: none;
	}
}


@media only screen and (min-width: 0px) and (max-width: 679px) {

	.servicelist > li {
		display: block;
		text-align: center;
		padding: 0 30px 0 30px;
	}

}

@media only screen and (min-width: 427px) and (max-width: 560px) {

	#expiry-warning .warning-header {
		width: 47%;
	}

	#preference-warning .warning-header {
		width: 47%;
	}

}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	#expiry-warning .warning-icon {
		margin-top: -27px;
	}

	#expiry-warning .btn-warning {
		margin-top: 10px;
	}



	#preference-warning .preference-icon {
		margin-top: -27px;
	}

	#preference-warning .btn-warning {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 987px) {

	#expiry-warning .warning-header {
		width: 60%;
	}

	#preference-warning .warning-header {
		width: 60%;
	}

}

@media (max-width: 768px) {
	html, body {
	width: auto !important;
	}
	.form-border{
		width: 100%;
	}
	.contactequipmentRow{
		margin: 0;
	}
	.contactforsaleRow{
		margin: 0;
	}
	.contactpageRow{
		margin: 0;
	}
	.footernav {
		padding-left: 0;
	}
	.footer {
		height: auto;
	}
	.panel-top {
		width: auto;
	}
	.panel-default {
		width: auto;
	}
	.gridimagead {
		margin: auto;
	}
	.search-button {
		border-radius: 4px !important;
		margin-top: 10px;
	}
	.input-group-btn {
		width: 100%;
		display: inline-block;
	}
	.input-group-btn:last-child>.btn {
		border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
	}
	.input-group .form-control:first-child	{
		border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	}
	.search-field {
		font-size: 20px;
	}

	.searchimage {
		padding-right: 0;
	}

	.searchaction {
		font-size: 12px;
		text-align: center;
	}
	.searchinfo {
		margin-bottom: 10px;
	}
	.wantedCta {
		border: none;
	}
	.subscription-selection .subscription-card{
		margin-right: 5px;
	}
	.subscription-card h4 {
		font-size: 130%;
	}
	.subscription-card .card-price {
		font-size: 160%;
	}
	.sale-description {
		font-size: 112%;
	}
	.sale-card {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ad-category-text.red-text {
		padding-top: 30px;
	}
	.card-price.red-text {
		padding-top: 25px;
	}
	.sale-card .card-button {
		margin-top: 20px;
	}
	.subnav>.active>a {
		font-weight: 600;
	}
	.checkbox-center {
		padding: 10px 0 0 0;
	}
	.carousel-indicators.carousel-indicators-thumbnails li {
		width: 23%;
		height: 100%;
	}

	.add-photos li {
		width: 24%;
	}

	.add-photos p {
		width: 140%;
	}

	#finance-header p {
		padding-left: 0px;
		padding-right: 0px;
	}

}

@media (min-width: 1280px) {
	.listing-modal .modal-dialog{
		width: 80%;
		margin-top: 0;
	}
	.carousel-indicators.carousel-indicators-thumbnails li {
		width: 7.8%;
		height: 100%;
	}

	.edit-photo-modal .modal-dialog {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}

	.upgrade-sub h4 {
		font-size: 20px;
		width: 30%;
		margin-left: auto;
		margin-right: auto;
	}
	#preference-warning h4 {
		padding-top: 15px;
	}
}
