/********************************
AWG Remarketing Style Sheet
*********************************

Background colors: #0070bf, #fff
Text Color: #0b67a7

Table of Contents
**********************
1)General Elememnts
2)Header
3)Top Navigation
4)Home Page Tab Navigation
5)Service Pages Tab Navigation
6)Services Sidebar Nav
7)Mobile Services Custom Navbar
8)Content
9)Footer
10)Buttons
11)Contact Form

Media Queries

********************************
General Elements
********************************/

.wrapper {min-width:100%;}
body {min-width:100%;}
h2,h3, h4, label {color:#0b67a7;}
p, h3 {
	font-family: "Myriad Pro";
	margin-top:0;
}
p{line-height: 1.6em;}

/***************************
Header
*****************************/
.header{min-height: 130px;}
.logo{
	margin-top:30px;
	height:130px;
	width:300px;
}
.tagline {padding: 20px 0px 0px 0px;}
.associations img{
	max-height: 100px;
	float:right;
}

/***************************
Top Navigation
***************************/
.navigation{
	  min-height:40px;
	  background-color:#0070bf;
	  color:#fff;
	  padding-top: 5px;
}
ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
.navigation li{
	display:block;
	float:left;
	padding:10px 25px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 1.2em;
}
.navigation li a.active{
  border-bottom:1px solid #fff;

}
.navigation a{
	color:#fff;
	text-decoration: none;
}
a:hover{color: rgba(204,232,255,0.94);}
#customer-login{float:right;}

/***********************
Home Page Tab Navigation
**************************/
.nav-tabs{
	margin-top:30px;
}
.nav-tabs li{
	font-size:1.2em;
	width:33%;

	text-align: center;
}
.nav-tabs li a:hover{
  color:#000;
}
/***********************
Service Pages Tab Navigation
**************************/
.tab {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.tab > li > a {
  display: block;
}

.tab > li > a:hover,
.tab > li > a:focus {
  text-decoration: none;
}

.tab > li > a > img {
  max-width: none;
}
.tab > .pull-right {
  float: right;
}


/*****************
Services Sidebar Nav
******************/

.side-bar .nav{
  border: 1px solid #ccc;
  background-color:#f3f3f3;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.side-bar .nav li a{
  border-bottom: 1px solid #ccc;
  padding-top:5px;
    padding-bottom:5px;

}
.side-bar .nav li a:hover{
  color:#000000;
  background-color:#ccc;
  
}
.footer-buffer{
  position:fixed;
  height:200px;
  display:block;
}

/***********************
Mobile Services Custom Navbar
**************************/
/*for dropdown nav display: none until mobile width*/
.mobile-nav{
  display: none;
}
.navbar-inner{
  background-color: #0070bf;
}
.collapse nav li a{
  color:#fff;
}
.navbar h4{
  color:#fff;
  
}
.navbar .btn{
  background-color:#fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin:5px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.affix {
    position:fixed; 
    top: 20px; 
    width: 240px;
}
.bottom-affix{
    position:fixed; 
    bottom: 200px; 
    width: 240px;
}
.drop-down-button{
  padding:4px 6px 4px 6px;;
  margin:6px;
  background:#fff;
  float:right;
}
/***********************
Content
**************************/
#feature-image{
	color:white;
	max-width:1200px;
	margin-top:15px;
	vertical-align: middle;
	
}
.services-snippets{
	margin-top:10px;
	color:#033a60;
	min-height:270px;
}
.snippet-1, .snippet-2, .snippet=3, .snippet-4{
	margin-bottom: 30px;
}
.snippet-2, .snippet-3, .snippet-4{
	display:none;
}
ul span{
  font-weight: bold;
}
#auction-everywhere-list{
  margin-left:20px;
  	font-family: "Myriad Pro";
}

.information ul li{
  margin-bottom: 15px;
}
#about-img{
  margin:0 15px 15px 15px;
  
}
/***********************
Footer
**************************/
.footer{
	margin-top:20px;
	min-width:100%;
}
.footer-divider
{
	height:5px;
	background-color:#063655;
		min-width:100%;

}
.footer-logos{
	min-height:50px;
	padding-top:10px;
		padding-bottom:10px;
}
.footer-copyright{
padding-top: 10px;
	min-height:40px;
	background-color:#063655;
}
.copyright{
	color:white;
	font-size:11px;
}
.footer-logos img{
	max-width: 1200px;
}
.info img{
	margin-right:20px;
}
.column{
	width:18%;
	padding:1%;
	float:left;
}
.column img{
max-width:100%;
}

/***************************************
************Buttons********
***************************************/
.social-facebook{
	width:35px;
	height:35px;
	float:right;
	background-image: url('./images/header-images/facebook-icon.png');
	background-color:#0070bf;
	-moz-border-radius: 5px;
	border-radius: 5px;
		margin:3px;

}
.social-facebook:hover{
	background-color:#37549e;
	
}
.social-twitter{
	width:35px;
	height:35px;
	float:right;
	margin:3px;
		background-image: url('images/header-images/twitter-icon.png');

	background-color:#0070bf;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.social-twitter:hover{
	background-color:#139bd1;}
.social-youtube{
	width:35px;
	height:35px;
	float:right;
	margin:3px;
		background-image: url('images/header-images/youtube-icon.png');
	background-color:#0070bf;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.social-youtube:hover{background-color:#da332d;}

.learn-button{
    background-color:#89bc40;
    color:#fff;
    padding:5px;
    box-shadow: 1px 1px 10px #f3f3f3;
    

}
a.learn-button:hover{
    background-color:#69942c;
    color:#fff;
    text-decoration:none;
    cursor:pointer;

}
/********************************
Contact Form
*****************************/
input, textarea{width:60%;}
.contact-info{ margin-top:115px;}




@media (min-width: 981px) and (max-width: 1199px) {
.affix {
    position: fixed; 
    top: 20px; 
    width: 17%;
}
.navigation{
	  
	  padding-top: 0px;
}
}
@media (min-width: 768px) and (max-width: 980px) {
	.nav-tabs li a{min-height:50px;}
	.info{min-height:330px;}
	.navigation li, nav-tab li{font-size: 1.0em;}
.affix {
    position: fixed; 
    top: 20px; 
    width: 14%;
}
.navigation{
	  
	  padding-top: 0px;
}

}

@media (min-width: 200px) and (max-width: 767px) {
.logo{
	height:100px;
	width:100%;
}
.logo img{
  display:block;
  margin: 0 auto;
}

.navigation li {
	width:100%;
	text-align: center;
	padding:10px 0px 10px 0px;
}
.navigation li a .active{
  color:#000;
  background-color:#fff;
}
.associations img{float:left}
#customer-login{float:none;}
#customer-login li{
	text-align: center;
	width:100%;
}
.container{padding:15px;}
.nav-tabs{display:none;}
.nav-tabs li a{height:70px;}
.snippet-1, .snippet-2, .snippet-3, .snippet-4{
	display:block;
	padding-bottom:20px;
		padding-top:20px;

	border-bottom: solid 1px #eaeaea;
}
#feature-image{
padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}
.contact-info{
  margin-top:40px;
}
  .side-bar{
    display:none;
  }
.desktop-nav{
  display:none;
}
.mobile-nav{
  display: block;
}
.social-twitter, .social-facebook, .social-youtube{
  float:left;
}
}
